mirror of
https://github.com/st-tu-dresden-praktikum/swt23w23
synced 2024-07-19 21:04:36 +02:00
22 lines
848 B
Properties
22 lines
848 B
Properties
# ATTENTION:
|
|
# 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
|
|
|
|
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
|