Update translation (#9426)

add translation for tw.rs and fix typo on cn.rs
This commit is contained in:
XLion 2024-09-23 09:17:13 +08:00 committed by GitHub
parent 5f52ce2c1b
commit d98f947824
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -644,7 +644,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Parent directory", "父目录"),
("Resume", "继续"),
("Invalid file name", "无效文件名"),
("one-way-file-transfer-tip", "被控端启用了单文件传输"),
("one-way-file-transfer-tip", "被控端启用了单文件传输"),
("Authentication Required", "需要身份验证"),
("Authenticate", "认证"),
].iter().cloned().collect();

View File

@ -644,8 +644,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Parent directory", "父目錄"),
("Resume", "繼續"),
("Invalid file name", "無效文件名"),
("one-way-file-transfer-tip", ""),
("Authentication Required", ""),
("Authenticate", ""),
("one-way-file-transfer-tip", "被控端啟用了單向文件傳輸"),
("Authentication Required", "需要身分驗證"),
("Authenticate", "認證"),
].iter().cloned().collect();
}