Localized file check-in by OneLocBuild Task: Build definition ID 36521: Build ID 209466079#21450
Conversation
…1: Build ID 209465183
…1: Build ID 209466079
There was a problem hiding this comment.
Pull request overview
Automated OneLocBuild check-in updating localized XLIFF files for the vscode-mssql extension based on downstream translation outputs.
Changes:
- Updates multiple
targetentries fromstate="new"tostate="translated"across several locales. - Removes obsolete trans-units (e.g., “Definition”, “Publish Changes”) from localized files.
- Adds a new “Show Definition” trans-unit to localized files (currently
state="new").
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| localization/xliff/vscode-mssql.zh-Hant.xlf | Updates Traditional Chinese translations; removes obsolete units; adds “Show Definition”. |
| localization/xliff/vscode-mssql.zh-Hans.xlf | Updates Simplified Chinese translations; removes obsolete units; adds “Show Definition”. |
| localization/xliff/vscode-mssql.ru.xlf | Updates Russian translations; removes obsolete units; adds “Show Definition”. |
| localization/xliff/vscode-mssql.pt-BR.xlf | Updates Brazilian Portuguese translations; removes obsolete units; adds “Show Definition”. |
| localization/xliff/vscode-mssql.ko.xlf | Updates Korean translations; removes obsolete units; adds “Show Definition”. |
| localization/xliff/vscode-mssql.ja.xlf | Updates Japanese translations; removes obsolete units; adds “Show Definition”. |
| localization/xliff/vscode-mssql.it.xlf | Updates Italian translations; removes obsolete units; adds “Show Definition”. |
| localization/xliff/vscode-mssql.fr.xlf | Updates French translations (incl. Copilot-related strings); removes obsolete units; adds “Show Definition”. |
| localization/xliff/vscode-mssql.es.xlf | Updates Spanish translations; removes obsolete units; adds “Show Definition”. |
| localization/xliff/vscode-mssql.de.xlf | Updates German translations; removes obsolete units; adds “Show Definition”. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
| <trans-unit id="++CODE++03126be5685aeff8f0cfd24c8347e944469c6d847936baf9d95cde004b33d295"> | ||
| <source xml:lang="en">This will reset all rules to their default severity and disable 'Enable Code Analysis on Build'. This cannot be undone. Would you like to continue?</source> | ||
| <target state="new">This will reset all rules to their default severity and disable 'Enable Code Analysis on Build'. This cannot be undone. Would you like to continue?</target> | ||
| <target state="translated">這會將所有規則重設為預設嚴重性,並停用「在組建時啟用 Code Analysis」。此動作無法復原。是否要繼續?</target> |
There was a problem hiding this comment.
In this confirmation message, the quoted setting name should match the localized label for “Enable Code Analysis on Build” elsewhere in this locale. Here it uses “在組建時啟用 Code Analysis”, while the setting label is translated as “建置時啟用程式碼分析”, which may confuse users searching for the setting.
| <target state="translated">這會將所有規則重設為預設嚴重性,並停用「在組建時啟用 Code Analysis」。此動作無法復原。是否要繼續?</target> | |
| <target state="translated">這會將所有規則重設為預設嚴重性,並停用「建置時啟用程式碼分析」。此動作無法復原。是否要繼續?</target> |
| <trans-unit id="++CODE++180beb8dccb6a6d30603b490fbe691f2ed33f8409ca4bb7f42d32e26734c65d5"> | ||
| <source xml:lang="en">Failed to save code analysis rules</source> | ||
| <target state="new">Failed to save code analysis rules</target> | ||
| <target state="translated">Nous n’avons pas pu charger les règles de Code Analysis</target> |
There was a problem hiding this comment.
The French translation for “Failed to save code analysis rules” currently says “charger” (load), which changes the meaning relative to the English source (“save”). This should be adjusted to reflect saving (e.g., “enregistrer”) so the error message is accurate.
| <target state="translated">Nous n’avons pas pu charger les règles de Code Analysis</target> | |
| <target state="translated">Nous n’avons pas pu enregistrer les règles de Code Analysis</target> |
PR Changes
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #21450 +/- ##
=======================================
Coverage 72.84% 72.84%
=======================================
Files 325 325
Lines 96454 96454
Branches 5411 5411
=======================================
Hits 70262 70262
Misses 26192 26192 🚀 New features to boost your workflow:
|
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/icxLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.