This commit is contained in:
sebseb7
2025-11-22 10:12:41 +01:00
parent 10d60d5827
commit a08c90a521
26 changed files with 356 additions and 143 deletions

View File

@@ -19,6 +19,7 @@ import pages from './pages.js';
import orders from './orders.js';
import settings from './settings.js';
import common from './common.js';
import kitConfig from './kitConfig.js';
import legalDatenschutzBasic from './legal-datenschutz-basic.js';
import legalDatenschutzCustomer from './legal-datenschutz-customer.js';
import legalDatenschutzGoogleOrders from './legal-datenschutz-google-orders.js';
@@ -52,6 +53,7 @@ export default {
"orders": orders,
"settings": settings,
"common": common,
"kitConfig": kitConfig,
"legalDatenschutzBasic": legalDatenschutzBasic,
"legalDatenschutzCustomer": legalDatenschutzCustomer,
"legalDatenschutzGoogleOrders": legalDatenschutzGoogleOrders,

View File

@@ -1,7 +1,7 @@
export default {
"pageTitle": "🌱 Growbox configurator", // 🌱 Growbox Konfigurator
"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!
"bundleDiscountTitle": "🎯 Secure 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...
@@ -13,9 +13,9 @@ export default {
"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}}
"selectProductSubtitle": "Choose the right product for your {{shape}} growbox", // Wähle das passende Produkt für deine {{shape}} Growbox
"selectLightingTitle": "3. Choose lighting", // 3. Beleuchtung wählen
"selectLightingTitleShape": "3. Choose 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}}
@@ -31,5 +31,13 @@ export default {
"selected": "✓ Selected", // ✓ Ausgewählt
"notDeliverable": "Not deliverable", // Nicht lieferbar
"noPrice": "No price", // Kein Preis
"setName": "Growbox set - {{shape}}" // Growbox Set - {{shape}}
"setName": "Growbox set - {{shape}}", // Growbox Set - {{shape}}
"description60x60": "Compact - ideal for small spaces", // Kompakt - ideal für kleine Räume
"description80x80": "Medium - perfect balance", // Mittel - perfekte Balance
"description100x100": "Large - for experienced growers", // Groß - für erfahrene Grower
"description120x60": "Rectangular - maximum space usage", // Rechteckig - maximale Raumnutzung
"plants1to2": "1-2 plants", // 1-2 Pflanzen
"plants2to4": "2-4 plants", // 2-4 Pflanzen
"plants4to6": "4-6 plants", // 4-6 Pflanzen
"plants3to6": "3-6 plants" // 3-6 Pflanzen
};