-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -568,9 +568,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = | |
("True color (4:4:4)", "True color (4:4:4)"), | ||
("Enable blocking user input", "Zablokuj wprowadzanie danych przez użytkownika"), | ||
("id_input_tip", "Możesz wprowadzić identyfikator, bezpośredni adres IP lub domenę z portem (<adres_domenowy>:<port>).\nJeżeli chcesz uzyskać dostęp do urządzenia na innym serwerze, dołącz adres serwera (<id>@<adres_serwera>?key=<wartość_klucza>, np. \n[email protected]:21117?key=5Qbwsde3unUcJBtrx9ZkvUmwFNoExHzpryHuPUdqlWM=.\nJeżeli chcesz uzyskać dostęp do urządzenia na serwerze publicznym, wpisz \"<id>@public\", klucz nie jest potrzebny dla serwera publicznego."), | ||
("privacy_mode_impl_mag_tip", ""), | ||
("privacy_mode_impl_virtual_display_tip", ""), | ||
("Enter privacy mode", ""), | ||
("Exit privacy mode", ""), | ||
("privacy_mode_impl_mag_tip", "Tryb 1 (przestarzały)"), | ||
("privacy_mode_impl_virtual_display_tip", "Tryb 2 (zalecany)"), | ||
("Enter privacy mode", "Wejdź w tryb prywatności"), | ||
("Exit privacy mode", "Wyjdź z trybu prywatności"), | ||
].iter().cloned().collect(); | ||
} |