Skip to content

Commit e6aefcf

Browse files
authored
Update tw.rs (rustdesk#11714)
1 parent 4c5ec42 commit e6aefcf

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

src/lang/tw.rs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -687,16 +687,16 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
687687
("screenshot-action-tip", "請選擇要如何處理這張截圖。"),
688688
("Save as", "另存為"),
689689
("Copy to clipboard", "複製到剪貼簿"),
690-
("Enable remote printer", ""),
691-
("Downloading {}", ""),
692-
("{} Update", ""),
693-
("{}-to-update-tip", ""),
694-
("download-new-version-failed-tip", ""),
695-
("Auto update", ""),
696-
("update-failed-check-msi-tip", ""),
697-
("websocket_tip", ""),
698-
("Use WebSocket", ""),
699-
("Trackpad speed", ""),
700-
("Default trackpad speed", ""),
690+
("Enable remote printer", "啟用遠端列印"),
691+
("Downloading {}", "正在下載 {} 並安裝新版本。"),
692+
("{} Update", "{} 更新"),
693+
("{}-to-update-tip", "即將關閉 {} 並安裝新版本。"),
694+
("download-new-version-failed-tip", "安裝方式偵測失敗,請點擊\"下載\"按鈕以從發布網址下載,並手動升級。"),
695+
("Auto update", "自動更新"),
696+
("update-failed-check-msi-tip", "下載失敗,您可以重試或點擊\"下載\"按鈕以從發布網址下載,並手動升級。"),
697+
("websocket_tip", "使用 WebSocket 時,只支援使用中繼連接。"),
698+
("Use WebSocket", "使用 WebSocket"),
699+
("Trackpad speed", "觸控板速度"),
700+
("Default trackpad speed", "預設觸控板速度"),
701701
].iter().cloned().collect();
702702
}

0 commit comments

Comments
 (0)