Update lv.rs (#8383)

This commit is contained in:
Kleofass 2024-06-17 12:31:38 +03:00 committed by GitHub
parent 70151e3dd8
commit 46bf552afc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -617,9 +617,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use texture rendering", "Izmantot tekstūras renderēšanu"),
("Floating window", "Peldošs logs"),
("floating_window_tip", "Tas palīdz uzturēt RustDesk fona servisu"),
("Keep screen on", ""),
("Never", ""),
("During controlled", ""),
("During service is on", ""),
("Keep screen on", "Turēt ekrānu ieslēgtu"),
("Never", "Nekad"),
("During controlled", "Lietošanas laikā"),
("During service is on", "Kamēr pakalpojums ir ieslēgts"),
].iter().cloned().collect();
}