From af614e9ae847b2e912ffbab04d8d41e6f0c5ce50 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 15 Feb 2024 18:50:03 +0100 Subject: [PATCH] introducing files translations --- src/data/screensTranslations_EN.json | 33 ++++++++++++++++++++++++++++ src/data/screensTranslations_FR.json | 33 ++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 src/data/screensTranslations_EN.json create mode 100644 src/data/screensTranslations_FR.json diff --git a/src/data/screensTranslations_EN.json b/src/data/screensTranslations_EN.json new file mode 100644 index 0000000..5761cc5 --- /dev/null +++ b/src/data/screensTranslations_EN.json @@ -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" + } +} \ No newline at end of file diff --git a/src/data/screensTranslations_FR.json b/src/data/screensTranslations_FR.json new file mode 100644 index 0000000..21a222b --- /dev/null +++ b/src/data/screensTranslations_FR.json @@ -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" + } +} \ No newline at end of file