New translations (2026-08-03 06:16:40 UTC) - #84
Open
powerbi-localization-automation[bot] wants to merge 1 commit into
Open
New translations (2026-08-03 06:16:40 UTC)#84powerbi-localization-automation[bot] wants to merge 1 commit into
powerbi-localization-automation[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
Adds new localized string resource files for the textbox visual settings UI across multiple locales.
Changes:
- Added
resources.resjsonfiles for many locales understringResources/. - Introduced translations for common textbox-related UI labels (placeholder, border, font).
Reviewed changes
Copilot reviewed 43 out of 43 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| stringResources/ar-SA/resources.resjson | Adds Arabic strings for textbox visual settings labels |
| stringResources/bg-BG/resources.resjson | Adds Bulgarian strings for textbox visual settings labels |
| stringResources/ca-ES/resources.resjson | Adds Catalan strings for textbox visual settings labels |
| stringResources/cs-CZ/resources.resjson | Adds Czech strings for textbox visual settings labels |
| stringResources/da-DK/resources.resjson | Adds Danish strings for textbox visual settings labels |
| stringResources/de-DE/resources.resjson | Adds German strings for textbox visual settings labels |
| stringResources/el-GR/resources.resjson | Adds Greek strings for textbox visual settings labels |
| stringResources/es-ES/resources.resjson | Adds Spanish (Spain) strings for textbox visual settings labels |
| stringResources/et-EE/resources.resjson | Adds Estonian strings for textbox visual settings labels |
| stringResources/eu-ES/resources.resjson | Adds Basque strings for textbox visual settings labels |
| stringResources/fi-FI/resources.resjson | Adds Finnish strings for textbox visual settings labels |
| stringResources/fr-FR/resources.resjson | Adds French strings for textbox visual settings labels |
| stringResources/gl-ES/resources.resjson | Adds Galician strings for textbox visual settings labels |
| stringResources/he-IL/resources.resjson | Adds Hebrew strings for textbox visual settings labels |
| stringResources/hi-IN/resources.resjson | Adds Hindi strings for textbox visual settings labels |
| stringResources/hr-HR/resources.resjson | Adds Croatian strings for textbox visual settings labels |
| stringResources/hu-HU/resources.resjson | Adds Hungarian strings for textbox visual settings labels |
| stringResources/id-ID/resources.resjson | Adds Indonesian strings for textbox visual settings labels |
| stringResources/it-IT/resources.resjson | Adds Italian strings for textbox visual settings labels |
| stringResources/ja-JP/resources.resjson | Adds Japanese strings for textbox visual settings labels |
| stringResources/kk-KZ/resources.resjson | Adds Kazakh strings for textbox visual settings labels |
| stringResources/ko-KR/resources.resjson | Adds Korean strings for textbox visual settings labels |
| stringResources/lt-LT/resources.resjson | Adds Lithuanian strings for textbox visual settings labels |
| stringResources/lv-LV/resources.resjson | Adds Latvian strings for textbox visual settings labels |
| stringResources/ms-MY/resources.resjson | Adds Malay strings for textbox visual settings labels |
| stringResources/nb-NO/resources.resjson | Adds Norwegian Bokmål strings for textbox visual settings labels |
| stringResources/nl-NL/resources.resjson | Adds Dutch strings for textbox visual settings labels |
| stringResources/pl-PL/resources.resjson | Adds Polish strings for textbox visual settings labels |
| stringResources/pt-BR/resources.resjson | Adds Portuguese (Brazil) strings for textbox visual settings labels |
| stringResources/pt-PT/resources.resjson | Adds Portuguese (Portugal) strings for textbox visual settings labels |
| stringResources/ro-RO/resources.resjson | Adds Romanian strings for textbox visual settings labels |
| stringResources/ru-RU/resources.resjson | Adds Russian strings for textbox visual settings labels |
| stringResources/sk-SK/resources.resjson | Adds Slovak strings for textbox visual settings labels |
| stringResources/sl-SI/resources.resjson | Adds Slovenian strings for textbox visual settings labels |
| stringResources/sr-Cyrl-RS/resources.resjson | Adds Serbian (Cyrillic) strings for textbox visual settings labels |
| stringResources/sr-Latn-RS/resources.resjson | Adds Serbian (Latin) strings for textbox visual settings labels |
| stringResources/sv-SE/resources.resjson | Adds Swedish strings for textbox visual settings labels |
| stringResources/th-TH/resources.resjson | Adds Thai strings for textbox visual settings labels |
| stringResources/tr-TR/resources.resjson | Adds Turkish strings for textbox visual settings labels |
| stringResources/uk-UA/resources.resjson | Adds Ukrainian strings for textbox visual settings labels |
| stringResources/vi-VN/resources.resjson | Adds Vietnamese strings for textbox visual settings labels |
| stringResources/zh-CN/resources.resjson | Adds Chinese (Simplified) strings for textbox visual settings labels |
| stringResources/zh-TW/resources.resjson | Adds Chinese (Traditional) strings for textbox visual settings labels |
Suppressed comments (1)
stringResources/zh-TW/resources.resjson:1
- Resource key naming is inconsistent:
Visual_Border_coloruses a lowercase segment (color) while the other keys use consistent PascalCase-style segments (e.g.,Visual_Font_Size,Visual_Font_Family). This increases the chance of typos/mismatches in lookups. Prefer aligning the key casing (and apply the same change across all newly added locale files).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| { | ||
| "Visual_Textbox_Settings": "Caixa de texto", | ||
| "Visual_Input_Placeholder": "Pesquisa", | ||
| "Visual_Enable_Border": "Mostrar borda", |
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.
Auto created Pull Request with new translations