New Crowdin updates#16
Merged
dragon-fish merged 31 commits intomasterfrom Dec 5, 2025
Merged
Conversation
Reviewer's Guide在基础英语和所有本地化的 YAML 文件中添加或重新定位重复文件警告字符串的翻译键,使该键在每个语言文件中都稳定地出现在上传成功字符串之前。 文件上传重复检查和消息流程图flowchart TD
A[Start upload] --> B[Receive file from user]
B --> C[Check if file with same name exists]
C -->|Duplicate found| D[Use i18n key This file is a duplicate of the following file:]
C -->|No duplicate| E[Use i18n key Upload successful]
D --> F[Render duplicate warning in current locale]
E --> G[Render upload success in current locale]
F --> H[User decides next action]
G --> H[User continues after success]
H[End]
文件级变更
Tips and commandsInteracting with Sourcery
Customizing Your Experience访问你的 dashboard 以:
Getting HelpOriginal review guide in EnglishReviewer's GuideAdds or repositions the translation key for the duplicate-file warning string across the base English and all localized YAML files so that the key consistently appears before the upload-success strings in each language file. Flow diagram for file upload duplicate check and messagingflowchart TD
A[Start upload] --> B[Receive file from user]
B --> C[Check if file with same name exists]
C -->|Duplicate found| D[Use i18n key This file is a duplicate of the following file:]
C -->|No duplicate| E[Use i18n key Upload successful]
D --> F[Render duplicate warning in current locale]
E --> G[Render upload success in current locale]
F --> H[User decides next action]
G --> H[User continues after success]
H[End]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
你好 —— 我已经审查了你的更改,一切看起来都很棒!
帮我变得更有用吧!请在每条评论上点 👍 或 👎,我会根据你的反馈改进后续评审。
Original comment in English
Hey there - I've reviewed your changes and they look great!
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary by Sourcery
增强内容:
Original summary in English
Summary by Sourcery
Enhancements: