mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-18 07:52:23 +01:00
New translations app.shared.en.yml (Spanish)
This commit is contained in:
parent
566a545092
commit
04c650feaf
@ -21,7 +21,6 @@ es:
|
||||
messages:
|
||||
you_will_lose_any_unsaved_modification_if_you_quit_this_page: "Si cierra la página se perderán todas las modificaciones que no se hayan guardado"
|
||||
you_will_lose_any_unsaved_modification_if_you_reload_this_page: "Si recarga la página se perderán todas las modificaciones que no se hayan guardado"
|
||||
payment_card_error: "A problem has occurred with your credit card:"
|
||||
payment_card_declined: "Your card was declined."
|
||||
change_group:
|
||||
title: "{OPERATOR, select, self{My group} other{User's group}}"
|
||||
@ -29,20 +28,32 @@ es:
|
||||
cancel: "Cancel"
|
||||
validate: "Validate group change"
|
||||
success: "Group successfully changed"
|
||||
stripe_form:
|
||||
payment_card_error: "A problem occurred with your payment card:"
|
||||
#text editor
|
||||
text_editor:
|
||||
text_placeholder: "Type something…"
|
||||
link_placeholder: "Paste link…"
|
||||
url_placeholder: "Paste url…"
|
||||
new_tab: "Open in a new tab"
|
||||
add_link: "Insert a link"
|
||||
add_video: "Embed a video"
|
||||
add_image: "Insert an image"
|
||||
fab_text_editor:
|
||||
text_placeholder: "Type something…"
|
||||
menu_bar:
|
||||
link_placeholder: "Paste link…"
|
||||
url_placeholder: "Paste url…"
|
||||
new_tab: "Open in a new tab"
|
||||
add_link: "Insert a link"
|
||||
add_video: "Embed a video"
|
||||
add_image: "Insert an image"
|
||||
#modal dialog
|
||||
fab_modal:
|
||||
close: "Close"
|
||||
fab_socials:
|
||||
follow_us: "Follow us"
|
||||
networks_update_success: "Social networks update successful"
|
||||
networks_update_error: "Problem trying to update social networks"
|
||||
url_placeholder: "Paste url…"
|
||||
save: "Save"
|
||||
website_invalid: "The website address is not a valid URL"
|
||||
edit_socials:
|
||||
url_placeholder: "Paste url…"
|
||||
website_invalid: "The website address is not a valid URL"
|
||||
#user edition form
|
||||
user_profile_form:
|
||||
add_an_avatar: "Add an avatar"
|
||||
@ -156,10 +167,10 @@ es:
|
||||
start_typing: "Empezar a escribir..."
|
||||
member_not_validated: "Attention:</br> The member has not validated."
|
||||
#payment modal
|
||||
payment:
|
||||
abstract_payment_modal:
|
||||
online_payment: "Online payment"
|
||||
i_have_read_and_accept_: "He leido y acepto "
|
||||
_the_general_terms_and_conditions: "los términos y condiciones."
|
||||
i_have_read_and_accept_: "I have read, and accept "
|
||||
_the_general_terms_and_conditions: "the general terms and conditions."
|
||||
payment_schedule_html: "<p>You're about to subscribe to a payment schedule of {DEADLINES} months.</p><p>By paying this bill, you agree to send instructions to the financial institution that issue your card, to take payments from your card account, for the whole duration of this subscription. This imply that your card data are saved by {GATEWAY} and a series of payments will be initiated on your behalf, conforming to the payment schedule previously shown.</p>"
|
||||
confirm_payment_of_: "Pay: {AMOUNT}"
|
||||
validate: "Validate"
|
||||
@ -174,6 +185,9 @@ es:
|
||||
method_check: "By check"
|
||||
card_collection_info: "By validating, you'll be prompted for the member's card number. This card will be automatically charged at the deadlines."
|
||||
check_collection_info: "By validating, you confirm that you have {DEADLINES} checks, allowing you to collect all the monthly payments."
|
||||
event_themes:
|
||||
title: "Event themes"
|
||||
select_theme: "Pick up a theme…"
|
||||
#event edition form
|
||||
event:
|
||||
title: "Title"
|
||||
@ -397,6 +411,15 @@ es:
|
||||
default_places: "Máximo de entradas predeterminado"
|
||||
default_places_is_required: "Se requiere un máximo de entradas predeterminado."
|
||||
disable_space: "Disable space"
|
||||
payment_schedule_summary:
|
||||
your_payment_schedule: "Your payment schedule"
|
||||
NUMBER_monthly_payment_of_AMOUNT: "{NUMBER} monthly {NUMBER, plural, =1{payment} other{payments}} of {AMOUNT}"
|
||||
first_debit: "First debit on the day of the order."
|
||||
monthly_payment_NUMBER: "{NUMBER}{NUMBER, plural, =1{st} =2{nd} =3{rd} other{th}} monthly payment: "
|
||||
debit: "Debit on the day of the order."
|
||||
view_full_schedule: "View the complete payment schedule"
|
||||
select_schedule:
|
||||
monthly_payment: "Monthly payment"
|
||||
#shopping cart module for reservations
|
||||
cart:
|
||||
summary: "Resumen"
|
||||
@ -414,13 +437,6 @@ es:
|
||||
cost_of_the_subscription: "Coste de la suscripción"
|
||||
subscription_price: "Subscription price"
|
||||
you_ve_just_selected_a_subscription_html: "You've just selected a <strong>subscription</strong>:"
|
||||
monthly_payment: "Monthly payment"
|
||||
your_payment_schedule: "Your payment schedule"
|
||||
monthly_payment_NUMBER: "{NUMBER}{NUMBER, plural, =1{st} =2{nd} =3{rd} other{th}} monthly payment: "
|
||||
NUMBER_monthly_payment_of_AMOUNT: "{NUMBER} monthly {NUMBER, plural, =1{payment} other{payments}} of {AMOUNT}"
|
||||
first_debit: "First debit on the day of the order."
|
||||
debit: "Debit on the day of the order."
|
||||
view_full_schedule: "View the complete payment schedule"
|
||||
confirm_and_pay: "Confirmar y pagar"
|
||||
you_have_settled_the_following_TYPE: "Acaba de seleccionar {TYPE, select, Machine{machine slots} Training{training} other{elements}}:"
|
||||
you_have_settled_a_: "Ha establecido una"
|
||||
@ -475,12 +491,15 @@ es:
|
||||
what_to_do: "What do you want to do?"
|
||||
tour: "Start the feature tour"
|
||||
guide: "Open the user's manual"
|
||||
stripe_confirm_modal:
|
||||
resolve_action: "Resolve the action"
|
||||
ok_button: "OK"
|
||||
#2nd factor authentication for card payments
|
||||
stripe_confirm:
|
||||
pending: "Pending for action..."
|
||||
success: "Thank you, your card setup is complete. The payment will be proceeded shortly."
|
||||
#the summary table of all payment schedules
|
||||
schedules_table:
|
||||
payment_schedules_table:
|
||||
schedule_num: "Schedule #"
|
||||
date: "Date"
|
||||
price: "Price"
|
||||
@ -516,7 +535,7 @@ es:
|
||||
confirm_bank_transfer: "Confirm the bank transfer"
|
||||
confirm_bank_transfer_body: "You must confirm the receipt of {AMOUNT} for the deadline of {DATE}. By confirming the bank transfer, an invoice will be generated for this due date."
|
||||
confirm_cancel_subscription: "You're about to cancel this payment schedule and the related subscription. Are you sure?"
|
||||
payment_modal:
|
||||
card_payment_modal:
|
||||
online_payment_disabled: "Online payment is not available. Please contact the FabLab's reception directly."
|
||||
unexpected_error: "An error occurred. Please report this issue to the Fab-Manager's team."
|
||||
update_card_modal:
|
||||
|
Loading…
x
Reference in New Issue
Block a user