mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-27 07:01:00 +03:00
remove address book operation code, as it duplicates the the functionality of web console (#7451)
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -590,11 +590,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("outgoing_only_desk_tip", "当前版本的软件是定制版本。\n您可以连接至其他设备,但是其他设备无法连接至您的设备。"),
|
||||
("preset_password_warning", ""),
|
||||
("Security Alert", ""),
|
||||
("Add shared address book", "添加共享地址簿"),
|
||||
("Update this address book", "更新此地址簿"),
|
||||
("Delete this address book", "删除此地址簿"),
|
||||
("Share this address book", "共享此地址簿"),
|
||||
("Are you sure you want to delete address book {}?", "确定要删除地址簿{}吗?"),
|
||||
("My address book", "我的地址簿"),
|
||||
("Personal", "个人的"),
|
||||
("Owner", "所有者"),
|
||||
@@ -603,10 +598,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Read-only", "只读"),
|
||||
("Read/Write", "读写"),
|
||||
("Full Control", "完全控制"),
|
||||
("full_control_tip", "完全控制赋予其他人与地址簿所有者相同的权限。"),
|
||||
("share_warning_tip", "上述字段是共享的并且对其他人可见。"),
|
||||
("Only show existing", "只显示存在的"),
|
||||
("Everyone", "所有人"),
|
||||
("permission_priority_tip", "优先级:用户>组>所有人"),
|
||||
("Web Console", "Web控制台"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user