newer version -> new version

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

View File

@@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Clipboard is synchronized", "클립보드가 동기화됨"),
("Update client clipboard", "클라이언트 클립보드 업데이트"),
("Untagged", "태그 없음"),
("newer-version-of-{}-tip", ""),
("new-version-of-{}-tip", ""),
].iter().cloned().collect();
}