Translate the English "change to Chinese(simplified)" to the Chinese in the warning dialog#14690
Conversation
… in the warning dialog after clicking the preference saving button when users want to switch language from English to simplified Chinese
… in the warning dialog after clicking the preference saving button when users want to switch language from English to simplified Chinese
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||||
Siedlerchr
left a comment
There was a problem hiding this comment.
How can one make so many mistakes in such a small PR?
| - We fixed an issue when importing resulted in an exception [#7343](https://github.com/JabRef/jabref/issues/7343) | ||
| - We fixed an issue where the field in the Field formatter dropdown selection were sorted in random order. [#7710](https://github.com/JabRef/jabref/issues/7710) | ||
|
|
||
| - We fixed an issure where warning dialog is mixed Chinese/English after switching to zh_CN [#14654](https://github.com/JabRef/jabref/issues/14654) |
There was a problem hiding this comment.
must to to the unrelased section
|
|
||
| Deprecated\ fields=废弃的字段 | ||
|
|
||
| Shows\ fields\ having\ a\ successor\ in\ biblatex.=Shows fields having a successor in biblatex. | ||
| Shows\ fields\ having\ a\ successor\ in\ biblatex.\nFor\ instance,\ the\ publication\ month\ should\ be\ part\ of\ the\ date\ field.\nUse\ the\ Clean\ up\ Entries\ functionality\ to\ convert\ the\ entry\ to\ biblatex.=显示在biblatex中具有后继关系的field。\n例如,发布月份(publication month)应当是日期(date)的一部分。\n使用"清理记录"功能来转换条目为biblatex。 | ||
| Shows\ fields\ having\ a\ successor\ in\ biblatex.\nFor\ instance,\ the\ publication\ month\ should\ be\ part\ of\ the\ date\ field.\nUse\ the\ Clean\ up\ Entries\ functionality\ to\ convert\ the\ entry\ to\ biblatex.=显示在biblatex中具有后继关系的field。\n例如,发布月份(publication month)应当是日期(date)的一部分。\n使用"清理记录"功能来转换条目为biblatex。 |
There was a problem hiding this comment.
revert, see https://devdocs.jabref.org/code-howtos/localization.html why
There was a problem hiding this comment.
Thank you for your reply, changing is on the way
…for-issue-14654_Restart_required_dialog_message_is_mixed_Chinese/English_after_switching_to_zh_CN # Conflicts: # jablib/src/main/resources/l10n/JabRef_zh_CN.properties
This reverts commit 04223cb.
…for-issue-14654_Restart_required_dialog_message_is_mixed_Chinese/English_after_switching_to_zh_CN
* main: Update AI usage policy (#14698) Fix handling of DOIs (#14704) Handle ohter CrossRef response (#14696) Fix condition for processing closed issues/PRs Translate the English "change to Chinese(simplified)" to the Chinese in the warning dialog (#14690) More performance optimization (#14695) Add missing dot (and a link) Add link to PR template also if checklist is present, but not OK (#14694) Fix typo in IntelliJ code style instructions (#14693) Add import into new library to Welcome Tab (#14669) Add initial search requirements (#14633)
User description
Closes #14654
translate the English "change to Chinese (simplified)" to the Chinese in the warning dialog after clicking the preference saving button when users want to switch language from English to simplified Chinese
Steps to test
Mandatory checks
CHANGELOG.mdin a way that is understandable for the average user (if change is visible to the user)PR Type
Bug fix, Documentation
Description
Translate "Chinese (Simplified)" language name to Chinese in UI
Add Chinese translation for language change notification message
Update CHANGELOG with bug fix documentation
Diagram Walkthrough
File Walkthrough
Language.java
Translate Simplified Chinese language name to Chinesejablib/src/main/java/org/jabref/logic/l10n/Language.java
SIMPLIFIED_CHINESEenum display name from "Chinese(Simplified)" to "简体中文 (Chinese Simplified)"
Chinese is selected
JabRef_zh_CN.properties
Add Chinese translation for language change messagejablib/src/main/resources/l10n/JabRef_zh_CN.properties
Chinese language
CHANGELOG.md
Document language dialog translation fixCHANGELOG.md
dialog