From 9fe828f51c135776de6af51b35dc62e0ba1fa21c Mon Sep 17 00:00:00 2001 From: Sylvain Date: Wed, 2 Jan 2019 17:11:18 +0100 Subject: [PATCH 1/2] improved translations --- CHANGELOG.md | 2 ++ config/locales/app.shared.en.yml | 19 ++++++++++++++----- config/locales/app.shared.es.yml | 31 ++++++++++++++++++++----------- 3 files changed, 36 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f079fa0e7..462ffbdb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog Fab Manager +- Fixed missing translations (EN & ES) and improved others (ES) + ## v2.8.1 2019 January 02 - Fix ES upgrade: when docker-compose file is using ${PWD}, the ES config volume is attached to the wrong container diff --git a/config/locales/app.shared.en.yml b/config/locales/app.shared.en.yml index 82dd57d5d..c42b57096 100644 --- a/config/locales/app.shared.en.yml +++ b/config/locales/app.shared.en.yml @@ -144,11 +144,20 @@ en: machine: # machine edition form - technical_specifications_are_required: "Technical specifications are required." - attached_files_(pdf): "Attached files (pdf)" - attach_a_file: "Attach a file" - add_an_attachment: "Add an attachment" - validate_your_machine: "Validate your machine" + machine_form: + name: "Name" + name_is_required: "Name is required." + illustration: "Visual" + add_an_illustration: "Add a visual" + description: "Description" + description_is_required: "Description is required." + technical_specifications: "Technical specifications" + technical_specifications_are_required: "Technical specifications are required." + attached_files_(pdf): "Attached files (pdf)" + attach_a_file: "Attach a file" + add_an_attachment: "Add an attachment" + disable_machine: "Disable machine" + validate_your_machine: "Validate your machine" plan_subscribe: # frame to select a plan to subscribe diff --git a/config/locales/app.shared.es.yml b/config/locales/app.shared.es.yml index 0bbf158e8..892d6d94d 100644 --- a/config/locales/app.shared.es.yml +++ b/config/locales/app.shared.es.yml @@ -144,11 +144,20 @@ es: machine: # machine edition form - technical_specifications_are_required: "Se requieren especificaciones técnicas." - attached_files_(pdf): "archivos anclados (pdf)" - attach_a_file: "adjuntar archivo" - add_an_attachment: "añadir archivo adjunto" - validate_your_machine: "Validar su máquina" + machine_form: + name: "Nombre" + name_is_required: "Se requiere un nombre." + illustration: "Ilustración" + add_an_illustration: "añadir una ilustración" + description: "descripción" + description_is_required: "Se requiere una descripción." + technical_specifications: "Technical specifications" + technical_specifications_are_required: "Se requieren especificaciones técnicas." + attached_files_(pdf): "archivos anclados (pdf)" + attach_a_file: "adjuntar archivo" + add_an_attachment: "añadir archivo adjunto" + disable_machine: "Disable machine" #translation_missing + validate_your_machine: "Validar su máquina" plan_subscribe: # frame to select a plan to subscribe @@ -236,12 +245,12 @@ es: trainings: # training edition form trainings_form: - name: "Name" #translation_missing - name_is_required: "Name is required." #translation_missing - illustration: "Illustration" #translation_missing - add_an_illustration: "Add an illustration" #translation_missing - description: "Description" #translation_missing - description_is_required: "Description is required." #translation_missing + name: "Nombre" + name_is_required: "Se requiere un nombre." + illustration: "Ilustración" + add_an_illustration: "añadir una ilustración" + description: "descripción" + description_is_required: "Se requiere una descripción." add_a_new_training: "Añadir curso" validate_your_training: "Validar curso" associated_machines: "Máquinas asociadas" From e7f020ce635c3ad9059ce47e869a8e56d73267bc Mon Sep 17 00:00:00 2001 From: Sylvain Date: Wed, 2 Jan 2019 17:14:53 +0100 Subject: [PATCH 2/2] Version 2.8.1 --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 462ffbdb4..720d9c971 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,10 @@ # Changelog Fab Manager -- Fixed missing translations (EN & ES) and improved others (ES) - ## v2.8.1 2019 January 02 - Fix ES upgrade: when docker-compose file is using ${PWD}, the ES config volume is attached to the wrong container - Fixed environment documentation references for external locales +- Fixed missing translations (EN & ES) and improved others (ES) - Fix a bug: unable to fetch projects from OpenProjects (#126) - Fix a bug: unable to create or edit a plan