Update pl.rs (#12618)

Added missing translation and small correction
This commit is contained in:
BigRetroMike
2025-08-19 06:14:19 +02:00
committed by GitHub
parent d187121645
commit 9b77e91d79

View File

@@ -696,7 +696,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Enable camera", "Włącz kamerę"),
("No cameras", "Brak kamer"),
("view_camera_unsupported_tip", "Zdalne urządzenie nie obsługuje podglądu kamery."),
("Terminal", "Rerminal"),
("Terminal", "Terminal"),
("Enable terminal", "Włącz terminal"),
("New tab", "Nowa zakładka"),
("Keep terminal sessions on disconnect", "Utrzymaj sesję terminala przy rozłączeniu"),
@@ -708,6 +708,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Failed to check if the user is an administrator.", "Błąd sprawdzania, czy użytkownik jest administratorem."),
("Supported only in the installed version.", "Wspierane tylko dla zainstalowanej aplikacji."),
("elevation_username_tip", "Podaj nazwę użytkownika lub domena\\użytkownik"),
("Preparing for installation ...", ""),
("Preparing for installation ...", "Przygotowywanie do instalacji ..."),
].iter().cloned().collect();
}