From 02a6d9b186c618fadacf36b548db0816afb49ae0 Mon Sep 17 00:00:00 2001 From: "translation-platform[bot]" <34770790+translation-platform[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 10:31:11 +0000 Subject: [PATCH] Update translations: #11412 (#11486) 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?
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.
## Missing completed translations?
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.
## 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 --- .changeset/nice-jars-bow.md | 5 +++++ polaris-react/locales/da.json | 2 +- polaris-react/locales/es.json | 2 +- polaris-react/locales/it.json | 2 +- polaris-react/locales/nb.json | 2 +- polaris-react/locales/nl.json | 2 +- polaris-react/locales/vi.json | 2 +- polaris-react/locales/zh-TW.json | 2 +- 8 files changed, 12 insertions(+), 7 deletions(-) create mode 100644 .changeset/nice-jars-bow.md diff --git a/.changeset/nice-jars-bow.md b/.changeset/nice-jars-bow.md new file mode 100644 index 00000000000..542b9c83cca --- /dev/null +++ b/.changeset/nice-jars-bow.md @@ -0,0 +1,5 @@ +--- +'@shopify/polaris': minor +--- + +Updated translations for SearchField suffix within IndexFilters diff --git a/polaris-react/locales/da.json b/polaris-react/locales/da.json index 4d180760af3..fa922755b34 100644 --- a/polaris-react/locales/da.json +++ b/polaris-react/locales/da.json @@ -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", diff --git a/polaris-react/locales/es.json b/polaris-react/locales/es.json index 9eccc494a4c..c973117d246 100644 --- a/polaris-react/locales/es.json +++ b/polaris-react/locales/es.json @@ -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", diff --git a/polaris-react/locales/it.json b/polaris-react/locales/it.json index 3be0e5f560b..5a720a0cfa0 100644 --- a/polaris-react/locales/it.json +++ b/polaris-react/locales/it.json @@ -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", diff --git a/polaris-react/locales/nb.json b/polaris-react/locales/nb.json index 4c3dea08685..bbb29a338c0 100644 --- a/polaris-react/locales/nb.json +++ b/polaris-react/locales/nb.json @@ -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", diff --git a/polaris-react/locales/nl.json b/polaris-react/locales/nl.json index b31bf651070..99a24556b73 100644 --- a/polaris-react/locales/nl.json +++ b/polaris-react/locales/nl.json @@ -159,7 +159,7 @@ "moreFiltersWithCount": "Meer filters ({count})", "addFilter": "Filter toevoegen", "clearFilters": "Alles wissen", - "searchInView": "in: {viewName}" + "searchInView": "in:{viewName}" }, "Modal": { "iFrameTitle": "opmaak hoofdtekst", diff --git a/polaris-react/locales/vi.json b/polaris-react/locales/vi.json index 3695205af51..9bf93965d23 100644 --- a/polaris-react/locales/vi.json +++ b/polaris-react/locales/vi.json @@ -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", diff --git a/polaris-react/locales/zh-TW.json b/polaris-react/locales/zh-TW.json index 2c8b9e7edfe..48d2ee8160a 100644 --- a/polaris-react/locales/zh-TW.json +++ b/polaris-react/locales/zh-TW.json @@ -159,7 +159,7 @@ "moreFiltersWithCount": "更多篩選條件 ({count})", "addFilter": "新增篩選條件", "clearFilters": "全部清除", - "searchInView": "in: {viewName}" + "searchInView": "在:{viewName}" }, "Modal": { "iFrameTitle": "本文標記",