Skip to content

Commit 6503efb

Browse files
authored
Merge pull request #87 from kuroneko6423/patch-1
Update WebConsoleLanguage.js
2 parents b7ca432 + f4e6b79 commit 6503efb

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

client/scripts/WebConsoleLanguage.js

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,47 @@ function setLanguage(locale){
501501
"sendCommandButton": "Gönder"
502502
}
503503
break;
504+
case "ja_JA": //Credit to kuroneko6423 | https://kuroneko6423.com
505+
lang = {
506+
"navbarHomeLink": "ホーム",
507+
"home_header": "メニューからサーバーを選択",
508+
"home_description": "ナビゲーションバーを使って、新しいMinecraftサーバーを追加したり、以前に追加したサーバーに接続したりします。",
509+
"serversDropdown": "あなたのサーバー",
510+
"add_server": "サーバー追加",
511+
"noServersAdded": "追加されたサーバーはありません",
512+
"lang_dropdown": "言語",
513+
"addServerModalLongTitle": "新規サーバーの追加",
514+
"addServerModalSvName": "サーバー名:",
515+
"addServerModalSvIp": "サーバーIP:",
516+
"addServerModalSvPort": "WebConsoleポート:",
517+
"addServerModalSvSsl": "サーバーでSSLが有効になっている",
518+
"addServerModalSslAdvice": "HTTPSウェブサイトからの接続にはSSLが必要です。",
519+
"addServerModalClose": "閉じる",
520+
"saveAndConnectServerButton": "保存と接続",
521+
"passwordModalLongTitle": "パスワードが必要です",
522+
"passwordModalLabel": "パスワード:",
523+
"passwordModalRememberLabel": "パスワードの記憶",
524+
"passwordModalCloseButton": "閉じる",
525+
"passwordSendButton": "ログイン",
526+
"disconnectionModalLongTitle": "切断",
527+
"disconnectionModalDescription": "サーバーとの接続が切断されました:",
528+
"disconnectionModalsub1": "サーバーが意図的に閉じられました。",
529+
"disconnectionModalsub2": "ポートがホスト上で開かれていません。この場合、ポートチェッカーを使ってトラブルシューティングを行い、ファイアウォールやルーターを再確認してください。",
530+
"disconnectionModalCloseButton": "閉じる",
531+
"disconnectionModalWelcomeScreenButton": "ホームに戻る",
532+
"settingsLink": "設定",
533+
"settingsModalLongTitle": "WebConsole 設定",
534+
"showDateSettingsSwitchLabel": "各コンソールラインに時間を表示",
535+
"readLogFileSwitchLabel": "ログイン後にサーバーからフルログファイルを取得する",
536+
"settingsModalCloseButton": "了承",
537+
"players_online": "プレイヤーオンライン",
538+
"cpu_title": "CPU",
539+
"ram_title": "RAM",
540+
"user_title": "ログインします。",
541+
"deleteServerButton": "サーバーを削除",
542+
"sendCommandButton": "送信"
543+
}
544+
break;
504545
default:
505546
console.error("No language set");
506547
}

0 commit comments

Comments
 (0)