+
{{ 'beware_when_creating_a_training_its_reservation_prices_are_initialized_to_zero' | translate }}
{{ 'dont_forget_to_change_them_before_creating_slots_for_this_training' | translate }}
diff --git a/config/locales/app.admin.en.yml b/config/locales/app.admin.en.yml
index 77c179066..605aa382c 100644
--- a/config/locales/app.admin.en.yml
+++ b/config/locales/app.admin.en.yml
@@ -46,9 +46,6 @@ en:
trainings:
# track and monitor the trainings
- add_a_new_training: "Add a new training"
- beware_when_creating_a_training_its_reservation_prices_are_initialized_to_zero: "Beware, when creating a training, its reservation prices are initialized at zero."
- dont_forget_to_change_them_before_creating_slots_for_this_training: "Don't forget to change them before creating slots for this training."
associated_machines: "Associated machines"
number_of_tickets: "Number of tickets"
training: "Training"
@@ -68,6 +65,11 @@ en:
training_successfully_deleted: "Training successfully deleted."
unable_to_delete_the_training_because_some_users_alredy_booked_it: "Unable to delete the training because some users already booked it."
+ trainings_new:
+ # create a new training
+ beware_when_creating_a_training_its_reservation_prices_are_initialized_to_zero: "Beware, when creating a training, its reservation prices are initialized at zero."
+ dont_forget_to_change_them_before_creating_slots_for_this_training: "Don't forget to change them before creating slots for this training."
+
events:
# courses and workshops tracking and management
fablab_courses_and_workshops: "Fablab courses and workshops"
diff --git a/config/locales/app.admin.fr.yml b/config/locales/app.admin.fr.yml
index 3d3bb1a9a..31169d4a5 100644
--- a/config/locales/app.admin.fr.yml
+++ b/config/locales/app.admin.fr.yml
@@ -46,9 +46,6 @@ fr:
trainings:
# suivre et surveiller les formations
- add_a_new_training: "Ajouter une nouvelle formation"
- beware_when_creating_a_training_its_reservation_prices_are_initialized_to_zero: "Attention, lors de la création d'une formation, ses tarifs de réservation sont initialisés à zero."
- dont_forget_to_change_them_before_creating_slots_for_this_training: "Pensez à les modifier avant de créer des créneaux pour cette formation."
associated_machines: "Machines associées"
number_of_tickets: "Nombre de places"
training: "Formation"
@@ -68,6 +65,11 @@ fr:
training_successfully_deleted: "La formation a bien été supprimée."
unable_to_delete_the_training_because_some_users_alredy_booked_it: "La formation ne peut pas être supprimée car elle a déjà été réservée par des utilisateurs."
+ trainings_new:
+ # créer une nouvelle formation
+ beware_when_creating_a_training_its_reservation_prices_are_initialized_to_zero: "Attention, lors de la création d'une formation, ses tarifs de réservation sont initialisés à zero."
+ dont_forget_to_change_them_before_creating_slots_for_this_training: "Pensez à les modifier avant de créer des créneaux pour cette formation."
+
events:
# gestion et suivi des stages et ateliers
fablab_courses_and_workshops: "Les Stages et ateliers du Fab Lab"
diff --git a/config/locales/app.shared.en.yml b/config/locales/app.shared.en.yml
index 3890f616a..2aefb1531 100644
--- a/config/locales/app.shared.en.yml
+++ b/config/locales/app.shared.en.yml
@@ -86,6 +86,8 @@ en:
_click_on_the_synchronization_button_opposite_: "click on the synchronization button opposite"
_disconnect_then_reconnect_: "disconnect then reconnect"
_for_your_changes_to_take_effect: "for your changes to take effect."
+ illustration: "Illustration"
+ add_an_illustration: "Add an illustration."
messages:
you_will_lose_any_unsaved_modification_if_you_quit_this_page: "You will lose any unsaved modification if you quit this page"
@@ -129,8 +131,6 @@ en:
machine:
# machine edition form
name_is_required: "The name is required."
- illustration: "Illustration"
- add_an_illustration: "Add an illustration."
description_is_required: "Description is required."
technical_specifications_are_required: "Technical specifications are required."
attached_files_(pdf): "Attached files (pdf)"
@@ -211,6 +211,11 @@ en:
new_partner: "New partner"
email_address_is_required: "Email address is required."
+ trainings:
+ # training edition form
+ add_a_new_training: "Add a new training"
+ validate_your_training: "Validate your training"
+
user_admin:
# partial form to edit/create an user (admin view)
group: "Group"
diff --git a/config/locales/app.shared.fr.yml b/config/locales/app.shared.fr.yml
index 5cd493971..31998b6c6 100644
--- a/config/locales/app.shared.fr.yml
+++ b/config/locales/app.shared.fr.yml
@@ -86,6 +86,8 @@ fr:
_click_on_the_synchronization_button_opposite_: "cliquez sur le bouton de synchronisation ci-contre"
_disconnect_then_reconnect_: "déconnectez-vous puis re-connectez vous"
_for_your_changes_to_take_effect: "pour que les modifications soient prises en compte."
+ illustration: "Visuel"
+ add_an_illustration: "Ajouter un visuel"
messages:
you_will_lose_any_unsaved_modification_if_you_quit_this_page: "Vous perdrez les modifications non enregistrées si vous quittez cette page"
@@ -129,8 +131,6 @@ fr:
machine:
# formulaire d'édition d'une machine
name_is_required: "Le nom est requis."
- illustration: "Visuel"
- add_an_illustration: "Ajouter un visuel"
description_is_required: "La description est requise."
technical_specifications_are_required: "Les caractéristiques techniques sont requises."
attached_files_(pdf): "Pièces jointes (pdf)"
@@ -211,6 +211,11 @@ fr:
new_partner: "Nouveau partenaire"
email_address_is_required: "L'adresse e-mail est requise."
+ trainings:
+ # formulaire d'édition d'une formation
+ add_a_new_training: "Ajouter une nouvelle formation"
+ validate_your_training: "Valider votre formation"
+
user_admin:
# formulaire partiel d'édition/création utilisateur (vue admin)
group: "Groupe"