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

@ -616,7 +616,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("texture_render_tip", "使用纹理渲染,使图片更加流畅。 如果您遭遇渲染问题,可尝试关闭此选项。"), ("texture_render_tip", "使用纹理渲染,使图片更加流畅。 如果您遭遇渲染问题,可尝试关闭此选项。"),
("Use texture rendering", "使用纹理渲染"), ("Use texture rendering", "使用纹理渲染"),
("Floating window", "悬浮窗"), ("Floating window", "悬浮窗"),
("floating_window_tip", "有助于保持RustDesk后台服务"), ("floating_window_tip", "有助于保持 RustDesk 后台服务"),
("Keep screen on", "保持屏幕开启"), ("Keep screen on", "保持屏幕开启"),
("Never", "从不"), ("Never", "从不"),
("During controlled", "被控期间"), ("During controlled", "被控期间"),

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();
} }