Skip to content

Commit

Permalink
Update translations: default (#12168)
Browse files Browse the repository at this point in the history
This PR modifies translations in the project. It will append multiple
commits and may add, modify, or delete translations. Feel free to merge
any time.

## Before you deploy
- Check translations for malicious HTML.

## Merge conflicts?
<details>

If this PR has been open long enough that it has drifted out of sync
from the base branch and it has developed merge conflicts as a result,
follow these steps, in order:

1. Close this PR.
2. Run the following Spy command in Slack, inserting the PR number in
the second argument:

> `@spy translation-platform force-pull Shopify/polaris
pull_request_number=<this PR>`.

Translation Platform will recreate the translation commits based on the
latest commit on the base branch and open a new PR.

</details>

## Questions?
Visit [#help-localization](https://shopify.slack.com/messages/C7TJQLVC7)
for questions about this pull request.

Translation component owners: @Shopify/polaris-eng

---------

Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
  • Loading branch information
translation-platform[bot] committed May 28, 2024
1 parent 5fcca65 commit 6f0ffba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion polaris-react/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"success": "Logrado",
"warning": "Advertencia",
"attention": "Atención",
"new": "Nueva",
"new": "Nuevo",
"critical": "Crítico",
"readOnly": "Solo lectura",
"enabled": "Activado"
Expand Down
4 changes: 2 additions & 2 deletions polaris-react/locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"success": "Operazione riuscita",
"warning": "Avvertimento",
"attention": "Attenzione",
"new": "Nuova",
"new": "Novità",
"critical": "Critico",
"readOnly": "Sola lettura",
"enabled": "Abilitato"
Expand Down Expand Up @@ -338,7 +338,7 @@
"IndexTable": {
"emptySearchTitle": "Impossibile trovare {resourceNamePlural}",
"emptySearchDescription": "Prova a cambiare i filtri o il termine di ricerca",
"onboardingBadgeText": "Nuova",
"onboardingBadgeText": "Novità",
"resourceLoadingAccessibilityLabel": "Caricamento {resourceNamePlural} in corso",
"selectAllLabel": "Seleziona tutto: {resourceNamePlural}",
"selected": "{selectedItemsCount} selezionati",
Expand Down

0 comments on commit 6f0ffba

Please sign in to comment.