mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-06-06 17:32:51 +08:00
Update lv.rs (#10883)
This commit is contained in:
parent
6f1a769741
commit
93feedc212
@ -41,7 +41,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("length %min% to %max%", "garums %min% līdz %max%"),
|
||||
("starts with a letter", "sākas ar burtu"),
|
||||
("allowed characters", "atļautās rakstzīmes"),
|
||||
("id_change_tip", "Atļautas tikai rakstzīmes a-z, A-Z, 0-9, - (dash) un _ (pasvītrojums). Pirmajam burtam ir jābūt a-z, A-Z. Garums no 6 līdz 16."),
|
||||
("id_change_tip", "Atļautas tikai rakstzīmes a-z, A-Z, 0-9, - (domuzīme) un _ (pasvītrojums). Pirmajam burtam ir jābūt a-z, A-Z. Garums no 6 līdz 16."),
|
||||
("Website", "Tīmekļa vietne"),
|
||||
("About", "Par"),
|
||||
("Slogan_tip", "Radīts ar sirdi šajā haotiskajā pasaulē!"),
|
||||
@ -656,6 +656,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Update client clipboard", "Atjaunināt klienta starpliktuvi"),
|
||||
("Untagged", "Neatzīmēts"),
|
||||
("new-version-of-{}-tip", "Ir pieejama jauna {} versija"),
|
||||
("Accessible devices", ""),
|
||||
("Accessible devices", "Pieejamas ierīces"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user