New translations translation.json (Spanish)

This commit is contained in:
AkiraFukushima 2021-03-25 21:56:04 +09:00
parent 90b300add5
commit a36e3aaf04

View File

@ -135,17 +135,7 @@
}, },
"other": { "other": {
"title": "Otras opciones", "title": "Otras opciones",
"launch": "Iniciar aplicación al iniciar sesión", "launch": "Iniciar aplicación al iniciar sesión"
"spellcheck": {
"description": "Activar corrector ortográfico",
"notice": "Requiere reiniciar",
"confirm": {
"title": "Confirmar",
"message": "Tienes que reiniciar esta aplicación. ¿Continuar?",
"ok": "Reiniciar Ahora",
"cancel": "Cancelar"
}
}
} }
}, },
"appearance": { "appearance": {
@ -239,13 +229,20 @@
}, },
"language": { "language": {
"title": "Idioma", "title": "Idioma",
"language_description": "Elige el idioma que te gustaría usar con Whalebird.",
"notice": "Requiere reiniciar", "notice": "Requiere reiniciar",
"confirm": { "confirm": {
"title": "Confirmar", "title": "Confirmar",
"message": "Tienes que reiniciar esta aplicación. ¿Continuar?", "message": "Tienes que reiniciar esta aplicación. ¿Continuar?",
"ok": "Reiniciar ahora", "ok": "Reiniciar ahora",
"cancel": "Cancelar" "cancel": "Cancelar"
},
"language": {
"title": "Language",
"description": "Choose the language you would like to use with Whalebird."
},
"spellchecker": {
"title": "Spellcheck",
"enabled": "Enable spellchecker"
} }
} }
}, },