Skip to content

Commit

Permalink
Update translations: default (#12424)
Browse files Browse the repository at this point in the history
This PR modifies translations in the project. It will append multiple
commits and may add, modify, or delete translations. Feel free to merge
any time.

## 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, inserting the PR number in
the second argument:

> `@spy translation-platform force-pull Shopify/polaris
pull_request_number=<this PR>`.

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

</details>

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

Translation component owners: @Shopify/polaris-eng

Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
  • Loading branch information
translation-platform[bot] authored Jul 19, 2024
1 parent 491cf80 commit b562585
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions polaris-react/locales/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"ContextualSaveBar": {
"save": "Opslaan",
"discard": "Verwijderen"
"discard": "Verwerpen"
},
"DataTable": {
"sortAccessibilityLabel": "sorteer {direction} op",
Expand Down Expand Up @@ -91,9 +91,9 @@
"end": "Einde van reeks"
},
"DiscardConfirmationModal": {
"title": "Alle niet-opgeslagen wijzigingen verwijderen",
"message": "Als je alle niet-opgeslagen wijzigingen verwijdert, wis je alle bewerkingen die je aanbracht sinds je voor het laatst opsloeg.",
"primaryAction": "Wijzigingen verwijderen",
"title": "Alle niet-opgeslagen wijzigingen verwerpen",
"message": "Als je wijzigingen verwerpt, worden alle wijzigingen sinds de laatste keer opslaan verwijderd.",
"primaryAction": "Wijzigingen verwerpen",
"secondaryAction": "Doorgaan met bewerken"
},
"DropZone": {
Expand Down

0 comments on commit b562585

Please sign in to comment.