diff --git a/frontend/src/layouts/AuthLayout_gdd.vue b/frontend/src/layouts/AuthLayout_gdd.vue index 39733bb39..24c896843 100644 --- a/frontend/src/layouts/AuthLayout_gdd.vue +++ b/frontend/src/layouts/AuthLayout_gdd.vue @@ -16,11 +16,11 @@ >
- Registrieren + {{ $t('signup') }}
- Du hast schon einen Account? + {{ $t('auth.left.hasAccount') }} - Hier Anmelden + {{ $t('auth.left.hereLogin') }}
@@ -35,18 +35,18 @@
-
Dankbarkeit
-
Die neue Währung
-
Für Einander, Für alle, Für die Natur
- Erfahre mehr... +
{{ $t('auth.left.gratitude') }}
+
{{ $t('auth.left.newCurrency') }}
+
{{ $t('auth.left.oneAnotherNature') }}
+ {{ $t('auth.left.learnMore') }}
-
Willkommen
-
Communities World Wide
-
1000 Dank, weil du bei uns bist!
+
{{ $t('welcome') }}
+
{{ $t('communitiesWorldWide') }}
+
{{ $t('1000thanks') }}
@@ -59,8 +59,8 @@
- A - A + {{ $t('A') }} + {{ $t('A') }}
- 85% - | - 100% - | - 125% + {{ $t('85') }} + {{ $t('|') }} + {{ $t('100') }} + {{ $t('|') }} + {{ $t('125') }}
@@ -82,9 +82,13 @@
- Anmelden - | - Registrieren + + {{ $t('signup') }} + + {{ $t('|') }} + + {{ $t('site.login.signin') }} +
diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index 600b36e65..05304e0ab 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -1,5 +1,15 @@ { "advanced-calculation": "Vorausberechnung", + "auth": { + "left": { + "hasAccount":"Du hast schon einen Account?", + "hereLogin": "Hier Anmelden", + "gratitude":"Dankbarkeit", + "newCurrency":"Die neue Währung", + "oneAnotherNature":"Für Einander, Für alle, Für die Natur", + "learnMore":"Erfahre mehr..." + } + }, "back": "Zurück", "community": { "choose-another-community": "Eine andere Gemeinschaft auswählen", @@ -252,5 +262,13 @@ "transaction-link": { "send_you": "sendet dir" }, - "via_link": "über einen Link" + "via_link": "über einen Link", + "welcome":"Willkommen", + "communitiesWorldWide":"Gemeinden in aller Welt", + "1000thanks":"1000 Dank, weil du bei uns bist!", + "A":"A", + "|":" | ", + "85":"85%", + "100":"100%", + "125":"125%" } diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index ef9a14c0a..8ca6d757f 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -1,5 +1,15 @@ { "advanced-calculation": "Advanced calculation", + "auth": { + "left": { + "hasAccount":"You already have an account?", + "hereLogin": "Log in here", + "gratitude":"Gratitude", + "newCurrency":"The new currency", + "oneAnotherNature":"For One Another, For All, For Nature", + "learnMore":"Learn more..." + } + }, "back": "Back", "community": { "choose-another-community": "Choose another community", @@ -252,5 +262,13 @@ "transaction-link": { "send_you": "wants to send you" }, - "via_link": "via Link" + "via_link": "via Link", + "welcome":"Welcome", + "communitiesWorldWide":"Communities World Wide", + "1000thanks":"1000 thanks for being with us!", + "A":"A", + "|":" | ", + "85":"85%", + "100":"100%", + "125":"125%" }