diff --git a/config/locales/ca.yml b/config/locales/ca.yml new file mode 100644 index 0000000..940947d --- /dev/null +++ b/config/locales/ca.yml @@ -0,0 +1,31 @@ +--- +ca: + decidim: + authorization_handlers: + phone_authorization_handler: + explanation: Recuperació del número de telèfon de la usuària + fields: + phone_number: Número de telèfon (sense separadors ni espais) + name: Recuperació del número de telèfon + authorization_modals: + content: + missing: + authorize: Introduir el meu número de telèfon + explanation: Les responsables podrien necessitar posar-se en contacte amb tu respecte a la teva participació. És per això que et demanem el teu número de telèfon que ens permeti contactar-te. + title: Informació necessària per dur a terme aquesta acció + components: + phone_authorization_handler: + name: Autorització de requeriment del número de telèfon + verifications: + authorizations: + new: + authorize: Continuar + authorize_with: Introdueix el teu número de telèfon + skip_verification: No podràs continuar sense introduir aquesta informació. No obstant això, pots %{link} + start_exploring: consultar el contingut de la plataforma + errors: + messages: + phone_number_format: Format de número de telèfon no vàlid + phone_authorization: + form: + email_recuperation_message: Les responsables també podrien necessitar posar-se en contacte amb tu a través de l'adreça de correu electrònic que utilitzes en aquesta plataforma. L'accés a aquesta informació personal estarà reservat a les administradores de la plataforma i la resta d'usuaris no podran accedir-hi. diff --git a/config/locales/de.yml b/config/locales/de.yml new file mode 100644 index 0000000..27ecd6a --- /dev/null +++ b/config/locales/de.yml @@ -0,0 +1,31 @@ +--- +de: + decidim: + authorization_handlers: + phone_authorization_handler: + explanation: Wiederherstellung der Benutzer-Telefonnummer + fields: + phone_number: Telefonnummer (ohne Punkt und Leerzeichen) + name: Wiederherstellung der Telefonnummer + authorization_modals: + content: + missing: + authorize: Ich fülle meine Telefonnummer aus + explanation: Teams of Angers City may need to contact you about your participation. For this reason, we ask you to provide a phone number which allows to reach you. + title: Für die Durchführung dieser Aktion erforderlichen Informationen werden verwendet + components: + phone_authorization_handler: + name: Telefonautorisierungsmanager + verifications: + authorizations: + new: + authorize: Ich gehe weiter + authorize_with: Füllen Sie Ihre Telefonnummer aus + skip_verification: Ohne diese Angaben können Sie Ihre Aktion nicht fortsetzen. Sie können jedoch %{link} + start_exploring: den Inhalt der Plattform konsultieren + errors: + messages: + phone_number_format: Kein gültiges Telefonnummernformat + phone_authorization: + form: + email_recuperation_message: The City of Angers may also seek to contact you with the email address you use on this platform. This personal information is reserved for the platform's administrators and is not accessible to other users. diff --git a/config/locales/es.yml b/config/locales/es.yml new file mode 100644 index 0000000..a9651f8 --- /dev/null +++ b/config/locales/es.yml @@ -0,0 +1,31 @@ +--- +es: + decidim: + authorization_handlers: + phone_authorization_handler: + explanation: Recuperación del número de teléfono de la usuaria + fields: + phone_number: Número de teléfono (sin espacio en blanco ni punto) + name: Recuperación del número de teléfono + authorization_modals: + content: + missing: + authorize: Introducir mi número de teléfono + explanation: Las responsables pueden necesitar ponerse en contacto contigo respecto a tu participación. Es por esto que te pedimos un número de teléfono que nos permita contactarte. + title: Información necesaria para realizar esta acción + components: + phone_authorization_handler: + name: Autorización de requerimiento del número de teléfono + verifications: + authorizations: + new: + authorize: Continuar + authorize_with: Introduce tu número de teléfono + skip_verification: No puedes continuar con esta acción sin introducir esta información. No obstante, puedes %{link} + start_exploring: consultar el contenido de la plataforma + errors: + messages: + phone_number_format: Formato de número de teléfono no válido + phone_authorization: + form: + email_recuperation_message: Las responsables también podrían necesitar ponerse en contacto contigo a través de la dirección de correo electrónico que utilizas en esta plataforma. El acceso a esta información personal estará reservado a las administradoras de la plataforma y el será inaccesible para el resto de usuarios. diff --git a/config/locales/fr.yml b/config/locales/fr.yml index d79c584..36a7a76 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -15,7 +15,7 @@ fr: title: Information nécessaire pour réaliser cette action components: phone_authorization_handler: - name: PhoneAuthorizationHandler + name: Gestionnaire d'autorisation téléphone verifications: authorizations: new: @@ -25,7 +25,7 @@ fr: start_exploring: consulter le contenu de la plateforme errors: messages: - phone_number_format: Format du numéro de téléphone invalide. + phone_number_format: Format du numéro de téléphone invalide phone_authorization: form: email_recuperation_message: La Ville d'Angers peut également chercher à vous contacter à l'adresse email que vous utilisez sur cette plateforme. Ces informations personnelles sont réservées aux administrateurs de la plateforme, et en aucun cas accessibles aux autres utilisateurs. diff --git a/config/locales/it.yml b/config/locales/it.yml new file mode 100644 index 0000000..d8db5e3 --- /dev/null +++ b/config/locales/it.yml @@ -0,0 +1,31 @@ +--- +it: + decidim: + authorization_handlers: + phone_authorization_handler: + explanation: Recovery of the user phone number + fields: + phone_number: Phone number (without point nor whitespace) + name: Phone number recovery + authorization_modals: + content: + missing: + authorize: I fill in my phone number + explanation: Teams of Angers City may need to contact you about your participation. For this reason, we ask you to provide a phone number which allows to reach you. + title: Information needed to carry out this action + components: + phone_authorization_handler: + name: PhoneAuthorizationHandler + verifications: + authorizations: + new: + authorize: I continue + authorize_with: Fill in your phone number + skip_verification: You will not be able to continue your action without informing this information. However, you can %{link} + start_exploring: consult the content of the platform + errors: + messages: + phone_number_format: Not a valid phone number format + phone_authorization: + form: + email_recuperation_message: The City of Angers may also seek to contact you with the email address you use on this platform. This personal information is reserved for the platform's administrators and is not accessible to other users. diff --git a/config/locales/ko.yml b/config/locales/ko.yml new file mode 100644 index 0000000..27a2cf3 --- /dev/null +++ b/config/locales/ko.yml @@ -0,0 +1,31 @@ +--- +ko: + decidim: + authorization_handlers: + phone_authorization_handler: + explanation: Recovery of the user phone number + fields: + phone_number: Phone number (without point nor whitespace) + name: Phone number recovery + authorization_modals: + content: + missing: + authorize: I fill in my phone number + explanation: Teams of Angers City may need to contact you about your participation. For this reason, we ask you to provide a phone number which allows to reach you. + title: Information needed to carry out this action + components: + phone_authorization_handler: + name: PhoneAuthorizationHandler + verifications: + authorizations: + new: + authorize: I continue + authorize_with: Fill in your phone number + skip_verification: You will not be able to continue your action without informing this information. However, you can %{link} + start_exploring: consult the content of the platform + errors: + messages: + phone_number_format: Not a valid phone number format + phone_authorization: + form: + email_recuperation_message: The City of Angers may also seek to contact you with the email address you use on this platform. This personal information is reserved for the platform's administrators and is not accessible to other users. diff --git a/config/locales/lt.yml b/config/locales/lt.yml new file mode 100644 index 0000000..5d3cc20 --- /dev/null +++ b/config/locales/lt.yml @@ -0,0 +1,31 @@ +--- +lt: + decidim: + authorization_handlers: + phone_authorization_handler: + explanation: Recovery of the user phone number + fields: + phone_number: Phone number (without point nor whitespace) + name: Phone number recovery + authorization_modals: + content: + missing: + authorize: I fill in my phone number + explanation: Teams of Angers City may need to contact you about your participation. For this reason, we ask you to provide a phone number which allows to reach you. + title: Information needed to carry out this action + components: + phone_authorization_handler: + name: PhoneAuthorizationHandler + verifications: + authorizations: + new: + authorize: I continue + authorize_with: Fill in your phone number + skip_verification: You will not be able to continue your action without informing this information. However, you can %{link} + start_exploring: consult the content of the platform + errors: + messages: + phone_number_format: Not a valid phone number format + phone_authorization: + form: + email_recuperation_message: The City of Angers may also seek to contact you with the email address you use on this platform. This personal information is reserved for the platform's administrators and is not accessible to other users.