diff --git a/src/lang/pl.rs b/src/lang/pl.rs index bfe9ecb3e..79dd74071 100644 --- a/src/lang/pl.rs +++ b/src/lang/pl.rs @@ -518,14 +518,14 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Exit", "Wyjście"), ("Open", "Otwórz"), ("logout_tip", "Na pewno chcesz się wylogować?"), - ("Service", ""), - ("Start", ""), - ("Stop", ""), - ("exceed_max_devices", ""), - ("Sync with recent sessions", ""), - ("Sort tags", ""), - ("Separate remote windows", ""), - ("separate window", ""), - ("Move tab to new window", ""), + ("Service", "Usługa"), + ("Start", "Uruchom"), + ("Stop", "Zatrzymaj"), + ("exceed_max_devices", "Przekroczona maks. liczba urządzeń"), + ("Sync with recent sessions", "Synchronizacja z ostatnimi sesjami"), + ("Sort tags", "Znaczniki sortowania"), + ("Separate remote windows", "Oddzielne zdalne okna"), + ("separate window", "oddzielne okno"), + ("Move tab to new window", "Przenieś zakładkę do nowego okna"), ].iter().cloned().collect(); }