fix: comma
This commit is contained in:
parent
02f214e39a
commit
529e5104c7
@ -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();
|
||||
|
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user