mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-03 19:21:28 +03:00
Update translations (#8210)
* Update translations Add additional hint for `texture_render_tip` to let user know that it may be an option to fix issue. * fix formatting for tw.rs
This commit is contained in:
@@ -613,7 +613,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("clear_Wayland_screen_selection_tip", "清除 Wayland 的螢幕選擇後,您可以重新選擇分享的螢幕。"),
|
||||
("confirm_clear_Wayland_screen_selection_tip", "是否確認清除 Wayland 的分享螢幕選擇?"),
|
||||
("android_new_voice_call_tip", "收到新的語音通話請求。如果您接受,音訊將切換為語音通訊。"),
|
||||
("texture_render_tip", ""),
|
||||
("Use texture rendering", ""),
|
||||
("texture_render_tip", "使用紋理渲染,讓圖片更加順暢。 如果您遭遇渲染問題,可嘗試關閉此選項。"),
|
||||
("Use texture rendering", "使用紋理渲染"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user