permission allow->enable, block->blocking

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages 2023-11-06 16:55:19 +08:00
parent d528fd3762
commit af132aa62e
40 changed files with 89 additions and 304 deletions

View File

@ -651,7 +651,7 @@ class _SafetyState extends State<_Safety> with AutomaticKeepAliveClientMixin {
enabled: enabled, fakeValue: fakeValue),
if (Platform.isWindows)
_OptionCheckBox(
context, 'Enable Block User Input', 'enable-block-input',
context, 'Enable blocking user input', 'enable-block-input',
enabled: enabled, fakeValue: fakeValue),
_OptionCheckBox(context, 'Enable remote configuration modification',
'allow-remote-config-modification',

View File

@ -520,6 +520,7 @@ class _PrivilegeBoardState extends State<_PrivilegeBoard> {
Function(bool)? onTap, String tooltipText) {
return Tooltip(
message: "$tooltipText: ${enabled ? "ON" : "OFF"}",
waitDuration: Duration.zero,
child: Container(
decoration: BoxDecoration(
color: enabled ? MyTheme.accent : Colors.grey[700],
@ -591,7 +592,7 @@ class _PrivilegeBoardState extends State<_PrivilegeBoard> {
client.keyboard = enabled;
});
},
translate('Allow using keyboard and mouse'),
translate('Enable Keyboard/Mouse'),
),
buildPermissionIcon(
client.clipboard,
@ -603,7 +604,7 @@ class _PrivilegeBoardState extends State<_PrivilegeBoard> {
client.clipboard = enabled;
});
},
translate('Allow using clipboard'),
translate('Enable Clipboard'),
),
buildPermissionIcon(
client.audio,
@ -615,7 +616,7 @@ class _PrivilegeBoardState extends State<_PrivilegeBoard> {
client.audio = enabled;
});
},
translate('Allow hearing sound'),
translate('Enable Audio'),
),
buildPermissionIcon(
client.file,
@ -627,7 +628,7 @@ class _PrivilegeBoardState extends State<_PrivilegeBoard> {
client.file = enabled;
});
},
translate('Allow file copy and paste'),
translate('Enable file copy and paste'),
),
buildPermissionIcon(
client.restart,
@ -639,7 +640,7 @@ class _PrivilegeBoardState extends State<_PrivilegeBoard> {
client.restart = enabled;
});
},
translate('Allow remote restart'),
translate('Enable Remote Restart'),
),
buildPermissionIcon(
client.recording,
@ -651,7 +652,7 @@ class _PrivilegeBoardState extends State<_PrivilegeBoard> {
client.recording = enabled;
});
},
translate('Allow recording session'),
translate('Enable Recording Session'),
),
// only windows support block input
if (Platform.isWindows)
@ -667,7 +668,7 @@ class _PrivilegeBoardState extends State<_PrivilegeBoard> {
client.blockInput = enabled;
});
},
translate('Allow block user input'),
translate('Enable blocking user input'),
)
],
),

View File

@ -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)", ""),
("Enable Block User Input", ""),
("Allow block user input", ""),
("Enable blocking user input", ""),
].iter().cloned().collect();
}

View File

@ -179,10 +179,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Accept", "Acceptar"),
("Dismiss", "Cancel·lar"),
("Disconnect", "Desconnectar"),
("Allow using keyboard and mouse", "Permetre l'ús del teclat i ratolí"),
("Allow using clipboard", "Permetre usar portapapers"),
("Allow hearing sound", "Permetre escoltar so"),
("Allow file copy and paste", "Permetre copiar i enganxar arxius"),
("Enable file copy and paste", "Permetre copiar i enganxar arxius"),
("Connected", "Connectat"),
("Direct and encrypted connection", "Connexió directa i xifrada"),
("Relayed and encrypted connection", "connexió retransmesa i xifrada"),
@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use both passwords", "Utilitzar ambdues contrasenyas"),
("Set permanent password", "Establir contrasenya permament"),
("Enable Remote Restart", "Activar reinici remot"),
("Allow remote restart", "Permetre reinici remot"),
("Restart Remote Device", "Reiniciar dispositiu"),
("Are you sure you want to restart", "Està segur que vol reiniciar?"),
("Restarting Remote Device", "Reiniciant dispositiu remot"),
@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Start session recording", "Començar gravació de sessió"),
("Stop session recording", "Aturar gravació de sessió"),
("Enable Recording Session", "Habilitar gravació de sessió"),
("Allow recording session", "Permetre gravació de sessió"),
("Enable LAN Discovery", "Habilitar descobriment de LAN"),
("Deny LAN Discovery", "Denegar descobriment de LAN"),
("Write a message", "Escriure un missatge"),
@ -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)", ""),
("Enable Block User Input", ""),
("Allow block user input", ""),
("Enable blocking user input", ""),
].iter().cloned().collect();
}

View File

@ -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();
}

View File

@ -179,10 +179,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Accept", "Přijmout"),
("Dismiss", "Zahodit"),
("Disconnect", "Odpojit"),
("Allow using keyboard and mouse", "Povolit ovládání klávesnice a myši"),
("Allow using clipboard", "Povolit použití schránky"),
("Allow hearing sound", "Povolit slyšet zvuk"),
("Allow file copy and paste", "Povolit kopírování a vkládání souborů"),
("Enable file copy and paste", "Povolit kopírování a vkládání souborů"),
("Connected", "Připojeno"),
("Direct and encrypted connection", "Přímé a šifrované spojení"),
("Relayed and encrypted connection", "Předávané a šifrované spojení"),
@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use both passwords", "Použít obě hesla"),
("Set permanent password", "Nastavit trvalé heslo"),
("Enable Remote Restart", "Povolit vzdálené restartování"),
("Allow remote restart", "Povolit vzdálený restart"),
("Restart Remote Device", "Restartovat vzdálené zařízení"),
("Are you sure you want to restart", "Jste si jisti, že chcete restartovat"),
("Restarting Remote Device", "Restartování vzdáleného zařízení"),
@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Start session recording", "Spustit záznam relace"),
("Stop session recording", "Zastavit záznam relace"),
("Enable Recording Session", "Povolit nahrávání relace"),
("Allow recording session", "Povolit nahrávání relace"),
("Enable LAN Discovery", "Povolit zjišťování sítě LAN"),
("Deny LAN Discovery", "Zakázat zjišťování sítě LAN"),
("Write a message", "Napsat zprávu"),
@ -573,7 +568,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Virtual display", "Virtuální obrazovka"),
("Plug out all", "Odpojit všechny"),
("True color (4:4:4)", "Skutečné barvy (4:4:4)"),
("Enable Block User Input", ""),
("Allow block user input", ""),
("Enable blocking user input", ""),
].iter().cloned().collect();
}

