feat(Translation): add kitConfig.js for improved localization in GrowTentKonfigurator
- Updated the translation model by adding kitConfig.js to the list of translation files. - Enhanced the GrowTentKonfigurator component to utilize translation functions for various UI texts, improving localization support throughout the configuration process.
This commit is contained in:
35
src/i18n/locales/en/kitConfig.js
Normal file
35
src/i18n/locales/en/kitConfig.js
Normal file
@@ -0,0 +1,35 @@
|
||||
export default {
|
||||
"pageTitle": "🌱 Growbox configurator", // 🌱 Growbox Konfigurator
|
||||
"pageSubtitle": "Put together your perfect indoor grow setup", // Stelle dein perfektes Indoor Grow Setup zusammen
|
||||
"bundleDiscountTitle": "🎯 Get bundle discount!", // 🎯 Bundle-Rabatt sichern!
|
||||
"loadingProducts": "Loading growbox products...", // Lade Growbox-Produkte...
|
||||
"loadingLighting": "Loading lighting products...", // Lade Beleuchtungs-Produkte...
|
||||
"loadingVentilation": "Loading ventilation products...", // Lade Belüftungs-Produkte...
|
||||
"loadingExtras": "Loading extras...", // Lade Extras...
|
||||
"noProductsAvailable": "No products available for this size", // Keine Produkte für diese Größe verfügbar
|
||||
"noLightingAvailable": "No suitable lights available for tent size {{shape}}.", // Keine passenden Lampen für Zeltgröße {{shape}} verfügbar.
|
||||
"noVentilationAvailable": "No suitable ventilation available for tent size {{shape}}.", // Keine passenden Belüftung für Zeltgröße {{shape}} verfügbar.
|
||||
"noExtrasAvailable": "No extras available", // Keine Extras verfügbar
|
||||
"selectShapeTitle": "1. Select growbox shape", // 1. Growbox-Form auswählen
|
||||
"selectShapeSubtitle": "First select the base area of your growbox", // Wähle zuerst die Grundfläche deiner Growbox aus
|
||||
"selectProductTitle": "2. Select growbox product", // 2. Growbox Produkt auswählen
|
||||
"selectProductSubtitle": "Select the right product for your {{shape}} growbox", // Wähle das passende Produkt für deine {{shape}} Growbox
|
||||
"selectLightingTitle": "3. Select lighting", // 3. Beleuchtung wählen
|
||||
"selectLightingTitleShape": "3. Select lighting - {{shape}}", // 3. Beleuchtung wählen - {{shape}}
|
||||
"selectLightingSubtitle": "Please select a tent size first.", // Bitte wählen Sie zuerst eine Zeltgröße aus.
|
||||
"selectVentilationTitle": "4. Select ventilation", // 4. Belüftung auswählen
|
||||
"selectVentilationTitleShape": "4. Select ventilation - {{shape}}", // 4. Belüftung auswählen - {{shape}}
|
||||
"selectVentilationSubtitle": "Please select a tent size first.", // Bitte wählen Sie zuerst eine Zeltgröße aus.
|
||||
"selectExtrasTitle": "5. Add extras (optional)", // 5. Extras hinzufügen (optional)
|
||||
"yourConfiguration": "🎯 Your configuration", // 🎯 Ihre Konfiguration
|
||||
"growboxLabel": "Growbox: {{name}}", // Growbox: {{name}}
|
||||
"lightingLabel": "Lighting: {{name}}", // Beleuchtung: {{name}}
|
||||
"ventilationLabel": "Ventilation: {{name}}", // Belüftung: {{name}}
|
||||
"extraLabel": "Extra: {{name}}", // Extra: {{name}}
|
||||
"totalPrice": "Total price:", // Gesamtpreis:
|
||||
"addToCart": "Add to cart", // In den Warenkorb
|
||||
"selected": "✓ Selected", // ✓ Ausgewählt
|
||||
"notDeliverable": "Not deliverable", // Nicht lieferbar
|
||||
"noPrice": "No price", // Kein Preis
|
||||
"setName": "Growbox set - {{shape}}" // Growbox Set - {{shape}}
|
||||
};
|
||||
Reference in New Issue
Block a user