mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-05 09:50:11 +00:00
Harvey Tindall
ee026714d4
If enabled, a confirmation email will be sent before the user can create their account.
16 lines
324 B
JSON
16 lines
324 B
JSON
{
|
|
"meta": {
|
|
"name": "Deutsch (DE)"
|
|
},
|
|
"strings": {
|
|
"username": "Benutzername",
|
|
"name": "Name",
|
|
"password": "Passwort",
|
|
"emailAddress": "E-Mail-Adresse",
|
|
"submit": "Absenden",
|
|
"success": "Erfolg",
|
|
"error": "Fehler",
|
|
"theme": "Thema"
|
|
}
|
|
}
|