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

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"), ("Use texture rendering", "Izmantot tekstūras renderēšanu"),
("Floating window", "Peldošs logs"), ("Floating window", "Peldošs logs"),
("floating_window_tip", "Tas palīdz uzturēt RustDesk fona servisu"), ("floating_window_tip", "Tas palīdz uzturēt RustDesk fona servisu"),
("Keep screen on", ""), ("Keep screen on", "Turēt ekrānu ieslēgtu"),
("Never", ""), ("Never", "Nekad"),
("During controlled", ""), ("During controlled", "Lietošanas laikā"),
("During service is on", ""), ("During service is on", "Kamēr pakalpojums ir ieslēgts"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }