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": "Français (FR)"
|
|
},
|
|
"strings": {
|
|
"username": "Nom d'utilisateur",
|
|
"password": "Mot de passe",
|
|
"emailAddress": "Adresse e-mail",
|
|
"name": "Nom",
|
|
"submit": "Soumettre",
|
|
"send": "Envoyer",
|
|
"success": "Succès",
|
|
"continue": "Continuer",
|
|
"error": "Erreur",
|
|
"copy": "Copier",
|
|
"copied": "Copié",
|
|
"time24h": "Temps 24h",
|
|
"time12h": "Temps 12h",
|
|
"linkTelegram": "Lien Telegram",
|
|
"contactEmail": "Contact par e-mail",
|
|
"contactTelegram": "Contact par Telegram",
|
|
"linkDiscord": "Lier Discord",
|
|
"linkMatrix": "Lier Matrix",
|
|
"contactDiscord": "Contacter par Discord",
|
|
"theme": "Thème",
|
|
"refresh": "Actualiser",
|
|
"required": "Requis",
|
|
"login": "S'identifier",
|
|
"logout": "Se déconnecter"
|
|
},
|
|
"notifications": {
|
|
"errorLoginBlank": "Le nom d'utilisateur et/ou le mot de passe sont vides.",
|
|
"errorConnection": "Impossible de se connecter à jfa-go.",
|
|
"errorUnknown": "Erreur inconnue.",
|
|
"error401Unauthorized": "Non autorisé. Essayez d'actualiser la page."
|
|
}
|
|
} |