Skip to content

Commit ef21283

Browse files
authored
Merge pull request rustdesk#5733 from Kleofass/patch-1
Update lv.rs
2 parents 3b68f59 + 4eb76cd commit ef21283

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/lang/lv.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
5757
("ID Server", "ID serveris"),
5858
("Relay Server", "Releja serveris"),
5959
("API Server", "API serveris"),
60+
("Key", "Atslēga"),
6061
("invalid_http", "jāsākas ar http:// vai https://"),
6162
("Invalid IP", "Nederīga IP"),
6263
("Invalid format", "Nederīgs formāts"),
@@ -296,6 +297,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
296297
("This file exists, skip or overwrite this file?", "Šis fails pastāv, izlaist vai pārrakstīt šo failu?"),
297298
("Quit", "Iziet"),
298299
("doc_mac_permission", "https://rustdesk.com/docs/en/manual/mac/#enable-permissions"),
300+
("doc_fix_wayland", "https://rustdesk.com/docs/en/manual/linux/#x11-required"),
299301
("Help", "Palīdzība"),
300302
("Failed", "Neizdevās"),
301303
("Succeeded", "Izdevās"),
@@ -479,6 +481,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
479481
("Me", "Es"),
480482
("identical_file_tip", "Šis fails ir identisks sesijas failam."),
481483
("show_monitors_tip", "Rādīt monitorus rīkjoslā"),
484+
("enter_rustdesk_passwd_tip", "Ievadiet RustDesk paroli"),
482485
("View Mode", "Skatīšanas režīms"),
483486
("login_linux_tip", "Jums ir jāpiesakās attālajā Linux kontā, lai iespējotu X darbvirsmas sesiju"),
484487
("verify_rustdesk_password_tip", "Pārbaudīt RustDesk paroli"),
@@ -555,6 +558,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
555558
("auto_disconnect_option_tip", "Automātiski aizvērt ienākošās sesijas lietotāja neaktivitātes gadījumā"),
556559
("Connection failed due to inactivity", "Automātiski atvienots neaktivitātes dēļ"),
557560
("Check for software update on startup", "Startējot pārbaudīt, vai nav programmatūras atjauninājumu"),
558-
("upgrade_rustdesk_server_pro_to_{}_tip", ""),
561+
("upgrade_rustdesk_server_pro_to_{}_tip", "Lūdzu, jauniniet RustDesk Server Pro uz versiju {} vai jaunāku!"),
559562
].iter().cloned().collect();
560563
}

0 commit comments

Comments
 (0)