From 58a6a4ad769a69ad869ab5f61321f6ae3264c4e4 Mon Sep 17 00:00:00 2001 From: Laura Dolibois Date: Sun, 25 May 2025 00:03:01 +0200 Subject: [PATCH] added some translations --- 01-frontend/public/locales/de/translation.json | 2 +- 01-frontend/public/locales/en/translation.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/01-frontend/public/locales/de/translation.json b/01-frontend/public/locales/de/translation.json index d796600..e2e6254 100644 --- a/01-frontend/public/locales/de/translation.json +++ b/01-frontend/public/locales/de/translation.json @@ -1,6 +1,6 @@ { "almostSoldOut": "Fast ausverkauft", - "available": "verfügbar", + "available": "Stück verfügbar", "freeShipping": "Kostenloser Versand ab 50€ Bestellwert", "inStock": "Verfügbar", "outOfStock": "Ausverkauft", diff --git a/01-frontend/public/locales/en/translation.json b/01-frontend/public/locales/en/translation.json index 9835030..b7b20d1 100644 --- a/01-frontend/public/locales/en/translation.json +++ b/01-frontend/public/locales/en/translation.json @@ -1,6 +1,6 @@ { "almostSoldOut": "Almost sold out", - "available": "available", + "available": "items available", "freeShipping": "Free shipping for orders over 50€", "inStock": "In stock", "outOfStock": "Out of stock",