From 163c90cbe62ecbc4d6e743e172f3819ef4e15fc3 Mon Sep 17 00:00:00 2001 From: mkucmus Date: Tue, 9 Feb 2021 14:41:18 +0100 Subject: [PATCH] feat(default-theme): few translations (#1354) --- packages/default-theme/src/locales/de-DE.json | 7 ++++++- packages/default-theme/src/locales/en-GB.json | 7 ++++++- packages/default-theme/src/locales/it-IT.json | 7 ++++++- packages/default-theme/src/locales/pl-PL.json | 7 ++++++- 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/packages/default-theme/src/locales/de-DE.json b/packages/default-theme/src/locales/de-DE.json index f014618d8..2c3d4783a 100644 --- a/packages/default-theme/src/locales/de-DE.json +++ b/packages/default-theme/src/locales/de-DE.json @@ -192,5 +192,10 @@ "Promotion code added successfully": "Rabattcode wurde erfolgreich angewendet", "Promotion code does not exist": "Rabattcode existiert nicht", "{productName} has been added to cart.": "{productName} wurde dem Warenkorb hinzugefügt.", - "There is no available product for selected options": "Für ausgewählte Optionen ist kein Produkt verfügbar" + "There is no available product for selected options": "Für ausgewählte Optionen ist kein Produkt verfügbar", + "Leave a review!": "Hinterlassen Sie eine Bewertung!", + "Share your experiences with other customers.": "Teilen Sie Ihre Erfahrungen mit anderen Kunden.", + "No comments yet": "Noch keine Kommentare", + "We can't find what you are looking for. Are you lost?": "Wir können nicht finden, wonach Sie suchen. Bist du verloren", + "No subcategories": "Keine Unterkategorien" } diff --git a/packages/default-theme/src/locales/en-GB.json b/packages/default-theme/src/locales/en-GB.json index c4cd85db2..715c4ac28 100644 --- a/packages/default-theme/src/locales/en-GB.json +++ b/packages/default-theme/src/locales/en-GB.json @@ -198,5 +198,10 @@ "No favourites yet": "No favourites yet", "Wishlist": "Wishlist", "{productName} has been added to cart.": "{productName} has been added to cart.", - "There is no available product for selected options": "There is no available product for selected options" + "There is no available product for selected options": "There is no available product for selected options", + "Leave a review!": "Leave a review!", + "Share your experiences with other customers.": "Share your experiences with other customers.", + "No comments yet": "No comments yet", + "We can't find what you are looking for. Are you lost?": "We can't find what you are looking for. Are you lost?", + "No subcategories": "No subcategories" } diff --git a/packages/default-theme/src/locales/it-IT.json b/packages/default-theme/src/locales/it-IT.json index 08f563c44..cc73eb0b7 100644 --- a/packages/default-theme/src/locales/it-IT.json +++ b/packages/default-theme/src/locales/it-IT.json @@ -197,5 +197,10 @@ "No favourites yet": "Non ci sono ancora preferiti", "Wishlist": "Lista dei desideri", "{productName} has been added to cart.": "{productName} è stato aggiunto al carrello.", - "There is no available product for selected options": "Non ci sono prodotti disponibili per l'opzioni selezionate" + "There is no available product for selected options": "Non ci sono prodotti disponibili per l'opzioni selezionate", + "Leave a review!": "Ancora nessun commento", + "Share your experiences with other customers.": "Condividi le tue esperienze con altri clienti.", + "No comments yet": "Ancora nessun commento", + "We can't find what you are looking for. Are you lost?": "Non riusciamo a trovare quello che stai cercando. Ti sei perso?", + "No subcategories": "Nessuna sottocategoria" } \ No newline at end of file diff --git a/packages/default-theme/src/locales/pl-PL.json b/packages/default-theme/src/locales/pl-PL.json index a0e06f46a..11ee46092 100644 --- a/packages/default-theme/src/locales/pl-PL.json +++ b/packages/default-theme/src/locales/pl-PL.json @@ -197,5 +197,10 @@ "No favourites yet": "Nie ma jeszcze ulubionych", "Wishlist": "Wishlist", "{productName} has been added to cart.": "{productName} został dodany do koszyka.", - "There is no available product for selected options": "Nie ma dostępnego produktu dla wybranych opcji" + "There is no available product for selected options": "Nie ma dostępnego produktu dla wybranych opcji", + "Leave a review!": "Zostaw komentarz", + "Share your experiences with other customers.": "Podziel się swoimi wrażeniami z innymi.", + "No comments yet": "Nie ma jeszcze żadnych komentarzy", + "We can't find what you are looking for. Are you lost?": "Nie odnaleźliśmy tego, czego czukasz. Zgubiłeś się?", + "No subcategories": "Brak podkategorii" } \ No newline at end of file