-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add German translations to make it available across Admin.
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
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}'" | ||
} |