From 72c2de575a8126a11bd0e3e330150d59a9e99112 Mon Sep 17 00:00:00 2001 From: Kleofass <4000163+Kleofass@users.noreply.github.com> Date: Thu, 9 May 2024 02:32:38 +0300 Subject: [PATCH] Update lv.rs (#7979) --- src/lang/lv.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lang/lv.rs b/src/lang/lv.rs index fdd64cfe1..a1a336acc 100644 --- a/src/lang/lv.rs +++ b/src/lang/lv.rs @@ -605,9 +605,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("no_need_privacy_mode_no_physical_displays_tip", "Nav fizisku displeju, nav jāizmanto privātuma režīms."), ("Follow remote cursor", "Sekot attālajam kursoram"), ("Follow remote window focus", "Sekot attālā loga fokusam"), - ("default_proxy_tip", ""), - ("no_audio_input_device_tip", ""), - ("Incoming", ""), - ("Outgoing", ""), + ("default_proxy_tip", "Noklusējuma protokols un ports ir Socks5 un 1080"), + ("no_audio_input_device_tip", "Nav atrasta neviena audio ievades ierīce."), + ("Incoming", "Ienākošie"), + ("Outgoing", "Izejošie"), ].iter().cloned().collect(); }