From fe6a10ef6d3cd4578ba30c246c54e740e8b5bb74 Mon Sep 17 00:00:00 2001 From: IlDucci Date: Fri, 3 Jun 2022 12:58:00 +0200 Subject: Spanish translation updates + other tweaks in English Spanish translation updates: - Adds missing translations (extension-description-store info, missing strings. - Major proofread/editing: - Rewrites in order to make the texts flow more naturally in Spanish. - The extension name is unified back in English. - All English terms are either italicized or inside quotation marks following RAE's rules. - Likes and dislikes names have at least once the official translation from Google (I personally think they should all be changed to the official translation from Google, with the exception of the extension name). - Removed quite a few typos with accents. - Corrected a couple of discrepancies between the translated texts and the current English texts. English text updates: - Fixed some words that needed uppercasing. - Adding a missing colon in the API page, for unification purposes. - Adding a missing "and" in the FAQ page. Localization updates: - The unlocalizable strings in the Settings page of the extension should be localizable now. --- Extensions/combined/_locales/en/messages.json | 42 ++++++++++++ Extensions/combined/_locales/es/messages.json | 76 ++++++++++++++++++++-- Extensions/combined/popup.html | 38 ++++++----- READMEes.md | 40 ++++++------ Website/_locales/en.ts | 4 +- Website/_locales/es.ts | 93 ++++++++++++++------------- extension-description-store-spanish.txt | 20 ++++++ extension-description-store.txt | 2 +- 8 files changed, 226 insertions(+), 89 deletions(-) create mode 100644 extension-description-store-spanish.txt diff --git a/Extensions/combined/_locales/en/messages.json b/Extensions/combined/_locales/en/messages.json index 28c476c..09c536d 100644 --- a/Extensions/combined/_locales/en/messages.json +++ b/Extensions/combined/_locales/en/messages.json @@ -23,6 +23,9 @@ "linkHelp": { "message": "Help" }, + "linkChangelog": { + "message": "Change Log" + }, "legendSettings": { "message": "Settings" }, @@ -35,6 +38,45 @@ "textSettingsHover": { "message": "Stops counting your likes and dislikes." }, + "textRoundingNumbers": { + "message": "Round down like/dislike stats (default YouTube behavior)" + }, + "textRoundingNumbersHover": { + "message": "Show rounded down stats." + }, + "textConsistentFormat": { + "message": "Make likes and dislikes format consistent" + }, + "textConsistentFormatHover": { + "message": "Re-format like numbers." + }, + "textNumberFormat": { + "message": "Number format:" + }, + "textColorizeRatioBar": { + "message": "Colorize ratio bar" + }, + "textColorizeRatioBarHover": { + "message": "Use custom colors for ratio bar." + }, + "textColorizeThumbs": { + "message": "Colorize thumbs" + }, + "textColorizeThumbsHover": { + "message": "Use custom colors for thumb icons." + }, + "textColorTheme": { + "message": "Color theme:" + }, + "textColorTheme1": { + "message": "Classic" + }, + "textColorTheme2": { + "message": "Accessible" + }, + "textColorTheme3": { + "message": "Neon" + }, "textTempUnavailable": { "message": "temporarily unavailable" }, diff --git a/Extensions/combined/_locales/es/messages.json b/Extensions/combined/_locales/es/messages.json index efb95da..3d8f855 100644 --- a/Extensions/combined/_locales/es/messages.json +++ b/Extensions/combined/_locales/es/messages.json @@ -1,15 +1,15 @@ { "extensionName": { - "message": "Regresar los Dislikes de YouTube" + "message": "Return YouTube Dislike" }, "extensionNameBeta": { "message": "Return YouTube Dislike Beta" }, "extensionDesc": { - "message": "Regresa la posibilidad de ver los dislikes" + "message": "Recupera la característica de los «dislikes» («No me gusta»)" }, "textDeveloper": { - "message": "por Dmitry Selivanov y la Comunidad" + "message": "por Dmitry Selivanov y la comunidad" }, "linkWebsite": { "message": "Página web" @@ -23,16 +23,82 @@ "linkHelp": { "message": "Ayuda" }, + "linkChangelog": { + "message": "Historial de cambios" + }, "legendSettings": { "message": "Ajustes" }, "textSettings": { - "message": "Desactivar los dislikes" + "message": "Desactivar envío de votos" + }, + "textLikesDisabled": { + "message": "desactivado por el propietario" }, "textSettingsHover": { - "message": "Dejar de contar los dislikes." + "message": "Deja de contar tus «Me gusta» y «No me gusta»." + }, + "textRoundingNumbers": { + "message": "Redondear cifras (comportamiento original de YouTube)" + }, + "textRoundingNumbersHover": { + "message": "Muestra las estadísticas redondeadas." + }, + "textConsistentFormat": { + "message": "Unificar formato de votos" + }, + "textConsistentFormatHover": { + "message": "Cambia el formato de las cifras de «Me gusta» y «No me gusta»." + }, + "textNumberFormat": { + "message": "Formato de cifras:" + }, + "textColorizeRatioBar": { + "message": "Cambiar color de barra de votos" + }, + "textColorizeRatioBarHover": { + "message": "Utiliza colores personalizados para la barra de votos." + }, + "textColorizeThumbs": { + "message": "Cambiar color de iconos de pulgares" + }, + "textColorizeThumbsHover": { + "message": "Utiliza colores personalizados para los iconos de los pulgares." + }, + "textColorTheme": { + "message": "Esquema de colores:" + }, + "textColorTheme1": { + "message": "Clásico" + }, + "textColorTheme2": { + "message": "Accesible" + }, + "textColorTheme3": { + "message": "Neón" + }, + "textTempUnavailable": { + "message": "no disponible temporalmente" }, "textUpdate": { "message": "actualizar a" + }, + "version30installed": { + "message": "Versión 3.0.0.1 instalada" + }, + "whatsnew": { + "message": "Novedades" + }, + "shortsSupport": { + "message": "Soporte para YouTube Shorts" + }, + "customColors": { + "message": "Personalización de colores para la barra de Me gusta y sus botones" + }, + "customNumberFormats": { + "message": "Formatos personalizados de números" + }, + "considerDonating": { + "message": "Lo único que mantiene esta extensión a flote son vuestros donativos, rogamos que pienses en apoyar al proyecto." } } diff --git a/Extensions/combined/popup.html b/Extensions/combined/popup.html index 7d39246..3f20662 100644 --- a/Extensions/combined/popup.html +++ b/Extensions/combined/popup.html @@ -44,7 +44,7 @@

@@ -102,20 +102,24 @@ >
-