View File

@ -179,10 +179,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Accept", "Accepter"),
("Dismiss", "Afvis"),
("Disconnect", "Frakobl"),
("Allow using keyboard and mouse", "Tillad brug af tastatur og mus"),
("Allow using clipboard", "Tillad brug af udklipsholderen"),
("Allow hearing sound", "Tillad at høre lyd"),
("Allow file copy and paste", "Tillad kopiering og indsæt af filer"),
("Enable file copy and paste", "Tillad kopiering og indsæt af filer"),
("Connected", "Forbundet"),
("Direct and encrypted connection", "Direkte og krypteret forbindelse"),
("Relayed and encrypted connection", "Viderestillet og krypteret forbindelse"),
@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use both passwords", "Brug begge adgangskoder"),
("Set permanent password", "Sæt permanent adgangskode"),
("Enable Remote Restart", "Aktivér fjerngenstart"),
("Allow remote restart", "Tillad fjerngenstart"),
("Restart Remote Device", "Genstart fjernenhed"),
("Are you sure you want to restart", "Er du sikker på at du vil genstarte"),
("Restarting Remote Device", "Genstarter fjernenhed"),
@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Start session recording", "Start sessionsoptagelse"),
("Stop session recording", "Stop sessionsoptagelse"),
("Enable Recording Session", "Aktivér optagelsessession"),
("Allow recording session", "Tillad optagelsessession"),
("Enable LAN Discovery", "Aktivér LAN Discovery"),
("Deny LAN Discovery", "Afvis LAN Discovery"),
("Write a message", "Skriv en besked"),
@ -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)", ""),
("Enable Block User Input", ""),
("Allow block user input", ""),
("Enable blocking user input", ""),
].iter().cloned().collect();
}

View File

@ -179,10 +179,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Accept", "Akzeptieren"),
("Dismiss", "Ablehnen"),
("Disconnect", "Verbindung trennen"),
("Allow using keyboard and mouse", "Verwendung von Maus und Tastatur zulassen"),
("Allow using clipboard", "Verwendung der Zwischenablage zulassen"),
("Allow hearing sound", "Soundübertragung zulassen"),
("Allow file copy and paste", "Kopieren und Einfügen von Dateien zulassen"),
("Enable file copy and paste", "Kopieren und Einfügen von Dateien zulassen"),
("Connected", "Verbunden"),
("Direct and encrypted connection", "Direkte und verschlüsselte Verbindung"),
("Relayed and encrypted connection", "Vermittelte und verschlüsselte Verbindung"),
@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use both passwords", "Beide Passwörter verwenden"),
("Set permanent password", "Permanentes Passwort setzen"),
("Enable Remote Restart", "Entfernten Neustart aktivieren"),
("Allow remote restart", "Entfernten Neustart erlauben"),
("Restart Remote Device", "Entferntes Gerät neu starten"),
("Are you sure you want to restart", "Möchten Sie das entfernte Gerät wirklich neu starten?"),
("Restarting Remote Device", "Entferntes Gerät wird neu gestartet"),
@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Start session recording", "Sitzungsaufzeichnung starten"),
("Stop session recording", "Sitzungsaufzeichnung beenden"),
("Enable Recording Session", "Sitzungsaufzeichnung aktivieren"),
("Allow recording session", "Sitzungsaufzeichnung erlauben"),
("Enable LAN Discovery", "LAN-Erkennung aktivieren"),
("Deny LAN Discovery", "LAN-Erkennung verbieten"),
("Write a message", "Nachricht schreiben"),
@ -573,7 +568,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Virtual display", "Virtueller Bildschirm"),
("Plug out all", "Alle ausschalten"),
("True color (4:4:4)", "True Color (4:4:4)"),
("Enable Block User Input", ""),
("Allow block user input", ""),
("Enable blocking user input", ""),
].iter().cloned().collect();
}

View File

@ -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", "Ενεργοποίηση εντοπισμού LAN"),
("Deny LAN Discovery", "Απαγόρευση εντοπισμού LAN"),
("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)", ""),
("Enable Block User Input", ""),
("Allow block user input", ""),
("Enable blocking user input", ""),
].iter().cloned().collect();
}

View File

@ -179,10 +179,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Accept", "Akcepti"),
("Dismiss", "Malakcepti"),
("Disconnect", "Malkonekti"),
("Allow using keyboard and mouse", "Permesi la uzon de la klavaro kaj muso"),
("Allow using clipboard", "Permesi la uzon de la poŝo"),
("Allow hearing sound", "Permesi la uzon de la sono"),
("Allow file copy and paste", "Permesu kopii kaj alglui dosierojn"),
("Enable file copy and paste", "Permesu kopii kaj alglui dosierojn"),
("Connected", "Konektata"),
("Direct and encrypted connection", "Konekcio direkta ĉifrata"),
("Relayed and encrypted connection", "Konekcio relajsa ĉifrata"),
@ -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)", ""),
("Enable Block User Input", ""),
("Allow block user input", ""),
("Enable blocking user input", ""),
].iter().cloned().collect();
}

View File

@ -179,10 +179,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Accept", "Aceptar"),
("Dismiss", "Cancelar"),
("Disconnect", "Desconectar"),
("Allow using keyboard and mouse", "Permitir el uso del teclado y el mouse"),
("Allow using clipboard", "Permitir usar portapapeles"),
("Allow hearing sound", "Permitir escuchar sonido"),
("Allow file copy and paste", "Permitir copiar y pegar archivos"),
("Enable file copy and paste", "Permitir copiar y pegar archivos"),
("Connected", "Conectado"),
("Direct and encrypted connection", "Conexión directa y cifrada"),
("Relayed and encrypted connection", "Conexión retransmitida y cifrada"),
@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use both passwords", "Usar ambas contraseñas"),
("Set permanent password", "Establecer contraseña permamente"),
("Enable Remote Restart", "Habilitar reinicio remoto"),
("Allow remote restart", "Permitir reinicio remoto"),
("Restart Remote Device", "Reiniciar dispositivo"),
("Are you sure you want to restart", "¿Estás seguro de que deseas reiniciar?"),
("Restarting Remote Device", "Reiniciando dispositivo remoto"),
@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Start session recording", "Comenzar grabación de sesión"),
("Stop session recording", "Detener grabación de sesión"),
("Enable Recording Session", "Habilitar grabación de sesión"),
("Allow recording session", "Permitir grabación de sesión"),
("Enable LAN Discovery", "Habilitar descubrimiento de LAN"),
("Deny LAN Discovery", "Denegar descubrimiento de LAN"),
("Write a message", "Escribir un mensaje"),
@ -573,7 +568,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Virtual display", "Pantalla virtual"),
("Plug out all", "Desconectar todo"),
("True color (4:4:4)", "Color real (4:4:4)"),
("Enable Block User Input", ""),
("Allow block user input", ""),
("Enable blocking user input", ""),
].iter().cloned().collect();
}

