Skip to content

Commit

Permalink
Merge pull request #449 from joaomarceloods/i18n-de-es-it-pt
Browse files Browse the repository at this point in the history
Add i18n: de, es, it, pt, pt-BR
  • Loading branch information
grosser authored Jun 9, 2024
2 parents 1bbaf2c + e54d27d commit 42ea8c6
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 0 deletions.
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.

0 comments on commit 42ea8c6

Please sign in to comment.