fix(i18n): correct typo in zh-Hant translation (#12852)

This commit is contained in:
海狸大師 2025-01-20 22:15:41 +08:00 committed by GitHub
parent 8dfdee21ce
commit 677a69deed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -607,7 +607,7 @@ const translation = {
pasteFileLink: '粘貼文件連結',
pasteFileLinkInputPlaceholder: '輸入網址...',
uploadFromComputerReadError: '檔案讀取失敗,請重試。',
uploadFromComputerUploadError: '檔上傳失敗,請重新上傳。',
uploadFromComputerUploadError: '檔上傳失敗,請重新上傳。',
pasteFileLinkInvalid: '無效的文件連結',
uploadFromComputer: '本地上傳',
fileExtensionNotSupport: '不支援檔擴展名',