Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-10-27 15:44:07 +08:00
parent 46a363cce4
commit f05f86dc80
80 changed files with 1182 additions and 1186 deletions

View File

@@ -572,5 +572,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("List", "列表"),
("Virtual display", "虚拟显示器"),
("Plug out all", "拔出所有"),
("True color(4:4:4)", "真彩模式(4:4:4)"),
].iter().cloned().collect();
}