From 44dab630f1eee0dd78696bed58475723997be2ae Mon Sep 17 00:00:00 2001 From: Thales Euflauzino Date: Wed, 4 Sep 2024 17:08:46 -0300 Subject: [PATCH 01/19] :books: docs: create italian README --- README.it.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 README.it.md diff --git a/README.it.md b/README.it.md new file mode 100644 index 00000000..e69de29b From 8f9eec124d48ecf5438c0a05fb6fdbbd0a0c7d47 Mon Sep 17 00:00:00 2001 From: Thales Euflauzino Date: Wed, 4 Sep 2024 17:12:58 -0300 Subject: [PATCH 02/19] :books: docs: add text of italian readme --- README.it.md | 184 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 184 insertions(+) diff --git a/README.it.md b/README.it.md index e69de29b..cc6a9e8d 100644 --- a/README.it.md +++ b/README.it.md @@ -0,0 +1,184 @@ +
+ +
+ +[](https://hydralauncher.site) + +

Hydra Launcher

+ +

+ Hydra è un game launcher con il proprio client bittorrent e autogestore di repacks. +

+ +[![build](https://img.shields.io/github/actions/workflow/status/hydralauncher/hydra/build.yml)](https://github.com/hydralauncher/hydra/actions) +[![release](https://img.shields.io/github/package-json/v/hydralauncher/hydra)](https://github.com/hydralauncher/hydra/releases) +[![be](https://img.shields.io/badge/lang-be-orange)](README.be.md) +[![pl](https://img.shields.io/badge/lang-pl-white)](README.pl.md) +[![pt-BR](https://img.shields.io/badge/lang-pt--BR-green.svg)](README.pt-BR.md) +[![ru](https://img.shields.io/badge/lang-ru-yellow.svg)](README.ru.md) +[![uk-UA](https://img.shields.io/badge/lang-uk--UA-blue)](README.uk-UA.md) +[![es](https://img.shields.io/badge/lang-es-red)](README.es.md) +[![ita](https://img.shields.io/badge/lang-it-red)](README.it.md) + +![Hydra Catalogue](./docs/screenshot.png) + +
+ +## Table of Contents + +- [Table of Contents](#table-of-contents) +- [A proposito](#a-proposito) +- [Caratteristiche](#caratteristiche) +- [Installazione](#installazione) +- [ Contribuire](#-contribuire) + - [ Unisciti su Telegram](#-unisciti-su-telegram) + - [Forka e Clona la repository](#forka-e-clona-la-repository) + - [Modi in cui contribuire](#modi-in-cui-contribuire) + - [Struttura del Progetto](#struttura-del-progetto) +- [Compilazione](#compilazione) + - [Installa Node.js](#installa-nodejs) + - [Installa Yarn](#installa-yarn) + - [Installa le dipendenze Node](#installa-le-dipendenze-node) + - [Installa Python 3.9](#installa-python-39) + - [Installa le Dipendenze Python](#installa-le-dipendenze-python) +- [Variabili d'ambiente](#variabili-dambiente) +- [Esecuzione](#esecuzione) +- [Compilazione](#compilazione-1) + - [Compila il bittorrent](#compila-il-bittorrent) + - [Compila l'applicazione Electron](#compila-lapplicazione-electron) +- [Collaboratori](#collaboratori) +- [Licenza](#licenza) + +## A proposito + +**Hydra** è un **Game Launcher** con il proprio **Client BitTorrent** e **autogestore di repack**. +
+Il launcher è scritto in TypeScript (Electron) and Python, che gestisce il sistema di torrenting appoggiandosi a libtorrent. + +## Caratteristiche + +- Motore di ricerca automatizzato sulle fonti di repack dal [Megathread]("https://www.reddit.com/r/Piracy/wiki/megathread/") +- Client Bittorrent integrato +- Integrazione How Long To Beat (HLTB) nella pagina del gioco +- Percorso del download Personalizzato +- Notifiche di aggiornamenti sulla list dei repacks +- Supporto Windows e Linux +- Costantemente Aggiornato +- E molto altro ... + +## Installazione + +Segui i seguenti passi: + +1. Scarica l'ultima versione di Hydra dalla pagina [Releases](https://github.com/hydralauncher/hydra/releases/latest). + - Scarica solo il file .exe per installare Hydra su Windows. + - Scarica il file .deb o .rpm o .zip per Linux. (Dipende dalla tua distro Linux) +2. Esegui il file scaricato. +3. Goditi Hydra! + +## Contribuire + +### Unisciti su Telegram + +Puoi unirti alle nostre conversazioni sul canale [Telegram](https://t.me/hydralauncher). + +### Forka e Clona la repository + +1. Forka la repository [(clicca qui per forkare)](https://github.com/hydralauncher/hydra/fork) +2. Clona il tuo codice forkato `git clone https://github.com/your_username/hydra` +3. Crea un nuovo branch +4. Aggiungi le modifiche (push) +5. Invia la richiesta di pull + +### Modi in cui contribuire + +- Traduzione: Vogliamo rendere Hydra disponibile a più persone possibile. Sentiti libero di tradurre in altre lingue o aggiornare e migliorare quelle già disponibili su Hydra. +- Programmazione: Hydra è programmato in TypeScript, Electron e un po' di Python. Se intendi contribuire unisciti al nostro [Telegram](https://t.me/hydralauncher)! + +### Struttura del Progetto + +- client-torrent: Usiamo libtorrent, una libreria Python, per gestire i download dei torrent +- src/renderer: l'UI dell'applicazione +- src/main: tutta la logica qui. + +## Compilazione + +### Installa Node.js + +Assicurati di avere Node.js installato sulla tua macchina. Scaricalo e installalo da [nodejs.org](https://nodejs.org/). + +### Installa Yarn + +Yarn è un gestore di pacchetti per Node.js. Se non hai ancora installato Yarn segui le istruzioni su [yarnpkg.com](https://classic.yarnpkg.com/lang/en/docs/install/). + +### Installa le dipendenze Node + +Naviga alla cartella del progetto e installa le dipendenze Node con Yarn: + +```bash +cd hydra +yarn +``` + +### Installa Python 3.9 + +Assicurati di avere Python 3.9 installato. Puoi scaricarlo da [python.org](https://www.python.org/downloads/release/python-3913/). + +### Installa le Dipendenze Python + +Installa le dipendenze con pip: + +```bash +pip install -r requirements.txt +``` + +## Variabili d'ambiente + +Avrai bisogno di una chiave API SteamGridDB per poter caricare le icone di gioco. +Se intendi avere onlinefix come repacker dovrai aggiungere le tue credenziali al file .env + +Una volta ottenuta, puoi copiare e rinominare il file `.env.example` a `.env` e metterlo in `STEAMGRIDDB_API_KEY`, `ONLINEFIX_USERNAME`, `ONLINEFIX_PASSWORD`. + +## Esecuzione + +Una volta impostato tutto, puoi eseguire il seguente comando per avviare il processo Electron e il client bittorrent: + +```bash +yarn dev +``` + +## Compilazione + +### Compila il bittorrent + +Usa il comando: + +```bash +python torrent-client/setup.py build +``` + +### Compila l'applicazione Electron + +Usa il comando: + +Per Windows: + +```bash +yarn build:win +``` + +Per Linux: + +```bash +yarn build:linux +``` + +## Collaboratori + + + + + +## Licenza + +Hydra è concesso in licenza secondo la [MIT License](LICENSE). From da0894e2b85045e623ab2241d3e3ffb35300f0f9 Mon Sep 17 00:00:00 2001 From: Thales Euflauzino Date: Wed, 4 Sep 2024 17:15:23 -0300 Subject: [PATCH 03/19] :books: docs: add patterns of translations --- README.it.md | 6 ++++-- README.pt-BR.md | 47 +++++++++++++++++++++++++---------------------- 2 files changed, 29 insertions(+), 24 deletions(-) diff --git a/README.it.md b/README.it.md index cc6a9e8d..d9cf6b69 100644 --- a/README.it.md +++ b/README.it.md @@ -12,12 +12,14 @@ [![build](https://img.shields.io/github/actions/workflow/status/hydralauncher/hydra/build.yml)](https://github.com/hydralauncher/hydra/actions) [![release](https://img.shields.io/github/package-json/v/hydralauncher/hydra)](https://github.com/hydralauncher/hydra/releases) -[![be](https://img.shields.io/badge/lang-be-orange)](README.be.md) -[![pl](https://img.shields.io/badge/lang-pl-white)](README.pl.md) + [![pt-BR](https://img.shields.io/badge/lang-pt--BR-green.svg)](README.pt-BR.md) +[![en](https://img.shields.io/badge/lang-en-red.svg)](README.md) [![ru](https://img.shields.io/badge/lang-ru-yellow.svg)](README.ru.md) [![uk-UA](https://img.shields.io/badge/lang-uk--UA-blue)](README.uk-UA.md) +[![be](https://img.shields.io/badge/lang-be-orange)](README.be.md) [![es](https://img.shields.io/badge/lang-es-red)](README.es.md) +[![fr](https://img.shields.io/badge/lang-fr-blue)](README.fr.md) [![ita](https://img.shields.io/badge/lang-it-red)](README.it.md) ![Hydra Catalogue](./docs/screenshot.png) diff --git a/README.pt-BR.md b/README.pt-BR.md index 0d76a9fa..2617df62 100644 --- a/README.pt-BR.md +++ b/README.pt-BR.md @@ -13,13 +13,14 @@ [![build](https://img.shields.io/github/actions/workflow/status/hydralauncher/hydra/build.yml)](https://github.com/hydralauncher/hydra/actions) [![release](https://img.shields.io/github/package-json/v/hydralauncher/hydra)](https://github.com/hydralauncher/hydra/releases) -[![be](https://img.shields.io/badge/lang-be-orange)](README.be.md) +[![pt-BR](https://img.shields.io/badge/lang-pt--BR-green.svg)](README.pt-BR.md) [![en](https://img.shields.io/badge/lang-en-red.svg)](README.md) -[![pl](https://img.shields.io/badge/lang-pl-white)](README.pl.md) [![ru](https://img.shields.io/badge/lang-ru-yellow.svg)](README.ru.md) [![uk-UA](https://img.shields.io/badge/lang-uk--UA-blue)](README.uk-UA.md) +[![be](https://img.shields.io/badge/lang-be-orange)](README.be.md) [![es](https://img.shields.io/badge/lang-es-red)](README.es.md) [![fr](https://img.shields.io/badge/lang-fr-blue)](README.fr.md) +[![ita](https://img.shields.io/badge/lang-it-red)](README.it.md) ![Hydra Catalogue](./docs/screenshot.png) @@ -27,26 +28,28 @@ ## Índice -- [Sobre](#about) -- [Recursos](#features) -- [Instalação](#installation) -- [Contribuindo](#contributing) - - [Junte-se ao nosso Telegram](#join-our-telegram) - - [Fork e clone seu repositorio](#fork-and-clone-your-repository) - - [Como contribuir](#ways-you-can-contribute) - - [Estrutura do projeto](#project-structure) -- [Compile a partir do código-fonte](#build-from-source) - - [Instale Node.js](#install-nodejs) - - [Instale Yarn](#install-yarn) - - [Instale Node Dependencies](#install-node-dependencies) - - [Instale Python 3.9](#install-python-39) - - [Instale Python Dependencies](#install-python-dependencies) -- [variaveis de ambiente](#environment-variables) -- [Rodando o programa](#running) -- [Compilando](#build) - - [Compile o client bittorrent](#build-the-bittorrent-client) - - [Compile a aplicação Electron](#build-the-electron-application) -- [Contribuidores](#contributors) +- [Índice](#índice) +- [ Sobre](#-sobre) +- [ Recursos](#-recursos) +- [ Instalação](#-instalação) +- [ Contribuindo](#-contribuindo) + - [ Junte-se ao nosso Telegram](#-junte-se-ao-nosso-telegram) + - [ Fork e clone o seu repositório](#-fork-e-clone-o-seu-repositório) + - [ Formas de contribuir](#-formas-de-contribuir) + - [ Estrutura do Projeto](#-estrutura-do-projeto) +- [ Compile a partir do código-fonte](#-compile-a-partir-do-código-fonte) + - [ Instale Node.js](#-instale-nodejs) + - [ Instale Yarn](#-instale-yarn) + - [ Instale Dependencias do Node](#-instale-dependencias-do-node) + - [ Instale Python 3.9](#-instale-python-39) + - [ Instale Python Dependencies](#-instale-python-dependencies) +- [ Environment variables](#-environment-variables) +- [ Running](#-running) +- [ Build](#-build) + - [ Build the bittorrent client](#-build-the-bittorrent-client) + - [ Build the Electron application](#-build-the-electron-application) +- [ Contributors](#-contributors) +- [ Licença](#-licença) ## Sobre From 8c874fc5a17b24a2de098ab3bfeceb5ca24cfd22 Mon Sep 17 00:00:00 2001 From: Thales Euflauzino Date: Wed, 4 Sep 2024 17:15:31 -0300 Subject: [PATCH 04/19] :books: docs: add patterns of translations --- README.be.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.be.md b/README.be.md index 806e45cc..576d838c 100644 --- a/README.be.md +++ b/README.be.md @@ -20,6 +20,7 @@ [![be](https://img.shields.io/badge/lang-be-orange)](README.be.md) [![es](https://img.shields.io/badge/lang-es-red)](README.es.md) [![fr](https://img.shields.io/badge/lang-fr-blue)](README.fr.md) +[![ita](https://img.shields.io/badge/lang-it-red)](README.it.md) ![Hydra Catalogue](./docs/screenshot.png) @@ -27,11 +28,12 @@ ## Змест +- [Змест](#змест) - [Апісанне](#апісанне) - [Асаблівасці](#асаблівасці) - [Усталёўка](#усталёўка) -- [Уклад](#contributing) - - [Далучайцеся да нашага Telegram](#join-our-telegram) +- [ Уклад](#-уклад) + - [ Далучайцеся да нашага Telegram](#-далучайцеся-да-нашага-telegram) - [Форк і кланаванне рэпазітара](#форк-і-кланаванне-рэпазітара) - [Спосабы ўнесці свой уклад](#спосабы-ўнесці-свой-уклад) - [Структура праекту](#структура-праекту) @@ -47,6 +49,7 @@ - [Зборка кліента BitTorrent](#зборка-кліента-bittorrent) - [Зборка прыкладання Electron](#зборка-прыкладання-electron) - [Удзельнікі](#удзельнікі) +- [Ліцэнзія](#ліцэнзія) ## Апісанне From 0abdeca93a96372f3a318df2b34510a3b9dc2747 Mon Sep 17 00:00:00 2001 From: Thales Euflauzino Date: Wed, 4 Sep 2024 17:15:38 -0300 Subject: [PATCH 05/19] :books: docs: add patterns of translations --- README.es.md | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/README.es.md b/README.es.md index 3c080da9..bf6dab63 100644 --- a/README.es.md +++ b/README.es.md @@ -13,13 +13,14 @@ [![build](https://img.shields.io/github/actions/workflow/status/hydralauncher/hydra/build.yml)](https://github.com/hydralauncher/hydra/actions) [![release](https://img.shields.io/github/package-json/v/hydralauncher/hydra)](https://github.com/hydralauncher/hydra/releases) -[![be](https://img.shields.io/badge/lang-be-orange)](README.be.md) -[![pl](https://img.shields.io/badge/lang-pl-white)](README.pl.md) [![pt-BR](https://img.shields.io/badge/lang-pt--BR-green.svg)](README.pt-BR.md) +[![en](https://img.shields.io/badge/lang-en-red.svg)](README.md) [![ru](https://img.shields.io/badge/lang-ru-yellow.svg)](README.ru.md) [![uk-UA](https://img.shields.io/badge/lang-uk--UA-blue)](README.uk-UA.md) -[![en](https://img.shields.io/badge/lang-en-red.svg)](README.md) +[![be](https://img.shields.io/badge/lang-be-orange)](README.be.md) +[![es](https://img.shields.io/badge/lang-es-red)](README.es.md) [![fr](https://img.shields.io/badge/lang-fr-blue)](README.fr.md) +[![ita](https://img.shields.io/badge/lang-it-red)](README.it.md) ![Hydra Catalogue](./docs/screenshot.png) @@ -27,11 +28,12 @@ ## Tabla de Contenidos +- [Tabla de Contenidos](#tabla-de-contenidos) - [Acerca de](#acerca-de) -- [Características](#caracteristicas) -- [Instalación](#Instalacion) -- [Contribuir](#contribuir) - - [Únete a nuestro Telegram](#unete-a-nuestro-telegram) +- [Caracteristicas](#caracteristicas) +- [Instalacion](#instalacion) +- [ Contribuir](#-contribuir) + - [ Unete a nuestro Telegram](#-unete-a-nuestro-telegram) - [Haz un fork y clona tu repositorio](#haz-un-fork-y-clona-tu-repositorio) - [Maneras en las que puedes contribuir](#maneras-en-las-que-puedes-contribuir) - [Estructura del proyecto](#estructura-del-proyecto) @@ -40,13 +42,14 @@ - [Instalar Yarn](#instalar-yarn) - [Instalar Dependencias de Node](#instalar-dependencias-de-node) - [Instalar Python 3.9](#instalar-python-39) - - [Instalar Dependencias de Python](#Instalar-dependencias-de-python) + - [Instalar Dependencias de Python](#instalar-dependencias-de-python) - [Variables del Entorno](#variables-del-entorno) -- [Ejecución](#ejecucion) -- [Compilación](#compilacion) +- [Ejecucion](#ejecucion) +- [Compilacion](#compilacion) - [Compilar el cliente de bittorrent](#compilar-el-cliente-de-bittorrent) - - [Compilar la aplicación Electron](#compilar-la-aplicacion-electron) + - [Compilar la aplicacion Electron](#compilar-la-aplicacion-electron) - [Colaboradores](#colaboradores) +- [Licencia](#licencia) ## Acerca de From 26f1839752169f445e9553895ffd5e0ee617a03b Mon Sep 17 00:00:00 2001 From: Thales Euflauzino Date: Wed, 4 Sep 2024 17:15:44 -0300 Subject: [PATCH 06/19] :books: docs: add patterns of translations --- README.fr.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.fr.md b/README.fr.md index 0e99fb05..a0d61763 100644 --- a/README.fr.md +++ b/README.fr.md @@ -13,13 +13,14 @@ [![build](https://img.shields.io/github/actions/workflow/status/hydralauncher/hydra/build.yml)](https://github.com/hydralauncher/hydra/actions) [![release](https://img.shields.io/github/package-json/v/hydralauncher/hydra)](https://github.com/hydralauncher/hydra/releases) -[![en](https://img.shields.io/badge/lang-en-red.svg)](README.md) -[![be](https://img.shields.io/badge/lang-be-orange)](README.be.md) -[![pl](https://img.shields.io/badge/lang-pl-white)](README.pl.md) [![pt-BR](https://img.shields.io/badge/lang-pt--BR-green.svg)](README.pt-BR.md) +[![en](https://img.shields.io/badge/lang-en-red.svg)](README.md) [![ru](https://img.shields.io/badge/lang-ru-yellow.svg)](README.ru.md) [![uk-UA](https://img.shields.io/badge/lang-uk--UA-blue)](README.uk-UA.md) +[![be](https://img.shields.io/badge/lang-be-orange)](README.be.md) [![es](https://img.shields.io/badge/lang-es-red)](README.es.md) +[![fr](https://img.shields.io/badge/lang-fr-blue)](README.fr.md) +[![ita](https://img.shields.io/badge/lang-it-red)](README.it.md) ![Catalogue Hydra](./docs/screenshot.png) @@ -27,6 +28,7 @@ ## Table des Matières +- [Table des Matières](#table-des-matières) - [À propos](#à-propos) - [Fonctionnalités](#fonctionnalités) - [Installation](#installation) @@ -47,6 +49,7 @@ - [Compiler le client bittorrent](#compiler-le-client-bittorrent) - [Compiler l'application Electron](#compiler-lapplication-electron) - [Contributeurs](#contributeurs) +- [License](#license) ## À propos From 0617dfbb6237aea65022be31c94353193e33670c Mon Sep 17 00:00:00 2001 From: Thales Euflauzino Date: Wed, 4 Sep 2024 17:15:56 -0300 Subject: [PATCH 07/19] :books: docs: add patterns of translations --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6dc97aea..fc248729 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,14 @@ [![build](https://img.shields.io/github/actions/workflow/status/hydralauncher/hydra/build.yml)](https://github.com/hydralauncher/hydra/actions) [![release](https://img.shields.io/github/package-json/v/hydralauncher/hydra)](https://github.com/hydralauncher/hydra/releases) -[![be](https://img.shields.io/badge/lang-be-orange)](README.be.md) -[![pl](https://img.shields.io/badge/lang-pl-white)](README.pl.md) [![pt-BR](https://img.shields.io/badge/lang-pt--BR-green.svg)](README.pt-BR.md) +[![en](https://img.shields.io/badge/lang-en-red.svg)](README.md) [![ru](https://img.shields.io/badge/lang-ru-yellow.svg)](README.ru.md) [![uk-UA](https://img.shields.io/badge/lang-uk--UA-blue)](README.uk-UA.md) +[![be](https://img.shields.io/badge/lang-be-orange)](README.be.md) [![es](https://img.shields.io/badge/lang-es-red)](README.es.md) [![fr](https://img.shields.io/badge/lang-fr-blue)](README.fr.md) +[![ita](https://img.shields.io/badge/lang-it-red)](README.it.md) ![Hydra Catalogue](./docs/screenshot.png) @@ -27,11 +28,12 @@ ## Table of Contents +- [Table of Contents](#table-of-contents) - [About](#about) - [Features](#features) - [Installation](#installation) -- [Contributing](#contributing) - - [Join our Telegram](#join-our-telegram) +- [ Contributing](#-contributing) + - [ Join our Telegram](#-join-our-telegram) - [Fork and clone your repository](#fork-and-clone-your-repository) - [Ways you can contribute](#ways-you-can-contribute) - [Project Structure](#project-structure) @@ -47,6 +49,7 @@ - [Build the bittorrent client](#build-the-bittorrent-client) - [Build the Electron application](#build-the-electron-application) - [Contributors](#contributors) +- [License](#license) ## About From 6e60ab3c903d61524c28bbec4304772ea891edaa Mon Sep 17 00:00:00 2001 From: Thales Euflauzino Date: Wed, 4 Sep 2024 17:16:04 -0300 Subject: [PATCH 08/19] :books: docs: add patterns of translations --- README.pl.md | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/README.pl.md b/README.pl.md index 298f82a9..290dcb0e 100644 --- a/README.pl.md +++ b/README.pl.md @@ -13,13 +13,14 @@ [![build](https://img.shields.io/github/actions/workflow/status/hydralauncher/hydra/build.yml)](https://github.com/hydralauncher/hydra/actions) [![release](https://img.shields.io/github/package-json/v/hydralauncher/hydra)](https://github.com/hydralauncher/hydra/releases) -[![be](https://img.shields.io/badge/lang-be-orange)](README.be.md) -[![en](https://img.shields.io/badge/lang-en-red.svg)](README.md) [![pt-BR](https://img.shields.io/badge/lang-pt--BR-green.svg)](README.pt-BR.md) +[![en](https://img.shields.io/badge/lang-en-red.svg)](README.md) [![ru](https://img.shields.io/badge/lang-ru-yellow.svg)](README.ru.md) [![uk-UA](https://img.shields.io/badge/lang-uk--UA-blue)](README.uk-UA.md) +[![be](https://img.shields.io/badge/lang-be-orange)](README.be.md) [![es](https://img.shields.io/badge/lang-es-red)](README.es.md) [![fr](https://img.shields.io/badge/lang-fr-blue)](README.fr.md) +[![ita](https://img.shields.io/badge/lang-it-red)](README.it.md) ![Hydra Catalogue](./docs/screenshot.png) @@ -27,26 +28,28 @@ ## Zawartość. +- [Zawartość.](#zawartość) - [O nas](#o-nas) -- [Cechy.](#cechy) +- [Cechy](#cechy) - [Instalacja](#instalacja) -- [Dokonaj wpłaty](#dokonaj-wpłaty) - - [Dołącz do naszego kanału Telegram](#dołącz-do-naszego-kanału-telegram) +- [ Dokonaj wpłaty](#-dokonaj-wpłaty) + - [ Dołącz do naszego kanału Telegram](#-dołącz-do-naszego-kanału-telegram) - [Rozwidlenie i sklonowanie repozytorium](#rozwidlenie-i-sklonowanie-repozytorium) - - [Jak możesz wnieść swój wkład](#jak-możesz-pomóc) + - [Jak możesz pomóc](#jak-możesz-pomóc) - [Struktura projektu](#struktura-projektu) - [Utwórz kompilację z kodu źródłowego](#utwórz-kompilację-z-kodu-źródłowego) - - [Instalacja Node.js](#zainstaluj-nodejs) - - [Instalacja Yarn](#zainstaluj-yarn) - - [Instalacja Node zależności](#zainstaluj-zależności-node) - - [Instalacja Python 3.9](#zainstaluj-python-39) - - [Instalacja Python zależności](#zainstaluj-zależności-pythona) + - [Zainstaluj Node.js](#zainstaluj-nodejs) + - [Zainstaluj Yarn](#zainstaluj-yarn) + - [Zainstaluj zależności Node](#zainstaluj-zależności-node) + - [Zainstaluj Python 3.9](#zainstaluj-python-39) + - [Zainstaluj zależności Pythona](#zainstaluj-zależności-pythona) - [Zmienne środowiskowe](#zmienne-środowiskowe) -- [Uruchomienie](#utwórz-kompilację-z-kodu-źródłowego) +- [Run](#run) - [Tworzenie kompilacji](#tworzenie-kompilacji) - - [Tworzenie klienta bittorrent](#zbuduj-klienta-bittorrent) - - [Tworzenie kompilacji aplikacji Electron](#tworzenie-aplikacji-electron) + - [Zbuduj klienta bittorrent](#zbuduj-klienta-bittorrent) + - [Tworzenie aplikacji Electron](#tworzenie-aplikacji-electron) - [Współtwórcy](#współtwórcy) +- [License](#license) ## O nas From a05cd87542eb062bb75996b570f861723696753f Mon Sep 17 00:00:00 2001 From: Thales Euflauzino Date: Wed, 4 Sep 2024 17:16:11 -0300 Subject: [PATCH 09/19] :books: docs: add patterns of translations --- README.uk-UA.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.uk-UA.md b/README.uk-UA.md index 2f921499..a6589a40 100644 --- a/README.uk-UA.md +++ b/README.uk-UA.md @@ -13,13 +13,14 @@ [![build](https://img.shields.io/github/actions/workflow/status/hydralauncher/hydra/build.yml)](https://github.com/hydralauncher/hydra/actions) [![release](https://img.shields.io/github/package-json/v/hydralauncher/hydra)](https://github.com/hydralauncher/hydra/releases) -[![be](https://img.shields.io/badge/lang-be-orange)](README.be.md) -[![en](https://img.shields.io/badge/lang-en-red.svg)](README.md) -[![pl](https://img.shields.io/badge/lang-pl-white)](README.pl.md) [![pt-BR](https://img.shields.io/badge/lang-pt--BR-green.svg)](README.pt-BR.md) +[![en](https://img.shields.io/badge/lang-en-red.svg)](README.md) [![ru](https://img.shields.io/badge/lang-ru-yellow.svg)](README.ru.md) +[![uk-UA](https://img.shields.io/badge/lang-uk--UA-blue)](README.uk-UA.md) +[![be](https://img.shields.io/badge/lang-be-orange)](README.be.md) [![es](https://img.shields.io/badge/lang-es-red)](README.es.md) [![fr](https://img.shields.io/badge/lang-fr-blue)](README.fr.md) +[![ita](https://img.shields.io/badge/lang-it-red)](README.it.md) ![Hydra Catalogue](./docs/screenshot.png) @@ -27,11 +28,12 @@ ## Зміст +- [Зміст](#зміст) - [Про нас](#про-нас) - [Функції](#функції) - [Встановлення](#встановлення) -- [Зробити свій внесок](#contributing) - - [Приєднуйтесь до нашого Telegram](#join-our-telegram) +- [ Зробити свій внесок](#-зробити-свій-внесок) + - [ Приєднуйтесь до нашого Telegram](#-приєднуйтесь-до-нашого-telegram) - [Форк і клонування вашого репозиторію](#форк-і-клонування-вашого-репозиторію) - [Як ви можете зробити свій внесок](#як-ви-можете-зробити-свій-внесок) - [Структура проекту](#структура-проекту) @@ -47,6 +49,7 @@ - [Зробіть білд bittorrent client](#зробіть-білд-bittorrent-client) - [Зробіть білд Electron застосунку](#зробіть-білд-electron-застосунку) - [Контриб'ютори](#контрибютори) +- [License](#license) ## Про нас From 5c5c9faf004756c5aae1633af3b3e51e5d0d1f86 Mon Sep 17 00:00:00 2001 From: Thales Euflauzino Date: Wed, 4 Sep 2024 17:16:17 -0300 Subject: [PATCH 10/19] :books: docs: add patterns of translations --- README.ru.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.ru.md b/README.ru.md index a1aaf806..3e9bca17 100644 --- a/README.ru.md +++ b/README.ru.md @@ -13,13 +13,14 @@ [![build](https://img.shields.io/github/actions/workflow/status/hydralauncher/hydra/build.yml)](https://github.com/hydralauncher/hydra/actions) [![release](https://img.shields.io/github/package-json/v/hydralauncher/hydra)](https://github.com/hydralauncher/hydra/releases) -[![be](https://img.shields.io/badge/lang-be-orange)](README.be.md) -[![en](https://img.shields.io/badge/lang-en-red.svg)](README.md) -[![pl](https://img.shields.io/badge/lang-pl-white)](README.pl.md) [![pt-BR](https://img.shields.io/badge/lang-pt--BR-green.svg)](README.pt-BR.md) +[![en](https://img.shields.io/badge/lang-en-red.svg)](README.md) +[![ru](https://img.shields.io/badge/lang-ru-yellow.svg)](README.ru.md) [![uk-UA](https://img.shields.io/badge/lang-uk--UA-blue)](README.uk-UA.md) +[![be](https://img.shields.io/badge/lang-be-orange)](README.be.md) [![es](https://img.shields.io/badge/lang-es-red)](README.es.md) [![fr](https://img.shields.io/badge/lang-fr-blue)](README.fr.md) +[![ita](https://img.shields.io/badge/lang-it-red)](README.it.md) ![Hydra Catalogue](./docs/screenshot.png) @@ -27,11 +28,12 @@ ## Содержание +- [Содержание](#содержание) - [Описание](#описание) - [Особенности](#особенности) - [Установка](#установка) -- [Вклад](#contributing) - - [Присоединяйтесь к нашему Telegram](#join-our-telegram) +- [ Вклад](#-вклад) + - [ Присоединяйтесь к нашему Telegram](#-присоединяйтесь-к-нашему-telegram) - [Форк и клонирование репозитория](#форк-и-клонирование-репозитория) - [Способы внести свой вклад](#способы-внести-свой-вклад) - [Структура проекта](#структура-проекта) @@ -47,6 +49,7 @@ - [Сборка клиента BitTorrent](#сборка-клиента-bittorrent) - [Сборка приложения Electron](#сборка-приложения-electron) - [Участники](#участники) +- [License](#license) ## Описание From 4dd80bfc6b7df0794bc463bd5accf40109f4e2ba Mon Sep 17 00:00:00 2001 From: Thales Euflauzino Date: Mon, 9 Sep 2024 20:40:16 -0300 Subject: [PATCH 11/19] :books: docs: update readme's --- README.be.md | 1 + README.es.md | 1 + README.fr.md | 1 + README.it.md | 1 + README.md | 1 + README.pl.md | 1 + README.pt-BR.md | 1 + README.ru.md | 1 + README.uk-UA.md | 1 + 9 files changed, 9 insertions(+) diff --git a/README.be.md b/README.be.md index 576d838c..2224fe99 100644 --- a/README.be.md +++ b/README.be.md @@ -20,6 +20,7 @@ [![be](https://img.shields.io/badge/lang-be-orange)](README.be.md) [![es](https://img.shields.io/badge/lang-es-red)](README.es.md) [![fr](https://img.shields.io/badge/lang-fr-blue)](README.fr.md) +[![de](https://img.shields.io/badge/lang-de-black)](README.de.md) [![ita](https://img.shields.io/badge/lang-it-red)](README.it.md) ![Hydra Catalogue](./docs/screenshot.png) diff --git a/README.es.md b/README.es.md index bf6dab63..499609b3 100644 --- a/README.es.md +++ b/README.es.md @@ -20,6 +20,7 @@ [![be](https://img.shields.io/badge/lang-be-orange)](README.be.md) [![es](https://img.shields.io/badge/lang-es-red)](README.es.md) [![fr](https://img.shields.io/badge/lang-fr-blue)](README.fr.md) +[![de](https://img.shields.io/badge/lang-de-black)](README.de.md) [![ita](https://img.shields.io/badge/lang-it-red)](README.it.md) ![Hydra Catalogue](./docs/screenshot.png) diff --git a/README.fr.md b/README.fr.md index a0d61763..ba3060e0 100644 --- a/README.fr.md +++ b/README.fr.md @@ -20,6 +20,7 @@ [![be](https://img.shields.io/badge/lang-be-orange)](README.be.md) [![es](https://img.shields.io/badge/lang-es-red)](README.es.md) [![fr](https://img.shields.io/badge/lang-fr-blue)](README.fr.md) +[![de](https://img.shields.io/badge/lang-de-black)](README.de.md) [![ita](https://img.shields.io/badge/lang-it-red)](README.it.md) ![Catalogue Hydra](./docs/screenshot.png) diff --git a/README.it.md b/README.it.md index d9cf6b69..21b3fdcf 100644 --- a/README.it.md +++ b/README.it.md @@ -20,6 +20,7 @@ [![be](https://img.shields.io/badge/lang-be-orange)](README.be.md) [![es](https://img.shields.io/badge/lang-es-red)](README.es.md) [![fr](https://img.shields.io/badge/lang-fr-blue)](README.fr.md) +[![de](https://img.shields.io/badge/lang-de-black)](README.de.md) [![ita](https://img.shields.io/badge/lang-it-red)](README.it.md) ![Hydra Catalogue](./docs/screenshot.png) diff --git a/README.md b/README.md index fc248729..5a91d23d 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ [![be](https://img.shields.io/badge/lang-be-orange)](README.be.md) [![es](https://img.shields.io/badge/lang-es-red)](README.es.md) [![fr](https://img.shields.io/badge/lang-fr-blue)](README.fr.md) +[![de](https://img.shields.io/badge/lang-de-black)](README.de.md) [![ita](https://img.shields.io/badge/lang-it-red)](README.it.md) ![Hydra Catalogue](./docs/screenshot.png) diff --git a/README.pl.md b/README.pl.md index 290dcb0e..7640b16e 100644 --- a/README.pl.md +++ b/README.pl.md @@ -20,6 +20,7 @@ [![be](https://img.shields.io/badge/lang-be-orange)](README.be.md) [![es](https://img.shields.io/badge/lang-es-red)](README.es.md) [![fr](https://img.shields.io/badge/lang-fr-blue)](README.fr.md) +[![de](https://img.shields.io/badge/lang-de-black)](README.de.md) [![ita](https://img.shields.io/badge/lang-it-red)](README.it.md) ![Hydra Catalogue](./docs/screenshot.png) diff --git a/README.pt-BR.md b/README.pt-BR.md index 2617df62..cdba83d1 100644 --- a/README.pt-BR.md +++ b/README.pt-BR.md @@ -20,6 +20,7 @@ [![be](https://img.shields.io/badge/lang-be-orange)](README.be.md) [![es](https://img.shields.io/badge/lang-es-red)](README.es.md) [![fr](https://img.shields.io/badge/lang-fr-blue)](README.fr.md) +[![de](https://img.shields.io/badge/lang-de-black)](README.de.md) [![ita](https://img.shields.io/badge/lang-it-red)](README.it.md) ![Hydra Catalogue](./docs/screenshot.png) diff --git a/README.ru.md b/README.ru.md index 3e9bca17..ee56c56b 100644 --- a/README.ru.md +++ b/README.ru.md @@ -20,6 +20,7 @@ [![be](https://img.shields.io/badge/lang-be-orange)](README.be.md) [![es](https://img.shields.io/badge/lang-es-red)](README.es.md) [![fr](https://img.shields.io/badge/lang-fr-blue)](README.fr.md) +[![de](https://img.shields.io/badge/lang-de-black)](README.de.md) [![ita](https://img.shields.io/badge/lang-it-red)](README.it.md) ![Hydra Catalogue](./docs/screenshot.png) diff --git a/README.uk-UA.md b/README.uk-UA.md index a6589a40..7802cbff 100644 --- a/README.uk-UA.md +++ b/README.uk-UA.md @@ -20,6 +20,7 @@ [![be](https://img.shields.io/badge/lang-be-orange)](README.be.md) [![es](https://img.shields.io/badge/lang-es-red)](README.es.md) [![fr](https://img.shields.io/badge/lang-fr-blue)](README.fr.md) +[![de](https://img.shields.io/badge/lang-de-black)](README.de.md) [![ita](https://img.shields.io/badge/lang-it-red)](README.it.md) ![Hydra Catalogue](./docs/screenshot.png) From 692e38cd7ed64ee188fbcde566a922e9ca627afb Mon Sep 17 00:00:00 2001 From: Thales Euflauzino <120137721+thaleseuflauzino@users.noreply.github.com> Date: Mon, 9 Sep 2024 20:53:16 -0300 Subject: [PATCH 12/19] fix: spaces after "[" --- README.pt-BR.md | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/README.pt-BR.md b/README.pt-BR.md index 5a22ab99..3d828dc0 100644 --- a/README.pt-BR.md +++ b/README.pt-BR.md @@ -30,27 +30,27 @@ ## Índice - [Índice](#índice) -- [ Sobre](#-sobre) -- [ Recursos](#-recursos) -- [ Instalação](#-instalação) -- [ Contribuindo](#-contribuindo) - - [ Junte-se ao nosso Telegram](#-junte-se-ao-nosso-telegram) - - [ Fork e clone o seu repositório](#-fork-e-clone-o-seu-repositório) - - [ Formas de contribuir](#-formas-de-contribuir) - - [ Estrutura do Projeto](#-estrutura-do-projeto) -- [ Compile a partir do código-fonte](#-compile-a-partir-do-código-fonte) - - [ Instale Node.js](#-instale-nodejs) - - [ Instale Yarn](#-instale-yarn) - - [ Instale Dependencias do Node](#-instale-dependencias-do-node) - - [ Instale Python 3.9](#-instale-python-39) - - [ Instale Python Dependencies](#-instale-python-dependencies) -- [ Environment variables](#-environment-variables) -- [ Running](#-running) -- [ Build](#-build) - - [ Build the bittorrent client](#-build-the-bittorrent-client) - - [ Build the Electron application](#-build-the-electron-application) -- [ Contributors](#-contributors) -- [ Licença](#-licença) +- [Sobre](#-sobre) +- [Recursos](#-recursos) +- [Instalação](#-instalação) +- [Contribuindo](#-contribuindo) + - [Junte-se ao nosso Telegram](#-junte-se-ao-nosso-telegram) + - [Fork e clone o seu repositório](#-fork-e-clone-o-seu-repositório) + - [Formas de contribuir](#-formas-de-contribuir) + - [Estrutura do Projeto](#-estrutura-do-projeto) +- [Compile a partir do código-fonte](#-compile-a-partir-do-código-fonte) + - [Instale Node.js](#-instale-nodejs) + - [Instale Yarn](#-instale-yarn) + - [Instale Dependencias do Node](#-instale-dependencias-do-node) + - [Instale Python 3.9](#-instale-python-39) + - [Instale Python Dependencies](#-instale-python-dependencies) +- [Environment variables](#-environment-variables) +- [Running](#-running) +- [Build](#-build) + - [Build the bittorrent client](#-build-the-bittorrent-client) + - [Build the Electron application](#-build-the-electron-application) +- [Contributors](#-contributors) +- [Licença](#-licença) ## Sobre From ae9111975b6bfef597cc4e4985ad21f50ffb3188 Mon Sep 17 00:00:00 2001 From: Thales Euflauzino <120137721+thaleseuflauzino@users.noreply.github.com> Date: Mon, 9 Sep 2024 20:54:00 -0300 Subject: [PATCH 13/19] fix: spaces after "[" --- README.be.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.be.md b/README.be.md index ce8646a2..5dfadf5d 100644 --- a/README.be.md +++ b/README.be.md @@ -33,8 +33,8 @@ - [Апісанне](#апісанне) - [Асаблівасці](#асаблівасці) - [Усталёўка](#усталёўка) -- [ Уклад](#-уклад) - - [ Далучайцеся да нашага Telegram](#-далучайцеся-да-нашага-telegram) +- [Уклад](#-уклад) + - [Далучайцеся да нашага Telegram](#-далучайцеся-да-нашага-telegram) - [Форк і кланаванне рэпазітара](#форк-і-кланаванне-рэпазітара) - [Спосабы ўнесці свой уклад](#спосабы-ўнесці-свой-уклад) - [Структура праекту](#структура-праекту) From ffdbf755f9fbab4052e13cbdcad8af61d90a30b4 Mon Sep 17 00:00:00 2001 From: Thales Euflauzino <120137721+thaleseuflauzino@users.noreply.github.com> Date: Mon, 9 Sep 2024 20:55:22 -0300 Subject: [PATCH 14/19] fix: spaces after "[" --- README.it.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.it.md b/README.it.md index 21b3fdcf..678febac 100644 --- a/README.it.md +++ b/README.it.md @@ -33,8 +33,8 @@ - [A proposito](#a-proposito) - [Caratteristiche](#caratteristiche) - [Installazione](#installazione) -- [ Contribuire](#-contribuire) - - [ Unisciti su Telegram](#-unisciti-su-telegram) +- [Contribuire](#-contribuire) + - [Unisciti su Telegram](#-unisciti-su-telegram) - [Forka e Clona la repository](#forka-e-clona-la-repository) - [Modi in cui contribuire](#modi-in-cui-contribuire) - [Struttura del Progetto](#struttura-del-progetto) From f6f304ef6f9690f2f08edac9a72929af69a9b506 Mon Sep 17 00:00:00 2001 From: Thales Euflauzino <120137721+thaleseuflauzino@users.noreply.github.com> Date: Mon, 9 Sep 2024 20:55:48 -0300 Subject: [PATCH 15/19] fix: spaces after "[" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03f34321..f76da369 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ - [About](#about) - [Features](#features) - [Installation](#installation) -- [ Contributing](#-contributing) - - [ Join our Telegram](#-join-our-telegram) +- [Contributing](#-contributing) + - [Join our Telegram](#-join-our-telegram) - [Fork and clone your repository](#fork-and-clone-your-repository) - [Ways you can contribute](#ways-you-can-contribute) - [Project Structure](#project-structure) From c311cc3fb696d2a89a4a322c0b69c85202d57422 Mon Sep 17 00:00:00 2001 From: Thales Euflauzino <120137721+thaleseuflauzino@users.noreply.github.com> Date: Mon, 9 Sep 2024 20:56:12 -0300 Subject: [PATCH 16/19] fix: spaces after "[" --- README.pl.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.pl.md b/README.pl.md index 0033e223..a4a65630 100644 --- a/README.pl.md +++ b/README.pl.md @@ -33,8 +33,8 @@ - [O nas](#o-nas) - [Cechy](#cechy) - [Instalacja](#instalacja) -- [ Dokonaj wpłaty](#-dokonaj-wpłaty) - - [ Dołącz do naszego kanału Telegram](#-dołącz-do-naszego-kanału-telegram) +- [Dokonaj wpłaty](#-dokonaj-wpłaty) + - [Dołącz do naszego kanału Telegram](#-dołącz-do-naszego-kanału-telegram) - [Rozwidlenie i sklonowanie repozytorium](#rozwidlenie-i-sklonowanie-repozytorium) - [Jak możesz pomóc](#jak-możesz-pomóc) - [Struktura projektu](#struktura-projektu) From 57a43c6358b1fa4ecedba5b6670b5c86df0b3395 Mon Sep 17 00:00:00 2001 From: Thales Euflauzino <120137721+thaleseuflauzino@users.noreply.github.com> Date: Mon, 9 Sep 2024 20:57:01 -0300 Subject: [PATCH 17/19] fix: spaces after "[" --- README.ru.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.ru.md b/README.ru.md index 649bcc68..409681a0 100644 --- a/README.ru.md +++ b/README.ru.md @@ -33,8 +33,8 @@ - [Описание](#описание) - [Особенности](#особенности) - [Установка](#установка) -- [ Вклад](#-вклад) - - [ Присоединяйтесь к нашему Telegram](#-присоединяйтесь-к-нашему-telegram) +- [Вклад](#-вклад) + - [Присоединяйтесь к нашему Telegram](#-присоединяйтесь-к-нашему-telegram) - [Форк и клонирование репозитория](#форк-и-клонирование-репозитория) - [Способы внести свой вклад](#способы-внести-свой-вклад) - [Структура проекта](#структура-проекта) From 46ee202b7cbbe6d2b58a4848fa786362732bb249 Mon Sep 17 00:00:00 2001 From: Thales Euflauzino <120137721+thaleseuflauzino@users.noreply.github.com> Date: Mon, 9 Sep 2024 20:57:21 -0300 Subject: [PATCH 18/19] fix: spaces after "[" --- README.uk-UA.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.uk-UA.md b/README.uk-UA.md index bc60c235..251f9e11 100644 --- a/README.uk-UA.md +++ b/README.uk-UA.md @@ -33,8 +33,8 @@ - [Про нас](#про-нас) - [Функції](#функції) - [Встановлення](#встановлення) -- [ Зробити свій внесок](#-зробити-свій-внесок) - - [ Приєднуйтесь до нашого Telegram](#-приєднуйтесь-до-нашого-telegram) +- [Зробити свій внесок](#-зробити-свій-внесок) + - [Приєднуйтесь до нашого Telegram](#-приєднуйтесь-до-нашого-telegram) - [Форк і клонування вашого репозиторію](#форк-і-клонування-вашого-репозиторію) - [Як ви можете зробити свій внесок](#як-ви-можете-зробити-свій-внесок) - [Структура проекту](#структура-проекту) From 69c39fe6c40d618de0edde9bff7f5bef04ff98ad Mon Sep 17 00:00:00 2001 From: Thales Euflauzino <120137721+thaleseuflauzino@users.noreply.github.com> Date: Mon, 9 Sep 2024 20:57:44 -0300 Subject: [PATCH 19/19] fix: spaces after "[" --- README.es.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.es.md b/README.es.md index e7b84815..50fecb2b 100644 --- a/README.es.md +++ b/README.es.md @@ -33,8 +33,8 @@ - [Acerca de](#acerca-de) - [Caracteristicas](#caracteristicas) - [Instalacion](#instalacion) -- [ Contribuir](#-contribuir) - - [ Unete a nuestro Telegram](#-unete-a-nuestro-telegram) +- [Contribuir](#-contribuir) + - [Unete a nuestro Telegram](#-unete-a-nuestro-telegram) - [Haz un fork y clona tu repositorio](#haz-un-fork-y-clona-tu-repositorio) - [Maneras en las que puedes contribuir](#maneras-en-las-que-puedes-contribuir) - [Estructura del proyecto](#estructura-del-proyecto)