From 23a013165da8f24327958dd4f6b20945f8fe73da Mon Sep 17 00:00:00 2001 From: jdarias Date: Sun, 1 May 2016 12:38:02 -0500 Subject: [PATCH 1/3] shutdown server translation --- js/translate/es_ES.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/translate/es_ES.js b/js/translate/es_ES.js index 9876e35..e7a009a 100644 --- a/js/translate/es_ES.js +++ b/js/translate/es_ES.js @@ -28,6 +28,7 @@ translations.es_ES = { // replace en_US to ll_CC, examples: zh_CN, de_AT. 'Pause All': 'Pausar Todos', 'Resume Paused': 'Reanudar Pausados', 'Purge Completed': 'Purgar Completados', + 'Shutdown Server': 'Desactivar servidor', 'Settings': 'Ajustes', 'Connection Settings': 'Ajustes de Conexión', 'Global Settings': 'Ajustes Globales', From f4abd569c3778f13cd72d04284fa8aa934cf91e2 Mon Sep 17 00:00:00 2001 From: jdarias Date: Sun, 1 May 2016 12:51:49 -0500 Subject: [PATCH 2/3] Translate "Running" --- js/translate/es_ES.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/translate/es_ES.js b/js/translate/es_ES.js index e7a009a..c38180c 100644 --- a/js/translate/es_ES.js +++ b/js/translate/es_ES.js @@ -46,7 +46,7 @@ translations.es_ES = { // replace en_US to ll_CC, examples: zh_CN, de_AT. 'Language': 'Idioma', // download filters 'Download Filters': 'Filtros de Descargas', - 'Running': '', + 'Running': 'Procesando', 'Active': 'Activo', 'Waiting': 'Esperando', 'Complete': 'Completo', From e34bdb5320e51d5d9b704bceaea693d71b2e4de8 Mon Sep 17 00:00:00 2001 From: jdarias Date: Sun, 1 May 2016 12:59:18 -0500 Subject: [PATCH 3/3] Definition for "Shutdown Server" string --- js/translate/template.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/translate/template.js b/js/translate/template.js index 273f8ad..8ca5f3e 100644 --- a/js/translate/template.js +++ b/js/translate/template.js @@ -28,6 +28,7 @@ translations.en_US = { // replace en_US to ll_CC, examples: zh_CN, de_AT. 'Pause All': '', 'Resume Paused': '', 'Purge Completed': '', + 'Shutdown Server': '', 'Settings': '', 'Connection Settings': '', 'Global Settings': '',