From 655496c844cab14e7ad23f561f0b534e2a400252 Mon Sep 17 00:00:00 2001 From: Zamitto <167933696+zamitto@users.noreply.github.com> Date: Sat, 26 Apr 2025 11:30:35 -0300 Subject: [PATCH] fix: typo --- src/locales/ar/translation.json | 2 +- src/locales/bg/translation.json | 2 +- src/locales/ca/translation.json | 2 +- src/locales/cs/translation.json | 2 +- src/locales/da/translation.json | 2 +- src/locales/de/translation.json | 2 +- src/locales/en/translation.json | 2 +- src/locales/es/translation.json | 2 +- src/locales/et/translation.json | 2 +- src/locales/id/translation.json | 2 +- src/locales/kk/translation.json | 2 +- src/locales/nb/translation.json | 2 +- src/locales/pt-BR/translation.json | 2 +- src/locales/pt-PT/translation.json | 2 +- src/locales/ru/translation.json | 2 +- src/locales/tr/translation.json | 2 +- src/locales/uk/translation.json | 2 +- src/locales/uz/translation.json | 2 +- src/locales/zh/translation.json | 2 +- .../src/pages/game-details/modals/game-options-modal.tsx | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/locales/ar/translation.json b/src/locales/ar/translation.json index 05b2a018..782d6b51 100644 --- a/src/locales/ar/translation.json +++ b/src/locales/ar/translation.json @@ -120,7 +120,7 @@ "options": "خيارات", "executable_section_title": "ملف التشغيل", "executable_section_description": "مسار الملف الذي سيتم تشغيله عند النقر على \"تشغيل\"", - "downloads_secion_title": "التنزيلات", + "downloads_section_title": "التنزيلات", "downloads_section_description": "تحقق من التحديثات أو الإصدارات الأخرى لهذه اللعبة", "danger_zone_section_title": "منطقة الخطر", "danger_zone_section_description": "إزالة هذه اللعبة من مكتبتك أو الملفات التي تم تنزيلها بواسطة Hydra", diff --git a/src/locales/bg/translation.json b/src/locales/bg/translation.json index 8d5952e2..4d91aa92 100644 --- a/src/locales/bg/translation.json +++ b/src/locales/bg/translation.json @@ -122,7 +122,7 @@ "options": "Опции", "executable_section_title": "Стартиращ файл", "executable_section_description": "Пътят на файла, който ще се изпълни, когато се щракне върху \"Пускане\"", - "downloads_secion_title": "Свалени", + "downloads_section_title": "Свалени", "downloads_section_description": "Вижте актуализации или други версии на тази игра", "danger_zone_section_title": "Опасна зона", "danger_zone_section_description": "Премахнете тази игра от библиотеката си или от файловете, изтеглени от Hydra", diff --git a/src/locales/ca/translation.json b/src/locales/ca/translation.json index ff7b3e03..aa69001f 100644 --- a/src/locales/ca/translation.json +++ b/src/locales/ca/translation.json @@ -107,7 +107,7 @@ "options": "Opcions", "executable_section_title": "Executable", "executable_section_description": "Directori del fitxer des d'on s'executarà quan es cliqui a \"Executar\"", - "downloads_secion_title": "Descàrregues", + "downloads_section_title": "Descàrregues", "downloads_section_description": "Comprova actualitzacions o altres versions del videojoc", "danger_zone_section_title": "Zona de perill", "danger_zone_section_description": "Elimina aquest videojoc del teu catàleg o els fitxers descarregats per Hydra", diff --git a/src/locales/cs/translation.json b/src/locales/cs/translation.json index e59ae519..9b501b54 100644 --- a/src/locales/cs/translation.json +++ b/src/locales/cs/translation.json @@ -123,7 +123,7 @@ "options": "Možnosti", "executable_section_title": "Spustitelné", "executable_section_description": "Umístění souboru který bude spuštěn při kliknutí na \"Hrát\"", - "downloads_secion_title": "Stažené soubory", + "downloads_section_title": "Stažené soubory", "downloads_section_description": "Zkontrolovat jestli není nová / odlišná verze hry", "danger_zone_section_title": "Nebezpečná zóna", "danger_zone_section_description": "Odebrat hru z knihovny / soubory stažené Hydrou", diff --git a/src/locales/da/translation.json b/src/locales/da/translation.json index 151940fc..618f085c 100644 --- a/src/locales/da/translation.json +++ b/src/locales/da/translation.json @@ -111,7 +111,7 @@ "options": "Valgmuligheder", "executable_section_title": "Eksekverbar fil", "executable_section_description": "Sti til filen som skal bruges når \"Spil\" bliver klikket", - "downloads_secion_title": "Downloads", + "downloads_section_title": "Downloads", "downloads_section_description": "Undersøg opdateringer eller andre versioner af dette spil", "danger_zone_section_title": "Farezonen", "danger_zone_section_description": "Fjern dette spil fra dit bibliotek eller filerne der er blevet downloadet af Hydra", diff --git a/src/locales/de/translation.json b/src/locales/de/translation.json index d992dfac..dad29fa8 100644 --- a/src/locales/de/translation.json +++ b/src/locales/de/translation.json @@ -107,7 +107,7 @@ "options": "Optionen", "executable_section_title": "Ausführbare Datei", "executable_section_description": "Pfad der Datei, die bei Klick auf \"Play\" ausgeführt wird", - "downloads_secion_title": "Downloads", + "downloads_section_title": "Downloads", "downloads_section_description": "Sieh dir Updates oder andere Versionen dieses Spiels an", "danger_zone_section_title": "Gefahrenzone", "danger_zone_section_description": "Entferne dieses Spiel aus deiner Bibliothek oder die von Hydra heruntergeladenen Dateien", diff --git a/src/locales/en/translation.json b/src/locales/en/translation.json index f778e3bf..1deae895 100644 --- a/src/locales/en/translation.json +++ b/src/locales/en/translation.json @@ -123,7 +123,7 @@ "options": "Options", "executable_section_title": "Executable", "executable_section_description": "Path of the file that will be executed when \"Play\" is clicked", - "downloads_secion_title": "Downloads", + "downloads_section_title": "Downloads", "downloads_section_description": "Check out updates or other versions of this game", "danger_zone_section_title": "Danger zone", "danger_zone_section_description": "Remove this game from your library or the files downloaded by Hydra", diff --git a/src/locales/es/translation.json b/src/locales/es/translation.json index 27cb6147..ef816d9f 100644 --- a/src/locales/es/translation.json +++ b/src/locales/es/translation.json @@ -124,7 +124,7 @@ "options": "Opciones", "executable_section_title": "Ejecutable", "executable_section_description": "Ruta del archivo que se ejecutará cuando se presione \"Jugar\"", - "downloads_secion_title": "Descargas", + "downloads_section_title": "Descargas", "downloads_section_description": "Buscar actualizaciones u otras versiones de este juego", "danger_zone_section_title": "Opciones Avanzadas", "danger_zone_section_description": "Eliminar este juego de tu librería o los archivos descargados por Hydra (Esto solo eliminará los archivos de instalación y no el juego instalado)", diff --git a/src/locales/et/translation.json b/src/locales/et/translation.json index 1c097dd0..119e1aab 100644 --- a/src/locales/et/translation.json +++ b/src/locales/et/translation.json @@ -111,7 +111,7 @@ "options": "Valikud", "executable_section_title": "Käivitusfail", "executable_section_description": "Faili tee, mida käivitatakse \"Mängi\" nupule vajutades", - "downloads_secion_title": "Allalaadimised", + "downloads_section_title": "Allalaadimised", "downloads_section_description": "Vaata uuendusi või selle mängu teisi versioone", "danger_zone_section_title": "Ohutsoon", "danger_zone_section_description": "Eemalda see mäng oma kogust või Hydra poolt allalaaditud failid", diff --git a/src/locales/id/translation.json b/src/locales/id/translation.json index 2fc29b8e..4fa347fc 100644 --- a/src/locales/id/translation.json +++ b/src/locales/id/translation.json @@ -107,7 +107,7 @@ "options": "Opsi", "executable_section_title": "Eksekusi", "executable_section_description": "Path file eksekusi saat \"Main\" diklik", - "downloads_secion_title": "Unduhan", + "downloads_section_title": "Unduhan", "downloads_section_description": "Cek update atau versi lain dari game ini", "danger_zone_section_title": "Zona Berbahaya", "danger_zone_section_description": "Hapus game ini dari perpustakaan kamu atau file yang diunduh oleh Hydra", diff --git a/src/locales/kk/translation.json b/src/locales/kk/translation.json index d3bda8fe..bfb009a7 100644 --- a/src/locales/kk/translation.json +++ b/src/locales/kk/translation.json @@ -106,7 +106,7 @@ "options": "Параметрлер", "executable_section_title": "Файл", "executable_section_description": "\"Ойнау\" батырмасын басқанда іске қосылатын файл жолы", - "downloads_secion_title": "Жүктеулер", + "downloads_section_title": "Жүктеулер", "downloads_section_description": "Ойынның жаңартулары немесе басқа нұсқалары бар-жоғын тексеру", "danger_zone_section_title": "Қауіпті аймақ", "danger_zone_section_description": "Осы ойынды кітапханаңыздан жою немесе Hydra жүктеген файлдарды жою", diff --git a/src/locales/nb/translation.json b/src/locales/nb/translation.json index 7171bb85..8898ec7b 100644 --- a/src/locales/nb/translation.json +++ b/src/locales/nb/translation.json @@ -111,7 +111,7 @@ "options": "Valgmuligheter", "executable_section_title": "Kjørbar fil", "executable_section_description": "Sti til filen som skal brukes når det trykkes på \"Spill\"", - "downloads_secion_title": "Nedlastinger", + "downloads_section_title": "Nedlastinger", "downloads_section_description": "Sjekk for oppdateringer eller andre versjoner af dette spillet", "danger_zone_section_title": "Faresonen", "danger_zone_section_description": "Fjern dette spillet fra biblioteket ditt eller filene som har blitt lastet ned av Hydra", diff --git a/src/locales/pt-BR/translation.json b/src/locales/pt-BR/translation.json index 49824d39..ee660ed1 100644 --- a/src/locales/pt-BR/translation.json +++ b/src/locales/pt-BR/translation.json @@ -111,7 +111,7 @@ "remove_from_library_title": "Tem certeza?", "executable_section_title": "Executável", "executable_section_description": "O caminho do arquivo que será executado ao clicar em \"Jogar\"", - "downloads_secion_title": "Downloads", + "downloads_section_title": "Downloads", "downloads_section_description": "Confira atualizações ou versões diferentes para este mesmo título", "danger_zone_section_title": "Zona de perigo", "danger_zone_section_description": "Remova o jogo da sua biblioteca ou os arquivos que foram baixados pelo Hydra", diff --git a/src/locales/pt-PT/translation.json b/src/locales/pt-PT/translation.json index d27ea70b..35dde292 100644 --- a/src/locales/pt-PT/translation.json +++ b/src/locales/pt-PT/translation.json @@ -107,7 +107,7 @@ "remove_from_library_title": "Tens a certeza?", "executable_section_title": "Executável", "executable_section_description": "O caminho do ficheiro que vai ser executado ao clicar em \"Jogar\"", - "downloads_secion_title": "Transferências", + "downloads_section_title": "Transferências", "downloads_section_description": "Encontra atualizações ou versões diferentes para este mesmo título", "danger_zone_section_title": "Zona de perigo", "danger_zone_section_description": "Remove o jogo da tua biblioteca ou os ficheiros que foram transferidos pelo Hydra", diff --git a/src/locales/ru/translation.json b/src/locales/ru/translation.json index da22d289..00b7e5af 100644 --- a/src/locales/ru/translation.json +++ b/src/locales/ru/translation.json @@ -123,7 +123,7 @@ "options": "Настройки", "executable_section_title": "Файл", "executable_section_description": "Путь к файлу, который будет запущен при нажатии на \"Play\"", - "downloads_secion_title": "Загрузки", + "downloads_section_title": "Загрузки", "downloads_section_description": "Проверить наличие обновлений или других версий игры", "danger_zone_section_title": "Опасная зона", "danger_zone_section_description": "Вы можете удалить эту игру из вашей библиотеки или файлы скачанные из Hydra", diff --git a/src/locales/tr/translation.json b/src/locales/tr/translation.json index ad224710..76496c5d 100644 --- a/src/locales/tr/translation.json +++ b/src/locales/tr/translation.json @@ -123,7 +123,7 @@ "options": "Seçenekler", "executable_section_title": "Çalıştırılabilir dosya", "executable_section_description": "\"Oyna\" butonuna tıklandığında çalıştırılacak dosyanın yolu", - "downloads_secion_title": "İndirmeler", + "downloads_section_title": "İndirmeler", "downloads_section_description": "Bu oyun için güncellemeleri veya diğer sürümleri kontrol edin", "danger_zone_section_title": "Tehlike bölgesi", "danger_zone_section_description": "Bu oyunu kütüphanenizden kaldırın veya Hydra tarafından indirilen dosyaları silin.", diff --git a/src/locales/uk/translation.json b/src/locales/uk/translation.json index 476a2aaf..2c650cc4 100644 --- a/src/locales/uk/translation.json +++ b/src/locales/uk/translation.json @@ -122,7 +122,7 @@ "download_settings": "Налаштування завантаження", "download_error": "Цей варіант завантаження не доступний", "downloader": "Завантажувач", - "downloads_secion_title": "Завантаження", + "downloads_section_title": "Завантаження", "downloads_section_description": "Перевірити наявність оновлень або інших версій гри", "executable_section_description": "Шлях до файлу, який буде запущений при натисканні на кнопку \"Play\"", "executable_section_title": "Файл", diff --git a/src/locales/uz/translation.json b/src/locales/uz/translation.json index 98a080ff..d20a9677 100644 --- a/src/locales/uz/translation.json +++ b/src/locales/uz/translation.json @@ -94,7 +94,7 @@ "options": "Sozlamalar", "executable_section_title": "Fayl", "executable_section_description": "\"O'ynash\" tugmasi bosilganda ishga tushiriladigan fayl yo'li", - "downloads_secion_title": "Yuklab olishlar", + "downloads_section_title": "Yuklab olishlar", "downloads_section_description": "Yangilanishlar yoki o'yinning boshqa versiyalarini tekshirish", "danger_zone_section_title": "Xavfli zona", "danger_zone_section_description": "Bu o'yinni kutubxonangizdan yoki Hydradan yuklab olingan fayllarni o'chirishingiz mumkin", diff --git a/src/locales/zh/translation.json b/src/locales/zh/translation.json index 83869c86..01605142 100644 --- a/src/locales/zh/translation.json +++ b/src/locales/zh/translation.json @@ -111,7 +111,7 @@ "options": "选项", "executable_section_title": "可执行文件", "executable_section_description": "点击 \"Play\" 时将执行的文件的路径", - "downloads_secion_title": "下载", + "downloads_section_title": "下载", "downloads_section_description": "查看此游戏的更新或其他版本", "danger_zone_section_title": "危险操作", "danger_zone_section_description": "从您的库或Hydra下载的文件中删除此游戏", diff --git a/src/renderer/src/pages/game-details/modals/game-options-modal.tsx b/src/renderer/src/pages/game-details/modals/game-options-modal.tsx index ef6ea7da..71d61e66 100644 --- a/src/renderer/src/pages/game-details/modals/game-options-modal.tsx +++ b/src/renderer/src/pages/game-details/modals/game-options-modal.tsx @@ -362,7 +362,7 @@ export function GameOptionsModal({