diff --git a/frontend/locales/de.json b/frontend/locales/de.json index 60438d49..ea22d1d6 100644 --- a/frontend/locales/de.json +++ b/frontend/locales/de.json @@ -11,7 +11,10 @@ "create_and_add": "Erstellen und ein weiteres hinzufügen", "follow_dev": "Dem Entwickler folgen", "read_docs": "Lese die Dokumentation", - "submit": "Absenden" + "submit": "Absenden", + "created": "Erstellt", + "welcome": "Willkommen,{username}", + "sign_out": "Abmelden" }, "index": { "login": "Anmelden", @@ -65,5 +68,22 @@ "title": "Erstelle Standort" } } + }, + "profile": { + "change_password": "Passwort ändern", + "current_password": "Aktuelles Passwort", + "new_password": "Neues Passwort", + "notifiers": "Melder", + "notifiers_sub": "Benachrichtigungen über anstehende Wartungserinnerungen erhalten", + "name": "Name", + "url": "URL", + "enabled": "Aktiviert", + "test": "Test", + "gen_invite": "Einladungslink generieren", + "user_profile": "Benutzerprofil", + "user_profile_sub": "Benutzer einladen und Ihr Konto verwalten.", + "active": "Aktiv", + "inactive": "Inaktiv", + "notifier_modal": "{ type, select, true {Edit} false {Create} other {Other}} Melder" } } diff --git a/frontend/locales/sv.json b/frontend/locales/sv.json index cc622767..b053ce0f 100644 --- a/frontend/locales/sv.json +++ b/frontend/locales/sv.json @@ -1,6 +1,6 @@ { "profile": { - "notifier_modal": "{ skriv, välj, sant {Redigera} falskt {Skapa} annat {Annat}} Notifier", + "notifier_modal": "{ type, select, true {Edit} false {Create} other {Other}} Anmälare", "change_password": "Ändra Lösenord", "current_password": "Nuvarande lösenord", "new_password": "Nytt lösenord",