mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-21 08:33:20 +03:00
Update pl.rs (#13210)
This commit is contained in:
@@ -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."),
|
("Supported only in the installed version.", "Wspierane tylko dla zainstalowanej aplikacji."),
|
||||||
("elevation_username_tip", "Podaj nazwę użytkownika lub domena\\użytkownik"),
|
("elevation_username_tip", "Podaj nazwę użytkownika lub domena\\użytkownik"),
|
||||||
("Preparing for installation ...", "Przygotowywanie do instalacji ..."),
|
("Preparing for installation ...", "Przygotowywanie do instalacji ..."),
|
||||||
("Show my cursor", ""),
|
("Show my cursor", "Pokaż mój kursor"),
|
||||||
("Scale custom", ""),
|
("Scale custom", "Skala użytkownika"),
|
||||||
("Custom scale slider", ""),
|
("Custom scale slider", "Suwak skali użytkownika"),
|
||||||
("Decrease", ""),
|
("Decrease", "Zmniejsz"),
|
||||||
("Increase", ""),
|
("Increase", "Zwiększ"),
|
||||||
("Show virtual mouse", ""),
|
("Show virtual mouse", "Pokaż wirtualną mysz"),
|
||||||
("Virtual mouse size", ""),
|
("Virtual mouse size", "Wielkość wirtualnego kursora myszy"),
|
||||||
("Small", ""),
|
("Small", "Mały"),
|
||||||
("Large", ""),
|
("Large", "Duży"),
|
||||||
("Show virtual joystick", ""),
|
("Show virtual joystick", "Pokaz wirtualny joystick"),
|
||||||
("Edit note", ""),
|
("Edit note", "Edytuj notatkę"),
|
||||||
("Alias", ""),
|
("Alias", "Alias"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user