From 68b07505ab4bae7d10fcc63b5a9c767d83385888 Mon Sep 17 00:00:00 2001 From: XLion Date: Fri, 8 Nov 2024 22:18:30 +0800 Subject: [PATCH] Update tw.rs (#9863) --- src/lang/tw.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/tw.rs b/src/lang/tw.rs index 8c644d6cf..86aad4fee 100644 --- a/src/lang/tw.rs +++ b/src/lang/tw.rs @@ -652,6 +652,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Download", "下載"), ("Upload folder", "上傳資料夾"), ("Upload files", "上傳檔案"), - ("Clipboard is synchronized", ""), + ("Clipboard is synchronized", "剪貼簿已同步"), ].iter().cloned().collect(); }