mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-05 01:40:10 +00:00
Harvey Tindall
ee026714d4
If enabled, a confirmation email will be sent before the user can create their account.
17 lines
387 B
JSON
17 lines
387 B
JSON
{
|
|
"meta": {
|
|
"name": "Français (FR)",
|
|
"author": "https://github.com/Killianbe"
|
|
},
|
|
"strings": {
|
|
"username": "Nom d'utilisateur",
|
|
"name": "Nom",
|
|
"password": "Mot de passe",
|
|
"emailAddress": "Addresse Email",
|
|
"submit": "Soumettre",
|
|
"success": "Succès",
|
|
"error": "Erreur",
|
|
"theme": "Thème"
|
|
}
|
|
}
|