From 60049c8cc5540e59a420cded5771d80a2a015b24 Mon Sep 17 00:00:00 2001 From: Kleofass <4000163+Kleofass@users.noreply.github.com> Date: Wed, 12 Jun 2024 12:20:29 +0300 Subject: [PATCH] Update lv.rs (#8323) --- src/lang/lv.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lang/lv.rs b/src/lang/lv.rs index 409a678d9..cfa463fb0 100644 --- a/src/lang/lv.rs +++ b/src/lang/lv.rs @@ -615,7 +615,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("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"), - ("Floating window", ""), - ("floating_window_tip", ""), + ("Floating window", "Peldošs logs"), + ("floating_window_tip", "Tas palīdz uzturēt RustDesk fona servisu"), ].iter().cloned().collect(); }