Merge pull request #5795 from Kleofass/master

Update lv.rs
This commit is contained in:
RustDesk 2023-09-24 16:20:22 +08:00 committed by GitHub
commit c116e94cba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -559,6 +559,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Connection failed due to inactivity", "Automātiski atvienots neaktivitātes dēļ"),
("Check for software update on startup", "Startējot pārbaudīt, vai nav programmatūras atjauninājumu"),
("upgrade_rustdesk_server_pro_to_{}_tip", "Lūdzu, jauniniet RustDesk Server Pro uz versiju {} vai jaunāku!"),
("pull_group_failed_tip", ""),
("pull_group_failed_tip", "Neizdevās atsvaidzināt grupu"),
].iter().cloned().collect();
}