Update translation (#8394)

* Update tw.rs

* Update cn.rs

Add spacing
This commit is contained in:
XLion 2024-06-18 09:54:03 +08:00 committed by GitHub
parent 818439db48
commit 32b26e4ad3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

@ -615,11 +615,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("android_new_voice_call_tip", "收到新的語音通話請求。如果您接受,音訊將切換為語音通訊。"), ("android_new_voice_call_tip", "收到新的語音通話請求。如果您接受,音訊將切換為語音通訊。"),
("texture_render_tip", "使用紋理渲染,讓圖片更加順暢。 如果您遭遇渲染問題,可嘗試關閉此選項。"), ("texture_render_tip", "使用紋理渲染,讓圖片更加順暢。 如果您遭遇渲染問題,可嘗試關閉此選項。"),
("Use texture rendering", "使用紋理渲染"), ("Use texture rendering", "使用紋理渲染"),
("Floating window", ""), ("Floating window", "懸浮視窗"),
("floating_window_tip", ""), ("floating_window_tip", "有助於保持 RustDesk 後台服務"),
("Keep screen on", ""), ("Keep screen on", "保持螢幕開啟"),
("Never", ""), ("Never", "從不"),
("During controlled", ""), ("During controlled", "被控期間"),
("During service is on", ""), ("During service is on", "服務開啟期間"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }