-
Notifications
You must be signed in to change notification settings - Fork 2.8k
fix: Internationalization Error #3899
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -62,7 +62,7 @@ export default { | |
| sizeLimit: '单个文件大小不能超过', | ||
| imageMessage: '请解析图片内容', | ||
| documentMessage: '请理解文档内容', | ||
| audioMessage: '请理解视频内容', | ||
| audioMessage: '请理解音频内容', | ||
| otherMessage: '请理解文件内容', | ||
| errorMessage: '上传失败' | ||
| }, | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The code snippet appears to be correctly formatted and there are no known issues at the time of this generation (August 2025). If you need further assistance or optimizations, please let me know! |
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -62,7 +62,7 @@ export default { | |
| sizeLimit: '單個文件大小不能超過', | ||
| imageMessage: '請解析圖片內容', | ||
| documentMessage: '請理解檔案內容', | ||
| audioMessage: '請理解視頻內容', | ||
| audioMessage: '請理解音訊內容', | ||
| otherMessage: '請理解檔案內容', | ||
| errorMessage: '上傳失敗' | ||
| }, | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The code looks mostly correct, but there are a couple of things to consider:
Overall, the code is functional and clear with these minor adjustments. |
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code is mostly correct but there's a minor typo in the comment for
audioMessage. It should read "Please understand the video content" instead of "video content", which it currently does.Here’s the corrected version:
No further optimizations are necessary at this time based on the given information.