From a36e3aaf045027906dba49c2ff21c6fb616206a3 Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Thu, 25 Mar 2021 21:56:04 +0900
Subject: [PATCH] New translations translation.json (Spanish)
---
src/config/locales/es_es/translation.json | 21 +++++++++------------
1 file changed, 9 insertions(+), 12 deletions(-)
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"
}
}
},