feat(i18n): add Japanese language support #384

This commit is contained in:
Hinata Oishi
2026-02-17 02:56:24 +09:00
committed by GitHub
parent 29b80b1905
commit 8723393b66
11 changed files with 1475 additions and 145 deletions

View File

@@ -0,0 +1,30 @@
{
"toolbar": {
"changes": "件の変更",
"previousChange": "前の変更",
"nextChange": "次の変更",
"hideDiff": "差分ハイライトを非表示",
"showDiff": "差分ハイライトを表示",
"settings": "エディタ設定",
"collapse": "エディタを折りたたむ",
"expand": "エディタを全幅に展開"
},
"loading": "{{fileName}}を読み込んでいます...",
"header": {
"showingChanges": "変更を表示中"
},
"actions": {
"download": "ファイルをダウンロード",
"save": "保存",
"saving": "保存中...",
"saved": "保存しました!",
"exitFullscreen": "全画面を終了",
"fullscreen": "全画面",
"close": "閉じる"
},
"footer": {
"lines": "行数:",
"characters": "文字数:",
"shortcuts": "Ctrl+Sで保存 • Escで閉じる"
}
}