Update tw.rs and cn.rs (#8877)

* Update tw.rs

* Update cn.rs
This commit is contained in:
XLion 2024-07-29 15:34:26 +08:00 committed by GitHub
parent fd9b5f3c57
commit 0a1d3c4afb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

View File

@ -624,13 +624,13 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Volume up", "提升音量"),
("Volume down", "降低音量"),
("Power", "电源"),
("Telegram bot", ""),
("enable-bot-tip", ""),
("enable-bot-desc", ""),
("Telegram bot", "Telegram 机器人"),
("enable-bot-tip", "如果您启用此功能,您可以从您的机器人接收双重认证码,亦可作为连线通知之用。"),
("enable-bot-desc", "1. 开启与 @BotFather 的对话。\n2. 发送命令 \"/newbot\"。 您将在完成此步骤后收到权杖 (Token)。\n3. 开始与您刚创建的机器人的对话。发送一则以正斜杠 (\"/\") 开头的消息来启用它,例如 \"/hello\""),
("cancel-2fa-confirm-tip", "确定要取消双重认证吗?"),
("cancel-bot-confirm-tip", "确定要取消 Telegram 机器人吗?"),
("About RustDesk", ""),
("Send clipboard keystrokes", ""),
("network_error_tip", "请检查网络连接, 然后点击再试"),
("About RustDesk", "关于 RustDesk"),
("Send clipboard keystrokes", "发送剪贴板按键"),
("network_error_tip", "请检查网络连接然后点击再试"),
].iter().cloned().collect();
}

View File

@ -629,8 +629,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", "1. 開啟與 @BotFather 的對話。\n2. 傳送指令 \"/newbot\"。 您將會在完成此步驟後收到權杖 (Token)。\n3. 開始與您剛創立的機器人的對話。 傳送一則以正斜槓 (\"/\") 開頭的訊息來啟用它,例如 \"/hello\""),
("cancel-2fa-confirm-tip", "確定要取消二步驟驗證嗎?"),
("cancel-bot-confirm-tip", "確定要取消 Telegram 機器人嗎?"),
("About RustDesk", ""),
("Send clipboard keystrokes", ""),
("network_error_tip", ""),
("About RustDesk", "關於 RustDesk"),
("Send clipboard keystrokes", "發送剪貼簿按鍵"),
("network_error_tip", "請檢查網路連結,然後點擊重試"),
].iter().cloned().collect();
}