translate
This commit is contained in:
27
src/i18n/locales/it/delivery.js
Normal file
27
src/i18n/locales/it/delivery.js
Normal file
@@ -0,0 +1,27 @@
|
||||
export default {
|
||||
"methods": {
|
||||
"dhl": "DHL", // DHL
|
||||
"dpd": "DPD", // DPD
|
||||
"sperrgut": "Merci ingombranti", // Sperrgut
|
||||
"pickup": "Ritiro in negozio" // Abholung in der Filiale
|
||||
},
|
||||
"descriptions": {
|
||||
"standard": "Spedizione standard", // Standardversand
|
||||
"standardFree": "Spedizione standard - GRATIS da 100€ di ordine!", // Standardversand - KOSTENLOS ab 100€ Warenwert!
|
||||
"notAvailable": "Non selezionabile perché uno o più articoli possono essere solo ritirati", // nicht auswählbar weil ein oder mehrere Artikel nur abgeholt werden können
|
||||
"bulky": "Per articoli grandi e pesanti", // Für große und schwere Artikel
|
||||
"pickupOnly": "Solo ritiro" // nur Abholung
|
||||
},
|
||||
"prices": {
|
||||
"free": "gratis", // kostenlos
|
||||
"freeFrom100": "(gratis da 100€)", // (kostenlos ab 100€)
|
||||
"dhl": "6,99 €", // 6,99 €
|
||||
"dpd": "4,90 €", // 4,90 €
|
||||
"sperrgut": "28,99 €" // 28,99 €
|
||||
},
|
||||
"times": {
|
||||
"cutting14Days": "Tempi di consegna: 14 giorni", // Lieferzeit: 14 Tage
|
||||
"standard2to3Days": "Tempi di consegna: 2-3 giorni", // Lieferzeit: 2-3 Tage
|
||||
"supplier7to9Days": "Tempi di consegna: 7-9 giorni" // Lieferzeit: 7-9 Tage
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user