aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorokou <29059223+ookkoouu@users.noreply.github.com>2024-10-21 06:38:27 +0900
committerGitHub <noreply@github.com>2024-10-20 22:38:27 +0100
commit84be4e6ad973631373b2c6b3f57fe8f49cfdbcd8 (patch)
tree668f0a8e945fa9d363c6e21a29ea3b7bd3d529d9
parentc14a26c9a394923be1cdd2f2fa5536db443e81c9 (diff)
downloadYetAnotherConfigLib-84be4e6ad973631373b2c6b3f57fe8f49cfdbcd8.tar.gz
YetAnotherConfigLib-84be4e6ad973631373b2c6b3f57fe8f49cfdbcd8.tar.bz2
YetAnotherConfigLib-84be4e6ad973631373b2c6b3f57fe8f49cfdbcd8.zip
Create ja_jp.json (#209)
-rw-r--r--src/main/resources/assets/yet_another_config_lib_v3/lang/ja_jp.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/main/resources/assets/yet_another_config_lib_v3/lang/ja_jp.json b/src/main/resources/assets/yet_another_config_lib_v3/lang/ja_jp.json
new file mode 100644
index 0000000..ef18972
--- /dev/null
+++ b/src/main/resources/assets/yet_another_config_lib_v3/lang/ja_jp.json
@@ -0,0 +1,28 @@
+{
+ "yacl.control.action.execute": "実行",
+ "yacl.control.boolean.false": "オフ",
+ "yacl.control.boolean.true": "オン",
+ "yacl.control.color.color_picker_title": "カラーピッカー",
+ "yacl.control.dropdown.dropdown_widget_title": "ドロップダウンリスト",
+ "yacl.control.text.blank": "<なし>",
+ "yacl.gui.cancel.tooltip": "変更を破棄して画面を閉じます。",
+ "yacl.gui.fail_apply": "適用に失敗",
+ "yacl.gui.fail_apply.tooltip": "エラーが発生したため変更を適用できませんでした。",
+ "yacl.gui.finished.tooltip": "この画面を閉じます。",
+ "yacl.gui.reset.tooltip": "すべての項目をデフォルトにリセットします。(元に戻せます)",
+ "yacl.gui.save": "変更を保存",
+ "yacl.gui.save.tooltip": "変更した項目を保存します。",
+ "yacl.gui.save_before_exit": "保存しますか?",
+ "yacl.gui.save_before_exit.tooltip": "画面を閉じるには、保存するかキャンセルしてください。",
+ "yacl.gui.undo": "元に戻す",
+ "yacl.gui.undo.tooltip": "すべての項目を変更前に戻します。",
+ "yacl.list.add_top": "新規追加",
+ "yacl.list.empty": "リストは空です",
+ "yacl.list.move_down": "下に移動",
+ "yacl.list.move_up": "上に移動",
+ "yacl.list.remove": "削除",
+ "yacl.restart.message": "設定を適用するためにはゲームを再起動する必要があります。",
+ "yacl.restart.no": "無視",
+ "yacl.restart.title": "再起動が必要",
+ "yacl.restart.yes": "Minecraftを終了"
+}