From 0b96b3f3454b1996a218ba9d1b094639180dceb4 Mon Sep 17 00:00:00 2001 From: Kleofass <4000163+Kleofass@users.noreply.github.com> Date: Sat, 11 May 2024 03:54:59 +0300 Subject: [PATCH] Update lv.rs (#8010) --- src/lang/lv.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lang/lv.rs b/src/lang/lv.rs index 67d9bf87a..0fe154f10 100644 --- a/src/lang/lv.rs +++ b/src/lang/lv.rs @@ -609,8 +609,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("no_audio_input_device_tip", "Nav atrasta neviena audio ievades ierīce."), ("Incoming", "Ienākošie"), ("Outgoing", "Izejošie"), - ("Clear Wayland screen selection", ""), - ("clear_Wayland_screen_selection_tip", ""), - ("confirm_clear_Wayland_screen_selection_tip", ""), + ("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?"), ].iter().cloned().collect(); }