Skip to content

Commit

Permalink
Update translations: Shopify#11783 (Shopify#11860)
Browse files Browse the repository at this point in the history
This PR adds async translations requested in Shopify#11783, which was opened by
@chloerice.

It will append multiple commits and may add, modify, or delete
translations. Feel free to merge the PR any time; we'll open a new PR if
any more translations come in.

[Check the source PR's overall translation progress
here.](https://translation-platform.shopify.io/repos/Shopify/polaris/pulls/11783/progress)

## 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:

> `@spy translation-platform force-pull Shopify/polaris
pull_request_number=11783`

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

</details>

## Missing completed translations?
<details>

If the translations were completed within the last several hours,
Translation Platform may just be holding on to them for a bit to see if
any others come in before creating a commit (multiple file changes are
committed together to reduce noise).

If it's been a while and completed translations are still missing, or if
you're just in a hurry, you can run the following Spy command in Slack
to download or re-download any completed translations to this PR:

> `@spy translation-platform force-pull Shopify/polaris
pull_request_number=11783`

- The translations might have been added to the source PR, but the PR
was rebased before it was shipped and the translations were accidentally
dropped.
- A later change to the translation files might have overwritten the
previously downloaded translations.
- Translation Platform might have failed to download the translations--
if you suspect this to be the case, please reach out at the link below.

</details>

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

Please tag the translation component owners, `@Shopify/polaris-eng`, if
you need someone to review this PR.

Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
  • Loading branch information
translation-platform[bot] committed Apr 10, 2024
1 parent 9c421ea commit 74ebd15
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion polaris-react/locales/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,8 @@
"accessibilityLabel": "Afslut fuldskærmstilstand"
},
"FilterPill": {
"clear": "Ryd"
"clear": "Ryd",
"unsavedChanges": "Ikke gemte ændringer – {label}"
},
"IndexFilters": {
"searchFilterTooltip": "Søg og filtrer",
Expand Down
3 changes: 2 additions & 1 deletion polaris-react/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,8 @@
"accessibilityLabel": "Salir del modo de pantalla completa"
},
"FilterPill": {
"clear": "Borrar"
"clear": "Borrar",
"unsavedChanges": "Cambios no guardados: {label}"
},
"IndexFilters": {
"searchFilterTooltip": "Buscar y filtrar",
Expand Down
3 changes: 2 additions & 1 deletion polaris-react/locales/nb.json
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,8 @@
"accessibilityLabel": "Avslutt fullskjermmodus"
},
"FilterPill": {
"clear": "Fjern"
"clear": "Fjern",
"unsavedChanges": "Ulagrede endringer – {label}"
},
"IndexFilters": {
"searchFilterTooltip": "Søk og filtrer",
Expand Down
3 changes: 2 additions & 1 deletion polaris-react/locales/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,8 @@
"accessibilityLabel": "Volledig scherm-modus afsluiten"
},
"FilterPill": {
"clear": "Wissen"
"clear": "Wissen",
"unsavedChanges": "Niet-opgeslagen wijzigingen - {label}"
},
"IndexFilters": {
"searchFilterTooltip": "Zoeken en filteren",
Expand Down
3 changes: 2 additions & 1 deletion polaris-react/locales/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,8 @@
"accessibilityLabel": "Sair do modo de tela cheia"
},
"FilterPill": {
"clear": "Limpar"
"clear": "Limpar",
"unsavedChanges": "Alterações não salvas – {label}"
},
"IndexFilters": {
"searchFilterTooltip": "Pesquisar e filtrar",
Expand Down

0 comments on commit 74ebd15

Please sign in to comment.