From 49f02018050d108f80854253c44393e0f614d6da Mon Sep 17 00:00:00 2001 From: Dmitrii Selivanov Date: Mon, 13 Jan 2025 00:55:20 +0100 Subject: [PATCH] Pr/fernandodilland translation of contributing.md into native spanish (#1115) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update CONTRIBUTING.md [Español](CONTRIBUTINGes.md) on title * Update CONTRIBUTINGfr.md * Update CONTRIBUTINGnl.md * Update CONTRIBUTINGru.md * Update CONTRIBUTINGtr.md * Update CONTRIBUTINGuk.md * Create CONTRIBUTINGes.md * Update READMEes.md * Update READMEes.md * Update CONTRIBUTINGes.md * Update READMEes.md * Update READMEja.md * Update READMEtr.md * Update READMEtr.md * Update READMEgr.md * Update extension-description-store-spanish.txt * Update READMEes.md --------- Co-authored-by: Fernando Dilland --- CONTRIBUTING.md | 2 +- CONTRIBUTINGes.md | 68 +++++++++++++++++++++++++ CONTRIBUTINGfr.md | 2 +- CONTRIBUTINGnl.md | 2 +- CONTRIBUTINGru.md | 2 +- CONTRIBUTINGtr.md | 2 +- CONTRIBUTINGuk.md | 2 +- READMEes.md | 6 +-- READMEgr.md | 2 +- READMEja.md | 2 +- READMEtr.md | 2 +- extension-description-store-spanish.txt | 2 +- 12 files changed, 81 insertions(+), 13 deletions(-) create mode 100644 CONTRIBUTINGes.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 302cd2329..5aa1d3d3c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -Read this in other languages: [русский](CONTRIBUTINGru.md), [Nederlands](CONTRIBUTINGnl.md), [Français](CONTRIBUTINGfr.md), [Türkçe](CONTRIBUTINGtr.md), [українська](CONTRIBUTINGuk.md), [Polski](CONTRIBUTINGpl.md), [Deutsch](CONTRIBUTINGde.md) +Read this in other languages: [русский](CONTRIBUTINGru.md), [Nederlands](CONTRIBUTINGnl.md), [Français](CONTRIBUTINGfr.md), [Türkçe](CONTRIBUTINGtr.md), [українська](CONTRIBUTINGuk.md), [Polski](CONTRIBUTINGpl.md), [Deutsch](CONTRIBUTINGde.md), [Español](CONTRIBUTINGes.md) # Welcome To Return YouTube Dislikes contributing guide diff --git a/CONTRIBUTINGes.md b/CONTRIBUTINGes.md new file mode 100644 index 000000000..22976a052 --- /dev/null +++ b/CONTRIBUTINGes.md @@ -0,0 +1,68 @@ +Lea esto en otros idiomas: [русский](CONTRIBUTINGru.md), [Nederlands](CONTRIBUTINGnl.md), [Français](CONTRIBUTINGfr.md), [Türkçe](CONTRIBUTINGtr.md), [українська](CONTRIBUTINGuk.md) + + +# Bienvenido(a) a la guía de contribución de Return YouTube Dislikes + +¡Gracias por invertir tiempo en contribuir al proyecto! Todos sus cambios serán mostrados en la siguiente versión de la extensión (o en la [pagina web](https://www.returnyoutubedislike.com/)) + +## Empecemos + +Por favor, utiliza Prettier con la configuración predeterminada para el formateo + +#### Requisitos previos + +Necesita tener instalados node y npm para crear la versión empaquetada del código fuente + +Versiones utilizadas durante la configuración: + +- node: 12.18.4 +- npm: 6.14.6 + +Para crear el archivo `bundled-content-script.js` que contiene la mayor parte de la lógica de negocio de esta extensión, primero debe instalar todas las dependencias + +1. Ve a la raíz del repositorio y ejecute: + +``` +npm install +``` + +2. Ejecuta el siguiente comando para crear `bundled-content-script.js`, el cual se utiliza en `manifest.json` + +``` +npm start // para crear el/los archivo(s) de compilación y comenzar un observador de archivos que se recargue automáticamente al guardar cambios + +// o + +npm run build // para crear el/los archivo(s) de compilación una vez +``` + +¡Felicitaciones! ¡Ahora estás listo(a) para desarrollar! + +Si eres nuevo/a en el desarrollo de extensiones de Chrome o necesitas ayuda adicional, por favor consulta [este tutorial en YouTube](https://www.youtube.com/watch?v=mdOj6HYE3_0) + +### Problemas + +#### Abrir un nuevo problema + +Si tiene algún problema con la extensión, por favor verifique si el problema ya ha sido reportado. Si no lo ha sido, abre un problema. Se recomienda encarecidamente utilizar el formulario de problema, pero no es obligatorio. + +#### Resolver un problema + +Si encontró un problema que crea que pueda resolver, no dude en hacerlo. Abra una solicitud de extracción (PR) con la solución y asegúrese de mencionar el problema que está solucionando + +### Solicitud de función + +#### Abrir una nueva solicitud de función + +If you have an idea for the extension, feel free to open a feature request, but please search it before to make sure the feature isn't already suggested. Using the feature form is highly recommended but not mandatory + +#### Implementando una solicitud de funcionalidad + +Si encontró una función que pueda implementar, no dude en hacerlo. Abra una solicitud de extracción (PR) con la solución y asegúrese de mencionar la función que está implementando + +### ¿Qué PRs aceptamos? + +- Corrección de problemas. +- Implementación de funciones. +- Corrección de errores tipográficos o uso de palabras mejores y más sencillas. +- Contribuciones al sitio web. diff --git a/CONTRIBUTINGfr.md b/CONTRIBUTINGfr.md index 0aa1c52b8..7a887a99d 100644 --- a/CONTRIBUTINGfr.md +++ b/CONTRIBUTINGfr.md @@ -1,4 +1,4 @@ -Lisez ceci dans d'autres langues : [English](CONTRIBUTING.md), [русский](CONTRIBUTINGru.md), Nederlands](CONTRIBUTINGnl.md), [Türkçe](CONTRIBUTINGtr.md), [українська](CONTRIBUTINGuk.md), [Polski](CONTRIBUTINGpl.md), [Deutsch](CONTRIBUTINGde.md) +Lisez ceci dans d'autres langues : [English](CONTRIBUTING.md), [русский](CONTRIBUTINGru.md), Nederlands](CONTRIBUTINGnl.md), [Türkçe](CONTRIBUTINGtr.md), [українська](CONTRIBUTINGuk.md), [Polski](CONTRIBUTINGpl.md), [Deutsch](CONTRIBUTINGde.md), [Español](CONTRIBUTINGes.md) # Bienvenue dans le guide de contribution à Return YouTube Dislikes diff --git a/CONTRIBUTINGnl.md b/CONTRIBUTINGnl.md index d68318330..8634f6c45 100644 --- a/CONTRIBUTINGnl.md +++ b/CONTRIBUTINGnl.md @@ -1,4 +1,4 @@ -Lees dit in andere talen: [English](CONTRIBUTINGen.md), [русский](CONTRIBUTINGru.md), [Français](CONTRIBUTINGfr.md), [Türkçe](CONTRIBUTINGtr.md), [українська](CONTRIBUTINGuk.md), [Polski](CONTRIBUTINGpl.md), [Deutsch](CONTRIBUTINGde.md) +Lees dit in andere talen: [English](CONTRIBUTINGen.md), [русский](CONTRIBUTINGru.md), [Français](CONTRIBUTINGfr.md), [Türkçe](CONTRIBUTINGtr.md), [українська](CONTRIBUTINGuk.md), [Polski](CONTRIBUTINGpl.md), [Deutsch](CONTRIBUTINGde.md), [Español](CONTRIBUTINGes.md) # Welkom bij de YouTube Dislikes bijdragengids diff --git a/CONTRIBUTINGru.md b/CONTRIBUTINGru.md index 589a914a1..a236cb706 100644 --- a/CONTRIBUTINGru.md +++ b/CONTRIBUTINGru.md @@ -1,4 +1,4 @@ -Прочитать на других языках: [English](CONTRIBUTING.md), [Nederlands](CONTRIBUTINGnl.md), [Français](CONTRIBUTINGfr.md), [Türkçe](CONTRIBUTINGtr.md), [українська](CONTRIBUTINGuk.md), [Polski](CONTRIBUTINGpl.md), [Deutsch](CONTRIBUTINGde.md) +Прочитать на других языках: [English](CONTRIBUTING.md), [Nederlands](CONTRIBUTINGnl.md), [Français](CONTRIBUTINGfr.md), [Türkçe](CONTRIBUTINGtr.md), [українська](CONTRIBUTINGuk.md), [Polski](CONTRIBUTINGpl.md), [Deutsch](CONTRIBUTINGde.md), [Español](CONTRIBUTINGes.md) # Добро пожаловать в руководство по внесению вклада Return YouTube Dislikes diff --git a/CONTRIBUTINGtr.md b/CONTRIBUTINGtr.md index fec4805ba..194a009aa 100644 --- a/CONTRIBUTINGtr.md +++ b/CONTRIBUTINGtr.md @@ -1,4 +1,4 @@ -Bunu diğer dillerde okuyun: [English](CONTRIBUTING.md), [русский](CONTRIBUTINGru.md), [Nederlands](CONTRIBUTINGnl.md), [Français](CONTRIBUTINGfr.md), [українська](CONTRIBUTINGuk.md), [Polski](CONTRIBUTINGpl.md), [Deutsch](CONTRIBUTINGde.md) +Bunu diğer dillerde okuyun: [English](CONTRIBUTING.md), [русский](CONTRIBUTINGru.md), [Nederlands](CONTRIBUTINGnl.md), [Français](CONTRIBUTINGfr.md), [українська](CONTRIBUTINGuk.md), [Polski](CONTRIBUTINGpl.md), [Deutsch](CONTRIBUTINGde.md), [Español](CONTRIBUTINGes.md) # "YouTube Dislike Sayısını Geri Getir"in katkı kılavuzuna Hoş Geldiniz diff --git a/CONTRIBUTINGuk.md b/CONTRIBUTINGuk.md index 7c7fd21f8..f7f31fbdd 100644 --- a/CONTRIBUTINGuk.md +++ b/CONTRIBUTINGuk.md @@ -1,4 +1,4 @@ -Read this in other languages: [English](CONTRIBUTING.md), [русский](CONTRIBUTINGru.md), [Français](CONTRIBUTINGfr.md), [Türkçe](CONTRIBUTINGtr.md), [Polski](CONTRIBUTINGpl.md), [Deutsch](CONTRIBUTINGde.md) +Read this in other languages: [English](CONTRIBUTING.md), [русский](CONTRIBUTINGru.md), [Français](CONTRIBUTINGfr.md), [Türkçe](CONTRIBUTINGtr.md), [Polski](CONTRIBUTINGpl.md), [Deutsch](CONTRIBUTINGde.md), [Español](CONTRIBUTINGes.md) # Вітаємо у посібнику внеску в Return YouTube Dislikes diff --git a/READMEes.md b/READMEes.md index 9a70c58f5..8b627e48f 100644 --- a/READMEes.md +++ b/READMEes.md @@ -12,7 +12,7 @@ Leer en otros idiomas: [English](README.md), [русский](READMEru.md), [Ned # Return YouTube Dislike

- Return YouTube Dislike (recuperar los *dislikes* de YouTube) es una extensión de código abierto que reintroduce el contador de *dislikes* (o «No me gustas»).
+ Return YouTube Dislike (recuperar los *dislikes* de YouTube) es una extensión de código abierto que reintroduce el contador de *dislikes* (o "No me gusta's").
Está disponible para Chrome y Firefox como una extensión web.
También está disponible para otros navegadores como un *userscript* de JS.

@@ -75,11 +75,11 @@ Puedes ver toda la documentación en nuestra página web. ## Contribuciones -Rogamos que leas la [guía de contribución](https://github.com/Anarios/return-youtube-dislike/blob/main/CONTRIBUTING.md) antes de empezar. +Le solicitamos que lea la [guía de contribución](CONTRIBUTINGes.md) antes de empezar. ## ¡Apoya este proyecto! -Puedes apoyar este proyecto enviando un donativo a través del enlace inferior: +Puedes apoyar este proyecto enviando un donativo a través del siguiente enlace: [Donar](https://returnyoutubedislike.com/donate) diff --git a/READMEgr.md b/READMEgr.md index 67aeed326..6b245a1c9 100644 --- a/READMEgr.md +++ b/READMEgr.md @@ -75,7 +75,7 @@ You can view all documentation on our website. ## Συνεισφορά -Παρακαλώ διαβάστε τον [οδηγό συνεισφοράς](https://github.com/Anarios/return-youtube-dislike/blob/main/CONTRIBUTING.md). +Παρακαλώ διαβάστε τον [οδηγό συνεισφοράς](CONTRIBUTING.md). ## Υποστηρίξτε αυτό το project! diff --git a/READMEja.md b/READMEja.md index bf89bcd3e..db2a47cbc 100644 --- a/READMEja.md +++ b/READMEja.md @@ -77,7 +77,7 @@ APIの完全なドキュメントは公式サイトを参照してください ## 貢献する -こちらの[contribution guide](https://github.com/Anarios/return-youtube-dislike/blob/main/CONTRIBUTING.md)を読んでください。 +こちらの[contribution guide](CONTRIBUTING.md)を読んでください。 ## プロジェクトを支援! diff --git a/READMEtr.md b/READMEtr.md index a70eb9fe1..00d2b0135 100644 --- a/READMEtr.md +++ b/READMEtr.md @@ -75,7 +75,7 @@ Tüm belgelemeleri sitemizden inceleyebilirsiniz. ## Katkıda Bulunma -Lütfen [katkı kılavuzu](https://github.com/Anarios/return-youtube-dislike/blob/main/CONTRIBUTINGtr.md)nu okuyun. +Lütfen [katkı kılavuzu](CONTRIBUTINGtr.md) nu okuyun. ## Bu Projeyi Destekle! diff --git a/extension-description-store-spanish.txt b/extension-description-store-spanish.txt index e6904b76c..49fe54841 100644 --- a/extension-description-store-spanish.txt +++ b/extension-description-store-spanish.txt @@ -1,4 +1,4 @@ -Return YouTube Dislikes restaura la capacidad de ver los «dislikes» («No me gusta»), en YouTube. +Return YouTube Dislikes restaura la capacidad de ver los «dislikes» ("No me gusta's"), en YouTube. En caso de que no funcione: abre la pestaña de Extensiones (chrome://extensions/), desactiva esta extensión y luego vuelve a activarla. Existe un fallo en Chromium que, en algunos casos, da problemas con la extensión. Esta solución debería arreglar la mayoría de los problemas. Con suerte, el equipo de Chromium resolverá el problema pronto.