New translations (2026-07-30 06:16:37 UTC) - #79
Closed
pbicvloc wants to merge 1 commit into
Closed
Conversation
There was a problem hiding this comment.
Pull request overview
Adds localized UI string resources for the TextFilter visual so newly introduced settings (filter options, multi-selection, separators, etc.) can be displayed across many locales, with en-US acting as the updated base.
Changes:
- Expands
en-USstring resources with new keys for filter mode (include/exclude/regex), filter mode button, multi-selection, and separator. - Adds new
resources.resjsonfiles for multiple additional locales containing translations for the full key set.
Reviewed changes
Copilot reviewed 44 out of 44 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| stringResources/ar-SA/resources.resjson | Add Arabic (Saudi Arabia) translations for the visual settings strings. |
| stringResources/bg-BG/resources.resjson | Add Bulgarian translations for the visual settings strings. |
| stringResources/ca-ES/resources.resjson | Add Catalan translations for the visual settings strings. |
| stringResources/cs-CZ/resources.resjson | Add Czech translations for the visual settings strings. |
| stringResources/da-DK/resources.resjson | Add Danish translations for the visual settings strings. |
| stringResources/de-DE/resources.resjson | Add German translations for the visual settings strings. |
| stringResources/el-GR/resources.resjson | Add Greek translations for the visual settings strings. |
| stringResources/en-US/resources.resjson | Add new base (en-US) keys for filter mode, multi-selection, separator, etc. |
| stringResources/es-ES/resources.resjson | Add Spanish translations for the visual settings strings. |
| stringResources/et-EE/resources.resjson | Add Estonian translations for the visual settings strings. |
| stringResources/eu-ES/resources.resjson | Add Basque translations for the visual settings strings. |
| stringResources/fi-FI/resources.resjson | Add Finnish translations for the visual settings strings. |
| stringResources/fr-FR/resources.resjson | Add French translations for the visual settings strings. |
| stringResources/gl-ES/resources.resjson | Add Galician translations for the visual settings strings. |
| stringResources/he-IL/resources.resjson | Add Hebrew translations for the visual settings strings. |
| stringResources/hi-IN/resources.resjson | Add Hindi translations for the visual settings strings. |
| stringResources/hr-HR/resources.resjson | Add Croatian translations for the visual settings strings. |
| stringResources/hu-HU/resources.resjson | Add Hungarian translations for the visual settings strings. |
| stringResources/id-ID/resources.resjson | Add Indonesian translations for the visual settings strings. |
| stringResources/it-IT/resources.resjson | Add Italian translations for the visual settings strings. |
| stringResources/ja-JP/resources.resjson | Add Japanese translations for the visual settings strings. |
| stringResources/kk-KZ/resources.resjson | Add Kazakh translations for the visual settings strings. |
| stringResources/ko-KR/resources.resjson | Add Korean translations for the visual settings strings. |
| stringResources/lt-LT/resources.resjson | Add Lithuanian translations for the visual settings strings. |
| stringResources/lv-LV/resources.resjson | Add Latvian translations for the visual settings strings. |
| stringResources/ms-MY/resources.resjson | Add Malay translations for the visual settings strings. |
| stringResources/nb-NO/resources.resjson | Add Norwegian Bokmål translations for the visual settings strings. |
| stringResources/nl-NL/resources.resjson | Add Dutch translations for the visual settings strings. |
| stringResources/pl-PL/resources.resjson | Add Polish translations for the visual settings strings. |
| stringResources/pt-BR/resources.resjson | Add Portuguese (Brazil) translations for the visual settings strings. |
| stringResources/pt-PT/resources.resjson | Add Portuguese (Portugal) translations for the visual settings strings. |
| stringResources/ro-RO/resources.resjson | Add Romanian translations for the visual settings strings. |
| stringResources/ru-RU/resources.resjson | Add Russian translations for the visual settings strings. |
| stringResources/sk-SK/resources.resjson | Add Slovak translations for the visual settings strings. |
| stringResources/sl-SI/resources.resjson | Add Slovenian translations for the visual settings strings. |
| stringResources/sr-Cyrl-RS/resources.resjson | Add Serbian (Cyrillic) translations for the visual settings strings. |
| stringResources/sr-Latn-RS/resources.resjson | Add Serbian (Latin) translations for the visual settings strings. |
| stringResources/sv-SE/resources.resjson | Add Swedish translations for the visual settings strings. |
| stringResources/th-TH/resources.resjson | Add Thai translations for the visual settings strings. |
| stringResources/tr-TR/resources.resjson | Add Turkish translations for the visual settings strings. |
| stringResources/uk-UA/resources.resjson | Add Ukrainian translations for the visual settings strings. |
| stringResources/vi-VN/resources.resjson | Add Vietnamese translations for the visual settings strings. |
| stringResources/zh-CN/resources.resjson | Add Chinese (Simplified) translations for the visual settings strings. |
| stringResources/zh-TW/resources.resjson | Add Chinese (Traditional) translations for the visual settings strings. |
💡 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", |
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