From 00a731de18c70621c62056b7a695a5fe4fdf1cff Mon Sep 17 00:00:00 2001 From: Sylvain Date: Tue, 23 Feb 2021 11:01:08 +0100 Subject: [PATCH] New translations en.yml (Spanish) --- config/locales/es.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/config/locales/es.yml b/config/locales/es.yml index 318f95ae7..9ed33e4a2 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -113,6 +113,18 @@ es: subscription_of_NAME_extended_starting_from_STARTDATE_until_ENDDATE: "Subscripción de %{NAME} extendida (días gratuitos) empezando desde %{STARTDATE} hasta %{ENDDATE}" and: 'y' invoice_text_example: "Nuestra asociación no está sujeta al IVA" + #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" + settlement_by_METHOD: "Debits will be made by {METHOD, select, stripe{card} other{check}} for each deadlines." + settlement_by_wallet: "%{AMOUNT} will be debited from your wallet to settle the first deadline." #CVS accounting export (columns headers) accounting_export: journal_code: "Código de registro" @@ -345,6 +357,14 @@ es: user_NAME_changed_ROLE_html: "User %{NAME} is now %{ROLE}." notify_admin_members_stripe_sync: all_members_sync: "All members were successfully synchronized on Stripe." + notify_user_when_payment_schedule_ready: + your_schedule_is_ready_html: "Your payment schedule #%{REFERENCE}, of %{AMOUNT}, is ready. Click here to download." + 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}" + notify_admin_payment_schedule_check_deadline: + schedule_deadline: "You must cash the check for the %{DATE} deadline, for schedule %{REFERENCE}" #statistics tools for admins statistics: subscriptions: "Suscripciones"