ci: adding commitlint to lint.yml

This commit is contained in:
Hydra 2024-05-13 00:54:48 +01:00
parent 5da39a2ffa
commit c9070bfdaf
No known key found for this signature in database
7 changed files with 530 additions and 528 deletions

View file

@ -18,6 +18,10 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: yarn run: yarn
- name: Validate current commit (last commit) with commitlint
if: github.event_name == 'push'
run: npx commitlint --last --verbose
- name: Check formatting - name: Check formatting
run: yarn format:check run: yarn format:check

View file

@ -2,7 +2,7 @@
<div align="center"> <div align="center">
[<img src="./resources/icon.png" width="144"/>](https://hydralauncher.site) [<img src="./resources/icon.png" width="144"/>](https://hydralauncher.site)
<h1 align="center">Hydra Launcher</h1> <h1 align="center">Hydra Launcher</h1>
@ -10,15 +10,15 @@
<strong>Hydra é um Launcher de Jogos com seu próprio cliente de bittorrent integrado e um wrapper autogerenciado para busca de repacks.</strong> <strong>Hydra é um Launcher de Jogos com seu próprio cliente de bittorrent integrado e um wrapper autogerenciado para busca de repacks.</strong>
</p> </p>
[![build](https://img.shields.io/github/actions/workflow/status/hydralauncher/hydra/build.yml)](https://github.com/hydralauncher/hydra/actions) [![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) [![release](https://img.shields.io/github/package-json/v/hydralauncher/hydra)](https://github.com/hydralauncher/hydra/releases)
[![pt-BR](https://img.shields.io/badge/lang-pt--BR-green.svg)](README.pt-BR.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) [![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) [![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) [![uk-UA](https://img.shields.io/badge/lang-uk--UA-blue)](README.uk-UA.md)
![Hydra Catalogue](./docs/screenshot.png) ![Hydra Catalogue](./docs/screenshot.png)
</div> </div>

View file

@ -2,7 +2,7 @@
<div align="center"> <div align="center">
[<img src="./resources/icon.png" width="144"/>](https://hydralauncher.site) [<img src="./resources/icon.png" width="144"/>](https://hydralauncher.site)
<h1 align="center">Hydra Launcher</h1> <h1 align="center">Hydra Launcher</h1>
@ -10,15 +10,15 @@
<strong>Hydra - это игровой лаунчер с собственным встроенным клиентом BitTorrent и самостоятельным scraper`ом для репаков.</strong> <strong>Hydra - это игровой лаунчер с собственным встроенным клиентом BitTorrent и самостоятельным scraper`ом для репаков.</strong>
</p> </p>
[![build](https://img.shields.io/github/actions/workflow/status/hydralauncher/hydra/build.yml)](https://github.com/hydralauncher/hydra/actions) [![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) [![release](https://img.shields.io/github/package-json/v/hydralauncher/hydra)](https://github.com/hydralauncher/hydra/releases)
[![pt-BR](https://img.shields.io/badge/lang-pt--BR-green.svg)](README.pt-BR.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) [![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) [![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) [![uk-UA](https://img.shields.io/badge/lang-uk--UA-blue)](README.uk-UA.md)
![Hydra Catalogue](./docs/screenshot.png) ![Hydra Catalogue](./docs/screenshot.png)
</div> </div>
@ -67,8 +67,8 @@
Чтобы установить, выполните следующие шаги: Чтобы установить, выполните следующие шаги:
1. Скачайте последнюю версию Hydra с [страницы релизов](https://github.com/hydralauncher/hydra/releases/latest). 1. Скачайте последнюю версию Hydra с [страницы релизов](https://github.com/hydralauncher/hydra/releases/latest).
- Загрузите только .exe, если хотите установить Hydra на Windows. - Загрузите только .exe, если хотите установить Hydra на Windows.
- Загрузите .deb или .rpm или .zip, если хотите установить Hydra на Linux (в зависимости от вашего дистрибутива Linux). - Загрузите .deb или .rpm или .zip, если хотите установить Hydra на Linux (в зависимости от вашего дистрибутива Linux).
2. Запустите скачанный файл. 2. Запустите скачанный файл.
3. Наслаждайтесь Hydra! 3. Наслаждайтесь Hydra!

View file

@ -2,7 +2,7 @@
<div align="center"> <div align="center">
[<img src="./resources/icon.png" width="144"/>](https://hydralauncher.site) [<img src="./resources/icon.png" width="144"/>](https://hydralauncher.site)
<h1 align="center">Hydra Launcher</h1> <h1 align="center">Hydra Launcher</h1>
@ -10,15 +10,15 @@
<strong>Hydra - це ігровий лаунчер з власним вбудованим bittorrent-клієнтом і самокерованим збирачем репаків.</strong> <strong>Hydra - це ігровий лаунчер з власним вбудованим bittorrent-клієнтом і самокерованим збирачем репаків.</strong>
</p> </p>
[![build](https://img.shields.io/github/actions/workflow/status/hydralauncher/hydra/build.yml)](https://github.com/hydralauncher/hydra/actions) [![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) [![release](https://img.shields.io/github/package-json/v/hydralauncher/hydra)](https://github.com/hydralauncher/hydra/releases)
[![pt-BR](https://img.shields.io/badge/lang-pt--BR-green.svg)](README.pt-BR.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) [![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) [![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) [![uk-UA](https://img.shields.io/badge/lang-uk--UA-blue)](README.uk-UA.md)
![Hydra Catalogue](./docs/screenshot.png) ![Hydra Catalogue](./docs/screenshot.png)
</div> </div>

View file

@ -1,175 +1,174 @@
{ {
"home": { "home": {
"featured": "Uitgelicht", "featured": "Uitgelicht",
"recently_added": "Recent Toegevoegd", "recently_added": "Recent Toegevoegd",
"trending": "Trending", "trending": "Trending",
"surprise_me": "Verrasing", "surprise_me": "Verrasing",
"no_results": "Geen resultaten gevonden" "no_results": "Geen resultaten gevonden"
}, },
"sidebar": { "sidebar": {
"catalogue": "catalogus", "catalogue": "catalogus",
"downloads": "Downloads", "downloads": "Downloads",
"settings": "Instellingen", "settings": "Instellingen",
"my_library": "Mijn Bibliotheek", "my_library": "Mijn Bibliotheek",
"downloading_metadata": "{{title}} (Downloading metadata…)", "downloading_metadata": "{{title}} (Downloading metadata…)",
"checking_files": "{{title}} ({{percentage}} - Folders checken…)", "checking_files": "{{title}} ({{percentage}} - Folders checken…)",
"paused": "{{title}} (Gepauzeerd)", "paused": "{{title}} (Gepauzeerd)",
"downloading": "{{title}} ({{percentage}} - Downloading…)", "downloading": "{{title}} ({{percentage}} - Downloading…)",
"filter": "Filter Bibliotheek", "filter": "Filter Bibliotheek",
"follow_us": "volg ons", "follow_us": "volg ons",
"home": "Home", "home": "Home",
"discord": "Volg onze Discord", "discord": "Volg onze Discord",
"telegram": "Volg onze Telegram", "telegram": "Volg onze Telegram",
"x": "Volg ons op X", "x": "Volg ons op X",
"github": "Contribute op GitHub" "github": "Contribute op GitHub"
}, },
"header": { "header": {
"search": "Zoek spellen", "search": "Zoek spellen",
"home": "Home", "home": "Home",
"catalogue": "Bibliotheek", "catalogue": "Bibliotheek",
"downloads": "Downloads", "downloads": "Downloads",
"search_results": "Zoek resultaten", "search_results": "Zoek resultaten",
"settings": "Instellingen" "settings": "Instellingen"
}, },
"bottom_panel": { "bottom_panel": {
"no_downloads_in_progress": "Geen Downloads bezig", "no_downloads_in_progress": "Geen Downloads bezig",
"downloading_metadata": "Downloading {{title}} metadata…", "downloading_metadata": "Downloading {{title}} metadata…",
"checking_files": "Checking {{title}} files… ({{percentage}} complete)", "checking_files": "Checking {{title}} files… ({{percentage}} complete)",
"downloading": "Downloading {{title}}… ({{percentage}} complete) - Conclusion {{eta}} - {{speed}}" "downloading": "Downloading {{title}}… ({{percentage}} complete) - Conclusion {{eta}} - {{speed}}"
}, },
"catalogue": { "catalogue": {
"next_page": "Volgende Pagina", "next_page": "Volgende Pagina",
"previous_page": "Vorige Pagina" "previous_page": "Vorige Pagina"
}, },
"game_details": { "game_details": {
"open_download_options": "Open download Instellingen", "open_download_options": "Open download Instellingen",
"download_options_zero": "Geen download Instellingen", "download_options_zero": "Geen download Instellingen",
"download_options_one": "{{count}} download Instellingen", "download_options_one": "{{count}} download Instellingen",
"download_options_other": "{{count}} download Instellingen", "download_options_other": "{{count}} download Instellingen",
"updated_at": "Geupdate {{updated_at}}", "updated_at": "Geupdate {{updated_at}}",
"install": "Instaleer", "install": "Instaleer",
"resume": "Verder gaan", "resume": "Verder gaan",
"pause": "Pauze", "pause": "Pauze",
"cancel": "Stoppen", "cancel": "Stoppen",
"remove": "Verwijderen", "remove": "Verwijderen",
"remove_from_list": "Verwijdere van lijst", "remove_from_list": "Verwijdere van lijst",
"space_left_on_disk": "{{space}} Over op schijf", "space_left_on_disk": "{{space}} Over op schijf",
"eta": "Conclusie {{eta}}", "eta": "Conclusie {{eta}}",
"downloading_metadata": "Downloading metadata…", "downloading_metadata": "Downloading metadata…",
"checking_files": "Files nakijken…", "checking_files": "Files nakijken…",
"filter": "Filter repacks", "filter": "Filter repacks",
"requirements": "Systeem vereisten", "requirements": "Systeem vereisten",
"minimum": "Minimaal", "minimum": "Minimaal",
"recommended": "Aanbevolen", "recommended": "Aanbevolen",
"no_minimum_requirements": "{{title}} biedt geen informatie over de minimale vereisten", "no_minimum_requirements": "{{title}} biedt geen informatie over de minimale vereisten",
"no_recommended_requirements": "{{title}} biedt geen informatie over aanbevolen vereisten", "no_recommended_requirements": "{{title}} biedt geen informatie over aanbevolen vereisten",
"paused_progress": "{{progress}} (Paused)", "paused_progress": "{{progress}} (Paused)",
"release_date": "Uitgebracht op {{date}}", "release_date": "Uitgebracht op {{date}}",
"publisher": "Gepubliceerd door {{publisher}}", "publisher": "Gepubliceerd door {{publisher}}",
"copy_link_to_clipboard": "Kopieer link", "copy_link_to_clipboard": "Kopieer link",
"copied_link_to_clipboard": "Link Gekopieerd", "copied_link_to_clipboard": "Link Gekopieerd",
"hours": "uren", "hours": "uren",
"minutes": "minuten", "minutes": "minuten",
"amount_hours": "{{amount}} uren", "amount_hours": "{{amount}} uren",
"amount_minutes": "{{amount}} minuten", "amount_minutes": "{{amount}} minuten",
"accuracy": "{{accuracy}}% nauwkeurigheid", "accuracy": "{{accuracy}}% nauwkeurigheid",
"add_to_library": "Toevoegen aan bibliotheek", "add_to_library": "Toevoegen aan bibliotheek",
"remove_from_library": "Verwijderen uit bibliotheek", "remove_from_library": "Verwijderen uit bibliotheek",
"no_downloads": "Geen downloads beschikbaar", "no_downloads": "Geen downloads beschikbaar",
"play_time": "Voor gespeeld {{amount}}", "play_time": "Voor gespeeld {{amount}}",
"last_time_played": "Laatst gespeeld {{period}}", "last_time_played": "Laatst gespeeld {{period}}",
"not_played_yet": "Je hebt nog niet gespeeld {{title}}", "not_played_yet": "Je hebt nog niet gespeeld {{title}}",
"next_suggestion": "Volgende suggestie", "next_suggestion": "Volgende suggestie",
"play": "Speel", "play": "Speel",
"deleting": "Installatieprogramma verwijderen…", "deleting": "Installatieprogramma verwijderen…",
"close": "Sluiten", "close": "Sluiten",
"playing_now": "Speel nu", "playing_now": "Speel nu",
"change": "Verander", "change": "Verander",
"repacks_modal_description": "Kies de herverpakking die u wilt downloaden", "repacks_modal_description": "Kies de herverpakking die u wilt downloaden",
"downloads_path": "Downloads path", "downloads_path": "Downloads path",
"select_folder_hint": "Om de standaardmap te wijzigen, gaat u naar <0>instellingen</0>", "select_folder_hint": "Om de standaardmap te wijzigen, gaat u naar <0>instellingen</0>",
"download_now": "Download nu", "download_now": "Download nu",
"installation_instructions": "Installatie instructies", "installation_instructions": "Installatie instructies",
"installation_instructions_description": "Er zijn extra stappen vereist om deze game te installeren", "installation_instructions_description": "Er zijn extra stappen vereist om deze game te installeren",
"online_fix_instruction": "OnlineFix-spellen vereisen dat een wachtwoord wordt uitgepakt. Gebruik indien nodig het volgende wachtwoord:", "online_fix_instruction": "OnlineFix-spellen vereisen dat een wachtwoord wordt uitgepakt. Gebruik indien nodig het volgende wachtwoord:",
"dodi_installation_instruction": "Wanneer u het DODI-installatieprogramma opent, drukt u op de toets omhoog <0 /> op uw toetsenbord om het installatieproces te starten:", "dodi_installation_instruction": "Wanneer u het DODI-installatieprogramma opent, drukt u op de toets omhoog <0 /> op uw toetsenbord om het installatieproces te starten:",
"dont_show_it_again": "Laat het niet meer zien", "dont_show_it_again": "Laat het niet meer zien",
"copy_to_clipboard": "Kopiëren", "copy_to_clipboard": "Kopiëren",
"copied_to_clipboard": "Gekopieerd", "copied_to_clipboard": "Gekopieerd",
"got_it": "Begrepen" "got_it": "Begrepen"
}, },
"activation": { "activation": {
"title": "Activeer Hydra", "title": "Activeer Hydra",
"installation_id": "Installatie-ID:", "installation_id": "Installatie-ID:",
"enter_activation_code": "Voer uw activatiecode in", "enter_activation_code": "Voer uw activatiecode in",
"message": "Als je niet weet waar je dit moet vragen, dan moet je dit niet hebben.", "message": "Als je niet weet waar je dit moet vragen, dan moet je dit niet hebben.",
"activate": "Activeren", "activate": "Activeren",
"loading": "Bezig met laden…" "loading": "Bezig met laden…"
}, },
"downloads": { "downloads": {
"resume": "Hervatten", "resume": "Hervatten",
"pause": "Pauze", "pause": "Pauze",
"eta": "Conclusie{{eta}}", "eta": "Conclusie{{eta}}",
"paused": "Gepauzeerd", "paused": "Gepauzeerd",
"verifying": "Verifiëren…", "verifying": "Verifiëren…",
"completed_at": "Voltooid binnen {{date}}", "completed_at": "Voltooid binnen {{date}}",
"completed": "Voltooid", "completed": "Voltooid",
"cancelled": "Geannuleerd", "cancelled": "Geannuleerd",
"download_again": "Opnieuw downloaden", "download_again": "Opnieuw downloaden",
"cancel": "Annuleren", "cancel": "Annuleren",
"filter": "Filter gedownloade games", "filter": "Filter gedownloade games",
"remove": "Verwijderen", "remove": "Verwijderen",
"downloading_metadata": "Metagegevens downloaden", "downloading_metadata": "Metagegevens downloaden",
"checking_files": "Bestanden controleren", "checking_files": "Bestanden controleren",
"starting_download": "download starten", "starting_download": "download starten",
"deleting": "Installatieprogramma verwijderen…", "deleting": "Installatieprogramma verwijderen…",
"delete": "Installatieprogramma verwijderen", "delete": "Installatieprogramma verwijderen",
"remove_from_list": "Verwijderen", "remove_from_list": "Verwijderen",
"delete_modal_title": "Weet je het zeker?", "delete_modal_title": "Weet je het zeker?",
"delete_modal_description": "Hiermee worden alle installatiebestanden van uw computer verwijderd", "delete_modal_description": "Hiermee worden alle installatiebestanden van uw computer verwijderd",
"install": "Installeren", "install": "Installeren",
"real_debrid": "Real Debrid", "real_debrid": "Real Debrid",
"torrent": "Torrent" "torrent": "Torrent"
}, },
"settings": { "settings": {
"downloads_path": "Downloadpad", "downloads_path": "Downloadpad",
"change": "Update", "change": "Update",
"notifications": "Meldingen", "notifications": "Meldingen",
"enable_download_notifications": "Wanneer een download voltooid is", "enable_download_notifications": "Wanneer een download voltooid is",
"enable_repack_list_notifications": "Wanneer een nieuwe herverpakking wordt toegevoegd", "enable_repack_list_notifications": "Wanneer een nieuwe herverpakking wordt toegevoegd",
"telemetry": "Telemetrie", "telemetry": "Telemetrie",
"telemetry_description": "Schakel anonieme gebruiksstatistieken in", "telemetry_description": "Schakel anonieme gebruiksstatistieken in",
"real_debrid_api_token_description": "Real Debrid API token", "real_debrid_api_token_description": "Real Debrid API token",
"quit_app_instead_hiding": "Sluit Hydra af in plaats van te minimaliseren naar de lade", "quit_app_instead_hiding": "Sluit Hydra af in plaats van te minimaliseren naar de lade",
"launch_with_system": "Start Hydra bij het opstarten van het systeem", "launch_with_system": "Start Hydra bij het opstarten van het systeem",
"general": "Algemeen", "general": "Algemeen",
"behavior": "Gedrag", "behavior": "Gedrag",
"enable_real_debrid": "Enable Real Debrid", "enable_real_debrid": "Enable Real Debrid",
"real_debrid": "Real Debrid", "real_debrid": "Real Debrid",
"real_debrid_api_token_hint": "U kunt uw API-sleutel <0>hier</0> verkrijgen.", "real_debrid_api_token_hint": "U kunt uw API-sleutel <0>hier</0> verkrijgen.",
"save_changes": "Wijzigingen opslaan" "save_changes": "Wijzigingen opslaan"
}, },
"notifications": { "notifications": {
"download_complete": "Download compleet", "download_complete": "Download compleet",
"game_ready_to_install": "{{title}} is klaar om te installeren", "game_ready_to_install": "{{title}} is klaar om te installeren",
"repack_list_updated": "Herpaklijst bijgewerkt", "repack_list_updated": "Herpaklijst bijgewerkt",
"repack_count_one": "{{count}} herverpakking toegevoegd", "repack_count_one": "{{count}} herverpakking toegevoegd",
"repack_count_other": "{{count}} herverpakkingen toegevoegd" "repack_count_other": "{{count}} herverpakkingen toegevoegd"
}, },
"system_tray": { "system_tray": {
"open": "Open Hydra", "open": "Open Hydra",
"quit": "Verlaten" "quit": "Verlaten"
}, },
"game_card": { "game_card": {
"no_downloads": "Geen downloads beschikbaar" "no_downloads": "Geen downloads beschikbaar"
}, },
"binary_not_found_modal": { "binary_not_found_modal": {
"title": "Programma's niet geïnstalleerd", "title": "Programma's niet geïnstalleerd",
"description": "Er zijn geen uitvoerbare bestanden van Wine of Lutris gevonden op uw systeem", "description": "Er zijn geen uitvoerbare bestanden van Wine of Lutris gevonden op uw systeem",
"instructions": "Controleer de juiste manier om ze op je Linux-distro te installeren, zodat de game normaal kan werken" "instructions": "Controleer de juiste manier om ze op je Linux-distro te installeren, zodat de game normaal kan werken"
}, },
"modal": { "modal": {
"close": "Knop Sluiten" "close": "Knop Sluiten"
}
} }
}

View file

@ -1,165 +1,164 @@
{ {
"home": { "home": {
"featured": "Öne çıkan", "featured": "Öne çıkan",
"recently_added": "Son eklenen", "recently_added": "Son eklenen",
"trending": "Popüler", "trending": "Popüler",
"surprise_me": "Şaşırt beni", "surprise_me": "Şaşırt beni",
"no_results": "Sonuç bulunamadı" "no_results": "Sonuç bulunamadı"
}, },
"sidebar": { "sidebar": {
"catalogue": "Katalog", "catalogue": "Katalog",
"downloads": "İndirmeler", "downloads": "İndirmeler",
"settings": "Ayarlar", "settings": "Ayarlar",
"my_library": "Kütüphane", "my_library": "Kütüphane",
"downloading_metadata": "{{title}} (Metadata indiriliyor…)", "downloading_metadata": "{{title}} (Metadata indiriliyor…)",
"checking_files": "{{title}} ({{percentage}} - Dosyalar kontrol ediliyor…)", "checking_files": "{{title}} ({{percentage}} - Dosyalar kontrol ediliyor…)",
"paused": "{{title}} (Duraklatıldı)", "paused": "{{title}} (Duraklatıldı)",
"downloading": "{{title}} ({{percentage}} - İndiriliyor…)", "downloading": "{{title}} ({{percentage}} - İndiriliyor…)",
"filter": "Kütüphaneyi filtrele", "filter": "Kütüphaneyi filtrele",
"follow_us": "Bizi takip et", "follow_us": "Bizi takip et",
"home": "Ana menü", "home": "Ana menü",
"discord": "Discord'umuza katıl", "discord": "Discord'umuza katıl",
"telegram": "Telegram'umuza katıl", "telegram": "Telegram'umuza katıl",
"x": "X'te bizi takip et", "x": "X'te bizi takip et",
"github": "GitHub'da bize katkı yap" "github": "GitHub'da bize katkı yap"
}, },
"header": { "header": {
"search": "Ara", "search": "Ara",
"home": "Ana menü", "home": "Ana menü",
"catalogue": "Katalog", "catalogue": "Katalog",
"downloads": "İndirmeler", "downloads": "İndirmeler",
"search_results": "Arama sonuçları", "search_results": "Arama sonuçları",
"settings": "Ayarlar" "settings": "Ayarlar"
}, },
"bottom_panel": { "bottom_panel": {
"no_downloads_in_progress": "İndirilen bir şey yok", "no_downloads_in_progress": "İndirilen bir şey yok",
"downloading_metadata": "{{title}} metadatası indiriliyor…", "downloading_metadata": "{{title}} metadatası indiriliyor…",
"checking_files": "{{title}} dosyaları kontrol ediliyor… ({{percentage}} tamamlandı)", "checking_files": "{{title}} dosyaları kontrol ediliyor… ({{percentage}} tamamlandı)",
"downloading": "{{title}} indiriliyor… ({{percentage}} tamamlandı) - Bitiş {{eta}} - {{speed}}" "downloading": "{{title}} indiriliyor… ({{percentage}} tamamlandı) - Bitiş {{eta}} - {{speed}}"
}, },
"catalogue": { "catalogue": {
"next_page": "Sonraki sayfa", "next_page": "Sonraki sayfa",
"previous_page": "Önceki sayfa" "previous_page": "Önceki sayfa"
}, },
"game_details": { "game_details": {
"open_download_options": "İndirme seçeneklerini aç", "open_download_options": "İndirme seçeneklerini aç",
"download_options_zero": "İndirme seçeneği yok", "download_options_zero": "İndirme seçeneği yok",
"download_options_one": "{{count}} indirme seçeneği", "download_options_one": "{{count}} indirme seçeneği",
"download_options_other": "{{count}} indirme seçeneği", "download_options_other": "{{count}} indirme seçeneği",
"updated_at": "{{updated_at}} güncellendi", "updated_at": "{{updated_at}} güncellendi",
"install": "İndir", "install": "İndir",
"resume": "Devam et", "resume": "Devam et",
"pause": "Duraklat", "pause": "Duraklat",
"cancel": "İptal et", "cancel": "İptal et",
"remove": "Sil", "remove": "Sil",
"remove_from_list": "Sil", "remove_from_list": "Sil",
"space_left_on_disk": "Diskte {{space}} yer kaldı", "space_left_on_disk": "Diskte {{space}} yer kaldı",
"eta": "Bitiş {{eta}}", "eta": "Bitiş {{eta}}",
"downloading_metadata": "Metadata indiriliyor…", "downloading_metadata": "Metadata indiriliyor…",
"checking_files": "Dosyalar kontrol ediliyor…", "checking_files": "Dosyalar kontrol ediliyor…",
"filter": "Repackleri filtrele", "filter": "Repackleri filtrele",
"requirements": "Sistem gereksinimleri", "requirements": "Sistem gereksinimleri",
"minimum": "Minimum", "minimum": "Minimum",
"recommended": "Önerilen", "recommended": "Önerilen",
"no_minimum_requirements": "{{title}} minimum sistem gereksinim bilgilerini karşılamıyor", "no_minimum_requirements": "{{title}} minimum sistem gereksinim bilgilerini karşılamıyor",
"no_recommended_requirements": "{{title}} önerilen sistem gereksinim bilgilerini karşılamıyor", "no_recommended_requirements": "{{title}} önerilen sistem gereksinim bilgilerini karşılamıyor",
"paused_progress": "{{progress}} (Duraklatıldı)", "paused_progress": "{{progress}} (Duraklatıldı)",
"release_date": "{{date}} tarihinde çıktı", "release_date": "{{date}} tarihinde çıktı",
"publisher": "{{publisher}} tarihinde yayınlandı", "publisher": "{{publisher}} tarihinde yayınlandı",
"copy_link_to_clipboard": "Link'i kopyala", "copy_link_to_clipboard": "Link'i kopyala",
"copied_link_to_clipboard": "Link kopyalandı", "copied_link_to_clipboard": "Link kopyalandı",
"hours": "saatler", "hours": "saatler",
"minutes": "dakikalar", "minutes": "dakikalar",
"amount_hours": "{{amount}} saat", "amount_hours": "{{amount}} saat",
"amount_minutes": "{{amount}} dakika", "amount_minutes": "{{amount}} dakika",
"accuracy": "%{{accuracy}} doğruluk", "accuracy": "%{{accuracy}} doğruluk",
"add_to_library": "Kütüphaneye ekle", "add_to_library": "Kütüphaneye ekle",
"remove_from_library": "Kütüphaneden kaldır", "remove_from_library": "Kütüphaneden kaldır",
"no_downloads": "İndirme yok", "no_downloads": "İndirme yok",
"play_time": "{{amount}} oynandı", "play_time": "{{amount}} oynandı",
"last_time_played": "Son oynanan {{period}}", "last_time_played": "Son oynanan {{period}}",
"not_played_yet": "Bu {{title}} hiç oynanmadı", "not_played_yet": "Bu {{title}} hiç oynanmadı",
"next_suggestion": "Sıradaki öneri", "next_suggestion": "Sıradaki öneri",
"play": "Oyna", "play": "Oyna",
"deleting": "Installer siliniyor…", "deleting": "Installer siliniyor…",
"close": "Kapat", "close": "Kapat",
"playing_now": "Şimdi oynanıyor", "playing_now": "Şimdi oynanıyor",
"change": "Değiştir", "change": "Değiştir",
"repacks_modal_description": "İndirmek istediğiiniz repacki seçin", "repacks_modal_description": "İndirmek istediğiiniz repacki seçin",
"downloads_path": "İndirme yolu", "downloads_path": "İndirme yolu",
"select_folder_hint": "Varsayılan klasörü değiştirmek için ulaşmanız gereken ayar", "select_folder_hint": "Varsayılan klasörü değiştirmek için ulaşmanız gereken ayar",
"settings": "Ayarlar", "settings": "Ayarlar",
"download_now": "Şimdi", "download_now": "Şimdi",
"installation_instructions": "Kurulum", "installation_instructions": "Kurulum",
"installation_instructions_description": "Bu oyunu kurmak için ek adımlar gerekiyor", "installation_instructions_description": "Bu oyunu kurmak için ek adımlar gerekiyor",
"online_fix_instruction": "OnlineFix oyunlarını ayıklamak için parola gerekiyor. Gerekli olduğunda bu parolayı kullanın:", "online_fix_instruction": "OnlineFix oyunlarını ayıklamak için parola gerekiyor. Gerekli olduğunda bu parolayı kullanın:",
"dodi_installation_instruction": "Dodi installerını açtığınızda, kurulumu başlatmak için bu tuşa basın <0 />:", "dodi_installation_instruction": "Dodi installerını açtığınızda, kurulumu başlatmak için bu tuşa basın <0 />:",
"dont_show_it_again": "Tekrar gösterme", "dont_show_it_again": "Tekrar gösterme",
"copy_to_clipboard": "Kopyala", "copy_to_clipboard": "Kopyala",
"copied_to_clipboard": "Kopyalandı", "copied_to_clipboard": "Kopyalandı",
"got_it": "Tamam" "got_it": "Tamam"
}, },
"activation": { "activation": {
"title": "Hydra'yı aktif et", "title": "Hydra'yı aktif et",
"installation_id": "Kurulum ID'si:", "installation_id": "Kurulum ID'si:",
"enter_activation_code": "Aktifleştirme kodunuzu girin", "enter_activation_code": "Aktifleştirme kodunuzu girin",
"message": "Bunu nerede soracağınızı bilmiyorsanız, buna sahip olmamanız gerekiyor.", "message": "Bunu nerede soracağınızı bilmiyorsanız, buna sahip olmamanız gerekiyor.",
"activate": "Aktif et", "activate": "Aktif et",
"loading": "Yükleniyor…" "loading": "Yükleniyor…"
}, },
"downloads": { "downloads": {
"resume": "Devam et", "resume": "Devam et",
"pause": "Duraklat", "pause": "Duraklat",
"eta": "Bitiş {{eta}}", "eta": "Bitiş {{eta}}",
"paused": "Duraklatıldı", "paused": "Duraklatıldı",
"verifying": "Doğrulanıyor…", "verifying": "Doğrulanıyor…",
"completed_at": "{{date}} tarihinde tamamlanacak", "completed_at": "{{date}} tarihinde tamamlanacak",
"completed": "Tamamlandı", "completed": "Tamamlandı",
"cancelled": "İptal edildi", "cancelled": "İptal edildi",
"download_again": "Tekrar indir", "download_again": "Tekrar indir",
"cancel": "İptal et", "cancel": "İptal et",
"filter": "Yüklü oyunları filtrele", "filter": "Yüklü oyunları filtrele",
"remove": "Kaldır", "remove": "Kaldır",
"downloading_metadata": "Metadata indiriliyor…", "downloading_metadata": "Metadata indiriliyor…",
"checking_files": "Dosyalar kontrol ediliyor…", "checking_files": "Dosyalar kontrol ediliyor…",
"starting_download": "İndirme başlatılıyor…", "starting_download": "İndirme başlatılıyor…",
"deleting": "Installer siliniyor…", "deleting": "Installer siliniyor…",
"delete": "Installer'ı sil", "delete": "Installer'ı sil",
"remove_from_list": "Kaldır", "remove_from_list": "Kaldır",
"delete_modal_title": "Emin misiniz?", "delete_modal_title": "Emin misiniz?",
"delete_modal_description": "Bu bilgisayarınızdan tüm kurulum dosyalarını silecek", "delete_modal_description": "Bu bilgisayarınızdan tüm kurulum dosyalarını silecek",
"install": "Kur" "install": "Kur"
}, },
"settings": { "settings": {
"downloads_path": "İndirme yolu", "downloads_path": "İndirme yolu",
"change": "Güncelle", "change": "Güncelle",
"notifications": "Bildirimler", "notifications": "Bildirimler",
"enable_download_notifications": "Bir indirme bittiğinde", "enable_download_notifications": "Bir indirme bittiğinde",
"enable_repack_list_notifications": "Yeni bir repack eklendiğinde", "enable_repack_list_notifications": "Yeni bir repack eklendiğinde",
"telemetry": "Telemetri", "telemetry": "Telemetri",
"telemetry_description": "Anonim kullanım istatistiklerini aktifleştir" "telemetry_description": "Anonim kullanım istatistiklerini aktifleştir"
}, },
"notifications": { "notifications": {
"download_complete": "İndirme tamamlandı", "download_complete": "İndirme tamamlandı",
"game_ready_to_install": "{{title}} kuruluma hazır", "game_ready_to_install": "{{title}} kuruluma hazır",
"repack_list_updated": "Repack listesi güncellendi", "repack_list_updated": "Repack listesi güncellendi",
"repack_count_one": "{{count}} yeni repack eklendi", "repack_count_one": "{{count}} yeni repack eklendi",
"repack_count_other": "{{count}} yeni repack eklendi" "repack_count_other": "{{count}} yeni repack eklendi"
}, },
"system_tray": { "system_tray": {
"open": "Hydra'yı aç", "open": "Hydra'yı aç",
"quit": ık" "quit": ık"
}, },
"game_card": { "game_card": {
"no_downloads": "İndirme mevcut değil" "no_downloads": "İndirme mevcut değil"
}, },
"binary_not_found_modal": { "binary_not_found_modal": {
"title": "Programlar yüklü değil", "title": "Programlar yüklü değil",
"description": "Sisteminizde Wine veya Lutris çalıştırılabiliri bulunamadı", "description": "Sisteminizde Wine veya Lutris çalıştırılabiliri bulunamadı",
"instructions": "Oyunları düzgün şekilde çalıştırmak için Linux distronuza bunlardan birini nasıl yükleyebileceğinize bakın" "instructions": "Oyunları düzgün şekilde çalıştırmak için Linux distronuza bunlardan birini nasıl yükleyebileceğinize bakın"
}, },
"modal": { "modal": {
"close": "Kapat tuşu" "close": "Kapat tuşu"
}
} }
}

View file

@ -1,167 +1,167 @@
{ {
"home": { "home": {
"featured": "Рекомендоване", "featured": "Рекомендоване",
"recently_added": "Нове", "recently_added": "Нове",
"trending": "У тренді", "trending": "У тренді",
"surprise_me": "Здивуй мене", "surprise_me": "Здивуй мене",
"no_results": "Результатів не знайдено" "no_results": "Результатів не знайдено"
}, },
"sidebar": { "sidebar": {
"catalogue": "Каталог", "catalogue": "Каталог",
"downloads": "Завантаження", "downloads": "Завантаження",
"settings": "Налаштування", "settings": "Налаштування",
"my_library": "Бібліотека", "my_library": "Бібліотека",
"downloading_metadata": "{{title}} (Завантаження метаданих…)", "downloading_metadata": "{{title}} (Завантаження метаданих…)",
"checking_files": "{{title}} ({{percentage}} - Перевірка файлів…)", "checking_files": "{{title}} ({{percentage}} - Перевірка файлів…)",
"paused": "{{title}} (Призупинено)", "paused": "{{title}} (Призупинено)",
"downloading": "{{title}} ({{percentage}} - Завантаження…)", "downloading": "{{title}} ({{percentage}} - Завантаження…)",
"filter": "Фільтр бібліотеки", "filter": "Фільтр бібліотеки",
"follow_us": "Підписуйтесь на нас", "follow_us": "Підписуйтесь на нас",
"home": "Головна", "home": "Головна",
"discord": "Приєднуйтесь до Discord", "discord": "Приєднуйтесь до Discord",
"telegram": "Приєднуйтесь до Telegram", "telegram": "Приєднуйтесь до Telegram",
"x": "Підписуйтесь на X", "x": "Підписуйтесь на X",
"github": "Зробіть свій внесок на GitHub" "github": "Зробіть свій внесок на GitHub"
}, },
"header": { "header": {
"search": "Пошук", "search": "Пошук",
"home": "Головна", "home": "Головна",
"catalogue": "Каталог", "catalogue": "Каталог",
"downloads": "Завантаження", "downloads": "Завантаження",
"search_results": "Результати пошуку", "search_results": "Результати пошуку",
"settings": "Налаштування" "settings": "Налаштування"
}, },
"bottom_panel": { "bottom_panel": {
"no_downloads_in_progress": "Немає активних завантажень", "no_downloads_in_progress": "Немає активних завантажень",
"downloading_metadata": "Завантаження метаданих {{title}}…", "downloading_metadata": "Завантаження метаданих {{title}}…",
"checking_files": "Перевірка файлів {{title}}… ({{percentage}} завершено)", "checking_files": "Перевірка файлів {{title}}… ({{percentage}} завершено)",
"downloading": "Завантаження {{title}}… ({{percentage}} завершено) - Закінчення {{eta}} - {{speed}}" "downloading": "Завантаження {{title}}… ({{percentage}} завершено) - Закінчення {{eta}} - {{speed}}"
}, },
"catalogue": { "catalogue": {
"next_page": "Наступна сторінка", "next_page": "Наступна сторінка",
"previous_page": "Попередня сторінка" "previous_page": "Попередня сторінка"
}, },
"game_details": { "game_details": {
"open_download_options": "Відкрити варіанти завантаження", "open_download_options": "Відкрити варіанти завантаження",
"download_options_zero": "Немає варіантів завантаження", "download_options_zero": "Немає варіантів завантаження",
"download_options_one": "{{count}} варіант завантаження", "download_options_one": "{{count}} варіант завантаження",
"download_options_other": "{{count}} варіантів завантаження", "download_options_other": "{{count}} варіантів завантаження",
"updated_at": "Оновлено {{updated_at}}", "updated_at": "Оновлено {{updated_at}}",
"install": "Встановити", "install": "Встановити",
"resume": "Відновити", "resume": "Відновити",
"pause": "Призупинити", "pause": "Призупинити",
"cancel": "Скасувати", "cancel": "Скасувати",
"remove": "Видалити", "remove": "Видалити",
"remove_from_list": "Видалити", "remove_from_list": "Видалити",
"space_left_on_disk": "{{space}} вільно на диску", "space_left_on_disk": "{{space}} вільно на диску",
"eta": "Закінчення {{eta}}", "eta": "Закінчення {{eta}}",
"downloading_metadata": "Завантаження метаданих…", "downloading_metadata": "Завантаження метаданих…",
"checking_files": "Перевірка файлів…", "checking_files": "Перевірка файлів…",
"filter": "Фільтр репаків", "filter": "Фільтр репаків",
"requirements": "Системні вимоги", "requirements": "Системні вимоги",
"minimum": "Мінімальні", "minimum": "Мінімальні",
"recommended": "Рекомендовані", "recommended": "Рекомендовані",
"no_minimum_requirements": "Для {{title}} не вказані мінімальні вимоги", "no_minimum_requirements": "Для {{title}} не вказані мінімальні вимоги",
"no_recommended_requirements": "Для {{title}} не вказані рекомендовані вимоги", "no_recommended_requirements": "Для {{title}} не вказані рекомендовані вимоги",
"paused_progress": "{{progress}} (Призупинено)", "paused_progress": "{{progress}} (Призупинено)",
"release_date": "Випущено {{date}}", "release_date": "Випущено {{date}}",
"publisher": "Видавець {{publisher}}", "publisher": "Видавець {{publisher}}",
"copy_link_to_clipboard": "Скопіювати посилання", "copy_link_to_clipboard": "Скопіювати посилання",
"copied_link_to_clipboard": "Посилання скопійовано", "copied_link_to_clipboard": "Посилання скопійовано",
"hours": "годин", "hours": "годин",
"minutes": "хвилин", "minutes": "хвилин",
"amount_hours": "{{amount}} годин", "amount_hours": "{{amount}} годин",
"amount_minutes": "{{amount}} хвилин", "amount_minutes": "{{amount}} хвилин",
"accuracy": "{{accuracy}}% точність", "accuracy": "{{accuracy}}% точність",
"add_to_library": "Додати до бібліотеки", "add_to_library": "Додати до бібліотеки",
"remove_from_library": "Видалити з бібліотеки", "remove_from_library": "Видалити з бібліотеки",
"no_downloads": "Немає доступних завантажень", "no_downloads": "Немає доступних завантажень",
"play_time": "Час гри: {{amount}}", "play_time": "Час гри: {{amount}}",
"last_time_played": "Востаннє зіграно: {{period}}", "last_time_played": "Востаннє зіграно: {{period}}",
"not_played_yet": "Ви ще не грали в {{title}}", "not_played_yet": "Ви ще не грали в {{title}}",
"next_suggestion": "Наступна пропозиція", "next_suggestion": "Наступна пропозиція",
"play": "Грати", "play": "Грати",
"deleting": "Видалення інсталятора…", "deleting": "Видалення інсталятора…",
"close": "Закрити", "close": "Закрити",
"playing_now": "Поточна гра", "playing_now": "Поточна гра",
"change": "Змінити", "change": "Змінити",
"repacks_modal_description": "Виберіть репак, який хочете завантажити", "repacks_modal_description": "Виберіть репак, який хочете завантажити",
"downloads_path": "Шлях завантажень", "downloads_path": "Шлях завантажень",
"select_folder_hint": "Щоб змінити теку за замовчуванням, відкрийте", "select_folder_hint": "Щоб змінити теку за замовчуванням, відкрийте",
"settings": "Налаштування Hydra", "settings": "Налаштування Hydra",
"download_now": "Завантажити зараз", "download_now": "Завантажити зараз",
"installation_instructions": "Інструкція зі встановлення", "installation_instructions": "Інструкція зі встановлення",
"installation_instructions_description": "Для встановлення цієї гри потрібні додаткові кроки", "installation_instructions_description": "Для встановлення цієї гри потрібні додаткові кроки",
"online_fix_instruction": "В іграх з OnlineFix потрібно ввести пароль для вилучення. За необхідності використовуйте наступний пароль:", "online_fix_instruction": "В іграх з OnlineFix потрібно ввести пароль для вилучення. За необхідності використовуйте наступний пароль:",
"dodi_installation_instruction": "Коли ви відкриєте інсталятор DODI, натисніть на клавіатурі клавішу 'вгору' <0 />, щоб почати процес встановлення:", "dodi_installation_instruction": "Коли ви відкриєте інсталятор DODI, натисніть на клавіатурі клавішу 'вгору' <0 />, щоб почати процес встановлення:",
"dont_show_it_again": "Не показувати це знову", "dont_show_it_again": "Не показувати це знову",
"copy_to_clipboard": "Копіювати", "copy_to_clipboard": "Копіювати",
"copied_to_clipboard": "Скопійовано", "copied_to_clipboard": "Скопійовано",
"got_it": "Зрозуміло" "got_it": "Зрозуміло"
}, },
"activation": { "activation": {
"title": "Активувати Hydra", "title": "Активувати Hydra",
"installation_id": "ID установки:", "installation_id": "ID установки:",
"enter_activation_code": "Введіть ваш активаційний код", "enter_activation_code": "Введіть ваш активаційний код",
"message": "Якщо ви не знаєте, де його запросити, то не повинні мати цього.", "message": "Якщо ви не знаєте, де його запросити, то не повинні мати цього.",
"activate": "Активувати", "activate": "Активувати",
"loading": "Завантаження…" "loading": "Завантаження…"
}, },
"downloads": { "downloads": {
"resume": "Продовжити", "resume": "Продовжити",
"pause": "Призупинити", "pause": "Призупинити",
"eta": "Закінчення {{eta}}", "eta": "Закінчення {{eta}}",
"paused": "Призупинено", "paused": "Призупинено",
"verifying": "Перевірка…", "verifying": "Перевірка…",
"completed_at": "Завершено в {{date}}", "completed_at": "Завершено в {{date}}",
"completed": "Завершено", "completed": "Завершено",
"cancelled": "Скасовано", "cancelled": "Скасовано",
"download_again": "Завантажити знову", "download_again": "Завантажити знову",
"cancel": "Скасувати", "cancel": "Скасувати",
"filter": "Фільтр завантажених ігор", "filter": "Фільтр завантажених ігор",
"remove": "Видалити", "remove": "Видалити",
"downloading_metadata": "Завантаження метаданих…", "downloading_metadata": "Завантаження метаданих…",
"checking_files": "Перевірка файлів…", "checking_files": "Перевірка файлів…",
"starting_download": "Початок завантаження…", "starting_download": "Початок завантаження…",
"deleting": "Видалення інсталятора…", "deleting": "Видалення інсталятора…",
"delete": "Видалити інсталятор", "delete": "Видалити інсталятор",
"remove_from_list": "Видалити", "remove_from_list": "Видалити",
"delete_modal_title": "Ви впевнені?", "delete_modal_title": "Ви впевнені?",
"delete_modal_description": "Це видалить усі інсталяційні файли з вашого комп'ютера", "delete_modal_description": "Це видалить усі інсталяційні файли з вашого комп'ютера",
"install": "Встановити" "install": "Встановити"
}, },
"settings": { "settings": {
"downloads_path": "Тека завантажень", "downloads_path": "Тека завантажень",
"change": "Змінити", "change": "Змінити",
"notifications": "Повідомлення", "notifications": "Повідомлення",
"enable_download_notifications": "Після завершення завантаження", "enable_download_notifications": "Після завершення завантаження",
"enable_repack_list_notifications": "Коли додається новий репак", "enable_repack_list_notifications": "Коли додається новий репак",
"telemetry": "Телеметрія", "telemetry": "Телеметрія",
"telemetry_description": "Відправляти анонімну статистику використання", "telemetry_description": "Відправляти анонімну статистику використання",
"behavior": "Поведінка", "behavior": "Поведінка",
"quit_app_instead_hiding": "Закривати програму замість того, щоб згортати її в трей", "quit_app_instead_hiding": "Закривати програму замість того, щоб згортати її в трей",
"launch_with_system": "Запускати програми із запуском комп'ютера" "launch_with_system": "Запускати програми із запуском комп'ютера"
}, },
"notifications": { "notifications": {
"download_complete": "Завантаження завершено", "download_complete": "Завантаження завершено",
"game_ready_to_install": "{{title}} готова до встановлення", "game_ready_to_install": "{{title}} готова до встановлення",
"repack_list_updated": "Список репаків оновлено", "repack_list_updated": "Список репаків оновлено",
"repack_count_one": "{{count}} репак додано", "repack_count_one": "{{count}} репак додано",
"repack_count_other": "{{count}} репаків додано" "repack_count_other": "{{count}} репаків додано"
}, },
"system_tray": { "system_tray": {
"open": "Відкрити Hydra", "open": "Відкрити Hydra",
"quit": "Вийти" "quit": "Вийти"
}, },
"game_card": { "game_card": {
"no_downloads": "Немає доступних завантажень" "no_downloads": "Немає доступних завантажень"
}, },
"binary_not_found_modal": { "binary_not_found_modal": {
"title": "Програми не встановлені", "title": "Програми не встановлені",
"description": "Виконувані файли Wine або Lutris не знайдено у вашій системі", "description": "Виконувані файли Wine або Lutris не знайдено у вашій системі",
"instructions": "Дізнайтеся правильний спосіб встановити будь-який з них на ваш дистрибутив Linux, щоб гра могла нормально працювати" "instructions": "Дізнайтеся правильний спосіб встановити будь-який з них на ваш дистрибутив Linux, щоб гра могла нормально працювати"
}, },
"modal": { "modal": {
"close": "Закрити" "close": "Закрити"
}
} }
}