diff --git a/i18n/locales/ja-JP.json b/i18n/locales/ja-JP.json new file mode 100644 index 0000000..f181a8a --- /dev/null +++ b/i18n/locales/ja-JP.json @@ -0,0 +1,26 @@ +{ + "index": { + "seo": { + "title": "LocalSend Web", + "description": "ブラウザとLocalSendを実行している他のデバイス間でファイルを共有します。" + }, + "connecting": "接続中...", + "webCryptoNotSupported": "お使いのブラウザはLocalSendをサポートしていません: Web Crypto APIが必要です。", + "empty": { + "title": "他のデバイスでLocalSendを開いてください。", + "deviceHint": "別のブラウザ、またはネイティブアプリ(v1.18.0以降)を開いてください。", + "lanHint": "同じネットワーク上のデバイスのみが表示されます。" + }, + "you": "あなた:", + "pin": { + "label": "PIN: ", + "none": "なし" + }, + "enterAlias": "名前を入力", + "enterPin": "PINを入力", + "progress": { + "titleSending": "ファイルを送信中...", + "titleReceiving": "ファイルを受信中..." + } + } +} diff --git a/nuxt.config.ts b/nuxt.config.ts index 9496687..f93c47e 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -113,6 +113,12 @@ export default defineNuxtConfig({ file: "zh-CN.json", name: "简体中文", }, + { + code: "ja-JP", + language: "ja-JP", + file: "ja-JP.json", + name: "日本語" + } ], }, nitro: {