Update tw.rs (#10076)

This commit is contained in:
XLion 2024-11-28 00:10:47 +08:00 committed by GitHub
parent 2cf43042e6
commit 4f86169f7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -653,7 +653,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", "上傳資料夾"),
("Upload files", "上傳檔案"),
("Clipboard is synchronized", "剪貼簿已同步"),
("Update client clipboard", ""),
("Untagged", ""),
("Update client clipboard", "更新客戶端的剪貼簿"),
("Untagged", "無標籤"),
].iter().cloned().collect();
}