View File

@ -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", "و رمزگذاری شده Relay اتصال از طریق"),
@ -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)", ""),
("Enable Block User Input", ""),
("Allow block user input", ""),
("Enable blocking user input", ""),
].iter().cloned().collect();
}

View File

@ -179,10 +179,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Accept", "Accepter"),
("Dismiss", "Rejeter"),
("Disconnect", "Déconnecter"),
("Allow using keyboard and mouse", "Autoriser l'utilisation du clavier et de la souris"),
("Allow using clipboard", "Autoriser l'utilisation du presse-papier"),
("Allow hearing sound", "Autoriser l'envoi du son"),
("Allow file copy and paste", "Autoriser le copier-coller de fichiers"),
("Enable file copy and paste", "Autoriser le copier-coller de fichiers"),
("Connected", "Connecté"),
("Direct and encrypted connection", "Connexion directe chiffrée"),
("Relayed and encrypted connection", "Connexion relais chiffrée"),
@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use both passwords", "Utiliser les mots de passe unique et permanent"),
("Set permanent password", "Définir le mot de passe permanent"),
("Enable Remote Restart", "Activer le redémarrage à distance"),
("Allow remote restart", "Autoriser le redémarrage à distance"),
("Restart Remote Device", "Redémarrer l'appareil à distance"),
("Are you sure you want to restart", "Êtes-vous sûrs de vouloir redémarrer l'appareil ?"),
("Restarting Remote Device", "Redémarrage de l'appareil distant"),
@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Start session recording", "Commencer l'enregistrement"),
("Stop session recording", "Stopper l'enregistrement"),
("Enable Recording Session", "Activer l'enregistrement de session"),
("Allow recording session", "Autoriser l'enregistrement de session"),
("Enable LAN Discovery", "Activer la découverte sur réseau local"),
("Deny LAN Discovery", "Interdir la découverte sur réseau local"),
("Write a message", "Ecrire un 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)", ""),
("Enable Block User Input", ""),
("Allow block user input", ""),
("Enable blocking user input", ""),
].iter().cloned().collect();
}

View File

@ -179,10 +179,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Accept", "Elfogadás"),
("Dismiss", "Elutasítás"),
("Disconnect", "Kapcsolat bontása"),
("Allow using keyboard and mouse", "Billentyűzet és egér használatának engedélyezése"),
("Allow using clipboard", "Vágólap használatának engedélyezése"),
("Allow hearing sound", "Hang átvitelének engedélyezése"),
("Allow file copy and paste", "Fájlok másolásának és beillesztésének engedélyezése"),
("Enable file copy and paste", "Fájlok másolásának és beillesztésének engedélyezése"),
("Connected", "Csatlakozva"),
("Direct and encrypted connection", "Közvetlen, és titkosított kapcsolat"),
("Relayed and encrypted connection", "Továbbított, és titkosított kapcsolat"),
@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use both passwords", "Mindkét jelszó használata"),
("Set permanent password", "Állandó jelszó beállítása"),
("Enable Remote Restart", "Távoli újraindítás engedélyezése"),
("Allow remote restart", "Távoli újraindítás engedélyezése"),
("Restart Remote Device", "Távoli eszköz újraindítása"),
("Are you sure you want to restart", "Biztos szeretné újraindítani?"),
("Restarting Remote Device", "Távoli eszköz újraindítása..."),
@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Start session recording", "Munkamenet rögzítés indítása"),
("Stop session recording", "Munkamenet rögzítés leállítása"),
("Enable Recording Session", "Munkamenet rögzítés engedélyezése"),
("Allow recording session", "Munkamenet rögzítés engedélyezése"),
("Enable LAN Discovery", "Felfedezés enegedélyezése"),
("Deny LAN Discovery", "Felfedezés tiltása"),
("Write a message", "Üzenet írása"),
@ -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)", ""),
("Enable Block User Input", ""),
("Allow block user input", ""),
("Enable blocking user input", ""),
].iter().cloned().collect();
}

View File

@ -179,10 +179,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Accept", "Terima"),
("Dismiss", "Hentikan"),
("Disconnect", "Terputus"),
("Allow using keyboard and mouse", "Izinkan menggunakan keyboard dan mouse"),
("Allow using clipboard", "Izinkan menggunakan papan klip"),
("Allow hearing sound", "Izinkan mendengarkan suara"),
("Allow file copy and paste", "Izinkan salin dan tempel file"),
("Enable file copy and paste", "Izinkan salin dan tempel file"),
("Connected", "Terhubung"),
("Direct and encrypted connection", "Koneksi langsung dan terenkripsi"),
("Relayed and encrypted connection", "Koneksi relay dan terenkripsi"),
@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use both passwords", "Gunakan kedua kata sandi"),
("Set permanent password", "Setel kata sandi permanen"),
("Enable Remote Restart", "Aktifkan Restart Secara Remote"),
("Allow remote restart", "Ijinkan Restart Secara Remote"),
("Restart Remote Device", "Restart Perangkat Secara Remote"),
("Are you sure you want to restart", "Apakah Anda yakin ingin merestart"),
("Restarting Remote Device", "Merestart Perangkat Remote"),
@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Start session recording", "Mulai sesi perekaman"),
("Stop session recording", "Hentikan sesi perekaman"),
("Enable Recording Session", "Aktifkan Sesi Perekaman"),
("Allow recording session", "Izinkan sesi perekaman"),
("Enable LAN Discovery", "Aktifkan Pencarian Jaringan Lokal (LAN)"),
("Deny LAN Discovery", "Tolak Pencarian Jaringan Lokal (LAN)"),
("Write a message", "Tulis pesan"),
@ -573,7 +568,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Virtual display", "Tampilan virtual"),
("Plug out all", ""),
("True color (4:4:4)", ""),
("Enable Block User Input", ""),
("Allow block user input", ""),
("Enable blocking user input", ""),
].iter().cloned().collect();
}

