mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-14 22:51:29 +03:00
@@ -588,5 +588,25 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Please select the session you want to connect to", "请选择您要连接的会话"),
|
||||
("powered_by_me", "由 RustDesk 提供支持"),
|
||||
("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", "所有者"),
|
||||
("Set shared password", "设置共享密码"),
|
||||
("Exist in", "存在于"),
|
||||
("Read-only", "只读"),
|
||||
("Read/Write", "读写"),
|
||||
("Full Control", "完全控制"),
|
||||
("full_control_tip", "完全控制赋予其他人与地址簿所有者相同的权限。"),
|
||||
("share_warning_tip", "上述字段是共享的并且对其他人可见。"),
|
||||
("Only show existing", "只显示存在的"),
|
||||
("Everyone", "所有人"),
|
||||
("permission_priority_tip", "优先级:用户>组>所有人"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user