Skip to content

Commit

Permalink
Add German translations to make it available across Admin.
Browse files Browse the repository at this point in the history
This is part of a series of PRs in several apps to make German available across the Admin. Tracked in task [LOC-9843](https://vtex-dev.atlassian.net/browse/LOC-9843).
  • Loading branch information
kaio-donadelli authored Mar 27, 2023
2 parents 6b09e39 + b0ba46f commit d7ba1a3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Added
- German translation.

## [0.4.0] - 2022-02-09

### Added
Expand Down
16 changes: 16 additions & 0 deletions messages/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"store/seller-list.pending": "Postleitzahl zur Berechnung eingeben",
"store/seller-list.shipping-label": "Versand berechnen",
"store/seller-link.linkText": "{sellerQuantity, plural, one {1 weiterer Verkäufer} other {# weitere Verkäufer}} anzeigen",
"store/seller-list.shipping-estimate": "{name} {price} {estimate}",
"admin/editor.seller-selector.title": "Verkäuferauswahl",
"admin/editor.seller-selector.head-cell": "Kopfzelle",
"admin/editor.seller-selector.head-cell-text": "Kopfzeilentext",
"admin/editor.seller-selector.limitShippingInformation-title": "Wie viele Versandkosten sollen angezeigt werden?",
"admin/editor.seller-selector.limitShippingInformation-description": "Legen Sie fest, wie viele Versandkosten angezeigt werden sollen. Diese Konfiguration wird auf alle Verkäufer dieser Seite angewendet",
"admin/editor.seller-selector.add-to-cart": "Zum Einkaufswagen hinzufügen",
"admin/editor.seller-selector.oneClickBuy-title": "Weiterleitung zur Kasse",
"admin/editor.seller-link.title": "Verkäufer-Link",
"admin/editor.seller-link.textLinkTitle": "Link-Text",
"admin/editor.seller-link.textLinkDescription": "Verfügbare Werte für Interpolation: '{sellerQuantity}'"
}

0 comments on commit d7ba1a3

Please sign in to comment.