mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
added translations and logic fix
This commit is contained in:
parent
ab70ff10be
commit
2e7a2a05a5
29 changed files with 168 additions and 9 deletions
|
@ -242,6 +242,12 @@
|
||||||
"download_sources_description": "سَتَقُومُ Hydra بِجَلْبِ رَوَابِطِ التَّنْزِيلِ مِنْ هَذِهِ الْمَصَادِرِ. يَجِبُ أَنْ يَكُونَ عُنْوَانُ URL لِلْمَصْدَرِ رَابِطًا مُبَاشِرًا إِلَى مِلَفٍّ .json يَحْتَوِي عَلَى رَوَابِطِ التَّنْزِيلِ.",
|
"download_sources_description": "سَتَقُومُ Hydra بِجَلْبِ رَوَابِطِ التَّنْزِيلِ مِنْ هَذِهِ الْمَصَادِرِ. يَجِبُ أَنْ يَكُونَ عُنْوَانُ URL لِلْمَصْدَرِ رَابِطًا مُبَاشِرًا إِلَى مِلَفٍّ .json يَحْتَوِي عَلَى رَوَابِطِ التَّنْزِيلِ.",
|
||||||
"validate_download_source": "تَصْدِيقٌ",
|
"validate_download_source": "تَصْدِيقٌ",
|
||||||
"remove_download_source": "إِزَالَةٌ",
|
"remove_download_source": "إِزَالَةٌ",
|
||||||
|
"removed_download_sources": "تمت إزالة مصادر التنزيل",
|
||||||
|
"cancel_button_confirmation_delete_all_sources": "لا",
|
||||||
|
"confirm_button_confirmation_delete_all_sources": "نعم، احذف كل شيء",
|
||||||
|
"description_confirmation_delete_all_sources": "سوف تقوم بحذف جميع مصادر التنزيل",
|
||||||
|
"title_confirmation_delete_all_sources": "احذف جميع مصادر التنزيل",
|
||||||
|
"button_delete_all_sources": "قم بإزالة جميع مصادر التنزيل",
|
||||||
"add_download_source": "إِضَافَةُ مَصْدَرٍ",
|
"add_download_source": "إِضَافَةُ مَصْدَرٍ",
|
||||||
"download_count_zero": "لَا تَوْجَدُ خِيَارَاتُ تَنْزِيلٍ",
|
"download_count_zero": "لَا تَوْجَدُ خِيَارَاتُ تَنْزِيلٍ",
|
||||||
"download_count_one": "{{countFormatted}} خِيَارُ تَنْزِيلٍ",
|
"download_count_one": "{{countFormatted}} خِيَارُ تَنْزِيلٍ",
|
||||||
|
|
|
@ -105,6 +105,12 @@
|
||||||
"notifications": "Апавяшчэнні",
|
"notifications": "Апавяшчэнні",
|
||||||
"enable_download_notifications": "Па сканчэнні сцягванні",
|
"enable_download_notifications": "Па сканчэнні сцягванні",
|
||||||
"enable_repack_list_notifications": "Пры даданні новага рэпака",
|
"enable_repack_list_notifications": "Пры даданні новага рэпака",
|
||||||
|
"cancel_button_confirmation_delete_all_sources": "няма",
|
||||||
|
"confirm_button_confirmation_delete_all_sources": "Так, выдаліць усё",
|
||||||
|
"description_confirmation_delete_all_sources": "Вы выдаліце ўсе крыніцы загрузкі",
|
||||||
|
"title_confirmation_delete_all_sources": "Выдаліць усе крыніцы загрузкі",
|
||||||
|
"removed_download_sources": "Крыніцы загрузкі выдалены",
|
||||||
|
"button_delete_all_sources": "Премахнете всички източници на изтегляне",
|
||||||
"behavior": "Паводзіны",
|
"behavior": "Паводзіны",
|
||||||
"quit_app_instead_hiding": "Закрываць праграму замест таго, каб хаваць яе ў трэй",
|
"quit_app_instead_hiding": "Закрываць праграму замест таго, каб хаваць яе ў трэй",
|
||||||
"launch_with_system": "Запускаць праграму пры запуску сыстэмы"
|
"launch_with_system": "Запускаць праграму пры запуску сыстэмы"
|
||||||
|
|
|
@ -252,6 +252,12 @@
|
||||||
"download_source_errored": "Сгрешен",
|
"download_source_errored": "Сгрешен",
|
||||||
"sync_download_sources": "Синхронизирай източниците",
|
"sync_download_sources": "Синхронизирай източниците",
|
||||||
"removed_download_source": "Източника за сваляне е премахнат",
|
"removed_download_source": "Източника за сваляне е премахнат",
|
||||||
|
"cancel_button_confirmation_delete_all_sources": "не",
|
||||||
|
"confirm_button_confirmation_delete_all_sources": "Да, удалить все",
|
||||||
|
"description_confirmation_delete_all_sources": "Вы удалите все источники загрузки",
|
||||||
|
"title_confirmation_delete_all_sources": "Удалить все источники загрузки",
|
||||||
|
"removed_download_sources": "Шрифты удалены",
|
||||||
|
"button_delete_all_sources": "Удалить все источники загрузки",
|
||||||
"added_download_source": "Добавен източник за сваляне",
|
"added_download_source": "Добавен източник за сваляне",
|
||||||
"download_sources_synced": "Всички източници за сваляне са синхронизирани",
|
"download_sources_synced": "Всички източници за сваляне са синхронизирани",
|
||||||
"insert_valid_json_url": "Добавете ваиден JSON линк",
|
"insert_valid_json_url": "Добавете ваиден JSON линк",
|
||||||
|
|
|
@ -173,6 +173,12 @@
|
||||||
"download_sources_description": "Hydra buscarà els enllaços de descàrrega d'aquestes fonts. L'URL d'origen ha de ser un enllaç directe a un fitxer .json que contingui els enllaços de descàrrega.",
|
"download_sources_description": "Hydra buscarà els enllaços de descàrrega d'aquestes fonts. L'URL d'origen ha de ser un enllaç directe a un fitxer .json que contingui els enllaços de descàrrega.",
|
||||||
"validate_download_source": "Valida",
|
"validate_download_source": "Valida",
|
||||||
"remove_download_source": "Elimina",
|
"remove_download_source": "Elimina",
|
||||||
|
"cancel_button_confirmation_delete_all_sources": "No",
|
||||||
|
"confirm_button_confirmation_delete_all_sources": "Sí, esborra-ho tot",
|
||||||
|
"description_confirmation_delete_all_sources": "Eliminareu totes les fonts de descàrrega",
|
||||||
|
"title_confirmation_delete_all_sources": "Suprimeix totes les fonts de baixada",
|
||||||
|
"removed_download_sources": "S'han eliminat els tipus de lletra",
|
||||||
|
"button_delete_all_sources": "Elimina totes les fonts de baixada",
|
||||||
"add_download_source": "Afegeix font",
|
"add_download_source": "Afegeix font",
|
||||||
"download_count_zero": "No hi ha baixades a la llista",
|
"download_count_zero": "No hi ha baixades a la llista",
|
||||||
"download_count_one": "{{countFormatted}} a la llista de baixades",
|
"download_count_one": "{{countFormatted}} a la llista de baixades",
|
||||||
|
|
|
@ -236,6 +236,12 @@
|
||||||
"download_source_errored": "Chyba",
|
"download_source_errored": "Chyba",
|
||||||
"sync_download_sources": "Synchronizovat zdroje",
|
"sync_download_sources": "Synchronizovat zdroje",
|
||||||
"removed_download_source": "Zdroj odebrán",
|
"removed_download_source": "Zdroj odebrán",
|
||||||
|
"cancel_button_confirmation_delete_all_sources": "Žádný",
|
||||||
|
"confirm_button_confirmation_delete_all_sources": "Ano, smazat vše",
|
||||||
|
"description_confirmation_delete_all_sources": "Smažete všechny zdroje stahování",
|
||||||
|
"title_confirmation_delete_all_sources": "Odstraňte všechny zdroje stahování",
|
||||||
|
"removed_download_sources": "Zdroje stahování byly odstraněny",
|
||||||
|
"button_delete_all_sources": "Odstraňte všechny zdroje stahování",
|
||||||
"added_download_source": "Zdroj přidán",
|
"added_download_source": "Zdroj přidán",
|
||||||
"download_sources_synced": "Všechny zdroje jsou synchronizovány",
|
"download_sources_synced": "Všechny zdroje jsou synchronizovány",
|
||||||
"insert_valid_json_url": "Zadej platnou JSON adresu",
|
"insert_valid_json_url": "Zadej platnou JSON adresu",
|
||||||
|
|
|
@ -199,6 +199,12 @@
|
||||||
"download_source_errored": "Fejlede",
|
"download_source_errored": "Fejlede",
|
||||||
"sync_download_sources": "Synkronisér kilder",
|
"sync_download_sources": "Synkronisér kilder",
|
||||||
"removed_download_source": "Download kilde fjernet",
|
"removed_download_source": "Download kilde fjernet",
|
||||||
|
"cancel_button_confirmation_delete_all_sources": "Ingen",
|
||||||
|
"confirm_button_confirmation_delete_all_sources": "Ja, slet alt",
|
||||||
|
"description_confirmation_delete_all_sources": "Du vil slette alle downloadkilder",
|
||||||
|
"title_confirmation_delete_all_sources": "Slet alle downloadkilder",
|
||||||
|
"removed_download_sources": "Skrifttyper fjernet",
|
||||||
|
"button_delete_all_sources": "Fjern alle downloadkilder",
|
||||||
"added_download_source": "Tilføjede download kilde",
|
"added_download_source": "Tilføjede download kilde",
|
||||||
"download_sources_synced": "Alle download kilder er synkroniserede",
|
"download_sources_synced": "Alle download kilder er synkroniserede",
|
||||||
"insert_valid_json_url": "Indsæt en gyldig JSON url",
|
"insert_valid_json_url": "Indsæt en gyldig JSON url",
|
||||||
|
|
|
@ -183,6 +183,12 @@
|
||||||
"download_source_errored": "Fehlgeschlagen",
|
"download_source_errored": "Fehlgeschlagen",
|
||||||
"sync_download_sources": "Quellen synchronisieren",
|
"sync_download_sources": "Quellen synchronisieren",
|
||||||
"removed_download_source": "Download-Quelle entfernt",
|
"removed_download_source": "Download-Quelle entfernt",
|
||||||
|
"cancel_button_confirmation_delete_all_sources": "NEIN",
|
||||||
|
"confirm_button_confirmation_delete_all_sources": "Ja, alles löschen",
|
||||||
|
"description_confirmation_delete_all_sources": "Sie löschen alle Downloadquellen",
|
||||||
|
"title_confirmation_delete_all_sources": "Löschen Sie alle Downloadquellen",
|
||||||
|
"removed_download_sources": "Schriftarten entfernt",
|
||||||
|
"button_delete_all_sources": "Entfernen Sie alle Downloadquellen",
|
||||||
"added_download_source": "Download-Quelle hinzugefügt",
|
"added_download_source": "Download-Quelle hinzugefügt",
|
||||||
"download_sources_synced": "Alle Download-Quellen sind synchronisiert",
|
"download_sources_synced": "Alle Download-Quellen sind synchronisiert",
|
||||||
"insert_valid_json_url": "Füge eine gültige JSON URL ein",
|
"insert_valid_json_url": "Füge eine gültige JSON URL ein",
|
||||||
|
|
|
@ -259,6 +259,11 @@
|
||||||
"sync_download_sources": "Sync sources",
|
"sync_download_sources": "Sync sources",
|
||||||
"removed_download_source": "Download source removed",
|
"removed_download_source": "Download source removed",
|
||||||
"removed_download_sources": "Download sources removed",
|
"removed_download_sources": "Download sources removed",
|
||||||
|
"cancel_button_confirmation_delete_all_sources": "No",
|
||||||
|
"confirm_button_confirmation_delete_all_sources": "Yes, delete everything",
|
||||||
|
"title_confirmation_delete_all_sources": "Delete all download sources",
|
||||||
|
"description_confirmation_delete_all_sources": "You will delete all download sources",
|
||||||
|
"button_delete_all_sources": "Remove all download sources",
|
||||||
"added_download_source": "Added download source",
|
"added_download_source": "Added download source",
|
||||||
"download_sources_synced": "All download sources are synced",
|
"download_sources_synced": "All download sources are synced",
|
||||||
"insert_valid_json_url": "Insert a valid JSON url",
|
"insert_valid_json_url": "Insert a valid JSON url",
|
||||||
|
|
|
@ -249,6 +249,12 @@
|
||||||
"download_source_errored": "Error",
|
"download_source_errored": "Error",
|
||||||
"sync_download_sources": "Sincronizar fuentes",
|
"sync_download_sources": "Sincronizar fuentes",
|
||||||
"removed_download_source": "Fuente de descarga eliminada",
|
"removed_download_source": "Fuente de descarga eliminada",
|
||||||
|
"cancel_button_confirmation_delete_all_sources": "No",
|
||||||
|
"confirm_button_confirmation_delete_all_sources": "Sí, borra todo",
|
||||||
|
"description_confirmation_delete_all_sources": "Eliminarás todas las fuentes de descarga",
|
||||||
|
"title_confirmation_delete_all_sources": "Eliminar todas las fuentes de descarga",
|
||||||
|
"removed_download_sources": "Fuentes de descarga eliminadas",
|
||||||
|
"button_delete_all_sources": "Eliminar todas las fuentes de descarga",
|
||||||
"added_download_source": "Fuente de descarga añadida",
|
"added_download_source": "Fuente de descarga añadida",
|
||||||
"download_sources_synced": "Todas las fuentes de descargas están actualizadas.",
|
"download_sources_synced": "Todas las fuentes de descargas están actualizadas.",
|
||||||
"insert_valid_json_url": "Introduce una URL JSON válida",
|
"insert_valid_json_url": "Introduce una URL JSON válida",
|
||||||
|
|
|
@ -235,6 +235,12 @@
|
||||||
"download_source_errored": "Vigane",
|
"download_source_errored": "Vigane",
|
||||||
"sync_download_sources": "Sünkroniseeri allikad",
|
"sync_download_sources": "Sünkroniseeri allikad",
|
||||||
"removed_download_source": "Allalaadimise allikas eemaldatud",
|
"removed_download_source": "Allalaadimise allikas eemaldatud",
|
||||||
|
"cancel_button_confirmation_delete_all_sources": "Ei",
|
||||||
|
"confirm_button_confirmation_delete_all_sources": "Jah, kustuta kõik",
|
||||||
|
"description_confirmation_delete_all_sources": "Kustutate kõik allalaadimisallikad",
|
||||||
|
"title_confirmation_delete_all_sources": "Kustutage kõik allalaadimisallikad",
|
||||||
|
"removed_download_sources": "Allalaadimise allikas eemaldati",
|
||||||
|
"button_delete_all_sources": "Eemaldage kõik allalaadimisallikad",
|
||||||
"added_download_source": "Allalaadimise allikas lisatud",
|
"added_download_source": "Allalaadimise allikas lisatud",
|
||||||
"download_sources_synced": "Kõik allalaadimise allikad on sünkroniseeritud",
|
"download_sources_synced": "Kõik allalaadimise allikad on sünkroniseeritud",
|
||||||
"insert_valid_json_url": "Sisesta kehtiv JSON url",
|
"insert_valid_json_url": "Sisesta kehtiv JSON url",
|
||||||
|
|
|
@ -109,6 +109,12 @@
|
||||||
"launch_with_system": "زمانی که سیستم روشن میشود، هایدرا را باز کن",
|
"launch_with_system": "زمانی که سیستم روشن میشود، هایدرا را باز کن",
|
||||||
"general": "کلی",
|
"general": "کلی",
|
||||||
"behavior": "رفتار",
|
"behavior": "رفتار",
|
||||||
|
"cancel_button_confirmation_delete_all_sources": "خیر",
|
||||||
|
"confirm_button_confirmation_delete_all_sources": "ہاں، سب کچھ حذف کر دیں۔",
|
||||||
|
"description_confirmation_delete_all_sources": "آپ ڈاؤن لوڈ کے تمام ذرائع کو حذف کر دیں گے۔",
|
||||||
|
"title_confirmation_delete_all_sources": "تمام منابع دانلود را حذف کنید",
|
||||||
|
"removed_download_sources": "منابع دانلود حذف شد",
|
||||||
|
"button_delete_all_sources": "تمام منابع دانلود را حذف کنید",
|
||||||
"enable_real_debrid": "فعالسازی Real-Debrid",
|
"enable_real_debrid": "فعالسازی Real-Debrid",
|
||||||
"real_debrid_api_token_hint": "کلید API خود را از <ب0>اینجا</0> بگیرید.",
|
"real_debrid_api_token_hint": "کلید API خود را از <ب0>اینجا</0> بگیرید.",
|
||||||
"save_changes": "ذخیره تغییرات"
|
"save_changes": "ذخیره تغییرات"
|
||||||
|
|
|
@ -97,7 +97,13 @@
|
||||||
"notifications": "Notifications",
|
"notifications": "Notifications",
|
||||||
"enable_download_notifications": "Quand un téléchargement est terminé",
|
"enable_download_notifications": "Quand un téléchargement est terminé",
|
||||||
"enable_repack_list_notifications": "Quand un nouveau repack est ajouté",
|
"enable_repack_list_notifications": "Quand un nouveau repack est ajouté",
|
||||||
"language": "Langue"
|
"language": "Langue",
|
||||||
|
"cancel_button_confirmation_delete_all_sources": "Non",
|
||||||
|
"confirm_button_confirmation_delete_all_sources": "Oui, supprime tout",
|
||||||
|
"description_confirmation_delete_all_sources": "Vous supprimerez toutes les sources de téléchargement",
|
||||||
|
"title_confirmation_delete_all_sources": "Supprimer toutes les sources de téléchargement",
|
||||||
|
"removed_download_sources": "Sources de téléchargement supprimées",
|
||||||
|
"button_delete_all_sources": "Supprimer toutes les sources de téléchargement"
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"download_complete": "Téléchargement terminé",
|
"download_complete": "Téléchargement terminé",
|
||||||
|
|
|
@ -104,6 +104,12 @@
|
||||||
"change": "Frissítés",
|
"change": "Frissítés",
|
||||||
"notifications": "Értesítések",
|
"notifications": "Értesítések",
|
||||||
"enable_download_notifications": "Amikor egy letöltés befejeződik",
|
"enable_download_notifications": "Amikor egy letöltés befejeződik",
|
||||||
|
"cancel_button_confirmation_delete_all_sources": "Nem",
|
||||||
|
"confirm_button_confirmation_delete_all_sources": "Igen, törölj mindent",
|
||||||
|
"description_confirmation_delete_all_sources": "Törölni fog minden letöltési forrást",
|
||||||
|
"title_confirmation_delete_all_sources": "Törölje az összes letöltési forrást",
|
||||||
|
"removed_download_sources": "Betűtípusok eltávolítva",
|
||||||
|
"button_delete_all_sources": "Távolítsa el az összes letöltési forrást",
|
||||||
"enable_repack_list_notifications": "Amikor egy új repack hozzáadásra kerül"
|
"enable_repack_list_notifications": "Amikor egy új repack hozzáadásra kerül"
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
|
|
|
@ -173,6 +173,12 @@
|
||||||
"download_sources_description": "Hydra akan mencari link unduhan dari sini. URL harus menuju file .json dengan link unduhan.",
|
"download_sources_description": "Hydra akan mencari link unduhan dari sini. URL harus menuju file .json dengan link unduhan.",
|
||||||
"validate_download_source": "Validasi",
|
"validate_download_source": "Validasi",
|
||||||
"remove_download_source": "Hapus",
|
"remove_download_source": "Hapus",
|
||||||
|
"cancel_button_confirmation_delete_all_sources": "TIDAK",
|
||||||
|
"confirm_button_confirmation_delete_all_sources": "Ya, hapus semuanya",
|
||||||
|
"description_confirmation_delete_all_sources": "Anda akan menghapus semua sumber unduhan",
|
||||||
|
"title_confirmation_delete_all_sources": "Hapus semua sumber unduhan",
|
||||||
|
"removed_download_sources": "Font dihapus",
|
||||||
|
"button_delete_all_sources": "Hapus semua sumber unduhan",
|
||||||
"add_download_source": "Tambahkan sumber",
|
"add_download_source": "Tambahkan sumber",
|
||||||
"download_count_zero": "Tidak ada unduhan dalam daftar",
|
"download_count_zero": "Tidak ada unduhan dalam daftar",
|
||||||
"download_count_one": "{{countFormatted}} unduhan dalam daftar",
|
"download_count_one": "{{countFormatted}} unduhan dalam daftar",
|
||||||
|
|
|
@ -118,6 +118,12 @@
|
||||||
"general": "Generale",
|
"general": "Generale",
|
||||||
"behavior": "Comportamento",
|
"behavior": "Comportamento",
|
||||||
"enable_real_debrid": "Abilita Real Debrid",
|
"enable_real_debrid": "Abilita Real Debrid",
|
||||||
|
"cancel_button_confirmation_delete_all_sources": "NO",
|
||||||
|
"confirm_button_confirmation_delete_all_sources": "Sì, cancella tutto",
|
||||||
|
"description_confirmation_delete_all_sources": "Eliminerai tutte le fonti di download",
|
||||||
|
"title_confirmation_delete_all_sources": "Elimina tutte le fonti di download",
|
||||||
|
"removed_download_sources": "Fonti di download rimosse",
|
||||||
|
"button_delete_all_sources": "Rimuovi tutte le fonti di download",
|
||||||
"real_debrid_api_token_hint": "Puoi trovare la tua chiave API <0>here</0>",
|
"real_debrid_api_token_hint": "Puoi trovare la tua chiave API <0>here</0>",
|
||||||
"save_changes": "Salva modifiche"
|
"save_changes": "Salva modifiche"
|
||||||
},
|
},
|
||||||
|
|
|
@ -171,6 +171,12 @@
|
||||||
"download_sources_description": "Hydra осы көздерден жүктеу сілтемелерін алады. URL-да жүктеу сілтемелері бар .json файлына тікелей сілтеме болуы керек.",
|
"download_sources_description": "Hydra осы көздерден жүктеу сілтемелерін алады. URL-да жүктеу сілтемелері бар .json файлына тікелей сілтеме болуы керек.",
|
||||||
"validate_download_source": "Тексеру",
|
"validate_download_source": "Тексеру",
|
||||||
"remove_download_source": "Жою",
|
"remove_download_source": "Жою",
|
||||||
|
"cancel_button_confirmation_delete_all_sources": "Жоқ",
|
||||||
|
"confirm_button_confirmation_delete_all_sources": "Иә, бәрін жойыңыз",
|
||||||
|
"description_confirmation_delete_all_sources": "Барлық жүктеу көздерін жоясыз",
|
||||||
|
"title_confirmation_delete_all_sources": "Барлық жүктеу көздерін жойыңыз",
|
||||||
|
"removed_download_sources": "Қаріптер жойылды",
|
||||||
|
"button_delete_all_sources": "Барлық жүктеу көздерін жойыңыз",
|
||||||
"add_download_source": "Жүктеу көзін қосу",
|
"add_download_source": "Жүктеу көзін қосу",
|
||||||
"download_count_zero": "Жүктеулер тізімінде жоқ",
|
"download_count_zero": "Жүктеулер тізімінде жоқ",
|
||||||
"download_count_one": "{{countFormatted}} жүктеу тізімде",
|
"download_count_one": "{{countFormatted}} жүктеу тізімде",
|
||||||
|
|
|
@ -109,6 +109,12 @@
|
||||||
"launch_with_system": "컴퓨터가 시작되었을 때 Hydra 실행",
|
"launch_with_system": "컴퓨터가 시작되었을 때 Hydra 실행",
|
||||||
"general": "일반",
|
"general": "일반",
|
||||||
"behavior": "행동",
|
"behavior": "행동",
|
||||||
|
"cancel_button_confirmation_delete_all_sources": "아니요",
|
||||||
|
"confirm_button_confirmation_delete_all_sources": "네, 모두 삭제합니다",
|
||||||
|
"description_confirmation_delete_all_sources": "모든 다운로드 소스를 삭제합니다.",
|
||||||
|
"title_confirmation_delete_all_sources": "모든 다운로드 소스 삭제",
|
||||||
|
"removed_download_sources": "제거된 글꼴",
|
||||||
|
"button_delete_all_sources": "모든 다운로드 소스 제거",
|
||||||
"enable_real_debrid": "Real-Debrid 활성화",
|
"enable_real_debrid": "Real-Debrid 활성화",
|
||||||
"real_debrid_api_token_hint": "API 키를 <0>이곳</0>에서 얻으세요.",
|
"real_debrid_api_token_hint": "API 키를 <0>이곳</0>에서 얻으세요.",
|
||||||
"save_changes": "변경 사항 저장"
|
"save_changes": "변경 사항 저장"
|
||||||
|
|
|
@ -199,6 +199,12 @@
|
||||||
"download_source_errored": "Mislyktes",
|
"download_source_errored": "Mislyktes",
|
||||||
"sync_download_sources": "Synkroniser kilder",
|
"sync_download_sources": "Synkroniser kilder",
|
||||||
"removed_download_source": "Nedlastingskilde fjernet",
|
"removed_download_source": "Nedlastingskilde fjernet",
|
||||||
|
"cancel_button_confirmation_delete_all_sources": "Ingen",
|
||||||
|
"confirm_button_confirmation_delete_all_sources": "Ja, slett alt",
|
||||||
|
"description_confirmation_delete_all_sources": "Du vil slette alle nedlastingskilder",
|
||||||
|
"title_confirmation_delete_all_sources": "Slett alle nedlastingskilder",
|
||||||
|
"removed_download_sources": "Fonter fjernet",
|
||||||
|
"button_delete_all_sources": "Fjern alle nedlastingskilder",
|
||||||
"added_download_source": "La til Nedlastingskilde",
|
"added_download_source": "La til Nedlastingskilde",
|
||||||
"download_sources_synced": "Alle nedlastingskilder er synkroniserte",
|
"download_sources_synced": "Alle nedlastingskilder er synkroniserte",
|
||||||
"insert_valid_json_url": "Innsett en gyldig JSON url",
|
"insert_valid_json_url": "Innsett en gyldig JSON url",
|
||||||
|
|
|
@ -110,6 +110,12 @@
|
||||||
"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",
|
||||||
|
"cancel_button_confirmation_delete_all_sources": "Nee",
|
||||||
|
"confirm_button_confirmation_delete_all_sources": "Ja, verwijder alles",
|
||||||
|
"description_confirmation_delete_all_sources": "Je verwijdert alle downloadbronnen",
|
||||||
|
"title_confirmation_delete_all_sources": "Verwijder alle downloadbronnen",
|
||||||
|
"removed_download_sources": "Downloadbronnen verwijderd",
|
||||||
|
"button_delete_all_sources": "Verwijder alle downloadbronnen",
|
||||||
"enable_real_debrid": "Enable Real-Debrid",
|
"enable_real_debrid": "Enable 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"
|
||||||
|
|
|
@ -118,6 +118,11 @@
|
||||||
"general": "Ogólne",
|
"general": "Ogólne",
|
||||||
"behavior": "Zachowania",
|
"behavior": "Zachowania",
|
||||||
"language": "Język",
|
"language": "Język",
|
||||||
|
"cancel_button_confirmation_delete_all_sources": "NIE",
|
||||||
|
"confirm_button_confirmation_delete_all_sources": "Tak, usuń wszystko",
|
||||||
|
"description_confirmation_delete_all_sources": "Usuniesz wszystkie źródła pobierania",
|
||||||
|
"title_confirmation_delete_all_sources": "Usuń wszystkie źródła pobierania",
|
||||||
|
"button_delete_all_sources": "Usuń wszystkie źródła pobierania",
|
||||||
"enable_real_debrid": "Włącz Real-Debrid",
|
"enable_real_debrid": "Włącz Real-Debrid",
|
||||||
"real_debrid_api_token_hint": "Możesz uzyskać swój klucz API <0>tutaj</0>",
|
"real_debrid_api_token_hint": "Możesz uzyskać swój klucz API <0>tutaj</0>",
|
||||||
"save_changes": "Zapisz zmiany"
|
"save_changes": "Zapisz zmiany"
|
||||||
|
|
|
@ -247,6 +247,11 @@
|
||||||
"sync_download_sources": "Sincronizar",
|
"sync_download_sources": "Sincronizar",
|
||||||
"removed_download_source": "Fonte removida",
|
"removed_download_source": "Fonte removida",
|
||||||
"removed_download_sources": "Fontes removidas",
|
"removed_download_sources": "Fontes removidas",
|
||||||
|
"cancel_button_confirmation_delete_all_sources": "Não",
|
||||||
|
"confirm_button_confirmation_delete_all_sources": "Sim, excluir tudo",
|
||||||
|
"title_confirmation_delete_all_sources": "Excluir todas as fontes de download",
|
||||||
|
"description_confirmation_delete_all_sources": "Você irá excluir todas as fontes de download",
|
||||||
|
"button_delete_all_sources": "Remover todas as fontes de download",
|
||||||
"added_download_source": "Fonte adicionada",
|
"added_download_source": "Fonte adicionada",
|
||||||
"download_sources_synced": "As fontes foram sincronizadas",
|
"download_sources_synced": "As fontes foram sincronizadas",
|
||||||
"insert_valid_json_url": "Insira a url de um JSON válido",
|
"insert_valid_json_url": "Insira a url de um JSON válido",
|
||||||
|
|
|
@ -230,6 +230,12 @@
|
||||||
"download_source_errored": "Falhou",
|
"download_source_errored": "Falhou",
|
||||||
"sync_download_sources": "Sincronizar",
|
"sync_download_sources": "Sincronizar",
|
||||||
"removed_download_source": "Fonte removida",
|
"removed_download_source": "Fonte removida",
|
||||||
|
"cancel_button_confirmation_delete_all_sources": "Não",
|
||||||
|
"confirm_button_confirmation_delete_all_sources": "Sim, apague tudo",
|
||||||
|
"description_confirmation_delete_all_sources": "Irá eliminar todas as fontes de download",
|
||||||
|
"title_confirmation_delete_all_sources": "Apague todas as fontes de download",
|
||||||
|
"removed_download_sources": "Fontes de download removidas",
|
||||||
|
"button_delete_all_sources": "Remover todas as fontes de download",
|
||||||
"added_download_source": "Fonte adicionada",
|
"added_download_source": "Fonte adicionada",
|
||||||
"download_sources_synced": "As fontes foram sincronizadas",
|
"download_sources_synced": "As fontes foram sincronizadas",
|
||||||
"insert_valid_json_url": "Insere o URL de um JSON válido",
|
"insert_valid_json_url": "Insere o URL de um JSON válido",
|
||||||
|
|
|
@ -125,6 +125,12 @@
|
||||||
"behavior": "Comportament",
|
"behavior": "Comportament",
|
||||||
"language": "Limbă",
|
"language": "Limbă",
|
||||||
"real_debrid_api_token": "Token API",
|
"real_debrid_api_token": "Token API",
|
||||||
|
"cancel_button_confirmation_delete_all_sources": "Nu",
|
||||||
|
"confirm_button_confirmation_delete_all_sources": "Da, șterge totul",
|
||||||
|
"description_confirmation_delete_all_sources": "Veți șterge toate sursele de descărcare",
|
||||||
|
"title_confirmation_delete_all_sources": "Ștergeți toate sursele de descărcare",
|
||||||
|
"removed_download_sources": "Sursele de descărcare au fost eliminate",
|
||||||
|
"button_delete_all_sources": "Eliminați toate sursele de descărcare",
|
||||||
"enable_real_debrid": "Activează Real-Debrid",
|
"enable_real_debrid": "Activează Real-Debrid",
|
||||||
"real_debrid_description": "Real-Debrid este un descărcător fără restricții care îți permite să descarci fișiere instantaneu și la cea mai bună viteză a internetului tău.",
|
"real_debrid_description": "Real-Debrid este un descărcător fără restricții care îți permite să descarci fișiere instantaneu și la cea mai bună viteză a internetului tău.",
|
||||||
"real_debrid_invalid_token": "Token API invalid",
|
"real_debrid_invalid_token": "Token API invalid",
|
||||||
|
|
|
@ -259,6 +259,12 @@
|
||||||
"download_source_errored": "Ошибка",
|
"download_source_errored": "Ошибка",
|
||||||
"sync_download_sources": "Обновить источники",
|
"sync_download_sources": "Обновить источники",
|
||||||
"removed_download_source": "Источник загрузок удален",
|
"removed_download_source": "Источник загрузок удален",
|
||||||
|
"cancel_button_confirmation_delete_all_sources": "Нет",
|
||||||
|
"confirm_button_confirmation_delete_all_sources": "Да, удалить все",
|
||||||
|
"description_confirmation_delete_all_sources": "Вы удалите все источники загрузки",
|
||||||
|
"title_confirmation_delete_all_sources": "Удалить все источники загрузки",
|
||||||
|
"removed_download_sources": "Шрифты удалены",
|
||||||
|
"button_delete_all_sources": "Удалить все источники загрузки",
|
||||||
"added_download_source": "Источник загрузок добавлен",
|
"added_download_source": "Источник загрузок добавлен",
|
||||||
"download_sources_synced": "Все источники загрузок синхронизированы",
|
"download_sources_synced": "Все источники загрузок синхронизированы",
|
||||||
"insert_valid_json_url": "Вставьте действительный URL JSON-файла",
|
"insert_valid_json_url": "Вставьте действительный URL JSON-файла",
|
||||||
|
|
|
@ -249,6 +249,12 @@
|
||||||
"validate_download_source": "Doğrula",
|
"validate_download_source": "Doğrula",
|
||||||
"remove_download_source": "Kaldır",
|
"remove_download_source": "Kaldır",
|
||||||
"add_download_source": "Kaynak ekle",
|
"add_download_source": "Kaynak ekle",
|
||||||
|
"cancel_button_confirmation_delete_all_sources": "HAYIR",
|
||||||
|
"confirm_button_confirmation_delete_all_sources": "Evet, her şeyi sil",
|
||||||
|
"description_confirmation_delete_all_sources": "Tüm indirme kaynaklarını sileceksiniz",
|
||||||
|
"title_confirmation_delete_all_sources": "Tüm indirme kaynaklarını sil",
|
||||||
|
"removed_download_sources": "Yazı tipleri kaldırıldı",
|
||||||
|
"button_delete_all_sources": "Tüm indirme kaynaklarını kaldır",
|
||||||
"download_count_zero": "İndirme seçeneği yok",
|
"download_count_zero": "İndirme seçeneği yok",
|
||||||
"download_count_one": "{{countFormatted}} indirme seçeneği",
|
"download_count_one": "{{countFormatted}} indirme seçeneği",
|
||||||
"download_count_other": "{{countFormatted}} indirme seçeneği",
|
"download_count_other": "{{countFormatted}} indirme seçeneği",
|
||||||
|
|
|
@ -174,6 +174,12 @@
|
||||||
"import": "Імпортувати",
|
"import": "Імпортувати",
|
||||||
"insert_valid_json_url": "Вставте дійсний URL JSON-файлу",
|
"insert_valid_json_url": "Вставте дійсний URL JSON-файлу",
|
||||||
"language": "Мова",
|
"language": "Мова",
|
||||||
|
"cancel_button_confirmation_delete_all_sources": "немає",
|
||||||
|
"confirm_button_confirmation_delete_all_sources": "Так, видалити все",
|
||||||
|
"description_confirmation_delete_all_sources": "Ви видалите всі джерела завантаження",
|
||||||
|
"title_confirmation_delete_all_sources": "Видалити всі джерела завантаження",
|
||||||
|
"removed_download_sources": "Джерела завантажень видалено",
|
||||||
|
"button_delete_all_sources": "Видаліть усі джерела завантаження",
|
||||||
"real_debrid_api_token": "API-токен",
|
"real_debrid_api_token": "API-токен",
|
||||||
"real_debrid_api_token_hint": "API токен можливо отримати <0>тут</0>",
|
"real_debrid_api_token_hint": "API токен можливо отримати <0>тут</0>",
|
||||||
"real_debrid_api_token_label": "Real-Debrid API-токен",
|
"real_debrid_api_token_label": "Real-Debrid API-токен",
|
||||||
|
|
|
@ -225,6 +225,12 @@
|
||||||
"download_sources_description": "Hydra 将从这些源获取下载链接。源 URL 必须是直接链接到包含下载链接的 .json 文件。",
|
"download_sources_description": "Hydra 将从这些源获取下载链接。源 URL 必须是直接链接到包含下载链接的 .json 文件。",
|
||||||
"validate_download_source": "验证",
|
"validate_download_source": "验证",
|
||||||
"remove_download_source": "移除",
|
"remove_download_source": "移除",
|
||||||
|
"cancel_button_confirmation_delete_all_sources": "不",
|
||||||
|
"confirm_button_confirmation_delete_all_sources": "是的,删除所有内容",
|
||||||
|
"description_confirmation_delete_all_sources": "您将删除所有下载源",
|
||||||
|
"title_confirmation_delete_all_sources": "删除所有下载源",
|
||||||
|
"removed_download_sources": "已删除字体",
|
||||||
|
"button_delete_all_sources": "删除所有下载源",
|
||||||
"add_download_source": "添加源",
|
"add_download_source": "添加源",
|
||||||
"download_count_zero": "列表中无下载",
|
"download_count_zero": "列表中无下载",
|
||||||
"download_count_one": "列表中有 {{countFormatted}} 个下载",
|
"download_count_one": "列表中有 {{countFormatted}} 个下载",
|
||||||
|
|
|
@ -98,6 +98,7 @@ export function SettingsDownloadSources() {
|
||||||
showSuccessToast(t("removed_download_sources"));
|
showSuccessToast(t("removed_download_sources"));
|
||||||
|
|
||||||
getDownloadSources();
|
getDownloadSources();
|
||||||
|
setIsRemovingDownloadSource(false);
|
||||||
setShowConfirmationDeleteAllSourcesModal(false);
|
setShowConfirmationDeleteAllSourcesModal(false);
|
||||||
channel.close();
|
channel.close();
|
||||||
updateRepacks();
|
updateRepacks();
|
||||||
|
@ -151,15 +152,14 @@ export function SettingsDownloadSources() {
|
||||||
onClose={handleModalClose}
|
onClose={handleModalClose}
|
||||||
onAddDownloadSource={handleAddDownloadSource}
|
onAddDownloadSource={handleAddDownloadSource}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<ConfirmationModal
|
<ConfirmationModal
|
||||||
cancelButtonLabel="Não"
|
cancelButtonLabel={t("cancel_button_confirmation_delete_all_sources")}
|
||||||
confirmButtonLabel="Sim, excluir"
|
confirmButtonLabel={t("confirm_button_confirmation_delete_all_sources")}
|
||||||
descriptionText="Você ira excluir todas as fontes de dowload"
|
descriptionText={t("description_confirmation_delete_all_sources")}
|
||||||
clickOutsideToClose={false}
|
clickOutsideToClose={false}
|
||||||
onConfirm={handleRemoveAllDowloadSources}
|
onConfirm={handleRemoveAllDowloadSources}
|
||||||
visible={showConfirmationDeleteAllSourcesModal}
|
visible={showConfirmationDeleteAllSourcesModal}
|
||||||
title={"Excluir todas as fontes de dowload"}
|
title={t("title_confirmation_delete_all_sources")}
|
||||||
onClose={() => setShowConfirmationDeleteAllSourcesModal(false)}
|
onClose={() => setShowConfirmationDeleteAllSourcesModal(false)}
|
||||||
buttonsIsDisabled={isRemovingDownloadSource}
|
buttonsIsDisabled={isRemovingDownloadSource}
|
||||||
/>
|
/>
|
||||||
|
@ -254,7 +254,7 @@ export function SettingsDownloadSources() {
|
||||||
disabled={isRemovingDownloadSource}
|
disabled={isRemovingDownloadSource}
|
||||||
>
|
>
|
||||||
<XIcon />
|
<XIcon />
|
||||||
Remover todas as fontes de dowload
|
{t("button_delete_all_sources")}
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
|
@ -115,7 +115,7 @@ const deleteDownloadSource = async (id: number) => {
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
const deleteAllDowloadsSources = async () => {
|
const deleteAllDowloadSources = async () => {
|
||||||
await db.transaction("rw", repacksTable, downloadSourcesTable, async () => {
|
await db.transaction("rw", repacksTable, downloadSourcesTable, async () => {
|
||||||
await repacksTable.clear();
|
await repacksTable.clear();
|
||||||
await downloadSourcesTable.clear();
|
await downloadSourcesTable.clear();
|
||||||
|
@ -141,7 +141,7 @@ self.onmessage = async (event: MessageEvent<Payload>) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (type === "DELETE_ALL_DOWNLOAD_SOURCES") {
|
if (type === "DELETE_ALL_DOWNLOAD_SOURCES") {
|
||||||
await deleteAllDowloadsSources();
|
await deleteAllDowloadSources();
|
||||||
|
|
||||||
const channel = new BroadcastChannel(`download_sources:delete_all:${data}`);
|
const channel = new BroadcastChannel(`download_sources:delete_all:${data}`);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue