diff --git a/jams-react-client/src/components/LanguagePicker/LanguagePicker.js b/jams-react-client/src/components/LanguagePicker/LanguagePicker.js
index af34750ea1e4d62807b10c399c50e9d1c86630c5..b6555f5b4ea8b37c815481eec762eddfa54e6a9f 100644
--- a/jams-react-client/src/components/LanguagePicker/LanguagePicker.js
+++ b/jams-react-client/src/components/LanguagePicker/LanguagePicker.js
@@ -62,7 +62,6 @@ export default function LanguagePicker() {
             variant="contained"
             color="default"
             fullWidth
-            startIcon={<TranslateIcon />}
             {...bindTrigger(popupState)}
           >
             {languages.map((option) => {
diff --git a/jams-react-client/src/locales/ar/translation.json b/jams-react-client/src/locales/ar/translation.json
index edbd84e5268668fe9977ab3f9d9b25b6afd3eaba..749fa35473d3d4723eeacdad9653a90438d14e0e 100644
--- a/jams-react-client/src/locales/ar/translation.json
+++ b/jams-react-client/src/locales/ar/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/be/translation.json b/jams-react-client/src/locales/be/translation.json
index edbd84e5268668fe9977ab3f9d9b25b6afd3eaba..749fa35473d3d4723eeacdad9653a90438d14e0e 100644
--- a/jams-react-client/src/locales/be/translation.json
+++ b/jams-react-client/src/locales/be/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/bg/translation.json b/jams-react-client/src/locales/bg/translation.json
index 268c943fd18b6c01c447d804f4881aa54aafafb3..33db050320b4cfd6fcb9f90af5d18999c1da1d51 100644
--- a/jams-react-client/src/locales/bg/translation.json
+++ b/jams-react-client/src/locales/bg/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/bn/translation.json b/jams-react-client/src/locales/bn/translation.json
index edbd84e5268668fe9977ab3f9d9b25b6afd3eaba..749fa35473d3d4723eeacdad9653a90438d14e0e 100644
--- a/jams-react-client/src/locales/bn/translation.json
+++ b/jams-react-client/src/locales/bn/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/ca/translation.json b/jams-react-client/src/locales/ca/translation.json
index edbd84e5268668fe9977ab3f9d9b25b6afd3eaba..749fa35473d3d4723eeacdad9653a90438d14e0e 100644
--- a/jams-react-client/src/locales/ca/translation.json
+++ b/jams-react-client/src/locales/ca/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/cs_CZ/translation.json b/jams-react-client/src/locales/cs_CZ/translation.json
index edbd84e5268668fe9977ab3f9d9b25b6afd3eaba..749fa35473d3d4723eeacdad9653a90438d14e0e 100644
--- a/jams-react-client/src/locales/cs_CZ/translation.json
+++ b/jams-react-client/src/locales/cs_CZ/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/da/translation.json b/jams-react-client/src/locales/da/translation.json
index edbd84e5268668fe9977ab3f9d9b25b6afd3eaba..749fa35473d3d4723eeacdad9653a90438d14e0e 100644
--- a/jams-react-client/src/locales/da/translation.json
+++ b/jams-react-client/src/locales/da/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/de/translation.json b/jams-react-client/src/locales/de/translation.json
index edbd84e5268668fe9977ab3f9d9b25b6afd3eaba..749fa35473d3d4723eeacdad9653a90438d14e0e 100644
--- a/jams-react-client/src/locales/de/translation.json
+++ b/jams-react-client/src/locales/de/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/el/translation.json b/jams-react-client/src/locales/el/translation.json
index edbd84e5268668fe9977ab3f9d9b25b6afd3eaba..749fa35473d3d4723eeacdad9653a90438d14e0e 100644
--- a/jams-react-client/src/locales/el/translation.json
+++ b/jams-react-client/src/locales/el/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/eo/translation.json b/jams-react-client/src/locales/eo/translation.json
index edbd84e5268668fe9977ab3f9d9b25b6afd3eaba..749fa35473d3d4723eeacdad9653a90438d14e0e 100644
--- a/jams-react-client/src/locales/eo/translation.json
+++ b/jams-react-client/src/locales/eo/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/es/translation.json b/jams-react-client/src/locales/es/translation.json
index 0682c007073b819b2a530f7a7d033a5c3a81b5d2..bb8ff33bddbf7a908cd128c777750e6f2c071532 100644
--- a/jams-react-client/src/locales/es/translation.json
+++ b/jams-react-client/src/locales/es/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/et/translation.json b/jams-react-client/src/locales/et/translation.json
index edbd84e5268668fe9977ab3f9d9b25b6afd3eaba..749fa35473d3d4723eeacdad9653a90438d14e0e 100644
--- a/jams-react-client/src/locales/et/translation.json
+++ b/jams-react-client/src/locales/et/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/fa/translation.json b/jams-react-client/src/locales/fa/translation.json
index edbd84e5268668fe9977ab3f9d9b25b6afd3eaba..749fa35473d3d4723eeacdad9653a90438d14e0e 100644
--- a/jams-react-client/src/locales/fa/translation.json
+++ b/jams-react-client/src/locales/fa/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/fi/translation.json b/jams-react-client/src/locales/fi/translation.json
index 93da7b72f75b5ef72eb74047c50efb234de36345..8af0c7ceee707fb4a2ccdc1208198fe97ac2bb29 100644
--- a/jams-react-client/src/locales/fi/translation.json
+++ b/jams-react-client/src/locales/fi/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/fr/translation.json b/jams-react-client/src/locales/fr/translation.json
index 788462099df1fb4938992286a0bd44492874abee..d980c3beebe52a0d05cd4c54efa4053d4be1aff5 100644
--- a/jams-react-client/src/locales/fr/translation.json
+++ b/jams-react-client/src/locales/fr/translation.json
@@ -5,7 +5,7 @@
     "continue": "Continuer",
     "users": "Utilisateurs",
     "groups": "Groupes",
-    "blueprints": "Plans",
+    "blueprints": "Gabarits",
     "settings": "Paramètres",
     "Logout": "Déconnexion",
     "create_user": "Créer un utilisateur",
@@ -116,8 +116,8 @@
     "error_while_attempting_update_jams": "Erreur durant la mise à jour de JAMS:",
     "permissions": "Permissions",
     "configuration": "Configuration",
-    "updated_blueprint_configuration_successfully": "Mise à jour de la configuration du plan avec succès !",
-    "error_updating_blueprint_configuration": "Erreur de mise à jour de la configuration du plan",
+    "updated_blueprint_configuration_successfully": "Mise à jour de la configuration du gabarit avec succès !",
+    "error_updating_blueprint_configuration": "Erreur de mise à jour de la configuration du gabarit",
     "enable_upnp": "Activer UPnP",
     "use_jami_default_turn_configuration": "Utiliser la configuration par défaut de Turn",
     "use_a_custom_turn_configuration": "Utiliser une configuration personnalisée de Turn",
@@ -130,22 +130,22 @@
     "dht_proxy_server_name": "Nom du serveur DHT Proxy",
     "dht_proxy_list_url": "URL de la liste DHT proxy",
     "disable_dht_proxy_configuration": "Désactiver la configuration DHT proxy",
-    "updated_blueprint_permissions_successfully": "Mise à jour des permissions du plan avec succès !",
-    "error_updating_blueprint_permissions": "Erreur de mise à jour des permissions du plan",
+    "updated_blueprint_permissions_successfully": "Mise à jour des permissions du gabarit avec succès !",
+    "error_updating_blueprint_permissions": "Erreur de mise à jour des permissions du gabarit",
     "allow_video_calls": "Autoriser les appels entrants",
     "allow_incoming_calls_from_unknown_contacts": "Autoriser les appels entrants de contacts inconnus",
     "auto_answer_calss": "Répondre automatiquement aux appels",
     "allow_use_of_jami_in_local_lan": "Permettre l'utilisation de Jami dans un réseau local",
     "convert_your_account_into_a_rendezvous_point": "Activer ce compte en tant que point de rendez-vous",
-    "blueprint_name_already_exists": "Un plan avec ce nom existe déjà. ",
-    "blueprint_name_is_empty": "Un nom de plan est nécessaire.",
-    "remove_blueprint": "Supprimer le plan",
+    "blueprint_name_already_exists": "Un gabarit avec ce nom existe déjà. ",
+    "blueprint_name_is_empty": "Un nom de gabarit est nécessaire.",
+    "remove_blueprint": "Supprimer le gabarit",
     "are_you_sure_you_want_to_delete": "Êtes-vous certain de vouloir supprimer",
     "remove": "Supprimer",
-    "create_blueprint": "Créer un plan",
-    "search_blueprints_placeholder": "Rechercher un plan...",
-    "search_blueprints": "Rechercher un plan",
-    "no_blueprints_found": "Aucun plan trouvé",
+    "create_blueprint": "Créer un gabarit",
+    "search_blueprints_placeholder": "Rechercher un gabarit...",
+    "search_blueprints": "Rechercher un gabarit",
+    "no_blueprints_found": "Aucun gabarit trouvé",
     "no_blueprint_name": "Aucun nom disponible",
     "no_description": "Aucune description disponible",
     "no_users_count": "Aucun utilisateur",
@@ -169,7 +169,7 @@
     "search_groups_placeholder": "Rechercher dans les groupes ...",
     "search_groups": "Rechercher dans les groupes",
     "no_groups_found": "Aucun groupe trouvé",
-    "blueprint": "Plan",
+    "blueprint": "Gabarit",
     "admin_password": "Mot de passe administrateur",
     "subscription": "Souscription",
     "an_error_occured_while_getting_license_information": "Une erreur est survenue durant la récupération de l'information de souscription !",
@@ -228,6 +228,6 @@
     "advanced_settings": "Configurations avancées",
     "create_administrator": "Créer un Administrateur",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Coller votre code de souscription JAMS Entreprise émis par la boutique Jami. ",
-    "blueprint_name": "Nom du plan",
-    "validate": "Validate"
+    "blueprint_name": "Nom du gabarit",
+    "validate": "Valider"
 }
diff --git a/jams-react-client/src/locales/he/translation.json b/jams-react-client/src/locales/he/translation.json
index 3dc05f0fb0afc0fbd8f0aa3416a50f5b0ac80423..a688261cc472bca7aff1bde93ed7abb2f58bb1f1 100644
--- a/jams-react-client/src/locales/he/translation.json
+++ b/jams-react-client/src/locales/he/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/hi_IN/translation.json b/jams-react-client/src/locales/hi_IN/translation.json
index edbd84e5268668fe9977ab3f9d9b25b6afd3eaba..749fa35473d3d4723eeacdad9653a90438d14e0e 100644
--- a/jams-react-client/src/locales/hi_IN/translation.json
+++ b/jams-react-client/src/locales/hi_IN/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/hu/translation.json b/jams-react-client/src/locales/hu/translation.json
index db500ab30dc0e1773673705d51f46ab6e5deafb1..527f531014364ce3df1b5a2a0adaceee01cba9a9 100644
--- a/jams-react-client/src/locales/hu/translation.json
+++ b/jams-react-client/src/locales/hu/translation.json
@@ -103,8 +103,8 @@
     "revoke_device": "Revoke Device",
     "update_device_information": "Update Device Information",
     "device_display_name": "Device Display Name",
-    "cancel": "Cancel",
-    "update": "Update",
+    "cancel": "Mégse",
+    "update": "Frissítés",
     "are_you_sure_you_want_to_revoke_this_device": "Are you sure you want to revoke this device?",
     "confirm_revoke": "Confirm Revoke",
     "add_a_contact": "Add a contact",
@@ -114,9 +114,9 @@
     "an_update_is_available_for_jams": "An update is available for JAMS.",
     "updating_jams_shutting_down_shortly": "Updating JAMS, shutting down shortly...",
     "error_while_attempting_update_jams": "Error while attempting to update JAMS: ",
-    "permissions": "Permissions",
-    "configuration": "Configuration",
-    "updated_blueprint_configuration_successfully": "Updated blueprint configuration successfully !",
+    "permissions": "Engedélyek",
+    "configuration": "Konfigurálás",
+    "updated_blueprint_configuration_successfully": "A tervrajz beállítások sikeresen frissítve!",
     "error_updating_blueprint_configuration": "Error updating blueprint configuration ",
     "enable_upnp": "Enable UPnP",
     "use_jami_default_turn_configuration": "Use Jami default Turn configuration",
@@ -138,15 +138,15 @@
     "allow_use_of_jami_in_local_lan": "Allow use of Jami in a local lan",
     "convert_your_account_into_a_rendezvous_point": "Activate this account into rendezvous mode",
     "blueprint_name_already_exists": "Blueprint name already exists!",
-    "blueprint_name_is_empty": "Blueprint name is empty",
-    "remove_blueprint": "Remove blueprint",
+    "blueprint_name_is_empty": "Tervrajz neve üres",
+    "remove_blueprint": "Tervrajz eltávolítása",
     "are_you_sure_you_want_to_delete": "Are you sure you want to delete",
     "remove": "Remove",
-    "create_blueprint": "Create blueprint",
-    "search_blueprints_placeholder": "Search blueprints ...",
-    "search_blueprints": "Search blueprints",
+    "create_blueprint": "Tervrajz létrehozása",
+    "search_blueprints_placeholder": "Tervrajz keresése…",
+    "search_blueprints": "Tervrajz keresése",
     "no_blueprints_found": "No blueprints found.",
-    "no_blueprint_name": "No blueprint name",
+    "no_blueprint_name": "Nincs tervrajz neve",
     "no_description": "No description",
     "no_users_count": "No users count",
     "add_contact": "Add contact ...",
@@ -164,12 +164,12 @@
     "create_group": "Create group",
     "group_name": "Group name",
     "group_name_already_exists": "Group name already exists!",
-    "group_name_is_empty": "Group name is empty",
+    "group_name_is_empty": "Csoport neve üres",
     "remove_group": "Remove group",
     "search_groups_placeholder": "Search groups ...",
     "search_groups": "Search groups",
     "no_groups_found": "No groups Found",
-    "blueprint": "Blueprint",
+    "blueprint": "Tervrajz",
     "admin_password": "Admin Password",
     "subscription": "Subscription",
     "an_error_occured_while_getting_license_information": "An error occurred while getting subscription information!",
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Tervrajz neve",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/id/translation.json b/jams-react-client/src/locales/id/translation.json
index edbd84e5268668fe9977ab3f9d9b25b6afd3eaba..749fa35473d3d4723eeacdad9653a90438d14e0e 100644
--- a/jams-react-client/src/locales/id/translation.json
+++ b/jams-react-client/src/locales/id/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/it/translation.json b/jams-react-client/src/locales/it/translation.json
index edbd84e5268668fe9977ab3f9d9b25b6afd3eaba..749fa35473d3d4723eeacdad9653a90438d14e0e 100644
--- a/jams-react-client/src/locales/it/translation.json
+++ b/jams-react-client/src/locales/it/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/ja/translation.json b/jams-react-client/src/locales/ja/translation.json
index 93fafcdb1161ae9cdb6c55e33edfd324922b924e..9d648825fa0f9283d408f621fd89b4ff73d5c0e4 100644
--- a/jams-react-client/src/locales/ja/translation.json
+++ b/jams-react-client/src/locales/ja/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/ko/translation.json b/jams-react-client/src/locales/ko/translation.json
index edbd84e5268668fe9977ab3f9d9b25b6afd3eaba..749fa35473d3d4723eeacdad9653a90438d14e0e 100644
--- a/jams-react-client/src/locales/ko/translation.json
+++ b/jams-react-client/src/locales/ko/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/lt/translation.json b/jams-react-client/src/locales/lt/translation.json
index edbd84e5268668fe9977ab3f9d9b25b6afd3eaba..749fa35473d3d4723eeacdad9653a90438d14e0e 100644
--- a/jams-react-client/src/locales/lt/translation.json
+++ b/jams-react-client/src/locales/lt/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/nb/translation.json b/jams-react-client/src/locales/nb/translation.json
index edbd84e5268668fe9977ab3f9d9b25b6afd3eaba..749fa35473d3d4723eeacdad9653a90438d14e0e 100644
--- a/jams-react-client/src/locales/nb/translation.json
+++ b/jams-react-client/src/locales/nb/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/nl/translation.json b/jams-react-client/src/locales/nl/translation.json
index edbd84e5268668fe9977ab3f9d9b25b6afd3eaba..749fa35473d3d4723eeacdad9653a90438d14e0e 100644
--- a/jams-react-client/src/locales/nl/translation.json
+++ b/jams-react-client/src/locales/nl/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/oc/translation.json b/jams-react-client/src/locales/oc/translation.json
index cbedf2d899955085fcf62d2fe14abc12bcd1e83b..411a67c86df2b79cf772578c3660e2a7d0ed74c4 100644
--- a/jams-react-client/src/locales/oc/translation.json
+++ b/jams-react-client/src/locales/oc/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/pa/translation.json b/jams-react-client/src/locales/pa/translation.json
index edbd84e5268668fe9977ab3f9d9b25b6afd3eaba..749fa35473d3d4723eeacdad9653a90438d14e0e 100644
--- a/jams-react-client/src/locales/pa/translation.json
+++ b/jams-react-client/src/locales/pa/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/pl/translation.json b/jams-react-client/src/locales/pl/translation.json
index edbd84e5268668fe9977ab3f9d9b25b6afd3eaba..749fa35473d3d4723eeacdad9653a90438d14e0e 100644
--- a/jams-react-client/src/locales/pl/translation.json
+++ b/jams-react-client/src/locales/pl/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/pt/translation.json b/jams-react-client/src/locales/pt/translation.json
index edbd84e5268668fe9977ab3f9d9b25b6afd3eaba..749fa35473d3d4723eeacdad9653a90438d14e0e 100644
--- a/jams-react-client/src/locales/pt/translation.json
+++ b/jams-react-client/src/locales/pt/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/pt_BR/translation.json b/jams-react-client/src/locales/pt_BR/translation.json
index 0fd622a24982a0c7ae6c3ea635cb214d39ca6e81..89fc7717de96c6a83f65b787c1b06d58edcd0905 100644
--- a/jams-react-client/src/locales/pt_BR/translation.json
+++ b/jams-react-client/src/locales/pt_BR/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/ro/translation.json b/jams-react-client/src/locales/ro/translation.json
index edbd84e5268668fe9977ab3f9d9b25b6afd3eaba..749fa35473d3d4723eeacdad9653a90438d14e0e 100644
--- a/jams-react-client/src/locales/ro/translation.json
+++ b/jams-react-client/src/locales/ro/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/ro_RO/translation.json b/jams-react-client/src/locales/ro_RO/translation.json
index d6855617107c6c09096b88eb13b6b04b2d342ffb..f0187c0956d8da89911fd7df56e9864a687d0317 100644
--- a/jams-react-client/src/locales/ro_RO/translation.json
+++ b/jams-react-client/src/locales/ro_RO/translation.json
@@ -38,24 +38,24 @@
     "must_be_50_characters_or_less": "Trebuie să fie maxim 50 de caractere",
     "password_must_match": "Parolele trebuie să fie la fel",
     "password_confirmation_required": "Confirmarea parolei e obligatorie",
-    "information_appears_incorrect_connection_directory_failed": "Informațiile furnizate par a fi incorecte, legătura cu dosarul a eșuat. Verifică informațiile și datele de autentificare furnizate și încearcă din nou.",
+    "information_appears_incorrect_connection_directory_failed": "Informațiile furnizate par a fi incorecte, legătura la director a eșuat. Verifică informațiile și datele de autentificare furnizate și încearcă din nou.",
     "identity_management": "Administrarea Identității",
-    "select_type_of_user_directory": "Alege tipul de dosar care să fie integrat în JAMS",
+    "select_type_of_user_directory": "Alege tipul de director care să fie integrat în JAMS",
     "set_identity_parameters": "Parametrii identității",
-    "create_administrator_user": "Crearea Administratorului",
+    "create_administrator_user": "Creează un Utilizator Administrator",
     "certificate_authority_setup": "Configurarea Autorității de Certificare",
-    "server_parameters": "Server Parameters",
+    "server_parameters": "Parametrii Serverului",
     "choose_a_country": "Alege o țară",
-    "active_directory_server_informations": "Active directory server informations",
+    "active_directory_server_informations": "Informații despre serverul Active Directory",
     "port": "Port",
-    "host": "Host",
-    "admin_username": "Admin username",
+    "host": "Gazdă",
+    "admin_username": "Utilizator administrator",
     "domain_name": "Domain Name",
     "yes": "Yes",
     "no": "No",
     "ldap_server_information": "LDAP Server informations",
     "server_address": "Server address",
-    "administrator_username": "Administrator username",
+    "administrator_username": "Numele Administratorului",
     "base_dn_please_use_ldap_convention": "Base DN (Please use LDAP convention)",
     "field_ldap_structure_contains_username": "This is the field in your LDAP structure which contains the username.",
     "use_public_nameserver": "Use public nameserver",
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -227,7 +226,8 @@
     "devices": "Devices",
     "no_users_found": "No users found",
     "advanced_settings": "Advanced settings",
-    "create_administrator": "Create Administrator",
+    "create_administrator": "Creează Administratorul",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/ru/translation.json b/jams-react-client/src/locales/ru/translation.json
index edbd84e5268668fe9977ab3f9d9b25b6afd3eaba..749fa35473d3d4723eeacdad9653a90438d14e0e 100644
--- a/jams-react-client/src/locales/ru/translation.json
+++ b/jams-react-client/src/locales/ru/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/sk/translation.json b/jams-react-client/src/locales/sk/translation.json
index edbd84e5268668fe9977ab3f9d9b25b6afd3eaba..749fa35473d3d4723eeacdad9653a90438d14e0e 100644
--- a/jams-react-client/src/locales/sk/translation.json
+++ b/jams-react-client/src/locales/sk/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/sl/translation.json b/jams-react-client/src/locales/sl/translation.json
index edbd84e5268668fe9977ab3f9d9b25b6afd3eaba..749fa35473d3d4723eeacdad9653a90438d14e0e 100644
--- a/jams-react-client/src/locales/sl/translation.json
+++ b/jams-react-client/src/locales/sl/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/sq_AL/translation.json b/jams-react-client/src/locales/sq_AL/translation.json
index bdf63c9bcb18b35fa0e901a1ef3420b9799d5178..9392d65bb78662966ade7bed13fbbe0efca68138 100644
--- a/jams-react-client/src/locales/sq_AL/translation.json
+++ b/jams-react-client/src/locales/sq_AL/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/sr/translation.json b/jams-react-client/src/locales/sr/translation.json
index edbd84e5268668fe9977ab3f9d9b25b6afd3eaba..749fa35473d3d4723eeacdad9653a90438d14e0e 100644
--- a/jams-react-client/src/locales/sr/translation.json
+++ b/jams-react-client/src/locales/sr/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/sv/translation.json b/jams-react-client/src/locales/sv/translation.json
index a98db42170ad71108997e33e9efa2ea3ae2b13ad..0c209367421945d2ca6914c20273f27c3ad38ab7 100644
--- a/jams-react-client/src/locales/sv/translation.json
+++ b/jams-react-client/src/locales/sv/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/sw/translation.json b/jams-react-client/src/locales/sw/translation.json
index edbd84e5268668fe9977ab3f9d9b25b6afd3eaba..749fa35473d3d4723eeacdad9653a90438d14e0e 100644
--- a/jams-react-client/src/locales/sw/translation.json
+++ b/jams-react-client/src/locales/sw/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/ta/translation.json b/jams-react-client/src/locales/ta/translation.json
index edbd84e5268668fe9977ab3f9d9b25b6afd3eaba..749fa35473d3d4723eeacdad9653a90438d14e0e 100644
--- a/jams-react-client/src/locales/ta/translation.json
+++ b/jams-react-client/src/locales/ta/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/te/translation.json b/jams-react-client/src/locales/te/translation.json
index edbd84e5268668fe9977ab3f9d9b25b6afd3eaba..749fa35473d3d4723eeacdad9653a90438d14e0e 100644
--- a/jams-react-client/src/locales/te/translation.json
+++ b/jams-react-client/src/locales/te/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/tr/translation.json b/jams-react-client/src/locales/tr/translation.json
index edbd84e5268668fe9977ab3f9d9b25b6afd3eaba..749fa35473d3d4723eeacdad9653a90438d14e0e 100644
--- a/jams-react-client/src/locales/tr/translation.json
+++ b/jams-react-client/src/locales/tr/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/tr_TR/translation.json b/jams-react-client/src/locales/tr_TR/translation.json
index edbd84e5268668fe9977ab3f9d9b25b6afd3eaba..749fa35473d3d4723eeacdad9653a90438d14e0e 100644
--- a/jams-react-client/src/locales/tr_TR/translation.json
+++ b/jams-react-client/src/locales/tr_TR/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/tt/translation.json b/jams-react-client/src/locales/tt/translation.json
index edbd84e5268668fe9977ab3f9d9b25b6afd3eaba..749fa35473d3d4723eeacdad9653a90438d14e0e 100644
--- a/jams-react-client/src/locales/tt/translation.json
+++ b/jams-react-client/src/locales/tt/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/uk/translation.json b/jams-react-client/src/locales/uk/translation.json
index edbd84e5268668fe9977ab3f9d9b25b6afd3eaba..749fa35473d3d4723eeacdad9653a90438d14e0e 100644
--- a/jams-react-client/src/locales/uk/translation.json
+++ b/jams-react-client/src/locales/uk/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/vi/translation.json b/jams-react-client/src/locales/vi/translation.json
index edbd84e5268668fe9977ab3f9d9b25b6afd3eaba..749fa35473d3d4723eeacdad9653a90438d14e0e 100644
--- a/jams-react-client/src/locales/vi/translation.json
+++ b/jams-react-client/src/locales/vi/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/zh/translation.json b/jams-react-client/src/locales/zh/translation.json
index edbd84e5268668fe9977ab3f9d9b25b6afd3eaba..749fa35473d3d4723eeacdad9653a90438d14e0e 100644
--- a/jams-react-client/src/locales/zh/translation.json
+++ b/jams-react-client/src/locales/zh/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }
diff --git a/jams-react-client/src/locales/zh_TW/translation.json b/jams-react-client/src/locales/zh_TW/translation.json
index 8b5424d54c7c66995bf3d56767a6c29d0060b2b3..28ef638348b43f5214017ffe61192542e92e8b12 100644
--- a/jams-react-client/src/locales/zh_TW/translation.json
+++ b/jams-react-client/src/locales/zh_TW/translation.json
@@ -210,7 +210,6 @@
     "crop_image": "Crop image",
     "zoom": "Zoom",
     "rotation": "Rotation",
-    "crop": "Crop",
     "create_new_profile": "Create new profile",
     "change_profile_image": "Change profile image",
     "username_already_taken": "Username already taken",
@@ -229,5 +228,6 @@
     "advanced_settings": "Advanced settings",
     "create_administrator": "Create Administrator",
     "paste_your_jams_enterprise_subscription_code_received_from_jami": "Paste your JAMS Enterprise subscription code received from the Jami store.",
-    "blueprint_name": "Blueprint name"
+    "blueprint_name": "Blueprint name",
+    "validate": "Validate"
 }