Update pl.rs

This commit is contained in:
Andrzej Rudnik 2023-04-08 16:40:38 +02:00 committed by GitHub
parent 6915b88d8c
commit 5e8f28ae4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -481,15 +481,15 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("show_monitors_tip", "Pokaż monitory w zasobniku"),
("View Mode", "Tryb widoku"),
("login_linux_tip", "Zaloguj do zdalnego konta Linux"),
("verify_rustdesk_password_tip", ""),
("remember_account_tip", ""),
("os_account_desk_tip", ""),
("OS Account", ""),
("another_user_login_title_tip", ""),
("another_user_login_text_tip", ""),
("xorg_not_found_title_tip", ""),
("xorg_not_found_text_tip", ""),
("no_desktop_title_tip", ""),
("no_desktop_text_tip", ""),
("verify_rustdesk_password_tip", "Weryfikuj hasło RustDesk"),
("remember_account_tip", "Zapamiętaj to konto"),
("os_account_desk_tip", "To konto jest używane do logowania do zdalnych systemów i włącza bezobsługowe sesje pulpitu"),
("OS Account", "Konto systemowe"),
("another_user_login_title_tip", "Zalogowany jest inny użytkownik"),
("another_user_login_text_tip", "Rozłącz"),
("xorg_not_found_title_tip", "Nie znaleziono Xorg"),
("xorg_not_found_text_tip", "Proszę zainstalować Xorg"),
("no_desktop_title_tip", "Pulpit jest niedostępny"),
("no_desktop_text_tip", "Proszę zainstalować pulpit GNOME"),
].iter().cloned().collect();
}