adds recaptcha translations
This commit is contained in:
@@ -20,4 +20,7 @@
|
|||||||
# available at http://guides.rubyonrails.org/i18n.html.
|
# available at http://guides.rubyonrails.org/i18n.html.
|
||||||
|
|
||||||
en:
|
en:
|
||||||
hello: "Hello world"
|
recaptcha:
|
||||||
|
errors:
|
||||||
|
verification_failed: "Incorrect Captcha"
|
||||||
|
recaptcha_unreachable: "Internet connecion error. Could not load Captcha"
|
||||||
|
|||||||
@@ -196,3 +196,7 @@ es:
|
|||||||
long: "%d de %B de %Y %H:%M"
|
long: "%d de %B de %Y %H:%M"
|
||||||
short: "%d de %b %H:%M"
|
short: "%d de %b %H:%M"
|
||||||
pm: pm
|
pm: pm
|
||||||
|
recaptcha:
|
||||||
|
errors:
|
||||||
|
verification_failed: "El Captcha no es correcto"
|
||||||
|
recaptcha_unreachable: "Fallo de conexión a Internet. No se ha podido cargar el Captcha"
|
||||||
Reference in New Issue
Block a user