Skip to content

Commit

Permalink
New translations media-transcoding.json (Polish)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnart committed Jan 19, 2025
1 parent 41e805a commit 7bd6d08
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions public/locales/pl/modules/media-transcoding.json
Original file line number Diff line number Diff line change
@@ -1,96 +1,96 @@
{
"descriptor": {
"name": "",
"description": "",
"name": "Transkodowanie multimediów",
"description": "Wyświetla informacje o transkodowaniu multimediów",
"settings": {
"title": "",
"title": "Ustawienia transkodowania multimediów",
"appId": {
"label": ""
"label": "Wybierz aplikację"
},
"defaultView": {
"label": "",
"label": "Domyślny widok",
"data": {
"workers": "",
"workers": "Pracownicy",
"queue": "Kolejka",
"statistics": ""
"statistics": "Statystyki"
}
},
"showHealthCheck": {
"label": ""
"label": "Pokaż wskaźnik kontroli stanu zdrowia"
},
"showHealthChecksInQueue": {
"label": ""
"label": "Pokaż sprawdzenia stanu zdrowia w kolejce"
},
"queuePageSize": {
"label": ""
"label": "Kolejka: Elementy na stronę"
},
"showAppIcon": {
"label": ""
"label": "Pokaż ikonę aplikacji w prawym dolnym rogu"
}
}
},
"noAppSelected": "",
"noAppSelected": "Wybierz aplikację w ustawieniach widżetu",
"views": {
"workers": {
"table": {
"header": {
"name": "",
"name": "Plik",
"eta": "ETA",
"progress": "Postęp"
},
"empty": "Puste",
"tooltip": {
"transcode": "",
"healthCheck": ""
"transcode": "Transkoduj",
"healthCheck": "Sprawdź stan"
}
}
},
"queue": {
"table": {
"header": {
"name": "",
"name": "Plik",
"size": "Rozmiar"
},
"footer": {
"currentIndex": ""
"currentIndex": "{{start}}-{{end}} z {{total}}"
},
"empty": "Puste",
"tooltip": {
"transcode": "",
"healthCheck": ""
"transcode": "Transkoduj",
"healthCheck": "Sprawdź stan"
}
}
},
"statistics": {
"empty": "Puste",
"box": {
"transcodes": "",
"healthChecks": "",
"files": "",
"spaceSaved": ""
"transcodes": "Transkodowanie: {{value}}",
"healthChecks": "Sprawdzanie stanu zdrowia: {{value}}",
"files": "Pliki: {{value}}",
"spaceSaved": "Zapisane: {{value}}"
},
"pies": {
"transcodes": "",
"healthChecks": "",
"videoCodecs": "",
"videoContainers": "",
"videoResolutions": ""
"transcodes": "Transkoduj",
"healthChecks": "Sprawdzanie stanu zdrowia",
"videoCodecs": "Kodeki",
"videoContainers": "Kontenery",
"videoResolutions": "Rozdzielczość"
}
}
},
"error": {
"title": "Błąd",
"message": ""
"message": "Wystąpił błąd podczas pobierania danych z Tdarr."
},
"tabs": {
"workers": "",
"workers": "Pracownicy",
"queue": "Kolejka",
"statistics": ""
"statistics": "Statystyki"
},
"healthCheckStatus": {
"title": "",
"queued": "",
"healthy": "",
"unhealthy": ""
"title": "Sprawdź stan",
"queued": "Zakolejkowane",
"healthy": "Zdrowy",
"unhealthy": "Niezdrowy"
}
}

0 comments on commit 7bd6d08

Please sign in to comment.