diff --git a/locales/de.json b/locales/de.json index 7da8a3931..2061a860f 100644 --- a/locales/de.json +++ b/locales/de.json @@ -1,4 +1,11 @@ { + "login": { + "copy": "Wenn Du ein Konto bei Human Connection hast, melde Dich bitte hier an.", + "login": "Einloggen", + "email": "Deine E-Mail", + "password": "Dein Password", + "moreInfo": "Was ist Human Connection?" + }, "settings": { "name": "Einstellungen", "data": { @@ -71,5 +78,11 @@ "takeAction": { "name": "Aktiv werde" } + }, + "quotes": { + "african": { + "quote": "Viele kleine Leute, an vielen kleinen Orten, die viele kleine Dinge tun, werden das Antlitz dieser Welt verändern.", + "author": "Afrikanisches Sprichwort" + } } } diff --git a/locales/en.json b/locales/en.json index 7a5eb9428..2dbbac369 100644 --- a/locales/en.json +++ b/locales/en.json @@ -1,4 +1,11 @@ { + "login": { + "copy": "If you already have an human-connection account, login here.", + "login": "Login", + "email": "Your Email", + "password": "Your Password", + "moreInfo": "What is Human Connection?" + }, "settings": { "name": "Settings", "data": { @@ -71,5 +78,11 @@ "takeAction": { "name": "Take action" } + }, + "quotes": { + "african": { + "quote": "Many small people in many small places do many small things, that can alter the face of the world.", + "author": "African proverb" + } } } diff --git a/pages/login.vue b/pages/login.vue index cd4b76790..da1709cf2 100644 --- a/pages/login.vue +++ b/pages/login.vue @@ -2,19 +2,17 @@
-

- Viele kleine Leute, an vielen kleinen Orten, die viele kleine Dinge tun, werden das Antlitz dieser Welt verändern. -

- - Afrikanisches Sprichwort +

{{ $t('quotes.african.quote') }}

+ - {{ $t('quotes.african.author') }}
- +