@@ -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