Skip to content

Commit

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

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/10307/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=10307`

Translation Platform command 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=10307`

- 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.

Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
  • Loading branch information
translation-platform[bot] committed Sep 7, 2023
1 parent 37670dd commit 926626c
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions polaris-react/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"info": "Info",
"success": "Erfolg",
"warning": "Warnung",
"attention": "Prüfung erforderlich",
"attention": "Achtung",
"new": "Neu",
"critical": "Kritisch",
"readOnly": "Schreibgeschützt",
"enabled": "Aktiviert"
},
"progressAndTone": "{statusLabel} {progressLabel}"
"progressAndTone": "{toneLabel} {progressLabel}"
},
"Banner": {
"dismissButton": "Benachrichtigung verwerfen"
Expand Down
6 changes: 3 additions & 3 deletions polaris-react/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
},
"TONE_LABELS": {
"info": "Información",
"success": "Correcto",
"success": "Logrado",
"warning": "Advertencia",
"attention": "Atención",
"new": "Nuevo",
"new": "Nueva",
"critical": "Crítico",
"readOnly": "Solo lectura",
"enabled": "Activado"
},
"progressAndTone": "{statusLabel} {progressLabel}"
"progressAndTone": "{toneLabel} {progressLabel}"
},
"Banner": {
"dismissButton": "Descartar notificación"
Expand Down
6 changes: 3 additions & 3 deletions polaris-react/locales/nb.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
"complete": "Ferdig"
},
"TONE_LABELS": {
"info": "Info",
"info": "Informasjon",
"success": "Vellykket",
"warning": "Advarsel",
"attention": "Obs",
"new": "Ny",
"critical": "Kritisk",
"readOnly": "Kun lesetilgang",
"readOnly": "Skrivebeskyttet",
"enabled": "Aktivert"
},
"progressAndTone": "{statusLabel} {progressLabel}"
"progressAndTone": "{toneLabel} {progressLabel}"
},
"Banner": {
"dismissButton": "Avvis varsel"
Expand Down
4 changes: 2 additions & 2 deletions polaris-react/locales/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"info": "Info",
"success": "Geslaagd",
"warning": "Waarschuwing",
"attention": "Attentie",
"attention": "Let op",
"new": "Nieuw",
"critical": "Kritiek",
"readOnly": "Alleen-lezen",
"enabled": "Ingeschakeld"
},
"progressAndTone": "{statusLabel} {progressLabel}"
"progressAndTone": "{toneLabel} {progressLabel}"
},
"Banner": {
"dismissButton": "Melding sluiten"
Expand Down
8 changes: 4 additions & 4 deletions polaris-react/locales/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
},
"TONE_LABELS": {
"info": "Informacja",
"success": "Udało się",
"success": "Powodzenie",
"warning": "Ostrzeżenie",
"attention": "Uwaga",
"new": "Nowy",
"critical": "Krytyczny",
"new": "Nowe",
"critical": "Krytyczne",
"readOnly": "Tylko do odczytu",
"enabled": "Włączone"
},
"progressAndTone": "{statusLabel} {progressLabel}"
"progressAndTone": "{toneLabel} {progressLabel}"
},
"Banner": {
"dismissButton": "Odrzuć powiadomienie"
Expand Down
2 changes: 1 addition & 1 deletion polaris-react/locales/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"readOnly": "Somente de leitura",
"enabled": "Habilitado"
},
"progressAndTone": "{statusLabel} {progressLabel}"
"progressAndTone": "{toneLabel} {progressLabel}"
},
"Banner": {
"dismissButton": "Dispensar notificação"
Expand Down

0 comments on commit 926626c

Please sign in to comment.