mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-15 23:11:30 +03:00
permission allow->enable, block->blocking
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -179,10 +179,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Accept", "Прийняти"),
|
||||
("Dismiss", "Відхилити"),
|
||||
("Disconnect", "Відʼєднати"),
|
||||
("Allow using keyboard and mouse", "Дозволити використання клавіатури та миші"),
|
||||
("Allow using clipboard", "Дозволити використання буфера обміну"),
|
||||
("Allow hearing sound", "Дозволити передачу звуку"),
|
||||
("Allow file copy and paste", "Дозволити копіювання та вставку файлів"),
|
||||
("Enable file copy and paste", "Дозволити копіювання та вставку файлів"),
|
||||
("Connected", "Підключено"),
|
||||
("Direct and encrypted connection", "Пряме та зашифроване підключення"),
|
||||
("Relayed and encrypted connection", "Релейне та зашифроване підключення"),
|
||||
@@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Use both passwords", "Використовувати обидва паролі"),
|
||||
("Set permanent password", "Встановити постійний пароль"),
|
||||
("Enable Remote Restart", "Увімкнути віддалений перезапуск"),
|
||||
("Allow remote restart", "Дозволити віддалений перезапуск"),
|
||||
("Restart Remote Device", "Перезапустити віддалений пристрій"),
|
||||
("Are you sure you want to restart", "Ви впевнені, що хочете виконати перезапуск?"),
|
||||
("Restarting Remote Device", "Перезавантаження віддаленого пристрою"),
|
||||
@@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Start session recording", "Розпочати запис сесії"),
|
||||
("Stop session recording", "Закінчити запис сесії"),
|
||||
("Enable Recording Session", "Увімкнути запис сесії"),
|
||||
("Allow recording session", "Дозволити запис сеансу"),
|
||||
("Enable LAN Discovery", "Увімкнути пошук локальної мережі"),
|
||||
("Deny LAN Discovery", "Заборонити виявлення локальної мережі"),
|
||||
("Write a message", "Написати повідомлення"),
|
||||
@@ -573,7 +568,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Virtual display", "Віртуальний дисплей"),
|
||||
("Plug out all", "Відключити все"),
|
||||
("True color (4:4:4)", "Спражній колір (4:4:4)"),
|
||||
("Enable Block User Input", ""),
|
||||
("Allow block user input", ""),
|
||||
("Enable blocking user input", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user