View File

@ -179,10 +179,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Accept", "Accetta"),
("Dismiss", "Rifiuta"),
("Disconnect", "Disconnetti"),
("Allow using keyboard and mouse", "Consenti uso tastiera e mouse"),
("Allow using clipboard", "Consenti uso degli appunti"),
("Allow hearing sound", "Consenti la riproduzione dell'audio"),
("Allow file copy and paste", "Consenti copia e incolla di file"),
("Enable file copy and paste", "Consenti copia e incolla di file"),
("Connected", "Connesso"),
("Direct and encrypted connection", "Connessione diretta e cifrata"),
("Relayed and encrypted connection", "Connessione tramite relay e cifrata"),
@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use both passwords", "Usa password monouso e permanente"),
("Set permanent password", "Imposta password permanente"),
("Enable Remote Restart", "Abilita riavvio da remoto"),
("Allow remote restart", "Consenti riavvio da remoto"),
("Restart Remote Device", "Riavvia dispositivo remoto"),
("Are you sure you want to restart", "Sei sicuro di voler riavviare?"),
("Restarting Remote Device", "Il dispositivo remoto si sta riavviando"),
@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Start session recording", "Inizia registrazione sessione"),
("Stop session recording", "Ferma registrazione sessione"),
("Enable Recording Session", "Abilita registrazione sessione"),
("Allow recording session", "Permetti registrazione sessione"),
("Enable LAN Discovery", "Abilita rilevamento LAN"),
("Deny LAN Discovery", "Nega rilevamento LAN"),
("Write a message", "Scrivi un messaggio"),
@ -573,7 +568,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Virtual display", "Scehrmo virtuale"),
("Plug out all", "Scollega tutto"),
("True color (4:4:4)", "Colore reale (4:4:4)"),
("Enable Block User Input", ""),
("Allow block user input", ""),
("Enable blocking user input", ""),
].iter().cloned().collect();
}

View File

@ -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)", ""),
("Enable Block User Input", ""),
("Allow block user input", ""),
("Enable blocking user input", ""),
].iter().cloned().collect();
}

View File

@ -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", "LAN 검색 활성화"),
("Deny LAN Discovery", "LAN 검색 거부"),
("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();
}

View File

@ -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)", ""),
("Enable Block User Input", ""),
("Allow block user input", ""),
("Enable blocking user input", ""),
].iter().cloned().collect();
}

View File

@ -179,10 +179,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Accept", "Priimti"),
("Dismiss", "Atmesti"),
("Disconnect", "Atjungti"),
("Allow using keyboard and mouse", "Leisti naudoti klaviatūrą ir pelę"),
("Allow using clipboard", "Leisti naudoti mainų sritį"),
("Allow hearing sound", "Leisti girdėti kompiuterio garsą"),
("Allow file copy and paste", "Leisti kopijuoti ir įklijuoti failus"),
("Enable file copy and paste", "Leisti kopijuoti ir įklijuoti failus"),
("Connected", "Prisijungta"),
("Direct and encrypted connection", "Tiesioginis ir šifruotas ryšys"),
("Relayed and encrypted connection", "Perduotas ir šifruotas ryšys"),
@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use both passwords", "Naudoti abu slaptažodžius"),
("Set permanent password", "Nustatyti nuolatinį slaptažodį"),
("Enable Remote Restart", "Įgalinti nuotolinį paleidimą iš naujo"),
("Allow remote restart", "Leisti nuotolinio kompiuterio paleidimą iš naujo"),
("Restart Remote Device", "Paleisti nuotolinį kompiuterį iš naujo"),
("Are you sure you want to restart", "Ar tikrai norite paleisti iš naujo?"),
("Restarting Remote Device", "Nuotolinio įrenginio paleidimas iš naujo"),
@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Start session recording", "Pradėti seanso įrašinėjimą"),
("Stop session recording", "Sustabdyti seanso įrašinėjimą"),
("Enable Recording Session", "Įgalinti seanso įrašinėjimą"),
("Allow recording session", "Leisti seanso įrašinėjimą"),
("Enable LAN Discovery", "Įgalinti LAN aptikimą"),
("Deny LAN Discovery", "Neleisti LAN aptikimo"),
("Write a message", "Rašyti žinutę"),
@ -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)", ""),
("Enable Block User Input", ""),
("Allow block user input", ""),
("Enable blocking user input", ""),
].iter().cloned().collect();
}

View File

@ -179,10 +179,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Accept", "Pieņemt"),
("Dismiss", "Noraidīt"),
("Disconnect", "Atvienot"),
("Allow using keyboard and mouse", "Atļaut izmantot tastatūru un peli"),
("Allow using clipboard", "Atļaut izmantot starpliktuvi"),
("Allow hearing sound", "Atļaut klausīties skaņu"),
("Allow file copy and paste", "Atļaut failu kopēšanu un ielīmēšanu"),
("Enable file copy and paste", "Atļaut failu kopēšanu un ielīmēšanu"),
("Connected", "Savienots"),
("Direct and encrypted connection", "Tiešs un šifrēts savienojums"),
("Relayed and encrypted connection", "Pārslēgts un šifrēts savienojums"),
@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use both passwords", "Izmantot abas paroles"),
("Set permanent password", "Iestatīt pastāvīgo paroli"),
("Enable Remote Restart", "Iespējot attālo restartēšanu"),
("Allow remote restart", "Atļaut attālo restartēšanu"),
("Restart Remote Device", "Restartēt attālo ierīci"),
("Are you sure you want to restart", "Vai tiešām vēlaties restartēt"),
("Restarting Remote Device", "Attālās ierīces restartēšana"),
@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Start session recording", "Sākt sesijas ierakstīšanu"),
("Stop session recording", "Apturēt sesijas ierakstīšanu"),
("Enable Recording Session", "Iespējot sesijas ierakstīšanu"),
("Allow recording session", "Atļaut sesijas ierakstīšanu"),
("Enable LAN Discovery", "Iespējot LAN atklāšanu"),
("Deny LAN Discovery", "Liegt LAN atklāšanu"),
("Write a message", "Rakstīt ziņojumu"),
@ -573,7 +568,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Virtual display", "Virtuālais displejs"),
("Plug out all", "Atvienot visu"),
("True color (4:4:4)", "Īstā krāsa (4:4:4)"),
("Enable Block User Input", ""),
("Allow block user input", ""),
("Enable blocking user input", ""),
].iter().cloned().collect();
}

