mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-12 08:01:29 +03:00
feat: take screenshot (#11591)
* feat: take screenshot Signed-off-by: fufesou <linlong1266@gmail.com> * screenshot, vram temp switch capturer Signed-off-by: fufesou <linlong1266@gmail.com> * fix: misspelling Signed-off-by: fufesou <linlong1266@gmail.com> * screenshot, taking Signed-off-by: fufesou <linlong1266@gmail.com> * screenshot, rgba stride Signed-off-by: fufesou <linlong1266@gmail.com> * Bumps 1.4.0 Signed-off-by: fufesou <linlong1266@gmail.com> --------- Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
@@ -653,7 +653,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", "上传文件夹"),
|
||||
("Upload files", "上传文件"),
|
||||
("Clipboard is synchronized", "剪贴板已同步"),
|
||||
("Update client clipboard", "更新客户端的粘贴板"),
|
||||
("Update client clipboard", "更新客户端的剪贴板"),
|
||||
("Untagged", "无标签"),
|
||||
("new-version-of-{}-tip", "{} 版本更新"),
|
||||
("Accessible devices", "可访问的设备"),
|
||||
@@ -671,7 +671,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("printer-{}-ready-tip", "{} 打印机已安装,您可以使用打印功能了。"),
|
||||
("Install {} Printer", "安装 {} 打印机"),
|
||||
("Outgoing Print Jobs", "传出的打印任务"),
|
||||
("Incomming Print Jobs", "传入的打印任务"),
|
||||
("Incoming Print Jobs", "传入的打印任务"),
|
||||
("Incoming Print Job", "传入的打印任务"),
|
||||
("use-the-default-printer-tip", "使用默认的打印机执行"),
|
||||
("use-the-selected-printer-tip", "使用选择的打印机执行"),
|
||||
@@ -681,5 +681,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("remote-printing-disallowed-text-tip", "被控端的权限设置拒绝了远程打印。"),
|
||||
("save-settings-tip", "保存设置"),
|
||||
("dont-show-again-tip", "不再显示此信息"),
|
||||
("Take screenshot", "截屏"),
|
||||
("Taking screenshot", "正在截屏"),
|
||||
("screenshot-merged-screen-not-supported-tip", "当前不支持多个屏幕的合并截屏,请切换到单个屏幕重试。"),
|
||||
("screenshot-action-tip", "请选择如何继续截屏。"),
|
||||
("Save as", "另存为"),
|
||||
("Copy to clipboard", "复制到剪贴板"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user