mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-12 00:15:48 +01:00
New translations torrents-status.json (Spanish)
This commit is contained in:
40
public/locales/es/modules/torrents-status.json
Normal file
40
public/locales/es/modules/torrents-status.json
Normal file
@@ -0,0 +1,40 @@
|
|||||||
|
{
|
||||||
|
"descriptor": {
|
||||||
|
"name": "Torrent",
|
||||||
|
"description": "Show the current download speed of supported services",
|
||||||
|
"settings": {
|
||||||
|
"hideComplete": {
|
||||||
|
"label": "Hide completed torrents"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"card": {
|
||||||
|
"table": {
|
||||||
|
"header": {
|
||||||
|
"name": "Name",
|
||||||
|
"size": "Size",
|
||||||
|
"download": "Down",
|
||||||
|
"upload": "Up",
|
||||||
|
"estimatedTimeOfArrival": "ETA",
|
||||||
|
"progress": "Progress"
|
||||||
|
},
|
||||||
|
"body": {
|
||||||
|
"nothingFound": "No torrents found"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"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 download clients found!",
|
||||||
|
"text": "Add a download service to view your current downloads"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user