translate
This commit is contained in:
27
src/i18n/locales/sk/delivery.js
Normal file
27
src/i18n/locales/sk/delivery.js
Normal file
@@ -0,0 +1,27 @@
|
||||
export default {
|
||||
"methods": {
|
||||
"dhl": "DHL", // DHL
|
||||
"dpd": "DPD", // DPD
|
||||
"sperrgut": "Objemný tovar", // Sperrgut
|
||||
"pickup": "Vyzdvihnutie v predajni" // Abholung in der Filiale
|
||||
},
|
||||
"descriptions": {
|
||||
"standard": "Štandardné doručenie", // Standardversand
|
||||
"standardFree": "Štandardné doručenie - ZDARMA pri objednávke nad 100€!", // Standardversand - KOSTENLOS ab 100€ Warenwert!
|
||||
"notAvailable": "Nie je možné vybrať, pretože jeden alebo viac položiek je možné iba vyzdvihnúť", // nicht auswählbar weil ein oder mehrere Artikel nur abgeholt werden können
|
||||
"bulky": "Pre veľké a ťažké položky", // Für große und schwere Artikel
|
||||
"pickupOnly": "Iba vyzdvihnutie" // nur Abholung
|
||||
},
|
||||
"prices": {
|
||||
"free": "zdarma", // kostenlos
|
||||
"freeFrom100": "(zdarma od 100€)", // (kostenlos ab 100€)
|
||||
"dhl": "6,99 €", // 6,99 €
|
||||
"dpd": "4,90 €", // 4,90 €
|
||||
"sperrgut": "28,99 €" // 28,99 €
|
||||
},
|
||||
"times": {
|
||||
"cutting14Days": "Doba dodania: 14 dní", // Lieferzeit: 14 Tage
|
||||
"standard2to3Days": "Doba dodania: 2-3 dni", // Lieferzeit: 2-3 Tage
|
||||
"supplier7to9Days": "Doba dodania: 7-9 dní" // Lieferzeit: 7-9 Tage
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user