updating screen translations
This commit is contained in:
parent
12e0bd9ea3
commit
3c502544df
60
src/data/screensTranslations_CS.json
Normal file
60
src/data/screensTranslations_CS.json
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
{
|
||||
"welcome": {
|
||||
"welcome": "Vítejte",
|
||||
"select_language": "Vyberte svůj jazyk",
|
||||
"language_label": "jazyk",
|
||||
"start": "Začít",
|
||||
"enter": "Vstoupit"
|
||||
},
|
||||
"home": {
|
||||
"app_description": "Objevte interaktivní hru Stay Safe, kde vaše volby určí vaši bezpečnost na pracovišti."
|
||||
},
|
||||
"profile": {
|
||||
"profiles": {
|
||||
"civilian": "Civilista",
|
||||
"driver": "Kamionový řidič",
|
||||
"lhoist_employee": "Zaměstnanec Lhoist",
|
||||
"subcontractor_employee": "Zaměstnanec subdodavatele"
|
||||
},
|
||||
"iam": "Jsem",
|
||||
"profile": "Profil"
|
||||
},
|
||||
"country": {
|
||||
"iam": "Jsem",
|
||||
"profile": "Profil",
|
||||
"country_label": "Země"
|
||||
},
|
||||
"game": {
|
||||
"found": "Nalezeno!",
|
||||
"is_it_secure": "bezpečné nebo riskantní?",
|
||||
"is_it_secure_question": "Představuje situace významné riziko nebo identifikujete správné chování?",
|
||||
"secure": "Bezpečné",
|
||||
"risky": "Riskantní",
|
||||
"next": "Další",
|
||||
"previous": "Předchozí",
|
||||
"right_answer": "Správná odpověď",
|
||||
"wrong_answer": "Špatná odpověď",
|
||||
"it_is_risk": "Je to riziko",
|
||||
"it_is_not_risk": "Není to riziko"
|
||||
},
|
||||
"tutorial": {
|
||||
"how_to_play": "Jak hrát?",
|
||||
"move_around": "Pohybujte se ve hře",
|
||||
"move_around_description": "Pohybujte a držte kurzor myši nebo posouvejte prstem po obrazovce telefonu pro prozkoumání scény.",
|
||||
"walkthrough": "Průběh hry",
|
||||
"walkthrough_description": "Identifikujte dobré a špatné praktiky klikáním na objekty a akce ve scéně.",
|
||||
"points_and_time": "Body a časomíra",
|
||||
"points_and_time_description": "Identifikujte různé akce s co nejmenším počtem chyb, bezpečnost je nutností, a dělejte to co nejrychleji!"
|
||||
},
|
||||
"ui": {
|
||||
"back": "Zpět",
|
||||
"next": "Další",
|
||||
"previous": "Předchozí",
|
||||
"submit": "Odeslat",
|
||||
"yes": "Ano",
|
||||
"no": "Ne",
|
||||
"close": "Zavřít",
|
||||
"language": "Jazyk",
|
||||
"loading": "Načítání"
|
||||
}
|
||||
}
|
||||
60
src/data/screensTranslations_DA.json
Normal file
60
src/data/screensTranslations_DA.json
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
{
|
||||
"welcome": {
|
||||
"welcome": "Velkommen",
|
||||
"select_language": "Vælg dit sprog",
|
||||
"language_label": "sprog",
|
||||
"start": "Start",
|
||||
"enter": "Indtast"
|
||||
},
|
||||
"home": {
|
||||
"app_description": "Oplev det interaktive spil Stay Safe, hvor dine valg vil bestemme din sikkerhed på arbejdspladsen."
|
||||
},
|
||||
"profile": {
|
||||
"profiles": {
|
||||
"civilian": "Civil",
|
||||
"driver": "Lastbilchauffør",
|
||||
"lhoist_employee": "Lhoist-ansat",
|
||||
"subcontractor_employee": "Underleverandør-ansat"
|
||||
},
|
||||
"iam": "Jeg er",
|
||||
"profile": "Profil"
|
||||
},
|
||||
"country": {
|
||||
"iam": "Jeg er",
|
||||
"profile": "Profil",
|
||||
"country_label": "Land"
|
||||
},
|
||||
"game": {
|
||||
"found": "Fundet!",
|
||||
"is_it_secure": "sikker eller risikabel?",
|
||||
"is_it_secure_question": "Udposer situationen for en stor risiko, eller identificerer du god opførsel?",
|
||||
"secure": "Sikker",
|
||||
"risky": "Risikabel",
|
||||
"next": "Næste",
|
||||
"previous": "Forrige",
|
||||
"right_answer": "Korrekt svar",
|
||||
"wrong_answer": "Forkert svar",
|
||||
"it_is_risk": "Det er en risiko",
|
||||
"it_is_not_risk": "Det er ikke en risiko"
|
||||
},
|
||||
"tutorial": {
|
||||
"how_to_play": "Sådan spiller du?",
|
||||
"move_around": "Bevæg dig i spillet",
|
||||
"move_around_description": "Flyt og hold musemarkøren nede eller stryg med fingeren på din telefons skærm for at udforske scenen.",
|
||||
"walkthrough": "Forløbet af et spil",
|
||||
"walkthrough_description": "Identificer de gode og dårlige praksisser ved at klikke på objekter og handlinger i scenen.",
|
||||
"points_and_time": "Point og tid",
|
||||
"points_and_time_description": "Identificer de forskellige handlinger ved at lave så få fejl som muligt, sikkerhed er et must, og gør det så hurtigt som muligt!"
|
||||
},
|
||||
"ui": {
|
||||
"back": "Tilbage",
|
||||
"next": "Næste",
|
||||
"previous": "Forrige",
|
||||
"submit": "Indsend",
|
||||
"yes": "Ja",
|
||||
"no": "Nej",
|
||||
"close": "Luk",
|
||||
"language": "Sprog",
|
||||
"loading": "Indlæser"
|
||||
}
|
||||
}
|
||||
60
src/data/screensTranslations_DE.json
Normal file
60
src/data/screensTranslations_DE.json
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
{
|
||||
"welcome": {
|
||||
"welcome": "Willkommen",
|
||||
"select_language": "Wählen Sie Ihre Sprache",
|
||||
"language_label": "Sprache",
|
||||
"start": "Starten",
|
||||
"enter": "Eintreten"
|
||||
},
|
||||
"home": {
|
||||
"app_description": "Entdecken Sie das interaktive Spiel Stay Safe, bei dem Ihre Entscheidungen Ihre Sicherheit am Arbeitsplatz bestimmen."
|
||||
},
|
||||
"profile": {
|
||||
"profiles": {
|
||||
"civilian": "Zivilist",
|
||||
"driver": "LKW-Fahrer",
|
||||
"lhoist_employee": "Lhoist-Mitarbeiter",
|
||||
"subcontractor_employee": "Mitarbeiter eines Subunternehmers"
|
||||
},
|
||||
"iam": "Ich bin",
|
||||
"profile": "Profil"
|
||||
},
|
||||
"country": {
|
||||
"iam": "Ich bin",
|
||||
"profile": "Profil",
|
||||
"country_label": "Land"
|
||||
},
|
||||
"game": {
|
||||
"found": "Gefunden!",
|
||||
"is_it_secure": "sicher oder riskant?",
|
||||
"is_it_secure_question": "Stellt die Situation ein großes Risiko dar oder identifizieren Sie ein gutes Verhalten?",
|
||||
"secure": "Sicher",
|
||||
"risky": "Riskant",
|
||||
"next": "Weiter",
|
||||
"previous": "Zurück",
|
||||
"right_answer": "Richtige Antwort",
|
||||
"wrong_answer": "Falsche Antwort",
|
||||
"it_is_risk": "Es ist ein Risiko",
|
||||
"it_is_not_risk": "Es ist kein Risiko"
|
||||
},
|
||||
"tutorial": {
|
||||
"how_to_play": "Wie spielt man?",
|
||||
"move_around": "Bewegen Sie sich im Spiel",
|
||||
"move_around_description": "Bewegen Sie sich und halten Sie den Cursor Ihrer Maus gedrückt oder wischen Sie mit Ihrem Finger über den Bildschirm Ihres Telefons, um die Szene zu erkunden.",
|
||||
"walkthrough": "Ablauf eines Spiels",
|
||||
"walkthrough_description": "Identifizieren Sie gute und schlechte Praktiken, indem Sie auf Objekte und Handlungen in der Szene klicken.",
|
||||
"points_and_time": "Punkte und Zeitmesser",
|
||||
"points_and_time_description": "Identifizieren Sie die verschiedenen Aktionen, indem Sie so wenige Fehler wie möglich machen, Sicherheit ist ein Muss, und das so schnell wie möglich!"
|
||||
},
|
||||
"ui": {
|
||||
"back": "Zurück",
|
||||
"next": "Weiter",
|
||||
"previous": "Zurück",
|
||||
"submit": "Einreichen",
|
||||
"yes": "Ja",
|
||||
"no": "Nein",
|
||||
"close": "Schließen",
|
||||
"language": "Sprache",
|
||||
"loading": "Laden"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,6 +1,13 @@
|
|||
{
|
||||
"welcome": {
|
||||
"welcome": "Welcome",
|
||||
"select_language": "Select your language",
|
||||
"language_label": "language",
|
||||
"start": "Start",
|
||||
"enter": "Entrer"
|
||||
},
|
||||
"home": {
|
||||
"app_description": "Discover the interactive game Stay Safe, where your choices will determine your safety at your workplace."
|
||||
"app_description": "Explore the interactive game Stay Safe, where your choices will determine your safety at the workplace."
|
||||
},
|
||||
"profile": {
|
||||
"profiles": {
|
||||
|
|
@ -25,9 +32,29 @@
|
|||
"risky": "Risky",
|
||||
"next": "Next",
|
||||
"previous": "Previous",
|
||||
"right_answer": "Correct answer",
|
||||
"right_answer": "Right answer",
|
||||
"wrong_answer": "Wrong answer",
|
||||
"it_is_risk": "It's a risk",
|
||||
"it_is_not_risk": "It's not a risk"
|
||||
"it_is_risk": "It is a risk",
|
||||
"it_is_not_risk": "It is not a risk"
|
||||
},
|
||||
"tutorial": {
|
||||
"how_to_play": "How to play?",
|
||||
"move_around": "Move around in the game",
|
||||
"move_around_description": "Move and keep pressing with the cursor of your mouse or slide your finger on your phone's screen to explore the scene.",
|
||||
"walkthrough": "Course of a game",
|
||||
"walkthrough_description": "Identify the good and bad practices by clicking on the objects and actions in the scene.",
|
||||
"points_and_time": "Points and timer",
|
||||
"points_and_time_description": "Identify the various actions by making as few mistakes as possible, safety is a must, and do it as quickly as possible!"
|
||||
},
|
||||
"ui": {
|
||||
"back": "Back",
|
||||
"next": "Next",
|
||||
"previous": "Previous",
|
||||
"submit": "Submit",
|
||||
"yes": "Yes",
|
||||
"no": "No",
|
||||
"close": "Close",
|
||||
"language": "Language",
|
||||
"loading": "Loading"
|
||||
}
|
||||
}
|
||||
60
src/data/screensTranslations_ES.json
Normal file
60
src/data/screensTranslations_ES.json
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
{
|
||||
"welcome": {
|
||||
"welcome": "Bienvenido",
|
||||
"select_language": "Seleccione su idioma",
|
||||
"language_label": "idioma",
|
||||
"start": "Comenzar",
|
||||
"enter": "Entrar"
|
||||
},
|
||||
"home": {
|
||||
"app_description": "Descubra el juego interactivo Stay Safe, donde sus elecciones determinarán su seguridad en el lugar de trabajo."
|
||||
},
|
||||
"profile": {
|
||||
"profiles": {
|
||||
"civilian": "Civil",
|
||||
"driver": "Conductor de camión",
|
||||
"lhoist_employee": "Empleado de Lhoist",
|
||||
"subcontractor_employee": "Empleado de subcontratista"
|
||||
},
|
||||
"iam": "Yo soy",
|
||||
"profile": "Perfil"
|
||||
},
|
||||
"country": {
|
||||
"iam": "Yo soy",
|
||||
"profile": "Perfil",
|
||||
"country_label": "País"
|
||||
},
|
||||
"game": {
|
||||
"found": "¡Encontrado!",
|
||||
"is_it_secure": "¿seguro o riesgoso?",
|
||||
"is_it_secure_question": "¿La situación representa un riesgo mayor o identifica un buen comportamiento?",
|
||||
"secure": "Seguro",
|
||||
"risky": "Arriesgado",
|
||||
"next": "Siguiente",
|
||||
"previous": "Anterior",
|
||||
"right_answer": "Respuesta correcta",
|
||||
"wrong_answer": "Respuesta incorrecta",
|
||||
"it_is_risk": "Es un riesgo",
|
||||
"it_is_not_risk": "No es un riesgo"
|
||||
},
|
||||
"tutorial": {
|
||||
"how_to_play": "Cómo jugar?",
|
||||
"move_around": "Muévete en el juego",
|
||||
"move_around_description": "Muévete y mantén presionado con el cursor de tu ratón o desliza tu dedo en la pantalla de tu teléfono para explorar la escena.",
|
||||
"walkthrough": "Desarrollo del juego",
|
||||
"walkthrough_description": "Identifica las buenas y malas prácticas haciendo clic en los objetos y acciones de la escena.",
|
||||
"points_and_time": "Puntos y cronómetro",
|
||||
"points_and_time_description": "Identifica las diversas acciones cometiendo el menor número de errores posible, la seguridad es lo primero, ¡y hazlo lo más rápido posible!"
|
||||
},
|
||||
"ui": {
|
||||
"back": "Volver",
|
||||
"next": "Siguiente",
|
||||
"previous": "Anterior",
|
||||
"submit": "Enviar",
|
||||
"yes": "Sí",
|
||||
"no": "No",
|
||||
"close": "Cerrar",
|
||||
"language": "Idioma",
|
||||
"loading": "Cargando"
|
||||
}
|
||||
}
|
||||
60
src/data/screensTranslations_FI.json
Normal file
60
src/data/screensTranslations_FI.json
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
{
|
||||
"welcome": {
|
||||
"welcome": "Tervetuloa",
|
||||
"select_language": "Valitse kieli",
|
||||
"language_label": "kieli",
|
||||
"start": "Aloita",
|
||||
"enter": "Syötä"
|
||||
},
|
||||
"home": {
|
||||
"app_description": "Tutustu interaktiiviseen Stay Safe -peliin, jossa valintasi määrittävät turvallisuutesi työpaikalla."
|
||||
},
|
||||
"profile": {
|
||||
"profiles": {
|
||||
"civilian": "Siviili",
|
||||
"driver": "Rekkakuski",
|
||||
"lhoist_employee": "Lhoistin työntekijä",
|
||||
"subcontractor_employee": "Alihankkijan työntekijä"
|
||||
},
|
||||
"iam": "Minä olen",
|
||||
"profile": "Profiili"
|
||||
},
|
||||
"country": {
|
||||
"iam": "Minä olen",
|
||||
"profile": "Profiili",
|
||||
"country_label": "Maa"
|
||||
},
|
||||
"game": {
|
||||
"found": "Löydetty!",
|
||||
"is_it_secure": "turvallinen vai riskialtis?",
|
||||
"is_it_secure_question": "Onko tilanteessa suuri riski vai tunnistatko hyvän käytöksen?",
|
||||
"secure": "Turvallinen",
|
||||
"risky": "Riskialtis",
|
||||
"next": "Seuraava",
|
||||
"previous": "Edellinen",
|
||||
"right_answer": "Oikea vastaus",
|
||||
"wrong_answer": "Väärä vastaus",
|
||||
"it_is_risk": "Se on riski",
|
||||
"it_is_not_risk": "Se ei ole riski"
|
||||
},
|
||||
"tutorial": {
|
||||
"how_to_play": "Kuinka pelata?",
|
||||
"move_around": "Liiku pelissä",
|
||||
"move_around_description": "Liiku ja pidä hiiren kursoria painettuna tai pyyhkäise sormellasi puhelimen näyttöä tutkiaksesi kohtausta.",
|
||||
"walkthrough": "Pelin kulku",
|
||||
"walkthrough_description": "Tunnista hyvät ja huonot käytännöt klikkaamalla kohtauksen esineitä ja toimintoja.",
|
||||
"points_and_time": "Pisteet ja ajastin",
|
||||
"points_and_time_description": "Tunnista erilaiset toiminnot tekemällä mahdollisimman vähän virheitä, turvallisuus on tärkeintä, ja tee se mahdollisimman nopeasti!"
|
||||
},
|
||||
"ui": {
|
||||
"back": "Takaisin",
|
||||
"next": "Seuraava",
|
||||
"previous": "Edellinen",
|
||||
"submit": "Lähetä",
|
||||
"yes": "Kyllä",
|
||||
"no": "Ei",
|
||||
"close": "Sulje",
|
||||
"language": "Kieli",
|
||||
"loading": "Lataa"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,4 +1,11 @@
|
|||
{
|
||||
"welcome": {
|
||||
"welcome": "Bienvenue",
|
||||
"select_language": "Séléctionnez votre langue",
|
||||
"language_label": "langue",
|
||||
"start": "Commencer",
|
||||
"enter": "Entrer"
|
||||
},
|
||||
"home": {
|
||||
"app_description": "Découvrez le jeu interactif Stay Safe, où vos choix détermineront votre sécurité sur votre lieu de travail."
|
||||
},
|
||||
|
|
@ -29,5 +36,25 @@
|
|||
"wrong_answer": "Mauvaise réponse",
|
||||
"it_is_risk": "C'est un risque",
|
||||
"it_is_not_risk": "C'est n'est pas un risque"
|
||||
},
|
||||
"tutorial": {
|
||||
"how_to_play": "Comment jouer ?",
|
||||
"move_around": "Déplacez vous dans le jeu",
|
||||
"move_around_description": "Déplacez et restez appuyer avec le curseur de votre souris ou glisser votre doigt sur l'écran de votre téléphone pour explorer la scène.",
|
||||
"walkthrough": "Déroulement d'une partie",
|
||||
"walkthrough_description": "Identifiez les bonnes et mauvaises pratiques en cliquant sur les objets et actions de la scène.",
|
||||
"points_and_time": "Points et chronomètre",
|
||||
"points_and_time_description": "Identifiez les diverses actions en commettant le moins d'erreurs possible, sécurité oblige, et ce, le plus rapidement possible !"
|
||||
},
|
||||
"ui": {
|
||||
"back": "Retour",
|
||||
"next": "Suivant",
|
||||
"previous": "Précédent",
|
||||
"submit": "Soumettre",
|
||||
"yes": "Oui",
|
||||
"no": "Non",
|
||||
"close": "Fermer",
|
||||
"language": "Langue",
|
||||
"loading": "Chargement"
|
||||
}
|
||||
}
|
||||
51
src/data/screensTranslations_IT.json
Normal file
51
src/data/screensTranslations_IT.json
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"welcome": {
|
||||
"welcome": "Benvenuti",
|
||||
"select_language": "Seleziona la tua lingua",
|
||||
"language_label": "lingua",
|
||||
"start": "Inizia",
|
||||
"enter": "Entra"
|
||||
},
|
||||
"home": {
|
||||
"app_description": "Scopri il gioco interattivo Stay Safe, dove le tue scelte determineranno la tua sicurezza sul posto di lavoro."
|
||||
},
|
||||
"profile": {
|
||||
"profiles": {
|
||||
"civilian": "Civile",
|
||||
"driver": "Autista di camion",
|
||||
"lhoist_employee": "Impiegato Lhoist",
|
||||
"subcontractor_employee": "Impiegato di subappaltatore"
|
||||
},
|
||||
"iam": "Io sono",
|
||||
"profile": "Profilo"
|
||||
},
|
||||
"country": {
|
||||
"iam": "Io sono",
|
||||
"profile": "Profilo",
|
||||
"country_label": "Paese"
|
||||
},
|
||||
"game": {
|
||||
"found": "Trovato!",
|
||||
"is_it_secure": "sicuro o rischioso?",
|
||||
"is_it_secure_question": "La situazione comporta un rischio maggiore o riconosci un comportamento corretto?",
|
||||
"secure": "Sicuro",
|
||||
"risky": "Rischioso",
|
||||
"next": "Successivo",
|
||||
"previous": "Precedente",
|
||||
"right_answer": "Risposta corretta",
|
||||
"wrong_answer": "Risposta errata",
|
||||
"it_is_risk": "È un rischio",
|
||||
"it_is_not_risk": "Non è un rischio"
|
||||
},
|
||||
"ui": {
|
||||
"back": "Indietro",
|
||||
"next": "Successivo",
|
||||
"previous": "Precedente",
|
||||
"submit": "Invia",
|
||||
"yes": "Sì",
|
||||
"no": "No",
|
||||
"close": "Chiudi",
|
||||
"language": "Lingua",
|
||||
"loading": "Caricamento"
|
||||
}
|
||||
}
|
||||
60
src/data/screensTranslations_MS.json
Normal file
60
src/data/screensTranslations_MS.json
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
{
|
||||
"welcome": {
|
||||
"welcome": "Selamat Datang",
|
||||
"select_language": "Pilih bahasa anda",
|
||||
"start": "Mulakan",
|
||||
"language_label": "bahasa",
|
||||
"enter": "Masuk"
|
||||
},
|
||||
"home": {
|
||||
"app_description": "Terokai permainan interaktif Stay Safe, di mana pilihan anda akan menentukan keselamatan anda di tempat kerja."
|
||||
},
|
||||
"profile": {
|
||||
"profiles": {
|
||||
"civilian": "Awam",
|
||||
"driver": "Pemandu trak",
|
||||
"lhoist_employee": "Pekerja Lhoist",
|
||||
"subcontractor_employee": "Pekerja subkontraktor"
|
||||
},
|
||||
"iam": "Saya",
|
||||
"profile": "Profil"
|
||||
},
|
||||
"country": {
|
||||
"iam": "Saya",
|
||||
"profile": "Profil",
|
||||
"country_label": "Negara"
|
||||
},
|
||||
"game": {
|
||||
"found": "Ditemui!",
|
||||
"is_it_secure": "selamat atau berisiko?",
|
||||
"is_it_secure_question": "Adakah situasi itu membawa risiko besar atau anda mengenal pasti tingkah laku yang baik?",
|
||||
"secure": "Selamat",
|
||||
"risky": "Berisiko",
|
||||
"next": "Seterusnya",
|
||||
"previous": "Sebelumnya",
|
||||
"right_answer": "Jawapan Betul",
|
||||
"wrong_answer": "Jawapan Salah",
|
||||
"it_is_risk": "Ini adalah risiko",
|
||||
"it_is_not_risk": "Ini bukan risiko"
|
||||
},
|
||||
"tutorial": {
|
||||
"how_to_play": "Cara bermain?",
|
||||
"move_around": "Bergerak dalam permainan",
|
||||
"move_around_description": "Bergerak dan tekan terus dengan kursor tetikus anda atau geser jari anda pada skrin telefon untuk meneroka adegan.",
|
||||
"walkthrough": "Perjalanan sebuah permainan",
|
||||
"walkthrough_description": "Kenal pasti amalan baik dan buruk dengan mengklik pada objek dan tindakan dalam adegan.",
|
||||
"points_and_time": "Mata dan masa",
|
||||
"points_and_time_description": "Kenal pasti pelbagai tindakan dengan membuat seberapa sedikit"
|
||||
},
|
||||
"ui": {
|
||||
"back": "Kembali",
|
||||
"next": "Seterusnya",
|
||||
"previous": "Sebelumnya",
|
||||
"submit": "Hantar",
|
||||
"yes": "Ya",
|
||||
"no": "Tidak",
|
||||
"close": "Tutup",
|
||||
"language": "Bahasa",
|
||||
"loading": "Memuat"
|
||||
}
|
||||
}
|
||||
60
src/data/screensTranslations_PL.json
Normal file
60
src/data/screensTranslations_PL.json
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
{
|
||||
"welcome": {
|
||||
"welcome": "Witaj",
|
||||
"select_language": "Wybierz swój język",
|
||||
"language_label": "język",
|
||||
"start": "Rozpocznij",
|
||||
"enter": "Wejść"
|
||||
},
|
||||
"home": {
|
||||
"app_description": "Odkryj interaktywną grę Stay Safe, gdzie Twoje wybory zadecydują o Twoim bezpieczeństwie w miejscu pracy."
|
||||
},
|
||||
"profile": {
|
||||
"profiles": {
|
||||
"civilian": "Cywil",
|
||||
"driver": "Kierowca ciężarówki",
|
||||
"lhoist_employee": "Pracownik Lhoist",
|
||||
"subcontractor_employee": "Pracownik podwykonawcy"
|
||||
},
|
||||
"iam": "Jestem",
|
||||
"profile": "Profil"
|
||||
},
|
||||
"country": {
|
||||
"iam": "Jestem",
|
||||
"profile": "Profil",
|
||||
"country_label": "Kraj"
|
||||
},
|
||||
"game": {
|
||||
"found": "Znaleziono!",
|
||||
"is_it_secure": "bezpieczne czy ryzykowne?",
|
||||
"is_it_secure_question": "Czy sytuacja stanowi duże ryzyko lub czy identyfikujesz prawidłowe zachowanie?",
|
||||
"secure": "Bezpieczne",
|
||||
"risky": "Ryzykowne",
|
||||
"next": "Następny",
|
||||
"previous": "Poprzedni",
|
||||
"right_answer": "Dobra odpowiedź",
|
||||
"wrong_answer": "Zła odpowiedź",
|
||||
"it_is_risk": "To ryzyko",
|
||||
"it_is_not_risk": "To nie jest ryzyko"
|
||||
},
|
||||
"tutorial": {
|
||||
"how_to_play": "Jak grać?",
|
||||
"move_around": "Poruszaj się w grze",
|
||||
"move_around_description": "Poruszaj się i przytrzymaj kursor myszy lub przesuwaj palcem po ekranie telefonu, aby zbadać scenę.",
|
||||
"walkthrough": "Przebieg gry",
|
||||
"walkthrough_description": "Identyfikuj dobre i złe praktyki, klikając na obiekty i działania w scenie.",
|
||||
"points_and_time": "Punkty i zegar",
|
||||
"points_and_time_description": "Identyfikuj różne działania, popełniając jak najmniej błędów, bezpieczeństwo przede wszystkim, i rób to jak najszybciej!"
|
||||
},
|
||||
"ui": {
|
||||
"back": "Powrót",
|
||||
"next": "Następny",
|
||||
"previous": "Poprzedni",
|
||||
"submit": "Zatwierdź",
|
||||
"yes": "Tak",
|
||||
"no": "Nie",
|
||||
"close": "Zamknij",
|
||||
"language": "Język",
|
||||
"loading": "Ładowanie"
|
||||
}
|
||||
}
|
||||
60
src/data/screensTranslations_PT.json
Normal file
60
src/data/screensTranslations_PT.json
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
{
|
||||
"welcome": {
|
||||
"welcome": "Bem-vindo",
|
||||
"select_language": "Selecione seu idioma",
|
||||
"start": "Começar",
|
||||
"language_label": "idioma",
|
||||
"enter": "Entrar"
|
||||
},
|
||||
"home": {
|
||||
"app_description": "Descubra o jogo interativo Stay Safe, onde suas escolhas determinarão sua segurança no local de trabalho."
|
||||
},
|
||||
"profile": {
|
||||
"profiles": {
|
||||
"civilian": "Civil",
|
||||
"driver": "Motorista de caminhão",
|
||||
"lhoist_employee": "Empregado da Lhoist",
|
||||
"subcontractor_employee": "Empregado de subcontratado"
|
||||
},
|
||||
"iam": "Eu sou",
|
||||
"profile": "Perfil"
|
||||
},
|
||||
"country": {
|
||||
"iam": "Eu sou",
|
||||
"profile": "Perfil",
|
||||
"country_label": "País"
|
||||
},
|
||||
"game": {
|
||||
"found": "Encontrado!",
|
||||
"is_it_secure": "seguro ou arriscado?",
|
||||
"is_it_secure_question": "A situação representa um grande risco ou você identifica um bom comportamento?",
|
||||
"secure": "Seguro",
|
||||
"risky": "Arriscado",
|
||||
"next": "Próximo",
|
||||
"previous": "Anterior",
|
||||
"right_answer": "Resposta certa",
|
||||
"wrong_answer": "Resposta errada",
|
||||
"it_is_risk": "É um risco",
|
||||
"it_is_not_risk": "Não é um risco"
|
||||
},
|
||||
"tutorial": {
|
||||
"how_to_play": "Como jogar?",
|
||||
"move_around": "Mova-se no jogo",
|
||||
"move_around_description": "Mova e mantenha pressionado com o cursor do seu mouse ou deslize o dedo na tela do seu telefone para explorar a cena.",
|
||||
"walkthrough": "Desenrolar do jogo",
|
||||
"walkthrough_description": "Identifique as boas e más práticas clicando nos objetos e ações da cena.",
|
||||
"points_and_time": "Pontos e cronômetro",
|
||||
"points_and_time_description": "Identifique as várias ações cometendo o menor número de erros possível, segurança é fundamental, e faça isso o mais rápido possível!"
|
||||
},
|
||||
"ui": {
|
||||
"back": "Voltar",
|
||||
"next": "Próximo",
|
||||
"previous": "Anterior",
|
||||
"submit": "Enviar",
|
||||
"yes": "Sim",
|
||||
"no": "Não",
|
||||
"close": "Fechar",
|
||||
"language": "Idioma",
|
||||
"loading": "Carregando"
|
||||
}
|
||||
}
|
||||
60
src/data/screensTranslations_SK.json
Normal file
60
src/data/screensTranslations_SK.json
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
{
|
||||
"welcome": {
|
||||
"welcome": "Vitajte",
|
||||
"select_language": "Vyberte si jazyk",
|
||||
"start": "Začať",
|
||||
"language_label": "jazyk",
|
||||
"enter": "Vstúpiť"
|
||||
},
|
||||
"home": {
|
||||
"app_description": "Preskúmajte interaktívnu hru Stay Safe, kde vaše rozhodnutia určia vašu bezpečnosť na pracovisku."
|
||||
},
|
||||
"profile": {
|
||||
"profiles": {
|
||||
"civilian": "Civil",
|
||||
"driver": "Vodič nákladného auta",
|
||||
"lhoist_employee": "Zamestnanec Lhoist",
|
||||
"subcontractor_employee": "Zamestnanec subdodávateľa"
|
||||
},
|
||||
"iam": "Som",
|
||||
"profile": "Profil"
|
||||
},
|
||||
"country": {
|
||||
"iam": "Som",
|
||||
"profile": "Profil",
|
||||
"country_label": "Krajina"
|
||||
},
|
||||
"game": {
|
||||
"found": "Nájdené!",
|
||||
"is_it_secure": "bezpečné alebo riskantné?",
|
||||
"is_it_secure_question": "Predstavuje situácia veľké riziko alebo identifikujete správne správanie?",
|
||||
"secure": "Bezpečné",
|
||||
"risky": "Riskantné",
|
||||
"next": "Ďalšie",
|
||||
"previous": "Predchádzajúce",
|
||||
"right_answer": "Správna odpoveď",
|
||||
"wrong_answer": "Nesprávna odpoveď",
|
||||
"it_is_risk": "Je to riziko",
|
||||
"it_is_not_risk": "Nie je to riziko"
|
||||
},
|
||||
"tutorial": {
|
||||
"how_to_play": "Ako hrať?",
|
||||
"move_around": "Pohybujte sa v hre",
|
||||
"move_around_description": "Pohybujte sa a držte kurzor myši alebo posúvajte prstom po obrazovke telefónu, aby ste preskúmali scénu.",
|
||||
"walkthrough": "Priebeh hry",
|
||||
"walkthrough_description": "Identifikujte dobré a zlé praktiky kliknutím na objekty a akcie na scéne.",
|
||||
"points_and_time": "Body a časovač",
|
||||
"points_and_time_description": "Identifikujte rôzne akcie s čo najmenším počtom chýb, bezpečnosť je dôležitá, a robte to čo najrýchlejšie!"
|
||||
},
|
||||
"ui": {
|
||||
"back": "Späť",
|
||||
"next": "Ďalšie",
|
||||
"previous": "Predchádzajúce",
|
||||
"submit": "Odoslať",
|
||||
"yes": "Áno",
|
||||
"no": "Nie",
|
||||
"close": "Zavrieť",
|
||||
"language": "Jazyk",
|
||||
"loading": "Načítavanie"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user