unify text style

This commit is contained in:
rustdesk
2023-10-26 13:09:19 +08:00
parent 39e6fa35e1
commit 0fe80e8e1f
37 changed files with 111 additions and 111 deletions

View File

@@ -566,9 +566,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Show displays as individual windows", "Rādīt displejus kā atsevišķus logus"),
("Use all my displays for the remote session", "Izmantot visus manus displejus attālajai sesijai"),
("selinux_tip", "Jūsu ierīcē ir iespējots SELinux, kas var neļaut RustDesk pareizi darboties kā kontrolētajai pusei."),
("Change View", ""),
("Big Tiles", ""),
("Small Tiles", ""),
("Change view", ""),
("Big tiles", ""),
("Small tiles", ""),
("List", ""),
].iter().cloned().collect();
}