diff --git a/src/config/locales/es_es/translation.json b/src/config/locales/es_es/translation.json index fdd119d5..161223db 100644 --- a/src/config/locales/es_es/translation.json +++ b/src/config/locales/es_es/translation.json @@ -135,17 +135,7 @@ }, "other": { "title": "Otras opciones", - "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" - } - } + "launch": "Iniciar aplicación al iniciar sesión" } }, "appearance": { @@ -239,13 +229,20 @@ }, "language": { "title": "Idioma", - "language_description": "Elige el idioma que te gustaría usar con Whalebird.", "notice": "Requiere reiniciar", "confirm": { "title": "Confirmar", "message": "Tienes que reiniciar esta aplicación. ¿Continuar?", "ok": "Reiniciar ahora", "cancel": "Cancelar" + }, + "language": { + "title": "Language", + "description": "Choose the language you would like to use with Whalebird." + }, + "spellchecker": { + "title": "Spellcheck", + "enabled": "Enable spellchecker" } } },