1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00

New translations app.admin.en.yml (Spanish)

This commit is contained in:
Sylvain 2022-06-22 14:23:16 +02:00
parent b555d1d691
commit 2d1cb84a5a

View File

@ -447,21 +447,24 @@ es:
description: "Description"
significance: "Significance"
manage_plan_category:
create: "New category"
update: "Edit the category"
plan_category_form:
name: "Name"
description: "Description"
significance: "Significance"
info: "Categories will be shown ordered by signifiance. The higher you set the significance, the first the category will be shown."
create_category:
create:
title: "New category"
cta: "Create the category"
success: "The new category was successfully created"
error: "Unable to create the category: "
update_category:
update:
title: "Edit the category"
cta: "Validate"
success: "The category was successfully updated"
error: "Unable to update the category: "
delete_category:
delete_plan_category:
title: "Delete a category"
confirm: "Are you sure you want to delete this category? If you do, the plans associated with this category won't be sorted anymore."
cta: "Delete"
@ -513,7 +516,7 @@ es:
credit_note: "Nota de crédito"
display_more_invoices: "Mostrar más facturas..."
no_invoices_for_now: "Sin facturas por ahora."
payment_schedules_list: "Payment schedules"
payment_schedules: "Payment schedules"
invoicing_settings: "Configuración de facturación"
warning_invoices_disabled: "Warning: invoices are not enabled. No invoices will be generated by Fab-manager. Nevertheless, you must correctly fill the information below, especially VAT."
change_logo: "Cambio de logotipo"
@ -748,20 +751,27 @@ es:
end_date: "End date"
vat_rate: "VAT rate"
amount: "Total amount"
payzen_keys_form:
payzen_keys_info_html: "<p>To be able to collect online payments, you must configure the <a href='https://payzen.eu' target='_blank'>PayZen</a> identifiers and keys.</p><p>Retrieve them from <a href='https://secure.payzen.eu/vads-merchant/' target='_blank'>your merchant back office</a>.</p>"
client_keys: "Client key"
payzen_keys: "PayZen keys"
payzen_username: "Username"
payzen_password: "Password"
payzen_endpoint: "REST API server name"
payzen_hmac: "HMAC-SHA-256 key"
stripe_keys_form:
stripe_keys_info_html: "<p>To be able to collect online payments, you must configure the <a href='https://stripe.com' target='_blank'>Stripe</a> API keys.</p><p>Retrieve them from <a href='https://dashboard.stripe.com/account/apikeys' target='_blank'>your dashboard</a>.</p><p>Updating these keys will trigger a synchronization of all users on Stripe, this may take some time. You'll receive a notification when it's done.</p>"
public_key: "Public key"
secret_key: "Secret key"
payment:
payment_settings: "Payment settings"
online_payment: "Online payment"
online_payment_info_html: "You can enable your members to book directly online, paying by card. Alternatively, you can restrict the booking and payment processes for administrators and managers."
enable_online_payment: "Enable online payment"
stripe_keys: "Stripe keys"
stripe_keys_info_html: "<p>To be able to collect online payments, you must configure the <a href='https://stripe.com' target='_blank'>Stripe</a> API keys.</p><p>Retrieve them from <a href='https://dashboard.stripe.com/account/apikeys' target='_blank'>your dashboard</a>.</p><p>Updating these keys will trigger a synchronization of all users on Stripe, this may take some time. You'll receive a notification when it's done.</p>"
public_key: "Public key"
secret_key: "Secret key"
error_check_keys: "Error: please check your Stripe keys."
stripe_keys_saved: "Stripe keys successfully saved."
error_saving_stripe_keys: "Unable to save the Stripe keys. Please try again later."
payzen_keys_info_html: "<p>To be able to collect online payments, you must configure the <a href='https://payzen.eu' target='_blank'>PayZen</a> identifiers and keys.</p><p>Retrieve them from <a href='https://secure.payzen.eu/vads-merchant/' target='_blank'>your merchant back office</a>.</p>"
client_keys: "Client key"
api_keys: "API keys"
edit_keys: "Edit keys"
currency: "Currency"
@ -769,12 +779,8 @@ es:
currency_alert_html: "<strong>Warning</strong>: the currency cannot be changed after the first online payment was made. Please define this setting carefully before opening Fab-manager to your members."
stripe_currency: "Stripe currency"
gateway_configuration_error: "An error occurred while configuring the payment gateway: "
payzen:
payzen_keys: "PayZen keys"
payzen_username: "Username"
payzen_password: "Password"
payzen_endpoint: "REST API server name"
payzen_hmac: "HMAC-SHA-256 key"
payzen_settings:
edit_keys: "Edit keys"
payzen_public_key: "Client public key"
currency: "Currency"
payzen_currency: "PayZen currency"
@ -784,14 +790,14 @@ es:
error_while_saving: "An error occurred while saving the currency: "
currency_updated: "The PayZen currency was successfully updated to {CURRENCY}."
#select a payment gateway
gateway_modal:
select_gateway_modal:
select_gateway_title: "Select a payment gateway"
gateway_info: "To securely collect and process payments online, Fab-manager needs to use an third-party service authorized by the financial institutions, called a payment gateway."
select_gateway: "Please select an available gateway"
stripe: "Stripe"
payzen: "PayZen"
confirm_button: "Validate the gateway"
payment_schedules:
payment_schedules_list:
filter_schedules: "Filter schedules"
no_payment_schedules: "No payment schedules to display"
load_more: "Load more"
@ -944,6 +950,26 @@ es:
success: "Success"
failed: "Failed"
error_details: "Error's details:"
user_validation:
validate_member_success: "Member successfully validated"
invalidate_member_success: "Member successfully invalidated"
validate_member_error: "An unexpected error occurred: unable to validate this member."
invalidate_member_error: "An unexpected error occurred: unable to invalidate this member."
validate_account: "Validate the account"
supporting_documents_refusal_form:
refusal_comment: "Comment"
comment_placeholder: "Please type a comment here"
supporting_documents_refusal_modal:
title: "Refuse some supporting documents"
refusal_successfully_sent: "The refusal has been successfully sent."
unable_to_send: "Unable to refuse the supporting documents: "
confirm: "Confirm"
supporting_documents_validation:
title: "Supporting documents"
find_below_documents_files: "You will find below the supporting documents submitted by the member."
to_complete: "To complete"
refuse_documents: "Refusing the documents"
refuse_documents_info: "After verification, you may notify the member that the evidence submitted is not acceptable. You can specify the reasons for your refusal and indicate the actions to be taken. The member will be notified by e-mail."
#edit a member
members_edit:
change_role: "Change role"
@ -993,29 +1019,14 @@ es:
cannot_extend_own_subscription: "You cannot extend your own subscription. Please ask another manager or an administrator to extend your subscription."
update_success: "Member's profile successfully updated"
my_documents: "My documents"
my_documents_info: "Following the declaration of your profile, you must declare the proof of identity documents. Once submitted, these documents will be verified by the administrator."
proof_of_identity_file_size_error: "The weight limit is {SIZE} MB max"
my_documents_alert: "Attention!</br>You can submit your documents in pdf or in image (jpg) under a weight limit of {SIZE} Mb max"
proof_of_identity_files: "Proof of identity"
find_below_the_proof_of_identity_files: "You will find below the proof of identity documents submitted by the member."
save: "Save"
to_complete: "To complete"
proof_of_identity_refusal: "Refusal of the proof of identity"
refuse_proof_of_identity_files: "Refusing to proof of identity"
refuse_proof_of_identity_files_info: "After verification, you may notify the member that the evidence submitted is not acceptable. You can specify the reasons for your refusal and indicate the actions to be taken. The member will be notified by e-mail."
confirm: "Confirm"
cancel: "Cancel"
proof_of_identity_refusal_comment: "Comment"
proof_of_identity_refuse_input_message: "Type your text"
validate_account: "Validate the account"
validate_member_success: "The member is validated"
invalidate_member_success: "The member is invalidated"
validate_member_error: "An error occurred: impossible to validate from this member."
invalidate_member_error: "An error occurred: impossible to invalidate from this member."
proof_of_identity_refusal_successfully_sent: "Refusal of the proof of identity has been sent."
proof_of_identity_refusal_unable_to_send: "Impossible to refuse proof of identity : "
proof_of_identity_files_successfully_uploaded: "The proof of identity has been sent."
proof_of_identity_files_unable_to_upload: "Impossible to send proof of identity : "
#extend a subscription for free
free_extend_modal:
extend_subscription: "Extend the subscription"
@ -1028,7 +1039,7 @@ es:
extend: "Extend"
extend_success: "The subscription was successfully extended for free"
#renew a subscription
renew_subscription_modal:
renew_modal:
renew_subscription: "Renew the subscription"
renew_subscription_info: "You are about to renew the user's subscription by charging him again for his current subscription."
credits_will_be_reset: "The balance of free credits (training / machines / spaces) of the user will be reset, unused credits will be lost."
@ -1038,6 +1049,7 @@ es:
pay_in_one_go: "Pay in one go"
renew: "Renew"
renew_success: "The subscription was successfully renewed"
DATE_TIME: "{DATE} {TIME}"
#take a new subscription
subscribe_modal:
subscribe_USER: "Subscribe {USER}"
@ -1244,6 +1256,11 @@ es:
week_of_START_to_END: "Semana del {START} a {END}"
no_data_for_this_period: "No hay datos para este periodo"
date: "Date"
boolean_setting:
customization_of_SETTING_successfully_saved: "Customization of the {SETTING} successfully saved."
error_SETTING_locked: "Unable to update the setting: {SETTING} is locked. Please contact your system administrator."
an_error_occurred_saving_the_setting: "An error occurred while saving the setting. Please try again later."
save: "save"
#global application parameters and customization
settings:
customize_the_application: "Personalizar la aplicación"
@ -1498,15 +1515,19 @@ es:
statistics: "Statistics"
statistics_info_html: "<p>Enable or disable the statistics module.</p><p>If enabled, every nights, the data of the day just passed will be consolidated in the database of a powerful analysis engine. Then, every administrators will be able to browse statistical charts and tables in the corresponding section.</p>"
enable_statistics: "Enable statistics"
compte:
account:
account: "Account"
customize_account_settings: "Customize account settings"
user_validation_required: "validation of accounts"
user_validation_required_title: "Validation of accounts"
user_validation_required_info: "By activating this option, only members whose account is validated by an administrator or a manager will be able to make reservations."
user_validation_setting:
customization_of_SETTING_successfully_saved: "Customization of the {SETTING} successfully saved."
error_SETTING_locked: "Unable to update the setting: {SETTING} is locked. Please contact your system administrator."
an_error_occurred_saving_the_setting: "An error occurred while saving the setting. Please try again later."
user_validation_required_option_label: "Activate the account validation option"
user_validation_required_list_title: "Member account validation information message"
user_validation_required_list_info: "Your administrator must validate your account. You will then be able to access all the booking features."
user_validation_required_list_info: "Your administrator must validate your account. Then, you will be able to access all the booking features."
user_validation_required_list_other_info: "The resources selected below will be subject to member account validation."
user_validation_required_list:
subscription: "Subscriptions"
@ -1515,41 +1536,46 @@ es:
space: "Spaces"
training: "Trainings"
pack: "Prepaid pack"
create_groups: "Create groups"
add_proof_of_identity_types: "Add proof of identity"
proof_of_identity_type_info: "You can add proof of identity according to the user groups created in order to ask your members to deposit them in their space. Each member will be informed of the proof of identity to be provided in their personal space (My proof of identity tab). On your side, you can check the proof of identity and validate their account (provided that the Account Validation option is activated)."
proof_of_identity_type_no_group_info: "Proof of identity are necessarily applied to groups.</br>If you do not have a group yet, you can create one from the \"Users/Groups\" page (button on the right)."
proof_of_identity_type_title: "Proof of identity"
add_proof_of_identity_type_button: "Create proof of identity"
no_proof_of_identity_types: "You do not have any proof of identity.</br>Make sure you have created at least one group in order to add a document."
proof_of_identity_type:
group_name: "Group"
name: "Proof of identity"
all_groups: 'All groups'
new_proof_of_identity_type: "Create a proof of identity"
edit_proof_of_identity_type: "Edit the proof of identity"
proof_of_identity_type_form_info: "Field parameters"
proof_of_identity_type_select_group: "Choose a group"
proof_of_identity_type_input_name: "Name"
create: "Create"
edit: "Edit"
confirm: "Confirm"
confirmation_required: "Confirmation required"
do_you_really_want_to_delete_this_proof_of_identity_type: "Do you really want to remove this proof of identity ?"
proof_of_identity_type_successfully_created: "The new proof of identity has been created."
proof_of_identity_type_unable_to_create: "Unable to delete the proof of identity : "
proof_of_identity_type_successfully_updated: "The proof of identity has been updated."
proof_of_identity_type_unable_to_update: "Unable to modify the proof of identity : "
proof_of_identity_type_deleted: "The proof of identity has been deleted."
proof_of_identity_type_unable_to_delete: "Unable to delete the proof of identity : "
organization: "Organization"
organization_profile_custom_fields_info: "You can display additional fields for users who declare themselves to be an organization. You can also choose to make them mandatory at account creation."
organization_profile_custom_fields_alert: "Attention: the activated fields will be automatically displayed on the issued invoices. Once configured, please do not modify them."
organization_profile_custom_field:
supporting_documents_type_modal:
successfully_created: "The new supporting documents request has been created."
unable_to_create: "Unable to delete the supporting documents request: "
successfully_updated: "The supporting documents request has been updated."
unable_to_update: "Unable to modify the supporting documents request: "
new_type: "Create a supporting documents request"
edit_type: "Edit the supporting documents request"
create: "Create"
edit: "Edit"
supporting_documents_type_form:
type_form_info: "Field parameters"
select_group: "Choose one or many group(s)"
name: "Name"
supporting_documents_types_list:
add_supporting_documents_types: "Add supporting documents"
all_groups: 'All groups'
supporting_documents_type_info: "You can ask for supporting documents, according to the user's groups. This will ask your members to deposit those kind of documents in their personnal space. Each members will be informed that supporting documents are required to be provided in their personal space (My supporting documents tab). On your side, you'll be able to check the provided supporting documents and validate the member's account (if the Account Validation option is enabled)."
no_groups_info: "Supporting documents are necessarily applied to groups.</br>If you do not have any group yet, you can create one from the \"Users/Groups\" page (button on the right)."
create_groups: "Create groups"
supporting_documents_type_title: "Supporting documents requests"
add_type: "New supporting documents request"
group_name: "Group"
name: "Supporting documents"
no_types: "You do not have any supporting documents requests.</br>Make sure you have created at least one group in order to add a request."
delete_supporting_documents_type_modal:
confirmation_required: "Confirmation required"
confirm: "Confirm"
deleted: "The supporting documents request has been deleted."
unable_to_delete: "Unable to delete the supporting documents request: "
confirm_delete_supporting_documents_type: "Do you really want to remove this requested type of supporting documents?"
profile_custom_fields_list:
field_successfully_updated: "The organization field has been updated."
unable_to_update: "Impossible to modify the field : "
required: "Confirmation required"
actived: "Activate the field"
organization_profile_custom_field_successfully_updated: "The organization field has been updated."
organization_profile_custom_field_unable_to_update: "Impossible to modify the field : "
home:
show_upcoming_events: "Show upcoming events"
upcoming_events:
@ -1630,9 +1656,7 @@ es:
report_will_be_destroyed: "Once the report has been processed, it will be deleted. This can't be undone, continue?"
report_removed: "The report has been deleted"
failed_to_remove: "An error occurred, unable to delete the report"
local_payment:
validate_cart: "Validate my cart"
offline_payment: "Payment on site"
local_payment_form:
about_to_cash: "You're about to confirm the cashing by an external payment mean. Please do not click on the button below until you have fully cashed the requested payment."
about_to_confirm: "You're about to confirm your {ITEM, select, subscription{subscription} other{reservation}}."
payment_method: "Payment method"
@ -1643,6 +1667,9 @@ es:
check_collection_info: "By validating, you confirm that you have {DEADLINES} checks, allowing you to collect all the monthly payments."
transfer_collection_info: "<p>By validating, you confirm that you set up {DEADLINES} bank direct debits, allowing you to collect all the monthly payments.</p><p><strong>Please note:</strong> the bank transfers are not automatically handled by Fab-manager.</p>"
online_payment_disabled: "Online payment is not available. You cannot collect this payment schedule by online card."
local_payment_modal:
validate_cart: "Validate my cart"
offline_payment: "Payment on site"
check_list_setting:
save: 'Save'
customization_of_SETTING_successfully_saved: "Customization of the {SETTING} successfully saved."