partial translations for 32bit warning

This commit is contained in:
minjaesong
2021-10-05 22:48:02 +09:00
parent da81de6258
commit 907dc9a936
12 changed files with 46 additions and 12 deletions

View File

@@ -6,5 +6,8 @@
"MENU_LABEL_PRESS_START_SYMBOL": "> ボタンを押す",
"MENU_MODULES" : "モジュール",
"GAME_ACTION_MOVE_VERB" : "移動する",
"MENU_LABEL_RESET" : "リセット"
"MENU_LABEL_RESET" : "リセット",
"GAME_32BIT_WARNING1": "32ビットJavaを使用中のようです。",
"GAME_32BIT_WARNING2": "下記のリンクから最新64ビットJavaをダウンロードしてインストールしてください。",
"GAME_32BIT_WARNING3": "https://www.java.com/ja/download/"
}