Files
homarr/public/locales/pl/modules/torrents-status.json
2022-08-30 12:49:55 +02:00

40 lines
721 B
JSON

{
"descriptor": {
"name": "",
"description": "",
"settings": {
"hideComplete": {
"label": "Ukryj ukończone torrenty"
}
}
},
"card": {
"table": {
"header": {
"name": "",
"size": "Rozmiar",
"download": "",
"upload": "",
"estimatedTimeOfArrival": "ETA",
"progress": ""
},
"body": {
"nothingFound": ""
}
},
"lineChart": {
"title": "",
"download": "",
"upload": "",
"timeSpan": "{{seconds}} sekund temu",
"totalDownload": "",
"totalUpload": ""
},
"errors": {
"noDownloadClients": {
"title": "",
"text": ""
}
}
}
}