From d4b885dd3e3226daf3b99bbb92461e8df13ad16a Mon Sep 17 00:00:00 2001 From: jdarias Date: Fri, 29 Apr 2016 22:03:55 -0500 Subject: [PATCH 01/16] Create es_ES.js --- js/translate/es_ES.js | 150 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 js/translate/es_ES.js diff --git a/js/translate/es_ES.js b/js/translate/es_ES.js new file mode 100644 index 0000000..273f8ad --- /dev/null +++ b/js/translate/es_ES.js @@ -0,0 +1,150 @@ +// This text is a template of translation list. + +// pre: ll_CC, locale name, examples: en_US, zh_CN +// 1. Copy and rename to ll_CC.js, translate these words. +// 2. in js/init.js: +// Add '.translations('ll_CC', translations.ll_CC)' before '.determinePreferredLanguage();' +// 3. in index.html +// Add '' after '' +// 4. To add Language to changeLanguage button, see "{{ 'Language' | translate }}" in index.html. +// flag-icon usage: +// https://github.com/lipis/flag-icon-css +// 5. Browser determining preferred language automatically. +// http://angular-translate.github.io/docs/en/#/guide/07_multi-language + +if(typeof translations == 'undefined'){ + translations = {}; +} + +translations.en_US = { // replace en_US to ll_CC, examples: zh_CN, de_AT. +// header + 'Search': '', + // Nav menu + 'Add': '', + 'By URIs': '', + 'By Torrents': '', + 'By Metalinks': '', + 'Manage': '', + 'Pause All': '', + 'Resume Paused': '', + 'Purge Completed': '', + 'Settings': '', + 'Connection Settings': '', + 'Global Settings': '', + 'Server info': '', + 'About and contribute': '', + 'Toggle navigation': '', +// body +// nav side bar + 'Miscellaneous': '', + 'Global Statistics': '', + 'About': '', + 'Displaying': '', + 'of': '', + 'downloads': '', + 'Language': '', +// download filters + 'Download Filters': '', + 'Running': '', + 'Active': '', + 'Waiting': '', + 'Complete': '', + 'Error': '', + 'Paused': '', + 'Removed': '', + 'Hide linked meta-data': '', + 'Displaying': '', + 'of': '', + 'downloads': '', + 'Toggle': '', + 'Reset filters': '', +// starred properties + 'Quick Access Settings': '', + 'Save settings': '', + 'Currently no download in line to display, use the': '', + 'download button to start downloading files!': '', + 'Peers': '', + 'More Info': '', + 'Remove': '', + '# of': '', + 'Length': '', +// modals + 'Add Downloads By URIs': '', + '- You can add multiple downloads (files) at the same time by putting URIs for each file on a separate line.': + '', + '- You can also add multiple URIs (mirrors) for the *same* file. To do this, separate the URIs by a space.': + '', + '- A URI can be HTTP(S)/FTP/BitTorrent-Magnet.': '', + 'E.g. to add 2 files (downloads) f1.jpg and f2.mp4 with 2 URIs (mirrors) each, add URIs as follows': + '', + 'Download settings': '', + 'Advanced settings': '', + 'Cancel': '', + 'Start': '', + 'Choose': '', + 'Quick Access (shown on the main page)': '', +// add torrent modal + 'Add Downloads By Torrents': '', + '- Select the torrent from the local filesystem to start the download.': '', + '- You can select multiple torrents to start multiple downloads.': '', + '- To add a BitTorrent-Magnet URL, use the Add By URI option and add it there.': '', + 'Select Torrents': '', + 'Select a Torrent': '', +// add metalink modal + 'Add Downloads By Metalinks': '', + 'Select Metalinks': '', + '- Select the Metalink from the local filesystem to start the download.': '', + '- You can select multiple Metalinks to start multiple downloads.': '', + 'Select a Metalink': '', +// select file modal + 'Choose files to start download for': '', + 'Select to download': '', +// settings modal + 'Aria2 RPC host and port': '', + 'Enter the host': '', + 'Enter the IP or DNS name of the server on which the RPC for Aria2 is running (default: localhost)': + '', + 'Enter the port': '', + 'Enter the port of the server on which the RPC for Aria2 is running (default: 6800)': + '', + 'Enter the RPC path': '', + 'Enter the path for the Aria2 RPC endpoint (default: /jsonrpc)': '', + 'SSL/TLS encryption': '', + 'Enable SSL/TLS encryption': '', + 'Enter the secret token (optional)': '', + 'Enter the Aria2 RPC secret token (leave empty if authentication is not enabled)': + '', + 'Enter the username (optional)': '', + 'Enter the Aria2 RPC username (empty if authentication not enabled)': + '', + 'Enter the password (optional)': '', + 'Enter the Aria2 RPC password (empty if authentication not enabled)': '', + 'Enter base URL (optional)': '', + 'Direct Download': '', + 'If supplied, links will be created to enable direct download from the Aria2 server.': + '', + '(Requires appropriate webserver to be configured.)': '', + 'Save Connection configuration': '', +// server info modal + 'Aria2 server info': '', + 'Aria2 Version': '', + 'Features Enabled': '', +// about modal + 'To download the latest version of the project, add issues or to contribute back, head on to': + '', + 'Or you can open the latest version in the browser through': '', + 'Close': '', +// lables + 'Download status':'', + 'Download Speed':'', + 'Upload Speed':'', + 'Estimated time':'', + 'Download Size':'', + 'Downloaded':'', + 'Progress':'', + 'Download Path':'', + 'Uploaded':'', + 'Download GID':'', + 'Number of Pieces':'', + 'Piece Length':'' +}; From 89d19a0e6a8bf65f8595701884650a90ab47a0c9 Mon Sep 17 00:00:00 2001 From: jdarias Date: Fri, 29 Apr 2016 22:17:34 -0500 Subject: [PATCH 02/16] Update es_ES.js hecho hasta starred properties --- js/translate/es_ES.js | 88 +++++++++++++++++++++---------------------- 1 file changed, 44 insertions(+), 44 deletions(-) diff --git a/js/translate/es_ES.js b/js/translate/es_ES.js index 273f8ad..8514684 100644 --- a/js/translate/es_ES.js +++ b/js/translate/es_ES.js @@ -18,56 +18,56 @@ if(typeof translations == 'undefined'){ translations.en_US = { // replace en_US to ll_CC, examples: zh_CN, de_AT. // header - 'Search': '', + 'Search': 'Buscar', // Nav menu - 'Add': '', - 'By URIs': '', - 'By Torrents': '', - 'By Metalinks': '', - 'Manage': '', - 'Pause All': '', - 'Resume Paused': '', - 'Purge Completed': '', - 'Settings': '', - 'Connection Settings': '', - 'Global Settings': '', - 'Server info': '', - 'About and contribute': '', - 'Toggle navigation': '', + 'Add': 'Añadir', + 'By URIs': 'URIs', + 'By Torrents': 'Torrents', + 'By Metalinks': 'Metalinks', + 'Manage': 'Administrar', + 'Pause All': 'Pausar Todos', + 'Resume Paused': 'Reanudar Pausados', + 'Purge Completed': 'Purgar Completados', + 'Settings': 'Ajustes', + 'Connection Settings': 'Ajustes de Conexión', + 'Global Settings': 'Ajustes Globales', + 'Server info': 'Info de Servidor', + 'About and contribute': 'Acerca y Colaborar', + 'Toggle navigation': 'Conmutar Navegación', // body // nav side bar - 'Miscellaneous': '', - 'Global Statistics': '', - 'About': '', - 'Displaying': '', - 'of': '', - 'downloads': '', - 'Language': '', + 'Miscellaneous': 'Otros', + 'Global Statistics': 'Estadísticas Globales', + 'About': 'Acerca de', + 'Displaying': 'Mostrando', + 'of': 'de', + 'downloads': 'descargas', + 'Language': 'Idioma', // download filters - 'Download Filters': '', + 'Download Filters': 'Filtros de Descargas', 'Running': '', - 'Active': '', - 'Waiting': '', - 'Complete': '', - 'Error': '', - 'Paused': '', - 'Removed': '', - 'Hide linked meta-data': '', - 'Displaying': '', - 'of': '', - 'downloads': '', - 'Toggle': '', - 'Reset filters': '', + 'Active': 'Activo', + 'Waiting': 'Esperando', + 'Complete': 'Completo', + 'Error': 'Error', + 'Paused': 'En Pausa', + 'Removed': 'Eliminado', + 'Hide linked meta-data': 'Ocultar metadatos adjuntos', + 'Displaying': 'Mostrando', + 'of': 'de', + 'downloads': 'descargas', + 'Toggle': 'Conmutar', + 'Reset filters': 'Restablecer Filtros', // starred properties - 'Quick Access Settings': '', - 'Save settings': '', - 'Currently no download in line to display, use the': '', - 'download button to start downloading files!': '', - 'Peers': '', - 'More Info': '', - 'Remove': '', - '# of': '', - 'Length': '', + 'Quick Access Settings': 'Ajustes Rápidos', + 'Save settings': 'Salvar Ajustes', + 'Currently no download in line to display, use the': 'En el momento no hay descargas para mostrar. ¡Use la opción', + 'download button to start downloading files!': 'para empezar a descargar sus archivos!', + 'Peers': 'Pares', + 'More Info': 'Mas Info', + 'Remove': 'Eliminar', + '# of': '# de', + 'Length': 'Longitud', // modals 'Add Downloads By URIs': '', '- You can add multiple downloads (files) at the same time by putting URIs for each file on a separate line.': From 38c3dea6878bc99d397e7080de3b88b2d6d74970 Mon Sep 17 00:00:00 2001 From: jdarias Date: Fri, 29 Apr 2016 22:19:49 -0500 Subject: [PATCH 03/16] Update es_ES.js translations.es_ES --- 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 8514684..23026d6 100644 --- a/js/translate/es_ES.js +++ b/js/translate/es_ES.js @@ -16,7 +16,7 @@ if(typeof translations == 'undefined'){ translations = {}; } -translations.en_US = { // replace en_US to ll_CC, examples: zh_CN, de_AT. +translations.es_ES = { // replace en_US to ll_CC, examples: zh_CN, de_AT. // header 'Search': 'Buscar', // Nav menu From bd5a45e0cf371b8f7ac0d8aaaa05fd176de4e3a1 Mon Sep 17 00:00:00 2001 From: jdarias Date: Fri, 29 Apr 2016 22:23:23 -0500 Subject: [PATCH 04/16] add es_ES --- js/init.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/init.js b/js/init.js index 93ab026..45f0b2c 100755 --- a/js/init.js +++ b/js/init.js @@ -36,6 +36,7 @@ webui.config(['$translateProvider', function ($translateProvider) { .translations('pl_PL', mergeTranslation(translations.pl_PL, translations.en_US)) .translations('fr_FR', mergeTranslation(translations.fr_FR, translations.en_US)) .translations('de_DE', mergeTranslation(translations.de_DE, translations.en_US)) + .translations('es_ES', mergeTranslation(translations.es_ES, translations.en_US)) .determinePreferredLanguage(); }]); From 32f43ed02640a7698a1d7fb487fb2e625fd5682f Mon Sep 17 00:00:00 2001 From: jdarias Date: Fri, 29 Apr 2016 22:25:39 -0500 Subject: [PATCH 05/16] add es_ES --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index e9463de..9151da3 100755 --- a/index.html +++ b/index.html @@ -82,6 +82,7 @@ + From 6b127ecaaadbbeb2787dff0803f3a5fc05dfa397 Mon Sep 17 00:00:00 2001 From: jdarias Date: Fri, 29 Apr 2016 22:34:16 -0500 Subject: [PATCH 06/16] add es_ES --- index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.html b/index.html index 9151da3..a191978 100755 --- a/index.html +++ b/index.html @@ -261,6 +261,11 @@ ng-click="changeLanguage('de_DE')" href="#">  Deutsch +
  • +   Deutsch +
  • From 68a4ce32d26be7ac778f8dc66d208743e8458046 Mon Sep 17 00:00:00 2001 From: jdarias Date: Fri, 29 Apr 2016 22:41:58 -0500 Subject: [PATCH 07/16] Corrected a mistake --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index a191978..587e8a1 100755 --- a/index.html +++ b/index.html @@ -264,7 +264,7 @@
  •   Deutsch + href="#">  Español
  • From cafc1ce5b0260ff4e1123ca7d2cad0b74f97c185 Mon Sep 17 00:00:00 2001 From: jdarias Date: Fri, 29 Apr 2016 23:18:47 -0500 Subject: [PATCH 08/16] hasta 85 --- js/translate/es_ES.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/js/translate/es_ES.js b/js/translate/es_ES.js index 23026d6..b58b55c 100644 --- a/js/translate/es_ES.js +++ b/js/translate/es_ES.js @@ -69,20 +69,20 @@ translations.es_ES = { // replace en_US to ll_CC, examples: zh_CN, de_AT. '# of': '# de', 'Length': 'Longitud', // modals - 'Add Downloads By URIs': '', + 'Add Downloads By URIs': 'Añadir descargas por URIs', '- You can add multiple downloads (files) at the same time by putting URIs for each file on a separate line.': - '', + 'Puede añadir multiples descargas (archivos) al mismo tiempo colocando la URI de cada archivo en una línea separada', '- You can also add multiple URIs (mirrors) for the *same* file. To do this, separate the URIs by a space.': - '', - '- A URI can be HTTP(S)/FTP/BitTorrent-Magnet.': '', + 'Tambien puede añadir varias URL mirror para *el mismo* archivo. Para hacer esto, separe cada URI con un espacio.', + '- A URI can be HTTP(S)/FTP/BitTorrent-Magnet.': 'Una URI puede ser HTTP(S)/FTP/BitTorrent-Magnet.', 'E.g. to add 2 files (downloads) f1.jpg and f2.mp4 with 2 URIs (mirrors) each, add URIs as follows': - '', - 'Download settings': '', - 'Advanced settings': '', - 'Cancel': '', - 'Start': '', - 'Choose': '', - 'Quick Access (shown on the main page)': '', + 'P. ej. para añadir dos archivos (descargas) f1.jpg y f2.mp4 con dos URIs (mirrors) cada uno, añada las URIs así', + 'Download settings': 'Ajustes de Descargas', + 'Advanced settings': 'Ajustes Avanzados', + 'Cancel': 'Cancelar', + 'Start': 'Iniciar', + 'Choose': 'Escoja', + 'Quick Access (shown on the main page)': 'Acceso Rápido (Se muestra en la pág principal)', // add torrent modal 'Add Downloads By Torrents': '', '- Select the torrent from the local filesystem to start the download.': '', From f7716163a57661f2546aee43936632d30972b310 Mon Sep 17 00:00:00 2001 From: jdarias Date: Fri, 29 Apr 2016 23:25:50 -0500 Subject: [PATCH 09/16] Reduced some texts --- js/translate/es_ES.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/translate/es_ES.js b/js/translate/es_ES.js index b58b55c..8de6f7e 100644 --- a/js/translate/es_ES.js +++ b/js/translate/es_ES.js @@ -71,12 +71,12 @@ translations.es_ES = { // replace en_US to ll_CC, examples: zh_CN, de_AT. // modals 'Add Downloads By URIs': 'Añadir descargas por URIs', '- You can add multiple downloads (files) at the same time by putting URIs for each file on a separate line.': - 'Puede añadir multiples descargas (archivos) al mismo tiempo colocando la URI de cada archivo en una línea separada', + 'Añada varias descargas colocando la URI de cada descarga en una línea separada', '- You can also add multiple URIs (mirrors) for the *same* file. To do this, separate the URIs by a space.': - 'Tambien puede añadir varias URL mirror para *el mismo* archivo. Para hacer esto, separe cada URI con un espacio.', + 'Puede añadir URIs de espejo para *el mismo* archivo. Separe cada URI con un espacio.', '- A URI can be HTTP(S)/FTP/BitTorrent-Magnet.': 'Una URI puede ser HTTP(S)/FTP/BitTorrent-Magnet.', 'E.g. to add 2 files (downloads) f1.jpg and f2.mp4 with 2 URIs (mirrors) each, add URIs as follows': - 'P. ej. para añadir dos archivos (descargas) f1.jpg y f2.mp4 con dos URIs (mirrors) cada uno, añada las URIs así', + 'P. ej. para añadir dos descargas f1.jpg y f2.mp4 con dos URIs de espejo cada una, añada las URIs así', 'Download settings': 'Ajustes de Descargas', 'Advanced settings': 'Ajustes Avanzados', 'Cancel': 'Cancelar', From 2a3be32537f8e0e529dac77737bc1004585abe6e Mon Sep 17 00:00:00 2001 From: jdarias Date: Fri, 29 Apr 2016 23:29:42 -0500 Subject: [PATCH 10/16] Reduced some texts --- js/translate/es_ES.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/translate/es_ES.js b/js/translate/es_ES.js index 8de6f7e..91b2417 100644 --- a/js/translate/es_ES.js +++ b/js/translate/es_ES.js @@ -71,12 +71,12 @@ translations.es_ES = { // replace en_US to ll_CC, examples: zh_CN, de_AT. // modals 'Add Downloads By URIs': 'Añadir descargas por URIs', '- You can add multiple downloads (files) at the same time by putting URIs for each file on a separate line.': - 'Añada varias descargas colocando la URI de cada descarga en una línea separada', + 'Añada varias descargas colocando la URI de cada descarga en una línea separada.', '- You can also add multiple URIs (mirrors) for the *same* file. To do this, separate the URIs by a space.': 'Puede añadir URIs de espejo para *el mismo* archivo. Separe cada URI con un espacio.', '- A URI can be HTTP(S)/FTP/BitTorrent-Magnet.': 'Una URI puede ser HTTP(S)/FTP/BitTorrent-Magnet.', 'E.g. to add 2 files (downloads) f1.jpg and f2.mp4 with 2 URIs (mirrors) each, add URIs as follows': - 'P. ej. para añadir dos descargas f1.jpg y f2.mp4 con dos URIs de espejo cada una, añada las URIs así', + 'Ej: Para añadir dos descargas f1.jpg y f2.mp4 con dos URIs espejo cada una, añada las URIs así', 'Download settings': 'Ajustes de Descargas', 'Advanced settings': 'Ajustes Avanzados', 'Cancel': 'Cancelar', From e874c36d9aedad457fb463bc55ff93ce718b2c3d Mon Sep 17 00:00:00 2001 From: jdarias Date: Fri, 29 Apr 2016 23:35:46 -0500 Subject: [PATCH 11/16] Update es_ES.js --- 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 91b2417..a5c897e 100644 --- a/js/translate/es_ES.js +++ b/js/translate/es_ES.js @@ -74,7 +74,7 @@ translations.es_ES = { // replace en_US to ll_CC, examples: zh_CN, de_AT. 'Añada varias descargas colocando la URI de cada descarga en una línea separada.', '- You can also add multiple URIs (mirrors) for the *same* file. To do this, separate the URIs by a space.': 'Puede añadir URIs de espejo para *el mismo* archivo. Separe cada URI con un espacio.', - '- A URI can be HTTP(S)/FTP/BitTorrent-Magnet.': 'Una URI puede ser HTTP(S)/FTP/BitTorrent-Magnet.', + '- A URI can be HTTP(S)/FTP/BitTorrent-Magnet.': 'Una URI puede ser HTTP(S), FTP, BitTorrent o Magnet.', 'E.g. to add 2 files (downloads) f1.jpg and f2.mp4 with 2 URIs (mirrors) each, add URIs as follows': 'Ej: Para añadir dos descargas f1.jpg y f2.mp4 con dos URIs espejo cada una, añada las URIs así', 'Download settings': 'Ajustes de Descargas', From b243b37228247b4080a083ff79a443f179045f57 Mon Sep 17 00:00:00 2001 From: jdarias Date: Sat, 30 Apr 2016 10:17:43 -0500 Subject: [PATCH 12/16] Update es_ES.js --- js/translate/es_ES.js | 60 +++++++++++++++++++++---------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/js/translate/es_ES.js b/js/translate/es_ES.js index a5c897e..acd032c 100644 --- a/js/translate/es_ES.js +++ b/js/translate/es_ES.js @@ -84,43 +84,43 @@ translations.es_ES = { // replace en_US to ll_CC, examples: zh_CN, de_AT. 'Choose': 'Escoja', 'Quick Access (shown on the main page)': 'Acceso Rápido (Se muestra en la pág principal)', // add torrent modal - 'Add Downloads By Torrents': '', - '- Select the torrent from the local filesystem to start the download.': '', - '- You can select multiple torrents to start multiple downloads.': '', - '- To add a BitTorrent-Magnet URL, use the Add By URI option and add it there.': '', - 'Select Torrents': '', - 'Select a Torrent': '', + 'Add Downloads By Torrents': 'Añadir descargas Torrent', + '- Select the torrent from the local filesystem to start the download.': 'Seleccione el archivo Torrent de su equipo para iniciar la descarga', + '- You can select multiple torrents to start multiple downloads.': 'Puede seleccionar varios torrents', + '- To add a BitTorrent-Magnet URL, use the Add By URI option and add it there.': 'Para los enlaces Magnet, salga de este cuadro y use la opción Añadir \ URI', + 'Select Torrents': 'Escoja los Torrents', + 'Select a Torrent': 'Escoja el Torrent', // add metalink modal - 'Add Downloads By Metalinks': '', - 'Select Metalinks': '', - '- Select the Metalink from the local filesystem to start the download.': '', - '- You can select multiple Metalinks to start multiple downloads.': '', - 'Select a Metalink': '', + 'Add Downloads By Metalinks': 'Añadir descargas Metalink', + 'Select Metalinks': 'Seleccione el Metalink', + '- Select the Metalink from the local filesystem to start the download.': 'Escoja el Metalink de su computador para iniciar la descarga', + '- You can select multiple Metalinks to start multiple downloads.': 'Puede escoger varios Metalink', + 'Select a Metalink': 'Escoja el Metalink', // select file modal - 'Choose files to start download for': '', - 'Select to download': '', + 'Choose files to start download for': 'Escoja los archivos que desea descargar', + 'Select to download': 'Escoja que descargar', // settings modal - 'Aria2 RPC host and port': '', - 'Enter the host': '', + 'Aria2 RPC host and port': 'Servidor Aria2 y puerto', + 'Enter the host': 'Escriba la dirección', 'Enter the IP or DNS name of the server on which the RPC for Aria2 is running (default: localhost)': - '', - 'Enter the port': '', + 'Escriba la dirección o nombre DNS del servidor Aria2 (por defecto: localhost)', + 'Enter the port': 'Escriba el puerto', 'Enter the port of the server on which the RPC for Aria2 is running (default: 6800)': - '', - 'Enter the RPC path': '', - 'Enter the path for the Aria2 RPC endpoint (default: /jsonrpc)': '', - 'SSL/TLS encryption': '', - 'Enable SSL/TLS encryption': '', - 'Enter the secret token (optional)': '', + 'Escriba el número del puerto del servidor Aria2 (por defecto: 6800)', + 'Enter the RPC path': 'Escriba la ruta RPC', + 'Enter the path for the Aria2 RPC endpoint (default: /jsonrpc)': 'Escriba la ruta de acceso RPC de Aria2 (por defecto: /jsonrpc)', + 'SSL/TLS encryption': 'Cifrado SSL/TLS', + 'Enable SSL/TLS encryption': 'Habilitar Cifrado SSL/TLS', + 'Enter the secret token (optional)': 'Escriba la frase Token', 'Enter the Aria2 RPC secret token (leave empty if authentication is not enabled)': - '', - 'Enter the username (optional)': '', + 'Escriba la frase Token secreta (vacío si la autenticación está deshabilitada)', + 'Enter the username (optional)': 'Usuario (opcional)', 'Enter the Aria2 RPC username (empty if authentication not enabled)': - '', - 'Enter the password (optional)': '', - 'Enter the Aria2 RPC password (empty if authentication not enabled)': '', - 'Enter base URL (optional)': '', - 'Direct Download': '', + 'Escriba el nombre de usuario (vacío si la autenticación está deshabilitada)', + 'Enter the password (optional)': 'Escriba la contraseña', + 'Enter the Aria2 RPC password (empty if authentication not enabled)': 'Escriba la contraseña RPC (vacío si la autenticación está deshabilitada)', + 'Enter base URL (optional)': 'Escriba la URL base (opcional)', + 'Direct Download': 'Descarga Directa', 'If supplied, links will be created to enable direct download from the Aria2 server.': '', '(Requires appropriate webserver to be configured.)': '', From ce2211b9075f52cda68d5cb3d8d6ddf91fe2c273 Mon Sep 17 00:00:00 2001 From: jdarias Date: Sat, 30 Apr 2016 10:35:58 -0500 Subject: [PATCH 13/16] Done :) --- js/translate/es_ES.js | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/js/translate/es_ES.js b/js/translate/es_ES.js index acd032c..f52f6a9 100644 --- a/js/translate/es_ES.js +++ b/js/translate/es_ES.js @@ -122,29 +122,29 @@ translations.es_ES = { // replace en_US to ll_CC, examples: zh_CN, de_AT. 'Enter base URL (optional)': 'Escriba la URL base (opcional)', 'Direct Download': 'Descarga Directa', 'If supplied, links will be created to enable direct download from the Aria2 server.': - '', - '(Requires appropriate webserver to be configured.)': '', - 'Save Connection configuration': '', + 'Esto permite crear enlaces de descarga de los archivos desde el servidor Aria2', + '(Requires appropriate webserver to be configured.)': '(Requiere configuración apropiada del servidor web)', + 'Save Connection configuration': 'Guardar Configuración', // server info modal - 'Aria2 server info': '', - 'Aria2 Version': '', - 'Features Enabled': '', + 'Aria2 server info': 'Información de servidor Aria2', + 'Aria2 Version': 'Versión de Aria2', + 'Features Enabled': 'Funcionalidad disponible', // about modal 'To download the latest version of the project, add issues or to contribute back, head on to': - '', - 'Or you can open the latest version in the browser through': '', - 'Close': '', + 'Para obtener la última versión del proyecto, reportar problemas o colaborar, vaya a', + 'Or you can open the latest version in the browser through': 'Puede abrir la última versión en su navegador, directamente', + 'Close': 'Cerrar', // lables - 'Download status':'', - 'Download Speed':'', - 'Upload Speed':'', - 'Estimated time':'', - 'Download Size':'', - 'Downloaded':'', - 'Progress':'', - 'Download Path':'', - 'Uploaded':'', - 'Download GID':'', - 'Number of Pieces':'', - 'Piece Length':'' + 'Download status':'Estado de descarga', + 'Download Speed':'Velocidad', + 'Upload Speed':'Vel. Subida', + 'Estimated time':'Tiempo estimado', + 'Download Size':'Tamaño', + 'Downloaded':'Descargado', + 'Progress':'Progreso', + 'Download Path':'Ruta de descarga', + 'Uploaded':'Subido', + 'Download GID':'GID de Descarga', + 'Number of Pieces':'N° de Piezas', + 'Piece Length':'Tamaño de pieza' }; From f7d14d8e4231129d5caf5e2d133da246273ce895 Mon Sep 17 00:00:00 2001 From: jdarias Date: Sat, 30 Apr 2016 10:47:32 -0500 Subject: [PATCH 14/16] Little fix --- js/translate/es_ES.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/js/translate/es_ES.js b/js/translate/es_ES.js index f52f6a9..a19e4f0 100644 --- a/js/translate/es_ES.js +++ b/js/translate/es_ES.js @@ -93,9 +93,9 @@ translations.es_ES = { // replace en_US to ll_CC, examples: zh_CN, de_AT. // add metalink modal 'Add Downloads By Metalinks': 'Añadir descargas Metalink', 'Select Metalinks': 'Seleccione el Metalink', - '- Select the Metalink from the local filesystem to start the download.': 'Escoja el Metalink de su computador para iniciar la descarga', - '- You can select multiple Metalinks to start multiple downloads.': 'Puede escoger varios Metalink', - 'Select a Metalink': 'Escoja el Metalink', + '- Select the Metalink from the local filesystem to start the download.': 'Escoja el archivo Metalink de su computador para iniciar la descarga', + '- You can select multiple Metalinks to start multiple downloads.': 'Puede escoger varios archivos Metalink', + 'Select a Metalink': 'Escoja el archivo Metalink', // select file modal 'Choose files to start download for': 'Escoja los archivos que desea descargar', 'Select to download': 'Escoja que descargar', @@ -136,13 +136,13 @@ translations.es_ES = { // replace en_US to ll_CC, examples: zh_CN, de_AT. 'Close': 'Cerrar', // lables 'Download status':'Estado de descarga', - 'Download Speed':'Velocidad', + 'Download Speed':'Velocidad de descarga', 'Upload Speed':'Vel. Subida', 'Estimated time':'Tiempo estimado', - 'Download Size':'Tamaño', + 'Download Size':'Tamaño de descarga', 'Downloaded':'Descargado', 'Progress':'Progreso', - 'Download Path':'Ruta de descarga', + 'Download Path':'Carpeta de descarga', 'Uploaded':'Subido', 'Download GID':'GID de Descarga', 'Number of Pieces':'N° de Piezas', From 75e56e16b913d13e4d211d20be0c33271c8263ee Mon Sep 17 00:00:00 2001 From: jdarias Date: Sat, 30 Apr 2016 12:32:55 -0500 Subject: [PATCH 15/16] aria2 version string --- 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 a19e4f0..44d18a1 100644 --- a/js/translate/es_ES.js +++ b/js/translate/es_ES.js @@ -127,7 +127,7 @@ translations.es_ES = { // replace en_US to ll_CC, examples: zh_CN, de_AT. 'Save Connection configuration': 'Guardar Configuración', // server info modal 'Aria2 server info': 'Información de servidor Aria2', - 'Aria2 Version': 'Versión de Aria2', + 'Aria2 Version': 'Aria2 versión', 'Features Enabled': 'Funcionalidad disponible', // about modal 'To download the latest version of the project, add issues or to contribute back, head on to': From 8045a238cfa16a385dd424ee23372db34b3216d7 Mon Sep 17 00:00:00 2001 From: jdarias Date: Sat, 30 Apr 2016 12:34:56 -0500 Subject: [PATCH 16/16] Update es_ES.js --- 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 44d18a1..9876e35 100644 --- a/js/translate/es_ES.js +++ b/js/translate/es_ES.js @@ -93,7 +93,7 @@ translations.es_ES = { // replace en_US to ll_CC, examples: zh_CN, de_AT. // add metalink modal 'Add Downloads By Metalinks': 'Añadir descargas Metalink', 'Select Metalinks': 'Seleccione el Metalink', - '- Select the Metalink from the local filesystem to start the download.': 'Escoja el archivo Metalink de su computador para iniciar la descarga', + '- Select the Metalink from the local filesystem to start the download.': 'Escoja el archivo Metalink de su equipo para iniciar la descarga', '- You can select multiple Metalinks to start multiple downloads.': 'Puede escoger varios archivos Metalink', 'Select a Metalink': 'Escoja el archivo Metalink', // select file modal