View File

@ -179,10 +179,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Accept", "Accepteren"),
("Dismiss", "Afwijzen"),
("Disconnect", "Verbinding verbreken"),
("Allow using keyboard and mouse", "Gebruik toetsenbord en muis toestaan"),
("Allow using clipboard", "Gebruik klembord toestaan"),
("Allow hearing sound", "Geluidsweergave toestaan"),
("Allow file copy and paste", "Kopiëren en plakken van bestanden toestaan"),
("Enable file copy and paste", "Kopiëren en plakken van bestanden toestaan"),
("Connected", "Verbonden"),
("Direct and encrypted connection", "Directe en versleutelde verbinding"),
("Relayed and encrypted connection", "Doorgeschakelde en versleutelde verbinding"),
@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use both passwords", "Gebruik beide wachtwoorden"),
("Set permanent password", "Stel permanent wachtwoord in"),
("Enable Remote Restart", "Schakel Herstart op afstand in"),
("Allow remote restart", "Opnieuw Opstarten op afstand toestaan"),
("Restart Remote Device", "Apparaat op afstand herstarten"),
("Are you sure you want to restart", "Weet u zeker dat u wilt herstarten"),
("Restarting Remote Device", "Apparaat op afstand herstarten"),
@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Start session recording", "Start de sessieopname"),
("Stop session recording", "Stop de sessieopname"),
("Enable Recording Session", "Opnamesessie Activeren"),
("Allow recording session", "Opnamesessie toestaan"),
("Enable LAN Discovery", "LAN-detectie inschakelen"),
("Deny LAN Discovery", "LAN-detectie Weigeren"),
("Write a message", "Schrijf een bericht"),
@ -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)", ""),
("Enable Block User Input", ""),
("Allow block user input", ""),
("Enable blocking user input", ""),
].iter().cloned().collect();
}

View File

@ -179,10 +179,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Accept", "Akceptuj"),
("Dismiss", "Odrzuć"),
("Disconnect", "Rozłącz"),
("Allow using keyboard and mouse", "Zezwalaj na używanie klawiatury i myszy"),
("Allow using clipboard", "Zezwalaj na używanie schowka"),
("Allow hearing sound", "Zezwól na transmisję audio"),
("Allow file copy and paste", "Zezwalaj na kopiowanie i wklejanie plików"),
("Enable file copy and paste", "Zezwalaj na kopiowanie i wklejanie plików"),
("Connected", "Połączony"),
("Direct and encrypted connection", "Połączenie bezpośrednie i szyfrowane"),
("Relayed and encrypted connection", "Połączenie pośrednie i szyfrowane"),
@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use both passwords", "Użyj obu haseł"),
("Set permanent password", "Ustaw hasło permanentne"),
("Enable Remote Restart", "Włącz zdalne restartowanie"),
("Allow remote restart", "Zezwól na zdalne restartowanie"),
("Restart Remote Device", "Zrestartuj zdalne urządzenie"),
("Are you sure you want to restart", "Czy na pewno uruchomić ponownie"),
("Restarting Remote Device", "Trwa restartowanie Zdalnego Urządzenia"),
@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Start session recording", "Zacznij nagrywać sesję"),
("Stop session recording", "Zatrzymaj nagrywanie sesji"),
("Enable Recording Session", "Włącz nagrywanie sesji"),
("Allow recording session", "Zezwól na nagrywanie sesji"),
("Enable LAN Discovery", "Włącz wykrywanie urządzenia w sieci LAN"),
("Deny LAN Discovery", "Zablokuj wykrywanie urządzenia w sieci LAN"),
("Write a message", "Napisz wiadomość"),
@ -573,7 +568,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Virtual display", "Witualne ekrany"),
("Plug out all", "Odłącz wszystko"),
("True color (4:4:4)", "True color (4:4:4)"),
("Enable Block User Input", ""),
("Allow block user input", ""),
("Enable blocking user input", ""),
].iter().cloned().collect();
}

View File

@ -179,10 +179,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Accept", "Aceitar"),
("Dismiss", "Dispensar"),
("Disconnect", "Desconectar"),
("Allow using keyboard and mouse", "Permitir o uso de teclado e rato"),
("Allow using clipboard", "Permitir o uso da área de transferência"),
("Allow hearing sound", "Permitir ouvir som"),
("Allow file copy and paste", "Permitir copiar e mover ficheiros"),
("Enable file copy and paste", "Permitir copiar e mover ficheiros"),
("Connected", "Ligado"),
("Direct and encrypted connection", "Ligação directa e encriptada"),
("Relayed and encrypted connection", "Ligação via relay e encriptada"),
@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use both passwords", "Utilizar ambas as palavras-chave"),
("Set permanent password", "Definir palavra-chave permanente"),
("Enable Remote Restart", "Activar reiniciar remoto"),
("Allow remote restart", "Permitir reiniciar remoto"),
("Restart Remote Device", "Reiniciar Dispositivo Remoto"),
("Are you sure you want to restart", "Tem a certeza que pretende reiniciar"),
("Restarting Remote Device", "A reiniciar sistema remoto"),
@ -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)", ""),
("Enable Block User Input", ""),
("Allow block user input", ""),
("Enable blocking user input", ""),
].iter().cloned().collect();
}

View File

@ -179,10 +179,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Accept", "Aceitar"),
("Dismiss", "Dispensar"),
("Disconnect", "Desconectar"),
("Allow using keyboard and mouse", "Permitir o uso de teclado e mouse"),
("Allow using clipboard", "Permitir o uso da área de transferência"),
("Allow hearing sound", "Permitir escutar som"),
("Allow file copy and paste", "Permitir copiar e colar arquivos"),
("Enable file copy and paste", "Permitir copiar e colar arquivos"),
("Connected", "Conectado"),
("Direct and encrypted connection", "Conexão direta e criptografada"),
("Relayed and encrypted connection", "Conexão via relay e criptografada"),
@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use both passwords", "Utilizar ambas as senhas"),
("Set permanent password", "Configurar senha permanente"),
("Enable Remote Restart", "Habilitar Reinicialização Remota"),
("Allow remote restart", "Permitir reinicialização remota"),
("Restart Remote Device", "Reiniciar Dispositivo Remoto"),
("Are you sure you want to restart", "Você tem certeza que deseja reiniciar?"),
("Restarting Remote Device", "Reiniciando dispositivo remoto"),
@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Start session recording", "Iniciar gravação da sessão"),
("Stop session recording", "Parar gravação da sessão"),
("Enable Recording Session", "Habilitar gravação da sessão"),
("Allow recording session", "Permitir gravação da sessão"),
("Enable LAN Discovery", "Habilitar descoberta da LAN"),
("Deny LAN Discovery", "Negar descoberta da LAN"),
("Write a message", "Escrever uma mensagem"),
@ -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)", ""),
("Enable Block User Input", ""),
("Allow block user input", ""),
("Enable blocking user input", ""),
].iter().cloned().collect();
}

