Update tw.rs (#8444)

This commit is contained in:
XLion 2024-06-23 09:09:08 +08:00 committed by GitHub
parent baeee642dd
commit a9e0ea8520
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -621,6 +621,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Never", "從不"),
("During controlled", "被控期間"),
("During service is on", "服務開啟期間"),
("Capture screen using DirectX", ""),
("Capture screen using DirectX", "使用 DirectX 擷取螢幕"),
].iter().cloned().collect();
}