Browse Source

feat: expand translation files with webshops and contact keys #69

Claude 5 months ago
parent
commit
89b9ec198e

+ 33 - 1
shopcall.ai-main/src/i18n/locales/de.json

@@ -289,7 +289,35 @@
   },
   "webshops": {
     "title": "Webshops",
-    "subtitle": "Verwalten Sie Ihre E-Commerce-Integrationen"
+    "subtitle": "Verwalten Sie Ihre E-Commerce-Integrationen",
+    "connectStore": "Shop Verbinden",
+    "connectedStores": "Verbundene Shops",
+    "platformName": "Plattform",
+    "storeName": "Shop-Name",
+    "storeUrl": "Shop-URL",
+    "connectedAt": "Verbunden",
+    "status": "Status",
+    "actions": "Aktionen",
+    "active": "Aktiv",
+    "inactive": "Inaktiv",
+    "disconnect": "Trennen",
+    "viewDetails": "Details Anzeigen",
+    "manageData": "Daten Verwalten",
+    "configureAI": "KI Konfigurieren",
+    "noStores": "Keine Shops Verbunden",
+    "noStoresDescription": "Verbinden Sie Ihren ersten E-Commerce-Shop, um mit ShopCall.ai zu beginnen",
+    "availablePlatforms": "Verfügbare Plattformen",
+    "shopify": "Shopify",
+    "woocommerce": "WooCommerce",
+    "shoprenter": "ShopRenter",
+    "connectShopify": "Shopify Verbinden",
+    "connectWoocommerce": "WooCommerce Verbinden",
+    "connectShoprenter": "ShopRenter Verbinden",
+    "loading": "Shops werden geladen...",
+    "error": "Fehler beim Laden der Shops",
+    "syncData": "Daten Synchronisieren",
+    "lastSync": "Zuletzt synchronisiert",
+    "never": "Nie"
   },
   "phoneNumbers": {
     "title": "Telefonnummern",
@@ -454,5 +482,9 @@
   "terms": {
     "title": "Allgemeine Geschäftsbedingungen",
     "subtitle": "Nutzungsbedingungen"
+  },
+  "contact": {
+    "title": "Kontakt",
+    "subtitle": "Nehmen Sie Kontakt mit unserem Team auf"
   }
 }

+ 33 - 1
shopcall.ai-main/src/i18n/locales/en.json

@@ -289,7 +289,35 @@
   },
   "webshops": {
     "title": "Webshops",
-    "subtitle": "Manage your e-commerce integrations"
+    "subtitle": "Manage your e-commerce integrations",
+    "connectStore": "Connect Store",
+    "connectedStores": "Connected Stores",
+    "platformName": "Platform",
+    "storeName": "Store Name",
+    "storeUrl": "Store URL",
+    "connectedAt": "Connected",
+    "status": "Status",
+    "actions": "Actions",
+    "active": "Active",
+    "inactive": "Inactive",
+    "disconnect": "Disconnect",
+    "viewDetails": "View Details",
+    "manageData": "Manage Data",
+    "configureAI": "Configure AI",
+    "noStores": "No Stores Connected",
+    "noStoresDescription": "Connect your first e-commerce store to start using ShopCall.ai",
+    "availablePlatforms": "Available Platforms",
+    "shopify": "Shopify",
+    "woocommerce": "WooCommerce",
+    "shoprenter": "ShopRenter",
+    "connectShopify": "Connect Shopify",
+    "connectWoocommerce": "Connect WooCommerce",
+    "connectShoprenter": "Connect ShopRenter",
+    "loading": "Loading stores...",
+    "error": "Failed to load stores",
+    "syncData": "Sync Data",
+    "lastSync": "Last synced",
+    "never": "Never"
   },
   "phoneNumbers": {
     "title": "Phone Numbers",
@@ -454,5 +482,9 @@
   "terms": {
     "title": "Terms & Conditions",
     "subtitle": "Terms of service"
+  },
+  "contact": {
+    "title": "Contact Us",
+    "subtitle": "Get in touch with our team"
   }
 }

+ 33 - 1
shopcall.ai-main/src/i18n/locales/hu.json

@@ -289,7 +289,35 @@
   },
   "webshops": {
     "title": "Webáruházak",
-    "subtitle": "E-kereskedelmi integrációk kezelése"
+    "subtitle": "E-kereskedelmi integrációk kezelése",
+    "connectStore": "Áruház Csatlakoztatása",
+    "connectedStores": "Csatlakoztatott Áruházak",
+    "platformName": "Platform",
+    "storeName": "Áruház Neve",
+    "storeUrl": "Áruház URL",
+    "connectedAt": "Csatlakoztatva",
+    "status": "Állapot",
+    "actions": "Műveletek",
+    "active": "Aktív",
+    "inactive": "Inaktív",
+    "disconnect": "Leválasztás",
+    "viewDetails": "Részletek Megtekintése",
+    "manageData": "Adatok Kezelése",
+    "configureAI": "AI Konfigurálása",
+    "noStores": "Nincsenek Csatlakoztatott Áruházak",
+    "noStoresDescription": "Csatlakoztassa első e-kereskedelmi áruházát a ShopCall.ai használatának megkezdéséhez",
+    "availablePlatforms": "Elérhető Platformok",
+    "shopify": "Shopify",
+    "woocommerce": "WooCommerce",
+    "shoprenter": "ShopRenter",
+    "connectShopify": "Shopify Csatlakoztatása",
+    "connectWoocommerce": "WooCommerce Csatlakoztatása",
+    "connectShoprenter": "ShopRenter Csatlakoztatása",
+    "loading": "Áruházak betöltése...",
+    "error": "Nem sikerült betölteni az áruházakat",
+    "syncData": "Adatok Szinkronizálása",
+    "lastSync": "Utoljára szinkronizálva",
+    "never": "Soha"
   },
   "phoneNumbers": {
     "title": "Telefonszámok",
@@ -454,5 +482,9 @@
   "terms": {
     "title": "Felhasználási Feltételek",
     "subtitle": "Szolgáltatási feltételek"
+  },
+  "contact": {
+    "title": "Kapcsolat",
+    "subtitle": "Lépjen kapcsolatba csapatunkkal"
   }
 }