From 6a818763fdbbe514554a99e4f50e553c0f0c6f37 Mon Sep 17 00:00:00 2001 From: Andrzej Rudnik Date: Mon, 7 Aug 2023 20:00:33 +0200 Subject: [PATCH] Update pl.rs --- src/lang/pl.rs | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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(); }