View File

@ -179,10 +179,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Accept", "Acceptă"),
("Dismiss", "Respinge"),
("Disconnect", "Deconectează-te"),
("Allow using keyboard and mouse", "Permite utilizarea tastaturii și a mouse-ului"),
("Allow using clipboard", "Permite utilizarea clipboardului"),
("Allow hearing sound", "Permite auzirea sunetului"),
("Allow file copy and paste", "Permite copierea și lipirea fișierelor"),
("Enable file copy and paste", "Permite copierea și lipirea fișierelor"),
("Connected", "Conectat"),
("Direct and encrypted connection", "Conexiune directă criptată"),
("Relayed and encrypted connection", "Conexiune retransmisă criptată"),
@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use both passwords", "Folosește ambele programe"),
("Set permanent password", "Setează parola permanentă"),
("Enable Remote Restart", "Activează repornirea la distanță"),
("Allow remote restart", "Permite repornirea la distanță"),
("Restart Remote Device", "Repornește dispozivul la distanță"),
("Are you sure you want to restart", "Sigur vrei să repornești dispozitivul?"),
("Restarting Remote Device", "Se repornește dispozitivul la distanță"),
@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Start session recording", "Începe înregistrarea"),
("Stop session recording", "Oprește înregistrarea"),
("Enable Recording Session", "Activează înregistrarea sesiunii"),
("Allow recording session", "Permite înregistrarea sesiunii"),
("Enable LAN Discovery", "Activează descoperirea LAN"),
("Deny LAN Discovery", "Interzice descoperirea LAN"),
("Write a message", "Scrie un mesaj"),
@ -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)", ""),
("Enable Block User Input", ""),
("Allow block user input", ""),
("Enable blocking user input", ""),
].iter().cloned().collect();
}

View File

@ -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();
}

View File

@ -179,10 +179,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Accept", "Prijať"),
("Dismiss", "Odmietnuť"),
("Disconnect", "Odpojiť"),
("Allow using keyboard and mouse", "Povoliť používanie klávesnice a myši"),
("Allow using clipboard", "Povoliť používanie schránky"),
("Allow hearing sound", "Povoliť zvuky"),
("Allow file copy and paste", "Povoliť kopírovanie a vkladanie súborov"),
("Enable file copy and paste", "Povoliť kopírovanie a vkladanie súborov"),
("Connected", "Pripojené"),
("Direct and encrypted connection", "Priame a šifrované spojenie"),
("Relayed and encrypted connection", "Sprostredkované a šifrované spojenie"),
@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use both passwords", "Používanie oboch hesiel"),
("Set permanent password", "Nastaviť trvalé heslo"),
("Enable Remote Restart", "Povoliť vzdialený reštart"),
("Allow remote restart", "Povoliť vzdialený reštart"),
("Restart Remote Device", "Reštartovať vzdialené zariadenie"),
("Are you sure you want to restart", "Ste si istý, že chcete reštartovať"),
("Restarting Remote Device", "Reštartovanie vzdialeného zariadenia"),
@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Start session recording", "Spustiť záznam relácie"),
("Stop session recording", "Zastaviť záznam relácie"),
("Enable Recording Session", "Povoliť nahrávanie relácie"),
("Allow recording session", "Povoliť nahrávanie relácie"),
("Enable LAN Discovery", "Povolenie zisťovania siete LAN"),
("Deny LAN Discovery", "Zakázať zisťovania siete LAN"),
("Write a message", "Napísať správu"),
@ -573,7 +568,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Virtual display", "Virtuálny displej"),
("Plug out all", "Odpojiť všetky"),
("True color (4:4:4)", "Skutočná farba (4:4:4)"),
("Enable Block User Input", ""),
("Allow block user input", ""),
("Enable blocking user input", ""),
].iter().cloned().collect();
}

View File

@ -179,10 +179,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Accept", "Sprejmi"),
("Dismiss", "Opusti"),
("Disconnect", "Prekini povezavo"),
("Allow using keyboard and mouse", "Dovoli uporabo tipkovnice in miške"),
("Allow using clipboard", "Dovoli uporabo odložišča"),
("Allow hearing sound", "Dovoli prenos zvoka"),
("Allow file copy and paste", "Dovoli kopiranje in lepljenje datotek"),
("Enable file copy and paste", "Dovoli kopiranje in lepljenje datotek"),
("Connected", "Povezan"),
("Direct and encrypted connection", "Neposredna šifrirana povezava"),
("Relayed and encrypted connection", "Posredovana šifrirana povezava"),
@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use both passwords", "Uporabi obe gesli"),
("Set permanent password", "Nastavi stalno geslo"),
("Enable Remote Restart", "Omogoči oddaljeni ponovni zagon"),
("Allow remote restart", "Dovoli oddaljeni ponovni zagon"),
("Restart Remote Device", "Znova zaženi oddaljeno napravo"),
("Are you sure you want to restart", "Ali ste prepričani, da želite znova zagnati"),
("Restarting Remote Device", "Ponovni zagon oddaljene naprave"),
@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Start session recording", "Začni snemanje seje"),
("Stop session recording", "Ustavi snemanje seje"),
("Enable Recording Session", "Omogoči snemanje seje"),
("Allow recording session", "Dovoli snemanje seje"),
("Enable LAN Discovery", "Omogoči odkrivanje lokalnega omrežja"),
("Deny LAN Discovery", "Onemogoči odkrivanje lokalnega omrežja"),
("Write a message", "Napiši spoorčilo"),
@ -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)", ""),
("Enable Block User Input", ""),
("Allow block user input", ""),
("Enable blocking user input", ""),
].iter().cloned().collect();
}

View File

