Update tw.rs (#13203)

This commit is contained in:
XLion 2025-10-18 16:39:08 +08:00 committed by GitHub
parent f2dc8e21a8
commit 2c30bd9d24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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