translate
This commit is contained in:
25
src/i18n/locales/it/auth.js
Normal file
25
src/i18n/locales/it/auth.js
Normal file
@@ -0,0 +1,25 @@
|
||||
export default {
|
||||
"login": "Accedi", // Anmelden
|
||||
"register": "Registrati", // Registrieren
|
||||
"logout": "Esci", // Abmelden
|
||||
"profile": "Profilo", // Profil
|
||||
"email": "Email", // E-Mail
|
||||
"password": "Password", // Passwort
|
||||
"confirmPassword": "Conferma password", // Passwort bestätigen
|
||||
"forgotPassword": "Password dimenticata?", // Passwort vergessen?
|
||||
"loginWithGoogle": "Accedi con Google", // Mit Google anmelden
|
||||
"or": "O", // ODER
|
||||
"privacyAccept": "Cliccando su \"Accedi con Google\" accetto la", // Mit dem Click auf "Mit Google anmelden" akzeptiere ich die
|
||||
"privacyPolicy": "Informativa sulla privacy", // Datenschutzbestimmungen
|
||||
"passwordMinLength": "La password deve contenere almeno 8 caratteri", // Das Passwort muss mindestens 8 Zeichen lang sein
|
||||
"newPasswordMinLength": "La nuova password deve contenere almeno 8 caratteri", // Das neue Passwort muss mindestens 8 Zeichen lang sein
|
||||
"menu": {
|
||||
"profile": "Profilo", // Profil
|
||||
"myProfile": "Il mio profilo", // Mein Profil
|
||||
"checkout": "Pagamento", // Bestellabschluss
|
||||
"orders": "Ordini", // Bestellungen
|
||||
"settings": "Impostazioni", // Einstellungen
|
||||
"adminDashboard": "Pannello di controllo Admin", // Admin Dashboard
|
||||
"adminUsers": "Utenti Admin" // Admin Users
|
||||
}
|
||||
};
|
||||
24
src/i18n/locales/it/cart.js
Normal file
24
src/i18n/locales/it/cart.js
Normal file
@@ -0,0 +1,24 @@
|
||||
export default {
|
||||
"title": "Carrello", // Warenkorb
|
||||
"empty": "vuoto", // leer
|
||||
"addToCart": "Aggiungi al carrello", // In den Korb
|
||||
"preorderCutting": "Preordina come talea", // Als Steckling vorbestellen
|
||||
"continueShopping": "Continua lo shopping", // Weiter einkaufen
|
||||
"proceedToCheckout": "Procedi al pagamento", // Weiter zur Kasse
|
||||
"productCount": "{{count}} {{count, plural, one {prodotto} other {prodotti}}}", // {{count}} {{count, plural, one {Produkt} other {Produkte}}}
|
||||
"productSingular": "prodotto", // Produkt
|
||||
"productPlural": "prodotti", // Produkte
|
||||
"removeFromCart": "Rimuovi dal carrello", // Aus dem Warenkorb entfernen
|
||||
"openCart": "Apri carrello", // Warenkorb öffnen
|
||||
"availableFrom": "Disponibile da {{date}}", // Ab {{date}}
|
||||
"backToOrder": "← Torna all'ordine", // ← Zurück zur Bestellung
|
||||
"sync": {
|
||||
"title": "Sincronizzazione carrello", // Warenkorb-Synchronisierung
|
||||
"description": "Hai un carrello salvato nel tuo account. Per favore scegli come procedere:", // Sie haben einen gespeicherten Warenkorb in ihrem Account. Bitte wählen Sie, wie Sie verfahren möchten:
|
||||
"deleteServer": "Elimina carrello server", // Server-Warenkorb löschen
|
||||
"useServer": "Usa carrello server", // Server-Warenkorb übernehmen
|
||||
"merge": "Unisci carrelli", // Warenkörbe zusammenführen
|
||||
"currentCart": "Il tuo carrello attuale", // Ihr aktueller Warenkorb
|
||||
"serverCart": "Carrello salvato nel tuo profilo" // In Ihrem Profil gespeicherter Warenkorb
|
||||
}
|
||||
};
|
||||
3
src/i18n/locales/it/chat.js
Normal file
3
src/i18n/locales/it/chat.js
Normal file
@@ -0,0 +1,3 @@
|
||||
export default {
|
||||
"privacyRead": "Letto e Accettato", // Gelesen & Akzeptiert
|
||||
};
|
||||
13
src/i18n/locales/it/checkout.js
Normal file
13
src/i18n/locales/it/checkout.js
Normal file
@@ -0,0 +1,13 @@
|
||||
export default {
|
||||
"invoiceAddress": "Indirizzo di fatturazione", // Rechnungsadresse
|
||||
"deliveryAddress": "Indirizzo di consegna", // Lieferadresse
|
||||
"saveForFuture": "Salva per ordini futuri", // Für zukünftige Bestellungen speichern
|
||||
"pickupDate": "Per quale data è desiderato il ritiro delle talee?", // Für welchen Termin ist die Abholung der Stecklinge gewünscht?
|
||||
"note": "Nota", // Anmerkung
|
||||
"sameAddress": "L'indirizzo di consegna è identico all'indirizzo di fatturazione", // Lieferadresse ist identisch mit Rechnungsadresse
|
||||
"termsAccept": "Ho letto i termini e condizioni, la politica sulla privacy e le disposizioni sul diritto di recesso", // Ich habe die AGBs, die Datenschutzerklärung und die Bestimmungen zum Widerrufsrecht gelesen
|
||||
"selectDeliveryMethod": "Seleziona il metodo di spedizione", // Versandart wählen
|
||||
"selectPaymentMethod": "Seleziona il metodo di pagamento", // Zahlungsart wählen
|
||||
"orderSummary": "Riepilogo ordine", // Bestellübersicht
|
||||
"addressValidationError": "Si prega di controllare le voci nei campi dell'indirizzo." // Bitte überprüfen Sie Ihre Eingaben in den Adressfeldern.
|
||||
};
|
||||
19
src/i18n/locales/it/common.js
Normal file
19
src/i18n/locales/it/common.js
Normal file
@@ -0,0 +1,19 @@
|
||||
export default {
|
||||
"loading": "Caricamento...", // Lädt...
|
||||
"error": "Errore", // Fehler
|
||||
"close": "Chiudi", // Schließen
|
||||
"save": "Salva", // Speichern
|
||||
"cancel": "Annulla", // Abbrechen
|
||||
"ok": "OK", // OK
|
||||
"yes": "Sì", // Ja
|
||||
"no": "No", // Nein
|
||||
"next": "Avanti", // Weiter
|
||||
"back": "Indietro", // Zurück
|
||||
"edit": "Modifica", // Bearbeiten
|
||||
"delete": "Elimina", // Löschen
|
||||
"add": "Aggiungi", // Hinzufügen
|
||||
"remove": "Rimuovi", // Entfernen
|
||||
"products": "Prodotti", // Produkte
|
||||
"product": "Prodotto", // Produkt
|
||||
"days": "Giorni" // Tage
|
||||
};
|
||||
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
|
||||
}
|
||||
};
|
||||
7
src/i18n/locales/it/filters.js
Normal file
7
src/i18n/locales/it/filters.js
Normal file
@@ -0,0 +1,7 @@
|
||||
export default {
|
||||
"sorting": "Ordinamento", // Sortierung
|
||||
"perPage": "per pagina", // pro Seite
|
||||
"availability": "Disponibilità", // Verfügbarkeit
|
||||
"manufacturer": "Produttore", // Hersteller
|
||||
"all": "Tutti", // Alle
|
||||
};
|
||||
15
src/i18n/locales/it/footer.js
Normal file
15
src/i18n/locales/it/footer.js
Normal file
@@ -0,0 +1,15 @@
|
||||
export default {
|
||||
"hours": "Sab 11:00-19:00", // Sa 11-19
|
||||
"address": "Trachenberger Straße 14 - Dresden", // Trachenberger Straße 14 - Dresden
|
||||
"location": "Tra la fermata Pieschen e Trachenberger Platz", // Zwischen Haltepunkt Pieschen und Trachenberger Platz
|
||||
"allPricesIncl": "* Tutti i prezzi includono IVA di legge, più spedizione", // * Alle Preise inkl. gesetzlicher USt., zzgl. Versand
|
||||
"copyright": "© {{year}} GrowHeads.de", // © {{year}} GrowHeads.de
|
||||
"legal": {
|
||||
"datenschutz": "Informativa sulla privacy", // Datenschutz
|
||||
"agb": "Termini e condizioni", // AGB
|
||||
"sitemap": "Mappa del sito", // Sitemap
|
||||
"impressum": "Note legali", // Impressum
|
||||
"batteriegesetzhinweise": "Informazioni sulla legge sulle batterie", // Batteriegesetzhinweise
|
||||
"widerrufsrecht": "Diritto di recesso" // Widerrufsrecht
|
||||
}
|
||||
};
|
||||
43
src/i18n/locales/it/index.js
Normal file
43
src/i18n/locales/it/index.js
Normal file
@@ -0,0 +1,43 @@
|
||||
import locale from './locale.js';
|
||||
import navigation from './navigation.js';
|
||||
import auth from './auth.js';
|
||||
import cart from './cart.js';
|
||||
import product from './product.js';
|
||||
import search from './search.js';
|
||||
import sorting from './sorting.js';
|
||||
import chat from './chat.js';
|
||||
import delivery from './delivery.js';
|
||||
import checkout from './checkout.js';
|
||||
import payment from './payment.js';
|
||||
import filters from './filters.js';
|
||||
import tax from './tax.js';
|
||||
import footer from './footer.js';
|
||||
import titles from './titles.js';
|
||||
import sections from './sections.js';
|
||||
import pages from './pages.js';
|
||||
import orders from './orders.js';
|
||||
import settings from './settings.js';
|
||||
import common from './common.js';
|
||||
|
||||
export default {
|
||||
"locale": locale,
|
||||
"navigation": navigation,
|
||||
"auth": auth,
|
||||
"cart": cart,
|
||||
"product": product,
|
||||
"search": search,
|
||||
"sorting": sorting,
|
||||
"chat": chat,
|
||||
"delivery": delivery,
|
||||
"checkout": checkout,
|
||||
"payment": payment,
|
||||
"filters": filters,
|
||||
"tax": tax,
|
||||
"footer": footer,
|
||||
"titles": titles,
|
||||
"sections": sections,
|
||||
"pages": pages,
|
||||
"orders": orders,
|
||||
"settings": settings,
|
||||
"common": common
|
||||
};
|
||||
3
src/i18n/locales/it/locale.js
Normal file
3
src/i18n/locales/it/locale.js
Normal file
@@ -0,0 +1,3 @@
|
||||
export default {
|
||||
"code": "it-IT" // de-DE
|
||||
};
|
||||
9
src/i18n/locales/it/navigation.js
Normal file
9
src/i18n/locales/it/navigation.js
Normal file
@@ -0,0 +1,9 @@
|
||||
export default {
|
||||
"home": "Home", // Startseite
|
||||
"aktionen": "Promozioni", // Aktionen
|
||||
"filiale": "Filiale", // Filiale
|
||||
"categories": "Categorie", // Kategorien
|
||||
"categoriesOpen": "Apri categorie", // Kategorien öffnen
|
||||
"categoriesClose": "Chiudi categorie", // Kategorien schließen
|
||||
"otherCategories": "Altre categorie" // Andere Kategorien
|
||||
};
|
||||
23
src/i18n/locales/it/orders.js
Normal file
23
src/i18n/locales/it/orders.js
Normal file
@@ -0,0 +1,23 @@
|
||||
export default {
|
||||
"status": {
|
||||
"new": "In lavorazione", // in Bearbeitung
|
||||
"pending": "Nuovo", // Neu
|
||||
"processing": "In lavorazione", // in Bearbeitung
|
||||
"cancelled": "Annullato", // Storniert
|
||||
"shipped": "Spedito", // Verschickt
|
||||
"delivered": "Consegnato", // Geliefert
|
||||
"return": "Reso", // Retoure
|
||||
"partialReturn": "Reso parziale", // Teil Retoure
|
||||
"partialDelivered": "Parzialmente consegnato" // Teil geliefert
|
||||
},
|
||||
"table": {
|
||||
"orderNumber": "Numero ordine", // Bestellnummer
|
||||
"date": "Data", // Datum
|
||||
"status": "Stato", // Status
|
||||
"items": "Articoli", // Artikel
|
||||
"total": "Totale", // Summe
|
||||
"actions": "Azioni", // Aktionen
|
||||
"viewDetails": "Visualizza dettagli" // Details anzeigen
|
||||
},
|
||||
"noOrders": "Non hai ancora effettuato ordini." // Sie haben noch keine Bestellungen aufgegeben.
|
||||
};
|
||||
10
src/i18n/locales/it/pages.js
Normal file
10
src/i18n/locales/it/pages.js
Normal file
@@ -0,0 +1,10 @@
|
||||
export default {
|
||||
"oilPress": {
|
||||
"title": "Noleggia la pressa per olio", // Ölpresse ausleihen
|
||||
"comingSoon": "Contenuto in arrivo...", // Inhalt kommt bald...
|
||||
},
|
||||
"thcTest": {
|
||||
"title": "Test THC", // THC Test
|
||||
"comingSoon": "Contenuto in arrivo...", // Inhalt kommt bald...
|
||||
}
|
||||
};
|
||||
8
src/i18n/locales/it/payment.js
Normal file
8
src/i18n/locales/it/payment.js
Normal file
@@ -0,0 +1,8 @@
|
||||
export default {
|
||||
"successful": "Pagamento riuscito!", // Zahlung erfolgreich!
|
||||
"failed": "Pagamento fallito", // Zahlung fehlgeschlagen
|
||||
"orderCompleted": "🎉 Il tuo ordine è stato completato con successo! Ora puoi visualizzare i tuoi ordini.", // 🎉 Ihre Bestellung wurde erfolgreich abgeschlossen! Sie können jetzt Ihre Bestellungen einsehen.
|
||||
"orderProcessing": "Il tuo pagamento è stato elaborato con successo. L'ordine sarà completato automaticamente.", // Ihre Zahlung wurde erfolgreich verarbeitet. Die Bestellung wird automatisch abgeschlossen.
|
||||
"paymentError": "Il tuo pagamento non può essere elaborato. Per favore riprova o scegli un altro metodo di pagamento.", // Ihre Zahlung konnte nicht verarbeitet werden. Bitte versuchen Sie es erneut oder wählen Sie eine andere Zahlungsmethode.
|
||||
"viewOrders": "Vai ai miei ordini" // Zu meinen Bestellungen
|
||||
};
|
||||
32
src/i18n/locales/it/product.js
Normal file
32
src/i18n/locales/it/product.js
Normal file
@@ -0,0 +1,32 @@
|
||||
export default {
|
||||
"loading": "Caricamento prodotto...", // Produkt wird geladen...
|
||||
"notFound": "Prodotto non trovato", // Produkt nicht gefunden
|
||||
"notFoundDescription": "Il prodotto che stai cercando non esiste o è stato rimosso.", // Das gesuchte Produkt existiert nicht oder wurde entfernt.
|
||||
"backToHome": "Torna alla pagina principale", // Zurück zur Startseite
|
||||
"error": "Errore", // Fehler
|
||||
"articleNumber": "Numero articolo", // Artikelnummer
|
||||
"manufacturer": "Produttore", // Hersteller
|
||||
"inclVat": "incl. {{vat}}% IVA", // inkl. {{vat}}% MwSt.
|
||||
"priceUnit": "{{price}}/{{unit}}", // {{price}}/{{unit}}
|
||||
"new": "Nuovo", // Neu
|
||||
"weeks": "settimane", // Wochen
|
||||
"arriving": "Arrivo:", // Ankunft:
|
||||
"inclVatFooter": "incl. {{vat}}% IVA,*", // inkl. {{vat}}% MwSt.,*
|
||||
"availability": "Disponibilità", // Verfügbarkeit
|
||||
"inStock": "in magazzino", // auf Lager
|
||||
"comingSoon": "In arrivo", // Bald verfügbar
|
||||
"deliveryTime": "Tempi di consegna", // Lieferzeit
|
||||
"inclShort": "incl.", // inkl.
|
||||
"vatShort": "IVA", // MwSt.
|
||||
"countDisplay": {
|
||||
"noProducts": "0 prodotti", // 0 Produkte
|
||||
"oneProduct": "1 prodotto", // 1 Produkt
|
||||
"multipleProducts": "{{count}} prodotti", // {{count}} Produkte
|
||||
"filteredProducts": "{{filtered}} di {{total}} prodotti", // {{filtered}} von {{total}} Produkten
|
||||
"filteredOneProduct": "{{filtered}} di 1 prodotto", // {{filtered}} von 1 Produkt
|
||||
"xOfYProducts": "{{x}} di {{y}} prodotti" // {{x}} von {{y}} Produkten
|
||||
},
|
||||
"removeFiltersToSee": "Rimuovi i filtri per vedere i prodotti", // Entferne Filter um Produkte zu sehen
|
||||
"outOfStock": "Esaurito", // Out of Stock
|
||||
"fromXProducts": "da {{count}} prodotti" // ab {{count}} Produkten
|
||||
};
|
||||
5
src/i18n/locales/it/search.js
Normal file
5
src/i18n/locales/it/search.js
Normal file
@@ -0,0 +1,5 @@
|
||||
export default {
|
||||
"placeholder": "Puoi chiedermi delle varietà di cannabis...", // Du kannst mich nach Cannabissorten fragen...
|
||||
"recording": "Registrazione in corso...", // Aufnahme läuft...
|
||||
"searchProducts": "Cerca prodotti...", // Produkte suchen...
|
||||
};
|
||||
8
src/i18n/locales/it/sections.js
Normal file
8
src/i18n/locales/it/sections.js
Normal file
@@ -0,0 +1,8 @@
|
||||
export default {
|
||||
"seeds": "Semi", // Seeds
|
||||
"stecklinge": "Talee", // Stecklinge
|
||||
"oilPress": "Noleggia pressa per olio", // Ölpresse ausleihen
|
||||
"thcTest": "Test THC", // THC Test
|
||||
"address1": "Trachenberger Straße 14", // Trachenberger Straße 14
|
||||
"address2": "01129 Dresden" // 01129 Dresden
|
||||
};
|
||||
34
src/i18n/locales/it/settings.js
Normal file
34
src/i18n/locales/it/settings.js
Normal file
@@ -0,0 +1,34 @@
|
||||
export default {
|
||||
"changePassword": "Cambia password", // Passwort ändern
|
||||
"currentPassword": "Password attuale", // Aktuelles Passwort
|
||||
"newPassword": "Nuova password", // Neues Passwort
|
||||
"confirmNewPassword": "Conferma nuova password", // Neues Passwort bestätigen
|
||||
"updatePassword": "Aggiorna password", // Passwort aktualisieren
|
||||
"changeEmail": "Cambia indirizzo email", // E-Mail-Adresse ändern
|
||||
"password": "Password", // Passwort
|
||||
"newEmail": "Nuovo indirizzo email", // Neue E-Mail-Adresse
|
||||
"updateEmail": "Aggiorna email", // E-Mail aktualisieren
|
||||
"apiKey": "API key", // API-Schlüssel
|
||||
"apiKeyDescription": "Usa la tua API key per l'integrazione con applicazioni esterne.", // Verwenden Sie Ihren API-Schlüssel für die Integration mit externen Anwendungen.
|
||||
"apiDocumentation": "Documentazione API:", // API-Dokumentation:
|
||||
"copyToClipboard": "Copia negli appunti", // In Zwischenablage kopieren
|
||||
"generate": "Genera", // Generieren
|
||||
"regenerate": "Rigenera", // Regenerieren
|
||||
"apiKeyCopied": "API key copiata negli appunti", // API-Schlüssel in Zwischenablage kopiert
|
||||
"errors": {
|
||||
"fillAllFields": "Per favore compila tutti i campi", // Bitte füllen Sie alle Felder aus
|
||||
"passwordsNotMatch": "Le nuove password non corrispondono", // Die neuen Passwörter stimmen nicht überein
|
||||
"passwordTooShort": "La nuova password deve essere lunga almeno 8 caratteri", // Das neue Passwort muss mindestens 8 Zeichen lang sein
|
||||
"passwordUpdateError": "Errore durante l'aggiornamento della password", // Fehler beim Aktualisieren des Passworts
|
||||
"invalidEmail": "Per favore inserisci un indirizzo email valido", // Bitte geben Sie eine gültige E-Mail-Adresse ein
|
||||
"emailUpdateError": "Errore durante l'aggiornamento dell'indirizzo email", // Fehler beim Aktualisieren der E-Mail-Adresse
|
||||
"userNotFound": "Utente non trovato", // Benutzer nicht gefunden
|
||||
"apiKeyGenerationError": "Errore durante la generazione della API key" // Fehler beim Generieren des API-Schlüssels
|
||||
},
|
||||
"success": {
|
||||
"passwordUpdated": "Password aggiornata con successo", // Passwort erfolgreich aktualisiert
|
||||
"emailUpdated": "Indirizzo email aggiornato con successo", // E-Mail-Adresse erfolgreich aktualisiert
|
||||
"apiKeyGenerated": "API key generata con successo", // API-Schlüssel erfolgreich generiert
|
||||
"apiKeyWarning": "Conserva questa chiave in modo sicuro. Per motivi di sicurezza, sarà nascosta in 10 secondi." // Speichern Sie diesen Schlüssel sicher. Er wird aus Sicherheitsgründen in 10 Sekunden ausgeblendet.
|
||||
}
|
||||
};
|
||||
6
src/i18n/locales/it/sorting.js
Normal file
6
src/i18n/locales/it/sorting.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export default {
|
||||
"name": "Nome", // Name
|
||||
"searchField": "Termine di ricerca", // Suchbegriff
|
||||
"priceLowHigh": "Prezzo: dal più basso al più alto", // Preis: Niedrig zu Hoch
|
||||
"priceHighLow": "Prezzo: dal più alto al più basso" // Preis: Hoch zu Niedrig
|
||||
};
|
||||
12
src/i18n/locales/it/tax.js
Normal file
12
src/i18n/locales/it/tax.js
Normal file
@@ -0,0 +1,12 @@
|
||||
export default {
|
||||
"vat": "Imposta sul valore aggiunto", // Mehrwertsteuer
|
||||
"vat7": "Imposta sul valore aggiunto del 7%", // 7% Mehrwertsteuer
|
||||
"vat19": "Imposta sul valore aggiunto del 19%", // 19% Mehrwertsteuer
|
||||
"vat19WithShipping": "Imposta sul valore aggiunto del 19% (incl. spedizione)", // 19% Mehrwertsteuer (inkl. Versand)
|
||||
"totalNet": "Prezzo netto totale", // Gesamtnettopreis
|
||||
"totalGross": "Prezzo lordo totale senza spedizione", // Gesamtbruttopreis ohne Versand
|
||||
"subtotal": "Totale parziale", // Zwischensumme
|
||||
"incl7Vat": "incl. 7% IVA", // inkl. 7% MwSt.
|
||||
"inclVatWithFooter": "(incl. {{vat}}% IVA,*)", // (incl. {{vat}}% USt.,*)
|
||||
"inclVatAmount": "incl. {{amount}} € IVA ({{rate}}%)" // nkl. {{amount}} € MwSt. ({{rate}}%)
|
||||
};
|
||||
5
src/i18n/locales/it/titles.js
Normal file
5
src/i18n/locales/it/titles.js
Normal file
@@ -0,0 +1,5 @@
|
||||
export default {
|
||||
"home": "Semi e talee di cannabis di alta qualità", // Fine Cannabis Seeds & Cuttings
|
||||
"aktionen": "Promozioni e offerte attuali", // Aktuelle Aktionen & Angebote
|
||||
"filiale": "Il nostro negozio a Dresda" // Unsere Filiale in Dresden
|
||||
};
|
||||
@@ -1,231 +1,3 @@
|
||||
export default {
|
||||
"locale": {
|
||||
"code": "it-IT" // de-DE
|
||||
},
|
||||
"navigation": {
|
||||
"home": "Home", // Startseite
|
||||
"aktionen": "Promozioni", // Aktionen
|
||||
"filiale": "Filiale", // Filiale
|
||||
"categories": "Categorie", // Kategorien
|
||||
"categoriesOpen": "Apri categorie", // Kategorien öffnen
|
||||
"categoriesClose": "Chiudi categorie", // Kategorien schließen
|
||||
"otherCategories": "Altre categorie" // Andere Kategorien
|
||||
},
|
||||
"auth": {
|
||||
"login": "Accedi", // Anmelden
|
||||
"register": "Registrati", // Registrieren
|
||||
"logout": "Esci", // Abmelden
|
||||
"profile": "Profilo", // Profil
|
||||
"email": "Email", // E-Mail
|
||||
"password": "Password", // Passwort
|
||||
"confirmPassword": "Conferma password", // Passwort bestätigen
|
||||
"forgotPassword": "Password dimenticata?", // Passwort vergessen?
|
||||
"loginWithGoogle": "Accedi con Google", // Mit Google anmelden
|
||||
"or": "O", // ODER
|
||||
"privacyAccept": "Cliccando su \"Accedi con Google\" accetto la", // Mit dem Click auf \"Mit Google anmelden\" akzeptiere ich die
|
||||
"privacyPolicy": "Privacy Policy", // Datenschutzbestimmungen
|
||||
"passwordMinLength": "La password deve essere lunga almeno 8 caratteri", // Das Passwort muss mindestens 8 Zeichen lang sein
|
||||
"newPasswordMinLength": "La nuova password deve essere lunga almeno 8 caratteri", // Das neue Passwort muss mindestens 8 Zeichen lang sein
|
||||
"menu": {
|
||||
"profile": "Profilo", // Profil
|
||||
"checkout": "Checkout", // Bestellabschluss
|
||||
"orders": "Ordini", // Bestellungen
|
||||
"settings": "Impostazioni", // Einstellungen
|
||||
"adminDashboard": "Admin Dashboard", // Admin Dashboard
|
||||
"adminUsers": "Admin Users" // Admin Users
|
||||
}
|
||||
},
|
||||
"cart": {
|
||||
"title": "Carrello", // Warenkorb
|
||||
"empty": "vuoto", // leer
|
||||
"addToCart": "Aggiungi al carrello", // In den Korb
|
||||
"preorderCutting": "Preordina come talea", // Als Steckling vorbestellen
|
||||
"continueShopping": "Continua lo shopping", // Weiter einkaufen
|
||||
"proceedToCheckout": "Procedi al checkout", // Weiter zur Kasse
|
||||
"productCount": "{{count}} {{count, plural, one {Prodotto} other {Prodotti}}}", // {{count}} {{count, plural, one {Produkt} other {Produkte}}}
|
||||
"removeFromCart": "Rimuovi dal carrello", // Aus dem Warenkorb entfernen
|
||||
"openCart": "Apri carrello", // Warenkorb öffnen
|
||||
"availableFrom": "Disponibile da {{date}}", // Ab {{date}}
|
||||
"backToOrder": "← Torna all'ordine", // ← Zurück zur Bestellung
|
||||
"sync": {
|
||||
"title": "Sincronizzazione carrello", // Warenkorb-Synchronisierung
|
||||
"description": "Hai un carrello salvato nel tuo account. Per favore scegli come procedere:", // Sie haben einen gespeicherten Warenkorb in ihrem Account. Bitte wählen Sie, wie Sie verfahren möchten:
|
||||
"deleteServer": "Elimina carrello server", // Server-Warenkorb löschen
|
||||
"useServer": "Usa carrello server", // Server-Warenkorb übernehmen
|
||||
"merge": "Unisci carrelli", // Warenkörbe zusammenführen
|
||||
"currentCart": "Il tuo carrello attuale", // Ihr aktueller Warenkorb
|
||||
"serverCart": "Carrello salvato nel tuo profilo" // In Ihrem Profil gespeicherter Warenkorb
|
||||
}
|
||||
},
|
||||
"product": {
|
||||
"loading": "Caricamento prodotto...", // Produkt wird geladen...
|
||||
"notFound": "Prodotto non trovato", // Produkt nicht gefunden
|
||||
"notFoundDescription": "Il prodotto che stai cercando non esiste o è stato rimosso.", // Das gesuchte Produkt existiert nicht oder wurde entfernt.
|
||||
"backToHome": "Torna alla home", // Zurück zur Startseite
|
||||
"error": "Errore", // Fehler
|
||||
"articleNumber": "Numero articolo", // Artikelnummer
|
||||
"manufacturer": "Produttore", // Hersteller
|
||||
"inclVat": "incl. {{vat}}% IVA", // inkl. {{vat}}% MwSt.
|
||||
"priceUnit": "{{price}}/{{unit}}", // {{price}}/{{unit}}
|
||||
"new": "Nuovo", // Neu
|
||||
"arriving": "In arrivo:", // Ankunft:
|
||||
"inclVatFooter": "incl. {{vat}}% IVA,*", // incl. {{vat}}% USt.,*
|
||||
"availability": "Disponibilità", // Verfügbarkeit
|
||||
"inStock": "in stock", // auf Lager
|
||||
"comingSoon": "Prossimamente", // Bald verfügbar
|
||||
"deliveryTime": "Tempi di consegna", // Lieferzeit
|
||||
"inclShort": "incl.", // inkl.
|
||||
"vatShort": "IVA", // MwSt.
|
||||
"countDisplay": {
|
||||
"noProducts": "0 prodotti", // 0 Produkte
|
||||
"oneProduct": "1 prodotto", // 1 Produkt
|
||||
"multipleProducts": "{{count}} prodotti", // {{count}} Produkte
|
||||
"filteredProducts": "{{filtered}} di {{total}} prodotti", // {{filtered}} von {{total}} Produkten
|
||||
"filteredOneProduct": "{{filtered}} di 1 prodotto" // {{filtered}} von 1 Produkt
|
||||
},
|
||||
"removeFiltersToSee": "Rimuovi i filtri per vedere i prodotti", // Entferne Filter um Produkte zu sehen
|
||||
"outOfStock": "Esaurito", // Out of Stock
|
||||
"fromXProducts": "da {{count}} prodotti" // ab {{count}} Produkten
|
||||
},
|
||||
"search": {
|
||||
"placeholder": "Puoi chiedermi delle varietà di cannabis...", // Du kannst mich nach Cannabissorten fragen...
|
||||
"recording": "Registrazione in corso...", // Aufnahme läuft...
|
||||
"searchProducts": "Cerca prodotti..." // Produkte suchen...
|
||||
},
|
||||
"sorting": {
|
||||
"name": "Nome", // Name
|
||||
"searchField": "Termine di ricerca", // Suchbegriff
|
||||
"priceLowHigh": "Prezzo: dal più basso al più alto", // Preis: Niedrig zu Hoch
|
||||
"priceHighLow": "Prezzo: dal più alto al più basso" // Preis: Hoch zu Niedrig
|
||||
},
|
||||
"chat": {
|
||||
"privacyRead": "Letto & Accettato" // Gelesen & Akzeptiert
|
||||
},
|
||||
"delivery": {
|
||||
"methods": {
|
||||
"dhl": "DHL", // DHL
|
||||
"dpd": "DPD", // DPD
|
||||
"sperrgut": "Merci ingombranti", // Sperrgut
|
||||
"pickup": "Ritiro in filiale" // Abholung in der Filiale
|
||||
},
|
||||
"descriptions": {
|
||||
"standard": "Spedizione standard", // Standardversand
|
||||
"standardFree": "Spedizione standard - GRATIS per ordini superiori a €100!", // 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
|
||||
},
|
||||
"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
|
||||
}
|
||||
},
|
||||
"checkout": {
|
||||
"invoiceAddress": "Indirizzo di fatturazione", // Rechnungsadresse
|
||||
"deliveryAddress": "Indirizzo di consegna", // Lieferadresse
|
||||
"saveForFuture": "Salva per ordini futuri", // Für zukünftige Bestellungen speichern
|
||||
"pickupDate": "Per quale data desideri ritirare le talee?", // Für welchen Termin ist die Abholung der Stecklinge gewünscht?
|
||||
"note": "Nota", // Anmerkung
|
||||
"sameAddress": "L'indirizzo di consegna è lo stesso dell'indirizzo di fatturazione", // Lieferadresse ist identisch mit Rechnungsadresse
|
||||
"termsAccept": "Ho letto i Termini e Condizioni, la Privacy Policy e le informazioni sul Diritto di Recesso" // Ich habe die AGBs, die Datenschutzerklärung und die Bestimmungen zum Widerrufsrecht gelesen
|
||||
},
|
||||
"payment": {
|
||||
"successful": "Pagamento effettuato con successo!", // Zahlung erfolgreich!
|
||||
"failed": "Pagamento fallito", // Zahlung fehlgeschlagen
|
||||
"orderCompleted": "🎉 Il tuo ordine è stato completato con successo! Ora puoi visualizzare i tuoi ordini.", // 🎉 Ihre Bestellung wurde erfolgreich abgeschlossen! Sie können jetzt Ihre Bestellungen einsehen.
|
||||
"orderProcessing": "Il tuo pagamento è stato elaborato con successo. L'ordine sarà completato automaticamente.", // Ihre Zahlung wurde erfolgreich verarbeitet. Die Bestellung wird automatisch abgeschlossen.
|
||||
"paymentError": "Il tuo pagamento non è stato elaborato. Per favore riprova o scegli un altro metodo di pagamento.", // Ihre Zahlung konnte nicht verarbeitet werden. Bitte versuchen Sie es erneut oder wählen Sie eine andere Zahlungsmethode.
|
||||
"viewOrders": "Visualizza i miei ordini" // Zu meinen Bestellungen
|
||||
},
|
||||
"filters": {
|
||||
"sorting": "Ordinamento", // Sortierung
|
||||
"perPage": "per pagina", // pro Seite
|
||||
"availability": "Disponibilità", // Verfügbarkeit
|
||||
"manufacturer": "Produttore" // Hersteller
|
||||
},
|
||||
"tax": {
|
||||
"vat": "Imposta sul valore aggiunto", // Mehrwertsteuer
|
||||
"vat7": "7% Imposta sul valore aggiunto", // 7% Mehrwertsteuer
|
||||
"vat19": "19% Imposta sul valore aggiunto", // 19% Mehrwertsteuer
|
||||
"vat19WithShipping": "19% Imposta sul valore aggiunto (incl. spedizione)", // 19% Mehrwertsteuer (inkl. Versand)
|
||||
"totalNet": "Prezzo netto totale", // Gesamtnettopreis
|
||||
"totalGross": "Prezzo lordo totale esclusa spedizione", // Gesamtbruttopreis ohne Versand
|
||||
"subtotal": "Totale parziale" // Zwischensumme
|
||||
},
|
||||
"footer": {
|
||||
"hours": "Sab 11-19", // Sa 11-19
|
||||
"address": "Trachenberger Straße 14 - Dresden", // Trachenberger Straße 14 - Dresden
|
||||
"location": "Tra la fermata Pieschen e Trachenberger Platz", // Zwischen Haltepunkt Pieschen und Trachenberger Platz
|
||||
"allPricesIncl": "* Tutti i prezzi includono IVA legale, più spedizione", // * Alle Preise inkl. gesetzlicher USt., zzgl. Versand
|
||||
"copyright": "© {{year}} GrowHeads.de", // © {{year}} GrowHeads.de
|
||||
"legal": {
|
||||
"datenschutz": "Privacy", // Datenschutz
|
||||
"agb": "Termini & Condizioni", // AGB
|
||||
"sitemap": "Mappa del sito", // Sitemap
|
||||
"impressum": "Impressum", // Impressum
|
||||
"batteriegesetzhinweise": "Note sulla legge sulle batterie", // Batteriegesetzhinweise
|
||||
"widerrufsrecht": "Diritto di recesso" // Widerrufsrecht
|
||||
}
|
||||
},
|
||||
"titles": {
|
||||
"home": "Semi e talee di cannabis di alta qualità", // Fine Cannabis Seeds & Cuttings (the text in the string has special characters, translate using the comment)
|
||||
"aktionen": "Promozioni e offerte attuali", // Aktuelle Aktionen & Angebote (the text in the string has special characters, translate using the comment)
|
||||
"filiale": "La nostra filiale a Dresda" // Unsere Filiale in Dresden (the text in the string has special characters, translate using the comment)
|
||||
},
|
||||
"sections": {
|
||||
"seeds": "Semi", // Seeds
|
||||
"stecklinge": "Talee", // Stecklinge
|
||||
"oilPress": "Noleggia pressa per olio", // Ölpresse ausleihen
|
||||
"thcTest": "Test THC", // THC Test
|
||||
"address1": "Trachenberger Straße 14", // Trachenberger Straße 14
|
||||
"address2": "01129 Dresden" // 01129 Dresden
|
||||
},
|
||||
"pages": {
|
||||
"oilPress": {
|
||||
"title": "Noleggia pressa per olio", // Ölpresse ausleihen
|
||||
"comingSoon": "Contenuto in arrivo..." // Inhalt kommt bald...
|
||||
},
|
||||
"thcTest": {
|
||||
"title": "Test THC", // THC Test
|
||||
"comingSoon": "Contenuto in arrivo..." // Inhalt kommt bald...
|
||||
}
|
||||
},
|
||||
"orders": {
|
||||
"status": {
|
||||
"new": "In lavorazione", // in Bearbeitung
|
||||
"pending": "Nuovo", // Neu
|
||||
"processing": "In lavorazione", // in Bearbeitung
|
||||
"cancelled": "Annullato", // Storniert
|
||||
"shipped": "Spedito", // Verschickt
|
||||
"delivered": "Consegnato", // Geliefert
|
||||
"return": "Reso", // Retoure
|
||||
"partialReturn": "Reso parziale", // Teil Retoure
|
||||
"partialDelivered": "Consegnato parzialmente" // Teil geliefert
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"loading": "Caricamento...", // Lädt...
|
||||
"error": "Errore", // Fehler
|
||||
"close": "Chiudi", // Schließen
|
||||
"save": "Salva", // Speichern
|
||||
"cancel": "Annulla", // Abbrechen
|
||||
"ok": "OK", // OK
|
||||
"yes": "Sì", // Ja
|
||||
"no": "No", // Nein
|
||||
"next": "Avanti", // Weiter
|
||||
"back": "Indietro", // Zurück
|
||||
"edit": "Modifica", // Bearbeiten
|
||||
"delete": "Elimina", // Löschen
|
||||
"add": "Aggiungi", // Hinzufügen
|
||||
"remove": "Rimuovi", // Entfernen
|
||||
"products": "Prodotti", // Produkte
|
||||
"product": "Prodotto" // Produkt
|
||||
}
|
||||
};
|
||||
import translations from './index.js';
|
||||
|
||||
export default translations;
|
||||
Reference in New Issue
Block a user