2023-11-01 12:32:54 +01:00
|
|
|
# ATTENTION:
|
2023-10-05 11:42:24 +02:00
|
|
|
# Spring Boot expects this file to be UTF-8 encoded 👍 However, some IDEs will open it in
|
|
|
|
# the wrong mode. For example, IntelliJ users must go to Preferences > Editor > File Encodings
|
|
|
|
# and set "Default encoding for properties files" to "UTF-8".
|
|
|
|
#
|
|
|
|
# HINT:
|
|
|
|
# Values from here will be used as a default if no entry was found in the language specific
|
|
|
|
# message file or if a language specific file could not be found.
|
|
|
|
|
|
|
|
welcome.title = Welcome back!
|
|
|
|
welcome.text = If umlauts such as äöü are not displayed correctly, something is broken
|
2023-11-01 12:32:54 +01:00
|
|
|
|
|
|
|
profile.title = Dein Profil
|
|
|
|
profile.danger_zone = Danger Zone
|
|
|
|
profile.edit = Bearbeiten
|
|
|
|
profile.delete = Account löschen
|
|
|
|
profile.username = Nutzername
|
|
|
|
profile.password = Passwort
|
|
|
|
profile.address = Adresse
|
|
|
|
profile.authentification = Authentifikation
|
|
|
|
profile.userinformation = Nutzerinformationen
|