mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 18:36:11 +02:00
screenshot, taking
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
parent
8ae4122309
commit
d05a8e2aca
47 changed files with 49 additions and 1 deletions
|
@ -304,7 +304,9 @@ List<TTextMenu> toolbarControls(BuildContext context, String id, FFI ffi) {
|
|||
sessionId: sessionId, key: 'is_screenshot_supported', param: '');
|
||||
if ('true' == isScreenshotSupported) {
|
||||
v.add(TTextMenu(
|
||||
child: Text(translate('Take screenshot')),
|
||||
child: Text(ffi.ffiModel.timerScreenshot != null
|
||||
? '${translate('Taking screenshot')}...'
|
||||
: translate('Take screenshot')),
|
||||
onPressed: ffi.ffiModel.timerScreenshot != null
|
||||
? null
|
||||
: () {
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", "حفظ الإعدادات"),
|
||||
("dont-show-again-tip", "لا تظهر هذا مرة أخرى"),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", ""),
|
||||
("dont-show-again-tip", ""),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", ""),
|
||||
("dont-show-again-tip", ""),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", ""),
|
||||
("dont-show-again-tip", ""),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", "保存设置"),
|
||||
("dont-show-again-tip", "不再显示此信息"),
|
||||
("Take screenshot", "截屏"),
|
||||
("Taking screenshot", "正在截屏"),
|
||||
("screenshot-merged-screen-not-supported-tip", "当前不支持多个屏幕的合并截屏,请切换到单个屏幕重试。"),
|
||||
("screenshot-action-tip", "请选择如何继续截屏。"),
|
||||
("Save as", "另存为"),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", ""),
|
||||
("dont-show-again-tip", ""),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", ""),
|
||||
("dont-show-again-tip", ""),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", "Einstellungen speichern"),
|
||||
("dont-show-again-tip", "Nicht mehr anzeigen"),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", ""),
|
||||
("dont-show-again-tip", ""),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", ""),
|
||||
("dont-show-again-tip", ""),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", "Guardar ajustes"),
|
||||
("dont-show-again-tip", "No volver a mostrar"),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", ""),
|
||||
("dont-show-again-tip", ""),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", ""),
|
||||
("dont-show-again-tip", ""),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", "تنظیمات را ذخیره کنید"),
|
||||
("dont-show-again-tip", "دیگر نمایش داده نشود"),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", "Enregistrer les paramètres"),
|
||||
("dont-show-again-tip", "Ne plus afficher"),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", "პარამეტრების შენახვა"),
|
||||
("dont-show-again-tip", "აღარ აჩვენოთ"),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", ""),
|
||||
("dont-show-again-tip", ""),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", ""),
|
||||
("dont-show-again-tip", ""),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", "Beállítások mentése"),
|
||||
("dont-show-again-tip", "Ne jelenítse meg újra"),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", ""),
|
||||
("dont-show-again-tip", ""),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", "Salva impostazioni"),
|
||||
("dont-show-again-tip", "Non visualizzare più questo messaggio"),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", ""),
|
||||
("dont-show-again-tip", ""),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", ""),
|
||||
("dont-show-again-tip", ""),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", ""),
|
||||
("dont-show-again-tip", ""),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", ""),
|
||||
("dont-show-again-tip", ""),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", "Saglabāt iestatījumus"),
|
||||
("dont-show-again-tip", "Nerādīt šo vēlreiz"),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", ""),
|
||||
("dont-show-again-tip", ""),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", "Instellingen opslaan"),
|
||||
("dont-show-again-tip", "Dit bericht wordt niet meer weergegeven"),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", "Zapisz ustawienia"),
|
||||
("dont-show-again-tip", "Nie pokazuj więcej"),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", ""),
|
||||
("dont-show-again-tip", ""),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", "Salvar configurações"),
|
||||
("dont-show-again-tip", "Não mostrar novamente"),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", ""),
|
||||
("dont-show-again-tip", ""),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", "Сохранить настройки"),
|
||||
("dont-show-again-tip", "Больше не показывать"),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", "Sarva sas impostatziones"),
|
||||
("dont-show-again-tip", "Non mustres prus custu messàgiu"),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", ""),
|
||||
("dont-show-again-tip", ""),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", ""),
|
||||
("dont-show-again-tip", ""),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", ""),
|
||||
("dont-show-again-tip", ""),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", ""),
|
||||
("dont-show-again-tip", ""),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", ""),
|
||||
("dont-show-again-tip", ""),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", ""),
|
||||
("dont-show-again-tip", ""),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", ""),
|
||||
("dont-show-again-tip", ""),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", ""),
|
||||
("dont-show-again-tip", ""),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", ""),
|
||||
("dont-show-again-tip", ""),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", "儲存設定"),
|
||||
("dont-show-again-tip", "不再顯示此訊息"),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", ""),
|
||||
("dont-show-again-tip", ""),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
|
@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("save-settings-tip", ""),
|
||||
("dont-show-again-tip", ""),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue