2016-03-23 18:39:41 +01:00
en :
app :
public :
common :
# header and "about" page
2019-12-18 14:35:29 +01:00
about_the_fablab : "About {GENDER, select, male{the} female{the} neutral{} other{the}} {NAME}"
2016-03-23 18:39:41 +01:00
return : "Return"
2019-06-13 12:52:56 +02:00
# cookies
cookies :
about_cookies : "This website uses cookies for audience measurement purposes."
learn_more : "Learn more"
accept : "Accept cookies"
decline : "Refuse"
2016-03-23 18:39:41 +01:00
# dashboard sections
dashboard : "Dashboard"
my_profile : "My Profile"
2016-05-12 13:53:59 +02:00
my_settings : "My Settings"
2016-03-23 18:39:41 +01:00
my_projects : "My Projects"
my_trainings : "My Trainings"
2016-06-28 11:42:20 +02:00
my_events : "My Events"
2016-03-23 18:39:41 +01:00
my_invoices : "My Invoices"
2016-07-18 18:16:54 +02:00
my_wallet : "My Wallet"
2016-03-23 18:39:41 +01:00
# login/logout
sign_out : "Sign Out"
sign_up : "Sign Up"
sign_in : "Sign In"
# left menu
notifications : "Notifications"
admin : "Admin"
reduce_panel : "Reduce panel"
# left menu (public)
home : "Home"
reserve_a_machine : "Reserve a Machine"
trainings_registrations : "Trainings registrations"
2016-06-28 11:42:20 +02:00
events_registrations : "Events registrations"
2017-02-13 17:00:27 +01:00
reserve_a_space : "Reserve a Space"
2016-03-23 18:39:41 +01:00
projects_gallery : "Projects gallery"
subscriptions : "Subscriptions"
2016-07-13 19:12:16 +02:00
public_calendar : "Calendar"
2016-03-23 18:39:41 +01:00
# left menu (admin)
trainings_monitoring : "Trainings monitoring"
manage_the_calendar : "Manage the Calendar"
manage_the_users : "Manage the Users"
manage_the_invoices : "Manage the invoices"
subscriptions_and_prices : "Subscriptions and Prices"
2016-06-28 17:06:33 +02:00
manage_the_events : "Manage the events"
2016-03-23 18:39:41 +01:00
manage_the_machines : "Manage the Machines"
2017-02-13 17:00:27 +01:00
manage_the_spaces : "Manage the Spaces"
2016-03-23 18:39:41 +01:00
manage_the_projects_elements : "Manage the Projects Elements"
statistics : "Statistics"
customization : "Customization"
2016-05-09 18:15:04 +02:00
open_api_clients : "OpenAPI clients"
2016-03-23 18:39:41 +01:00
# account creation modal
create_your_account : "Create your account"
man : "Man"
woman : "Woman"
gender_is_required : "Gender is required."
your_first_name : "Your first name"
first_name_is_required : "First name is required."
your_surname : "Your surname"
surname_is_required : "Surname is required."
your_pseudonym : "Your pseudonym"
pseudonym_is_required : "Pseudonym is required."
your_email_address : "Your e-mail address"
email_is_required : "E-mail address is required."
your_password : "Your password"
password_is_required : "Password is required."
2019-04-18 11:35:09 +02:00
password_is_too_short : "Password is too short (minimum 8 characters)"
2016-03-23 18:39:41 +01:00
type_your_password_again : "Type your password again"
password_confirmation_is_required : "Password confirmation is required."
password_does_not_match_with_confirmation : "Password does not match with confirmation."
2016-08-02 12:27:45 +02:00
i_am_an_organization : "I am an organization"
name_of_your_organization : "Name of your organization"
organization_name_is_required : "Organization name is required."
address_of_your_organization : "Address of your organization"
organization_address_is_required : "Organization address is required."
2016-03-23 18:39:41 +01:00
your_user_s_profile : "Your user's profile"
user_s_profile_is_required : "User's profile is required."
birth_date : "Birth date"
birth_date_is_required : "Birth date is required."
phone_number : "Phone number"
phone_number_is_required : "Phone number is required."
i_authorize_Fablab_users_registered_on_the_site_to_contact_me : "I authorize FabLab users, registered on the site, to contact me"
2016-10-07 11:11:58 +02:00
i_accept_to_receive_information_from_the_fablab : "I accept to receive information from the FabLab"
2016-03-23 18:39:41 +01:00
i_ve_read_and_i_accept_ : "I've read and I accept"
_the_fablab_policy : "the FabLab policy"
2019-03-26 17:20:10 +01:00
field_required : "Field required"
2019-06-04 13:33:00 +02:00
unexpected_error_occurred : "An unexpected error occurred. Please try again later."
2019-06-12 15:34:03 +02:00
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"
2019-12-30 13:45:25 +01:00
you_will_receive_confirmation_instructions_by_email_detailed : "You will receive an email with instructions about how to confirm your account in a few minutes."
2016-03-23 18:39:41 +01:00
# password modification modal
change_your_password : "Change your password"
your_new_password : "Your new password"
your_password_was_successfully_changed : "Your password was successfully changed."
# connection modal
connection : "Connection"
password_forgotten : "Forgotten password?"
2019-12-18 16:02:47 +01:00
confirm_my_account : "Confirm my e-mail"
2016-03-23 18:39:41 +01:00
not_registered_to_the_fablab : "Not registered to the Fablab?"
create_an_account : "Create an account"
wrong_email_or_password : "Wrong e-mail or password."
2017-08-31 17:11:46 +02:00
caps_lock_is_on : "Caps lock key is on."
2016-03-23 18:39:41 +01:00
2019-12-18 16:02:47 +01:00
# confirmation modal
you_will_receive_confirmation_instructions_by_email : You will receive confirmation instructions by email.
2016-03-23 18:39:41 +01:00
# forgotten password modal
your_email_address_is_unknown : "Your e-mail address is unknown."
you_will_receive_in_a_moment_an_email_with_instructions_to_reset_your_password : "You will receive in a moment, an e-mail with instructions to reset your password."
2016-09-22 16:46:14 +02:00
# Fab-manager's version
version : "Version:"
2020-01-14 17:12:36 +01:00
upgrade_fabmanager : "Upgrade Fab-Manager"
current_version : "You are currently using version {VERSION} of Fab-Manager."
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?"
2016-09-22 16:46:14 +02:00
2016-12-19 17:08:11 +01:00
# Notifications
2019-12-16 10:16:11 +01:00
and_NUMBER_other_notifications : "and {NUMBER, plural, =0{no other notifications} =1{one other notification} other{{NUMBER} other notifications}}..."
2016-12-19 17:08:11 +01:00
2016-03-23 18:39:41 +01:00
about :
# about page
2019-12-18 14:35:29 +01:00
read_the_fablab_policy : "Read the FabLab policy"
read_the_fablab_s_general_terms_and_conditions : "Read the FabLab's general terms and conditions"
your_fablab_s_contacts : "Your FabLab's contacts"
privacy_policy : "Privacy policy"
2019-04-18 12:00:57 +02:00
privacy :
# 'privacy policy' page
2019-12-18 14:35:29 +01:00
title : "Privacy policy"
dpo : "Data protection officer"
last_update : "Last update,"
2016-03-23 18:39:41 +01:00
home :
# home page
latest_documented_projects : "The latest documented projects"
follow_us : "Follow Us"
latest_tweets : "The latest tweets"
latest_registered_members : "Latest registered members"
create_an_account : "Create an account"
discover_members : "Discover members"
# next events summary on the home page
2016-06-28 11:42:20 +02:00
fablab_s_next_events : "Fablab's next events"
2016-03-23 18:39:41 +01:00
every_events : "Every events"
2019-12-16 10:16:11 +01:00
from_date_to_date : "From {START} to {END}"
on_the_date : "On the {DATE}"
from_time_to_time : "From {START} to {END}"
2016-03-23 18:39:41 +01:00
free_entry : "Free entry"
free_admission : "Free admission"
full_price : "Full price"
event_full : "Event full"
2017-09-24 21:51:58 +02:00
still_available : "Available place(s)"
2016-03-23 18:39:41 +01:00
projects_list :
# projects gallery
2019-12-18 14:35:29 +01:00
the_fablab_projects : "The Fab Lab projects"
add_a_project : "Add a project"
search_over_the_whole_network : "Search over the whole Fab Manager network"
tooltip_openlab_projects_switch : "The search over the whole network lets you search over the projects of every Fab-manager using this feature !"
openlab_search_not_available_at_the_moment : "Search over the whole network is not available at the moment. You still can search over the projects of this platform."
project_search_result_is_empty : "Sorry, we found no results matching your search criteria."
reset_all_filters : "Reset all filters"
search : "Search"
all_projects : "All projects"
my_projects : "My projects"
projects_to_whom_i_take_part_in : "Projects to whom I take part in"
all_machines : "All machines"
all_themes : "All themes"
all_materials : "All materials"
load_next_projects : "Load next projects"
rough_draft : "Rough draft"
2016-03-23 18:39:41 +01:00
projects_show :
# details of a projet
2019-12-18 14:35:29 +01:00
rough_draft : "Draft"
2016-03-23 18:39:41 +01:00
project_description : "Project description"
2019-12-16 10:16:11 +01:00
by_name : "By {NAME}"
2019-12-18 14:35:29 +01:00
step_N : "Step {INDEX}"
share_on_facebook : "Share on Facebook"
share_on_twitter : "Share on Twitter"
2019-06-12 12:22:38 +02:00
deleted_user : "Deleted user"
2016-03-23 18:39:41 +01:00
posted_on_ : "Posted on"
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}}"
2019-12-18 14:35:29 +01:00
machines_and_materials : "Machines and materials"
collaborators : "Collaborators"
2016-03-23 18:39:41 +01:00
licence : "Licence"
2019-12-18 14:35:29 +01:00
confirmation_required : "Confirmation required"
2016-03-23 18:39:41 +01:00
report_an_abuse : "Report an abuse"
unauthorized_operation : "Unauthorized operation"
your_report_was_successful_thanks : "Your report was successful. Thank you."
an_error_occured_while_sending_your_report : "An error occurred while sending your report."
your_first_name : "Your first name"
your_first_name_is_required : "Your first name is required."
your_surname : "Your surname"
your_surname_is_required : "Your surname is required."
your_email_address : "Your email address"
your_email_address_is_required : "Your email address is required."
tell_us_why_this_looks_abusive : "Tell us why this looks abusive"
message_is_required : "Message is required."
report : "Report"
2016-06-28 10:02:36 +02:00
do_you_really_want_to_delete_this_project : "Do you really want to delete this project?"
2016-03-23 18:39:41 +01:00
machines_list :
# list of machines
2019-12-18 14:35:29 +01:00
the_fablab_s_machines : "The FabLab's machines"
add_a_machine : "Add a machine"
book : "Book"
_or_the_ : " or the "
status_enabled : "Enabled"
status_disabled : "Disabled"
status_all : "All"
2016-03-23 18:39:41 +01:00
machines_show :
# details of a machine
book_this_machine : "Book this machine"
2019-12-18 14:35:29 +01:00
technical_specifications : "Technical specifications"
2016-03-23 18:39:41 +01:00
files_to_download : "Files to download"
projects_using_the_machine : "Projects using the machine"
_or_the_ : " or the "
2019-12-18 14:35:29 +01:00
confirmation_required : "Confirmation required"
2016-09-27 15:32:49 +02:00
do_you_really_want_to_delete_this_machine : "Do you really want to delete this machine?"
unauthorized_operation : "Unauthorized operation"
2016-03-23 18:39:41 +01:00
the_machine_cant_be_deleted_because_it_is_already_reserved_by_some_users : "The machine can't be deleted because it's already reserved by some users."
2016-07-13 18:15:14 +02:00
trainings_list :
# list of trainings
2019-12-18 14:35:29 +01:00
book : "Book"
2016-07-13 18:15:14 +02:00
the_trainings : "The trainings"
training_show :
# details of a training
book_this_training : "Book this training"
2016-09-27 15:32:49 +02:00
do_you_really_want_to_delete_this_training : "Do you really want to delete this training?"
unauthorized_operation : "Unauthorized operation"
2019-12-18 14:35:29 +01:00
confirmation_required : "Confirmation required"
2016-09-27 15:32:49 +02:00
the_training_cant_be_deleted_because_it_is_already_reserved_by_some_users : "The training can't be deleted because it's already reserved by some users."
2016-07-13 18:15:14 +02:00
2016-03-23 18:39:41 +01:00
plans :
# summary of the subscriptions
subcriptions : "Subscriptions"
i_choose_that_plan : "I choose that plan"
i_subscribe_online : "I subscribe online"
i_already_subscribed : "I already subscribed"
2016-10-07 11:11:58 +02:00
more_information : "More information"
2019-12-16 10:16:11 +01:00
your_subscription_expires_on_the_DATE : "Your subscription expires on the {DATE}"
2016-03-23 18:39:41 +01:00
my_group : "My group"
2019-12-16 10:16:11 +01:00
his_group : "{GENDER, select, male{His} female{Her} other{Its}} group"
he_wants_to_change_group : "{ROLE, select, admin{The user wants} other{I want}} to change group"
change_my_group : "Change {ROLE, select, admin{{GENDER, select, male{his} female{her} other{its}}} other{my}} group"
2019-12-18 14:35:29 +01:00
summary : "Summary"
2019-12-16 10:16:11 +01:00
your_subscription_has_expired_on_the_DATE : "Your subscription has expired on the {DATE}"
2019-12-18 14:35:29 +01:00
subscription_price : "Subscription price"
you_ve_just_selected_a_subscription_html : "You've just selected a <strong>subscription</strong>:"
confirm_and_pay : "Valider et payer"
you_ve_just_payed_the_subscription_html : "You've just paid the <strong>subscription</strong>:"
2016-03-23 18:39:41 +01:00
thank_you_your_subscription_is_successful : "Thank you. Your subscription is successful!"
2019-12-18 14:35:29 +01:00
your_invoice_will_be_available_soon_from_your_dashboard : "Your invoice will be available soon from your dashboard"
2016-03-23 18:39:41 +01:00
your_group_was_successfully_changed : "Your group was successfully changed."
the_user_s_group_was_successfully_changed : "The user's group was successfully changed."
an_error_prevented_your_group_from_being_changed : "An error prevented your group from being changed."
an_error_prevented_to_change_the_user_s_group : "An error prevented to change the user's group."
an_error_occured_during_the_payment_process_please_try_again_later : "An error occurred during the payment process. Please try again later."
subscription_confirmation : "Subscription confirmation"
2019-12-16 10:16:11 +01:00
here_is_the_NAME_subscription_summary : "Here is the {NAME}'s subscription summary:"
2019-12-18 14:35:29 +01:00
confirm_payment_of_html : "{ROLE, select, admin{Cash} other{Pay}}: {AMOUNT}" # (contexte : validate a payment of $20,00)
online_payment_disabled : "Payment by credit card is not available. Please contact the Fablab's reception directly."
2016-03-23 18:39:41 +01:00
events_list :
# Fablab's events list
2016-06-28 11:42:20 +02:00
the_fablab_s_events : "The Fablab's events"
2016-06-29 16:09:27 +02:00
all_categories : "All categories"
for_all : "For all"
2017-09-24 21:51:58 +02:00
sold_out : "Sold Out"
cancelled : "Cancelled"
free_admission : "Free admission"
still_available : "available place(s)"
free_entry : "Free entry"
2019-12-18 14:35:29 +01:00
add_an_event : "Add an event"
load_the_next_events : "Load the next events..."
full_price_ : "Full price:"
2019-12-24 11:47:31 +01:00
to_date : "to" # context: date. eg: 'from 01/01 to 01/05'
2016-03-23 18:39:41 +01:00
events_show :
# details and booking of an event
event_description : "Event description"
downloadable_documents : "Downloadable documents"
2019-11-21 11:15:05 +01:00
information_and_booking : "Information and booking"
2019-12-18 14:35:29 +01:00
dates : "Dates"
2016-03-23 18:39:41 +01:00
beginning : "Beginning:"
ending : "Ending:"
opening_hours : "Opening hours:"
2019-12-18 14:35:29 +01:00
all_day : "All day"
2019-12-24 11:47:31 +01:00
from_time : "From" # context: time. eg. 'from 18:00 to 21:00'
to_time : "to" # context: time. eg. 'from 18:00 to 21:00'
2019-12-18 14:35:29 +01:00
full_price_ : "Full price:"
2016-03-23 18:39:41 +01:00
tickets_still_availables : "Tickets still available:"
sold_out : "Sold out."
free_entry : "Free entry"
2017-09-24 21:51:58 +02:00
cancelled : "Cancelled"
2019-12-16 10:16:11 +01:00
ticket : "{NUMBER, plural, one{ticket} other{tickets}}"
2016-03-23 18:39:41 +01:00
make_a_gift_of_this_reservation : "Make a gift of this reservation"
2019-12-18 14:35:29 +01:00
thank_you_your_payment_has_been_successfully_registered : "Tank you. Your payment has been successfully registered!"
2016-03-23 18:39:41 +01:00
you_can_find_your_reservation_s_details_on_your_ : "You can find your reservation's details on your"
2019-12-18 14:35:29 +01:00
dashboard : "dashboard"
2019-12-16 10:16:11 +01:00
you_booked_DATE : "You booked ({DATE}):"
canceled_reservation_SEATS : "Reservation canceled ({SEATS} seats)"
2016-03-23 18:39:41 +01:00
book : "Book"
2019-12-18 14:35:29 +01:00
confirm_and_pay : "Confirm and pay"
confirm_payment_of_html : "{ROLE, select, admin{Cash} other{Pay}}: {AMOUNT}" # (contexte : validate a payment of $20,00)
online_payment_disabled : "Payment by credit card is not available. Please contact the Fablab's reception directly."
please_select_a_member_first : "Please select a member first"
2016-03-23 18:39:41 +01:00
change_the_reservation : "Change the reservation"
2016-04-22 18:17:55 +02:00
you_can_shift_this_reservation_on_the_following_slots : "You can shift this reservation on the following slots:"
2017-10-02 13:14:15 +02:00
confirmation_required : "Confirmation required"
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"
delete_all : "All events"
2017-10-02 13:14:15 +02: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}}."
2016-11-09 17:07:48 +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."
2019-12-18 14:35:29 +01:00
reservation_was_successfully_cancelled : "Reservation was successfully cancelled"
2016-11-09 17:07:48 +01:00
cancellation_failed : "Cancellation failed."
2019-12-10 12:16:26 +01:00
event_is_over : "The event is over"
thanks_for_coming : "Thanks for coming!"
view_event_list : "View events to come"
2019-12-18 14:35:29 +01:00
share_on_facebook : "Share on Facebook"
share_on_twitter : "Share on Twitter"
2016-07-13 19:12:16 +02:00
calendar :
2017-02-13 17:00:27 +01:00
# public calendar
2019-12-18 14:35:29 +01:00
calendar : "Calendar"
show_unavailables : "Show unavailable slots"
filter_calendar : "Filter calendar"
trainings : "Trainings"
machines : "Machines"
spaces : "Spaces"
events : "Events"
externals : "Other calendars"
2017-02-13 17:00:27 +01:00
spaces_list :
# list of spaces
2019-12-18 14:35:29 +01:00
the_spaces : "The spaces"
add_a_space : "Add a space"
status_enabled : "Enabled"
status_disabled : "Disabled"
status_all : "All"
book : "Book"
2017-02-14 12:41:51 +01:00
space_show :
# display the details of a space
2019-12-18 14:35:29 +01:00
book_this_space : "Book this space"
unauthorized_operation : "Unauthorized operation"
confirmation_required : "Confirmation required"
do_you_really_want_to_delete_this_space : "Do you really want to delete this space?"
the_space_cant_be_deleted_because_it_is_already_reserved_by_some_users : "Unable to delete this space, because it is already reserved by some users."
characteristics : "Characteristics"
files_to_download : "Files to download"
projects_using_the_space : "Projects using the space"