Update lv.rs (#7979)

This commit is contained in:
Kleofass 2024-05-09 02:32:38 +03:00 committed by GitHub
parent 93d4987dcc
commit 72c2de575a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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();
}