translate
This commit is contained in:
27
src/i18n/locales/de/delivery.js
Normal file
27
src/i18n/locales/de/delivery.js
Normal file
@@ -0,0 +1,27 @@
|
||||
export default {
|
||||
"methods": {
|
||||
"dhl": "DHL",
|
||||
"dpd": "DPD",
|
||||
"sperrgut": "Sperrgut",
|
||||
"pickup": "Abholung in der Filiale"
|
||||
},
|
||||
"descriptions": {
|
||||
"standard": "Standardversand",
|
||||
"standardFree": "Standardversand - KOSTENLOS ab 100€ Warenwert!",
|
||||
"notAvailable": "nicht auswählbar weil ein oder mehrere Artikel nur abgeholt werden können",
|
||||
"bulky": "Für große und schwere Artikel",
|
||||
"pickupOnly": "nur Abholung"
|
||||
},
|
||||
"prices": {
|
||||
"free": "kostenlos",
|
||||
"freeFrom100": "(kostenlos ab 100€)",
|
||||
"dhl": "6,99 €",
|
||||
"dpd": "4,90 €",
|
||||
"sperrgut": "28,99 €"
|
||||
},
|
||||
"times": {
|
||||
"cutting14Days": "Lieferzeit: 14 Tage",
|
||||
"standard2to3Days": "Lieferzeit: 2-3 Tage",
|
||||
"supplier7to9Days": "Lieferzeit: 7-9 Tage"
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user