@ -179,10 +179,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Accept", "Prano"),
("Dismiss", "Hiq"),
("Disconnect", "Shkëput"),
("Allow using keyboard and mouse", "Lejoni përdorimin e Tastierës dhe Mousit"),
("Allow using clipboard", "Lejoni përdorimin e clipboard"),
("Allow hearing sound", "Lejoni dëgjimin e zërit"),
("Allow file copy and paste", "Lejoni kopjimin dhe pastimin e skedarëve"),
("Enable file copy and paste", "Lejoni kopjimin dhe pastimin e skedarëve"),
("Connected", "I lidhur"),
("Direct and encrypted connection", "Lidhje direkte dhe enkriptuar"),
("Relayed and encrypted connection", "Lidhje transmetuese dhe e enkriptuar"),
@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use both passwords", "Përdor të dy fjalëkalimet"),
("Set permanent password", "Vendos fjalëkalimin e përhershëm"),
("Enable Remote Restart", "Aktivizo rinisjen në distancë"),
("Allow remote restart", "Lejo rinisjen në distancë"),
("Restart Remote Device", "Rinisni pajisjen në distancë"),
("Are you sure you want to restart", "A jeni i sigurt që dëshironi të rinisni"),
("Restarting Remote Device", "Rinisja e pajisjes në distancë"),
@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Start session recording", "Fillo regjistrimin e sesionit"),
("Stop session recording", "Ndalo regjistrimin e sesionit"),
("Enable Recording Session", "Aktivizo seancën e regjistrimit"),
("Allow recording session", "Lejo regjistrimin e sesionit"),
("Enable LAN Discovery", "Aktivizo zbulimin e LAN"),
("Deny LAN Discovery", "Mohoni zbulimin e LAN"),
("Write a message", "Shkruani një mesazh"),
@ -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)", ""),
("Enable Block User Input", ""),
("Allow block user input", ""),
("Enable blocking user input", ""),
].iter().cloned().collect();
}

View File

@ -179,10 +179,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Accept", "Prihvati"),
("Dismiss", "Odbaci"),
("Disconnect", "Raskini konekciju"),
("Allow using keyboard and mouse", "Dozvoli korišćenje tastature i miša"),
("Allow using clipboard", "Dozvoli korišćenje clipboard-a"),
("Allow hearing sound", "Dozvoli da se čuje zvuk"),
("Allow file copy and paste", "Dozvoli kopiranje i lepljenje fajlova"),
("Enable file copy and paste", "Dozvoli kopiranje i lepljenje fajlova"),
("Connected", "Spojeno"),
("Direct and encrypted connection", "Direktna i kriptovana konekcija"),
("Relayed and encrypted connection", "Posredna i kriptovana konekcija"),
@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use both passwords", "Koristi obe lozinke"),
("Set permanent password", "Postavi trajnu lozinku"),
("Enable Remote Restart", "Omogući daljinsko restartovanje"),
("Allow remote restart", "Dozvoli daljinsko restartovanje"),
("Restart Remote Device", "Restartuj daljinski uređaj"),
("Are you sure you want to restart", "Da li ste sigurni da želite restart"),
("Restarting Remote Device", "Restartovanje daljinskog uređaja"),
@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Start session recording", "Započni snimanje sesije"),
("Stop session recording", "Zaustavi snimanje sesije"),
("Enable Recording Session", "Omogući snimanje sesije"),
("Allow recording session", "Dozvoli snimanje sesije"),
("Enable LAN Discovery", "Omogući LAN otkrivanje"),
("Deny LAN Discovery", "Zabrani LAN otkrivanje"),
("Write a message", "Napiši poruku"),
@ -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)", ""),
("Enable Block User Input", ""),
("Allow block user input", ""),
("Enable blocking user input", ""),
].iter().cloned().collect();
}

View File

@ -179,10 +179,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Accept", "Acceptera"),
("Dismiss", "Tillåt inte"),
("Disconnect", "Koppla ifrån"),
("Allow using keyboard and mouse", "Tillåt tangentbord och mus"),
("Allow using clipboard", "Tillåt urklipp"),
("Allow hearing sound", "Tillåt att höra ljud"),
("Allow file copy and paste", "Tillåt kopiering av filer"),
("Enable file copy and paste", "Tillåt kopiering av filer"),
("Connected", "Ansluten"),
("Direct and encrypted connection", "Direkt och krypterad anslutning"),
("Relayed and encrypted connection", "Vidarebefodrad och krypterad anslutning"),
@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use both passwords", "Använd båda lösenorden"),
("Set permanent password", "Ställ in permanent lösenord"),
("Enable Remote Restart", "Sätt på fjärromstart"),
("Allow remote restart", "Tillåt fjärromstart"),
("Restart Remote Device", "Starta om fjärrenheten"),
("Are you sure you want to restart", "Är du säker att du vill starta om?"),
("Restarting Remote Device", "Startar om fjärrenheten"),
@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Start session recording", "Starta inspelning"),
("Stop session recording", "Avsluta inspelning"),
("Enable Recording Session", "Sätt på sessionsinspelning"),
("Allow recording session", "Tillåt sessionsinspelning"),
("Enable LAN Discovery", "Sätt på LAN upptäckt"),
("Deny LAN Discovery", "Neka LAN upptäckt"),
("Write a message", "Skriv ett meddelande"),
@ -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)", ""),
("Enable Block User Input", ""),
("Allow block user input", ""),
("Enable blocking user input", ""),
].iter().cloned().collect();
}

View File

@ -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)", ""),
("Enable Block User Input", ""),
("Allow block user input", ""),
("Enable blocking user input", ""),
].iter().cloned().collect();
}

View File

@ -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", "การเชื่อมต่อแบบ Relay ที่มีการเข้ารหัส"),
@ -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", "เปิดการใช้งานการค้นหาในวง LAN"),
("Deny LAN Discovery", "ปฏิเสธการใช้งานการค้นหาในวง LAN"),
("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)", ""),
("Enable Block User Input", ""),
("Allow block user input", ""),
("Enable blocking user input", ""),
].iter().cloned().collect();
}

View File

