232 lines
11 KiB
JavaScript
232 lines
11 KiB
JavaScript
export default {
|
|
"locale": {
|
|
"code": "en-US" // de-DE
|
|
},
|
|
"navigation": {
|
|
"home": "Home", // Startseite
|
|
"aktionen": "Promotions", // Aktionen
|
|
"filiale": "Branch", // Filiale
|
|
"categories": "Categories", // Kategorien
|
|
"categoriesOpen": "Open categories", // Kategorien öffnen
|
|
"categoriesClose": "Close categories", // Kategorien schließen
|
|
"otherCategories": "Other categories" // Andere Kategorien
|
|
},
|
|
"auth": {
|
|
"login": "Login", // Anmelden
|
|
"register": "Register", // Registrieren
|
|
"logout": "Logout", // Abmelden
|
|
"profile": "Profile", // Profil
|
|
"email": "Email", // E-Mail
|
|
"password": "Password", // Passwort
|
|
"confirmPassword": "Confirm password", // Passwort bestätigen
|
|
"forgotPassword": "Forgot password?", // Passwort vergessen?
|
|
"loginWithGoogle": "Sign in with Google", // Mit Google anmelden
|
|
"or": "OR", // ODER
|
|
"privacyAccept": "By clicking \"Sign in with Google\" I accept the", // Mit dem Click auf \"Mit Google anmelden\" akzeptiere ich die
|
|
"privacyPolicy": "Privacy Policy", // Datenschutzbestimmungen
|
|
"passwordMinLength": "Password must be at least 8 characters long", // Das Passwort muss mindestens 8 Zeichen lang sein
|
|
"newPasswordMinLength": "The new password must be at least 8 characters long", // Das neue Passwort muss mindestens 8 Zeichen lang sein
|
|
"menu": {
|
|
"profile": "Profile", // Profil
|
|
"checkout": "Checkout", // Bestellabschluss
|
|
"orders": "Orders", // Bestellungen
|
|
"settings": "Settings", // Einstellungen
|
|
"adminDashboard": "Admin Dashboard", // Admin Dashboard
|
|
"adminUsers": "Admin Users" // Admin Users
|
|
}
|
|
},
|
|
"cart": {
|
|
"title": "Cart", // Warenkorb
|
|
"empty": "empty", // leer
|
|
"addToCart": "Add to cart", // In den Korb
|
|
"preorderCutting": "Preorder as cutting", // Als Steckling vorbestellen
|
|
"continueShopping": "Continue shopping", // Weiter einkaufen
|
|
"proceedToCheckout": "Proceed to checkout", // Weiter zur Kasse
|
|
"productCount": "{{count}} {{count, plural, one {Product} other {Products}}}", // {{count}} {{count, plural, one {Produkt} other {Produkte}}}
|
|
"removeFromCart": "Remove from cart", // Aus dem Warenkorb entfernen
|
|
"openCart": "Open cart", // Warenkorb öffnen
|
|
"availableFrom": "Available from {{date}}", // Ab {{date}}
|
|
"backToOrder": "← Back to order", // ← Zurück zur Bestellung
|
|
"sync": {
|
|
"title": "Cart synchronization", // Warenkorb-Synchronisierung
|
|
"description": "You have a saved cart in your account. Please choose how you want to proceed:", // Sie haben einen gespeicherten Warenkorb in ihrem Account. Bitte wählen Sie, wie Sie verfahren möchten:
|
|
"deleteServer": "Delete server cart", // Server-Warenkorb löschen
|
|
"useServer": "Use server cart", // Server-Warenkorb übernehmen
|
|
"merge": "Merge carts", // Warenkörbe zusammenführen
|
|
"currentCart": "Your current cart", // Ihr aktueller Warenkorb
|
|
"serverCart": "Cart saved in your profile" // In Ihrem Profil gespeicherter Warenkorb
|
|
}
|
|
},
|
|
"product": {
|
|
"loading": "Loading product...", // Produkt wird geladen...
|
|
"notFound": "Product not found", // Produkt nicht gefunden
|
|
"notFoundDescription": "The product you are looking for does not exist or has been removed.", // Das gesuchte Produkt existiert nicht oder wurde entfernt.
|
|
"backToHome": "Back to home", // Zurück zur Startseite
|
|
"error": "Error", // Fehler
|
|
"articleNumber": "Article number", // Artikelnummer
|
|
"manufacturer": "Manufacturer", // Hersteller
|
|
"inclVat": "incl. {{vat}}% VAT", // inkl. {{vat}}% MwSt.
|
|
"priceUnit": "{{price}}/{{unit}}", // {{price}}/{{unit}}
|
|
"new": "New", // Neu
|
|
"arriving": "Arriving:", // Ankunft:
|
|
"inclVatFooter": "incl. {{vat}}% VAT,*", // incl. {{vat}}% USt.,*
|
|
"availability": "Availability", // Verfügbarkeit
|
|
"inStock": "in stock", // auf Lager
|
|
"comingSoon": "Coming soon", // Bald verfügbar
|
|
"deliveryTime": "Delivery time", // Lieferzeit
|
|
"inclShort": "incl.", // inkl.
|
|
"vatShort": "VAT", // MwSt.
|
|
"countDisplay": {
|
|
"noProducts": "0 products", // 0 Produkte
|
|
"oneProduct": "1 product", // 1 Produkt
|
|
"multipleProducts": "{{count}} products", // {{count}} Produkte
|
|
"filteredProducts": "{{filtered}} of {{total}} products", // {{filtered}} von {{total}} Produkten
|
|
"filteredOneProduct": "{{filtered}} of 1 product" // {{filtered}} von 1 Produkt
|
|
},
|
|
"removeFiltersToSee": "Remove filters to see products", // Entferne Filter um Produkte zu sehen
|
|
"outOfStock": "Out of stock", // Out of Stock
|
|
"fromXProducts": "from {{count}} products" // ab {{count}} Produkten
|
|
},
|
|
"search": {
|
|
"placeholder": "You can ask me about cannabis strains...", // Du kannst mich nach Cannabissorten fragen...
|
|
"recording": "Recording...", // Aufnahme läuft...
|
|
"searchProducts": "Search products..." // Produkte suchen...
|
|
},
|
|
"sorting": {
|
|
"name": "Name", // Name
|
|
"searchField": "Search term", // Suchbegriff
|
|
"priceLowHigh": "Price: Low to High", // Preis: Niedrig zu Hoch
|
|
"priceHighLow": "Price: High to Low" // Preis: Hoch zu Niedrig
|
|
},
|
|
"chat": {
|
|
"privacyRead": "Read & Accepted" // Gelesen & Akzeptiert
|
|
},
|
|
"delivery": {
|
|
"methods": {
|
|
"dhl": "DHL", // DHL
|
|
"dpd": "DPD", // DPD
|
|
"sperrgut": "Bulky goods", // Sperrgut
|
|
"pickup": "Pickup at branch" // Abholung in der Filiale
|
|
},
|
|
"descriptions": {
|
|
"standard": "Standard shipping", // Standardversand
|
|
"standardFree": "Standard shipping - FREE from €100 order value!", // Standardversand - KOSTENLOS ab 100€ Warenwert!
|
|
"notAvailable": "Not selectable because one or more items can only be picked up", // nicht auswählbar weil ein oder mehrere Artikel nur abgeholt werden können
|
|
"bulky": "For large and heavy items" // Für große und schwere Artikel
|
|
},
|
|
"prices": {
|
|
"free": "free", // kostenlos
|
|
"freeFrom100": "(free from €100)", // (kostenlos ab 100€)
|
|
"dhl": "€6.99", // 6,99 €
|
|
"dpd": "€4.90", // 4,90 €
|
|
"sperrgut": "€28.99" // 28,99 €
|
|
},
|
|
"times": {
|
|
"cutting14Days": "Delivery time: 14 days", // Lieferzeit: 14 Tage
|
|
"standard2to3Days": "Delivery time: 2-3 days", // Lieferzeit: 2-3 Tage
|
|
"supplier7to9Days": "Delivery time: 7-9 days" // Lieferzeit: 7-9 Tage
|
|
}
|
|
},
|
|
"checkout": {
|
|
"invoiceAddress": "Invoice address", // Rechnungsadresse
|
|
"deliveryAddress": "Delivery address", // Lieferadresse
|
|
"saveForFuture": "Save for future orders", // Für zukünftige Bestellungen speichern
|
|
"pickupDate": "For which date do you want to pick up the cuttings?", // Für welchen Termin ist die Abholung der Stecklinge gewünscht?
|
|
"note": "Note", // Anmerkung
|
|
"sameAddress": "Delivery address is the same as invoice address", // Lieferadresse ist identisch mit Rechnungsadresse
|
|
"termsAccept": "I have read the Terms and Conditions, Privacy Policy, and the Right of Withdrawal information" // Ich habe die AGBs, die Datenschutzerklärung und die Bestimmungen zum Widerrufsrecht gelesen
|
|
},
|
|
"payment": {
|
|
"successful": "Payment successful!", // Zahlung erfolgreich!
|
|
"failed": "Payment failed", // Zahlung fehlgeschlagen
|
|
"orderCompleted": "🎉 Your order has been successfully completed! You can now view your orders.", // 🎉 Ihre Bestellung wurde erfolgreich abgeschlossen! Sie können jetzt Ihre Bestellungen einsehen.
|
|
"orderProcessing": "Your payment was processed successfully. The order will be completed automatically.", // Ihre Zahlung wurde erfolgreich verarbeitet. Die Bestellung wird automatisch abgeschlossen.
|
|
"paymentError": "Your payment could not be processed. Please try again or choose another payment method.", // Ihre Zahlung konnte nicht verarbeitet werden. Bitte versuchen Sie es erneut oder wählen Sie eine andere Zahlungsmethode.
|
|
"viewOrders": "View my orders" // Zu meinen Bestellungen
|
|
},
|
|
"filters": {
|
|
"sorting": "Sorting", // Sortierung
|
|
"perPage": "per page", // pro Seite
|
|
"availability": "Availability", // Verfügbarkeit
|
|
"manufacturer": "Manufacturer" // Hersteller
|
|
},
|
|
"tax": {
|
|
"vat": "Value Added Tax", // Mehrwertsteuer
|
|
"vat7": "7% Value Added Tax", // 7% Mehrwertsteuer
|
|
"vat19": "19% Value Added Tax", // 19% Mehrwertsteuer
|
|
"vat19WithShipping": "19% Value Added Tax (incl. shipping)", // 19% Mehrwertsteuer (inkl. Versand)
|
|
"totalNet": "Total net price", // Gesamtnettopreis
|
|
"totalGross": "Total gross price excluding shipping", // Gesamtbruttopreis ohne Versand
|
|
"subtotal": "Subtotal" // Zwischensumme
|
|
},
|
|
"footer": {
|
|
"hours": "Sat 11-19", // Sa 11-19
|
|
"address": "Trachenberger Straße 14 - Dresden", // Trachenberger Straße 14 - Dresden
|
|
"location": "Between Pieschen stop and Trachenberger Platz", // Zwischen Haltepunkt Pieschen und Trachenberger Platz
|
|
"allPricesIncl": "* All prices incl. legal VAT, plus shipping", // * Alle Preise inkl. gesetzlicher USt., zzgl. Versand
|
|
"copyright": "© {{year}} GrowHeads.de", // © {{year}} GrowHeads.de
|
|
"legal": {
|
|
"datenschutz": "Privacy", // Datenschutz
|
|
"agb": "Terms & Conditions", // AGB
|
|
"sitemap": "Sitemap", // Sitemap
|
|
"impressum": "Imprint", // Impressum
|
|
"batteriegesetzhinweise": "Battery Act Notes", // Batteriegesetzhinweise
|
|
"widerrufsrecht": "Right of Withdrawal" // Widerrufsrecht
|
|
}
|
|
},
|
|
"titles": {
|
|
"home": "Fine Cannabis Seeds & Cuttings", // Fine Cannabis Seeds & Cuttings (the text in the string has special characters, translate using the comment)
|
|
"aktionen": "Current Promotions & Offers", // Aktuelle Aktionen & Angebote (the text in the string has special characters, translate using the comment)
|
|
"filiale": "Our Branch in Dresden" // Unsere Filiale in Dresden (the text in the string has special characters, translate using the comment)
|
|
},
|
|
"sections": {
|
|
"seeds": "Seeds", // Seeds
|
|
"stecklinge": "Cuttings", // Stecklinge
|
|
"oilPress": "Borrow oil press", // Ölpresse ausleihen
|
|
"thcTest": "THC Test", // THC Test
|
|
"address1": "Trachenberger Straße 14", // Trachenberger Straße 14
|
|
"address2": "01129 Dresden" // 01129 Dresden
|
|
},
|
|
"pages": {
|
|
"oilPress": {
|
|
"title": "Borrow oil press", // Ölpresse ausleihen
|
|
"comingSoon": "Content coming soon..." // Inhalt kommt bald...
|
|
},
|
|
"thcTest": {
|
|
"title": "THC Test", // THC Test
|
|
"comingSoon": "Content coming soon..." // Inhalt kommt bald...
|
|
}
|
|
},
|
|
"orders": {
|
|
"status": {
|
|
"new": "Processing", // in Bearbeitung
|
|
"pending": "New", // Neu
|
|
"processing": "Processing", // in Bearbeitung
|
|
"cancelled": "Cancelled", // Storniert
|
|
"shipped": "Shipped", // Verschickt
|
|
"delivered": "Delivered", // Geliefert
|
|
"return": "Return", // Retoure
|
|
"partialReturn": "Partial return", // Teil Retoure
|
|
"partialDelivered": "Partially delivered" // Teil geliefert
|
|
}
|
|
},
|
|
"common": {
|
|
"loading": "Loading...", // Lädt...
|
|
"error": "Error", // Fehler
|
|
"close": "Close", // Schließen
|
|
"save": "Save", // Speichern
|
|
"cancel": "Cancel", // Abbrechen
|
|
"ok": "OK", // OK
|
|
"yes": "Yes", // Ja
|
|
"no": "No", // Nein
|
|
"next": "Next", // Weiter
|
|
"back": "Back", // Zurück
|
|
"edit": "Edit", // Bearbeiten
|
|
"delete": "Delete", // Löschen
|
|
"add": "Add", // Hinzufügen
|
|
"remove": "Remove", // Entfernen
|
|
"products": "Products", // Produkte
|
|
"product": "Product" // Produkt
|
|
}
|
|
};
|