Files
homarr/public/locales/pl/modules/torrents-status.json
2023-09-01 21:55:45 +02:00

82 lines
2.3 KiB
JSON

{
"descriptor": {
"name": "Torrent",
"description": "Wyświetla listę torrentów z obsługiwanych klientów Torrent.",
"settings": {
"title": "Ustawienia widżetu Torrent",
"refreshInterval": {
"label": "Interwał odświeżania (w sekundach)"
},
"displayCompletedTorrents": {
"label": "Wyświetlanie ukończonych torrentów"
},
"displayStaleTorrents": {
"label": "Wyświetlanie nieaktualnych torrentów"
},
"labelFilterIsWhitelist": {
"label": ""
},
"labelFilter": {
"label": "",
"description": ""
}
}
},
"card": {
"footer": {
"error": "Błąd",
"lastUpdated": "Ostatnia aktualizacja {{time}} temu"
},
"table": {
"header": {
"name": "Nazwa",
"size": "Rozmiar",
"download": "Pobieranie",
"upload": "Udostępnianie",
"estimatedTimeOfArrival": "ETA",
"progress": "Postęp"
},
"item": {
"text": "Zarządzany przez {{appName}}, {{ratio}} stosunek"
},
"body": {
"nothingFound": "Nie znaleziono torrentów",
"filterHidingItems": ""
}
},
"lineChart": {
"title": "Aktualna prędkość pobierania",
"download": "Pobranie: {{download}}",
"upload": "Udostępnianie: {{upload}}",
"timeSpan": "{{seconds}} sekund temu",
"totalDownload": "Pobieranie: {{download}}/s",
"totalUpload": "Udostępnianie: {{upload}}/s"
},
"errors": {
"noDownloadClients": {
"title": "Nie znaleziono żadnych obsługiwanych klientów Torrent!",
"text": "Dodaj obsługiwanego klienta sieci Torrent, aby wyświetlić aktualnie pobierane pliki"
},
"generic": {
"title": "Wystąpił nieoczekiwany błąd",
"text": ""
}
},
"loading": {
"title": "",
"description": ""
},
"popover": {
"introductionPrefix": "Zarządzany przez",
"metrics": {
"queuePosition": "Pozycja w kolejce - {{position}}",
"progress": "Postęp - {{progress}}%",
"totalSelectedSize": "Razem - {{totalSize}}",
"state": "Państwo - {{state}}",
"ratio": "Współczynnik -.",
"completed": "Zakończono"
}
}
}
}