mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-14 03:41:28 +03:00
Update tw.rs (#11087)
This commit is contained in:
@@ -658,9 +658,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("new-version-of-{}-tip", "有新版本的 {} 可用"),
|
("new-version-of-{}-tip", "有新版本的 {} 可用"),
|
||||||
("Accessible devices", "可存取的裝置"),
|
("Accessible devices", "可存取的裝置"),
|
||||||
("View camera", "檢視相機"),
|
("View camera", "檢視相機"),
|
||||||
("upgrade_remote_rustdesk_client_to_{}_tip", "請將遠端 RustDesk 用戶端升級到 {} 或更新版本!"),
|
("upgrade_remote_rustdesk_client_to_{}_tip", "請將遠端 RustDesk 客戶端升級到 {} 或更新版本!"),
|
||||||
("view_camera_unsupported_tip", ""),
|
("view_camera_unsupported_tip", "您的遠端設備不支援查看鏡頭"),
|
||||||
("Enable camera", ""),
|
("Enable camera", "允許查看鏡頭"),
|
||||||
("No cameras", ""),
|
("No cameras", "沒有鏡頭"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user