Skip to content

Commit

Permalink
Update lv.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleofass authored Sep 24, 2023
1 parent 03acf7a commit 7229652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lang/lv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

0 comments on commit 7229652

Please sign in to comment.