diff --git a/config/locales/app.shared.es.yml b/config/locales/app.shared.es.yml index 3392757dc..5dcd51f64 100644 --- a/config/locales/app.shared.es.yml +++ b/config/locales/app.shared.es.yml @@ -114,14 +114,12 @@ es: member_select: select_a_member: "Selecciona un miembro" start_typing: "Empezar a escribir..." - #stripe payment modal - stripe: + #payment modal + payment: online_payment: "Online payment" - i_have_read_and_accept_: "He leido y acepto " - _the_general_terms_and_conditions: "Los términos y condiciones." - credit_amount_for_pay_reservation: "{amount} {currency} falta por pagar para efectuar su reserva" - client_credit_amount_for_pay_reservation: "{amount} {currency} falta por pagar para efectuar la reserva del cliente" - payment_schedule_html: "
You're about to subscribe to a payment schedule of {DEADLINES} months.
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 Stripe and a series of payments will be initiated on your behalf, conforming to the payment schedule previously shown.
" + i_have_read_and_accept_: "I have read, and accept " + _the_general_terms_and_conditions: "the general terms and conditions." + payment_schedule_html: "You're about to subscribe to a payment schedule of {DEADLINES} months.
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.
" confirm_payment_of_: "Pay: {AMOUNT}" #dialog of on site payment for reservations valid_reservation_modal: @@ -130,9 +128,9 @@ es: subscription_confirmation: "Subscription confirmation" here_is_the_subscription_summary: "Here is the subscription summary:" payment_method: "Payment method" - method_stripe: "Online by card" + method_card: "Online by card" method_check: "By check" - stripe_collection_info: "By validating, you'll be prompted for the member's card number. This card will be automatically charged at the deadlines." + 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 edition form event: @@ -448,7 +446,7 @@ es: do_you_really_want_to_cancel_this_reservation_html: "¿Está seguro de querer cancelar la reserva?
Advertencia: si esta reserva se realizó de forma gratuita, como parte de una suscripción, los créditos utilizados no serán reacreditados.
" reservation_was_cancelled_successfully: "La reserva se ha cancelado con éxito." cancellation_failed: "Cancelación fallida." - confirm_payment_of_html: "{METHOD, select, stripe{Pay by card} other{Pay on site}}: {AMOUNT}" + confirm_payment_of_html: "{METHOD, select, card{Pay by card} other{Pay on site}}: {AMOUNT}" a_problem_occurred_during_the_payment_process_please_try_again_later: "A problem occurred during the payment process. Please try again later." none: "Ninguno" online_payment_disabled: "El pago en línea no está disponible. Póngase en contacto directamente con la recepción de FabLab." @@ -499,7 +497,7 @@ es: state_paid: "Paid" state_error: "Error" state_canceled: "Canceled" - method_stripe: "by card" + method_card: "by card" method_check: "by check" confirm_payment: "Confirm payment" solve: "Solve" @@ -509,7 +507,17 @@ es: confirm_button: "Confirm" resolve_action: "Resolve the action" ok_button: "OK" - validate_button: "Validate the new card" cancel_subscription: "Cancel the subscription" confirm_cancel_subscription: "You're about to cancel this payment schedule and the related subscription. Are you sure?" please_ask_reception: "For any questions, please contact the FabLab's reception." + 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: + unexpected_error: "An error occurred. Please report this issue to the Fab-Manager's team." + stripe_card_update_modal: + update_card: "Update the card" + validate_button: "Validate the new card" + payzen_card_update_modal: + update_card: "Update the card" + validate_button: "Validate the new card"