mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-04 17:30:11 +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.
16 lines
898 B
JSON
16 lines
898 B
JSON
{
|
|
"meta": {
|
|
"name": "Nederlands (NL)"
|
|
},
|
|
"strings": {
|
|
"startMessage": "Hallo!\nVoer je Jellyfin pincode in om je account te verifiëren.",
|
|
"matrixStartMessage": "Hallo\nVoer onderstaande pincode in op de Jellyfin aanmeldpagina om je account te verifiëren.",
|
|
"invalidPIN": "Die pincode was ongeldig, probeer het nogmaals.",
|
|
"pinSuccess": "Succes! Je kunt nu teruggaan naar de aanmeldpagina.",
|
|
"languageMessage": "Opmerking: Bekijk beschikbare talen met {command}, en stel de taal in met {command} <taalcode>.",
|
|
"discordStartMessage": "Hallo!\nVoer je pincode in met `/pin <PINCODE>` om je account te verifiëren.",
|
|
"languageMessageDiscord": "Opmerking: stel je taal in met /lang <taal>.",
|
|
"languageSet": "Taal ingesteld als {language}.",
|
|
"discordDMs": "Bekijk alsjeblieft je DMs voor een antwoord."
|
|
}
|
|
} |