mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-05 18:00:22 +00:00
Harvey Tindall
d3c5feaf1b
login-related stuff was moved into common using the langmover script, so that the user page doesn't have to use the admin language files.
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"meta": {
|
|
"name": "Nederlands (NL)"
|
|
},
|
|
"strings": {
|
|
"username": "Gebruikersnaam",
|
|
"password": "Wachtwoord",
|
|
"emailAddress": "E-mailadres",
|
|
"name": "Naam",
|
|
"submit": "Verstuur",
|
|
"send": "Verstuur",
|
|
"success": "Succes",
|
|
"continue": "Doorgaan",
|
|
"error": "Fout",
|
|
"copy": "Kopiëer",
|
|
"copied": "Gekopieerd",
|
|
"time24h": "24u-formaat",
|
|
"time12h": "12u-formaat",
|
|
"linkTelegram": "Koppel Telegram",
|
|
"contactEmail": "Stuur e-mailbericht",
|
|
"contactTelegram": "Stuur Telegram-bericht",
|
|
"linkDiscord": "Koppel Discord",
|
|
"linkMatrix": "Koppel Matrix",
|
|
"contactDiscord": "Stuur Discord bericht",
|
|
"theme": "Thema",
|
|
"refresh": "Ververs",
|
|
"required": "Verplicht",
|
|
"login": "Inloggen",
|
|
"logout": "Uitloggen"
|
|
},
|
|
"notifications": {
|
|
"errorLoginBlank": "De gebruikersnaam en/of wachtwoord is leeg.",
|
|
"errorConnection": "Kon geen verbinding maken met jfa-go.",
|
|
"errorUnknown": "Onbekende fout.",
|
|
"error401Unauthorized": "Geen toegang. Probeer de pagina te vernieuwen."
|
|
}
|
|
} |