Small fix for langs (#7418)

This commit is contained in:
XLion
2024-03-19 18:52:36 +08:00
committed by GitHub
parent 794d3ffcac
commit 3f7d622512
3 changed files with 8 additions and 8 deletions

View File

@@ -533,7 +533,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Installation Successful!", "安裝成功!"),
("Installation failed!", "安裝失敗!"),
("Reverse mouse wheel", "滑鼠滾輪反向"),
("{} sessions", "{}個工作階段"),
("{} sessions", "{} 個工作階段"),
("scam_title", "您可能遭遇詐騙!"),
("scam_text1", "如果您正在和素不相識的人通話,而對方要求您使用 RustDesk 啟用服務,請勿繼續操作並立即掛斷電話。"),
("scam_text2", "他們很可能是詐騙,試圖竊取您的金錢或其他個人資料。"),
@@ -569,12 +569,12 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("privacy_mode_impl_virtual_display_tip", "模式 2"),
("Enter privacy mode", "進入隱私模式"),
("Exit privacy mode", "退出隱私模式"),
("idd_not_support_under_win10_2004_tip", "不支援 Indirect display driver。 需要 Windows 10 版本2004 或更新的版本。"),
("idd_not_support_under_win10_2004_tip", "不支援 Indirect display driver。 需要 Windows 10 版本 2004 或更新的版本。"),
("switch_display_elevated_connections_tip", "在有多個連線時,切換到非主螢幕在權限提升模式下不支援。如果您想要控制多個螢幕,請在安裝後再試一次。"),
("input_source_1_tip", "輸入源 1"),
("input_source_2_tip", "輸入源 2"),
("capture_display_elevated_connections_tip", "不支援在權限提升模式下擷取多個螢幕畫面,如果您想要控制多個螢幕,請安裝後再試。"),
("Swap control-command key", "交換ControlCommand按鍵"),
("Swap control-command key", "交換 ControlCommand 按鍵"),
("swap-left-right-mouse", "交換滑鼠左右鍵"),
("2FA code", "二步驟驗證碼"),
("More", "更多"),