Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions i18n/locales/ja-JP.json
Original file line number Diff line number Diff line change
@@ -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": "ファイルを受信中..."
}
}
}
6 changes: 6 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@ export default defineNuxtConfig({
file: "zh-CN.json",
name: "简体中文",
},
{
code: "ja-JP",
language: "ja-JP",
file: "ja-JP.json",
name: "日本語"
}
],
},
nitro: {
Expand Down