Add files via upload

This commit is contained in:
Mr-Update
2023-08-13 14:12:14 +02:00
committed by GitHub
parent ff3ca6f719
commit 0bb03a083a
34 changed files with 241 additions and 6 deletions

View File

@@ -288,16 +288,13 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("android_new_connection_tip", "收到新的控制請求,對方想要控制您目前的裝置。"),
("android_service_will_start_tip", "開啟「畫面錄製」將自動啟動服務,允許其他裝置向您的裝置請求連線。"),
("android_stop_service_tip", "關閉服務將自動關閉所有已建立的連線。"),
("android_version_audio_tip", "目前的 Android 版本不支援音訊錄製,請升級 Android 10 或以上版本。"),
("android_start_service_tip", "點選「啟動服務」或啟用「螢幕錄製」權限以啟動螢幕分享服務。"),
("android_permission_may_not_change_tip", "對於已經建立連線權限可能不會立即發生改變,除非重新建立連線。"),
("android_version_audio_tip", "目前的 Android 版本不支援音訊錄製,請升級 Android 10 或更新的版本。"),
("android_start_service_tip", "點選「啟動服務」或啟用「畫面錄製」權限以啟動螢幕分享服務。"),
("android_permission_may_not_change_tip", "建立連線權限可能不會立即改變,除非重新連線。"),
("Account", "帳號"),
("Overwrite", "取代"),
("This file exists, skip or overwrite this file?", "此檔案/資料夾已存在,要略過或是取代此檔案嗎?"),
("Quit", "退出"),
("android_version_audio_tip", "目前的 Android 版本不支援音訊錄製,請升級至 Android 10 或更新的版本。"),
("android_start_service_tip", "點選「啟動服務」或啟用「畫面錄製」權限以啟動螢幕分享服務。"),
("android_permission_may_not_change_tip", "已建立連線的權限可能不會立即改變,除非重新連線。"),
("doc_mac_permission", "https://rustdesk.com/docs/zh-tw/manual/mac/#啟用權限"),
("Help", "說明"),
("Failed", "失敗"),
@@ -531,5 +528,12 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Move tab to new window", "移動標籤到新視窗"),
("Can not be empty", "不能為空"),
("Already exists", "已經存在"),
("Change Password", ""),
("Refresh Password", ""),
("ID", ""),
("Grid View", ""),
("List View", ""),
("Select", ""),
("Toggle Tags", ""),
].iter().cloned().collect();
}