Merge pull request #6263 from xalt7x/ukrainian-translation

Update Ukrainian translation
This commit is contained in:
RustDesk 2023-11-02 14:07:12 +08:00 committed by GitHub
commit 8e0bce4da4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -565,13 +565,13 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Open in new window", "Відкрити в новому вікні"),
("Show displays as individual windows", "Відображати дисплеї в якості окремих вікон"),
("Use all my displays for the remote session", "Використовувати всі мої дисплеї для віддаленого сеансу"),
("selinux_tip", ""),
("Change view", ""),
("Big tiles", ""),
("Small tiles", ""),
("List", ""),
("Virtual display", ""),
("Plug out all", ""),
("True color (4:4:4)", ""),
("selinux_tip", "SELinux увімкнено на вашому пристрої, що може ускладнити для іншої сторони віддалене керування за допомогою RustDesk."),
("Change view", "Режим перегляду"),
("Big tiles", "Великі плитки"),
("Small tiles", "Маленькі плитки"),
("List", "Список"),
("Virtual display", "Віртуальний дисплей"),
("Plug out all", "Відключити все"),
("True color (4:4:4)", "Спражній колір (4:4:4)"),
].iter().cloned().collect();
}