From d69fc2fd4a8a9cb0c24100f1b6929f846e4c8b6e Mon Sep 17 00:00:00 2001 From: Sylvain Date: Wed, 30 Jun 2021 17:06:28 +0200 Subject: [PATCH] New translations app.shared.en.yml (Spanish) --- config/locales/app.shared.es.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/config/locales/app.shared.es.yml b/config/locales/app.shared.es.yml index 8bda86863..9d198d67a 100644 --- a/config/locales/app.shared.es.yml +++ b/config/locales/app.shared.es.yml @@ -106,6 +106,9 @@ es: add_an_attachment: "añadir archivo adjunto" disable_machine: "Disable machine" validate_your_machine: "Validar su máquina" + #button to book a machine reservation + reserve_button: + book_this_machine: "Book this machine" #frame to select a plan to subscribe plan_subscribe: subscribe_online: "suscribirse online" @@ -276,16 +279,6 @@ es: do_you_want_to_change_NAME_s_booking_slot_initially_planned_at: "Desea cambiar la reserva de {NAME} , efectuada inicialmente el:" cancel_this_reservation: "Cancelar reserva" i_want_to_change_date: "Quiero cambiar la fecha" - #modal telling users that they need to pass a training before booking a machine - request_training_modal: - to_book_the_MACHINE_you_must_have_completed_the_TRAINING: "Para reservar \"{MACHINE}\" debes haber completado el curso: {TRAINING}." - register_for_the_training: "Apuntarse al curso" - i_dont_want_to_register_now: "No quiero apuntarme aún" - #modal telling users that they must wait for their training validation before booking a machine - training_reservation_modal: - machine_reservation: "Reserva de máquina" - you_must_wait_for_your_training_is_being_validated_by_the_fablab_team_to_book_this_machine: "Debes esperar a que el Fablab valide tu curso para reservar la máquina." - your_training_will_occur_: "Tu curso será realizado" #user public profile public_profile: last_activity_html: "Last activity
on {DATE}"