Conversation
Currently translated at 1.4% (43 of 3014 strings) Translation: Plain Craft Launcher Community Edition/launcher Translate-URL: https://translate.pclc.cc/projects/pcl-ce/launcher/fr/
Currently translated at 0.5% (16 of 3014 strings) Translation: Plain Craft Launcher Community Edition/launcher Translate-URL: https://translate.pclc.cc/projects/pcl-ce/launcher/ja/
审查者指南(小型 PR 中折叠显示)审查者指南通过合并翻译变更来更新法语和日语 XAML 本地化词典,新增 61 行并删除 15 行;审查应重点关注键覆盖情况、重复或缺失的资源,以及翻译的正确性。 文件级变更
提示和命令与 Sourcery 交互
自定义你的使用体验访问你的控制面板以:
获取帮助Original review guide in EnglishReviewer's guide (collapsed on small PRs)Reviewer's GuideUpdates the French and Japanese XAML localization dictionaries by merging translation changes, adding 61 lines and removing 15; review should focus on key coverage, duplicate or missing resources, and translation correctness. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: da5c153ab5
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| <sys:String x:Key="Application.EnvironmentWarning.Message">PCL CE は起動時に環境問題を検知しました: | ||
| これらの問題を解決しないと、一部の機能が正常に作動しない可能性があります……</sys:String> |
There was a problem hiding this comment.
Restore the problem-list placeholder in the Japanese warning
When Japanese is selected and any startup environment check fails, _ShowEnvironmentWarning passes the detected issues to this resource as argument {0}, but this translation contains no placeholder. string.Format therefore discards the argument, so the dialog only reports a generic problem and omits whether the user needs to upgrade Windows, extract the launcher, or move it from a risky folder; include {0} in the message as the other locales do.
Useful? React with 👍 / 👎.
Currently translated at 5.1% (155 of 3014 strings) Translation: Plain Craft Launcher Community Edition/launcher Translate-URL: https://translate.pclc.cc/projects/pcl-ce/launcher/fr/
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9bea12f9e3
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| <sys:String x:Key="Crash.Analysis.Error.Failed">L'analyse du crash a échoué. Veuillez consulter les détails de l'erreur ci-dessous.</sys:String> | ||
| <sys:String x:Key="Crash.Dialog.Button.ExportReport">Exporter le rapport de crash</sys:String> | ||
| <sys:String x:Key="Crash.Dialog.Button.GoToModify">Aller modifier les paramètres</sys:String> | ||
| <sys:String x:Key="Crash.Dialog.Button.OpenLog">Modifier les paramètres</sys:String> |
There was a problem hiding this comment.
Label the log-opening button correctly
When French is selected and crash analysis provides a direct log without redirecting to instance settings, CrashDialogPresenter._GetSecondButtonText uses this resource while the button action opens the log via _OpenDirectFile. The current text means “Modify settings,” so the dialog presents an unrelated action and may cause users to overlook the available log; translate this as “View log” instead.
Useful? React with 👍 / 👎.
Currently translated at 5.3% (162 of 3014 strings) Translation: Plain Craft Launcher Community Edition/launcher Translate-URL: https://translate.pclc.cc/projects/pcl-ce/launcher/fr/
Currently translated at 0.5% (16 of 3014 strings) Translation: Plain Craft Launcher Community Edition/launcher Translate-URL: https://translate.pclc.cc/projects/pcl-ce/launcher/ja/
Currently translated at 5.6% (169 of 3014 strings) Translation: Plain Craft Launcher Community Edition/launcher Translate-URL: https://translate.pclc.cc/projects/pcl-ce/launcher/fr/
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 49f8906cca
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| {0}</sys:String> | ||
| <sys:String x:Key="Crash.Report.Export.Success">Rapport de crash exporté!</sys:String> | ||
| <sys:String x:Key="Crash.Report.SaveDialog.DefaultFileName">Rapport de crash-{0}.zip</sys:String> | ||
| <sys:String x:Key="Crash.Report.SaveDialog.Filter">Rapport de crash Minecraft (.zip)|.zip</sys:String> |
There was a problem hiding this comment.
Restore wildcards in the crash-report file filter
When French is selected and the user exports a crash report, this value is passed directly to SaveFileDialog.Filter, but .zip matches only a file literally named .zip rather than ZIP files generally. Existing ZIP reports are therefore hidden, and extension inference may not work if the user removes the extension from the default name; use *.zip as in the other locale resources.
Useful? React with 👍 / 👎.
Sourcery 总结
增强功能:
Original summary in English
Sourcery 总结
增强功能:
Original summary in English
Sourcery 总结
增强功能:
Original summary in English
Sourcery 摘要
增强功能:
Original summary in English
Summary by Sourcery
Enhancements: