Skip to content

Commit

Permalink
Add JPN translation (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
yyoossk authored Jul 21, 2024
1 parent d3b691c commit 26259dc
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 0 deletions.
68 changes: 68 additions & 0 deletions resources/jp/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
{
"title": "nso-icon-tool",
"main": {
"change_user": "ユーザー変更",
"config": "コンフィグ",
"settings": "設定",
"icon_components": "アイコン部材",
"other": "その他",
"custom_image": "カスタムイメージ",
"frame": "フレーム",
"character": "キャラクター",
"background": "背景",
"new_icon": "New アイコン",
"apply": "ユーザーに適用",
"select_game": "ゲームを選択",
"available_images": "利用可能な画像",
"collection_load": "以前のアイコン",
"confirm_delete": "選択削除"
},
"settings": {
"title": "設定",
"icon_cache": {
"label": "アイコンキャッシュの更新",
"yes": "アイコンキャッシュが見つかりました",
"no": "アイコンキャッシュが見つかりません",
"last_checked": "最終チェック: {}",
"current_version": "現在のバージョン: {} ({})",
"check_updates": "アップデートの確認",
"update_available": "アップデート可能: {} ({})",
"download_update": "ダウンロード/適用更新 ",
"never": "絶対にない",
"none": "なし"
},
"toggles": {
"label": "設定",
"debug": "デバッグレイヤー",
"overwrite": "アップデート中に既存のファイルを上書きする",
"about": "概要"
},
"version": {
"label": "バージョン",
"version": "バージョン: {}",
"author": "作者: {}",
"commit": "コミット: {} ({}) ",
"commit_clean": "清潔",
"commit_dirty": "不潔",
"commit_date": "確約日: {}"
},
"thanks_label": "Thanks",
"thanks": "▼ Thanks to nadrino for cpp-generic-toolbox library\n▼ Thanks to Natinusala, xfangfang and XITRIX for borealis library\n▼ Thanks to HamletDuFromage (AIO-Switch-Updater) and PoloNX (SimpleModDownloader)\n▼ Special thanks to henry-debruin for creating nso-icons."
},
"download": {
"title": "アイコンのダウンロードと抽出...",
"downloading": "ダウンロード中:",
"waiting": "待機中:",
"downloaded": "ダウンロードしました:",
"extracting": "抽出中:",
"extracted": "抽出しました:",
"back": "戻る",
"path_to_path": "{} から {}"
},
"errors": {
"insufficient_storage": "SDカードのストレージ不足",
"nothing": "ここには何もない!",
"nothing_icon_cache": "ここには何もありません!アイコンキャッシュをダウンロードする設定を確認してください。",
"nothing_images": "ここには何もありません!画像を \"{}\"?"
}
}
14 changes: 14 additions & 0 deletions resources/jp/hints.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"ok": "OK",
"cancel": "キャンセル",
"back": "戻る",
"exit": "終了",
"exit_hint": "このアプリを終了します",
"open": "開く",
"on": "有効",
"off": "無効",
"delete": "削除",
"save": "保存",
"input": "入力してください...",
"submit": "投稿する"
}

0 comments on commit 26259dc

Please sign in to comment.