diff --git a/cryptide_project/src/Pages/InGame.tsx b/cryptide_project/src/Pages/InGame.tsx index 4a0d8d2..8fb887e 100644 --- a/cryptide_project/src/Pages/InGame.tsx +++ b/cryptide_project/src/Pages/InGame.tsx @@ -375,7 +375,7 @@ const InGame = ({locale, changeLocale}) => { backgroundColor: theme.colors.primary, borderColor: theme.colors.secondary }}> - Tour : {cptTour} + : {cptTour} } diff --git a/cryptide_project/src/Translations/en.json b/cryptide_project/src/Translations/en.json index 9c67646..9d9756e 100644 --- a/cryptide_project/src/Translations/en.json +++ b/cryptide_project/src/Translations/en.json @@ -72,6 +72,8 @@ "navbar.presentation":"Presentation", "navbar.info":"Information", + "round" : "Round", + "play.jouerseul": "Play alone", "play.enigme": "Solve an enigma", "play.enigme.easy": "Easy", diff --git a/cryptide_project/src/Translations/es.json b/cryptide_project/src/Translations/es.json index 0782f1a..c27982e 100644 --- a/cryptide_project/src/Translations/es.json +++ b/cryptide_project/src/Translations/es.json @@ -71,6 +71,7 @@ "navbar.presentation":"Presentación", "navbar.info":"Información", + "round":"Vuelta", "informations": "Información", "info.intro.title": "Introducción al juego:", diff --git a/cryptide_project/src/Translations/fr.json b/cryptide_project/src/Translations/fr.json index 191eb73..c79cfc2 100644 --- a/cryptide_project/src/Translations/fr.json +++ b/cryptide_project/src/Translations/fr.json @@ -71,14 +71,13 @@ "navbar.presentation":"Présentation", "navbar.info":"Informations", - - "easy" : "Facile", "hard" : "Difficile", "medium" : "Intermédiaire", "strong" : "Fort", "weak" : "Faible", "none" : "Aucun", + "round" : "Tour", "play.jouerseul": "Jouer seul", "play.enigme": "Résoudre une énigme", diff --git a/cryptide_project/src/Translations/pt.json b/cryptide_project/src/Translations/pt.json index f6c0c83..c5d2d58 100644 --- a/cryptide_project/src/Translations/pt.json +++ b/cryptide_project/src/Translations/pt.json @@ -72,6 +72,7 @@ "navbar.presentation":"Apresentação", "navbar.info":"Informação", + "round":"ronda", "informations" : "Informação", diff --git a/cryptide_project/src/Translations/ru.json b/cryptide_project/src/Translations/ru.json index a85d796..65e17b8 100644 --- a/cryptide_project/src/Translations/ru.json +++ b/cryptide_project/src/Translations/ru.json @@ -72,7 +72,7 @@ "navbar.presentation":"Презентационный", "navbar.info":"Информация", - + "round" : "Раунд", "informations" : "Информация", "info.intro.title":"Введение в игру :",