@ -179,10 +179,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Accept", "Kabul Et"),
("Dismiss", "Reddet"),
("Disconnect", "Bağlanıyı kes"),
("Allow using keyboard and mouse", "Klavye ve fare kullanımına izin ver"),
("Allow using clipboard", "Pano kullanımına izin ver"),
("Allow hearing sound", "Sesi duymaya izin ver"),
("Allow file copy and paste", "Dosya kopyalamaya ve yapıştırmaya izin ver"),
("Enable file copy and paste", "Dosya kopyalamaya ve yapıştırmaya izin ver"),
("Connected", "Bağlandı"),
("Direct and encrypted connection", "Doğrudan ve şifreli bağlantı"),
("Relayed and encrypted connection", "Aktarmalı ve şifreli bağlantı"),
@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use both passwords", "İki şifreyide kullan"),
("Set permanent password", "Kalıcı şifre oluştur"),
("Enable Remote Restart", "Uzaktan yeniden başlatmayı aktif et"),
("Allow remote restart", "Uzaktan yeniden başlatmaya izin ver"),
("Restart Remote Device", "Uzaktaki cihazı yeniden başlat"),
("Are you sure you want to restart", "Yeniden başlatmak istediğinize emin misin?"),
("Restarting Remote Device", "Uzaktan yeniden başlatılıyor"),
@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Start session recording", "Oturum kaydını başlat"),
("Stop session recording", "Oturum kaydını sonlandır"),
("Enable Recording Session", "Kayıt Oturumunu Aktif Et"),
("Allow recording session", "Oturum kaydına izin ver"),
("Enable LAN Discovery", "Yerel Ağ Keşfine İzin Ver"),
("Deny LAN Discovery", "Yerl Ağ Keşfine İzin Verme"),
("Write a message", "Bir mesaj yazın"),
@ -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)", ""),
("Enable Block User Input", ""),
("Allow block user input", ""),
("Enable blocking user input", ""),
].iter().cloned().collect();
}

View File

@ -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)", ""),
("Enable Block User Input", ""),
("Allow block user input", ""),
("Enable blocking user input", ""),
].iter().cloned().collect();
}

View File

@ -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();
}

View File

@ -179,10 +179,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Accept", "Chấp nhận"),
("Dismiss", "Bỏ qua"),
("Disconnect", "Ngắt kết nối"),
("Allow using keyboard and mouse", "Cho phép sử dụng bàn phím và chuột"),
("Allow using clipboard", "Cho phép sử dụng clipboard"),
("Allow hearing sound", "Cho phép nghe âm thanh"),
("Allow file copy and paste", "Cho phép sao chép và dán tệp tin"),
("Enable file copy and paste", "Cho phép sao chép và dán tệp tin"),
("Connected", "Đã kết nối"),
("Direct and encrypted connection", "Kết nối trực tiếp và đuợc mã hóa"),
("Relayed and encrypted connection", "Kết nối chuyển tiếp và mã hóa"),
@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use both passwords", "Sử dụng cả hai mật khẩu"),
("Set permanent password", "Đặt mật khẩu vĩnh viễn"),
("Enable Remote Restart", "Bật khởi động lại từ xa"),
("Allow remote restart", "Cho phép khởi động lại từ xa"),
("Restart Remote Device", "Khởi động lại thiết bị từ xa"),
("Are you sure you want to restart", "Bạn có chắc bạn muốn khởi động lại không"),
("Restarting Remote Device", "Đang khởi động lại thiết bị từ xa"),
@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Start session recording", "Bắt đầu ghi hình phiên kết nối"),
("Stop session recording", "Dừng ghi hình phiên kết nối"),
("Enable Recording Session", "Bật ghi hình phiên kết nối"),
("Allow recording session", "Cho phép ghi hình phiên kết nối"),
("Enable LAN Discovery", "Bật phát hiện mạng nội bộ (LAN)"),
("Deny LAN Discovery", "Từ chối phát hiện mạng nội bộ (LAN)"),
("Write a message", "Viết một tin nhắn"),
@ -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)", ""),
("Enable Block User Input", ""),
("Allow block user input", ""),
("Enable blocking user input", ""),
].iter().cloned().collect();
}

View File

@ -50,14 +50,14 @@ class Body: Reactor.Component
<div />
{c.is_file_transfer || c.port_forward || disconnected ? "" : <div>{translate('Permissions')}</div>}
{c.is_file_transfer || c.port_forward || disconnected ? "" : <div> <div .permissions>
<div class={!c.keyboard ? "disabled" : ""} title={translate('Allow using keyboard and mouse')}><icon .keyboard /></div>
<div class={!c.clipboard ? "disabled" : ""} title={translate('Allow using clipboard')}><icon .clipboard /></div>
<div class={!c.audio ? "disabled" : ""} title={translate('Allow hearing sound')}><icon .audio /></div>
<div class={!c.file ? "disabled" : ""} title={translate('Allow file copy and paste')}><icon .file /></div>
<div class={!c.restart ? "disabled" : ""} title={translate('Allow remote restart')}><icon .restart /></div>
<div class={!c.keyboard ? "disabled" : ""} title={translate('Enable Keyboard/Mouse')}><icon .keyboard /></div>
<div class={!c.clipboard ? "disabled" : ""} title={translate('Enable Clipboard')}><icon .clipboard /></div>
<div class={!c.audio ? "disabled" : ""} title={translate('Enable Audio')}><icon .audio /></div>
<div class={!c.file ? "disabled" : ""} title={translate('Enable file copy and paste')}><icon .file /></div>
<div class={!c.restart ? "disabled" : ""} title={translate('Enable Remote Restart')}><icon .restart /></div>
</div> <div .permissions style="margin-top:8px;" >
<div class={!c.recording ? "disabled" : ""} title={translate('Allow recording session')}><icon .recording /></div>
<div class={!c.block_input ? "disabled" : ""} title={translate('Allow block input')} style={is_win ? "" : "display:none;"}><icon .block_input /></div>
<div class={!c.recording ? "disabled" : ""} title={translate('Enable Recording Session')}><icon .recording /></div>
<div class={!c.block_input ? "disabled" : ""} title={translate('Enable blocking user input')} style={is_win ? "" : "display:none;"}><icon .block_input /></div>
</div></div>
}
{c.port_forward ? <div>Port Forwarding: {c.port_forward}</div> : ""}

View File

@ -306,7 +306,7 @@ class MyIdMenu: Reactor.Component {
<li #enable-file-transfer><span>{svg_checkmark}</span>{translate('Enable File Transfer')}</li>
<li #enable-remote-restart><span>{svg_checkmark}</span>{translate('Enable Remote Restart')}</li>
<li #enable-tunnel><span>{svg_checkmark}</span>{translate('Enable TCP Tunneling')}</li>
{is_win ? <li #enable-block-input><span>{svg_checkmark}</span>{translate('Enable Block User Input')}</li> : ""}
{is_win ? <li #enable-block-input><span>{svg_checkmark}</span>{translate('Enable blocking user input')}</li> : ""}
<li #enable-lan-discovery><span>{svg_checkmark}</span>{translate('Enable LAN Discovery')}</li>
<AudioInputs />
<Enhancements />