introducing files translations

This commit is contained in:
Antoine M 2024-02-15 18:50:03 +01:00
parent 21f71d8e37
commit af614e9ae8
2 changed files with 66 additions and 0 deletions

View File

@ -0,0 +1,33 @@
{
"home": {
"app_description": "Discover the interactive game Stay Safe, where your choices will determine your safety at your workplace."
},
"profile": {
"profiles": {
"civilian": "Civilian",
"driver": "Truck Driver",
"lhoist_employee": "Lhoist Employee",
"subcontractor_employee": "Subcontractor Employee"
},
"iam": "I am",
"profile": "Profile"
},
"country": {
"iam": "I am",
"profile": "Profile",
"country_label": "Country"
},
"game": {
"found": "Found!",
"is_it_secure": "secure or risky?",
"is_it_secure_question": "Does the situation pose a major risk or do you identify good behavior?",
"secure": "Secure",
"risky": "Risky",
"next": "Next",
"previous": "Previous",
"right_answer": "Correct answer",
"wrong_answer": "Wrong answer",
"it_is_risk": "It's a risk",
"it_is_not_risk": "It's not a risk"
}
}

View File

@ -0,0 +1,33 @@
{
"home": {
"app_description": "Découvrez le jeu interactif Stay Safe, où vos choix détermineront votre sécurité sur votre lieu de travail."
},
"profile": {
"profiles": {
"civilian": "Civil",
"driver": "Chauffeur de camion",
"lhoist_employee": "Employé Lhoist",
"subcontractor_employee": "Employé sous-traitant"
},
"iam": "Je suis",
"profile": "Profil"
},
"country": {
"iam": "Je suis",
"profile": "Profil",
"country_label": "Pays"
},
"game": {
"found": "Trouvé!",
"is_it_secure": "securisé ou risqué ?",
"is_it_secure_question": "Est-ce que la situation comporte un risque majeur ou identifiez vous un bon comportement ?",
"secure": "Sécurisé",
"risky": "Risqué",
"next": "Suivant",
"previous": "Précédent",
"right_answer": "Bonne réponse",
"wrong_answer": "Mauvaise réponse",
"it_is_risk": "C'est un risque",
"it_is_not_risk": "C'est n'est pas un risque"
}
}