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();
}