Update translation (#7500)

This commit is contained in:
XLion
2024-03-25 10:45:06 +08:00
committed by GitHub
parent bb9400745e
commit d546b23bd8
2 changed files with 14 additions and 14 deletions

View File

@@ -587,18 +587,18 @@ 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", ""),
("preset_password_warning", "此客製化版本附有預設密碼。任何知曉此密碼的人都能完全控制您的裝置。如果這不是您所預期的,請立即卸載此軟體。"),
("Security Alert", ""),
("My address book", ""),
("Personal", ""),
("Owner", ""),
("Set shared password", ""),
("Exist in", ""),
("Read-only", ""),
("Read/Write", ""),
("Full Control", ""),
("share_warning_tip", ""),
("Everyone", ""),
("ab_web_console_tip", ""),
("My address book", "我的通訊錄"),
("Personal", "個人的"),
("Owner", "擁有者"),
("Set shared password", "設定共享密碼"),
("Exist in", "存在於"),
("Read-only", "唯讀"),
("Read/Write", "讀寫"),
("Full Control", "完全控制"),
("share_warning_tip", "上述的欄位為共享且對其他人可見。"),
("Everyone", "所有人"),
("ab_web_console_tip", "打開 Web 控制台以進行更多操作"),
].iter().cloned().collect();
}