win_copy_paste_test: change ui 'File Transfer' to 'Allow file copying and pasting'

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2022-06-06 11:57:05 +08:00
parent 5b2c53e603
commit 57bd3a9816
16 changed files with 16 additions and 43 deletions

View File

@@ -157,8 +157,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Allow using keyboard and mouse", "Разрешить использование клавиатуры и мыши"),
("Allow using clipboard", "Разрешить использование буфера обмена"),
("Allow hearing sound", "Разрешить передачу звука"),
("Allow file transfer", "Разрешить передачу файлов"),
("File transfer", "Передача файлов"),
("Allow file copying and pasting", "Разрешить копирование и вставку файлов"),
("Connected", "Подключено"),
("Direct and encrypted connection", "Прямое и шифрованное соединение"),
("Relayed and encrypted connection", "Коммутируемое и зашифрованное соединение"),
@@ -250,7 +249,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Selected", "Выбрано"),
("Screen Capture", "Захват экрана"),
("Input Control", "Входной контроль"),
("File Transfer", "Передача файлов"),
("Audio Capture", "Захват аудио"),
("File Connection", "Файловое соединение"),
("Screen Connection", "Подключение экрана"),