Update tw.rs (#10231)

This commit is contained in:
XLion 2024-12-09 12:30:50 +08:00 committed by GitHub
parent 875b738222
commit 0e321bd845
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Clipboard is synchronized", "剪貼簿已同步"),
("Update client clipboard", "更新客戶端的剪貼簿"),
("Untagged", "無標籤"),
("new-version-of-{}-tip", ""),
("new-version-of-{}-tip", "有新版本的 {} 可用"),
].iter().cloned().collect();
}