Skip to content

Commit 42ea8c6

Browse files
authored
Merge pull request #449 from joaomarceloods/i18n-de-es-it-pt
Add i18n: de, es, it, pt, pt-BR
2 parents 1bbaf2c + e54d27d commit 42ea8c6

File tree

6 files changed

+26
-0
lines changed

6 files changed

+26
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* 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
44
* Update to latest version of rubocop
55
* Drop support for Ruby 2.7; add Ruby 3.3
6+
* Add i18n: de, es, it, pt, pt-BR
67

78
## 5.16.0
89
* Allow usage of `options[:turbo]` as well as `options[:turbolinks]` for `recaptcha_v3`

rails/locales/de.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
de:
2+
recaptcha:
3+
errors:
4+
verification_failed: Die reCAPTCHA-Überprüfung ist fehlgeschlagen, bitte versuchen Sie es erneut.
5+
recaptcha_unreachable: Oops, wir konnten Ihre reCAPTCHA-Antwort nicht validieren. Bitte versuchen Sie es erneut.

rails/locales/es.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
es:
2+
recaptcha:
3+
errors:
4+
verification_failed: La verificación de reCAPTCHA falló, por favor intente de nuevo.
5+
recaptcha_unreachable: Ups, no pudimos validar su respuesta de reCAPTCHA. Por favor intente de nuevo.

rails/locales/it.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
it:
2+
recaptcha:
3+
errors:
4+
verification_failed: La verifica reCAPTCHA non è riuscita, si prega di riprovare.
5+
recaptcha_unreachable: Ops, non siamo riusciti a convalidare la tua risposta reCAPTCHA. Per favore riprova.

rails/locales/pt-BR.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pt-BR:
2+
recaptcha:
3+
errors:
4+
verification_failed: A verificação do reCAPTCHA falhou, por favor, tente novamente.
5+
recaptcha_unreachable: Oops, não conseguimos validar sua resposta do reCAPTCHA. Por favor, tente novamente.

rails/locales/pt.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pt:
2+
recaptcha:
3+
errors:
4+
verification_failed: A verificação do reCAPTCHA falhou, por favor, tente novamente.
5+
recaptcha_unreachable: Oops, não conseguimos validar sua resposta do reCAPTCHA. Por favor, tente novamente.

0 commit comments

Comments
 (0)