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

Commit

Permalink
japanese (#16) by @yyoossk
Browse files Browse the repository at this point in the history
  • Loading branch information
yyoossk committed Nov 28, 2020
1 parent 75dd24a commit dee8263
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 0 deletions.
8 changes: 8 additions & 0 deletions NightFall/resources/i18n/jp/DownloadUpdate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"downloading": "アップデートをダウンロード中...",
"start_update": "警告:続行しますか?",
"button": {
"continue": "続ける",
"cancel": "キャンセル"
}
}
4 changes: 4 additions & 0 deletions NightFall/resources/i18n/jp/InstallUpdate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"prepare_update": "アップデートの準備中...",
"reboot_dialog": "システムは3秒後に再起動します"
}
3 changes: 3 additions & 0 deletions NightFall/resources/i18n/jp/PreInstallUpdate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"start":"ダウンロードを開始しますか?"
}
3 changes: 3 additions & 0 deletions NightFall/resources/i18n/jp/PreOfflineInstall.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"start":"インストールしますか?"
}
15 changes: 15 additions & 0 deletions NightFall/resources/i18n/jp/brls.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"hints": {
"ok": "決定",
"back": "戻る",
"exit": "終了"
},

"crash_frame": {
"button": "決定"
},

"thumbnail_sidebar": {
"save": "保存"
}
}
41 changes: 41 additions & 0 deletions NightFall/resources/i18n/jp/main.json
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を変更"
}
}
}
}

0 comments on commit dee8263

Please sign in to comment.