This repository has been archived by the owner on Oct 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
74 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"downloading": "アップデートをダウンロード中...", | ||
"start_update": "警告:続行しますか?", | ||
"button": { | ||
"continue": "続ける", | ||
"cancel": "キャンセル" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"prepare_update": "アップデートの準備中...", | ||
"reboot_dialog": "システムは3秒後に再起動します" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"start":"ダウンロードを開始しますか?" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"start":"インストールしますか?" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"hints": { | ||
"ok": "決定", | ||
"back": "戻る", | ||
"exit": "終了" | ||
}, | ||
|
||
"crash_frame": { | ||
"button": "決定" | ||
}, | ||
|
||
"thumbnail_sidebar": { | ||
"save": "保存" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"crash": { | ||
"service_start": "サービスを開始できません", | ||
"service_TX": "atmosphereでのみ動作するため、ソフトウェアは閉じられました" | ||
}, | ||
"tabs": { | ||
"Firmware": { | ||
"title": "ファームウェア", | ||
"update": { | ||
"title": "システムアップデート", | ||
"title_offline": "システムアップデートをオフラインで開始", | ||
"current_fw": "現在のシステムバージョン", | ||
"update_select": "ファームウェアの選択:", | ||
"update_required": "アップデートしてください", | ||
"update_install": "更新プログラムをインストールします", | ||
"update_download": "アップデートをダウンロード", | ||
"update_uptodate": "最新です。", | ||
"update_mariko": "申し訳ありませんが、パッチを適用したユニットはサポートしていません :(", | ||
"update_lowbattery": "バッテリー残量が少ないため、アップデートを続行する前に本体を充電してください。" | ||
} | ||
}, | ||
"Settings": { | ||
"title": "設定", | ||
"exfat_options": { | ||
"subtitle": "exfatの更新が必要ですか?", | ||
"yes": "はい", | ||
"no": "いいえ" | ||
}, | ||
"delete_options": { | ||
"title": "フォルダを削除", | ||
"subtitle": "インストール後にフォルダを削除しますか?", | ||
"yes": "はい", | ||
"no": "いいえ" | ||
}, | ||
"change_url": { | ||
"title": "サーバー", | ||
"subtitle": "URLを変更" | ||
} | ||
} | ||
} | ||
} |