Skip to content

Commit 2deb216

Browse files
Update translations: default (Shopify#10219)
This PR modifies translations in the project. It will append multiple commits and may add, modify, or delete translations. Feel free to merge anytime. ## 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 (`main`) 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>`. The Spy command will recreate the translation commits based on the latest commit on `main` and open a new PR. </details> ## Questions? Visit [#help-localization](https://shopify.slack.com/messages/C7TJQLVC7) for questions about this pull request. @Shopify/polaris-eng Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
1 parent 7a8d4ff commit 2deb216

File tree

14 files changed

+98
-0
lines changed

14 files changed

+98
-0
lines changed

polaris-react/locales/cs.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,13 @@
393393
}
394394
},
395395
"searchFilterTooltipWithShortcut": "Hledejte a filtrujte (F)"
396+
},
397+
"ActionList": {
398+
"SearchField": {
399+
"clearButtonLabel": "Vymazat",
400+
"search": "Hledat",
401+
"placeholder": "Vyhledejte akce"
402+
}
396403
}
397404
}
398405
}

polaris-react/locales/da.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,13 @@
391391
"cancel": "Annuller"
392392
}
393393
}
394+
},
395+
"ActionList": {
396+
"SearchField": {
397+
"clearButtonLabel": "Ryd",
398+
"search": "Søg",
399+
"placeholder": "Søg efter handlinger"
400+
}
394401
}
395402
}
396403
}

polaris-react/locales/fi.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,13 @@
391391
}
392392
},
393393
"searchFilterTooltipWithShortcut": "Hae ja suodata (F)"
394+
},
395+
"ActionList": {
396+
"SearchField": {
397+
"clearButtonLabel": "Tyhjennä",
398+
"search": "Hae",
399+
"placeholder": "Hae toimintoja"
400+
}
394401
}
395402
}
396403
}

polaris-react/locales/fr.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,13 @@
392392
"cancel": "Annuler"
393393
}
394394
}
395+
},
396+
"ActionList": {
397+
"SearchField": {
398+
"clearButtonLabel": "Effacer",
399+
"search": "Recherche",
400+
"placeholder": "Rechercher des actions"
401+
}
395402
}
396403
}
397404
}

polaris-react/locales/it.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,13 @@
392392
"cancel": "Annulla"
393393
}
394394
}
395+
},
396+
"ActionList": {
397+
"SearchField": {
398+
"clearButtonLabel": "Cancella",
399+
"search": "Cerca",
400+
"placeholder": "Cerca azioni"
401+
}
395402
}
396403
}
397404
}

polaris-react/locales/ja.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,13 @@
391391
"cancel": "キャンセル"
392392
}
393393
}
394+
},
395+
"ActionList": {
396+
"SearchField": {
397+
"clearButtonLabel": "クリア",
398+
"search": "検索",
399+
"placeholder": "アクションを検索"
400+
}
394401
}
395402
}
396403
}

polaris-react/locales/ko.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,13 @@
391391
"cancel": "취소"
392392
}
393393
}
394+
},
395+
"ActionList": {
396+
"SearchField": {
397+
"clearButtonLabel": "지우기",
398+
"search": "검색",
399+
"placeholder": "작업 검색"
400+
}
394401
}
395402
}
396403
}

polaris-react/locales/nl.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,13 @@
391391
"cancel": "Annuleren"
392392
}
393393
}
394+
},
395+
"ActionList": {
396+
"SearchField": {
397+
"clearButtonLabel": "Wissen",
398+
"search": "Zoeken",
399+
"placeholder": "Zoekacties"
400+
}
394401
}
395402
}
396403
}

polaris-react/locales/sv.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,13 @@
391391
"cancel": "Avbryt"
392392
}
393393
}
394+
},
395+
"ActionList": {
396+
"SearchField": {
397+
"clearButtonLabel": "Rensa",
398+
"search": "Sök",
399+
"placeholder": "Sök åtgärder"
400+
}
394401
}
395402
}
396403
}

polaris-react/locales/th.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,13 @@
391391
"cancel": "ยกเลิก"
392392
}
393393
}
394+
},
395+
"ActionList": {
396+
"SearchField": {
397+
"clearButtonLabel": "ล้าง",
398+
"search": "ค้นหา",
399+
"placeholder": "ค้นหาการดำเนินการ"
400+
}
394401
}
395402
}
396403
}

0 commit comments

Comments
 (0)