diff --git a/public/locales/es/modules/torrents-status.json b/public/locales/es/modules/torrents-status.json new file mode 100644 index 000000000..7e8970a92 --- /dev/null +++ b/public/locales/es/modules/torrents-status.json @@ -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" + } + } + } +} \ No newline at end of file