Skip to content

Commit

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

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

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=11412`

- 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>
Co-authored-by: Marc Thomas <marc.thomas@shopify.com>
  • Loading branch information
translation-platform[bot] and mrcthms authored Jan 25, 2024
1 parent f9b9fa4 commit 02a6d9b
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/nice-jars-bow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris': minor
---

Updated translations for SearchField suffix within IndexFilters
2 changes: 1 addition & 1 deletion polaris-react/locales/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"moreFiltersWithCount": "Flere filtre: ({count})",
"addFilter": "Tilføj filter",
"clearFilters": "Ryd alt",
"searchInView": "i: {viewName}"
"searchInView": "i:{viewName}"
},
"Modal": {
"iFrameTitle": "body markup",
Expand Down
2 changes: 1 addition & 1 deletion polaris-react/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"moreFiltersWithCount": "Más filtros ({count})",
"addFilter": "Agregar filtro",
"clearFilters": "Borrar todo",
"searchInView": "in:{viewName}"
"searchInView": "en:{viewName}"
},
"Modal": {
"iFrameTitle": "marcado body",
Expand Down
2 changes: 1 addition & 1 deletion polaris-react/locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"moreFiltersWithCount": "Altri filtri ({count})",
"addFilter": "Aggiungi filtro",
"clearFilters": "Cancella tutto",
"searchInView": "in: {viewName}"
"searchInView": "in:{viewName}"
},
"Modal": {
"iFrameTitle": "markup del testo",
Expand Down
2 changes: 1 addition & 1 deletion polaris-react/locales/nb.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"moreFiltersWithCount": "Flere filtre ({count})",
"addFilter": "Legg til filter",
"clearFilters": "Fjern alle",
"searchInView": "i: {viewName}"
"searchInView": "i:{viewName}"
},
"Modal": {
"iFrameTitle": "brødtekstpåslag",
Expand Down
2 changes: 1 addition & 1 deletion polaris-react/locales/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"moreFiltersWithCount": "Meer filters ({count})",
"addFilter": "Filter toevoegen",
"clearFilters": "Alles wissen",
"searchInView": "in: {viewName}"
"searchInView": "in:{viewName}"
},
"Modal": {
"iFrameTitle": "opmaak hoofdtekst",
Expand Down
2 changes: 1 addition & 1 deletion polaris-react/locales/vi.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"clearLabel": "Xóa {filterName}",
"addFilter": "Thêm bộ lọc",
"clearFilters": "Xóa tất cả",
"searchInView": "in:{viewName}"
"searchInView": "trong:{viewName}"
},
"Modal": {
"iFrameTitle": "điểm đánh dấu nội dung",
Expand Down
2 changes: 1 addition & 1 deletion polaris-react/locales/zh-TW.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"moreFiltersWithCount": "更多篩選條件 ({count})",
"addFilter": "新增篩選條件",
"clearFilters": "全部清除",
"searchInView": "in: {viewName}"
"searchInView": "在:{viewName}"
},
"Modal": {
"iFrameTitle": "本文標記",
Expand Down

0 comments on commit 02a6d9b

Please sign in to comment.