Conversation
There was a problem hiding this comment.
We encountered an error and are unable to review this PR. We have been notified and are working to fix it.
You can try again by commenting this pull request with @sourcery-ai review, or contact us for help.
Reviewer's GuideThis PR refreshes the project’s translation assets by replacing previous entries with AI-generated text, cleaning up TS contexts and formatting, updating source line references, and adding desktop-entry translations for new locales. Class diagram for translation file structure after AI updateclassDiagram
class DesktopTranslation {
+language: String
+context: String
+messages: List<Message>
}
class PolicyTranslation {
+language: String
+context: String
+messages: List<Message>
}
class Message {
+source: String
+translation: String
}
DesktopTranslation --> Message
PolicyTranslation --> Message
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
37464ed to
8a1c4a2
Compare
deepin pr auto review这个提交删除了 代码审查意见
安全性
性能
代码质量
语法和逻辑
总结删除翻译文件需要谨慎处理,确保不会影响应用程序的功能和用户体验。如果这些删除是故意的,需要确保有替代的翻译文件或者相关的功能已经被正确处理。如果这些文件是多余的,应该检查整个项目的本地化策略,以确保所有需要的翻译文件都被保留。 |
|
TAG Bot New tag: 6.0.45 |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: JWWTSL The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
log: update translations file.
Summary by Sourcery
Refresh translation resources for Deepin Device Manager by updating Simplified Chinese and Australian English TS files, correcting offsets and translation content, standardizing TS headers, and adding desktop entry translation files for new languages (Adygean, Afrikaans, Amharic (Ethiopia), Asturian).
Enhancements:
Documentation: