2015-05-05 03:10:25 +02:00
en :
2020-03-09 11:47:18 +01:00
#subscription plan duration
2016-03-23 18:39:41 +01:00
duration :
year :
one : 'one year'
other : '%{count} years'
month :
one : 'one month'
other : '%{count} months'
week :
one : 'one week'
other : '%{count} weeks'
2020-03-09 11:47:18 +01:00
errors :
#CarrierWave
messages :
2016-03-23 18:39:41 +01:00
carrierwave_processing_error : "failed to be processed"
carrierwave_integrity_error : "is not of an allowed file type"
carrierwave_download_error : "could not be downloaded"
2020-06-02 17:57:24 +02:00
extension_whitelist_error : "You are not allowed to upload %{extension} files, allowed types: %{allowed_types}"
extension_blacklist_error : "You are not allowed to upload %{extension} files, prohibited types: %{prohibited_types}"
2020-06-03 12:28:04 +02:00
content_type_whitelist_error : "You are not allowed to upload %{content_type} files, allowed types: %{allowed_types}"
2016-03-23 18:39:41 +01:00
rmagick_processing_error : "Failed to manipulate with rmagick, maybe it is not an image? Original Error: %{e}"
mime_types_processing_error : "Failed to process file with MIME::Types, maybe not valid content-type? Original Error: %{e}"
mini_magick_processing_error : "Failed to manipulate with MiniMagick, maybe it is not an image? Original Error: %{e}"
wrong_size : "is the wrong size (should be %{file_size})"
size_too_small : "is too small (should be at least %{file_size})"
size_too_big : "is too big (should be at most %{file_size})"
2016-11-09 15:01:41 +01:00
export_not_found : "Requested export was not found. It was probably deleted, please generate a new export."
2016-12-13 12:46:00 +01:00
percentage_out_of_range : "Percentage must be included between 0 and 100"
cannot_be_blank_at_same_time : "cannot be blank when %{field} is blank too"
cannot_be_in_the_past : "cannot be in the past"
cannot_be_before_previous_value : "cannot be before the previous value"
2019-01-08 17:32:45 +01:00
cannot_overlap : "can't overlap an existing accounting period"
cannot_encompass : "can't encompass an existing accounting period"
2019-01-09 16:54:09 +01:00
in_closed_period : "can't be within a closed accounting period"
2019-02-12 17:38:44 +01:00
invalid_footprint : "invoice's checksum is invalid"
2019-03-12 15:26:17 +01:00
end_before_start : "The end date can't be before the start date. Pick a date after %{START}"
2019-04-03 13:04:19 +02:00
invalid_duration : "The allowed duration must be between 1 day and 1 year. Your period is %{DAYS} days long."
2019-04-03 17:27:25 +02:00
must_be_in_the_past : "The period must be strictly prior to today's date."
2022-01-04 15:27:58 +01:00
registration_disabled : "Registration is disabled"
2016-06-28 11:57:04 +02:00
apipie :
api_documentation : "API Documentation"
2021-02-01 17:43:15 +01:00
code : "HTTP code"
2020-03-09 11:47:18 +01:00
#error messages when importing an account from a SSO
2016-03-23 18:39:41 +01:00
omniauth :
email_already_linked_to_another_account_please_input_your_authentication_code : "E-mail address \"%{OLD_MAIL}\" is already linked to another account, please input your authentication code."
your_username_is_already_linked_to_another_account_unable_to_update_it : "Your username (%{USERNAME}) is already linked to another account, unable to update it."
your_email_address_is_already_linked_to_another_account_unable_to_update_it : "Your e-mail address (%{EMAIL}) is already linked to another account, unable to update it."
2016-03-30 17:31:12 +02:00
this_account_is_already_linked_to_an_user_of_the_platform : "This %{NAME} account is already linked to an user of the platform."
2020-03-09 11:47:18 +01:00
#availability slots in the calendar
2016-03-23 18:39:41 +01:00
availabilities :
not_available : "Not available"
i_ve_reserved : "I've reserved"
2019-11-13 12:13:22 +01:00
length_must_be_slot_multiple : "must be at least %{MIN} minutes after the start date"
2016-03-23 18:39:41 +01:00
must_be_associated_with_at_least_1_machine : "must be associated with at least 1 machine"
2022-04-05 16:44:55 +02:00
deleted_user : "Deleted user"
2020-03-09 11:47:18 +01:00
#members management
2016-03-23 18:39:41 +01:00
members :
unable_to_change_the_group_while_a_subscription_is_running : "Unable to change the group while a subscription is running"
2020-05-13 08:37:49 +02:00
admins_cant_change_group : "Unable to remove an administrator from his dedicated group"
2016-03-23 18:39:41 +01:00
please_input_the_authentication_code_sent_to_the_address : "Please input the authentication code sent to the e-mail address %{EMAIL}"
your_authentication_code_is_not_valid : "Your authentication code is not valid."
2016-12-15 14:16:24 +01:00
current_authentication_method_no_code : "The current authentication method does not require any migration code"
requested_account_does_not_exists : "The requested account does not exist"
2022-04-12 13:54:47 +02:00
#SSO external authentication
authentication_providers :
local_database_provider_already_exists : 'A "Local Database" provider already exists. Unable to create another.'
matching_between_User_uid_and_API_required : "It is required to set the matching between User.uid and the API to add this provider."
2020-03-09 11:47:18 +01:00
#PDF invoices generation
2016-03-23 18:39:41 +01:00
invoices :
refund_invoice_reference : "Refund invoice reference: %{REF}"
invoice_reference : "Invoice reference: %{REF}"
code : "Code: %{CODE}"
order_number : "Order #: %{NUMBER}"
invoice_issued_on_DATE : "Invoice issued on %{DATE}"
refund_invoice_issued_on_DATE : "Refund invoice issued on %{DATE}"
2016-12-12 15:32:01 +01:00
wallet_credit : "Wallet credit"
2016-03-23 18:39:41 +01:00
cancellation_of_invoice_REF : "Cancellation of invoice %{REF}"
reservation_of_USER_on_DATE_at_TIME : "Reservation of %{USER} on %{DATE} at %{TIME}"
cancellation : "Cancellation"
2016-08-29 16:44:07 +02:00
object : "Object:"
2016-03-23 18:39:41 +01:00
order_summary : "Order summary:"
details : "Details"
amount : "Amount"
subscription_extended_for_free_from_START_to_END : "Subscription extended for free - From %{START} to %{END}"
2017-03-15 16:31:51 +01:00
subscription_NAME_from_START_to_END : "Subscription %{NAME} - From %{START} to %{END}"
2016-03-23 18:39:41 +01:00
machine_reservation_DESCRIPTION : "Machine reservation - %{DESCRIPTION}"
2017-02-27 17:42:36 +01:00
space_reservation_DESCRIPTION : "Space reservation - %{DESCRIPTION}"
2016-03-23 18:39:41 +01:00
training_reservation_DESCRIPTION : "Training reservation - %{DESCRIPTION}"
2016-06-28 11:42:20 +02:00
event_reservation_DESCRIPTION : "Event reservation - %{DESCRIPTION}"
2016-03-23 18:39:41 +01:00
full_price_ticket :
one : "One full price ticket"
other : "%{count} full price tickets"
2016-08-29 16:37:51 +02:00
other_rate_ticket :
one : "One %{NAME} ticket"
other : "%{count} %{NAME} tickets"
2020-03-09 11:47:18 +01:00
coupon_CODE_discount_of_DISCOUNT : "Coupon {CODE}: discount of {DISCOUNT}{TYPE, select, percent_off{%} other{}}" #messageFormat interpolation
2016-03-23 18:39:41 +01:00
total_including_all_taxes : "Total incl. all taxes"
2021-12-23 19:36:23 +01:00
including_VAT_RATE : "Including VAT %{RATE}% of %{AMOUNT}"
2016-03-23 18:39:41 +01:00
including_total_excluding_taxes : "Including Total excl. taxes"
including_amount_payed_on_ordering : "Including amount payed on ordering"
total_amount : "Total amount"
refund_on_DATE : "Refund on %{DATE}"
2021-06-07 09:18:11 +02:00
by_card_online_payment : "by card (online payment)"
2016-03-23 18:39:41 +01:00
by_cheque : "by cheque"
by_transfer : "by transfer"
by_cash : "by cash"
2016-07-12 11:39:18 +02:00
by_wallet : "by wallet"
2019-07-31 12:37:31 +02:00
no_refund : "No refund"
2016-03-23 18:39:41 +01:00
settlement_by_debit_card : "Settlement by debit card"
settlement_done_at_the_reception : "Settlement done at the reception"
2016-07-18 19:29:21 +02:00
settlement_by_wallet : "Settlement by wallet"
2016-03-23 18:39:41 +01:00
on_DATE_at_TIME : "on %{DATE} at %{TIME},"
for_an_amount_of_AMOUNT : "for an amount of %{AMOUNT}"
2020-03-09 11:47:18 +01:00
on_DATE_from_START_to_END : "On %{DATE} from %{START} to %{END}" #eg: on feb. 7 from 7AM to 9AM
from_STARTDATE_to_ENDDATE_from_STARTTIME_to_ENDTIME : "From %{STARTDATE} to %{ENDDATE}, from %{STARTTIME} to %{ENDTIME}" #eg: from feb. 7 to feb. 10, from 6PM to 10PM
2016-03-23 18:39:41 +01:00
subscription_of_NAME_for_DURATION_starting_from_DATE : "Subscription of %{NAME} for %{DURATION} starting from %{DATE}"
subscription_of_NAME_extended_starting_from_STARTDATE_until_ENDDATE : "Subscription of %{NAME} extended (Free days) starting from %{STARTDATE} until %{ENDDATE}"
2016-07-18 19:29:21 +02:00
and : 'and'
2020-05-26 13:59:40 +02:00
invoice_text_example : "Our association is not subject to VAT"
2021-05-24 16:34:27 +02:00
error_invoice : "Erroneous invoice. The items below ware not booked. Please contact the FabLab for a refund."
2021-06-28 18:17:11 +02:00
prepaid_pack : "Prepaid pack of hours"
2021-06-30 10:53:05 +02:00
pack_item : "Pack of %{COUNT} hours for the %{ITEM}"
2021-01-04 18:12:44 +01:00
#PDF payment schedule generation
payment_schedules :
schedule_reference : "Payment schedule reference: %{REF}"
schedule_issued_on_DATE : "Schedule issued on %{DATE}"
object : "Object: Payment schedule for %{ITEM}"
subscription_of_NAME_for_DURATION_starting_from_DATE : "the subscription of %{NAME} for %{DURATION} starting from %{DATE}"
deadlines : "Table of your deadlines"
deadline_date : "Payment date"
deadline_amount : "Amount including tax"
total_amount : "Total amount"
2022-01-05 15:58:33 +01:00
settlement_by_METHOD : "Debits will be made by {METHOD, select, card{card} transfer{bank transfer} other{check}} for each deadlines."
2021-01-04 18:12:44 +01:00
settlement_by_wallet : "%{AMOUNT} will be debited from your wallet to settle the first deadline."
2020-03-09 11:47:18 +01:00
# CVS accounting export (columns headers)
2019-07-31 12:37:31 +02:00
accounting_export :
2019-08-01 09:49:09 +02:00
journal_code : "Journal code"
date : "Entry date"
account_code : "Account code"
account_label : "Account label"
piece : "Document"
line_label : "Entry label"
debit_origin : "Origin debit"
credit_origin : "Origin credit"
debit_euro : "Euro debit"
credit_euro : "Euro credit"
lettering : "Lettering"
2019-07-31 12:37:31 +02:00
VAT : 'VAT'
2019-09-17 12:35:34 +02:00
subscription : "subscr."
Machine_reservation : "machine reserv."
Training_reservation : "training reserv."
Event_reservation : "event reserv."
Space_reservation : "space reserv."
2019-09-19 11:25:12 +02:00
wallet : "wallet"
2021-12-29 17:00:49 +01:00
vat_export :
start_date : "Start date"
end_date : "End date"
vat_rate : "VAT rate"
amount : "Total amount"
2020-03-09 11:47:18 +01:00
#training availabilities
2016-03-23 18:39:41 +01:00
trainings :
i_ve_reserved : "I've reserved"
2016-04-19 16:47:43 +02:00
completed : "Full"
2020-03-09 11:47:18 +01:00
#error messages when updating an event
2017-03-02 18:34:55 +01:00
events :
error_deleting_reserved_price : "Unable to delete the requested price because it is associated with some reservations"
other_error : "An unexpected error occurred while updating the event"
2020-03-09 11:47:18 +01:00
#event duration
2019-10-16 16:11:37 +02:00
from_STARTDATE_to_ENDDATE : "From %{STARTDATE} to %{ENDDATE},"
from_STARTTIME_to_ENDTIME : "from %{STARTTIME} to %{ENDTIME}"
2020-03-09 11:47:18 +01:00
#members list export to EXCEL format
2016-03-23 18:39:41 +01:00
export_members :
2016-07-12 12:48:26 +02:00
members : "Members"
2016-03-23 18:39:41 +01:00
id : "ID"
surname : "Surname"
first_name : "First name"
email : "E-mail"
2016-07-28 12:20:51 +02:00
newsletter : "Newsletter"
2019-10-29 11:09:17 +01:00
last_login : "Last login"
2016-03-23 18:39:41 +01:00
gender : "Gender"
age : "Age"
2016-07-12 17:46:19 +02:00
address : "Address"
2016-03-23 18:39:41 +01:00
phone : "Phone"
2016-07-12 17:46:19 +02:00
website : "Website"
job : "Job"
interests : "Interests"
cad_software_mastered : "CAD Softwares mastered"
2016-03-23 18:39:41 +01:00
group : "Group"
subscription : "Subscription"
subscription_end_date : "Subscription end date"
validated_trainings : "Validated trainings"
2016-07-12 17:46:19 +02:00
tags : "Tags"
number_of_invoices : "Number of invoices"
projects : "Projects"
facebook : "Facebook"
twitter : "Twitter"
echo_sciences : "Echosciences"
2016-08-02 15:28:18 +02:00
organization : "Organization"
organization_address : "Organization address"
2016-03-23 18:39:41 +01:00
man : "Man"
woman : "Woman"
without_subscriptions : "Without subscriptions"
2020-03-09 11:47:18 +01:00
#machines/trainings/events reservations list to EXCEL format
2016-03-23 18:39:41 +01:00
export_reservations :
2016-07-12 13:00:56 +02:00
reservations : "Reservations"
2016-03-23 18:39:41 +01:00
customer_id : "Customer ID"
customer : "Customer"
2016-03-31 11:52:49 +02:00
email : "E-mail"
2016-03-23 18:39:41 +01:00
reservation_date : "Reservation date"
reservation_type : "Reservation type"
reservation_object : "Reservation object"
slots_number_hours_tickets : "Slots number (hours/tickets)"
payment_method : "Payment method"
local_payment : "Payment at the reception"
online_payment : "Online payment"
2020-07-21 17:25:19 +02:00
deleted_user : "Deleted user"
2020-03-09 11:47:18 +01:00
#subscriptions list export to EXCEL format
2016-03-23 18:39:41 +01:00
export_subscriptions :
2016-07-12 13:10:06 +02:00
subscriptions : "Subscriptions"
2016-03-23 18:39:41 +01:00
id : "ID"
customer : "Customer"
email : "E-mail"
subscription : "Subscription"
period : "Period"
start_date : "Start date"
expiration_date : "Expiration date"
amount : "Amount"
local_payment : "Payment at the reception"
online_payment : "Online payment"
2020-07-22 12:29:54 +02:00
deleted_user : "Deleted user"
2020-03-09 11:47:18 +01:00
#reservation slots export, by type, to EXCEL format
2017-03-02 12:34:28 +01:00
export_availabilities :
machines : "Machines"
trainings : "Trainings"
spaces : "Spaces"
events : "Events"
2017-03-02 13:31:12 +01:00
day_of_week : "Day of week"
2017-03-02 12:34:28 +01:00
date : "Date"
slot : "Slot"
machine : "Machine"
2017-03-02 12:44:59 +01:00
training : "Training"
2017-03-02 12:57:07 +01:00
space : "Space"
2017-03-02 13:05:29 +01:00
event : "Event"
2017-03-02 12:34:28 +01:00
reservations : "Reservations"
2017-03-02 12:44:59 +01:00
available_seats : "Available seats"
2022-05-10 16:48:58 +02:00
reservation_ics :
summary : "%{TYPE} reservation"
type :
Machine : "Machine"
Space : "Space"
Event : "Event"
Training : "Training"
description : "You have reserved %{COUNT} slots of %{ITEM}"
2022-05-11 10:44:57 +02:00
alarm_summary : "Remind your reservation"
2020-05-05 11:28:04 +02:00
roles :
member : "Member"
manager : "Manager"
admin : "Administrator"
2016-03-23 18:39:41 +01:00
api :
2020-03-09 11:47:18 +01:00
#internal app notifications
2016-03-23 18:39:41 +01:00
notifications :
2019-06-12 15:49:35 +02:00
deleted_user : "Deleted user"
2016-03-23 18:39:41 +01:00
notify_admin_abuse_reported :
an_abuse_was_reported_on_TYPE_ID_NAME_html : "An abuse was reported on <strong>%{TYPE} %{ID}: <em>%{NAME}</em></strong>."
notify_admin_member_create_reservation :
a_RESERVABLE_reservation_was_made_by_USER_html : "A <strong><em>%{RESERVABLE}</em></strong> reservation was made by <strong><em>%{USER}</em></strong>."
notify_admin_profile_complete :
2020-03-02 10:20:10 +01:00
account_imported_from_PROVIDER_UID_has_completed_its_information_html : "Account imported from <strong><em>%{PROVIDER}</strong> (%{UID})</em> has completed its information."
2016-03-23 18:39:41 +01:00
notify_admin_slot_is_canceled :
USER_s_reservation_on_the_DATE_was_cancelled_remember_to_generate_a_refund_invoice_if_applicable_html : "<strong><em>%{USER}</em></strong>'s reservation, on the %{DATE}, was cancelled. Remember to generate a refund invoice if applicable."
notify_admin_slot_is_modified :
a_booking_slot_was_modified : "A booking slot was modified."
notify_admin_subscribed_plan :
subscription_PLAN_has_been_subscribed_by_USER_html : "Subscription <strong><em>%{PLAN}</em></strong> has been subscribed by <strong><em>%{USER}</strong></em>."
notify_admin_subscription_canceled :
USER_s_subscription_has_been_cancelled : "%{USER}'s subscription has been cancelled."
notify_admin_subscription_extended :
2020-03-09 11:47:18 +01:00
subscription_PLAN_of_the_member_USER_has_been_extended_FREE_until_DATE_html : "Subscription <strong><em>{PLAN}</em></strong> of the member <strong><em>{USER}</strong></em> has been extended {FREE, select, true{for free} other{}} until {DATE}." #messageFormat interpolation
2016-03-23 18:39:41 +01:00
notify_admin_subscription_is_expired :
USER_s_subscription_has_expired : "%{USER}'s subscription has expired."
notify_admin_subscription_will_expire_in_7_days :
USER_s_subscription_will_expire_in_7_days : "%{USER}'s subscription will expire in 7 days."
notify_admin_user_group_changed :
2022-03-10 10:01:21 +01:00
user_NAME_changed_his_group_html : "User <strong><em>{NAME}</strong></em> changed group." #messageFormat interpolation
2016-03-23 18:39:41 +01:00
notify_admin_user_merged :
2022-03-10 10:01:21 +01:00
user_NAME_has_merged_his_account_with_the_one_imported_from_PROVIDER_UID_html : "<strong><em>{NAME}</strong></em>'s account was merged with the one imported from <strong><em>{PROVIDER} </strong> ({%UID})</em>." #messageFormat interpolation
2016-03-23 18:39:41 +01:00
notify_admin_when_project_published :
project_NAME_has_been_published_html : "Project <a href='/#!/projects/%{ID}'><strong><em>%{NAME}<em></strong></a> has been published."
notify_admin_when_user_is_created :
a_new_user_account_has_been_created_NAME_EMAIL_html : "A new user account has been created: <strong><em>%{NAME} <%{EMAIL}></strong></em>."
notify_admin_when_user_is_imported :
2019-04-18 11:35:09 +02:00
a_new_user_account_has_been_imported_from_PROVIDER_UID_html : "A new user account has been imported from: <strong><em>%{PROVIDER}</strong> (%{UID})</em>."
2016-03-23 18:39:41 +01:00
notify_member_create_reservation :
your_reservation_RESERVABLE_was_successfully_saved_html : "Your reservation <strong><em>%{RESERVABLE}</em></strong> was successfully saved."
2016-08-17 17:39:12 +02:00
notify_member_reservation_reminder :
reminder_you_have_a_reservation_RESERVABLE_to_be_held_on_DATE_html : "Reminder: You have a reservation <strong>%{RESERVABLE}</strong> to be held on <em>%{DATE}</em>"
2016-03-23 18:39:41 +01:00
notify_member_slot_is_canceled :
your_reservation_RESERVABLE_of_DATE_was_successfully_cancelled : "Your reservation %{RESERVABLE} of %{DATE} was successfully cancelled."
notify_member_slot_is_modified :
your_reservation_slot_was_successfully_changed : "Your reservation slot was successfully changed."
notify_member_subscribed_plan :
2020-03-11 15:57:12 +01:00
you_have_subscribed_to_PLAN_html : "You have subscribed to <strong><em>%{PLAN}</em></strong>."
2016-03-23 18:39:41 +01:00
notify_member_subscribed_plan_is_changed :
you_have_changed_your_subscription_to_PLAN_html : "You have changed your subscription to <strong><em>%{PLAN}</em></strong>."
notify_member_subscription_canceled :
your_subscription_PLAN_was_successfully_cancelled_html : "Your subscription <strong><em>%{PLAN}</em></strong> was successfully cancelled."
notify_member_subscription_extended :
2020-03-09 11:47:18 +01:00
your_subscription_PLAN_has_been_extended_FREE_until_DATE_html : "Your subscription <strong><em>{PLAN}</em></strong> has been extended {FREE, select, true{for free} other{}} until {DATE}." #messageFormat interpolation
2016-03-23 18:39:41 +01:00
notify_member_subscription_is_expired :
your_subscription_has_expired : "Your subscription has expired."
notify_member_subscription_will_expire_in_7_days :
your_subscription_will_expire_in_7_days : "Your subscription will expire in 7 days."
notify_partner_subscribed_plan :
subscription_partner_PLAN_has_been_subscribed_by_USER_html : "Partner subscription <strong><em>%{PLAN}</em></strong> has been subscribed by <strong><em>%{USER}</strong></em>."
notify_project_author_when_collaborator_valid :
USER_became_collaborator_of_your_project : "%{USER} became collaborator of your project:"
notify_project_collaborator_to_valid :
you_are_invited_to_collaborate_on_the_project : "You are invited to collaborate on the project:"
notify_user_auth_migration :
your_account_was_migrated : "You account was successfully migrated to the new authentication system."
notify_user_profile_complete :
your_profile_was_completed : "Your profile was successfully completed, you now have access to the entire platform."
notify_user_training_valid :
your_TRAINING_was_validated_html : "Your training <strong><em>%{TRAINING}</em></strong> was successfully validated."
notify_user_user_group_changed :
your_group_has_changed : "Your group has changed."
notify_user_when_avoir_ready :
your_avoir_is_ready_html : "Your refund invoice #%{REFERENCE}, of %{AMOUNT}, is ready. <a href='api/invoices/%{INVOICE_ID}/download' target='_blank'>Click here to download</a>."
notify_user_when_invoice_ready :
your_invoice_is_ready_html : "Your invoice #%{REFERENCE}, of %{AMOUNT} is ready. <a href='api/invoices/%{INVOICE_ID}/download' target='_blank'>Click here to download</a>."
undefined_notification :
unknown_notification : "Unknown notification"
2016-06-28 14:07:59 +02:00
notification_ID_wrong_type_TYPE_unknown : "Notification %{ID} wrong (type %{TYPE} unknown)"
2016-07-05 19:07:50 +02:00
notify_user_wallet_is_credited :
2016-07-19 16:24:50 +02:00
your_wallet_is_credited : "Your wallet has been credited by administrator"
2016-07-05 19:07:50 +02:00
notify_admin_user_wallet_is_credited :
2016-07-19 16:24:50 +02:00
wallet_is_credited : "The wallet of member %{USER} has been credited %{AMOUNT}"
2016-07-27 11:28:54 +02:00
notify_admin_export_complete :
export : "The export"
statistics_global : "of all the statistics"
statistics_account : "of the registration statistics"
statistics_event : "of statistics about events"
2019-12-09 10:27:50 +01:00
statistics_machine : "of statistics about machine slots"
2016-07-27 11:28:54 +02:00
statistics_project : "of statistics about projects"
statistics_subscription : "of subscription statistics"
statistics_training : "of statistics about trainings"
2017-03-01 12:56:11 +01:00
statistics_space : "of statistics about spaces"
2016-07-27 17:00:06 +02:00
users_members : "of the members' list"
users_subscriptions : "of the subscriptions' list"
users_reservations : "of the reservations' list"
2017-03-02 12:34:28 +01:00
availabilities_index : "of the reservations availabilities"
2019-09-17 12:35:34 +02:00
accounting_acd : "of the accounting data to ACD"
2021-12-29 17:00:49 +01:00
accounting_vat : "of the collected VAT"
2016-07-27 11:28:54 +02:00
is_over : "is over."
download_here : "Download here"
2019-09-25 16:37:42 +02:00
notify_admin_import_complete :
import_over : "%{CATEGORY} import is over. "
members : "Members"
view_results : "View results."
2016-08-16 18:12:13 +02:00
notify_member_about_coupon :
enjoy_a_discount_of_PERCENT_with_code_CODE : "Enjoy a discount of %{PERCENT}% with code %{CODE}"
2017-08-29 16:10:16 +02:00
enjoy_a_discount_of_AMOUNT_with_code_CODE : "Enjoy a discount of %{AMOUNT} with code %{CODE}"
2019-02-26 15:18:19 +01:00
notify_admin_free_disk_space :
2019-03-20 16:49:38 +01:00
warning_free_disk_space : "Warning: the server's available disk space is now %{AVAILABLE} MiB"
2019-03-18 14:33:30 +01:00
notify_admin_close_period_reminder :
warning_last_closed_period_over_1_year : "Please remind to periodically close your accounting periods. Last closed period ended at %{LAST_END}"
warning_no_closed_periods : "Please remind to periodically close your accounting periods. You have to close periods from %{FIRST_DATE}"
2019-04-04 11:37:23 +02:00
notify_admin_archive_complete :
archive_complete : "Data archiving from %{START} to %{END} is done. <a href='api/accounting_periods/%{ID}/archive' target='_blank'>click here to download</a>. Remember to save it on an external secured media."
2019-04-25 11:40:26 +02:00
notify_privacy_policy_changed :
policy_updated : "Privacy policy updated."
click_to_show : "Click here to consult"
2019-12-09 11:55:31 +01:00
notify_admin_refund_created :
refund_created : "A refund of %{AMOUNT} has been created for user %{USER}"
2020-05-05 11:28:04 +02:00
notify_user_role_update :
your_role_is_ROLE : "Your role has been changed to %{ROLE}."
notify_admins_role_update :
user_NAME_changed_ROLE_html : "User <strong><em>%{NAME}</strong></em> is now %{ROLE}."
2021-06-04 18:26:20 +02:00
notify_admin_objects_stripe_sync :
all_objects_sync : "All data were successfully synchronized on Stripe."
2021-01-19 16:47:51 +01:00
notify_user_when_payment_schedule_ready :
your_schedule_is_ready_html : "Your payment schedule #%{REFERENCE}, of %{AMOUNT}, is ready. <a href='api/payment_schedules/%{SCHEDULE_ID}/download' target='_blank'>Click here to download</a>."
2022-01-11 12:37:06 +01:00
notify_admin_payment_schedule_error :
schedule_error : "An error occurred for the card debit of the %{DATE} deadline, for schedule %{REFERENCE}"
notify_member_payment_schedule_error :
schedule_error : "An error occurred for the card debit of the %{DATE} deadline, for your schedule %{REFERENCE}"
2021-01-25 13:05:27 +01:00
notify_admin_payment_schedule_failed :
schedule_failed : "Failed card debit for the %{DATE} deadline, for schedule %{REFERENCE}"
notify_member_payment_schedule_failed :
schedule_failed : "Failed card debit for the %{DATE} deadline, for your schedule %{REFERENCE}"
2022-01-11 12:37:06 +01:00
notify_admin_payment_schedule_gateway_canceled :
2022-01-17 12:38:53 +01:00
schedule_canceled : "The payment schedule %{REFERENCE} was canceled by the gateway. An action is required."
2022-01-11 12:37:06 +01:00
notify_member_payment_schedule_gateway_canceled :
2022-01-17 12:38:53 +01:00
schedule_canceled : "Your payment schedule %{REFERENCE} was canceled by the gateway."
2021-01-25 13:05:27 +01:00
notify_admin_payment_schedule_check_deadline :
schedule_deadline : "You must cash the check for the %{DATE} deadline, for schedule %{REFERENCE}"
2022-01-05 15:58:33 +01:00
notify_admin_payment_schedule_transfer_deadline :
schedule_deadline : "You must confirm the bank direct debit for the %{DATE} deadline, for schedule %{REFERENCE}"
2022-03-18 19:44:30 +01:00
notify_admin_user_proof_of_identity_files_created :
proof_of_identity_files_uploaded : "Proof of identity uploaded by member <strong><em>%{NAME}</strong></em>."
notify_admin_user_proof_of_identity_files_updated :
proof_of_identity_files_uploaded : "Proof of identity changed by Member <strong><em>%{NAME}</strong></em>."
notify_user_is_validated :
account_validated : "Your account is valid."
notify_user_is_invalidated :
account_invalidated : "Your account is invalid."
notify_user_proof_of_identity_refusal :
refusal : "Your proof of identity are not accepted"
notify_admin_user_proof_of_identity_refusal :
refusal : "Member's proof of identity <strong><em>%{NAME}</strong></em> refused."
2020-03-09 11:47:18 +01:00
#statistics tools for admins
2016-06-28 14:07:59 +02:00
statistics :
subscriptions : "Subscriptions"
2019-12-09 10:27:50 +01:00
machines_hours : "Machines slots"
2017-02-13 14:38:28 +01:00
spaces : "Spaces"
2016-06-28 14:07:59 +02:00
trainings : "Trainings"
events : "Events"
registrations : "Registrations"
projects : "Projects"
users : "Users"
training_id : "Training ID"
training_date : "Training Date"
event_id : "Event ID"
event_date : "Event Date"
event_name : "Event Name"
2016-06-30 12:48:41 +02:00
event_theme : "Theme"
age_range : "Age Range"
2016-06-28 14:07:59 +02:00
themes : "Themes"
components : "Components"
machines : "Machines"
user_id : "User ID"
bookings : "Bookings"
hours_number : "Hours number"
tickets_number : "Tickets number"
2016-06-28 14:18:15 +02:00
revenue : "Revenue"
2016-06-30 15:13:58 +02:00
account_creation : "Account creation"
project_publication : "Project publication"
2020-04-01 17:25:55 +02:00
duration : "Duration"
2020-03-09 11:47:18 +01:00
#statistics exports to the excel file format
2016-07-07 16:26:25 +02:00
export :
entries : "Entries"
revenue : "Revenue"
average_age : "Average Age"
total : "Total"
date : "Date"
user : "User"
email : "Email"
phone : "Phone"
gender : "Gender"
age : "Age"
type : "Type"
male : "Man"
2016-08-30 18:30:21 +02:00
female : "Woman"
2020-03-09 11:47:18 +01:00
#initial price's category for events, created to replace the old "reduced amount" property
2016-08-30 18:30:21 +02:00
price_category :
reduced_fare : "Reduced fare"
2016-10-07 11:11:58 +02:00
reduced_fare_if_you_are_under_25_student_or_unemployed : "Reduced fare if you are under 25, student or unemployed."
2017-08-30 14:57:06 +02:00
group :
2020-03-09 11:47:18 +01:00
#name of the user's group for administrators
2017-11-20 11:42:01 +01:00
admins : 'Administrators'
2021-10-12 14:07:35 +02:00
cart_items :
free_extension : "Free extension of a subscription, until %{DATE}"
2021-10-20 17:31:30 +02:00
statistic_profile :
birthday_in_past : "The date of birth must be in the past"
2021-06-10 10:39:42 +02:00
settings :
locked_setting : "the setting is locked."
about_title : "\"About\" page title"
about_body : "\"About\" page content"
about_contacts : "\"About\" page contacts"
privacy_draft : "Privacy policy draft"
privacy_body : "Privacy policy"
privacy_dpo : "Data protection officer address"
twitter_name : "Twitter feed name"
home_blogpost : "Homepage's brief"
machine_explications_alert : "Explanation message on the machine reservation page"
training_explications_alert : "Explanation message on the training reservation page"
training_information_message : "Information message on the machine reservation page"
subscription_explications_alert : "Explanation message on the subscription page"
invoice_logo : "Invoices' logo"
invoice_reference : "Invoice's reference"
invoice_code-active : "Activation of the invoices' code"
invoice_code-value : "Invoices' code"
invoice_order-nb : "Invoice's order number"
invoice_VAT-active : "Activation of the VAT"
invoice_VAT-rate : "VAT rate"
invoice_text : "Invoices' text"
invoice_legals : "Invoices' legal information"
booking_window_start : "Opening time"
booking_window_end : "Closing time"
booking_move_enable : "Activation of reservations moving"
booking_move_delay : "Preventive delay before any reservation move"
booking_cancel_enable : "Activation of reservations cancelling"
booking_cancel_delay : "Preventive delay before any reservation cancellation"
main_color : "Main colour"
secondary_color : "Secondary colour"
fablab_name : "Fablab's name"
name_genre : "Title concordance"
reminder_enable : "Activation of reservations reminding"
reminder_delay : "Delay before sending the reminder"
event_explications_alert : "Explanation message on the event reservation page"
space_explications_alert : "Explanation message on the space reservation page"
visibility_yearly : "Maximum visibility for annual subscribers"
visibility_others : "Maximum visibility for other members"
display_name_enable : "Display names in the calendar"
machines_sort_by : "Machines display order"
accounting_journal_code : "Journal code"
accounting_card_client_code : "Card clients code"
accounting_card_client_label : "Card clients label"
accounting_wallet_client_code : "Wallet clients code"
accounting_wallet_client_label : "Wallet clients label"
accounting_other_client_code : "Other means client code"
accounting_other_client_label : "Other means client label"
accounting_wallet_code : "Wallet code"
accounting_wallet_label : "Wallet label"
accounting_VAT_code : "VAT code"
accounting_VAT_label : "VAT label"
accounting_subscription_code : "Subscriptions code"
accounting_subscription_label : "Subscriptions label"
accounting_Machine_code : "Machines code"
accounting_Machine_label : "Machines label"
accounting_Training_code : "Trainings code"
accounting_Training_label : "Trainings label"
accounting_Event_code : "Events code"
accounting_Event_label : "Events label"
accounting_Space_code : "Spaces code"
accounting_Space_label : "Spaces label"
hub_last_version : "Last Fab-manager's version"
hub_public_key : "Instance public key"
fab_analytics : "Fab Analytics"
link_name : "Link title to the \"About\" page"
home_content : "The home page"
home_css : "Stylesheet of the home page"
origin : "Instance URL"
uuid : "Instance ID"
phone_required : "Phone required?"
tracking_id : "Tracking ID"
book_overlapping_slots : "Book overlapping slots"
slot_duration : "Default duration of booking slots"
events_in_calendar : "Display events in the calendar"
spaces_module : "Spaces module"
plans_module : "Plans modules"
invoicing_module : "Invoicing module"
facebook_app_id : "Facebook App ID"
twitter_analytics : "Twitter analytics account"
recaptcha_site_key : "reCAPTCHA Site Key"
recaptcha_secret_key : "reCAPTCHA Secret Key"
feature_tour_display : "Feature tour display mode"
email_from : "Expeditor's address"
disqus_shortname : "Disqus shortname"
allowed_cad_extensions : "Allowed CAD files extensions"
allowed_cad_mime_types : "Allowed CAD files MIME types"
openlab_app_id : "OpenLab ID"
openlab_app_secret : "OpenLab secret"
openlab_default : "Default projects gallery view"
online_payment_module : "Online payments module"
stripe_public_key : "Stripe public key"
stripe_secret_key : "Stripe secret key"
stripe_currency : "Stripe currency"
invoice_prefix : "Invoices' files prefix"
confirmation_required : "Confirmation required"
wallet_module : "Wallet module"
statistics_module : "Statistics module"
upcoming_events_shown : "Display limit for upcoming events"
payment_schedule_prefix : "Payment schedule's files prefix"
trainings_module : "Trainings module"
address_required : "Address required"
accounting_Error_code : "Errors code"
accounting_Error_label : "Errors label"
payment_gateway : "Payment gateway"
payzen_username : "PayZen username"
payzen_password : "PayZen password"
payzen_endpoint : "PayZen API endpoint"
payzen_public_key : "PayZen client public key"
payzen_hmac : "PayZen HMAC-SHA-256 key"
payzen_currency : "PayZen currency"
2021-06-15 11:57:43 +02:00
public_agenda_module : "Public agenda module"
2021-07-01 09:19:00 +02:00
renew_pack_threshold : "Threshold for packs renewal"
2021-10-12 14:07:35 +02:00
pack_only_for_subscription : "Restrict packs for subscribers"
2021-10-22 14:50:02 +02:00
overlapping_categories : "Categories for overlapping booking prevention"
2021-12-21 16:32:02 +01:00
extended_prices_in_same_day : "Extended prices in the same day"
2022-01-04 15:27:58 +01:00
public_registrations : "Public registrations"
2022-05-04 10:06:00 +02:00
facebook : "facebook"
twitter : "twitter"
viadeo : "viadeo"
linkedin : "linkedin"
instagram : "instagram"
youtube : "youtube"
vimeo : "vimeo"
dailymotion : "dailymotion"
github : "github"
echosciences : "echosciences"
pinterest : "pinterest"
lastfm : "lastfm"
flickr : "flickr"
2022-05-11 11:54:00 +02:00
machines_module : "Machines module"
2022-05-11 15:45:49 +02:00
user_change_group : "Allow users to change their group"