fix: comma

This commit is contained in:
Kingtous 2022-05-08 16:09:37 +08:00
parent 02f214e39a
commit 529e5104c7
2 changed files with 2 additions and 2 deletions

View File

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

View File

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