fix trans

This commit is contained in:
rustdesk
2022-03-24 15:27:06 +08:00
parent 3cd2892bdd
commit 908a7071a7
10 changed files with 1050 additions and 633 deletions

View File

@@ -63,20 +63,33 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Successful", "成功"),
("Connected, waiting for image...", "已連線,等待畫面傳輸..."),
("Name", "名稱"),
("Type", "類型"),
("Modified", "修改時間"),
("Size", "大小"),
("Show Hidden Files", "顯示隱藏檔案"),
("Receive", "接收"),
("Send", "傳送"),
("Refresh File", "刷新文件"),
("Local", "本地"),
("Remote", "遠端"),
("Remote Computer", "遠端電腦"),
("Local Computer", "本地電腦"),
("Confirm Delete", "確認刪除"),
("Delete", "刪除"),
("Properties", "屬性"),
("Multi Select", "多選"),
("Empty Directory", "空文件夾"),
("Not an empty directory", "不是一個空文件夾"),
("Are you sure you want to delete this file?", "您確定要刪除此檔案嗎?"),
("Are you sure you want to delete this empty directory?", "您確定要刪除此空文件夾?"),
("Are you sure you want to delete the file of this directory?", "您確定要刪除文件夾下的文件?"),
("Do this for all conflicts", "套用到其他衝突"),
("This is irreversible!", "此操作不可逆!"),
("Deleting", "正在刪除"),
("files", "檔案"),
("Waiting", "正在等候..."),
("Finished", "已完成"),
("Speed", "速度"),
("Custom Image Quality", "自訂圖片品質"),
("Privacy mode", "隱私模式"),
("Block user input", "封鎖使用者輸入"),
@@ -192,16 +205,63 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Password missed", "缺少密碼"),
("Wrong credentials", "提供的登入資訊有誤"),
("Edit Tag", "編輯標籤"),
("Unremember Password", "忘掉密碼"),
("Favorites", "收藏"),
("Add to Favorites", "加入到收藏"),
("Remove from Favorites", "從收藏中刪除"),
("Empty", "空空如也"),
("Invalid folder name", "資料夾名稱無效"),
("Socks5 Proxy", "Socks5 代理"),
("Hostname", "主機名稱"),
("Discovered", "已發現"),
("install_daemon_tip", "為了開機啟動,請安裝系統服務。"),
("Remote ID", "遠端 ID"),
("Paste", "貼上"),
("Paste here?", "貼上到這裡?"),
("Are you sure to close the connection?", "您確定要關閉連線嗎?"),
("Download new version", "下載新版本"),
("Touch mode", "觸控模式"),
("TouchPad mode", "觸摸板模式"),
("One-Finger Tap", "單指輕觸"),
("Left Mouse", "鼠標左鍵"),
("One-Long Tap", "單指長按"),
("Two-Finger Tap", "雙指輕觸"),
("Right Mouse", "鼠標右鍵"),
("One-Finger Move", "單指移動"),
("Double Tap & Move", "雙擊並移動"),
("Mouse Drag", "鼠標選中拖動"),
("Two-Finger vertically", "雙指垂直滑動"),
("Mouse Wheel", "鼠標滾輪"),
("Two-Finger Move", "雙指移動"),
("Canvas Move", "移動畫布"),
("Pinch to Zoom", "雙指縮放"),
("Canvas Zoom", "縮放畫布"),
("Reset canvas", "重置畫布"),
("No permission of file transfer", "無文件傳輸權限"),
("Note", "備註"),
("Connection", "連接"),
("Share Screen", "屏幕錄製"),
("CLOSE", "關閉"),
("OPEN", "開啟"),
("Chat", "聊天消息"),
("Total", "總計"),
("items", "個項目"),
("Selected", "已選擇"),
("Screen Capture", "屏幕錄製"),
("Mouse Control", "鼠標輸入"),
("File Transfer", "文件傳輸"),
("Audio Capture", "音頻錄製"),
("File Connection", "文件連接"),
("Screen Connection", "屏幕連接"),
("Do you accept?", "是否接受?"),
("Open System Setting", "打開系統設置"),
("How to get Android input permission?", "如何獲取安卓的輸入權限?"),
("android_input_permission_tip1", "獲取輸入權限後可以讓遠程設備通過鼠標控制這台安卓設備"),
("android_input_permission_tip2", "請在接下來的系統設置頁面裡,找到並進入 [已安裝的服務] 頁面,將 [RustDesk Input] 服務開啟"),
("android_new_connection_tip", "收到新的連接控制請求,對方想要控制你當前的設備"),
("android_service_will_start_tip", "開啟錄屏權限將自動開啟服務,允許其他設備向此設備請求建立連接。"),
("android_stop_service_tip", "關閉服務將自動關閉所有已建立的連接。"),
("android_version_audio_tip", "當前安卓版本不支持音頻錄製請升級至安卓10或更高。"),
("android_start_service_tip", "點擊 [啟動服務] 或打開 [屏幕錄製] 權限開啟手機屏幕共享服務。"),
].iter().cloned().collect();
}