From 087a00f6f9d448149b26ac5a807113307811bf23 Mon Sep 17 00:00:00 2001 From: Tobias de Bruijn Date: Tue, 15 Oct 2024 17:06:06 +0200 Subject: [PATCH] I18n lints --- config/locales/admin.en.yml | 6 +++--- config/locales/admin.nl.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/locales/admin.en.yml b/config/locales/admin.en.yml index 21922b4a4..7bce742f4 100644 --- a/config/locales/admin.en.yml +++ b/config/locales/admin.en.yml @@ -2,20 +2,20 @@ en: admin: activities: - is_payable: Payable - is_not_payable: Not payable - free: Free added_reservist: has been placed on the participants list copy_wa_msg: Copy for WhatsApp ended: Ended filters: Filters financial: Financial + free: Free has_not_paid: has not yet paid has_paid: has paid info: already_added: This participant was already added price_changed: The participants fee has changed price_error: No connection or not a number + is_not_payable: Not payable + is_payable: Payable new: New activity remove_participant: Do you want to remove %{user} as participant? save: Save activity? diff --git a/config/locales/admin.nl.yml b/config/locales/admin.nl.yml index 79ddedbfe..4a8166a08 100644 --- a/config/locales/admin.nl.yml +++ b/config/locales/admin.nl.yml @@ -2,20 +2,20 @@ nl: admin: activities: - is_payable: Betaalbaar - is_not_payable: Niet betaalbaar - free: Gratis added_reservist: is op de deelnemerslijst geplaatst copy_wa_msg: Kopieer voor WhatsApp ended: Afgelopen filters: Filters financial: Financieel + free: Gratis has_not_paid: heeft nog niet betaald has_paid: heeft betaald info: already_added: Deze persoon is al toegevoegd price_changed: Het deelname bedrag is veranderd price_error: Geen verbinding of geen nummer + is_not_payable: Niet betaalbaar + is_payable: Betaalbaar new: Nieuwe activiteit remove_participant: Deelname van %{user} verwijderen? save: Activiteit opslaan?