mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-02-17 22:11:30 +08:00
Update tw.rs (#13203)
This commit is contained in:
@@ -714,12 +714,12 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Custom scale slider", "自訂縮放滑桿"),
|
||||
("Decrease", "縮小"),
|
||||
("Increase", "放大"),
|
||||
("Show virtual mouse", ""),
|
||||
("Virtual mouse size", ""),
|
||||
("Small", ""),
|
||||
("Large", ""),
|
||||
("Show virtual joystick", ""),
|
||||
("Edit note", ""),
|
||||
("Alias", ""),
|
||||
("Show virtual mouse", "顯示虛擬滑鼠"),
|
||||
("Virtual mouse size", "虛擬滑鼠大小"),
|
||||
("Small", "小"),
|
||||
("Large", "大"),
|
||||
("Show virtual joystick", "顯示虛擬搖桿"),
|
||||
("Edit note", "編輯備註"),
|
||||
("Alias", "別名"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user