mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Add Polish translation
This commit is contained in:
parent
e349829aec
commit
c0d9960cee
1 changed files with 59 additions and 0 deletions
59
web/locales/pl.yml
Normal file
59
web/locales/pl.yml
Normal file
|
@ -0,0 +1,59 @@
|
||||||
|
# elements like %{queue} are variables and should not be translated
|
||||||
|
en:
|
||||||
|
Dashboard: Kokpit
|
||||||
|
Status: Status
|
||||||
|
Time: Czas
|
||||||
|
Namespace: Przestrzeń nazw
|
||||||
|
Realtime: Czas rzeczywisty
|
||||||
|
History: Historia
|
||||||
|
Busy: Zajęte
|
||||||
|
Processed: Ukończone
|
||||||
|
Failed: Nieudane
|
||||||
|
Scheduled: Zaplanowane
|
||||||
|
Retries: Prób
|
||||||
|
Enqueued: Zakolejkowane
|
||||||
|
Worker: Worker
|
||||||
|
Workers: Workery
|
||||||
|
LivePoll: Wczytuj na żywo
|
||||||
|
StopPolling: Zatrzymaj wczytywanie na żywo
|
||||||
|
Queue: Kolejka
|
||||||
|
Class: Klasa
|
||||||
|
Job: Zadanie
|
||||||
|
Arguments: Argumenty
|
||||||
|
Started: Rozpoczęte
|
||||||
|
ShowAll: Pokaż wszystko
|
||||||
|
CurrentMessagesInQueue: Aktualne wiadomości w kolejce <span class='title'>%{queue}</span>
|
||||||
|
Delete: Usuń
|
||||||
|
AreYouSureDeleteJob: Czy na pewno usunąć to zadanie?
|
||||||
|
AreYouSureDeleteQueue: Czy na pewno usunąć kolejkę %{queue}?
|
||||||
|
Queues: Kolejki
|
||||||
|
Size: Rozmiar
|
||||||
|
Actions: Akcje
|
||||||
|
NextRetry: Kolejna próba
|
||||||
|
RetryCount: Liczba prób
|
||||||
|
RetryNow: Ponów teraz
|
||||||
|
LastRetry: Ostatnie ponowienie
|
||||||
|
OriginallyFailed: Ostatnio nieudane
|
||||||
|
AreYouSure: Na pewno?
|
||||||
|
DeleteAll: Usuń wszystko
|
||||||
|
RetryAll: Powtórz wszystko
|
||||||
|
NoRetriesFound: Brak powtórzeń
|
||||||
|
Error: Błąd
|
||||||
|
ErrorClass: Klasa błędu
|
||||||
|
ErrorMessage: Wiadomosć błędu
|
||||||
|
ErrorBacktrace: Wyjście błędu
|
||||||
|
GoBack: ← Wróć
|
||||||
|
NoScheduledFound: Brak zaplanowanych zadań
|
||||||
|
When: Kiedy
|
||||||
|
ScheduledJobs: Zaplanowane zadania
|
||||||
|
idle: bezczynne
|
||||||
|
active: aktywne
|
||||||
|
Version: Wersja
|
||||||
|
Connections: Połączenia
|
||||||
|
MemoryUsage: Wykorzystanie pamięci
|
||||||
|
PeakMemoryUsage: Największe wykorzystanie pamięci
|
||||||
|
Uptime: Uptime (dni)
|
||||||
|
OneWeek: 1 tydzień
|
||||||
|
OneMonth: 1 miesiąc
|
||||||
|
ThreeMonths: 3 miesiące
|
||||||
|
SixMonths: 6 miesięcy
|
Loading…
Add table
Reference in a new issue