New translations (2026-07-29 07:58:45 UTC) - #78
Closed
pbicvloc wants to merge 1 commit into
Closed
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds localized string resources for a set of new visual/settings labels (filtering, multi-selection, separator, etc.) across many locales, and updates the base en-US resource file to include the new keys.
Changes:
- Added new
resources.resjsonfiles for 43 locales understringResources/. - Updated
stringResources/en-US/resources.resjsonto include the new string keys used by the visual.
Reviewed changes
Copilot reviewed 44 out of 44 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| stringResources/ar-SA/resources.resjson | Adds Arabic (Saudi Arabia) translations for the new string keys. |
| stringResources/bg-BG/resources.resjson | Adds Bulgarian translations for the new string keys. |
| stringResources/ca-ES/resources.resjson | Adds Catalan (Spain) translations for the new string keys. |
| stringResources/cs-CZ/resources.resjson | Adds Czech translations for the new string keys. |
| stringResources/da-DK/resources.resjson | Adds Danish translations for the new string keys. |
| stringResources/de-DE/resources.resjson | Adds German translations for the new string keys. |
| stringResources/el-GR/resources.resjson | Adds Greek translations for the new string keys. |
| stringResources/en-US/resources.resjson | Updates base English strings to include the new string keys. |
| stringResources/es-ES/resources.resjson | Adds Spanish (Spain) translations for the new string keys. |
| stringResources/et-EE/resources.resjson | Adds Estonian translations for the new string keys. |
| stringResources/eu-ES/resources.resjson | Adds Basque (Spain) translations for the new string keys. |
| stringResources/fi-FI/resources.resjson | Adds Finnish translations for the new string keys. |
| stringResources/fr-FR/resources.resjson | Adds French (France) translations for the new string keys. |
| stringResources/gl-ES/resources.resjson | Adds Galician (Spain) translations for the new string keys. |
| stringResources/he-IL/resources.resjson | Adds Hebrew translations for the new string keys. |
| stringResources/hi-IN/resources.resjson | Adds Hindi (India) translations for the new string keys. |
| stringResources/hr-HR/resources.resjson | Adds Croatian translations for the new string keys. |
| stringResources/hu-HU/resources.resjson | Adds Hungarian translations for the new string keys. |
| stringResources/id-ID/resources.resjson | Adds Indonesian translations for the new string keys. |
| stringResources/it-IT/resources.resjson | Adds Italian translations for the new string keys. |
| stringResources/ja-JP/resources.resjson | Adds Japanese translations for the new string keys. |
| stringResources/kk-KZ/resources.resjson | Adds Kazakh translations for the new string keys. |
| stringResources/ko-KR/resources.resjson | Adds Korean translations for the new string keys. |
| stringResources/lt-LT/resources.resjson | Adds Lithuanian translations for the new string keys. |
| stringResources/lv-LV/resources.resjson | Adds Latvian translations for the new string keys. |
| stringResources/ms-MY/resources.resjson | Adds Malay (Malaysia) translations for the new string keys. |
| stringResources/nb-NO/resources.resjson | Adds Norwegian Bokmål translations for the new string keys. |
| stringResources/nl-NL/resources.resjson | Adds Dutch (Netherlands) translations for the new string keys. |
| stringResources/pl-PL/resources.resjson | Adds Polish translations for the new string keys. |
| stringResources/pt-BR/resources.resjson | Adds Portuguese (Brazil) translations for the new string keys. |
| stringResources/pt-PT/resources.resjson | Adds Portuguese (Portugal) translations for the new string keys. |
| stringResources/ro-RO/resources.resjson | Adds Romanian translations for the new string keys. |
| stringResources/ru-RU/resources.resjson | Adds Russian translations for the new string keys. |
| stringResources/sk-SK/resources.resjson | Adds Slovak translations for the new string keys. |
| stringResources/sl-SI/resources.resjson | Adds Slovenian translations for the new string keys. |
| stringResources/sr-Cyrl-RS/resources.resjson | Adds Serbian (Cyrillic, Serbia) translations for the new string keys. |
| stringResources/sr-Latn-RS/resources.resjson | Adds Serbian (Latin, Serbia) translations for the new string keys. |
| stringResources/sv-SE/resources.resjson | Adds Swedish translations for the new string keys. |
| stringResources/th-TH/resources.resjson | Adds Thai translations for the new string keys. |
| stringResources/tr-TR/resources.resjson | Adds Turkish translations for the new string keys. |
| stringResources/uk-UA/resources.resjson | Adds Ukrainian translations for the new string keys. |
| stringResources/vi-VN/resources.resjson | Adds Vietnamese translations for the new string keys. |
| stringResources/zh-CN/resources.resjson | Adds Chinese (Simplified) translations for the new string keys. |
| stringResources/zh-TW/resources.resjson | Adds Chinese (Traditional) translations for the new string keys. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "Visual_General": "Geral", | ||
| "Visual_Textbox_Settings": "Caixa de texto", | ||
| "Visual_Input_Placeholder": "Pesquisa", | ||
| "Visual_Enable_Border": "Mostrar borda", |
| "Visual_Show_Filter_Mode_Button": "לחצן הצג מצב סינון", | ||
| "Visual_Multi_Selection": "בחירה מרובה", | ||
| "Visual_Enable_Multi_Selection": "הפוך בחירה מרובה לזמינה", | ||
| "Visual_Separator": "מפריד" |
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