Update lv.rs (#6672)

This commit is contained in:
Kleofass 2023-12-14 03:04:18 +02:00 committed by GitHub
parent b2deab08ab
commit 2d5fa9ebbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -576,7 +576,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("input_source_1_tip", "Ievades avots 1"),
("input_source_2_tip", "Ievades avots 2"),
("capture_display_elevated_connections_tip", "Vairāku displeju uzņemšana netiek atbalstīta paaugstinātā lietotāja režīmā. Lūdzu, mēģiniet vēlreiz pēc instalēšanas, ja vēlaties kontrolēt vairākus displejus."),
("Swap control-command key", ""),
("swap-left-right-mouse", ""),
("Swap control-command key", "Apmainīt vadības un komandas taustiņu"),
("swap-left-right-mouse", "Apmainīt kreiso un labo peles pogu"),
].iter().cloned().collect();
}