add version update translation (#10225)

Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
21pages
2024-12-08 18:27:45 +08:00
committed by GitHub
parent d4a712bb32
commit ec466d459f
45 changed files with 45 additions and 1 deletions

View File

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