From 08c4abc182a5f8068b5b75c17d6af91ac6c97c40 Mon Sep 17 00:00:00 2001
From: bcardon <benedicte.cardon@inria.fr>
Date: Tue, 14 Dec 2021 16:39:44 +0100
Subject: [PATCH] =?UTF-8?q?Tuto=20IT/EN=20maj=20cat=C3=A9gories?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 data/tuto1/translations/en.json | 6 ++++++
 data/tuto1/translations/it.json | 5 +++++
 data/tuto2/translations/en.json | 6 ++++++
 data/tuto2/translations/it.json | 2 ++
 4 files changed, 19 insertions(+)

diff --git a/data/tuto1/translations/en.json b/data/tuto1/translations/en.json
index 0caa892..d44d316 100644
--- a/data/tuto1/translations/en.json
+++ b/data/tuto1/translations/en.json
@@ -82,6 +82,7 @@
     "Analyse en cours...": "Analysis in progress...",
     "Ajout des images": "Adding new images",
     "Sélectionner une catégorie": "Select a category",
+    "CATEGORIE": "CATEGORY",
     "Chat": "Cat",
     "Chien": "Dog",
     "Guitare": "Guitar",
@@ -89,6 +90,11 @@
     "Licorne": "Unicorn",
     "Lion": "Lion",
     "Lune": "Moon",
+    "Pommes": "Apple",
+    "Poires": "Pear",
+    "Triangle": "Triangle",
+    "Vélo": "Bike",
+    "catégorie": "Category",
     "Tigre": "Tiger"
   }
 }
diff --git a/data/tuto1/translations/it.json b/data/tuto1/translations/it.json
index 2fd7d2a..3889372 100644
--- a/data/tuto1/translations/it.json
+++ b/data/tuto1/translations/it.json
@@ -89,6 +89,11 @@
         "Licorne": "Unicorno",
         "Lion": "Leone",
         "Lune": "Luna",
+        "Pommes": "Mela",
+        "Poires": "Pera",
+        "Triangle": "Triangolo",
+        "Vélo": "Bici",
+        "catégorie": "categoria",
         "Tigre": "Tigre"
     }
 }
diff --git a/data/tuto2/translations/en.json b/data/tuto2/translations/en.json
index e596a42..a0d5c11 100644
--- a/data/tuto2/translations/en.json
+++ b/data/tuto2/translations/en.json
@@ -77,6 +77,7 @@
     "Chargement du modèle...": "Loading model...",
     "Analyse en cours...": "Analysis in progress...",
     "Sélectionner une catégorie": "Select a category",
+    "CATEGORIE": "CATEGORY",
     "Chat": "Cat",
     "Chien": "Dog",
     "Guitare": "Guitar",
@@ -84,6 +85,11 @@
     "Licorne": "Unicorn",
     "Lion": "Lion",
     "Lune": "Moon",
+    "Pommes": "Apple",
+    "Poires": "Pear",
+    "Triangle": "Triangle",
+    "Vélo": "Bike",
+    "catégorie": "category",
     "Tigre": "Tiger",
     "Ajout des images": "Adding images"
   }
diff --git a/data/tuto2/translations/it.json b/data/tuto2/translations/it.json
index a493fc7..fe0eed7 100644
--- a/data/tuto2/translations/it.json
+++ b/data/tuto2/translations/it.json
@@ -77,7 +77,9 @@
         "Chargement du modèle...": "Caricamento del modello...",
         "Analyse en cours...": "Analisi in corso...",
         "Sélectionner une catégorie": "Seleziona una categoria",
+        "Définir la catégorie #1": "Definire la categoria",
         "Chat": "Gatto",
+        "CATEGORIE": "CATEGORIA",
         "Chien": "Cane",
         "Guitare": "Chitarra",
         "Hamburger": "Hamburger",
-- 
GitLab