Files
homarr/public/locales/ja/modules/torrents-status.json
2023-12-22 21:50:04 +01:00

104 lines
3.4 KiB
JSON

{
"descriptor": {
"name": "奔流",
"description": "サポートされている Torrent クライアントのトレントのリストを表示します。",
"settings": {
"title": "Torrentウィジェットの設定",
"refreshInterval": {
"label": "リフレッシュ間隔(秒)"
},
"displayCompletedTorrents": {
"label": "完了したトレントを表示する"
},
"displayActiveTorrents": {
"label": ""
},
"speedLimitOfActiveTorrents": {
"label": ""
},
"displayStaleTorrents": {
"label": "古くなったトレントを表示する"
},
"labelFilterIsWhitelist": {
"label": "ラベルリストはホワイトリストです(ブラックリストではない)"
},
"labelFilter": {
"label": "ラベル一覧",
"description": "「ホワイトリスト」にチェックされている場合、これはホワイトリストとして機能する。チェックされていない場合、これはブラックリストとなる。空の場合は何もしません。"
},
"displayRatioWithFilter": {
"label": "",
"info": ""
}
}
},
"card": {
"footer": {
"error": "エラー",
"lastUpdated": "最終更新 {{time}} 前",
"ratioGlobal": "",
"ratioWithFilter": ""
},
"table": {
"header": {
"isCompleted": "",
"name": "名称",
"dateAdded": "",
"size": "サイズ",
"download": "ダウンロード",
"upload": "アップロード",
"estimatedTimeOfArrival": "ETA",
"progress": "進捗状況",
"totalUploaded": "",
"totalDownloaded": "",
"ratio": "",
"seeds": "",
"peers": "",
"label": "",
"state": "状態",
"stateMessage": ""
},
"item": {
"text": "運営: {{appName}}, {{ratio}} 比率"
},
"body": {
"nothingFound": "トレントが見つかりません",
"filterHidingItems": "{{count}} エントリはフィルターで非表示になります"
}
},
"lineChart": {
"title": "現在のダウンロード速度",
"download": "ダウンロードする {{download}}",
"upload": "アップロードしてください。 {{upload}}",
"timeSpan": "{{seconds}} 秒前",
"totalDownload": "ダウンロードする {{download}}/s",
"totalUpload": "アップロードしてください。 {{upload}}/s"
},
"errors": {
"noDownloadClients": {
"title": "サポートされているTorrentクライアントが見つかりません。",
"text": "サポートされているTorrentクライアントを追加して、現在のダウンロードを表示します。"
},
"generic": {
"title": "予期せぬエラーが発生しました",
"text": "Torrentクライアントと通信できません。設定を確認してください。"
}
},
"loading": {
"title": "読み込み中",
"description": "接続中..."
},
"popover": {
"introductionPrefix": "管理者:",
"metrics": {
"queuePosition": "キューの位置 - {{position}}",
"progress": "進捗状況 - {{progress}}%",
"totalSelectedSize": "合計 - {{totalSize}}",
"state": "状態 - {{state}}",
"ratio": "比率",
"completed": "完了"
}
}
}
}