119 lines
4.4 KiB
JSON
119 lines
4.4 KiB
JSON
{
|
|
"descriptor": {
|
|
"name": "奔流",
|
|
"description": "サポートされている Torrent クライアントのトレントのリストを表示します。",
|
|
"settings": {
|
|
"title": "Torrentウィジェットの設定",
|
|
"refreshInterval": {
|
|
"label": "リフレッシュ間隔(秒)"
|
|
},
|
|
"displayCompletedTorrents": {
|
|
"label": "完了したトレントを表示する"
|
|
},
|
|
"displayActiveTorrents": {
|
|
"label": "アクティブな Torrent を表示"
|
|
},
|
|
"speedLimitOfActiveTorrents": {
|
|
"label": "Torrent をアクティブとするアップロード速度 (kB/s)"
|
|
},
|
|
"displayStaleTorrents": {
|
|
"label": "古くなったトレントを表示する"
|
|
},
|
|
"labelFilterIsWhitelist": {
|
|
"label": "ラベルリストはホワイトリストです(ブラックリストではない)"
|
|
},
|
|
"labelFilter": {
|
|
"label": "ラベル一覧",
|
|
"description": "「ホワイトリスト」にチェックされている場合、これはホワイトリストとして機能する。チェックされていない場合、これはブラックリストとなる。空の場合は何もしません。"
|
|
},
|
|
"displayRatioWithFilter": {
|
|
"label": "フィルタリングされたTorrent リストの比率を表示",
|
|
"info": "無効にすると、グローバル比率のみが表示されます。グローバル比率が設定されている場合でも、ラベルは使用されます。"
|
|
},
|
|
"columnOrdering": {
|
|
"label": "列の並べ替えを有効にします"
|
|
},
|
|
"rowSorting": {
|
|
"label": "行の並べ替えを有効にします"
|
|
},
|
|
"columns": {
|
|
"label": "表示する列を選択",
|
|
"data": {
|
|
"date": "追加日",
|
|
"down": "ダウンロード",
|
|
"up": "アップロード",
|
|
"eta": "ETA",
|
|
"progress": "進捗状況"
|
|
}
|
|
},
|
|
"nameColumnSize": {
|
|
"label": "名前の列のサイズを変更する"
|
|
}
|
|
}
|
|
},
|
|
"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クライアントと通信できません。設定を確認してください。"
|
|
}
|
|
},
|
|
"popover": {
|
|
"introductionPrefix": "管理者:",
|
|
"metrics": {
|
|
"queuePosition": "キューの位置 - {{position}}",
|
|
"progress": "進捗状況 - {{progress}}%",
|
|
"totalSelectedSize": "合計 - {{totalSize}}",
|
|
"state": "状態 - {{state}}",
|
|
"ratio": "比率",
|
|
"completed": "完了"
|
|
}
|
|
}
|
|
}
|
|
}
|