From f9ed83109299f18c7547f71543a768c43cb2b35a Mon Sep 17 00:00:00 2001 From: El RIDO Date: Thu, 1 Oct 2020 20:09:22 +0200 Subject: [PATCH 01/43] Update Crowdin configuration file --- crowdin.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 crowdin.yml diff --git a/crowdin.yml b/crowdin.yml new file mode 100644 index 00000000..c451ce3f --- /dev/null +++ b/crowdin.yml @@ -0,0 +1,3 @@ +files: + - source: i18n/??.json + translation: '%original_path%/%original_file_name%' From 397442913b10d38125bca76d4fe16eef7ac0aed5 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Thu, 1 Oct 2020 21:01:39 +0200 Subject: [PATCH 02/43] Update Crowdin configuration file --- crowdin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowdin.yml b/crowdin.yml index c451ce3f..ad91cdbc 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,3 +1,3 @@ files: - source: i18n/??.json - translation: '%original_path%/%original_file_name%' + translation: /i18n_updates/%two_letters_code%.json From 7f1d03df552faa08b36000ff73be8b77e2a7185f Mon Sep 17 00:00:00 2001 From: Alfredo Altamirano Date: Sat, 3 Oct 2020 17:37:22 -0500 Subject: [PATCH 03/43] Update spanish translation --- i18n/es.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/i18n/es.json b/i18n/es.json index a36c1f7c..0a549c08 100644 --- a/i18n/es.json +++ b/i18n/es.json @@ -154,39 +154,39 @@ "No se pudieron obtener los datos: %s", "QR code": "Código QR", "This website is using an insecure HTTP connection! Please use it only for testing.": - "This website is using an insecure HTTP connection! Please use it only for testing.", + "¡Este sitio está usando una conexión HTTP insegura! Por favor úselo solo para pruebas.", "For more information see this FAQ entry.": - "For more information see this FAQ entry.", + "Para más información consulte esta entrada de las preguntas frecuentes.", "Your browser may require an HTTPS connection to support the WebCrypto API. Try switching to HTTPS.": - "Your browser may require an HTTPS connection to support the WebCrypto API. Try switching to HTTPS.", + "Su navegador puede requerir una conexión HTTPS para soportar la API de WebCrypto. Intente cambiar a HTTPS.", "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones.": - "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones.", + "Su navegador no es compatible con WebAssembly, que se utiliza para la compresión zlib. Puede crear documentos sin comprimir, pero no puede leer los comprimidos.", "waiting on user to provide a password": - "waiting on user to provide a password", + "esperando que el usuario proporcione una contraseña", "Could not decrypt data. Did you enter a wrong password? Retry with the button at the top.": - "Could not decrypt data. Did you enter a wrong password? Retry with the button at the top.", + "No se pudieron descifrar los datos. ¿Ingresó una contraseña incorrecta? Vuelva a intentarlo con el botón de la parte superior.", "Retry": - "Retry", + "Reintentar", "Showing raw text…": - "Showing raw text…", + "Mostrando texto sin formato…", "Notice:": - "Notice:", + "Aviso:", "This link will expire after %s.": - "This link will expire after %s.", + "Este enlace expirará después de %s.", "This link can only be accessed once, do not use back or refresh button in your browser.": - "This link can only be accessed once, do not use back or refresh button in your browser.", + "Solo se puede acceder a este enlace una vez, no use el botón Atrás o Actualizar en su navegador.", "Link:": - "Link:", + "Enlace:", "Recipient may become aware of your timezone, convert time to UTC?": - "Recipient may become aware of your timezone, convert time to UTC?", + "El destinatario puede descubrir su zona horaria, ¿convertir la hora a UTC?", "Use Current Timezone": - "Use Current Timezone", + "Usar Zona Horaria Actual", "Convert To UTC": - "Convert To UTC", + "Convertir A UTC", "Close": - "Close", + "Cerrar", "Encrypted note on PrivateBin": - "Encrypted note on PrivateBin", + "Nota cifrada en PrivateBin", "Visit this link to see the note. Giving the URL to anyone allows them to access the note, too.": - "Visit this link to see the note. Giving the URL to anyone allows them to access the note, too." + "Visite este enlace para ver la nota. Dar la URL a cualquier persona también les permite acceder a la nota." } From 565063d839f94855468c33203356bd6208443196 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sun, 4 Oct 2020 10:29:13 +0200 Subject: [PATCH 04/43] Update Crowdin configuration file --- crowdin.yml | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/crowdin.yml b/crowdin.yml index ad91cdbc..f4e09de5 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,3 +1,28 @@ files: - - source: i18n/??.json - translation: /i18n_updates/%two_letters_code%.json + - source: '**/*' + ignore: + - /i18n + - /img + - '**/.*' + - '**/*.yml' + - /Makefile + - /*.* + - /vendor + - /tst + - /doc + - /.github/ + - /css + - /cfg + - /js/test + - /js/base* + - /js/bootstrap* + - /js/*.json* + - /js/raw* + - /js/common.js + - /js/jquery* + - /js/kjua* + - /js/prettify* + - /js/purify* + - /js/showdown* + - /js/zlib* + translation: /i18n/%two_letters_code%.json From 3ef741b27b994dfc4e986c850509367eb7cd94fe Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sun, 4 Oct 2020 10:41:00 +0200 Subject: [PATCH 05/43] Update Crowdin configuration file --- crowdin.yml | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/crowdin.yml b/crowdin.yml index f4e09de5..c3db158d 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,28 +1,3 @@ files: - - source: '**/*' - ignore: - - /i18n - - /img - - '**/.*' - - '**/*.yml' - - /Makefile - - /*.* - - /vendor - - /tst - - /doc - - /.github/ - - /css - - /cfg - - /js/test - - /js/base* - - /js/bootstrap* - - /js/*.json* - - /js/raw* - - /js/common.js - - /js/jquery* - - /js/kjua* - - /js/prettify* - - /js/purify* - - /js/showdown* - - /js/zlib* + - source: /i18n/??.json translation: /i18n/%two_letters_code%.json From 417b17f86d358cf11d77dab25552774a594ebe20 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sun, 4 Oct 2020 12:16:42 +0200 Subject: [PATCH 06/43] didn't figure out which StyleCI change suddenly requires this, so just apply the patch to stop it nagging about it --- tpl/bootstrap.php | 88 +++++++++++++++++++++++------------------------ 1 file changed, 44 insertions(+), 44 deletions(-) diff --git a/tpl/bootstrap.php b/tpl/bootstrap.php index b4ec8bc7..eef04448 100644 --- a/tpl/bootstrap.php +++ b/tpl/bootstrap.php @@ -13,7 +13,7 @@ $isPage = substr($template, -5) === '-page'; <?php echo I18n::_($NAME); ?>