diff --git a/src/lang/cn.rs b/src/lang/cn.rs index bfbef4875..b2a3dc9a4 100644 --- a/src/lang/cn.rs +++ b/src/lang/cn.rs @@ -267,7 +267,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Account", "账号"), ("Quit", "退出"), ("Overwrite", "覆盖"), - ("This file exists, skip or overwrite this file?", "这个文件/文件夹已存在,跳过/覆盖?") + ("This file exists, skip or overwrite this file?", "这个文件/文件夹已存在,跳过/覆盖?"), ("doc_mac_permission", "https://rustdesk.com/docs/zh-cn/manual/mac/#启用权限"), ("Help", "帮助"), ].iter().cloned().collect(); diff --git a/src/lang/tw.rs b/src/lang/tw.rs index b8e422d4b..5ce7713d9 100644 --- a/src/lang/tw.rs +++ b/src/lang/tw.rs @@ -267,7 +267,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Account", "帳戶"), ("Quit", "退出"), ("Overwrite", "覆蓋"), - ("This file exists, skip or overwrite this file?", "這個文件/文件夾已存在,跳過/覆蓋?") + ("This file exists, skip or overwrite this file?", "這個文件/文件夾已存在,跳過/覆蓋?"), ("doc_mac_permission", "https://rustdesk.com/docs/zh-tw/manual/mac/#啟用權限"), ("Help", "幫助"), ].iter().cloned().collect();