Update lv.rs (#8262)

This commit is contained in:
Kleofass 2024-06-05 13:44:47 +03:00 committed by GitHub
parent bd51afe86c
commit 54b8daede4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -612,8 +612,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Clear Wayland screen selection", "Notīrīt Wayland ekrāna atlasi"),
("clear_Wayland_screen_selection_tip", "Pēc ekrāna atlases notīrīšanas varat atkārtoti atlasīt ekrānu, ko kopīgot."),
("confirm_clear_Wayland_screen_selection_tip", "Vai tiešām notīrīt Wayland ekrāna atlasi?"),
("android_new_voice_call_tip", ""),
("texture_render_tip", ""),
("Use texture rendering", ""),
("android_new_voice_call_tip", "Tika saņemts jauns balss zvana pieprasījums. Ja piekrītat, audio pārslēgsies uz balss saziņu."),
("texture_render_tip", "Izmantojiet tekstūras renderēšanu, lai attēli būtu vienmērīgāki. Varat mēģināt atspējot šo opciju, ja rodas renderēšanas problēmas."),
("Use texture rendering", "Izmantot tekstūras renderēšanu"),
].iter().cloned().collect();
}