mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-06-07 09:52:49 +08:00
Update tw.rs (#11714)
This commit is contained in:
parent
4c5ec42100
commit
e6aefcfa30
@ -687,16 +687,16 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("screenshot-action-tip", "請選擇要如何處理這張截圖。"),
|
("screenshot-action-tip", "請選擇要如何處理這張截圖。"),
|
||||||
("Save as", "另存為"),
|
("Save as", "另存為"),
|
||||||
("Copy to clipboard", "複製到剪貼簿"),
|
("Copy to clipboard", "複製到剪貼簿"),
|
||||||
("Enable remote printer", ""),
|
("Enable remote printer", "啟用遠端列印"),
|
||||||
("Downloading {}", ""),
|
("Downloading {}", "正在下載 {} 並安裝新版本。"),
|
||||||
("{} Update", ""),
|
("{} Update", "{} 更新"),
|
||||||
("{}-to-update-tip", ""),
|
("{}-to-update-tip", "即將關閉 {} 並安裝新版本。"),
|
||||||
("download-new-version-failed-tip", ""),
|
("download-new-version-failed-tip", "安裝方式偵測失敗,請點擊\"下載\"按鈕以從發布網址下載,並手動升級。"),
|
||||||
("Auto update", ""),
|
("Auto update", "自動更新"),
|
||||||
("update-failed-check-msi-tip", ""),
|
("update-failed-check-msi-tip", "下載失敗,您可以重試或點擊\"下載\"按鈕以從發布網址下載,並手動升級。"),
|
||||||
("websocket_tip", ""),
|
("websocket_tip", "使用 WebSocket 時,只支援使用中繼連接。"),
|
||||||
("Use WebSocket", ""),
|
("Use WebSocket", "使用 WebSocket"),
|
||||||
("Trackpad speed", ""),
|
("Trackpad speed", "觸控板速度"),
|
||||||
("Default trackpad speed", ""),
|
("Default trackpad speed", "預設觸控板速度"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user