Merge pull request #5814 from BestiaPL/master

Update pl.rs
This commit is contained in:
RustDesk 2023-09-25 22:56:06 +08:00 committed by GitHub
commit 5c48fb9e66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -556,6 +556,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Connection failed due to inactivity", "Automatycznie rozłącz przy bezczynności"),
("Check for software update on startup", "Sprawdź aktualizacje przy starcie programu"),
("upgrade_rustdesk_server_pro_to_{}_tip", "Proszę zaktualizować RustDesk Server Pro do wersji {} lub nowszej!"),
("pull_group_failed_tip", ""),
("pull_group_failed_tip", "Błąd odświeżania grup"),
].iter().cloned().collect();
}