Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add i18n: de, es, it, pt, pt-BR #449

Merged
merged 3 commits into from
Jun 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Remove unnecessary id from textarea - This was unused and may cause accessability concerns if there is more than one recaptcha on the page due to multiple elements with the same id
* Update to latest version of rubocop
* Drop support for Ruby 2.7; add Ruby 3.3
* Add i18n: de, es, it, pt, pt-BR

## 5.16.0
* Allow usage of `options[:turbo]` as well as `options[:turbolinks]` for `recaptcha_v3`
Expand Down
5 changes: 5 additions & 0 deletions rails/locales/de.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
de:
recaptcha:
errors:
verification_failed: Die reCAPTCHA-Überprüfung ist fehlgeschlagen, bitte versuchen Sie es erneut.
recaptcha_unreachable: Oops, wir konnten Ihre reCAPTCHA-Antwort nicht validieren. Bitte versuchen Sie es erneut.
5 changes: 5 additions & 0 deletions rails/locales/es.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
es:
recaptcha:
errors:
verification_failed: La verificación de reCAPTCHA falló, por favor intente de nuevo.
recaptcha_unreachable: Ups, no pudimos validar su respuesta de reCAPTCHA. Por favor intente de nuevo.
5 changes: 5 additions & 0 deletions rails/locales/it.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
it:
recaptcha:
errors:
verification_failed: La verifica reCAPTCHA non è riuscita, si prega di riprovare.
recaptcha_unreachable: Ops, non siamo riusciti a convalidare la tua risposta reCAPTCHA. Per favore riprova.
5 changes: 5 additions & 0 deletions rails/locales/pt-BR.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pt-BR:
recaptcha:
errors:
verification_failed: A verificação do reCAPTCHA falhou, por favor, tente novamente.
recaptcha_unreachable: Oops, não conseguimos validar sua resposta do reCAPTCHA. Por favor, tente novamente.
5 changes: 5 additions & 0 deletions rails/locales/pt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pt:
recaptcha:
errors:
verification_failed: A verificação do reCAPTCHA falhou, por favor, tente novamente.
recaptcha_unreachable: Oops, não conseguimos validar sua resposta do reCAPTCHA. Por favor, tente novamente.
Loading