diff --git a/src/constants/auth.ts b/src/constants/auth.ts index bf94212a..4b76334d 100644 --- a/src/constants/auth.ts +++ b/src/constants/auth.ts @@ -10,4 +10,6 @@ export const AUTH = { SIGN_UP_HEADER: 'SIGN_UP_HEADER', EMAIL_FIELD_TEXT: 'EMAIL_FIELD_TEXT', PASSWORD_FIELD_LABEL: 'PASSWORD_FIELD_LABEL', + SWITCH_ACCOUNT_TEXT: 'SWITCH_ACCOUNT_TEXT', + NOT_SIGNED_IN_TOOLTIP: 'NOT_SIGNED_IN_TOOLTIP', }; diff --git a/src/langs/de/auth.json b/src/langs/de/auth.json index 38ef097c..feb5b60d 100644 --- a/src/langs/de/auth.json +++ b/src/langs/de/auth.json @@ -6,7 +6,10 @@ "EMAIL_SIGN_IN_METHOD": "E-Mail-Anmeldung", "PASSWORD_SIGN_IN_METHOD": "Passwort-Anmeldung", "NAME_FIELD_LABEL": "Name", + "PASSWORD_FIELD_LABEL": "Passwort", "SIGN_UP_BUTTON": "Anmelden", "SIGN_UP_HEADER": "Anmelden", - "EMAIL_FIELD_TEXT": "Email" + "EMAIL_FIELD_TEXT": "Email", + "SWITCH_ACCOUNT_TEXT": "Auf ein anderes Konto wechseln", + "NOT_SIGNED_IN_TOOLTIP": "Sie sind nicht eingeloggt." } diff --git a/src/langs/de/categories.json b/src/langs/de/categories.json index 3272027c..0c13381c 100644 --- a/src/langs/de/categories.json +++ b/src/langs/de/categories.json @@ -1,5 +1,5 @@ { - "DISCIPLINE": "Disziplin", - "EDUCATION_LEVEL": "Bildungsniveau", - "LANGUAGE": "Sprache" -} \ No newline at end of file + "DISCIPLINE": "Disziplin", + "EDUCATION_LEVEL": "Bildungsniveau", + "LANGUAGE": "Sprache" +} diff --git a/src/langs/de/common.json b/src/langs/de/common.json index 513e25e0..ddc58d95 100644 --- a/src/langs/de/common.json +++ b/src/langs/de/common.json @@ -8,4 +8,4 @@ "CLOSE_BUTTON": "Schliessen", "AVATAR_DEFAULT_ALT": "Benutzerbild", "MEMBER_DEFAULT_NAME": "Unbekannt" -} \ No newline at end of file +} diff --git a/src/langs/en/auth.json b/src/langs/en/auth.json index 3712ec7d..411caf74 100644 --- a/src/langs/en/auth.json +++ b/src/langs/en/auth.json @@ -6,7 +6,10 @@ "EMAIL_SIGN_IN_METHOD": "Email Sign In", "PASSWORD_SIGN_IN_METHOD": "Password Sign In", "NAME_FIELD_LABEL": "Name", + "PASSWORD_FIELD_LABEL": "Password", "SIGN_UP_BUTTON": "Sign Up", "SIGN_UP_HEADER": "Sign Up", - "EMAIL_FIELD_TEXT": "Email" + "EMAIL_FIELD_TEXT": "Email", + "SWITCH_ACCOUNT_TEXT": "Switch to another account", + "NOT_SIGNED_IN_TOOLTIP": "You are not signed in." } diff --git a/src/langs/en/common.json b/src/langs/en/common.json index 5042a769..c2c0206c 100644 --- a/src/langs/en/common.json +++ b/src/langs/en/common.json @@ -8,4 +8,4 @@ "CLOSE_BUTTON": "Close", "AVATAR_DEFAULT_ALT": "avatar", "MEMBER_DEFAULT_NAME": "Unknown" -} \ No newline at end of file +} diff --git a/src/langs/fr/auth.json b/src/langs/fr/auth.json index 1a52ab05..b2039769 100644 --- a/src/langs/fr/auth.json +++ b/src/langs/fr/auth.json @@ -6,7 +6,10 @@ "EMAIL_SIGN_IN_METHOD": "Connexion avec email", "PASSWORD_SIGN_IN_METHOD": "Connexion avec mot de passe", "NAME_FIELD_LABEL": "Nom", + "PASSWORD_FIELD_LABEL": "Mot de passe", "SIGN_UP_BUTTON": "S'enregistrer", "SIGN_UP_HEADER": "S'enregistrer", - "EMAIL_FIELD_TEXT": "Email" + "EMAIL_FIELD_TEXT": "Email", + "SWITCH_ACCOUNT_TEXT": "Utiliser un autre compte", + "NOT_SIGNED_IN_TOOLTIP": "Vous n'ĂȘtes pas connectĂ©." } diff --git a/src/langs/fr/common.json b/src/langs/fr/common.json index ef00f00e..844a8bb8 100644 --- a/src/langs/fr/common.json +++ b/src/langs/fr/common.json @@ -8,4 +8,4 @@ "CLOSE_BUTTON": "Fermer", "AVATAR_DEFAULT_ALT": "avatar", "MEMBER_DEFAULT_NAME": "Inconnu" -} \ No newline at end of file +}