From e82285bc41969947a4192aad020fe0d852d16ed8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 Sep 2021 23:13:35 -0700 Subject: [PATCH] i18n: new translations for Japanese (#408) Co-authored-by: Kuri0421 <17376155+Kuri0421@users.noreply.github.com> --- client/src/javascript/i18n/strings/ja.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/client/src/javascript/i18n/strings/ja.json b/client/src/javascript/i18n/strings/ja.json index 7bca39e7..9a76539b 100644 --- a/client/src/javascript/i18n/strings/ja.json +++ b/client/src/javascript/i18n/strings/ja.json @@ -264,14 +264,18 @@ "torrents.details.trackers.no.data": "このトレントにはトラッカーデータがありません。", "torrents.details.trackers.type": "タイプ", "torrents.generate.magnet.loading.trackers": "トラッカーを読み込み中...", + "torrents.generate.magnet.magnet": "マグネットリンク", + "torrents.generate.magnet.private.torrent": "これはプライベートトレントです。", "torrents.list.cannot.connect": "クライアントに接続できません。", "torrents.list.clear.filters": "フィルタをクリア", "torrents.list.context.check.hash": "ハッシュを確認", "torrents.list.context.details": "トレントの詳細", + "torrents.list.context.download.contents": "ダウンロードコンテンツ", "torrents.list.context.move": "トレントの場所を設定", "torrents.list.context.pause": "一時停止", "torrents.list.context.priority": "優先度", "torrents.list.context.remove": "削除", + "torrents.list.context.sequential": "シーケンシャル", "torrents.list.context.set.tags": "タグを設定", "torrents.list.context.set.trackers": "トラッカーの設定", "torrents.list.context.start": "開始", @@ -285,6 +289,8 @@ "torrents.move.heading": "トレントの場所を設定", "torrents.properties.comment": "コメント", "torrents.properties.date.added": "追加しました", + "torrents.properties.date.created": "作成済み", + "torrents.properties.directory": "所在地", "torrents.properties.download.speed": "ダウンロード速度", "torrents.properties.download.total": "ダウンロード済み", "torrents.properties.free.disk.space": "空きディスク容量", @@ -313,5 +319,6 @@ "torrents.set.trackers.heading": "トラッカーの設定", "torrents.set.trackers.loading.trackers": "トラッカーを読み込み中...", "torrents.sort.title": "並び替え", + "unit.size.gigabyte": "GB", "unit.time.hour": "時間" }