screenshot, taking

Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
fufesou 2025-04-30 13:36:33 +08:00
parent 8ae4122309
commit d05a8e2aca
47 changed files with 49 additions and 1 deletions

View file

@ -304,7 +304,9 @@ List<TTextMenu> toolbarControls(BuildContext context, String id, FFI ffi) {
sessionId: sessionId, key: 'is_screenshot_supported', param: ''); sessionId: sessionId, key: 'is_screenshot_supported', param: '');
if ('true' == isScreenshotSupported) { if ('true' == isScreenshotSupported) {
v.add(TTextMenu( 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 onPressed: ffi.ffiModel.timerScreenshot != null
? null ? null
: () { : () {

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", "حفظ الإعدادات"), ("save-settings-tip", "حفظ الإعدادات"),
("dont-show-again-tip", "لا تظهر هذا مرة أخرى"), ("dont-show-again-tip", "لا تظهر هذا مرة أخرى"),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", ""), ("save-settings-tip", ""),
("dont-show-again-tip", ""), ("dont-show-again-tip", ""),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", ""), ("save-settings-tip", ""),
("dont-show-again-tip", ""), ("dont-show-again-tip", ""),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", ""), ("save-settings-tip", ""),
("dont-show-again-tip", ""), ("dont-show-again-tip", ""),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", "保存设置"), ("save-settings-tip", "保存设置"),
("dont-show-again-tip", "不再显示此信息"), ("dont-show-again-tip", "不再显示此信息"),
("Take screenshot", "截屏"), ("Take screenshot", "截屏"),
("Taking screenshot", "正在截屏"),
("screenshot-merged-screen-not-supported-tip", "当前不支持多个屏幕的合并截屏,请切换到单个屏幕重试。"), ("screenshot-merged-screen-not-supported-tip", "当前不支持多个屏幕的合并截屏,请切换到单个屏幕重试。"),
("screenshot-action-tip", "请选择如何继续截屏。"), ("screenshot-action-tip", "请选择如何继续截屏。"),
("Save as", "另存为"), ("Save as", "另存为"),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", ""), ("save-settings-tip", ""),
("dont-show-again-tip", ""), ("dont-show-again-tip", ""),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", ""), ("save-settings-tip", ""),
("dont-show-again-tip", ""), ("dont-show-again-tip", ""),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", "Einstellungen speichern"), ("save-settings-tip", "Einstellungen speichern"),
("dont-show-again-tip", "Nicht mehr anzeigen"), ("dont-show-again-tip", "Nicht mehr anzeigen"),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", ""), ("save-settings-tip", ""),
("dont-show-again-tip", ""), ("dont-show-again-tip", ""),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", ""), ("save-settings-tip", ""),
("dont-show-again-tip", ""), ("dont-show-again-tip", ""),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", "Guardar ajustes"), ("save-settings-tip", "Guardar ajustes"),
("dont-show-again-tip", "No volver a mostrar"), ("dont-show-again-tip", "No volver a mostrar"),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", ""), ("save-settings-tip", ""),
("dont-show-again-tip", ""), ("dont-show-again-tip", ""),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", ""), ("save-settings-tip", ""),
("dont-show-again-tip", ""), ("dont-show-again-tip", ""),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", "تنظیمات را ذخیره کنید"), ("save-settings-tip", "تنظیمات را ذخیره کنید"),
("dont-show-again-tip", "دیگر نمایش داده نشود"), ("dont-show-again-tip", "دیگر نمایش داده نشود"),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", "Enregistrer les paramètres"), ("save-settings-tip", "Enregistrer les paramètres"),
("dont-show-again-tip", "Ne plus afficher"), ("dont-show-again-tip", "Ne plus afficher"),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", "პარამეტრების შენახვა"), ("save-settings-tip", "პარამეტრების შენახვა"),
("dont-show-again-tip", "აღარ აჩვენოთ"), ("dont-show-again-tip", "აღარ აჩვენოთ"),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", ""), ("save-settings-tip", ""),
("dont-show-again-tip", ""), ("dont-show-again-tip", ""),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", ""), ("save-settings-tip", ""),
("dont-show-again-tip", ""), ("dont-show-again-tip", ""),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", "Beállítások mentése"), ("save-settings-tip", "Beállítások mentése"),
("dont-show-again-tip", "Ne jelenítse meg újra"), ("dont-show-again-tip", "Ne jelenítse meg újra"),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", ""), ("save-settings-tip", ""),
("dont-show-again-tip", ""), ("dont-show-again-tip", ""),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", "Salva impostazioni"), ("save-settings-tip", "Salva impostazioni"),
("dont-show-again-tip", "Non visualizzare più questo messaggio"), ("dont-show-again-tip", "Non visualizzare più questo messaggio"),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", ""), ("save-settings-tip", ""),
("dont-show-again-tip", ""), ("dont-show-again-tip", ""),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", ""), ("save-settings-tip", ""),
("dont-show-again-tip", ""), ("dont-show-again-tip", ""),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", ""), ("save-settings-tip", ""),
("dont-show-again-tip", ""), ("dont-show-again-tip", ""),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", ""), ("save-settings-tip", ""),
("dont-show-again-tip", ""), ("dont-show-again-tip", ""),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", "Saglabāt iestatījumus"), ("save-settings-tip", "Saglabāt iestatījumus"),
("dont-show-again-tip", "Nerādīt šo vēlreiz"), ("dont-show-again-tip", "Nerādīt šo vēlreiz"),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", ""), ("save-settings-tip", ""),
("dont-show-again-tip", ""), ("dont-show-again-tip", ""),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", "Instellingen opslaan"), ("save-settings-tip", "Instellingen opslaan"),
("dont-show-again-tip", "Dit bericht wordt niet meer weergegeven"), ("dont-show-again-tip", "Dit bericht wordt niet meer weergegeven"),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", "Zapisz ustawienia"), ("save-settings-tip", "Zapisz ustawienia"),
("dont-show-again-tip", "Nie pokazuj więcej"), ("dont-show-again-tip", "Nie pokazuj więcej"),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", ""), ("save-settings-tip", ""),
("dont-show-again-tip", ""), ("dont-show-again-tip", ""),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", "Salvar configurações"), ("save-settings-tip", "Salvar configurações"),
("dont-show-again-tip", "Não mostrar novamente"), ("dont-show-again-tip", "Não mostrar novamente"),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", ""), ("save-settings-tip", ""),
("dont-show-again-tip", ""), ("dont-show-again-tip", ""),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", "Сохранить настройки"), ("save-settings-tip", "Сохранить настройки"),
("dont-show-again-tip", "Больше не показывать"), ("dont-show-again-tip", "Больше не показывать"),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", "Sarva sas impostatziones"), ("save-settings-tip", "Sarva sas impostatziones"),
("dont-show-again-tip", "Non mustres prus custu messàgiu"), ("dont-show-again-tip", "Non mustres prus custu messàgiu"),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", ""), ("save-settings-tip", ""),
("dont-show-again-tip", ""), ("dont-show-again-tip", ""),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", ""), ("save-settings-tip", ""),
("dont-show-again-tip", ""), ("dont-show-again-tip", ""),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", ""), ("save-settings-tip", ""),
("dont-show-again-tip", ""), ("dont-show-again-tip", ""),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", ""), ("save-settings-tip", ""),
("dont-show-again-tip", ""), ("dont-show-again-tip", ""),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", ""), ("save-settings-tip", ""),
("dont-show-again-tip", ""), ("dont-show-again-tip", ""),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", ""), ("save-settings-tip", ""),
("dont-show-again-tip", ""), ("dont-show-again-tip", ""),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", ""), ("save-settings-tip", ""),
("dont-show-again-tip", ""), ("dont-show-again-tip", ""),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", ""), ("save-settings-tip", ""),
("dont-show-again-tip", ""), ("dont-show-again-tip", ""),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", ""), ("save-settings-tip", ""),
("dont-show-again-tip", ""), ("dont-show-again-tip", ""),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", "儲存設定"), ("save-settings-tip", "儲存設定"),
("dont-show-again-tip", "不再顯示此訊息"), ("dont-show-again-tip", "不再顯示此訊息"),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", ""), ("save-settings-tip", ""),
("dont-show-again-tip", ""), ("dont-show-again-tip", ""),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),

View file

@ -682,6 +682,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("save-settings-tip", ""), ("save-settings-tip", ""),
("dont-show-again-tip", ""), ("dont-show-again-tip", ""),
("Take screenshot", ""), ("Take screenshot", ""),
("Taking screenshot", ""),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", ""),
("screenshot-action-tip", ""), ("screenshot-action-tip", ""),
("Save as", ""), ("Save as", ""),