Skip to content
This repository was archived by the owner on Oct 17, 2022. It is now read-only.

Commit dee8263

Browse files
authored
japanese (#16) by @yyoossk
1 parent 75dd24a commit dee8263

File tree

6 files changed

+74
-0
lines changed

6 files changed

+74
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"downloading": "アップデートをダウンロード中...",
3+
"start_update": "警告:続行しますか?",
4+
"button": {
5+
"continue": "続ける",
6+
"cancel": "キャンセル"
7+
}
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"prepare_update": "アップデートの準備中...",
3+
"reboot_dialog": "システムは3秒後に再起動します"
4+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"start":"ダウンロードを開始しますか?"
3+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"start":"インストールしますか?"
3+
}

NightFall/resources/i18n/jp/brls.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"hints": {
3+
"ok": "決定",
4+
"back": "戻る",
5+
"exit": "終了"
6+
},
7+
8+
"crash_frame": {
9+
"button": "決定"
10+
},
11+
12+
"thumbnail_sidebar": {
13+
"save": "保存"
14+
}
15+
}

NightFall/resources/i18n/jp/main.json

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"crash": {
3+
"service_start": "サービスを開始できません",
4+
"service_TX": "atmosphereでのみ動作するため、ソフトウェアは閉じられました"
5+
},
6+
"tabs": {
7+
"Firmware": {
8+
"title": "ファームウェア",
9+
"update": {
10+
"title": "システムアップデート",
11+
"title_offline": "システムアップデートをオフラインで開始",
12+
"current_fw": "現在のシステムバージョン",
13+
"update_select": "ファームウェアの選択:",
14+
"update_required": "アップデートしてください",
15+
"update_install": "更新プログラムをインストールします",
16+
"update_download": "アップデートをダウンロード",
17+
"update_uptodate": "最新です。",
18+
"update_mariko": "申し訳ありませんが、パッチを適用したユニットはサポートしていません :(",
19+
"update_lowbattery": "バッテリー残量が少ないため、アップデートを続行する前に本体を充電してください。"
20+
}
21+
},
22+
"Settings": {
23+
"title": "設定",
24+
"exfat_options": {
25+
"subtitle": "exfatの更新が必要ですか?",
26+
"yes": "はい",
27+
"no": "いいえ"
28+
},
29+
"delete_options": {
30+
"title": "フォルダを削除",
31+
"subtitle": "インストール後にフォルダを削除しますか?",
32+
"yes": "はい",
33+
"no": "いいえ"
34+
},
35+
"change_url": {
36+
"title": "サーバー",
37+
"subtitle": "URLを変更"
38+
}
39+
}
40+
}
41+
}

0 commit comments

Comments
 (0)