Files
homarr/public/locales/en/modules/torrents-status.json

119 lines
3.6 KiB
JSON

{
"descriptor": {
"name": "Torrent",
"description": "Displays a list of torrents from supported Torrent clients.",
"settings": {
"title": "Settings for Torrent widget",
"refreshInterval": {
"label": "Refresh interval (in seconds)"
},
"displayCompletedTorrents": {
"label": "Display completed torrents"
},
"displayActiveTorrents": {
"label": "Display active torrents"
},
"speedLimitOfActiveTorrents": {
"label": "Upload speed to consider a torrent as active (kB/s)"
},
"displayStaleTorrents": {
"label": "Display stale torrents"
},
"labelFilterIsWhitelist": {
"label": "Label list is a whitelist (instead of blacklist)"
},
"labelFilter": {
"label": "Label list",
"description": "When 'is whitelist' checked, this will act as a whitelist. If not checked, this is a blacklist. Will not do anything when empty"
},
"displayRatioWithFilter": {
"label": "Display filtered torrents list ratio",
"info": "If disabled, only the global ratio will be display. The global ratio will still use the labels if set"
},
"columnOrdering":{
"label": "Enable reordering the columns"
},
"rowSorting":{
"label": "Enable sorting the rows"
},
"columns": {
"label": "Select columns to display",
"data": {
"date": "Date Added",
"down": "Down",
"up": "Up",
"eta": "ETA",
"progress": "Progress"
}
},
"nameColumnSize": {
"label": "Change the name column size"
}
}
},
"card": {
"footer": {
"error": "Error",
"lastUpdated": "Last updated {{time}} ago",
"ratioGlobal": "Global ratio",
"ratioWithFilter": "Ratio with filter"
},
"table": {
"header": {
"isCompleted": "Downloading",
"name": "Name",
"dateAdded": "Added On",
"size": "Size",
"download": "Down",
"upload": "Up",
"estimatedTimeOfArrival": "ETA",
"progress": "Progress",
"totalUploaded": "Total Upload",
"totalDownloaded": "Total Download",
"ratio": "Ratio",
"seeds": "Seeds (Connected)",
"peers": "Peers (Connected)",
"label": "Label",
"state": "State",
"stateMessage": "State Message"
},
"item": {
"text": "Managed by {{appName}}, {{ratio}} ratio"
},
"body": {
"nothingFound": "No torrents found",
"filterHidingItems": "{{count}} entries are hidden by your filters"
}
},
"lineChart": {
"title": "Current download speed",
"download": "Download: {{download}}",
"upload": "Upload: {{upload}}",
"timeSpan": "{{seconds}} seconds ago",
"totalDownload": "Download: {{download}}/s",
"totalUpload": "Upload: {{upload}}/s"
},
"errors": {
"noDownloadClients": {
"title": "No supported Torrent clients found!",
"text": "Add a supported Torrent client to view your current downloads"
},
"generic": {
"title": "An unexpected error occurred",
"text": "Unable to communicate with your Torrent clients. Please check your configuration"
}
},
"popover": {
"introductionPrefix": "Managed by",
"metrics": {
"queuePosition": "Queue position - {{position}}",
"progress": "Progress - {{progress}}%",
"totalSelectedSize": "Total - {{totalSize}}",
"state": "State - {{state}}",
"ratio": "Ratio -",
"completed": "Completed"
}
}
}
}