diff --git a/config/i18n-js.yml b/config/i18n-js.yml index 930875034..92ea845fd 100644 --- a/config/i18n-js.yml +++ b/config/i18n-js.yml @@ -15,3 +15,4 @@ translations: - "*.checkout" - "*.mailings" - "*.members" + - "*.form" diff --git a/config/locales/public.en.yml b/config/locales/public.en.yml index 18f7befdd..bf6d0494a 100644 --- a/config/locales/public.en.yml +++ b/config/locales/public.en.yml @@ -15,14 +15,18 @@ en: privacy: Privacy form: bank: Bank + digits_field: This field is digits only finish_signup: Finish signing up general: General data introduction: Introduction %{user} + invalid_email: Email address is not valid + invalid_phone_number: Phone number is not valid invalid_student_id: Student number is not valid more_info: More info payment: Payment payment_method: Payment method phone_required_underage: Emergency phone number is required under the age of 18 + required_field: This field is required study: Study information gezelligheid: text: In our room in the BBG you can always hop in to get some coffee, cookies and authentic gezelligheid! You can also visit us for a game of Mario Kart or to have a good conversation. diff --git a/config/locales/public.nl.yml b/config/locales/public.nl.yml index 9aaf50a12..db120d1f5 100644 --- a/config/locales/public.nl.yml +++ b/config/locales/public.nl.yml @@ -15,14 +15,18 @@ nl: privacy: Privacy form: bank: Bank + digits_field: Dit veld accepteert alleen cijfers finish_signup: Inschrijving afronden general: Algemene gegevens introduction: Introductie %{user} + invalid_email: Emailadres is niet geldig + invalid_phone_number: Telefoonnummer is niet geldig invalid_student_id: Studentnummer is niet geldig more_info: Meer info payment: Betaling payment_method: Betaalmethode phone_required_underage: Telefoonnummer voor calamiteiten is verplicht onder 18 jaar + required_field: Dit veld is verplicht study: Studiegegevens gezelligheid: text: In onze kamer ben je altijd welkom voor koekjes, koffie en gezelligheid! Ook voor een potje Mario Kart of een goed gesprek kan je bij ons terecht.