Update lv.rs

This commit is contained in:
Kleofass 2023-10-17 23:58:54 +03:00 committed by GitHub
parent 74ecea6307
commit 5a89aa3b32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -564,6 +564,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("elevated_switch_display_msg", "Pārslēdzieties uz primāro displeju, jo paaugstinātajā režīmā netiek atbalstīti vairāki displeji."),
("Open in new window", "Atvērt jaunā logā"),
("Show displays as individual windows", "Rādīt displejus kā atsevišķus logus"),
("Use all my displays for the remote session", ""),
("Use all my displays for the remote session", "Izmantot visus manus displejus attālajai sesijai"),
].iter().cloned().collect();
}