Update pl.rs (#13210)

This commit is contained in:
Andrzej Rudnik
2025-10-19 08:19:53 +02:00
committed by GitHub
parent 2c30bd9d24
commit c90d72d720

View File

@@ -709,17 +709,17 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("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 ...", "Przygotowywanie do instalacji ..."),
("Show my cursor", ""),
("Scale custom", ""),
("Custom scale slider", ""),
("Decrease", ""),
("Increase", ""),
("Show virtual mouse", ""),
("Virtual mouse size", ""),
("Small", ""),
("Large", ""),
("Show virtual joystick", ""),
("Edit note", ""),
("Alias", ""),
("Show my cursor", "Pokaż mój kursor"),
("Scale custom", "Skala użytkownika"),
("Custom scale slider", "Suwak skali użytkownika"),
("Decrease", "Zmniejsz"),
("Increase", "Zwiększ"),
("Show virtual mouse", "Pokaż wirtualną mysz"),
("Virtual mouse size", "Wielkość wirtualnego kursora myszy"),
("Small", "Mały"),
("Large", "Duży"),
("Show virtual joystick", "Pokaz wirtualny joystick"),
("Edit note", "Edytuj notatkę"),
("Alias", "Alias"),
].iter().cloned().collect();
}