This commit is contained in:
rustdesk
2022-04-04 14:09:54 +08:00
parent a56aa08a66
commit fb98209008
8 changed files with 19 additions and 3 deletions

View File

@@ -6,9 +6,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("desk_tip", "您可以透過此 ID 及密碼存取您的桌面"),
("Password", "密碼"),
("Ready", "就緒"),
("Established", "已建立"),
("connecting_status", "正在連接至 RustDesk 網路..."),
("Enable Service", "啟用服務"),
("Start Service", "啟動服務"),
("Service is running", "服務正在運行"),
("Service is not running", "服務尚未執行"),
("not_ready_status", "尚未就緒。請檢查您的網路連線"),
("Control Remote Desktop", "控制遠端桌面"),