From 92e6b6038104a23c777b4286879dd0dd29d059c8 Mon Sep 17 00:00:00 2001 From: Tommy Heyding Date: Thu, 7 Apr 2022 17:06:38 +0200 Subject: [PATCH] Update translation files --- src/assets/i18n/de.json | 8 +++++++- src/assets/i18n/en.json | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/src/assets/i18n/de.json b/src/assets/i18n/de.json index c6ae309..67f6787 100644 --- a/src/assets/i18n/de.json +++ b/src/assets/i18n/de.json @@ -22,7 +22,13 @@ }, "home": { "headline": "Angular + Tailwind Template", - "text": "Wenn die Seite wie der Screenshot in \"src/assets/img\" aussieht, ist Tailwind korrekt eingerichtet und du kannst beginnen." + "text": "Wenn die Seite wie der Screenshot in \"src/assets/img\" aussieht, ist Tailwind korrekt eingerichtet und du kannst beginnen.", + "ngrx": { + "title": "NGRX Test", + "description": "Wir haben NGRX Funktionalität schon implementiert - Schreibe etwas in die Textarea, drück den Button und aktualisiere den Browser Tab um das zu verifizieren.", + "button": "Input speichern", + "message": "Deine Eingabe war: " + } }, "features": { "title": "Funktionen", diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index a58f1db..701ab97 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -22,7 +22,13 @@ }, "home": { "headline": "Angular + Tailwind Template", - "text": "If the website looks like the screenshot in \"src/assets/img\", Tailwind is set up and you can start coding." + "text": "If the website looks like the screenshot in \"src/assets/img\", Tailwind is set up and you can start coding.", + "ngrx": { + "title": "NGRX Test", + "description": "We already implemented NGRX functionality - Type something, hit the button and refresh the browser tab to verify.", + "button": "Store input", + "message": "Your input was: " + } }, "features": { "title": "Features",