Update lv.rs

This commit is contained in:
Kleofass 2023-09-24 10:52:03 +03:00 committed by GitHub
parent 03acf7a05c
commit 7229652e31
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();
}