mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
Merge branch 'master' of https://github.com/codecombat/codecombat
This commit is contained in:
commit
104ea27dc0
3 changed files with 15 additions and 15 deletions
|
@ -1,8 +1,8 @@
|
|||
module.exports = nativeDescription: "español (América Latina)", englishDescription: "Spanish (Latin America)", translation:
|
||||
common:
|
||||
loading: "Cargando..."
|
||||
# saving: "Saving..."
|
||||
# sending: "Sending..."
|
||||
saving: "Guardando..."
|
||||
sending: "Enviando..."
|
||||
|
||||
modal:
|
||||
close: "Cerrar"
|
||||
|
@ -45,14 +45,14 @@ module.exports = nativeDescription: "español (América Latina)", englishDescrip
|
|||
# cla_agree: "I AGREE"
|
||||
|
||||
login:
|
||||
# login_modal_title: "Log In"
|
||||
login_modal_title: "Iniciar sesión"
|
||||
log_in: "Iniciar sesión"
|
||||
sign_up: "crear nueva cuenta"
|
||||
or: ", o "
|
||||
recover: "recuperar cuenta"
|
||||
|
||||
# recover:
|
||||
# recover_account_title: "Recover Account"
|
||||
recover:
|
||||
recover_account_title: "recuperar cuenta"
|
||||
# send_password: "Send Recovery Password"
|
||||
|
||||
signup:
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
module.exports = nativeDescription: "español (ES)", englishDescription: "Spanish (Spain)", translation:
|
||||
common:
|
||||
loading: "Cargando..."
|
||||
# saving: "Saving..."
|
||||
# sending: "Sending..."
|
||||
saving: "Guardando..."
|
||||
sending: "Enviando..."
|
||||
|
||||
modal:
|
||||
close: "Cerrar"
|
||||
|
@ -45,14 +45,14 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
|
|||
# cla_agree: "I AGREE"
|
||||
|
||||
login:
|
||||
# login_modal_title: "Log In"
|
||||
login_modal_title: "Iniciar sesión"
|
||||
log_in: "Iniciar sesión"
|
||||
sign_up: "crear una nueva cuenta"
|
||||
or: ", o "
|
||||
recover: "recuperar cuenta"
|
||||
|
||||
# recover:
|
||||
# recover_account_title: "Recover Account"
|
||||
recover:
|
||||
recover_account_title: "recuperar cuenta"
|
||||
# send_password: "Send Recovery Password"
|
||||
|
||||
signup:
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
module.exports = nativeDescription: "Português europeu", englishDescription: "Portuguese (Portugal)", translation:
|
||||
common:
|
||||
loading: "A carregar..."
|
||||
# saving: "Saving..."
|
||||
# sending: "Sending..."
|
||||
saving: "A guardar..."
|
||||
sending: "A enviar..."
|
||||
|
||||
modal:
|
||||
close: "Fechar"
|
||||
|
@ -45,14 +45,14 @@ module.exports = nativeDescription: "Português europeu", englishDescription: "P
|
|||
# cla_agree: "I AGREE"
|
||||
|
||||
login:
|
||||
# login_modal_title: "Log In"
|
||||
login_modal_title: "Iniciar sessão"
|
||||
log_in: "Iniciar sessão"
|
||||
sign_up: "criar nova conta"
|
||||
or: ", ou "
|
||||
recover: "recuperar conta"
|
||||
|
||||
# recover:
|
||||
# recover_account_title: "Recover Account"
|
||||
recover:
|
||||
recover_account_title: "recuperar conta"
|
||||
# send_password: "Send Recovery Password"
|
||||
|
||||
signup:
|
||||
|
|
Loading…
Reference in a new issue