Add fr-FR translations
This commit is contained in:
parent
bd01a35cc6
commit
6ff4d6d634
12 changed files with 267 additions and 5 deletions
12
front/translations/fr-FR/login.fr-FR.json
Normal file
12
front/translations/fr-FR/login.fr-FR.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"login": {
|
||||
"input": {
|
||||
"name": {
|
||||
"placeholder": "Entrez votre nom",
|
||||
"empty": "Le nom est vide"
|
||||
}
|
||||
},
|
||||
"terms": "En continuant, vous acceptez nos <a href=\"https://workadventu.re/terms-of-use\" target=\"_blank\">conditions d'utilisation</a>, notre <a href=\"https://workadventu.re/privacy-policy\" target=\"_blank\">politique de confidentialité</a> et notre <a href=\"https://workadventu.re/cookie-policy\" target=\"_blank\">politique relative aux cookies</a>.",
|
||||
"continue": "Continuer"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue