2017-11-06 14:15:22 +01:00
es :
app :
public :
2020-03-09 11:54:04 +01:00
#header and "about" page
2017-11-06 14:15:22 +01:00
common :
2019-12-30 15:48:55 +01:00
about_the_fablab : "Acerca de {GENDER, select, male{el} female{la} neutral{} other{las}} {NAME}"
2017-11-06 14:15:22 +01:00
return : "Volver"
2020-03-09 11:47:18 +01:00
#cookies
2019-06-13 12:52:56 +02:00
cookies :
about_cookies : "Este sitio web utiliza cookies para medir la audiencia."
2019-12-30 14:58:03 +01:00
learn_more : "Saber más"
2019-06-13 12:52:56 +02:00
accept : "Aceptar cookies"
2019-12-30 14:46:58 +01:00
decline : "Rechazar"
2020-03-09 11:47:18 +01:00
#dashboard sections
2017-11-06 14:15:22 +01:00
dashboard : "Panel"
my_profile : "My Perfil"
my_settings : "Mis ajustes"
2022-06-22 14:22:32 +02:00
my_supporting_documents_files : "My supporting documents"
2017-11-06 14:15:22 +01:00
my_projects : "Mis proyectos"
my_trainings : "Mis cursos"
2022-06-29 15:38:52 +02:00
my_reservations : "My reservations"
2017-11-06 14:15:22 +01:00
my_events : "Mis eventos"
my_invoices : "Mis facturas"
2021-02-23 10:45:03 +01:00
my_payment_schedules : "My payment schedules"
2022-09-22 09:40:29 +02:00
my_orders : "My orders"
2017-11-06 14:15:22 +01:00
my_wallet : "Mi cartera"
2020-03-09 11:47:18 +01:00
#contextual help
2022-06-22 15:26:31 +02:00
help : "Ayuda"
2020-03-09 11:47:18 +01:00
#login/logout
2017-11-06 14:15:22 +01:00
sign_out : "Salir"
2018-01-24 14:31:39 +01:00
sign_up : "Registrarse"
2019-12-30 15:18:21 +01:00
sign_in : "Ingresar"
2020-03-09 11:47:18 +01:00
#left menu
2017-11-06 14:15:22 +01:00
notifications : "Notificaciones"
admin : "Administrador"
2022-06-22 15:26:31 +02:00
manager : "Gerente"
2017-11-06 14:15:22 +01:00
reduce_panel : "Reducir panel"
2020-03-09 11:47:18 +01:00
#left menu (public)
2017-11-06 14:15:22 +01:00
home : "Menú principal"
reserve_a_machine : "Reservar una máquina"
trainings_registrations : "Registro de cursos"
events_registrations : "Registro de eventos"
reserve_a_space : "Reservar un espacio"
projects_gallery : "Galería de proyectos"
subscriptions : "Suscripciones"
2020-02-26 18:05:09 +01:00
public_calendar : "Agenda"
2022-09-22 10:30:05 +02:00
fablab_store : "Store"
2020-03-09 11:47:18 +01:00
#left menu (admin)
2020-02-26 18:05:09 +01:00
trainings_monitoring : "Cursos"
manage_the_calendar : "Agenda"
manage_the_users : "Usuarios"
manage_the_invoices : "Facturas"
2017-11-06 14:15:22 +01:00
subscriptions_and_prices : "Suscripciones y precios"
2020-02-26 18:05:09 +01:00
manage_the_events : "Eventos"
manage_the_machines : "Máquinas"
2022-09-22 09:40:29 +02:00
manage_the_store : "Store"
2020-02-26 18:05:09 +01:00
manage_the_spaces : "Espacios"
2020-06-16 17:16:17 +02:00
projects : "Proyectos"
2017-11-06 14:15:22 +01:00
statistics : "Estadísticas"
customization : "Customización"
open_api_clients : "Clientes OpenAPI"
2020-03-09 11:47:18 +01:00
#account creation modal
2017-11-06 14:15:22 +01:00
create_your_account : "Crear su cuenta"
man : "Hombre"
woman : "Mujer"
gender_is_required : "El genero es obligatorio."
your_first_name : "Su nombre"
first_name_is_required : "El nombre es obligatorio."
your_surname : "Su apellido"
surname_is_required : "El apellido es obligatorio."
your_pseudonym : "Su seudónimo"
pseudonym_is_required : "El seudónimo es obligatorio."
your_email_address : "Su e-mail"
email_is_required : "El e-mail es obligatorio."
your_password : "Su contraseña"
password_is_required : "La contraseña es obligatoria."
2022-08-01 19:57:40 +02:00
password_is_too_short : "Password is too short (minimum 12 characters)"
password_is_too_weak : "Password is too weak:"
password_is_too_weak_explanations : "minimum 12 characters, at least one uppercase letter, one lowercase letter, one number and one special character"
2017-11-06 14:15:22 +01:00
type_your_password_again : "Escriba su contraseña otra vez"
password_confirmation_is_required : "Confirmar su contraseña es obligatorio."
password_does_not_match_with_confirmation : "Las contraseñas no coinciden."
i_am_an_organization : "Soy una organización"
name_of_your_organization : "Nombre de su organización"
organization_name_is_required : "El nombre de su organización es obligatorio."
address_of_your_organization : "Dirección de su organización"
organization_address_is_required : "La dirección de su organización es obligatoria."
your_user_s_profile : "Su perfil de usuario"
user_s_profile_is_required : "El perfil de usuario es obligatorio."
birth_date : "Fecha de nacimiento"
birth_date_is_required : "La fecha de nacimiento es obligatoria."
phone_number : "Número de telefono"
phone_number_is_required : "El número de telefono es obligatorio."
2022-06-22 15:26:31 +02:00
address : "Dirección"
2021-03-24 10:08:59 +01:00
address_is_required : "Address is required"
2023-01-04 11:12:02 +01:00
i_authorize_Fablab_users_registered_on_the_site_to_contact_me : "Autorizo a los usuarios registrados en el sitio, a contactarme"
2017-11-06 14:15:22 +01:00
i_accept_to_receive_information_from_the_fablab : "Acepto recibir información del FabLab"
i_ve_read_and_i_accept_ : "He leido y acepto"
2023-01-02 09:09:25 +01:00
_the_fablab_policy : "the terms of use"
2019-12-18 15:23:52 +01:00
field_required : "Field required"
2022-03-18 19:44:30 +01:00
profile_custom_field_is_required : "{FEILD} is required"
2022-06-22 14:54:21 +02:00
user_supporting_documents_required : "Warning!<br>You have declared to be \"{GROUP}\", supporting documents may be requested."
2019-12-18 15:23:52 +01:00
unexpected_error_occurred : "An unexpected error occurred. Please try again later."
used_for_statistics : "This data will be used for statistical purposes"
used_for_invoicing : "This data will be used for billing purposes"
used_for_reservation : "This data will be used in case of change on one of your bookings"
used_for_profile : "This data will only be displayed on your profile"
public_profile : "You will have a public profile and other users will be able to associate you in their projects"
2022-08-01 19:57:40 +02:00
you_will_receive_confirmation_instructions_by_email_detailed : "If your e-mail address is valid, you will receive an email with instructions about how to confirm your account in a few minutes."
2020-03-09 11:47:18 +01:00
#password modification modal
2017-11-06 14:15:22 +01:00
change_your_password : "Cambiar contraseña"
your_new_password : "Nueva contraseña"
your_password_was_successfully_changed : "Su contraseña ha sido cambiada con éxito."
2020-03-09 11:47:18 +01:00
#connection modal
2017-11-06 14:15:22 +01:00
connection : "Conexión"
password_forgotten : "¿Ha olvidado su contraseña?"
2019-12-18 16:02:47 +01:00
confirm_my_account : "Confirmar mi E-mail"
2023-01-02 09:09:25 +01:00
not_registered_to_the_fablab : "Not yet registered?"
2017-11-06 14:15:22 +01:00
create_an_account : "Crear una cuenta"
wrong_email_or_password : "E-mail o contraseña incorrecta."
caps_lock_is_on : "Las mayusculas están activadas."
2020-03-09 11:47:18 +01:00
#confirmation modal
2020-01-28 10:40:24 +01:00
you_will_receive_confirmation_instructions_by_email : "Recibirá las instrucciones de confirmación por email."
2020-03-09 11:47:18 +01:00
#forgotten password modal
2022-08-01 19:57:40 +02:00
you_will_receive_in_a_moment_an_email_with_instructions_to_reset_your_password : "If your e-mail address is valid, you will receive in a moment an e-mail with instructions to reset your password."
2020-03-09 11:47:18 +01:00
#Fab-manager's version
2022-06-22 15:26:31 +02:00
version : "Versión:"
2020-02-26 10:19:43 +01:00
upgrade_fabmanager : "Upgrade Fab-manager"
current_version : "You are currently using version {VERSION} of Fab-manager."
2020-01-14 17:12:36 +01:00
upgrade_to : "A new release is available. You can upgrade up to version {VERSION}."
read_more : "View the details of this release"
security_version_html : "<strong>Your current version is vulnerable!</strong><br> A later version, currently available, includes security fixes. Upgrade as soon as possible!"
2020-01-14 17:36:09 +01:00
how_to : "How to upgrade?"
2020-03-09 11:47:18 +01:00
#Notifications
2019-12-16 10:16:11 +01:00
and_NUMBER_other_notifications : "y {NUMBER, plural, =0{no other notifications} =1{one other notification} otras{{NUMBER} other notifications}}..."
2020-03-09 11:54:04 +01:00
#about page
2017-11-06 14:15:22 +01:00
about :
2023-01-02 09:09:25 +01:00
read_the_fablab_policy : "Terms of use"
read_the_fablab_s_general_terms_and_conditions : "Read the general terms and conditions"
your_fablab_s_contacts : "Contact us"
2019-12-18 15:02:10 +01:00
privacy_policy : "Política de privacidad"
2020-03-09 11:54:04 +01:00
#'privacy policy' page
2019-04-18 12:00:57 +02:00
privacy :
2019-12-18 15:02:10 +01:00
title : "Política de privacidad"
dpo : "Oficial de protección de datos"
last_update : "Última actualización,"
2020-03-09 11:54:04 +01:00
#home page
2017-11-06 14:15:22 +01:00
home :
latest_documented_projects : "Los últimos proyectos documentados"
2022-06-22 15:26:31 +02:00
follow_us : "Síguenos"
2017-11-06 14:15:22 +01:00
latest_tweets : "Los últimos tweets"
latest_registered_members : "Miembros más recientes"
create_an_account : "Crear una cuenta"
discover_members : "Descubrir miembros"
2020-03-09 11:47:18 +01:00
#next events summary on the home page
2023-01-02 09:09:25 +01:00
fablab_s_next_events : "Next events"
2017-11-06 14:15:22 +01:00
every_events : "Todos los eventos"
2022-06-22 14:22:32 +02:00
event_card :
2022-06-22 15:26:31 +02:00
on_the_date : "El {DATE}"
from_date_to_date : "Desde {START} hasta {END}"
2022-06-22 14:22:32 +02:00
from_time_to_time : "From {START} to {END}"
2022-06-22 15:26:31 +02:00
all_day : "Todo el día"
still_available : "Asiento(s) disponible(s): "
event_full : "Evento lleno"
without_reservation : "Sin reserva"
free_admission : "Entrada gratuita"
2022-06-22 14:22:32 +02:00
full_price : "Full price: "
2020-03-09 11:54:04 +01:00
#projects gallery
2017-11-06 14:15:22 +01:00
projects_list :
2023-01-02 09:09:25 +01:00
the_fablab_projects : "The projects"
2019-12-18 15:02:10 +01:00
add_a_project : "Añadir un proyecto"
2023-01-30 13:44:13 +01:00
network_search : "Fab-manager network"
2019-12-18 15:02:10 +01:00
tooltip_openlab_projects_switch : "La busqueda en toda la red le permite buscar los proyectos de todos los FabLab que usan esta característica"
openlab_search_not_available_at_the_moment : "La busqueda en toda la red no está disponible en este momento. Puede seguir buscando proyectos en este FabLab."
project_search_result_is_empty : "Lo sentimos, no hemos encontrado nada."
reset_all_filters : "Limpiar filtros"
2022-06-22 15:26:31 +02:00
keywords : "Palabras clave"
2019-12-18 15:02:10 +01:00
all_projects : "Todos los proyectos"
my_projects : "Mis proyectos"
projects_to_whom_i_take_part_in : "Proyectos de los que formo parte"
all_machines : "Todas las máquinas"
all_themes : "Todos los temas"
all_materials : "Todo el material"
load_next_projects : "Cargar más proyectos"
rough_draft : "Borrador"
2023-01-30 13:44:13 +01:00
status_filter :
all_statuses : "All statuses"
select_status : "Select a status"
2020-03-09 11:54:04 +01:00
#details of a projet
2017-11-06 14:15:22 +01:00
projects_show :
2022-06-22 15:26:31 +02:00
rough_draft : "Borrador"
2017-11-06 14:15:22 +01:00
project_description : "Descripción de proyecto"
2019-12-16 10:16:11 +01:00
by_name : "Por {NAME}"
2022-06-22 15:26:31 +02:00
step_N : "Paso {INDEX}"
share_on_facebook : "Compartir en Facebook"
share_on_twitter : "Compartir en Twitter"
deleted_user : "Usario eliminado"
2017-11-06 14:15:22 +01:00
posted_on_ : "Subido el"
2019-12-16 10:16:11 +01:00
CAD_file_to_download : "{COUNT, plural, =0{No CAD files} =1{CAD file to download} other{CAD files to download}}"
2022-06-22 15:26:31 +02:00
machines_and_materials : "Máquinas y materiales"
collaborators : "Colaboradores"
2017-11-06 14:15:22 +01:00
licence : "Licencia"
2022-06-22 15:26:31 +02:00
confirmation_required : "Confirmación requerida"
2017-11-06 14:15:22 +01:00
report_an_abuse : "Reportar una infracción"
unauthorized_operation : "Operación no autorizada"
your_report_was_successful_thanks : "Su informe se ha enviado con éxito. Gracias."
an_error_occured_while_sending_your_report : "Ha ocurrido un error al enviar el informe."
your_first_name : "Su nombre"
your_first_name_is_required : "Su nombre es obligatorio."
your_surname : "Su apellido"
your_surname_is_required : "Su apellido es obligatorio."
your_email_address : "Su mail"
your_email_address_is_required : "Su mail es obligatorio."
tell_us_why_this_looks_abusive : "Cuéntanos porqué te parece abusivo"
message_is_required : "El mensaje es obligatorio."
report : "Reportar"
do_you_really_want_to_delete_this_project : "¿Está seguro de querer eliminar este proyecto?"
2023-01-30 13:44:13 +01:00
status : "Status"
2020-03-09 11:54:04 +01:00
#list of machines
2017-11-06 14:15:22 +01:00
machines_list :
2023-01-02 09:09:25 +01:00
the_fablab_s_machines : "The machines"
2019-12-18 15:02:10 +01:00
add_a_machine : "Añadir una máquina"
2020-03-02 15:29:19 +01:00
new_availability : "Open reservations"
2019-12-30 14:58:03 +01:00
book : "Reservar"
2019-12-18 15:02:10 +01:00
_or_the_ : " o el "
2022-09-22 09:40:29 +02:00
store_ad :
title : "Discover our store"
buy : "Check out products from members' projects along with consumable related to the different machines and tools of the workshop."
sell : "If you also want to sell your creations, please let us know."
link : "To the store"
2021-06-30 17:06:18 +02:00
machines_filters :
2022-06-22 15:26:31 +02:00
show_machines : "Mostrar máquinas"
2021-07-01 09:47:23 +02:00
status_enabled : "Activadas"
status_disabled : "Discapacitadas"
status_all : "Todas"
2023-01-30 13:44:13 +01:00
filter_by_machine_category : "Filter by category:"
2023-01-02 10:19:57 +01:00
all_machines : "All machines"
2021-06-30 17:06:18 +02:00
machine_card :
2022-06-22 15:26:31 +02:00
book : "Reservar"
consult : "Consultar"
2020-03-09 11:54:04 +01:00
#details of a machine
2017-11-06 14:15:22 +01:00
machines_show :
book_this_machine : "Alquilar máquina"
2019-12-18 15:02:10 +01:00
technical_specifications : "Technical specifications"
2017-11-06 14:15:22 +01:00
files_to_download : "Archivos a descargar"
projects_using_the_machine : "Proyectos que utilizan esta máquina"
_or_the_ : " o el "
2019-12-18 15:02:10 +01:00
confirmation_required : "Confirmation required"
2017-11-06 14:15:22 +01:00
do_you_really_want_to_delete_this_machine : "¿Está seguro de querer eliminar esta máquina?"
unauthorized_operation : "Unauthorized operation"
the_machine_cant_be_deleted_because_it_is_already_reserved_by_some_users : "La máquina no puede borrarse porque está siendo usada o ha sido reservada por algún usuario."
2020-03-09 11:54:04 +01:00
#list of trainings
2017-11-06 14:15:22 +01:00
trainings_list :
2019-12-30 14:58:03 +01:00
book : "Reservar"
2017-11-06 14:15:22 +01:00
the_trainings : "Lista de cursos"
2020-03-09 11:54:04 +01:00
#details of a training
2017-11-06 14:15:22 +01:00
training_show :
book_this_training : "reservar plaza en este curso"
do_you_really_want_to_delete_this_training : "Está seguro de querer eliminar este curso?"
unauthorized_operation : "Operación no autorizada"
2019-12-18 15:02:10 +01:00
confirmation_required : "Confirmation required"
2017-11-06 14:15:22 +01:00
the_training_cant_be_deleted_because_it_is_already_reserved_by_some_users : "El curso no puede borrarse porque ya ha sido reservado por algún usuario."
2022-06-22 14:22:32 +02:00
plan_card :
AMOUNT_per_month : "{AMOUNT} / month"
i_subscribe_online : "I subscribe online"
more_information : "More information"
i_choose_that_plan : "I choose that plan"
i_already_subscribed : "I already subscribed"
2020-03-09 11:54:04 +01:00
#summary of the subscriptions
2017-11-06 14:15:22 +01:00
plans :
2020-02-11 11:46:40 +01:00
subscriptions : "Suscripciones"
2019-12-16 10:16:11 +01:00
your_subscription_expires_on_the_DATE : "Su suscripción termina {DATE}"
2020-10-28 12:13:23 +01:00
no_plans : "No plans are available for your group"
2017-11-06 14:15:22 +01:00
my_group : "My grupo"
2022-03-10 10:09:27 +01:00
his_group : "User's group"
he_wants_to_change_group : "Change group"
change_my_group : "Validate group change"
2019-12-18 15:02:10 +01:00
summary : "Summary"
2019-12-16 10:16:11 +01:00
your_subscription_has_expired_on_the_DATE : "Sus suscripcion expiró el {DATE}"
2019-12-18 15:02:10 +01:00
subscription_price : "Subscription price"
you_ve_just_payed_the_subscription_html : "You've just paid the <strong>subscription</strong>:"
2017-11-06 14:15:22 +01:00
thank_you_your_subscription_is_successful : "Gracias. Su suscripción ha tenido éxito"
2019-12-18 15:02:10 +01:00
your_invoice_will_be_available_soon_from_your_dashboard : "Your invoice will be available soon from your dashboard"
2017-11-06 14:15:22 +01:00
your_group_was_successfully_changed : "Su grupo ha sido cambiado correctamente."
the_user_s_group_was_successfully_changed : "Los usuarios del grupo han cambiado correctamente."
an_error_prevented_your_group_from_being_changed : "Un error impidió que su grupo fuese cambiado."
an_error_prevented_to_change_the_user_s_group : "Un error impidió cambiar los componentes del grupo."
2021-06-10 14:08:15 +02:00
plans_filter :
i_am : "I am"
select_group : "select a group"
i_want_duration : "I want to subscribe for"
all_durations : "All durations"
select_duration : "select a duration"
2020-03-09 11:54:04 +01:00
#Fablab's events list
2017-11-06 14:15:22 +01:00
events_list :
2023-01-02 09:09:25 +01:00
the_fablab_s_events : "The events"
2017-11-06 14:15:22 +01:00
all_categories : "Todas las categorías"
for_all : "Para todo"
2019-12-18 15:23:52 +01:00
sold_out : "Sold Out"
cancelled : "Cancelled"
2020-05-05 11:37:45 +02:00
free_admission : "Entrada gratuita"
2020-03-11 12:10:50 +01:00
still_available : "asiento(s) disponible(s)"
2020-04-29 17:07:15 +02:00
without_reservation : "Sin reserva"
2019-12-18 15:02:10 +01:00
add_an_event : "Add an event"
2019-12-30 14:58:03 +01:00
load_the_next_events : "Cargar los próximos eventos..."
2020-03-11 12:10:50 +01:00
full_price_ : "Precio completo:"
2022-06-29 15:38:52 +02:00
to_date : "to" #e.g. from 01/01 to 01/05
2020-03-02 15:29:19 +01:00
all_themes : "All themes"
2020-03-09 11:54:04 +01:00
#details and booking of an event
2017-11-06 14:15:22 +01:00
events_show :
event_description : "Descripción del evento"
downloadable_documents : "Archivos descargables"
2019-11-21 11:15:05 +01:00
information_and_booking : "Información y reservas"
2022-06-22 15:26:31 +02:00
dates : "Fechas"
2017-11-06 14:15:22 +01:00
beginning : "Empieza:"
ending : "Termina:"
opening_hours : "Hora de apertura:"
2020-03-11 12:10:50 +01:00
all_day : "Todo el día"
2022-06-29 15:38:52 +02:00
from_time : "Desde" #e.g. from 18:00 to 21:00
to_time : "a" #e.g. from 18:00 to 21:00
2020-03-11 12:10:50 +01:00
full_price_ : "Precio completo:"
2017-11-06 14:15:22 +01:00
tickets_still_availables : "Entradas disponibles:"
sold_out : "Entradas vendidas."
2020-04-29 17:07:15 +02:00
without_reservation : "Sin reserva"
2022-06-22 15:26:31 +02:00
cancelled : "Cancelado"
2019-12-16 10:16:11 +01:00
ticket : "{NUMBER, plural, one{ticket} other{tickets}}"
2017-11-06 14:15:22 +01:00
make_a_gift_of_this_reservation : "Regalar esta reserva"
2019-12-18 15:02:10 +01:00
thank_you_your_payment_has_been_successfully_registered : "Tank you. Your payment has been successfully registered!"
2017-11-06 14:15:22 +01:00
you_can_find_your_reservation_s_details_on_your_ : "Puede encontrar los detalles de su reserva en"
2022-06-22 15:26:31 +02:00
dashboard : "panel"
2019-12-16 10:16:11 +01:00
you_booked_DATE : "You booked ({DATE}):"
2019-12-18 15:23:52 +01:00
canceled_reservation_SEATS : "Reservation canceled ({SEATS} seats)"
2017-11-06 14:15:22 +01:00
book : "Reservar"
2019-12-18 15:02:10 +01:00
confirm_and_pay : "Confirm and pay"
2019-12-30 14:46:58 +01:00
confirm_payment_of_html : "{ROLE, select, admin{Cash} other{Pay}}: {AMOUNT}" #(contexte : validate a payment of $20,00)
2023-01-02 09:09:25 +01:00
online_payment_disabled : "Payment by credit card is not available. Please contact us directly."
2019-12-18 15:02:10 +01:00
please_select_a_member_first : "Please select a member first"
2017-11-06 14:15:22 +01:00
change_the_reservation : "Cambiar la reserva"
you_can_shift_this_reservation_on_the_following_slots : "Puede cambiar la reserva en los siguientes campos:"
2019-12-18 15:23:52 +01:00
confirmation_required : "Confirmation required"
2019-12-30 14:46:58 +01:00
do_you_really_want_to_delete_this_event : "Do you really want to delete this event?"
2020-01-07 17:18:49 +01:00
delete_recurring_event : "You're about to delete a periodic event. What do you want to do?"
delete_this_event : "Only this event"
delete_this_and_next : "This event and the following"
2022-06-22 15:26:31 +02:00
delete_all : "Todos los eventos"
2020-03-11 10:40:08 +01:00
event_successfully_deleted : "Event successfully deleted."
2020-01-07 17:18:49 +01:00
events_deleted : "The event, and {COUNT, plural, =1{one other} other{{COUNT} others}}, have been deleted"
unable_to_delete_the_event : "Unable to delete the event, it may be booked by a member"
events_not_deleted : "On {TOTAL} events, {COUNT, plural, =1{one was not deleted} other{{COUNT} were not deleted}}. Some reservations may exists on {COUNT, plural, =1{it} other{them}}."
2019-12-18 15:23:52 +01:00
cancel_the_reservation : "Cancel the reservation"
do_you_really_want_to_cancel_this_reservation_this_apply_to_all_booked_tickets : "Do you really want to cancel this reservation? This apply to ALL booked tickets."
2020-03-11 10:40:08 +01:00
reservation_was_successfully_cancelled : "Reservation was successfully cancelled."
2019-12-18 15:23:52 +01:00
cancellation_failed : "Cancellation failed."
2020-03-11 10:40:08 +01:00
event_is_over : "The event is over."
2019-12-18 15:23:52 +01:00
thanks_for_coming : "Thanks for coming!"
view_event_list : "View events to come"
2019-12-18 15:02:10 +01:00
share_on_facebook : "Share on Facebook"
share_on_twitter : "Share on Twitter"
2020-03-09 11:54:04 +01:00
#public calendar
2017-11-06 14:15:22 +01:00
calendar :
2019-12-18 15:02:10 +01:00
calendar : "Calendario"
show_unavailables : "Mostrar campos inválidos"
filter_calendar : "Filtrar calendario"
trainings : "Cursos"
machines : "Máquinas"
spaces : "Espacios"
events : "Eventos"
externals : "Otros calendarios"
2023-02-03 14:46:56 +01:00
choose_a_machine : "Choose a machine"
cancel : "Cancel"
2020-03-09 11:54:04 +01:00
#list of spaces
2017-11-06 14:15:22 +01:00
spaces_list :
2019-12-18 15:02:10 +01:00
the_spaces : "Espacios"
2020-03-02 15:29:19 +01:00
new_availability : "Open reservations"
2019-12-18 15:02:10 +01:00
add_a_space : "Añadir espacios"
2019-12-30 14:58:03 +01:00
status_enabled : "Activos"
status_disabled : "No activos"
status_all : "Todos"
book : "Reservar"
2020-03-09 11:54:04 +01:00
#display the details of a space
2017-11-06 14:15:22 +01:00
space_show :
2019-12-18 15:02:10 +01:00
book_this_space : "Reservar este espacio"
unauthorized_operation : "Operación no autorizada"
confirmation_required : "Confirmación requerida"
do_you_really_want_to_delete_this_space : "¿Está seguro de que quiere borrar este espacio?"
the_space_cant_be_deleted_because_it_is_already_reserved_by_some_users : "No puede borrarse este espacio porque está siendo usado por otros usuarios."
characteristics : "Características"
files_to_download : "Archivos para descargar"
projects_using_the_space : "Proyectos que usan el espacio"
2022-09-22 09:40:29 +02:00
#public store
store :
2022-09-22 10:30:05 +02:00
fablab_store : "Store"
2022-09-22 09:40:29 +02:00
unexpected_error_occurred : "An unexpected error occurred. Please try again later."
add_to_cart_success : "Product added to the cart."
products :
all_products : "All the products"
filter : "Filter"
filter_clear : "Clear all"
filter_apply : "Apply"
filter_categories : "Categories"
filter_machines : "By machines"
filter_keywords_reference : "By keywords or reference"
in_stock_only : "Available products only"
sort :
name_az : "A-Z"
name_za : "Z-A"
price_low : "Price: low to high"
price_high : "Price: high to low"
store_product :
2022-10-05 12:16:08 +02:00
ref : "ref: {REF}"
add_to_cart_success : "Product added to the cart."
2022-09-22 09:40:29 +02:00
unexpected_error_occurred : "An unexpected error occurred. Please try again later."
show_more : "Display more"
show_less : "Display less"
documentation : "Documentation"
2022-10-05 12:16:08 +02:00
minimum_purchase : "Minimum purchase: "
add_to_cart : "Add to cart"
2022-10-24 12:10:42 +02:00
stock_limit : "You have reached the current stock limit"
2022-10-05 12:16:08 +02:00
stock_status :
2022-09-22 09:40:29 +02:00
available : "Available"
limited_stock : "Limited stock"
out_of_stock : "Out of stock"
2022-10-05 12:16:08 +02:00
store_product_item :
2022-09-22 09:40:29 +02:00
minimum_purchase : "Minimum purchase: "
add : "Add"
add_to_cart : "Add to cart"
2022-10-24 12:10:42 +02:00
stock_limit : "You have reached the current stock limit"
2022-10-05 12:16:08 +02:00
product_price :
per_unit : "/ unit"
free : "Free"
2022-09-22 09:40:29 +02:00
cart :
my_cart : "My Cart"
cart_button :
my_cart : "My Cart"
store_cart :
checkout : "Checkout"
cart_is_empty : "Your cart is empty"
pickup : "Pickup your products"
checkout_header : "Total amount for your cart"
checkout_products_COUNT : "Your cart contains {COUNT} {COUNT, plural, =1{product} other{products}}"
checkout_products_total : "Products total"
checkout_gift_total : "Discount total"
checkout_coupon : "Coupon"
checkout_total : "Cart total"
checkout_error : "An unexpected error occurred. Please contact the administrator."
checkout_success : "Purchase confirmed. Thanks!"
2022-10-05 12:16:08 +02:00
select_user : "Please select a user before continuing."
2023-02-03 14:46:56 +01:00
abstract_item :
offer_product : "Offer the product"
total : "Total"
errors :
unauthorized_offering_product : "You can't offer anything to yourself"
cart_order_product :
reference_short : "ref:"
minimum_purchase : "Minimum purchase: "
stock_limit : "You have reached the current stock limit"
unit : "Unit"
2022-10-05 12:16:08 +02:00
update_item : "Update"
errors :
product_not_found : "This product is no longer available, please remove it from your cart."
out_of_stock : "This product is out of stock, please remove it from your cart."
stock_limit_QUANTITY : "Only {QUANTITY} {QUANTITY, plural, =1{unit} other{units}} left in stock, please adjust the quantity of items."
quantity_min_QUANTITY : "Minimum number of product was changed to {QUANTITY}, please adjust the quantity of items."
price_changed_PRICE : "The product price was modified to {PRICE}"
2023-02-03 14:46:56 +01:00
cart_order_reservation :
reservation : "Reservation"
offer_reservation : "Offer the reservation"
slot : "{DATE}: {START} - {END}"
offered : "offered"
2022-09-22 11:23:26 +02:00
orders_dashboard :
heading : "My orders"
sort :
newest : "Newest first"
oldest : "Oldest first"
2022-09-22 09:40:29 +02:00
member_select :
select_a_member : "Select a member"
start_typing : "Start typing..."
2020-03-02 15:29:19 +01:00
tour :
conclusion :
title : "Thank you for your attention"
2021-06-16 15:03:58 +02:00
content : "<p>If you want to restart this contextual help, press <strong>F1</strong> at any time or click on « ? Help » from the user's menu.</p><p>If you need additional help, you can <a href='http://guide-fr.fab.mn' target='_blank'>check the user guide</a> (only in French for now).</p><p>The Fab-manager's team also provides personalized support (help with getting started, help with installation, customization, etc.), <a href='mailto:contact@fab-manager.com'>contact-us</a> for more info.</p>"
2020-03-02 15:29:19 +01:00
welcome :
welcome :
title : "Welcome to Fab-manager"
content : "To help you get started with the application, we are going to take a quick tour of the features."
home :
title : "Home page"
content : "Clicking here will take you back to the home page where you are currently."
machines :
title : "Machines"
content : "<p>This page will allow you to consult the list of all machines and reserve a slot on behalf of a member.</p><p>A machine can be, for example, a 3D printer.</p><p>Members can also access this page and reserve a machine themselves, if credit card payment is enabled, or if some prices are equal to 0.</p>"
trainings :
title : "Trainings"
2020-08-24 17:00:25 +02:00
content : "<p>This page will allow you to consult the list of all training sessions and to register a member for a training session.</p><p>Trainings can be set as prerequisites before allowing reservation of certain machines.</p><p>Members can also access this page and register for a training session themselves, if credit card payment is enabled, or if some prices are equal to 0.</p>"
2020-03-02 15:29:19 +01:00
spaces :
title : "Spaces"
content : "<p>This page will allow you to consult the list of all available spaces and to reserve a place on a slot, on behalf of a member.</p><p>A space can be, for example, a woodshop or a meeting room.</p><p>Their particularity is that they can be booked by several people at the same time.</p><p>Members can also access this page and reserve a machine themselves, if credit card payment is enabled, or if some prices are equal to 0.</p>"
events :
title : "Events"
content : "<p>An open house evening or an internship to make your desk lamp? It's over here!</p><p>Events can be free or paid (with different prices), with or without reservation.</p><p>Again, members can access this page and book themselves places for free events, or paid events if credit card payment is enabled.</p>"
calendar :
title : "Agenda"
content : "Visualize at a glance everything that is scheduled for the next coming weeks (events, training, machines available, etc.)."
projects :
2020-06-16 17:16:17 +02:00
title : "Proyectos"
2020-03-11 10:40:08 +01:00
content : "<p>Document and share all your creations with the community.</p><p>If you use OpenLab, you will also be able to consult the projects of the entire Fab-manager network. <a href='mailto:contact@fab-manager.com'>Contact-us</a> to get your access, it's free!</p>"
2020-03-02 15:29:19 +01:00
plans :
title : "Subscriptions"
content : "Subscriptions provide a way to segment your prices and provide benefits to regular users."
admin :
2020-04-29 16:33:20 +02:00
title : "{ROLE} section"
content : "<p>All of the elements below are only accessible to administrators and managers. They allow you to manage and configure Fab-manager.</p><p>At the end of this visit, click on one of them to find out more.</p>"
2020-03-02 15:29:19 +01:00
about :
title : "About"
content : "A page that you can fully customize, to present your activity and your structure."
notifications :
title : "Notifications center"
content : "<p>Every time something important happens (reservations, creation of accounts, activity of your members, etc.), you will be notified here.</p><p>Your members also receive notifications there.</p>"
profile :
title : "User's menu"
content : "<p>Find your personal information here as well as all your activity on Fab-manager.</p><p>This space is also available for all your members.</p>"
news :
title : "News"
2020-03-11 12:25:59 +01:00
content : "<p>This space allows you to display the latest news from your structure.</p><p>You can easily change its content from « Customization », « Home page ».</p>"
2020-03-02 15:29:19 +01:00
last_projects :
2020-06-16 17:16:17 +02:00
title : "Últimos proyectos"
2020-03-02 15:29:19 +01:00
content : "<p>This carousel scrolls through the latest projects documented by your members.</p>"
last_tweet :
title : "Last tweet"
2020-03-11 12:25:59 +01:00
content : "<p>The last tweet of your Tweeter feed can be shown here.</p><p>Configure it from « Customization », « Home page ».</p>"
2020-03-02 15:29:19 +01:00
last_members :
title : "Last members"
content : "The last registered members who have validated their address and agreed to be contacted will be shown here."
next_events :
title : "Upcoming events"
content : "The next three scheduled events are displayed in this space."
customize :
title : "Customize the home page"
content : "<p>This page can be fully personalized.</p><p>You can <a href='mailto:contact@fab-manager.com'>contact-us</a> to make a tailored customization of the home page.</p>"
version :
title : "Application version"
content : "Hover your cursor over this icon to find out the version of Fab-manager. If you are not up to date, this will be reported here and you'll be able to get details by clicking on it."
machines :
welcome :
title : "Machines"
content : "<p>Machines are the tools available for your users. You must create here the machines which can then be reserved by the members.</p><p>You can also create entries for non-bookable or free access machines, then you just need to not associate availability slots with them.</p>"
2020-04-29 16:33:20 +02:00
welcome_manager :
title : "Machines"
content : "Machines are the tools available for the users to reserve."
2020-03-02 15:29:19 +01:00
view :
title : "View"
content : "To modify or delete a machine, click here first. You will not be able to delete a machine that has already been associated with availability slots, but you can deactivate it."
2020-04-29 16:33:20 +02:00
reserve :
title : "Reserve"
2020-04-29 16:54:08 +02:00
content : "Click here to access an agenda showing free slots. This will let you book this machine for an user and manage existing reservations."
2020-03-02 15:29:19 +01:00
spaces :
welcome :
title : "Spaces"
content : "<p>Spaces are places available for your users. For example, a meeting room or a woodshop. You must create here the spaces which can then be reserved by members.</p><p>The specificity of the spaces is that they can be reserved by several users at the same time.</p>"
2020-04-29 16:33:20 +02:00
welcome_manager :
title : "Spaces"
2020-04-29 16:54:08 +02:00
content : "<p>Spaces are places available to users, by reservation. For example, a meeting room or a woodshop.</p><p>The specificity of the spaces is that they can be reserved by several users at the same time.</p>"
2020-03-02 15:29:19 +01:00
view :
title : "View"
content : "To modify or delete a space, click here first. You will not be able to delete a space that has already been associated with availability slots, but you can deactivate it."
2020-04-29 16:33:20 +02:00
reserve :
title : "Reserve"
2020-04-29 16:54:08 +02:00
content : "Click here to access an agenda showing free slots. This will let you book this space for an user and manage existing reservations."