mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-19 01:03:57 +00:00
Compare commits
93 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9b8a0af8e9 | ||
|
|
31319b0811 | ||
|
|
9976812bf7 | ||
|
|
6b4d422b65 | ||
|
|
ec9db3a48f | ||
|
|
72cde368f5 | ||
|
|
bd77aee3c2 | ||
|
|
dafdda1bc7 | ||
|
|
6c6a238c5f | ||
|
|
0df18022ed | ||
|
|
6626368613 | ||
|
|
cff728bbbe | ||
|
|
3961b53d0e | ||
|
|
3f08e87eda | ||
|
|
b84c34a69c | ||
|
|
c2e1a092c9 | ||
|
|
fe03894054 | ||
|
|
893695eda0 | ||
|
|
28727600fe | ||
|
|
d892ed4f34 | ||
|
|
ea618febe2 | ||
|
|
358eac061f | ||
|
|
33f9e5729b | ||
|
|
2a7feba5dc | ||
|
|
1390f99895 | ||
|
|
daf8ee6ba2 | ||
|
|
652fe69141 | ||
|
|
61b2710219 | ||
|
|
0e67e21223 | ||
|
|
f12784b6e7 | ||
|
|
8795359c0b | ||
|
|
bcc2127a6e | ||
|
|
766c5760d7 | ||
|
|
3c8db34456 | ||
|
|
433ebf55ac | ||
|
|
b68bed97dd | ||
|
|
2a8600a841 | ||
|
|
3fd48eb784 | ||
|
|
aa19241b2b | ||
|
|
a16a75ff39 | ||
|
|
e4d97e9775 | ||
|
|
5688aaf0e8 | ||
|
|
ad5eb22553 | ||
|
|
1c3a5f4800 | ||
|
|
d8a7275512 | ||
|
|
489dd710fa | ||
|
|
0db93c7dad | ||
|
|
d9fe3c709e | ||
|
|
03a3d734f1 | ||
|
|
106d66f1a2 | ||
|
|
3ef6472825 | ||
|
|
df77d754ae | ||
|
|
6a8da74bcf | ||
|
|
1aa3bb1ad2 | ||
|
|
fdcf244f4e | ||
|
|
d8a4eaaa66 | ||
|
|
1c71c20b48 | ||
|
|
aefc5eca49 | ||
|
|
5f1b83a0d9 | ||
|
|
85efc23c25 | ||
|
|
b344a1850a | ||
|
|
a9ec1a62bf | ||
|
|
6832c11d06 | ||
|
|
740cc2ec7c | ||
|
|
e12c6daa16 | ||
|
|
2ee8a64945 | ||
|
|
a54edd8b4a | ||
|
|
f7b6a91621 | ||
|
|
96dbfe8593 | ||
|
|
dddc5bfd96 | ||
|
|
282bb45869 | ||
|
|
c982ebe33a | ||
|
|
08935ceabd | ||
|
|
0e7a0d1afa | ||
|
|
38dc8bdea5 | ||
|
|
c33aa3c874 | ||
|
|
afa34c74d7 | ||
|
|
cda9b8fb42 | ||
|
|
026abd7909 | ||
|
|
bc31a28eee | ||
|
|
f1624441b4 | ||
|
|
358abde963 | ||
|
|
c65fc15d99 | ||
|
|
b32226273e | ||
|
|
2e7a2a05a5 | ||
|
|
ab70ff10be | ||
|
|
6a429f9f39 | ||
|
|
b03c69b185 | ||
|
|
3fe77f4961 | ||
|
|
79be151de0 | ||
|
|
e804b92f30 | ||
|
|
cf31b36961 | ||
|
|
3156baf78e |
@@ -1,2 +1,4 @@
|
|||||||
MAIN_VITE_API_URL=API_URL
|
MAIN_VITE_API_URL=API_URL
|
||||||
MAIN_VITE_AUTH_URL=AUTH_URL
|
MAIN_VITE_AUTH_URL=AUTH_URL
|
||||||
|
RENDERER_VITE_REAL_DEBRID_REFERRAL_ID=
|
||||||
|
RENDERER_VITE_TORBOX_REFERRAL_CODE=
|
||||||
|
|||||||
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -47,12 +47,13 @@ jobs:
|
|||||||
MAIN_VITE_API_URL: ${{ vars.MAIN_VITE_STAGING_API_URL }}
|
MAIN_VITE_API_URL: ${{ vars.MAIN_VITE_STAGING_API_URL }}
|
||||||
MAIN_VITE_AUTH_URL: ${{ vars.MAIN_VITE_STAGING_AUTH_URL }}
|
MAIN_VITE_AUTH_URL: ${{ vars.MAIN_VITE_STAGING_AUTH_URL }}
|
||||||
MAIN_VITE_CHECKOUT_URL: ${{ vars.MAIN_VITE_STAGING_CHECKOUT_URL }}
|
MAIN_VITE_CHECKOUT_URL: ${{ vars.MAIN_VITE_STAGING_CHECKOUT_URL }}
|
||||||
RENDERER_VITE_INTERCOM_APP_ID: ${{ vars.RENDERER_VITE_INTERCOM_APP_ID }}
|
|
||||||
RENDERER_VITE_EXTERNAL_RESOURCES_URL: ${{ vars.EXTERNAL_RESOURCES_URL }}
|
RENDERER_VITE_EXTERNAL_RESOURCES_URL: ${{ vars.EXTERNAL_RESOURCES_URL }}
|
||||||
MAIN_VITE_EXTERNAL_RESOURCES_URL: ${{ vars.EXTERNAL_RESOURCES_URL }}
|
MAIN_VITE_EXTERNAL_RESOURCES_URL: ${{ vars.EXTERNAL_RESOURCES_URL }}
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||||
RENDERER_VITE_SENTRY_DSN: ${{ vars.SENTRY_DSN }}
|
RENDERER_VITE_SENTRY_DSN: ${{ vars.SENTRY_DSN }}
|
||||||
|
RENDERER_VITE_REAL_DEBRID_REFERRAL_ID: ${{ vars.RENDERER_VITE_REAL_DEBRID_REFERRAL_ID }}
|
||||||
|
RENDERER_VITE_TORBOX_REFERRAL_CODE: ${{ vars.RENDERER_VITE_TORBOX_REFERRAL_CODE }}
|
||||||
|
|
||||||
- name: Build Windows
|
- name: Build Windows
|
||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
@@ -61,14 +62,15 @@ jobs:
|
|||||||
MAIN_VITE_API_URL: ${{ vars.MAIN_VITE_STAGING_API_URL }}
|
MAIN_VITE_API_URL: ${{ vars.MAIN_VITE_STAGING_API_URL }}
|
||||||
MAIN_VITE_AUTH_URL: ${{ vars.MAIN_VITE_STAGING_AUTH_URL }}
|
MAIN_VITE_AUTH_URL: ${{ vars.MAIN_VITE_STAGING_AUTH_URL }}
|
||||||
MAIN_VITE_CHECKOUT_URL: ${{ vars.MAIN_VITE_STAGING_CHECKOUT_URL }}
|
MAIN_VITE_CHECKOUT_URL: ${{ vars.MAIN_VITE_STAGING_CHECKOUT_URL }}
|
||||||
RENDERER_VITE_INTERCOM_APP_ID: ${{ vars.RENDERER_VITE_INTERCOM_APP_ID }}
|
|
||||||
RENDERER_VITE_EXTERNAL_RESOURCES_URL: ${{ vars.EXTERNAL_RESOURCES_URL }}
|
RENDERER_VITE_EXTERNAL_RESOURCES_URL: ${{ vars.EXTERNAL_RESOURCES_URL }}
|
||||||
MAIN_VITE_EXTERNAL_RESOURCES_URL: ${{ vars.EXTERNAL_RESOURCES_URL }}
|
MAIN_VITE_EXTERNAL_RESOURCES_URL: ${{ vars.EXTERNAL_RESOURCES_URL }}
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||||
RENDERER_VITE_SENTRY_DSN: ${{ vars.SENTRY_DSN }}
|
RENDERER_VITE_SENTRY_DSN: ${{ vars.SENTRY_DSN }}
|
||||||
|
RENDERER_VITE_REAL_DEBRID_REFERRAL_ID: ${{ vars.RENDERER_VITE_REAL_DEBRID_REFERRAL_ID }}
|
||||||
|
RENDERER_VITE_TORBOX_REFERRAL_CODE: ${{ vars.RENDERER_VITE_TORBOX_REFERRAL_CODE }}
|
||||||
|
|
||||||
- name: Test Upload build
|
- name: Upload build
|
||||||
env:
|
env:
|
||||||
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
|
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
|
||||||
S3_ENDPOINT: ${{ secrets.S3_ENDPOINT }}
|
S3_ENDPOINT: ${{ secrets.S3_ENDPOINT }}
|
||||||
|
|||||||
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -49,13 +49,13 @@ jobs:
|
|||||||
MAIN_VITE_API_URL: ${{ vars.MAIN_VITE_API_URL }}
|
MAIN_VITE_API_URL: ${{ vars.MAIN_VITE_API_URL }}
|
||||||
MAIN_VITE_AUTH_URL: ${{ vars.MAIN_VITE_AUTH_URL }}
|
MAIN_VITE_AUTH_URL: ${{ vars.MAIN_VITE_AUTH_URL }}
|
||||||
MAIN_VITE_CHECKOUT_URL: ${{ vars.MAIN_VITE_CHECKOUT_URL }}
|
MAIN_VITE_CHECKOUT_URL: ${{ vars.MAIN_VITE_CHECKOUT_URL }}
|
||||||
MAIN_VITE_ANALYTICS_API_URL: ${{ vars.MAIN_VITE_ANALYTICS_API_URL }}
|
|
||||||
RENDERER_VITE_INTERCOM_APP_ID: ${{ vars.RENDERER_VITE_INTERCOM_APP_ID }}
|
|
||||||
RENDERER_VITE_EXTERNAL_RESOURCES_URL: ${{ vars.EXTERNAL_RESOURCES_URL }}
|
RENDERER_VITE_EXTERNAL_RESOURCES_URL: ${{ vars.EXTERNAL_RESOURCES_URL }}
|
||||||
MAIN_VITE_EXTERNAL_RESOURCES_URL: ${{ vars.EXTERNAL_RESOURCES_URL }}
|
MAIN_VITE_EXTERNAL_RESOURCES_URL: ${{ vars.EXTERNAL_RESOURCES_URL }}
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||||
RENDERER_VITE_SENTRY_DSN: ${{ vars.SENTRY_DSN }}
|
RENDERER_VITE_SENTRY_DSN: ${{ vars.SENTRY_DSN }}
|
||||||
|
RENDERER_VITE_REAL_DEBRID_REFERRAL_ID: ${{ vars.RENDERER_VITE_REAL_DEBRID_REFERRAL_ID }}
|
||||||
|
RENDERER_VITE_TORBOX_REFERRAL_CODE: ${{ vars.RENDERER_VITE_TORBOX_REFERRAL_CODE }}
|
||||||
|
|
||||||
- name: Build Windows
|
- name: Build Windows
|
||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
@@ -64,13 +64,13 @@ jobs:
|
|||||||
MAIN_VITE_API_URL: ${{ vars.MAIN_VITE_API_URL }}
|
MAIN_VITE_API_URL: ${{ vars.MAIN_VITE_API_URL }}
|
||||||
MAIN_VITE_AUTH_URL: ${{ vars.MAIN_VITE_AUTH_URL }}
|
MAIN_VITE_AUTH_URL: ${{ vars.MAIN_VITE_AUTH_URL }}
|
||||||
MAIN_VITE_CHECKOUT_URL: ${{ vars.MAIN_VITE_CHECKOUT_URL }}
|
MAIN_VITE_CHECKOUT_URL: ${{ vars.MAIN_VITE_CHECKOUT_URL }}
|
||||||
MAIN_VITE_ANALYTICS_API_URL: ${{ vars.MAIN_VITE_ANALYTICS_API_URL }}
|
|
||||||
RENDERER_VITE_INTERCOM_APP_ID: ${{ vars.RENDERER_VITE_INTERCOM_APP_ID }}
|
|
||||||
RENDERER_VITE_EXTERNAL_RESOURCES_URL: ${{ vars.EXTERNAL_RESOURCES_URL }}
|
RENDERER_VITE_EXTERNAL_RESOURCES_URL: ${{ vars.EXTERNAL_RESOURCES_URL }}
|
||||||
MAIN_VITE_EXTERNAL_RESOURCES_URL: ${{ vars.EXTERNAL_RESOURCES_URL }}
|
MAIN_VITE_EXTERNAL_RESOURCES_URL: ${{ vars.EXTERNAL_RESOURCES_URL }}
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||||
RENDERER_VITE_SENTRY_DSN: ${{ vars.SENTRY_DSN }}
|
RENDERER_VITE_SENTRY_DSN: ${{ vars.SENTRY_DSN }}
|
||||||
|
RENDERER_VITE_REAL_DEBRID_REFERRAL_ID: ${{ vars.RENDERER_VITE_REAL_DEBRID_REFERRAL_ID }}
|
||||||
|
RENDERER_VITE_TORBOX_REFERRAL_CODE: ${{ vars.RENDERER_VITE_TORBOX_REFERRAL_CODE }}
|
||||||
|
|
||||||
- name: Create artifact
|
- name: Create artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|||||||
13
.github/workflows/trigger-lp.yml
vendored
Normal file
13
.github/workflows/trigger-lp.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name: Trigger Landing Page Build
|
||||||
|
|
||||||
|
on:
|
||||||
|
release:
|
||||||
|
types: [published]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Trigger Landing Page build
|
||||||
|
run: curl --location --request POST '${{ secrets.LP_TRIGGER_DEPLOY_URL }}'
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "hydralauncher",
|
"name": "hydralauncher",
|
||||||
"version": "3.3.0",
|
"version": "3.3.1",
|
||||||
"description": "Hydra",
|
"description": "Hydra",
|
||||||
"main": "./out/main/index.js",
|
"main": "./out/main/index.js",
|
||||||
"author": "Los Broxas",
|
"author": "Los Broxas",
|
||||||
@@ -44,6 +44,7 @@
|
|||||||
"@sentry/vite-plugin": "^2.22.7",
|
"@sentry/vite-plugin": "^2.22.7",
|
||||||
"auto-launch": "^5.0.6",
|
"auto-launch": "^5.0.6",
|
||||||
"axios": "^1.7.9",
|
"axios": "^1.7.9",
|
||||||
|
"axios-cookiejar-support": "^5.0.5",
|
||||||
"better-sqlite3": "^11.7.0",
|
"better-sqlite3": "^11.7.0",
|
||||||
"classic-level": "^2.0.0",
|
"classic-level": "^2.0.0",
|
||||||
"classnames": "^2.5.1",
|
"classnames": "^2.5.1",
|
||||||
@@ -75,6 +76,7 @@
|
|||||||
"sound-play": "^1.1.0",
|
"sound-play": "^1.1.0",
|
||||||
"sudo-prompt": "^9.2.1",
|
"sudo-prompt": "^9.2.1",
|
||||||
"tar": "^7.4.3",
|
"tar": "^7.4.3",
|
||||||
|
"tough-cookie": "^5.1.1",
|
||||||
"user-agents": "^1.1.387",
|
"user-agents": "^1.1.387",
|
||||||
"yaml": "^2.6.1",
|
"yaml": "^2.6.1",
|
||||||
"yup": "^1.5.0",
|
"yup": "^1.5.0",
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -255,6 +255,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}} خيار تنزيل",
|
||||||
|
|||||||
@@ -107,6 +107,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": "Запускаць праграму пры запуску сыстэмы"
|
||||||
|
|||||||
@@ -253,6 +253,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 линк",
|
||||||
|
|||||||
@@ -175,6 +175,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 les fonts de descàrrega",
|
||||||
|
"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",
|
||||||
|
|||||||
@@ -237,6 +237,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",
|
||||||
|
|||||||
@@ -201,6 +201,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": "Download kilder 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",
|
||||||
|
|||||||
@@ -185,6 +185,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": "Du löschen alle Downloadquellen",
|
||||||
|
"title_confirmation_delete_all_sources": "Löschen du alle Downloadquellen",
|
||||||
|
"removed_download_sources": "Download-Quellen 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",
|
||||||
|
|||||||
@@ -267,6 +267,12 @@
|
|||||||
"download_source_errored": "Errored",
|
"download_source_errored": "Errored",
|
||||||
"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",
|
||||||
|
"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",
|
||||||
"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",
|
||||||
@@ -329,12 +335,16 @@
|
|||||||
"enable_torbox": "Enable Torbox",
|
"enable_torbox": "Enable Torbox",
|
||||||
"torbox_description": "TorBox is your premium seedbox service rivaling even the best servers on the market.",
|
"torbox_description": "TorBox is your premium seedbox service rivaling even the best servers on the market.",
|
||||||
"torbox_account_linked": "TorBox account linked",
|
"torbox_account_linked": "TorBox account linked",
|
||||||
|
"create_real_debrid_account": "Click here if you don't have a Real-Debrid account yet",
|
||||||
|
"create_torbox_account": "Click here if you don't have a TorBox account yet",
|
||||||
"real_debrid_account_linked": "Real-Debrid account linked",
|
"real_debrid_account_linked": "Real-Debrid account linked",
|
||||||
"name_min_length": "Theme name must be at least 3 characters long",
|
"name_min_length": "Theme name must be at least 3 characters long",
|
||||||
"import_theme": "Import theme",
|
"import_theme": "Import theme",
|
||||||
"import_theme_description": "You will import {{theme}} from the theme store",
|
"import_theme_description": "You will import {{theme}} from the theme store",
|
||||||
"error_importing_theme": "Error importing theme",
|
"error_importing_theme": "Error importing theme",
|
||||||
"theme_imported": "Theme imported successfully"
|
"theme_imported": "Theme imported successfully",
|
||||||
|
"enable_friend_request_notifications": "When a friend request is received",
|
||||||
|
"enable_auto_install": "Download updates automatically"
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"download_complete": "Download complete",
|
"download_complete": "Download complete",
|
||||||
@@ -345,13 +355,17 @@
|
|||||||
"new_update_available": "Version {{version}} available",
|
"new_update_available": "Version {{version}} available",
|
||||||
"restart_to_install_update": "Restart Hydra to install the update",
|
"restart_to_install_update": "Restart Hydra to install the update",
|
||||||
"notification_achievement_unlocked_title": "Achievement unlocked for {{game}}",
|
"notification_achievement_unlocked_title": "Achievement unlocked for {{game}}",
|
||||||
"notification_achievement_unlocked_body": "{{achievement}} and other {{count}} were unlocked"
|
"notification_achievement_unlocked_body": "{{achievement}} and other {{count}} were unlocked",
|
||||||
|
"new_friend_request_description": "You have received a new friend request",
|
||||||
|
"new_friend_request_title": "New friend request"
|
||||||
},
|
},
|
||||||
"system_tray": {
|
"system_tray": {
|
||||||
"open": "Open Hydra",
|
"open": "Open Hydra",
|
||||||
"quit": "Quit"
|
"quit": "Quit"
|
||||||
},
|
},
|
||||||
"game_card": {
|
"game_card": {
|
||||||
|
"available_one": "Available",
|
||||||
|
"available_other": "Available",
|
||||||
"no_downloads": "No downloads available"
|
"no_downloads": "No downloads available"
|
||||||
},
|
},
|
||||||
"binary_not_found_modal": {
|
"binary_not_found_modal": {
|
||||||
|
|||||||
@@ -267,6 +267,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í, eliminar 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",
|
||||||
@@ -298,7 +304,6 @@
|
|||||||
"no_email_account": "No has configurado un correo aún",
|
"no_email_account": "No has configurado un correo aún",
|
||||||
"no_subscription": "Disfruta Hydra de la mejor manera",
|
"no_subscription": "Disfruta Hydra de la mejor manera",
|
||||||
"no_users_blocked": "No tienes usuarios bloqueados",
|
"no_users_blocked": "No tienes usuarios bloqueados",
|
||||||
"notifications": "Notificaciones",
|
|
||||||
"renew_subscription": "Renovar Hydra Cloud",
|
"renew_subscription": "Renovar Hydra Cloud",
|
||||||
"subscription_active_until": "Tu Hydra Cloud está activa hasta {{date}}",
|
"subscription_active_until": "Tu Hydra Cloud está activa hasta {{date}}",
|
||||||
"subscription_expired_at": "Tú suscripción expiró el {{date}}",
|
"subscription_expired_at": "Tú suscripción expiró el {{date}}",
|
||||||
@@ -335,7 +340,9 @@
|
|||||||
"torbox_account_linked": "Cuenta de TorBox vinculada",
|
"torbox_account_linked": "Cuenta de TorBox vinculada",
|
||||||
"torbox_description": "TorBox es tu servicio premium de seedbox que rivaliza incluso a los mejores servidores del mercado.",
|
"torbox_description": "TorBox es tu servicio premium de seedbox que rivaliza incluso a los mejores servidores del mercado.",
|
||||||
"unset_theme": "Desactivar tema",
|
"unset_theme": "Desactivar tema",
|
||||||
"web_store": "Tienda Web"
|
"web_store": "Tienda Web",
|
||||||
|
"enable_friend_request_notifications": "Cuando se recibe una solicitud de amistad",
|
||||||
|
"enable_auto_install": "Descargar actualizaciones automáticamente"
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"download_complete": "Descarga completada",
|
"download_complete": "Descarga completada",
|
||||||
@@ -346,13 +353,17 @@
|
|||||||
"new_update_available": "Version {{version}} disponible",
|
"new_update_available": "Version {{version}} disponible",
|
||||||
"restart_to_install_update": "Reinicia Hydra para instalar la actualización",
|
"restart_to_install_update": "Reinicia Hydra para instalar la actualización",
|
||||||
"notification_achievement_unlocked_title": "Logro desbloqueado de {{game}}",
|
"notification_achievement_unlocked_title": "Logro desbloqueado de {{game}}",
|
||||||
"notification_achievement_unlocked_body": "{{achievement}} y otros {{count}} fueron desbloqueados"
|
"notification_achievement_unlocked_body": "{{achievement}} y otros {{count}} fueron desbloqueados",
|
||||||
|
"new_friend_request_title": "Nueva solicitud de amistad",
|
||||||
|
"new_friend_request_description": "Has recibido una nueva solicitud de amistad"
|
||||||
},
|
},
|
||||||
"system_tray": {
|
"system_tray": {
|
||||||
"open": "Abrir Hydra",
|
"open": "Abrir Hydra",
|
||||||
"quit": "Salir"
|
"quit": "Salir"
|
||||||
},
|
},
|
||||||
"game_card": {
|
"game_card": {
|
||||||
|
"available_one": "Disponible",
|
||||||
|
"available_other": "Disponibles",
|
||||||
"no_downloads": "No hay descargas disponibles"
|
"no_downloads": "No hay descargas disponibles"
|
||||||
},
|
},
|
||||||
"binary_not_found_modal": {
|
"binary_not_found_modal": {
|
||||||
|
|||||||
@@ -236,6 +236,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",
|
||||||
|
|||||||
@@ -111,6 +111,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",
|
||||||
"debrid_api_token_hint": "کلید API خود را از <ب0>اینجا</0> بگیرید.",
|
"debrid_api_token_hint": "کلید API خود را از <ب0>اینجا</0> بگیرید.",
|
||||||
"save_changes": "ذخیره تغییرات"
|
"save_changes": "ذخیره تغییرات"
|
||||||
|
|||||||
@@ -99,7 +99,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, tout supprimer",
|
||||||
|
"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é",
|
||||||
|
|||||||
@@ -106,6 +106,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": {
|
||||||
|
|||||||
@@ -175,6 +175,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",
|
||||||
|
|||||||
@@ -120,6 +120,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",
|
||||||
"debrid_api_token_hint": "Puoi trovare la tua chiave API <0>here</0>",
|
"debrid_api_token_hint": "Puoi trovare la tua chiave API <0>here</0>",
|
||||||
"save_changes": "Salva modifiche"
|
"save_changes": "Salva modifiche"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -173,6 +173,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}} жүктеу тізімде",
|
||||||
|
|||||||
@@ -111,6 +111,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 활성화",
|
||||||
"debrid_api_token_hint": "API 키를 <0>이곳</0>에서 얻으세요.",
|
"debrid_api_token_hint": "API 키를 <0>이곳</0>에서 얻으세요.",
|
||||||
"save_changes": "변경 사항 저장"
|
"save_changes": "변경 사항 저장"
|
||||||
|
|||||||
@@ -201,6 +201,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",
|
||||||
|
|||||||
@@ -112,6 +112,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",
|
||||||
"debrid_api_token_hint": "U kunt uw API-sleutel <0>hier</0> verkrijgen.",
|
"debrid_api_token_hint": "U kunt uw API-sleutel <0>hier</0> verkrijgen.",
|
||||||
"save_changes": "Wijzigingen opslaan"
|
"save_changes": "Wijzigingen opslaan"
|
||||||
|
|||||||
@@ -120,6 +120,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",
|
||||||
"debrid_api_token_hint": "Możesz uzyskać swój klucz API <0>tutaj</0>",
|
"debrid_api_token_hint": "Możesz uzyskać swój klucz API <0>tutaj</0>",
|
||||||
"save_changes": "Zapisz zmiany"
|
"save_changes": "Zapisz zmiany"
|
||||||
|
|||||||
@@ -31,7 +31,6 @@
|
|||||||
},
|
},
|
||||||
"header": {
|
"header": {
|
||||||
"search": "Buscar jogos",
|
"search": "Buscar jogos",
|
||||||
|
|
||||||
"catalogue": "Catálogo",
|
"catalogue": "Catálogo",
|
||||||
"downloads": "Downloads",
|
"downloads": "Downloads",
|
||||||
"search_results": "Resultados da busca",
|
"search_results": "Resultados da busca",
|
||||||
@@ -257,6 +256,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",
|
||||||
|
"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": "Remover todas as fontes de download",
|
||||||
|
"description_confirmation_delete_all_sources": "Você irá remover todas as fontes de download. Deseja prosseguir?",
|
||||||
|
"button_delete_all_sources": "Remover todas",
|
||||||
"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",
|
||||||
@@ -317,12 +322,16 @@
|
|||||||
"enable_torbox": "Habilitar Torbox",
|
"enable_torbox": "Habilitar Torbox",
|
||||||
"torbox_description": "TorBox é o seu serviço de seedbox premium que rivaliza até com os melhores servidores do mercado.",
|
"torbox_description": "TorBox é o seu serviço de seedbox premium que rivaliza até com os melhores servidores do mercado.",
|
||||||
"torbox_account_linked": "Conta do TorBox vinculada",
|
"torbox_account_linked": "Conta do TorBox vinculada",
|
||||||
|
"create_real_debrid_account": "Clique aqui se você ainda não tem uma conta do Real-Debrid",
|
||||||
|
"create_torbox_account": "Clique aqui se você ainda não tem uma conta do TorBox",
|
||||||
"real_debrid_account_linked": "Conta Real-Debrid associada",
|
"real_debrid_account_linked": "Conta Real-Debrid associada",
|
||||||
"name_min_length": "O nome do tema deve ter pelo menos 3 caracteres",
|
"name_min_length": "O nome do tema deve ter pelo menos 3 caracteres",
|
||||||
"import_theme": "Importar tema",
|
"import_theme": "Importar tema",
|
||||||
"import_theme_description": "Você irá importar {{theme}} da loja de temas",
|
"import_theme_description": "Você irá importar {{theme}} da loja de temas",
|
||||||
"error_importing_theme": "Erro ao importar tema",
|
"error_importing_theme": "Erro ao importar tema",
|
||||||
"theme_imported": "Tema importado com sucesso"
|
"theme_imported": "Tema importado com sucesso",
|
||||||
|
"enable_friend_request_notifications": "Quando um pedido de amizade é recebido",
|
||||||
|
"enable_auto_install": "Baixar atualizações automaticamente"
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"download_complete": "Download concluído",
|
"download_complete": "Download concluído",
|
||||||
@@ -331,13 +340,17 @@
|
|||||||
"repack_count_one": "{{count}} novo repack",
|
"repack_count_one": "{{count}} novo repack",
|
||||||
"repack_count_other": "{{count}} novos repacks",
|
"repack_count_other": "{{count}} novos repacks",
|
||||||
"new_update_available": "Versão {{version}} disponível",
|
"new_update_available": "Versão {{version}} disponível",
|
||||||
"restart_to_install_update": "Reinicie o Hydra para instalar a nova versão"
|
"restart_to_install_update": "Reinicie o Hydra para instalar a nova versão",
|
||||||
|
"new_friend_request_title": "Novo pedido de amizade",
|
||||||
|
"new_friend_request_description": "Você recebeu um novo pedido de amizade"
|
||||||
},
|
},
|
||||||
"system_tray": {
|
"system_tray": {
|
||||||
"open": "Abrir Hydra",
|
"open": "Abrir Hydra",
|
||||||
"quit": "Fechar"
|
"quit": "Fechar"
|
||||||
},
|
},
|
||||||
"game_card": {
|
"game_card": {
|
||||||
|
"available_one": "Disponível",
|
||||||
|
"available_other": "Disponíveis",
|
||||||
"no_downloads": "Sem downloads disponíveis"
|
"no_downloads": "Sem downloads disponíveis"
|
||||||
},
|
},
|
||||||
"binary_not_found_modal": {
|
"binary_not_found_modal": {
|
||||||
|
|||||||
@@ -30,7 +30,6 @@
|
|||||||
},
|
},
|
||||||
"header": {
|
"header": {
|
||||||
"search": "Procurar jogos",
|
"search": "Procurar jogos",
|
||||||
|
|
||||||
"catalogue": "Catálogo",
|
"catalogue": "Catálogo",
|
||||||
"downloads": "Transferências",
|
"downloads": "Transferências",
|
||||||
"search_results": "Resultados da pesquisa",
|
"search_results": "Resultados da pesquisa",
|
||||||
@@ -103,7 +102,7 @@
|
|||||||
"open_download_location": "Ver ficheiros transferidos",
|
"open_download_location": "Ver ficheiros transferidos",
|
||||||
"create_shortcut": "Criar atalho no ambiente de trabalho",
|
"create_shortcut": "Criar atalho no ambiente de trabalho",
|
||||||
"remove_files": "Remover ficheiros",
|
"remove_files": "Remover ficheiros",
|
||||||
"options": "Gerir",
|
"options": "Opções",
|
||||||
"remove_from_library_description": "Isto vai remover {{game}} da tua biblioteca",
|
"remove_from_library_description": "Isto vai remover {{game}} da tua biblioteca",
|
||||||
"remove_from_library_title": "Tens a certeza?",
|
"remove_from_library_title": "Tens a certeza?",
|
||||||
"executable_section_title": "Executável",
|
"executable_section_title": "Executável",
|
||||||
@@ -159,7 +158,27 @@
|
|||||||
"no_download_option_info": "Sem informações disponíveis",
|
"no_download_option_info": "Sem informações disponíveis",
|
||||||
"backup_deletion_failed": "Falha ao apagar o backup",
|
"backup_deletion_failed": "Falha ao apagar o backup",
|
||||||
"max_number_of_artifacts_reached": "Número máximo de backups atingido para este jogo",
|
"max_number_of_artifacts_reached": "Número máximo de backups atingido para este jogo",
|
||||||
"achievements_not_sync": "As tuas conquistas não estão sincronizadas"
|
"achievements_not_sync": "As tuas conquistas não estão sincronizadas",
|
||||||
|
"backup_from": "Backup de {{date}}",
|
||||||
|
"automatic_backup_from": "Backup automático de {{date}}",
|
||||||
|
"enable_automatic_cloud_sync": "Ativar sincronização automática na nuvem",
|
||||||
|
"custom_backup_location_set": "Localização customizada selecionada",
|
||||||
|
"select_folder": "Selecione a pasta",
|
||||||
|
"manage_files_description": "Gerencie quais arquivos serão feitos backup",
|
||||||
|
"clear": "Limpar",
|
||||||
|
"no_directory_selected": "Nenhum diretório selecionado",
|
||||||
|
"reset_achievements": "Repor conquistas",
|
||||||
|
"reset_achievements_description": "Isto irá apagar todas as conquistas de {{game}}",
|
||||||
|
"reset_achievements_title": "Tem certeza?",
|
||||||
|
"reset_achievements_success": "Conquistas repostas com sucesso",
|
||||||
|
"reset_achievements_error": "Falha ao repor conquistas",
|
||||||
|
"no_write_permission": "Não é possível descarregar neste diretório. Clique aqui para saber mais.",
|
||||||
|
"download_error_gofile_quota_exceeded": "Você excedeu sua cota mensal do Gofile. Por favor, aguarde o reset da cota.",
|
||||||
|
"download_error_real_debrid_account_not_authorized": "A sua conta do Real-Debrid não está autorizada a fazer novos downloads. Por favor, verifique a sua assinatura e tente novamente.",
|
||||||
|
"download_error_not_cached_in_real_debrid": "Este download não está disponível no Real-Debrid e a verificação do status do download não está disponível.",
|
||||||
|
"download_error_not_cached_in_torbox": "Este download não está disponível no Torbox e a verificação do status do download não está disponível.",
|
||||||
|
"game_removed_from_favorites": "Jogo removido dos favoritos",
|
||||||
|
"game_added_to_favorites": "Jogo adicionado aos favoritos"
|
||||||
},
|
},
|
||||||
"activation": {
|
"activation": {
|
||||||
"title": "Ativação",
|
"title": "Ativação",
|
||||||
@@ -192,7 +211,11 @@
|
|||||||
"queued": "Na fila",
|
"queued": "Na fila",
|
||||||
"no_downloads_title": "Nada por aqui…",
|
"no_downloads_title": "Nada por aqui…",
|
||||||
"no_downloads_description": "Ainda não descarregaste nada pelo Hydra, mas nunca é tarde para começar.",
|
"no_downloads_description": "Ainda não descarregaste nada pelo Hydra, mas nunca é tarde para começar.",
|
||||||
"checking_files": "A verificar ficheiros…"
|
"checking_files": "A verificar ficheiros…",
|
||||||
|
"seeding": "A semear",
|
||||||
|
"stop_seeding": "Parar de semear",
|
||||||
|
"resume_seeding": "Semear",
|
||||||
|
"options": "Opções"
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"downloads_path": "Local das transferências",
|
"downloads_path": "Local das transferências",
|
||||||
@@ -232,6 +255,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á remover todas as fontes de download",
|
||||||
|
"title_confirmation_delete_all_sources": "Remover todas as fontes de download",
|
||||||
|
"removed_download_sources": "Fontes de download removidas",
|
||||||
|
"button_delete_all_sources": "Remover todas",
|
||||||
"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",
|
||||||
@@ -250,7 +279,57 @@
|
|||||||
"must_be_valid_url": "A fonte deve ser um URL válido",
|
"must_be_valid_url": "A fonte deve ser um URL válido",
|
||||||
"blocked_users": "Utilizadores bloqueados",
|
"blocked_users": "Utilizadores bloqueados",
|
||||||
"user_unblocked": "Utilizador desbloqueado",
|
"user_unblocked": "Utilizador desbloqueado",
|
||||||
"enable_achievement_notifications": "Quando uma conquista é desbloqueada"
|
"enable_achievement_notifications": "Quando uma conquista é desbloqueada",
|
||||||
|
"enable_friend_request_notifications": "Quando um pedido de amizade é recebido",
|
||||||
|
"launch_minimized": "Iniciar Hydra minimizado",
|
||||||
|
"disable_nsfw_alert": "Desativar alertas NSFW",
|
||||||
|
"seed_after_download_complete": "Semear após concluir o download",
|
||||||
|
"show_hidden_achievement_description": "Mostrar descrição de conquistas ocultas antes de as desbloquear",
|
||||||
|
"account": "Conta",
|
||||||
|
"no_users_blocked": "Não tem utilizadores bloqueados",
|
||||||
|
"subscription_active_until": "O teu Hydra Cloud está ativo até {{date}}",
|
||||||
|
"manage_subscription": "Gerir subscrições",
|
||||||
|
"update_email": "Atualizar email",
|
||||||
|
"update_password": "Atualizar password",
|
||||||
|
"current_email": "Email atual:",
|
||||||
|
"no_email_account": "Ainda não adicionou nenhum email à sua conta",
|
||||||
|
"account_data_updated_successfully": "Dados da conta atualizados com sucesso",
|
||||||
|
"renew_subscription": "Renovar Hydra Cloud",
|
||||||
|
"subscription_expired_at": "A sua subscrição expirou a {{date}}",
|
||||||
|
"no_subscription": "Aproveite o Hydra da melhor forma possível",
|
||||||
|
"become_subscriber": "Subscreva o Hydra Cloud",
|
||||||
|
"subscription_renew_cancelled": "A renovação automática está desativada",
|
||||||
|
"subscription_renews_on": "Sua assinatura renova dia {{date}}",
|
||||||
|
"bill_sent_until": "A próxima cobrança será enviada até esse dia",
|
||||||
|
"no_themes": "Parece que ainda não tem nenhum tema. Não se preocupe, clique aqui para criar a sua primeira obra de arte.",
|
||||||
|
"editor_tab_code": "Código",
|
||||||
|
"editor_tab_info": "Info",
|
||||||
|
"editor_tab_save": "Guardar",
|
||||||
|
"web_store": "Loja de temas",
|
||||||
|
"clear_themes": "Limpar",
|
||||||
|
"create_theme": "Criar",
|
||||||
|
"create_theme_modal_title": "Criar tema customizado",
|
||||||
|
"create_theme_modal_description": "Criar um novo tema para customizar a aparência do Hydra",
|
||||||
|
"theme_name": "Nome",
|
||||||
|
"insert_theme_name": "Insira o nome do tema",
|
||||||
|
"set_theme": "Definir tema",
|
||||||
|
"unset_theme": "Redefinir tema",
|
||||||
|
"delete_theme": "Apagar tema",
|
||||||
|
"edit_theme": "Editar tema",
|
||||||
|
"delete_all_themes": "Apagar todos os temas",
|
||||||
|
"delete_all_themes_description": "Isto irá apagar todos os seus temas",
|
||||||
|
"delete_theme_description": "Isto irá apagar o tema {{theme}}",
|
||||||
|
"cancel": "Cancelar",
|
||||||
|
"appearance": "Aparência",
|
||||||
|
"enable_torbox": "Ativar Torbox",
|
||||||
|
"torbox_description": "TorBox é um serviço de seedbox premium sendo um dos melhores servidores do mercado.",
|
||||||
|
"torbox_account_linked": "Conta do TorBox associada",
|
||||||
|
"real_debrid_account_linked": "Conta Real-Debrid associada",
|
||||||
|
"name_min_length": "O nome do tema deve ter pelo menos 3 caracteres",
|
||||||
|
"import_theme": "Importar tema",
|
||||||
|
"import_theme_description": "Irá importar {{theme}} da loja de temas",
|
||||||
|
"error_importing_theme": "Erro ao importar tema",
|
||||||
|
"theme_imported": "Tema importado com sucesso"
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"download_complete": "Transferência concluída",
|
"download_complete": "Transferência concluída",
|
||||||
@@ -259,13 +338,17 @@
|
|||||||
"repack_count_one": "{{count}} novo repack",
|
"repack_count_one": "{{count}} novo repack",
|
||||||
"repack_count_other": "{{count}} novos repacks",
|
"repack_count_other": "{{count}} novos repacks",
|
||||||
"new_update_available": "Versão {{version}} disponível",
|
"new_update_available": "Versão {{version}} disponível",
|
||||||
"restart_to_install_update": "Reinicia o Hydra para instalar a nova versão"
|
"restart_to_install_update": "Reinicia o Hydra para instalar a nova versão",
|
||||||
|
"new_friend_request_title": "Novo pedido de amizade",
|
||||||
|
"new_friend_request_description": "Recebeste um novo pedido de amizade"
|
||||||
},
|
},
|
||||||
"system_tray": {
|
"system_tray": {
|
||||||
"open": "Abrir o Hydra",
|
"open": "Abrir o Hydra",
|
||||||
"quit": "Sair"
|
"quit": "Sair"
|
||||||
},
|
},
|
||||||
"game_card": {
|
"game_card": {
|
||||||
|
"available_one": "Disponível",
|
||||||
|
"available_other": "Disponíveis",
|
||||||
"no_downloads": "Sem downloads disponíveis"
|
"no_downloads": "Sem downloads disponíveis"
|
||||||
},
|
},
|
||||||
"binary_not_found_modal": {
|
"binary_not_found_modal": {
|
||||||
@@ -275,7 +358,16 @@
|
|||||||
},
|
},
|
||||||
"catalogue": {
|
"catalogue": {
|
||||||
"next_page": "Página seguinte",
|
"next_page": "Página seguinte",
|
||||||
"previous_page": "Página anterior"
|
"previous_page": "Página anterior",
|
||||||
|
"search": "Filtrar…",
|
||||||
|
"developers": "Desenvolvedores",
|
||||||
|
"genres": "Géneros",
|
||||||
|
"tags": "Marcadores",
|
||||||
|
"publishers": "Distribuidoras",
|
||||||
|
"download_sources": "Fontes de download",
|
||||||
|
"result_count": "{{resultCount}} resultados",
|
||||||
|
"filter_count": "{{filterCount}} disponíveis",
|
||||||
|
"clear_filters": "Limpar {{filterCount}} selecionados"
|
||||||
},
|
},
|
||||||
"modal": {
|
"modal": {
|
||||||
"close": "Botão de fechar"
|
"close": "Botão de fechar"
|
||||||
@@ -352,7 +444,17 @@
|
|||||||
"profile_reported": "Perfil denunciado",
|
"profile_reported": "Perfil denunciado",
|
||||||
"your_friend_code": "O teu código de amigo:",
|
"your_friend_code": "O teu código de amigo:",
|
||||||
"upload_banner": "Fazer upload do banner",
|
"upload_banner": "Fazer upload do banner",
|
||||||
"uploading_banner": "A fazer upload do banner…"
|
"uploading_banner": "A fazer upload do banner…",
|
||||||
|
"background_image_updated": "Imagem de fundo salva",
|
||||||
|
"stats": "Estatísticas",
|
||||||
|
"achievements": "conquistas",
|
||||||
|
"games": "Jogos",
|
||||||
|
"ranking_updated_weekly": "O ranking é atualizado semanalmente",
|
||||||
|
"playing": "A jogar {{game}}",
|
||||||
|
"achievements_unlocked": "Conquistas desbloqueadas",
|
||||||
|
"earned_points": "Pontos ganhos",
|
||||||
|
"show_achievements_on_profile": "Mostre as suas conquistas no perfil",
|
||||||
|
"show_points_on_profile": "Mostre os seus pontos ganhos no perfil"
|
||||||
},
|
},
|
||||||
"achievement": {
|
"achievement": {
|
||||||
"achievement_unlocked": "Conquista desbloqueada",
|
"achievement_unlocked": "Conquista desbloqueada",
|
||||||
@@ -360,15 +462,25 @@
|
|||||||
"user_achievements": "Conquistas de {{displayName}}",
|
"user_achievements": "Conquistas de {{displayName}}",
|
||||||
"unlocked_at": "Desbloqueada em: {{date}}",
|
"unlocked_at": "Desbloqueada em: {{date}}",
|
||||||
"subscription_needed": "Precisas de uma subscrição Hydra Cloud para visualizar este conteúdo",
|
"subscription_needed": "Precisas de uma subscrição Hydra Cloud para visualizar este conteúdo",
|
||||||
"new_achievements_unlocked": "{{achievementCount}} novas conquistas de {{gameCount}} jogos"
|
"new_achievements_unlocked": "{{achievementCount}} novas conquistas de {{gameCount}} jogos",
|
||||||
|
"achievement_progress": "{{unlockedCount}}/{{totalCount}} conquistas",
|
||||||
|
"achievements_unlocked_for_game": "Desbloqueadas {{achievementCount}} novas conquistas em {{gameTitle}}",
|
||||||
|
"hidden_achievement_tooltip": "Esta é uma conquista oculta",
|
||||||
|
"achievement_earn_points": "Ganhe {{points}} pontos com essa conquista",
|
||||||
|
"earned_points": "Pontos ganhos:",
|
||||||
|
"available_points": "Pontos disponíveis:",
|
||||||
|
"how_to_earn_achievements_points": "Como desbloquear pontos nas conquistas?"
|
||||||
},
|
},
|
||||||
"hydra_cloud": {
|
"hydra_cloud": {
|
||||||
"subscription_tour_title": "Subscrição Hydra Cloud",
|
"subscription_tour_title": "Subscrição Hydra Cloud",
|
||||||
"subscribe_now": "Subscreve agora",
|
"subscribe_now": "Subscreve agora",
|
||||||
"cloud_achievements": "Gravação de conquistas na nuvem",
|
"cloud_achievements": "Gravação de conquistas na nuvem",
|
||||||
"animated_profile_picture": "Fotos de perfil animadas",
|
"animated_profile_picture": "Fotos de perfil animadas",
|
||||||
"premium_support": "Apoio Premium",
|
"premium_support": "Suporte Premium",
|
||||||
"show_and_compare_achievements": "Mostra e compara as tuas conquistas com as de outros utilizadores",
|
"show_and_compare_achievements": "Mostra e compara as tuas conquistas com as de outros utilizadores",
|
||||||
"animated_profile_banner": "Banner animado no perfil"
|
"animated_profile_banner": "Banner animado no perfil",
|
||||||
|
"cloud_saving": "Progresso dos jogos na nuvem",
|
||||||
|
"hydra_cloud_feature_found": "Descubriste uma funcionalidade Hydra Cloud!",
|
||||||
|
"learn_more": "Saber mais"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -127,6 +127,12 @@
|
|||||||
"behavior": "Comportament",
|
"behavior": "Comportament",
|
||||||
"language": "Limbă",
|
"language": "Limbă",
|
||||||
"api_token": "Token API",
|
"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.",
|
||||||
"debrid_invalid_token": "Token API invalid",
|
"debrid_invalid_token": "Token API invalid",
|
||||||
|
|||||||
@@ -268,6 +268,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-файла",
|
||||||
@@ -332,7 +338,9 @@
|
|||||||
"import_theme": "Импортировать тему",
|
"import_theme": "Импортировать тему",
|
||||||
"import_theme_description": "Вы импортируете {{theme}} из магазина тем",
|
"import_theme_description": "Вы импортируете {{theme}} из магазина тем",
|
||||||
"error_importing_theme": "Ошибка при импорте темы",
|
"error_importing_theme": "Ошибка при импорте темы",
|
||||||
"theme_imported": "Тема успешно импортирована"
|
"theme_imported": "Тема успешно импортирована",
|
||||||
|
"enable_friend_request_notifications": "При получении запроса на добавление в друзья",
|
||||||
|
"enable_auto_install": "Загружать обновления автоматически"
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"download_complete": "Загрузка завершена",
|
"download_complete": "Загрузка завершена",
|
||||||
@@ -343,13 +351,17 @@
|
|||||||
"new_update_available": "Доступна новая версия {{version}}",
|
"new_update_available": "Доступна новая версия {{version}}",
|
||||||
"restart_to_install_update": "Перезапустите Hydra для установки обновления",
|
"restart_to_install_update": "Перезапустите Hydra для установки обновления",
|
||||||
"notification_achievement_unlocked_title": "Достижение разблокировано для {{game}}",
|
"notification_achievement_unlocked_title": "Достижение разблокировано для {{game}}",
|
||||||
"notification_achievement_unlocked_body": "были разблокированы {{achievement}} и другие {{count}}"
|
"notification_achievement_unlocked_body": "были разблокированы {{achievement}} и другие {{count}}",
|
||||||
|
"new_friend_request_title": "Новый запрос на добавление в друзья",
|
||||||
|
"new_friend_request_description": "Вы получили новый запрос на добавление в друзья"
|
||||||
},
|
},
|
||||||
"system_tray": {
|
"system_tray": {
|
||||||
"open": "Открыть Hydra",
|
"open": "Открыть Hydra",
|
||||||
"quit": "Выйти"
|
"quit": "Выйти"
|
||||||
},
|
},
|
||||||
"game_card": {
|
"game_card": {
|
||||||
|
"available_one": "Доступный",
|
||||||
|
"available_other": "Доступный",
|
||||||
"no_downloads": "Нет доступных источников"
|
"no_downloads": "Нет доступных источников"
|
||||||
},
|
},
|
||||||
"binary_not_found_modal": {
|
"binary_not_found_modal": {
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
"catalogue": "Katalog",
|
"catalogue": "Katalog",
|
||||||
"downloads": "İndirilenler",
|
"downloads": "İndirilenler",
|
||||||
"settings": "Ayarlar",
|
"settings": "Ayarlar",
|
||||||
"my_library": "Kütüphanem",
|
"my_library": "Kütüphane",
|
||||||
"downloading_metadata": "{{title}} (Meta verileri indiriliyor…)",
|
"downloading_metadata": "{{title}} (Meta verileri indiriliyor…)",
|
||||||
"paused": "{{title}} (Durduruldu)",
|
"paused": "{{title}} (Durduruldu)",
|
||||||
"downloading": "{{title}} ({{percentage}} - İndiriliyor…)",
|
"downloading": "{{title}} ({{percentage}} - İndiriliyor…)",
|
||||||
@@ -36,13 +36,13 @@
|
|||||||
"downloads": "İndirilenler",
|
"downloads": "İndirilenler",
|
||||||
"search_results": "Arama sonuçları",
|
"search_results": "Arama sonuçları",
|
||||||
"settings": "Ayarlar",
|
"settings": "Ayarlar",
|
||||||
"version_available_install": "Sürüm {{version}} mevcut. Yüklemek ve yeniden başlatmak için buraya tıklayın.",
|
"version_available_install": "{{version}} sürümü mevcut. Yüklemek ve yeniden başlatmak için buraya tıklayın.",
|
||||||
"version_available_download": "Sürüm {{version}} mevcut. İndirmek için buraya tıklayın."
|
"version_available_download": "{{version}} sürümü mevcut. İndirmek için buraya tıklayın."
|
||||||
},
|
},
|
||||||
"bottom_panel": {
|
"bottom_panel": {
|
||||||
"no_downloads_in_progress": "Devam eden indirme yok",
|
"no_downloads_in_progress": "Devam eden indirme yok",
|
||||||
"downloading_metadata": "{{title}} meta verileri indiriliyor…",
|
"downloading_metadata": "{{title}} meta verileri indiriliyor…",
|
||||||
"downloading": "{{title}} indiriliyor… ({{percentage}} tamamlandı) - Tamamlama: {{eta}} - Hız: {{speed}}",
|
"downloading": "{{title}} indiriliyor… ({{percentage}} tamamlandı) - Tamamlanma: {{eta}} - Hız: {{speed}}",
|
||||||
"calculating_eta": "{{title}} indiriliyor… ({{percentage}} tamamlandı) - Kalan süre hesaplanıyor…",
|
"calculating_eta": "{{title}} indiriliyor… ({{percentage}} tamamlandı) - Kalan süre hesaplanıyor…",
|
||||||
"checking_files": "{{title}} dosyaları kontrol ediliyor… ({{percentage}} tamamlandı)"
|
"checking_files": "{{title}} dosyaları kontrol ediliyor… ({{percentage}} tamamlandı)"
|
||||||
},
|
},
|
||||||
@@ -116,14 +116,14 @@
|
|||||||
"clear": "Temizle",
|
"clear": "Temizle",
|
||||||
"remove_files": "Dosyaları kaldır",
|
"remove_files": "Dosyaları kaldır",
|
||||||
"remove_from_library_title": "Emin misiniz?",
|
"remove_from_library_title": "Emin misiniz?",
|
||||||
"remove_from_library_description": "Bu işlem {{game}} oyununu kütüphanenizden kaldıracaktır",
|
"remove_from_library_description": "Bu işlem sonrasında {{game}} oyunu kütüphanenizden kaldıracaktır",
|
||||||
"options": "Seçenekler",
|
"options": "Seçenekler",
|
||||||
"executable_section_title": "Çalıştırılabilir dosya",
|
"executable_section_title": "Çalıştırılabilir dosya",
|
||||||
"executable_section_description": "\"Oyna\" tıklandığında çalıştırılacak dosyanın yolu",
|
"executable_section_description": "\"Oyna\" butonuna tıklandığında çalıştırılacak dosyanın yolu",
|
||||||
"downloads_secion_title": "İndirmeler",
|
"downloads_secion_title": "İndirmeler",
|
||||||
"downloads_section_description": "Bu oyun için güncellemeleri veya diğer sürümleri kontrol edin",
|
"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_title": "Tehlike bölgesi",
|
||||||
"danger_zone_section_description": "Bu oyunu kütüphanenizden veya Hydra tarafından indirilen dosyaları kaldırın",
|
"danger_zone_section_description": "Bu oyunu kütüphanenizden kaldırın veya Hydra tarafından indirilen dosyaları silin.",
|
||||||
"download_in_progress": "İndirme devam ediyor",
|
"download_in_progress": "İndirme devam ediyor",
|
||||||
"download_paused": "İndirme durduruldu",
|
"download_paused": "İndirme durduruldu",
|
||||||
"last_downloaded_option": "Son indirilen seçenek",
|
"last_downloaded_option": "Son indirilen seçenek",
|
||||||
@@ -141,8 +141,8 @@
|
|||||||
"executable_path_in_use": "\"{{game}}\" tarafından kullanılan çalıştırılabilir dosya",
|
"executable_path_in_use": "\"{{game}}\" tarafından kullanılan çalıştırılabilir dosya",
|
||||||
"warning": "Uyarı:",
|
"warning": "Uyarı:",
|
||||||
"hydra_needs_to_remain_open": "Bu indirmenin tamamlanması için Hydra açık kalmalıdır. Eğer Hydra kapanırsa, ilerleme kaydedilmez.",
|
"hydra_needs_to_remain_open": "Bu indirmenin tamamlanması için Hydra açık kalmalıdır. Eğer Hydra kapanırsa, ilerleme kaydedilmez.",
|
||||||
"achievements": "Başarılar",
|
"achievements": "Başarımlar",
|
||||||
"achievements_count": "Başarılar {{unlockedCount}}/{{achievementsCount}}",
|
"achievements_count": "Başarımlar {{unlockedCount}}/{{achievementsCount}}",
|
||||||
"cloud_save": "Bulut kaydı",
|
"cloud_save": "Bulut kaydı",
|
||||||
"cloud_save_description": "İlerlemenizi buluta kaydedin ve herhangi bir cihazda oynamaya devam edin",
|
"cloud_save_description": "İlerlemenizi buluta kaydedin ve herhangi bir cihazda oynamaya devam edin",
|
||||||
"backups": "Yedekler",
|
"backups": "Yedekler",
|
||||||
@@ -150,15 +150,15 @@
|
|||||||
"delete_backup": "Sil",
|
"delete_backup": "Sil",
|
||||||
"create_backup": "Yeni yedek oluştur",
|
"create_backup": "Yeni yedek oluştur",
|
||||||
"last_backup_date": "{{date}} tarihindeki son yedek",
|
"last_backup_date": "{{date}} tarihindeki son yedek",
|
||||||
"no_backup_preview": "Bu oyun için kayıtlı oyun bulunamadı",
|
"no_backup_preview": "Bu oyun için bir kayıt dosyası bulunamadı",
|
||||||
"restoring_backup": "Yedek geri yükleniyor ({{progress}} tamamlandı)…",
|
"restoring_backup": "Yedek geri yükleniyor ({{progress}} tamamlandı)…",
|
||||||
"uploading_backup": "Yedek yükleniyor…",
|
"uploading_backup": "Yedek yükleniyor…",
|
||||||
"no_backups": "Bu oyun için henüz bir yedek oluşturmadınız",
|
"no_backups": "Bu oyun için henüz bir yedek oluşturmadınız",
|
||||||
"backup_uploaded": "Yedek yüklendi",
|
"backup_uploaded": "Yedek yüklendi",
|
||||||
"backup_deleted": "Yedek silindi",
|
"backup_deleted": "Yedek silindi",
|
||||||
"backup_restored": "Yedek geri yüklendi",
|
"backup_restored": "Yedek geri yüklendi",
|
||||||
"see_all_achievements": "Tüm başarıları gör",
|
"see_all_achievements": "Tüm başarımları gör",
|
||||||
"sign_in_to_see_achievements": "Başarıları görmek için giriş yapın",
|
"sign_in_to_see_achievements": "Başarımları görmek için oturum açın",
|
||||||
"mapping_method_automatic": "Otomatik",
|
"mapping_method_automatic": "Otomatik",
|
||||||
"mapping_method_manual": "Manuel",
|
"mapping_method_manual": "Manuel",
|
||||||
"mapping_method_label": "Eşleme yöntemi",
|
"mapping_method_label": "Eşleme yöntemi",
|
||||||
@@ -169,29 +169,37 @@
|
|||||||
"wine_prefix": "Wine Prefix",
|
"wine_prefix": "Wine Prefix",
|
||||||
"wine_prefix_description": "Bu oyunu çalıştırmak için kullanılan Wine Prefix",
|
"wine_prefix_description": "Bu oyunu çalıştırmak için kullanılan Wine Prefix",
|
||||||
"launch_options": "Başlatma Seçenekleri",
|
"launch_options": "Başlatma Seçenekleri",
|
||||||
"launch_options_description": "İleri düzey kullanıcılar, başlatma seçeneklerine değişiklikler girebilir (deneysel özellik)",
|
"launch_options_description": "İleri düzey kullanıcılar, başlatma seçeneklerine parametreler girebilir (deneysel özellik)",
|
||||||
"launch_options_placeholder": "Belirtilen bir parametre yok",
|
"launch_options_placeholder": "Belirtilen bir parametre yok",
|
||||||
"no_download_option_info": "Bilgi mevcut değil",
|
"no_download_option_info": "Bilgi mevcut değil",
|
||||||
"backup_deletion_failed": "Yedek silinemedi",
|
"backup_deletion_failed": "Yedek silinemedi",
|
||||||
"max_number_of_artifacts_reached": "Bu oyun için maksimum yedek sayısına ulaşıldı",
|
"max_number_of_artifacts_reached": "Bu oyun için maksimum yedek sayısına ulaşıldı",
|
||||||
"achievements_not_sync": "Başarılarınızı senkronize etmeyi öğrenin",
|
"achievements_not_sync": "Başarımlarınızı senkronize etmeyi öğrenin",
|
||||||
"manage_files_description": "Hangi dosyaların yedeklenip geri yükleneceğini yönetin",
|
"manage_files_description": "Hangi dosyaların yedeklenip geri yükleneceğini yönetin",
|
||||||
"select_folder": "Klasör seç",
|
"select_folder": "Klasör seç",
|
||||||
"backup_from": "{{date}} tarihinden yedek",
|
"backup_from": "{{date}} tarihinden yedek",
|
||||||
|
"automatic_backup_from": "{{date}} tarihinden otomatik kayıt",
|
||||||
|
"enable_automatic_cloud_sync": "Otomatik bulut kaydı senkronizasyonunu aktifleştir",
|
||||||
"custom_backup_location_set": "Özel yedekleme konumu ayarlandı",
|
"custom_backup_location_set": "Özel yedekleme konumu ayarlandı",
|
||||||
"no_directory_selected": "Bir dizin seçilmedi",
|
"no_directory_selected": "Bir dizin seçilmedi",
|
||||||
"no_write_permission": "Bu dizine indirme yapılamaz. Daha fazla bilgi için buraya tıklayın.",
|
"no_write_permission": "Bu dizine indirme yapılamaz. Daha fazla bilgi için buraya tıklayın.",
|
||||||
"reset_achievements": "Başarıları sıfırla",
|
"reset_achievements": "Başarımları sıfırla",
|
||||||
"reset_achievements_description": "Bu işlem {{game}} için tüm başarıları sıfırlar",
|
"reset_achievements_description": "Bu işlem {{game}} için tüm başarımları sıfırlar",
|
||||||
"reset_achievements_title": "Emin misiniz?",
|
"reset_achievements_title": "Emin misiniz?",
|
||||||
"reset_achievements_success": "Başarılar başarıyla sıfırlandı",
|
"reset_achievements_success": "Başarımlar başarıyla sıfırlandı",
|
||||||
"reset_achievements_error": "Başarılar sıfırlanamadı"
|
"reset_achievements_error": "Başarımlar sıfırlanamadı",
|
||||||
|
"download_error_gofile_quota_exceeded": "Gofile aylık kotanızı doldurdunuz. Kotanın yenilenmesini bekleyin.",
|
||||||
|
"download_error_real_debrid_account_not_authorized": "Real-Debrid hesabınız yeni indirme işlemleri yapmak için yetkilendirilmemiş. Lütfen hesap ayarlarınızı kontrol edip tekrar deneyin.",
|
||||||
|
"download_error_not_cached_in_real_debrid": "Bu indirme Real-Debrid üzerinde mevcut değil ve Real-Debrid'den indirme durumu henüz sorgulanamıyor.",
|
||||||
|
"download_error_not_cached_in_torbox": "Bu indirme Torbox'ta mevcut değil ve Torbox'tan indirme durumu henüz sorgulanamıyor.",
|
||||||
|
"game_removed_from_favorites": "Oyun favorilerden silindi",
|
||||||
|
"game_added_to_favorites": "Oyun favorilere eklendi"
|
||||||
},
|
},
|
||||||
"activation": {
|
"activation": {
|
||||||
"title": "Hydra'yı Aktive Et",
|
"title": "Hydra'yı Aktive Et",
|
||||||
"installation_id": "Kurulum Kimliği:",
|
"installation_id": "Kurulum Kimliği:",
|
||||||
"enter_activation_code": "Aktivasyon kodunuzu girin",
|
"enter_activation_code": "Aktivasyon kodunuzu girin",
|
||||||
"message": "Bunu nereden soracağınızı bilmiyorsanız, bu sizin için olmamalı.",
|
"message": "Bunu nasıl edineceğini bilmiyorsan, buna sahip olmamalısın.",
|
||||||
"activate": "Aktive Et",
|
"activate": "Aktive Et",
|
||||||
"loading": "Yükleniyor…"
|
"loading": "Yükleniyor…"
|
||||||
},
|
},
|
||||||
@@ -206,7 +214,7 @@
|
|||||||
"cancel": "İptal Et",
|
"cancel": "İptal Et",
|
||||||
"filter": "İndirilen oyunları filtrele",
|
"filter": "İndirilen oyunları filtrele",
|
||||||
"remove": "Kaldır",
|
"remove": "Kaldır",
|
||||||
"downloading_metadata": "Metadata indiriliyor…",
|
"downloading_metadata": "Meta verileri indiriliyor…",
|
||||||
"deleting": "Yükleyici siliniyor…",
|
"deleting": "Yükleyici siliniyor…",
|
||||||
"delete": "Yükleyiciyi kaldır",
|
"delete": "Yükleyiciyi kaldır",
|
||||||
"delete_modal_title": "Emin misiniz?",
|
"delete_modal_title": "Emin misiniz?",
|
||||||
@@ -231,7 +239,7 @@
|
|||||||
"enable_download_notifications": "Bir indirme tamamlandığında",
|
"enable_download_notifications": "Bir indirme tamamlandığında",
|
||||||
"enable_repack_list_notifications": "Yeni bir repack eklendiğinde",
|
"enable_repack_list_notifications": "Yeni bir repack eklendiğinde",
|
||||||
"real_debrid_api_token_label": "Real-Debrid API anahtarı",
|
"real_debrid_api_token_label": "Real-Debrid API anahtarı",
|
||||||
"quit_app_instead_hiding": "Hydra'yı kapatırken gizlemeyin",
|
"quit_app_instead_hiding": "Hydra'yı kapatınca sistem tepsisine gitmesin",
|
||||||
"launch_with_system": "Hydra'yı sistem başlatıldığında çalıştır",
|
"launch_with_system": "Hydra'yı sistem başlatıldığında çalıştır",
|
||||||
"general": "Genel",
|
"general": "Genel",
|
||||||
"behavior": "Davranış",
|
"behavior": "Davranış",
|
||||||
@@ -250,6 +258,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": "Hayır",
|
||||||
|
"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",
|
||||||
@@ -277,11 +291,56 @@
|
|||||||
"must_be_valid_url": "Kaynak geçerli bir URL olmalıdır",
|
"must_be_valid_url": "Kaynak geçerli bir URL olmalıdır",
|
||||||
"blocked_users": "Engellenen kullanıcılar",
|
"blocked_users": "Engellenen kullanıcılar",
|
||||||
"user_unblocked": "Kullanıcının engeli kaldırıldı",
|
"user_unblocked": "Kullanıcının engeli kaldırıldı",
|
||||||
"enable_achievement_notifications": "Bir başarı kilidi açıldığında",
|
"enable_achievement_notifications": "Bir başarım kilidi açıldığında",
|
||||||
"launch_minimized": "Hydra'yı küçültülmüş başlat",
|
"launch_minimized": "Hydra'yı küçültülmüş başlat",
|
||||||
"disable_nsfw_alert": "NSFW uyarısını devre dışı bırak",
|
"disable_nsfw_alert": "NSFW uyarısını devre dışı bırak",
|
||||||
"seed_after_download_complete": "İndirme tamamlandıktan sonra paylaş",
|
"seed_after_download_complete": "İndirme tamamlandıktan sonra paylaş",
|
||||||
"show_hidden_achievement_description": "Gizli başarı açıklamalarını kilitlenmeden önce göster"
|
"show_hidden_achievement_description": "Gizli başarım açıklamalarını kilitlenmeden önce göster",
|
||||||
|
"account": "Hesap",
|
||||||
|
"no_users_blocked": "Hiçbir kullanıcıyı engellemediniz",
|
||||||
|
"subscription_active_until": "Hydra Cloud'unuz {{date}} tarihine kadar aktif",
|
||||||
|
"manage_subscription": "Aboneliği yönet",
|
||||||
|
"update_email": "E-posta'yı güncelle",
|
||||||
|
"update_password": "Şifreyi güncelle",
|
||||||
|
"current_email": "Aktif e-posta'nız",
|
||||||
|
"no_email_account": "Henüz ayarlanmış bir e-postanız yok",
|
||||||
|
"account_data_updated_successfully": "Hesap bilgileri başarıyla güncellendi",
|
||||||
|
"renew_subscription": "Hydra Cloud'u yenile",
|
||||||
|
"subscription_expired_at": "Aboneliğiniz {{date}} tarihinde sona erdi",
|
||||||
|
"no_subscription": "Hydra'yı en iyi şekilde deneyimleyin",
|
||||||
|
"become_subscriber": "Hydra Cloud'lu ol",
|
||||||
|
"subscription_renew_cancelled": "Otomatik yenileme devre dışı",
|
||||||
|
"subscription_renews_on": "Aboneliğiniz {{date}} tarihinde yenilenecek",
|
||||||
|
"bill_sent_until": "Bir sonraki faturanız bu tarihe kadar gönderilecek",
|
||||||
|
"no_themes": "Henüz bir temanız yok gibi görünüyor, ama endişelenmeyin, ilk şaheserinizi oluşturmak için buraya tıklayın.",
|
||||||
|
"editor_tab_code": "Kod",
|
||||||
|
"editor_tab_info": "Bilgi",
|
||||||
|
"editor_tab_save": "Kaydet",
|
||||||
|
"web_store": "İnternet mağazası",
|
||||||
|
"clear_themes": "Temizle",
|
||||||
|
"create_theme": "Oluştur",
|
||||||
|
"create_theme_modal_title": "Tema oluştur",
|
||||||
|
"create_theme_modal_description": "Hydra'nın görünümünü özelleştirmek için yeni bir tema oluştur",
|
||||||
|
"theme_name": "İsim",
|
||||||
|
"insert_theme_name": "Tema ismini gir",
|
||||||
|
"set_theme": "Temayı seç",
|
||||||
|
"unset_theme": "Tema seçimini kaldır",
|
||||||
|
"delete_theme": "Temayı sil",
|
||||||
|
"edit_theme": "Temayı düzenle",
|
||||||
|
"delete_all_themes": "Tüm temaları sil",
|
||||||
|
"delete_all_themes_description": "Bu tüm temalarınızı silecektir",
|
||||||
|
"delete_theme_description": "Bu {{theme}} temasını silecektir",
|
||||||
|
"cancel": "İptal",
|
||||||
|
"appearance": "Görünüm",
|
||||||
|
"enable_torbox": "Torbox'u etkinleştir",
|
||||||
|
"torbox_description": "TorBox, piyasadaki en iyi sunucularla bile rekabet edebilen premium seedbox hizmetinizdir.",
|
||||||
|
"torbox_account_linked": "TorBox hesabı bağlando",
|
||||||
|
"real_debrid_account_linked": "Real-Debrid hesabı bağlando",
|
||||||
|
"name_min_length": "Tema ismi en az 3 karakter uzunluğunda olmalıdır",
|
||||||
|
"import_theme": "Temayı içe aktar",
|
||||||
|
"import_theme_description": "{{theme}} teması, tema mağazasından içeri aktarılacak",
|
||||||
|
"error_importing_theme": "Temayı içe aktarmada bir sorun oluştu",
|
||||||
|
"theme_imported": "Tema başarıyla içe aktarıldı"
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"download_complete": "İndirme tamamlandı",
|
"download_complete": "İndirme tamamlandı",
|
||||||
@@ -289,17 +348,19 @@
|
|||||||
"repack_list_updated": "Repack listesi güncellendi",
|
"repack_list_updated": "Repack listesi güncellendi",
|
||||||
"repack_count_one": "{{count}} repack eklendi",
|
"repack_count_one": "{{count}} repack eklendi",
|
||||||
"repack_count_other": "{{count}} repack eklendi",
|
"repack_count_other": "{{count}} repack eklendi",
|
||||||
"new_update_available": "Sürüm {{version}} mevcut",
|
"new_update_available": "{{version}} sürümü mevcut",
|
||||||
"restart_to_install_update": "Güncellemeyi yüklemek için Hydra'yı yeniden başlatın",
|
"restart_to_install_update": "Güncellemeyi yüklemek için Hydra'yı yeniden başlatın",
|
||||||
"notification_achievement_unlocked_title": "{{game}} için başarı kilidi açıldı",
|
"notification_achievement_unlocked_title": "{{game}} için başarım kilidi açıldı",
|
||||||
"notification_achievement_unlocked_body": "{{achievement}} ve diğer {{count}} başarılar açıldı"
|
"notification_achievement_unlocked_body": "{{achievement}} ve diğer {{count}} başarım açıldı"
|
||||||
},
|
},
|
||||||
"system_tray": {
|
"system_tray": {
|
||||||
"open": "Hydra'yı Aç",
|
"open": "Hydra'yı Aç",
|
||||||
"quit": "Çık"
|
"quit": "Çık"
|
||||||
},
|
},
|
||||||
"game_card": {
|
"game_card": {
|
||||||
"no_downloads": "İndirilebilir içerik bulunmuyor"
|
"no_downloads": "İndirilebilir içerik bulunmuyor",
|
||||||
|
"available_one": "Mevcut",
|
||||||
|
"available_other": "Mevcut"
|
||||||
},
|
},
|
||||||
"binary_not_found_modal": {
|
"binary_not_found_modal": {
|
||||||
"title": "Programlar Yüklü Değil",
|
"title": "Programlar Yüklü Değil",
|
||||||
@@ -332,7 +393,7 @@
|
|||||||
"successfully_signed_out": "Başarıyla çıkış yapıldı",
|
"successfully_signed_out": "Başarıyla çıkış yapıldı",
|
||||||
"sign_out": "Çıkış yap",
|
"sign_out": "Çıkış yap",
|
||||||
"playing_for": "{{amount}} oynanıyor",
|
"playing_for": "{{amount}} oynanıyor",
|
||||||
"sign_out_modal_text": "Kütüphaneniz mevcut hesabınıza bağlı. Çıkış yaptığınızda kütüphaneniz görünür olmayacak ve herhangi bir ilerleme kaydedilmeyecek. Çıkışa devam etmek istiyor musunuz?",
|
"sign_out_modal_text": "Kütüphaneniz mevcut hesabınıza bağlı. Oturumu kapattığınızda kütüphaneniz görünür olmayacak ve herhangi bir ilerleme kaydedilmeyecek. Oturumu kapatmaya devam etmek istiyor musunuz?",
|
||||||
"add_friends": "Arkadaş Ekle",
|
"add_friends": "Arkadaş Ekle",
|
||||||
"add": "Ekle",
|
"add": "Ekle",
|
||||||
"friend_code": "Arkadaş kodu",
|
"friend_code": "Arkadaş kodu",
|
||||||
@@ -383,39 +444,39 @@
|
|||||||
"uploading_banner": "Afiş yükleniyor…",
|
"uploading_banner": "Afiş yükleniyor…",
|
||||||
"background_image_updated": "Arka plan görüntüsü güncellendi",
|
"background_image_updated": "Arka plan görüntüsü güncellendi",
|
||||||
"stats": "İstatistikler",
|
"stats": "İstatistikler",
|
||||||
"achievements": "Başarılar",
|
"achievements": "Başarımlar",
|
||||||
"games": "Oyunlar",
|
"games": "Oyunlar",
|
||||||
"top_percentile": "En üst {{percentile}}%",
|
"top_percentile": "En üst {{percentile}}%",
|
||||||
"ranking_updated_weekly": "Sıralama haftalık olarak güncellenir",
|
"ranking_updated_weekly": "Sıralama haftalık olarak güncellenir",
|
||||||
"playing": "{{game}} oynanıyor",
|
"playing": "{{game}} oynanıyor",
|
||||||
"achievements_unlocked": "Başarılar açıldı",
|
"achievements_unlocked": "Başarımlar açıldı",
|
||||||
"earned_points": "Kazanılan puanlar",
|
"earned_points": "Kazanılan puanlar",
|
||||||
"show_achievements_on_profile": "Başarılarınızı profilinizde gösterin",
|
"show_achievements_on_profile": "Başarımlarınızı profilinizde gösterin",
|
||||||
"show_points_on_profile": "Kazandığınız puanları profilinizde gösterin"
|
"show_points_on_profile": "Kazandığınız puanları profilinizde gösterin"
|
||||||
},
|
},
|
||||||
"achievement": {
|
"achievement": {
|
||||||
"achievement_unlocked": "Başarı açıldı",
|
"achievement_unlocked": "Başarım açıldı",
|
||||||
"user_achievements": "{{displayName}}'in Başarıları",
|
"user_achievements": "{{displayName}} oyununun Başarımları",
|
||||||
"your_achievements": "Başarılarınız",
|
"your_achievements": "Başarımlarınız",
|
||||||
"unlocked_at": "Açılma zamanı: {{date}}",
|
"unlocked_at": "Açılma zamanı: {{date}}",
|
||||||
"subscription_needed": "Bu içeriği görmek için bir Hydra Cloud aboneliği gereklidir",
|
"subscription_needed": "Bu içeriği görmek için bir Hydra Cloud aboneliği gereklidir",
|
||||||
"new_achievements_unlocked": "{{gameCount}} oyundan {{achievementCount}} yeni başarı açıldı",
|
"new_achievements_unlocked": "{{gameCount}} oyundan {{achievementCount}} yeni başarım açıldı",
|
||||||
"achievement_progress": "{{unlockedCount}}/{{totalCount}} başarı",
|
"achievement_progress": "{{unlockedCount}}/{{totalCount}} başarım",
|
||||||
"achievements_unlocked_for_game": "{{gameTitle}} oyunu için {{achievementCount}} yeni başarı açıldı",
|
"achievements_unlocked_for_game": "{{gameTitle}} oyunu için {{achievementCount}} yeni başarım açıldı",
|
||||||
"hidden_achievement_tooltip": "Bu gizli bir başarıdır",
|
"hidden_achievement_tooltip": "Bu gizli bir başarımdır",
|
||||||
"achievement_earn_points": "Bu başarı ile {{points}} puan kazanın",
|
"achievement_earn_points": "Bu başarım ile {{points}} puan kazanın",
|
||||||
"earned_points": "Kazanılan puanlar:",
|
"earned_points": "Kazanılan puanlar:",
|
||||||
"available_points": "Mevcut puanlar:",
|
"available_points": "Mevcut puanlar:",
|
||||||
"how_to_earn_achievements_points": "Başarı puanları nasıl kazanılır?"
|
"how_to_earn_achievements_points": "Başarım puanları nasıl kazanılır?"
|
||||||
},
|
},
|
||||||
"hydra_cloud": {
|
"hydra_cloud": {
|
||||||
"subscription_tour_title": "Hydra Cloud Aboneliği",
|
"subscription_tour_title": "Hydra Cloud Aboneliği",
|
||||||
"subscribe_now": "Şimdi abone olun",
|
"subscribe_now": "Şimdi abone olun",
|
||||||
"cloud_saving": "Bulut kaydetme",
|
"cloud_saving": "Bulut kaydetme",
|
||||||
"cloud_achievements": "Başarılarınızı buluta kaydedin",
|
"cloud_achievements": "Başarımlarınızı buluta kaydedin",
|
||||||
"animated_profile_picture": "Animasyonlu profil resimleri",
|
"animated_profile_picture": "Animasyonlu profil resimleri",
|
||||||
"premium_support": "Premium Destek",
|
"premium_support": "Premium Destek",
|
||||||
"show_and_compare_achievements": "Başarılarınızı diğer kullanıcılarla karşılaştırın ve gösterin",
|
"show_and_compare_achievements": "Başarımlarınızı diğer kullanıcılarla karşılaştırın ve gösterin",
|
||||||
"animated_profile_banner": "Animasyonlu profil afişi",
|
"animated_profile_banner": "Animasyonlu profil afişi",
|
||||||
"hydra_cloud": "Hydra Cloud",
|
"hydra_cloud": "Hydra Cloud",
|
||||||
"hydra_cloud_feature_found": "Bir Hydra Cloud özelliği keşfettiniz!",
|
"hydra_cloud_feature_found": "Bir Hydra Cloud özelliği keşfettiniz!",
|
||||||
|
|||||||
@@ -176,6 +176,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": "Видаліть усі джерела завантаження",
|
||||||
"api_token": "API-токен",
|
"api_token": "API-токен",
|
||||||
"debrid_api_token_hint": "API токен можливо отримати <0>тут</0>",
|
"debrid_api_token_hint": "API токен можливо отримати <0>тут</0>",
|
||||||
"real_debrid_api_token_label": "Real-Debrid API-токен",
|
"real_debrid_api_token_label": "Real-Debrid API-токен",
|
||||||
|
|||||||
@@ -226,6 +226,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}} 个下载",
|
||||||
|
|||||||
@@ -31,3 +31,5 @@ export const achievementSoundPath = app.isPackaged
|
|||||||
export const backupsPath = path.join(app.getPath("userData"), "Backups");
|
export const backupsPath = path.join(app.getPath("userData"), "Backups");
|
||||||
|
|
||||||
export const appVersion = app.getVersion() + (isStaging ? "-staging" : "");
|
export const appVersion = app.getVersion() + (isStaging ? "-staging" : "");
|
||||||
|
|
||||||
|
export const MAIN_LOOP_INTERVAL = 1500;
|
||||||
|
|||||||
@@ -4,11 +4,15 @@ import updater from "electron-updater";
|
|||||||
|
|
||||||
const { autoUpdater } = updater;
|
const { autoUpdater } = updater;
|
||||||
|
|
||||||
const restartAndInstallUpdate = async (_event: Electron.IpcMainInvokeEvent) => {
|
export const restartAndInstallUpdate = () => {
|
||||||
autoUpdater.removeAllListeners();
|
autoUpdater.removeAllListeners();
|
||||||
if (app.isPackaged) {
|
if (app.isPackaged) {
|
||||||
autoUpdater.quitAndInstall(false);
|
autoUpdater.quitAndInstall(false);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
registerEvent("restartAndInstallUpdate", restartAndInstallUpdate);
|
const restartAndInstallUpdateEvent = async (
|
||||||
|
_event: Electron.IpcMainInvokeEvent
|
||||||
|
) => restartAndInstallUpdate();
|
||||||
|
|
||||||
|
registerEvent("restartAndInstallUpdate", restartAndInstallUpdateEvent);
|
||||||
|
|||||||
@@ -1,17 +1,59 @@
|
|||||||
|
import { MAIN_LOOP_INTERVAL } from "@main/constants";
|
||||||
import { registerEvent } from "../register-event";
|
import { registerEvent } from "../register-event";
|
||||||
import { HydraApi } from "@main/services";
|
import { HydraApi, WindowManager } from "@main/services";
|
||||||
|
import { publishNewFriendRequestNotification } from "@main/services/notifications";
|
||||||
import { UserNotLoggedInError } from "@shared";
|
import { UserNotLoggedInError } from "@shared";
|
||||||
import type { FriendRequestSync } from "@types";
|
import type { FriendRequestSync } from "@types";
|
||||||
|
|
||||||
const syncFriendRequests = async (_event: Electron.IpcMainInvokeEvent) => {
|
interface SyncState {
|
||||||
return HydraApi.get<FriendRequestSync>(`/profile/friend-requests/sync`).catch(
|
friendRequestCount: number | null;
|
||||||
(err) => {
|
tick: number;
|
||||||
if (err instanceof UserNotLoggedInError) {
|
}
|
||||||
return { friendRequests: [] };
|
|
||||||
}
|
const ticksToUpdate = (2 * 60 * 1000) / MAIN_LOOP_INTERVAL; // 2 minutes
|
||||||
throw err;
|
|
||||||
}
|
const syncState: SyncState = {
|
||||||
);
|
friendRequestCount: null,
|
||||||
|
tick: 0,
|
||||||
};
|
};
|
||||||
|
|
||||||
registerEvent("syncFriendRequests", syncFriendRequests);
|
const syncFriendRequests = async () => {
|
||||||
|
return HydraApi.get<FriendRequestSync>(`/profile/friend-requests/sync`)
|
||||||
|
.then((res) => {
|
||||||
|
if (
|
||||||
|
syncState.friendRequestCount != null &&
|
||||||
|
syncState.friendRequestCount < res.friendRequestCount
|
||||||
|
) {
|
||||||
|
publishNewFriendRequestNotification();
|
||||||
|
}
|
||||||
|
|
||||||
|
syncState.friendRequestCount = res.friendRequestCount;
|
||||||
|
|
||||||
|
WindowManager.mainWindow?.webContents.send(
|
||||||
|
"on-sync-friend-requests",
|
||||||
|
res
|
||||||
|
);
|
||||||
|
|
||||||
|
return res;
|
||||||
|
})
|
||||||
|
.catch((err) => {
|
||||||
|
if (err instanceof UserNotLoggedInError) {
|
||||||
|
return { friendRequestCount: 0 } as FriendRequestSync;
|
||||||
|
}
|
||||||
|
throw err;
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
const syncFriendRequestsEvent = async (_event: Electron.IpcMainInvokeEvent) => {
|
||||||
|
return syncFriendRequests();
|
||||||
|
};
|
||||||
|
|
||||||
|
export const watchFriendRequests = async () => {
|
||||||
|
if (syncState.tick % ticksToUpdate === 0) {
|
||||||
|
await syncFriendRequests();
|
||||||
|
}
|
||||||
|
|
||||||
|
syncState.tick++;
|
||||||
|
};
|
||||||
|
|
||||||
|
registerEvent("syncFriendRequests", syncFriendRequestsEvent);
|
||||||
|
|||||||
@@ -14,4 +14,5 @@ export const levelKeys = {
|
|||||||
userPreferences: "userPreferences",
|
userPreferences: "userPreferences",
|
||||||
language: "language",
|
language: "language",
|
||||||
sqliteMigrationDone: "sqliteMigrationDone",
|
sqliteMigrationDone: "sqliteMigrationDone",
|
||||||
|
screenState: "screenState",
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -13,7 +13,6 @@ import { logger } from "./logger";
|
|||||||
import { WindowManager } from "./window-manager";
|
import { WindowManager } from "./window-manager";
|
||||||
import axios from "axios";
|
import axios from "axios";
|
||||||
import { Ludusavi } from "./ludusavi";
|
import { Ludusavi } from "./ludusavi";
|
||||||
import { isFuture, isToday } from "date-fns";
|
|
||||||
import { SubscriptionRequiredError } from "@shared";
|
import { SubscriptionRequiredError } from "@shared";
|
||||||
|
|
||||||
export class CloudSync {
|
export class CloudSync {
|
||||||
@@ -54,8 +53,8 @@ export class CloudSync {
|
|||||||
const hasActiveSubscription = await db
|
const hasActiveSubscription = await db
|
||||||
.get<string, User>(levelKeys.user, { valueEncoding: "json" })
|
.get<string, User>(levelKeys.user, { valueEncoding: "json" })
|
||||||
.then((user) => {
|
.then((user) => {
|
||||||
const expiresAt = user?.subscription?.expiresAt;
|
const expiresAt = new Date(user?.subscription?.expiresAt ?? 0);
|
||||||
return expiresAt && (isFuture(expiresAt) || isToday(expiresAt));
|
return expiresAt > new Date();
|
||||||
});
|
});
|
||||||
|
|
||||||
if (!hasActiveSubscription) {
|
if (!hasActiveSubscription) {
|
||||||
|
|||||||
@@ -2,7 +2,13 @@ import { Downloader, DownloadError } from "@shared";
|
|||||||
import { WindowManager } from "../window-manager";
|
import { WindowManager } from "../window-manager";
|
||||||
import { publishDownloadCompleteNotification } from "../notifications";
|
import { publishDownloadCompleteNotification } from "../notifications";
|
||||||
import type { Download, DownloadProgress, UserPreferences } from "@types";
|
import type { Download, DownloadProgress, UserPreferences } from "@types";
|
||||||
import { GofileApi, QiwiApi, DatanodesApi, MediafireApi } from "../hosters";
|
import {
|
||||||
|
GofileApi,
|
||||||
|
QiwiApi,
|
||||||
|
DatanodesApi,
|
||||||
|
MediafireApi,
|
||||||
|
PixelDrainApi,
|
||||||
|
} from "../hosters";
|
||||||
import { PythonRPC } from "../python-rpc";
|
import { PythonRPC } from "../python-rpc";
|
||||||
import {
|
import {
|
||||||
LibtorrentPayload,
|
LibtorrentPayload,
|
||||||
@@ -283,11 +289,12 @@ export class DownloadManager {
|
|||||||
}
|
}
|
||||||
case Downloader.PixelDrain: {
|
case Downloader.PixelDrain: {
|
||||||
const id = download.uri.split("/").pop();
|
const id = download.uri.split("/").pop();
|
||||||
|
const downloadUrl = await PixelDrainApi.getDownloadUrl(id!);
|
||||||
|
|
||||||
return {
|
return {
|
||||||
action: "start",
|
action: "start",
|
||||||
game_id: downloadId,
|
game_id: downloadId,
|
||||||
url: `https://cdn.pd5-gamedriveorg.workers.dev/api/file/${id}`,
|
url: downloadUrl,
|
||||||
save_path: download.downloadPath,
|
save_path: download.downloadPath,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,47 +1,71 @@
|
|||||||
import axios, { AxiosResponse } from "axios";
|
import axios, { AxiosResponse } from "axios";
|
||||||
|
import { wrapper } from "axios-cookiejar-support";
|
||||||
|
import { CookieJar } from "tough-cookie";
|
||||||
|
|
||||||
export class DatanodesApi {
|
export class DatanodesApi {
|
||||||
private static readonly session = axios.create({});
|
private static readonly jar = new CookieJar();
|
||||||
|
|
||||||
|
private static readonly session = wrapper(
|
||||||
|
axios.create({
|
||||||
|
jar: DatanodesApi.jar,
|
||||||
|
withCredentials: true,
|
||||||
|
})
|
||||||
|
);
|
||||||
|
|
||||||
public static async getDownloadUrl(downloadUrl: string): Promise<string> {
|
public static async getDownloadUrl(downloadUrl: string): Promise<string> {
|
||||||
const parsedUrl = new URL(downloadUrl);
|
try {
|
||||||
const pathSegments = parsedUrl.pathname.split("/");
|
const parsedUrl = new URL(downloadUrl);
|
||||||
|
const pathSegments = parsedUrl.pathname.split("/").filter(Boolean);
|
||||||
|
const fileCode = pathSegments[0];
|
||||||
|
|
||||||
const fileCode = decodeURIComponent(pathSegments[1]);
|
await this.jar.setCookie("lang=english;", "https://datanodes.to");
|
||||||
const fileName = decodeURIComponent(pathSegments[pathSegments.length - 1]);
|
|
||||||
|
|
||||||
const payload = new URLSearchParams({
|
const payload = new URLSearchParams({
|
||||||
op: "download2",
|
op: "download2",
|
||||||
id: fileCode,
|
id: fileCode,
|
||||||
rand: "",
|
method_free: "Free Download >>",
|
||||||
referer: "https://datanodes.to/download",
|
dl: "1",
|
||||||
method_free: "Free Download >>",
|
});
|
||||||
method_premium: "",
|
|
||||||
adblock_detected: "",
|
|
||||||
});
|
|
||||||
|
|
||||||
const response: AxiosResponse = await this.session.post(
|
const response: AxiosResponse = await this.session.post(
|
||||||
"https://datanodes.to/download",
|
"https://datanodes.to/download",
|
||||||
payload,
|
payload,
|
||||||
{
|
{
|
||||||
headers: {
|
headers: {
|
||||||
"Content-Type": "application/x-www-form-urlencoded",
|
"User-Agent":
|
||||||
Cookie: `lang=english; file_name=${fileName}; file_code=${fileCode};`,
|
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:135.0) Gecko/20100101 Firefox/135.0",
|
||||||
Host: "datanodes.to",
|
Referer: "https://datanodes.to/download",
|
||||||
Origin: "https://datanodes.to",
|
Origin: "https://datanodes.to",
|
||||||
Referer: "https://datanodes.to/download",
|
"Content-Type": "application/x-www-form-urlencoded",
|
||||||
"User-Agent":
|
},
|
||||||
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36",
|
maxRedirects: 0,
|
||||||
},
|
validateStatus: (status: number) => status === 302 || status < 400,
|
||||||
maxRedirects: 0,
|
}
|
||||||
validateStatus: (status: number) => status === 302 || status < 400,
|
);
|
||||||
|
|
||||||
|
if (response.status === 302) {
|
||||||
|
return response.headers["location"];
|
||||||
}
|
}
|
||||||
);
|
|
||||||
|
|
||||||
if (response.status === 302) {
|
if (typeof response.data === "object" && response.data.url) {
|
||||||
return response.headers["location"];
|
return decodeURIComponent(response.data.url);
|
||||||
|
}
|
||||||
|
|
||||||
|
const htmlContent = String(response.data);
|
||||||
|
if (!htmlContent) {
|
||||||
|
throw new Error("Empty response received");
|
||||||
|
}
|
||||||
|
|
||||||
|
const downloadLinkRegex = /href=["'](https:\/\/[^"']+)["']/;
|
||||||
|
const downloadLinkMatch = downloadLinkRegex.exec(htmlContent);
|
||||||
|
if (downloadLinkMatch) {
|
||||||
|
return downloadLinkMatch[1];
|
||||||
|
}
|
||||||
|
|
||||||
|
throw new Error("Failed to get the download link");
|
||||||
|
} catch (error) {
|
||||||
|
console.error("Error fetching download URL:", error);
|
||||||
|
throw error;
|
||||||
}
|
}
|
||||||
|
|
||||||
return "";
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,3 +2,4 @@ export * from "./gofile";
|
|||||||
export * from "./qiwi";
|
export * from "./qiwi";
|
||||||
export * from "./datanodes";
|
export * from "./datanodes";
|
||||||
export * from "./mediafire";
|
export * from "./mediafire";
|
||||||
|
export * from "./pixeldrain";
|
||||||
|
|||||||
42
src/main/services/hosters/pixeldrain.ts
Normal file
42
src/main/services/hosters/pixeldrain.ts
Normal file
@@ -0,0 +1,42 @@
|
|||||||
|
import axios from "axios";
|
||||||
|
|
||||||
|
export class PixelDrainApi {
|
||||||
|
private static readonly browserHeaders = {
|
||||||
|
"User-Agent":
|
||||||
|
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36",
|
||||||
|
Accept:
|
||||||
|
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8",
|
||||||
|
"Accept-Language": "en-US,en;q=0.9",
|
||||||
|
"Accept-Encoding": "gzip, deflate, br",
|
||||||
|
DNT: "1",
|
||||||
|
Connection: "keep-alive",
|
||||||
|
"Sec-Fetch-Dest": "document",
|
||||||
|
"Sec-Fetch-Mode": "navigate",
|
||||||
|
"Sec-Fetch-Site": "none",
|
||||||
|
"Sec-Fetch-User": "?1",
|
||||||
|
};
|
||||||
|
|
||||||
|
public static async getDownloadUrl(fileId: string): Promise<string> {
|
||||||
|
try {
|
||||||
|
const response = await axios.get(`https://pd.cybar.xyz/${fileId}`, {
|
||||||
|
headers: this.browserHeaders,
|
||||||
|
maxRedirects: 0,
|
||||||
|
validateStatus: (status) =>
|
||||||
|
status === 301 || status === 302 || status === 200,
|
||||||
|
});
|
||||||
|
|
||||||
|
if (
|
||||||
|
response.headers.location ||
|
||||||
|
response.status === 301 ||
|
||||||
|
response.status === 302
|
||||||
|
) {
|
||||||
|
return response.headers.location;
|
||||||
|
}
|
||||||
|
|
||||||
|
throw new Error(`No redirect URL found (status: ${response.status})`);
|
||||||
|
} catch (error) {
|
||||||
|
console.error("Error fetching PixelDrain URL:", error);
|
||||||
|
throw error;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -8,7 +8,6 @@ import { UserNotLoggedInError, SubscriptionRequiredError } from "@shared";
|
|||||||
import { omit } from "lodash-es";
|
import { omit } from "lodash-es";
|
||||||
import { appVersion } from "@main/constants";
|
import { appVersion } from "@main/constants";
|
||||||
import { getUserData } from "./user/get-user-data";
|
import { getUserData } from "./user/get-user-data";
|
||||||
import { isFuture, isToday } from "date-fns";
|
|
||||||
import { db } from "@main/level";
|
import { db } from "@main/level";
|
||||||
import { levelKeys } from "@main/level/sublevels";
|
import { levelKeys } from "@main/level/sublevels";
|
||||||
import type { Auth, User } from "@types";
|
import type { Auth, User } from "@types";
|
||||||
@@ -47,8 +46,8 @@ export class HydraApi {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private static hasActiveSubscription() {
|
private static hasActiveSubscription() {
|
||||||
const expiresAt = this.userAuth.subscription?.expiresAt;
|
const expiresAt = new Date(this.userAuth.subscription?.expiresAt ?? 0);
|
||||||
return expiresAt && (isFuture(expiresAt) || isToday(expiresAt));
|
return expiresAt > new Date();
|
||||||
}
|
}
|
||||||
|
|
||||||
static async handleExternalAuth(uri: string) {
|
static async handleExternalAuth(uri: string) {
|
||||||
|
|||||||
@@ -3,18 +3,21 @@ import { DownloadManager } from "./download";
|
|||||||
import { watchProcesses } from "./process-watcher";
|
import { watchProcesses } from "./process-watcher";
|
||||||
import { AchievementWatcherManager } from "./achievements/achievement-watcher-manager";
|
import { AchievementWatcherManager } from "./achievements/achievement-watcher-manager";
|
||||||
import { UpdateManager } from "./update-manager";
|
import { UpdateManager } from "./update-manager";
|
||||||
|
import { watchFriendRequests } from "@main/events/profile/sync-friend-requests";
|
||||||
|
import { MAIN_LOOP_INTERVAL } from "@main/constants";
|
||||||
|
|
||||||
export const startMainLoop = async () => {
|
export const startMainLoop = async () => {
|
||||||
// eslint-disable-next-line no-constant-condition
|
// eslint-disable-next-line no-constant-condition
|
||||||
while (true) {
|
while (true) {
|
||||||
await Promise.allSettled([
|
await Promise.allSettled([
|
||||||
watchProcesses(),
|
watchProcesses(),
|
||||||
|
watchFriendRequests(),
|
||||||
DownloadManager.watchDownloads(),
|
DownloadManager.watchDownloads(),
|
||||||
AchievementWatcherManager.watchAchievements(),
|
AchievementWatcherManager.watchAchievements(),
|
||||||
DownloadManager.getSeedStatus(),
|
DownloadManager.getSeedStatus(),
|
||||||
UpdateManager.checkForUpdatePeriodically(),
|
UpdateManager.checkForUpdatePeriodically(),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
await sleep(1500);
|
await sleep(MAIN_LOOP_INTERVAL);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ import { logger } from "../logger";
|
|||||||
import { WindowManager } from "../window-manager";
|
import { WindowManager } from "../window-manager";
|
||||||
import type { Game, UserPreferences } from "@types";
|
import type { Game, UserPreferences } from "@types";
|
||||||
import { db, levelKeys } from "@main/level";
|
import { db, levelKeys } from "@main/level";
|
||||||
|
import { restartAndInstallUpdate } from "@main/events/autoupdater/restart-and-install-update";
|
||||||
|
|
||||||
async function downloadImage(url: string | null) {
|
async function downloadImage(url: string | null) {
|
||||||
if (!url) return undefined;
|
if (!url) return undefined;
|
||||||
@@ -72,10 +73,33 @@ export const publishNotificationUpdateReadyToInstall = async (
|
|||||||
ns: "notifications",
|
ns: "notifications",
|
||||||
}),
|
}),
|
||||||
icon: trayIcon,
|
icon: trayIcon,
|
||||||
}).show();
|
})
|
||||||
|
.on("click", () => {
|
||||||
|
restartAndInstallUpdate();
|
||||||
|
})
|
||||||
|
.show();
|
||||||
};
|
};
|
||||||
|
|
||||||
export const publishNewFriendRequestNotification = async () => {};
|
export const publishNewFriendRequestNotification = async () => {
|
||||||
|
const userPreferences = await db.get<string, UserPreferences | null>(
|
||||||
|
levelKeys.userPreferences,
|
||||||
|
{
|
||||||
|
valueEncoding: "json",
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
|
if (!userPreferences?.friendRequestNotificationsEnabled) return;
|
||||||
|
|
||||||
|
new Notification({
|
||||||
|
title: t("new_friend_request_title", {
|
||||||
|
ns: "notifications",
|
||||||
|
}),
|
||||||
|
body: t("new_friend_request_description", {
|
||||||
|
ns: "notifications",
|
||||||
|
}),
|
||||||
|
icon: trayIcon,
|
||||||
|
}).show();
|
||||||
|
};
|
||||||
|
|
||||||
export const publishCombinedNewAchievementNotification = async (
|
export const publishCombinedNewAchievementNotification = async (
|
||||||
achievementCount,
|
achievementCount,
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
import updater, { UpdateInfo } from "electron-updater";
|
import updater, { UpdateInfo } from "electron-updater";
|
||||||
import { logger, WindowManager } from "@main/services";
|
import { logger, WindowManager } from "@main/services";
|
||||||
import { AppUpdaterEvent } from "@types";
|
import { AppUpdaterEvent, UserPreferences } from "@types";
|
||||||
import { app } from "electron";
|
import { app } from "electron";
|
||||||
import { publishNotificationUpdateReadyToInstall } from "@main/services/notifications";
|
import { publishNotificationUpdateReadyToInstall } from "@main/services/notifications";
|
||||||
|
import { db, levelKeys } from "@main/level";
|
||||||
const isAutoInstallAvailable =
|
import { MAIN_LOOP_INTERVAL } from "@main/constants";
|
||||||
process.platform !== "darwin" && process.env.PORTABLE_EXECUTABLE_FILE == null;
|
|
||||||
|
|
||||||
const { autoUpdater } = updater;
|
const { autoUpdater } = updater;
|
||||||
const sendEventsForDebug = false;
|
const sendEventsForDebug = false;
|
||||||
|
const ticksToUpdate = (50 * 60 * 1000) / MAIN_LOOP_INTERVAL; // 50 minutes
|
||||||
|
|
||||||
export class UpdateManager {
|
export class UpdateManager {
|
||||||
private static hasNotified = false;
|
private static hasNotified = false;
|
||||||
@@ -16,7 +16,7 @@ export class UpdateManager {
|
|||||||
private static checkTick = 0;
|
private static checkTick = 0;
|
||||||
|
|
||||||
private static mockValuesForDebug() {
|
private static mockValuesForDebug() {
|
||||||
this.sendEvent({ type: "update-available", info: { version: "1.3.0" } });
|
this.sendEvent({ type: "update-available", info: { version: "3.3.1" } });
|
||||||
this.sendEvent({ type: "update-downloaded" });
|
this.sendEvent({ type: "update-downloaded" });
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -24,7 +24,27 @@ export class UpdateManager {
|
|||||||
WindowManager.mainWindow?.webContents.send("autoUpdaterEvent", event);
|
WindowManager.mainWindow?.webContents.send("autoUpdaterEvent", event);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static checkForUpdates() {
|
private static async isAutoInstallEnabled() {
|
||||||
|
if (process.platform === "darwin") return false;
|
||||||
|
if (process.platform === "win32") {
|
||||||
|
return process.env.PORTABLE_EXECUTABLE_FILE == null;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (process.platform === "linux") {
|
||||||
|
const userPreferences = await db.get<string, UserPreferences | null>(
|
||||||
|
levelKeys.userPreferences,
|
||||||
|
{
|
||||||
|
valueEncoding: "json",
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
|
return userPreferences?.enableAutoInstall === true;
|
||||||
|
}
|
||||||
|
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
public static async checkForUpdates() {
|
||||||
autoUpdater
|
autoUpdater
|
||||||
.once("update-available", (info: UpdateInfo) => {
|
.once("update-available", (info: UpdateInfo) => {
|
||||||
this.sendEvent({ type: "update-available", info });
|
this.sendEvent({ type: "update-available", info });
|
||||||
@@ -39,6 +59,8 @@ export class UpdateManager {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
const isAutoInstallAvailable = await this.isAutoInstallEnabled();
|
||||||
|
|
||||||
if (app.isPackaged) {
|
if (app.isPackaged) {
|
||||||
autoUpdater.autoDownload = isAutoInstallAvailable;
|
autoUpdater.autoDownload = isAutoInstallAvailable;
|
||||||
autoUpdater.checkForUpdates().then((result) => {
|
autoUpdater.checkForUpdates().then((result) => {
|
||||||
@@ -52,7 +74,7 @@ export class UpdateManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static checkForUpdatePeriodically() {
|
public static checkForUpdatePeriodically() {
|
||||||
if (this.checkTick % 2000 == 0) {
|
if (this.checkTick % ticksToUpdate == 0) {
|
||||||
this.checkForUpdates();
|
this.checkForUpdates();
|
||||||
}
|
}
|
||||||
this.checkTick++;
|
this.checkTick++;
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ import { HydraApi } from "./hydra-api";
|
|||||||
import UserAgent from "user-agents";
|
import UserAgent from "user-agents";
|
||||||
import { db, gamesSublevel, levelKeys } from "@main/level";
|
import { db, gamesSublevel, levelKeys } from "@main/level";
|
||||||
import { slice, sortBy } from "lodash-es";
|
import { slice, sortBy } from "lodash-es";
|
||||||
import type { UserPreferences } from "@types";
|
import type { ScreenState, UserPreferences } from "@types";
|
||||||
import { AuthPage } from "@shared";
|
import { AuthPage } from "@shared";
|
||||||
import { isStaging } from "@main/constants";
|
import { isStaging } from "@main/constants";
|
||||||
|
|
||||||
@@ -26,27 +26,8 @@ export class WindowManager {
|
|||||||
|
|
||||||
private static readonly editorWindows: Map<string, BrowserWindow> = new Map();
|
private static readonly editorWindows: Map<string, BrowserWindow> = new Map();
|
||||||
|
|
||||||
private static loadMainWindowURL(hash = "") {
|
private static initialConfigInitializationMainWindow: Electron.BrowserWindowConstructorOptions =
|
||||||
// HMR for renderer base on electron-vite cli.
|
{
|
||||||
// Load the remote URL for development or the local html file for production.
|
|
||||||
if (is.dev && process.env["ELECTRON_RENDERER_URL"]) {
|
|
||||||
this.mainWindow?.loadURL(
|
|
||||||
`${process.env["ELECTRON_RENDERER_URL"]}#/${hash}`
|
|
||||||
);
|
|
||||||
} else {
|
|
||||||
this.mainWindow?.loadFile(
|
|
||||||
path.join(__dirname, "../renderer/index.html"),
|
|
||||||
{
|
|
||||||
hash,
|
|
||||||
}
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public static createMainWindow() {
|
|
||||||
if (this.mainWindow) return;
|
|
||||||
|
|
||||||
this.mainWindow = new BrowserWindow({
|
|
||||||
width: 1200,
|
width: 1200,
|
||||||
height: 720,
|
height: 720,
|
||||||
minWidth: 1024,
|
minWidth: 1024,
|
||||||
@@ -65,7 +46,65 @@ export class WindowManager {
|
|||||||
sandbox: false,
|
sandbox: false,
|
||||||
},
|
},
|
||||||
show: false,
|
show: false,
|
||||||
|
};
|
||||||
|
|
||||||
|
private static loadMainWindowURL(hash = "") {
|
||||||
|
// HMR for renderer base on electron-vite cli.
|
||||||
|
// Load the remote URL for development or the local html file for production.
|
||||||
|
if (is.dev && process.env["ELECTRON_RENDERER_URL"]) {
|
||||||
|
this.mainWindow?.loadURL(
|
||||||
|
`${process.env["ELECTRON_RENDERER_URL"]}#/${hash}`
|
||||||
|
);
|
||||||
|
} else {
|
||||||
|
this.mainWindow?.loadFile(
|
||||||
|
path.join(__dirname, "../renderer/index.html"),
|
||||||
|
{
|
||||||
|
hash,
|
||||||
|
}
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private static async saveScreenConfig(configScreenWhenClosed: ScreenState) {
|
||||||
|
await db.put(levelKeys.screenState, configScreenWhenClosed, {
|
||||||
|
valueEncoding: "json",
|
||||||
});
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
private static async loadScreenConfig() {
|
||||||
|
const data = await db.get<string, ScreenState | undefined>(
|
||||||
|
levelKeys.screenState,
|
||||||
|
{
|
||||||
|
valueEncoding: "json",
|
||||||
|
}
|
||||||
|
);
|
||||||
|
return data ?? { isMaximized: false, height: 720, width: 1200 };
|
||||||
|
}
|
||||||
|
|
||||||
|
private static updateInitialConfig(
|
||||||
|
newConfig: Partial<Electron.BrowserWindowConstructorOptions>
|
||||||
|
) {
|
||||||
|
this.initialConfigInitializationMainWindow = {
|
||||||
|
...this.initialConfigInitializationMainWindow,
|
||||||
|
...newConfig,
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
public static async createMainWindow() {
|
||||||
|
if (this.mainWindow) return;
|
||||||
|
|
||||||
|
const { isMaximized = false, ...configWithoutMaximized } =
|
||||||
|
await this.loadScreenConfig();
|
||||||
|
|
||||||
|
this.updateInitialConfig(configWithoutMaximized);
|
||||||
|
|
||||||
|
this.mainWindow = new BrowserWindow(
|
||||||
|
this.initialConfigInitializationMainWindow
|
||||||
|
);
|
||||||
|
|
||||||
|
if (isMaximized) {
|
||||||
|
this.mainWindow.maximize();
|
||||||
|
}
|
||||||
|
|
||||||
this.mainWindow.webContents.session.webRequest.onBeforeSendHeaders(
|
this.mainWindow.webContents.session.webRequest.onBeforeSendHeaders(
|
||||||
(details, callback) => {
|
(details, callback) => {
|
||||||
@@ -143,9 +182,26 @@ export class WindowManager {
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
if (this.mainWindow) {
|
||||||
|
const lastBounds = this.mainWindow.getBounds();
|
||||||
|
const isMaximized = this.mainWindow.isMaximized() ?? false;
|
||||||
|
const screenConfig = isMaximized
|
||||||
|
? {
|
||||||
|
x: undefined,
|
||||||
|
y: undefined,
|
||||||
|
height: this.initialConfigInitializationMainWindow.height ?? 720,
|
||||||
|
width: this.initialConfigInitializationMainWindow.width ?? 1200,
|
||||||
|
isMaximized: true,
|
||||||
|
}
|
||||||
|
: { ...lastBounds, isMaximized };
|
||||||
|
|
||||||
|
await this.saveScreenConfig(screenConfig);
|
||||||
|
}
|
||||||
|
|
||||||
if (userPreferences?.preferQuitInsteadOfHiding) {
|
if (userPreferences?.preferQuitInsteadOfHiding) {
|
||||||
app.quit();
|
app.quit();
|
||||||
}
|
}
|
||||||
|
|
||||||
WindowManager.mainWindow?.setProgressBar(-1);
|
WindowManager.mainWindow?.setProgressBar(-1);
|
||||||
WindowManager.mainWindow = null;
|
WindowManager.mainWindow = null;
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ import type {
|
|||||||
SeedingStatus,
|
SeedingStatus,
|
||||||
GameAchievement,
|
GameAchievement,
|
||||||
Theme,
|
Theme,
|
||||||
|
FriendRequestSync,
|
||||||
} from "@types";
|
} from "@types";
|
||||||
import type { AuthPage, CatalogueCategory } from "@shared";
|
import type { AuthPage, CatalogueCategory } from "@shared";
|
||||||
import type { AxiosProgressEvent } from "axios";
|
import type { AxiosProgressEvent } from "axios";
|
||||||
@@ -306,6 +307,15 @@ contextBridge.exposeInMainWorld("electron", {
|
|||||||
ipcRenderer.invoke("processProfileImage", imagePath),
|
ipcRenderer.invoke("processProfileImage", imagePath),
|
||||||
getFriendRequests: () => ipcRenderer.invoke("getFriendRequests"),
|
getFriendRequests: () => ipcRenderer.invoke("getFriendRequests"),
|
||||||
syncFriendRequests: () => ipcRenderer.invoke("syncFriendRequests"),
|
syncFriendRequests: () => ipcRenderer.invoke("syncFriendRequests"),
|
||||||
|
onSyncFriendRequests: (cb: (friendRequests: FriendRequestSync) => void) => {
|
||||||
|
const listener = (
|
||||||
|
_event: Electron.IpcRendererEvent,
|
||||||
|
friendRequests: FriendRequestSync
|
||||||
|
) => cb(friendRequests);
|
||||||
|
ipcRenderer.on("on-sync-friend-requests", listener);
|
||||||
|
return () =>
|
||||||
|
ipcRenderer.removeListener("on-sync-friend-requests", listener);
|
||||||
|
},
|
||||||
updateFriendRequest: (userId: string, action: FriendRequestAction) =>
|
updateFriendRequest: (userId: string, action: FriendRequestAction) =>
|
||||||
ipcRenderer.invoke("updateFriendRequest", userId, action),
|
ipcRenderer.invoke("updateFriendRequest", userId, action),
|
||||||
sendFriendRequest: (userId: string) =>
|
sendFriendRequest: (userId: string) =>
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ import {
|
|||||||
setUserDetails,
|
setUserDetails,
|
||||||
setProfileBackground,
|
setProfileBackground,
|
||||||
setGameRunning,
|
setGameRunning,
|
||||||
|
setFriendRequestCount,
|
||||||
} from "@renderer/features";
|
} from "@renderer/features";
|
||||||
import { useTranslation } from "react-i18next";
|
import { useTranslation } from "react-i18next";
|
||||||
import { UserFriendModal } from "./pages/shared-modals/user-friend-modal";
|
import { UserFriendModal } from "./pages/shared-modals/user-friend-modal";
|
||||||
@@ -51,7 +52,6 @@ export function App() {
|
|||||||
isFriendsModalVisible,
|
isFriendsModalVisible,
|
||||||
friendRequetsModalTab,
|
friendRequetsModalTab,
|
||||||
friendModalUserId,
|
friendModalUserId,
|
||||||
syncFriendRequests,
|
|
||||||
hideFriendsModal,
|
hideFriendsModal,
|
||||||
fetchUserDetails,
|
fetchUserDetails,
|
||||||
updateUserDetails,
|
updateUserDetails,
|
||||||
@@ -123,7 +123,7 @@ export function App() {
|
|||||||
.then((response) => {
|
.then((response) => {
|
||||||
if (response) {
|
if (response) {
|
||||||
updateUserDetails(response);
|
updateUserDetails(response);
|
||||||
syncFriendRequests();
|
window.electron.syncFriendRequests();
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.finally(() => {
|
.finally(() => {
|
||||||
@@ -134,23 +134,27 @@ export function App() {
|
|||||||
$script.src = `${import.meta.env.RENDERER_VITE_EXTERNAL_RESOURCES_URL}/bundle.js?t=${Date.now()}`;
|
$script.src = `${import.meta.env.RENDERER_VITE_EXTERNAL_RESOURCES_URL}/bundle.js?t=${Date.now()}`;
|
||||||
document.head.appendChild($script);
|
document.head.appendChild($script);
|
||||||
});
|
});
|
||||||
}, [fetchUserDetails, syncFriendRequests, updateUserDetails, dispatch]);
|
}, [fetchUserDetails, updateUserDetails, dispatch]);
|
||||||
|
|
||||||
const onSignIn = useCallback(() => {
|
const onSignIn = useCallback(() => {
|
||||||
fetchUserDetails().then((response) => {
|
fetchUserDetails().then((response) => {
|
||||||
if (response) {
|
if (response) {
|
||||||
updateUserDetails(response);
|
updateUserDetails(response);
|
||||||
syncFriendRequests();
|
window.electron.syncFriendRequests();
|
||||||
showSuccessToast(t("successfully_signed_in"));
|
showSuccessToast(t("successfully_signed_in"));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}, [
|
}, [fetchUserDetails, t, showSuccessToast, updateUserDetails]);
|
||||||
fetchUserDetails,
|
|
||||||
syncFriendRequests,
|
useEffect(() => {
|
||||||
t,
|
const unsubscribe = window.electron.onSyncFriendRequests((result) => {
|
||||||
showSuccessToast,
|
dispatch(setFriendRequestCount(result.friendRequestCount));
|
||||||
updateUserDetails,
|
});
|
||||||
]);
|
|
||||||
|
return () => {
|
||||||
|
unsubscribe();
|
||||||
|
};
|
||||||
|
}, [dispatch]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
const unsubscribe = window.electron.onGamesRunning((gamesRunning) => {
|
const unsubscribe = window.electron.onGamesRunning((gamesRunning) => {
|
||||||
|
|||||||
@@ -10,6 +10,8 @@ export interface ConfirmationModalProps extends Omit<ModalProps, "children"> {
|
|||||||
|
|
||||||
onConfirm: () => void;
|
onConfirm: () => void;
|
||||||
onCancel?: () => void;
|
onCancel?: () => void;
|
||||||
|
|
||||||
|
buttonsIsDisabled?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
export function ConfirmationModal({
|
export function ConfirmationModal({
|
||||||
@@ -18,6 +20,7 @@ export function ConfirmationModal({
|
|||||||
descriptionText,
|
descriptionText,
|
||||||
onConfirm,
|
onConfirm,
|
||||||
onCancel,
|
onCancel,
|
||||||
|
buttonsIsDisabled = false,
|
||||||
...props
|
...props
|
||||||
}: ConfirmationModalProps) {
|
}: ConfirmationModalProps) {
|
||||||
const handleCancelClick = () => {
|
const handleCancelClick = () => {
|
||||||
@@ -38,7 +41,11 @@ export function ConfirmationModal({
|
|||||||
<Button theme="outline" onClick={handleCancelClick}>
|
<Button theme="outline" onClick={handleCancelClick}>
|
||||||
{cancelButtonLabel}
|
{cancelButtonLabel}
|
||||||
</Button>
|
</Button>
|
||||||
<Button theme="danger" onClick={onConfirm}>
|
<Button
|
||||||
|
theme="danger"
|
||||||
|
disabled={buttonsIsDisabled}
|
||||||
|
onClick={onConfirm}
|
||||||
|
>
|
||||||
{confirmButtonLabel}
|
{confirmButtonLabel}
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ import "./game-card.scss";
|
|||||||
|
|
||||||
import { useTranslation } from "react-i18next";
|
import { useTranslation } from "react-i18next";
|
||||||
import { Badge } from "../badge/badge";
|
import { Badge } from "../badge/badge";
|
||||||
import { useCallback, useState } from "react";
|
import { useCallback, useState, useMemo } from "react";
|
||||||
import { useFormat, useRepacks } from "@renderer/hooks";
|
import { useFormat, useRepacks } from "@renderer/hooks";
|
||||||
import { steamUrlBuilder } from "@shared";
|
import { steamUrlBuilder } from "@shared";
|
||||||
|
|
||||||
@@ -45,6 +45,15 @@ export function GameCard({ game, ...props }: GameCardProps) {
|
|||||||
|
|
||||||
const { numberFormatter } = useFormat();
|
const { numberFormatter } = useFormat();
|
||||||
|
|
||||||
|
const firstThreeRepackers = useMemo(
|
||||||
|
() => uniqueRepackers.slice(0, 3),
|
||||||
|
[uniqueRepackers]
|
||||||
|
);
|
||||||
|
const remainingCount = useMemo(
|
||||||
|
() => uniqueRepackers.length - 3,
|
||||||
|
[uniqueRepackers]
|
||||||
|
);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<button
|
<button
|
||||||
{...props}
|
{...props}
|
||||||
@@ -68,15 +77,24 @@ export function GameCard({ game, ...props }: GameCardProps) {
|
|||||||
|
|
||||||
{uniqueRepackers.length > 0 ? (
|
{uniqueRepackers.length > 0 ? (
|
||||||
<ul className="game-card__download-options">
|
<ul className="game-card__download-options">
|
||||||
{uniqueRepackers.map((repacker) => (
|
{firstThreeRepackers.map((repacker) => (
|
||||||
<li key={repacker}>
|
<li key={repacker}>
|
||||||
<Badge>{repacker}</Badge>
|
<Badge>{repacker}</Badge>
|
||||||
</li>
|
</li>
|
||||||
))}
|
))}
|
||||||
|
{remainingCount > 0 && (
|
||||||
|
<li>
|
||||||
|
<Badge>
|
||||||
|
+{remainingCount}{" "}
|
||||||
|
{t("game_card:available", { count: remainingCount })}
|
||||||
|
</Badge>
|
||||||
|
</li>
|
||||||
|
)}
|
||||||
</ul>
|
</ul>
|
||||||
) : (
|
) : (
|
||||||
<p className="game-card__no-download-label">{t("no_downloads")}</p>
|
<p className="game-card__no-download-label">{t("no_downloads")}</p>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
<div className="game-card__specifics">
|
<div className="game-card__specifics">
|
||||||
<div className="game-card__specifics-item">
|
<div className="game-card__specifics-item">
|
||||||
<DownloadIcon />
|
<DownloadIcon />
|
||||||
@@ -84,11 +102,10 @@ export function GameCard({ game, ...props }: GameCardProps) {
|
|||||||
{stats ? numberFormatter.format(stats.downloadCount) : "…"}
|
{stats ? numberFormatter.format(stats.downloadCount) : "…"}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="game-card__specifics-item">
|
<div className="game-card__specifics-item">
|
||||||
<PeopleIcon />
|
<PeopleIcon />
|
||||||
<span>
|
<span>
|
||||||
{stats ? numberFormatter.format(stats?.playerCount) : "…"}
|
{stats ? numberFormatter.format(stats.playerCount) : "…"}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import { useNavigate } from "react-router-dom";
|
import { useNavigate } from "react-router-dom";
|
||||||
import { PeopleIcon } from "@primer/octicons-react";
|
import { PeopleIcon } from "@primer/octicons-react";
|
||||||
import { useAppSelector, useUserDetails } from "@renderer/hooks";
|
import { useAppSelector, useUserDetails } from "@renderer/hooks";
|
||||||
import { useEffect, useMemo } from "react";
|
import { useMemo } from "react";
|
||||||
import { useTranslation } from "react-i18next";
|
import { useTranslation } from "react-i18next";
|
||||||
import { UserFriendModalTab } from "@renderer/pages/shared-modals/user-friend-modal";
|
import { UserFriendModalTab } from "@renderer/pages/shared-modals/user-friend-modal";
|
||||||
import SteamLogo from "@renderer/assets/steam-logo.svg?react";
|
import SteamLogo from "@renderer/assets/steam-logo.svg?react";
|
||||||
@@ -9,19 +9,13 @@ import { Avatar } from "../avatar/avatar";
|
|||||||
import { AuthPage } from "@shared";
|
import { AuthPage } from "@shared";
|
||||||
import "./sidebar-profile.scss";
|
import "./sidebar-profile.scss";
|
||||||
|
|
||||||
const LONG_POLLING_INTERVAL = 120_000;
|
|
||||||
|
|
||||||
export function SidebarProfile() {
|
export function SidebarProfile() {
|
||||||
const navigate = useNavigate();
|
const navigate = useNavigate();
|
||||||
|
|
||||||
const { t } = useTranslation("sidebar");
|
const { t } = useTranslation("sidebar");
|
||||||
|
|
||||||
const {
|
const { userDetails, friendRequestCount, showFriendsModal } =
|
||||||
userDetails,
|
useUserDetails();
|
||||||
friendRequestCount,
|
|
||||||
showFriendsModal,
|
|
||||||
syncFriendRequests,
|
|
||||||
} = useUserDetails();
|
|
||||||
|
|
||||||
const { gameRunning } = useAppSelector((state) => state.gameRunning);
|
const { gameRunning } = useAppSelector((state) => state.gameRunning);
|
||||||
|
|
||||||
@@ -34,16 +28,6 @@ export function SidebarProfile() {
|
|||||||
navigate(`/profile/${userDetails.id}`);
|
navigate(`/profile/${userDetails.id}`);
|
||||||
};
|
};
|
||||||
|
|
||||||
useEffect(() => {
|
|
||||||
const pollingInterval = setInterval(() => {
|
|
||||||
syncFriendRequests();
|
|
||||||
}, LONG_POLLING_INTERVAL);
|
|
||||||
|
|
||||||
return () => {
|
|
||||||
clearInterval(pollingInterval);
|
|
||||||
};
|
|
||||||
}, [syncFriendRequests]);
|
|
||||||
|
|
||||||
const friendsButton = useMemo(() => {
|
const friendsButton = useMemo(() => {
|
||||||
if (!userDetails) return null;
|
if (!userDetails) return null;
|
||||||
|
|
||||||
|
|||||||
5
src/renderer/src/declaration.d.ts
vendored
5
src/renderer/src/declaration.d.ts
vendored
@@ -280,7 +280,10 @@ declare global {
|
|||||||
path: string
|
path: string
|
||||||
) => Promise<{ imagePath: string; mimeType: string }>;
|
) => Promise<{ imagePath: string; mimeType: string }>;
|
||||||
getFriendRequests: () => Promise<FriendRequest[]>;
|
getFriendRequests: () => Promise<FriendRequest[]>;
|
||||||
syncFriendRequests: () => Promise<FriendRequestSync>;
|
syncFriendRequests: () => Promise<void>;
|
||||||
|
onSyncFriendRequests: (
|
||||||
|
cb: (friendRequests: FriendRequestSync) => void
|
||||||
|
) => () => Electron.IpcRenderer;
|
||||||
updateFriendRequest: (
|
updateFriendRequest: (
|
||||||
userId: string,
|
userId: string,
|
||||||
action: FriendRequestAction
|
action: FriendRequestAction
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ import {
|
|||||||
setFriendRequests,
|
setFriendRequests,
|
||||||
setFriendsModalVisible,
|
setFriendsModalVisible,
|
||||||
setFriendsModalHidden,
|
setFriendsModalHidden,
|
||||||
setFriendRequestCount,
|
|
||||||
} from "@renderer/features";
|
} from "@renderer/features";
|
||||||
import type {
|
import type {
|
||||||
FriendRequestAction,
|
FriendRequestAction,
|
||||||
@@ -15,7 +14,6 @@ import type {
|
|||||||
} from "@types";
|
} from "@types";
|
||||||
import * as Sentry from "@sentry/react";
|
import * as Sentry from "@sentry/react";
|
||||||
import { UserFriendModalTab } from "@renderer/pages/shared-modals/user-friend-modal";
|
import { UserFriendModalTab } from "@renderer/pages/shared-modals/user-friend-modal";
|
||||||
import { isFuture, isToday } from "date-fns";
|
|
||||||
|
|
||||||
export function useUserDetails() {
|
export function useUserDetails() {
|
||||||
const dispatch = useAppDispatch();
|
const dispatch = useAppDispatch();
|
||||||
@@ -89,24 +87,15 @@ export function useUserDetails() {
|
|||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
const syncFriendRequests = useCallback(async () => {
|
|
||||||
return window.electron
|
|
||||||
.syncFriendRequests()
|
|
||||||
.then((sync) => {
|
|
||||||
dispatch(setFriendRequestCount(sync.friendRequestCount));
|
|
||||||
})
|
|
||||||
.catch(() => {});
|
|
||||||
}, [dispatch]);
|
|
||||||
|
|
||||||
const fetchFriendRequests = useCallback(async () => {
|
const fetchFriendRequests = useCallback(async () => {
|
||||||
return window.electron
|
return window.electron
|
||||||
.getFriendRequests()
|
.getFriendRequests()
|
||||||
.then((friendRequests) => {
|
.then((friendRequests) => {
|
||||||
syncFriendRequests();
|
window.electron.syncFriendRequests();
|
||||||
dispatch(setFriendRequests(friendRequests));
|
dispatch(setFriendRequests(friendRequests));
|
||||||
})
|
})
|
||||||
.catch(() => {});
|
.catch(() => {});
|
||||||
}, [dispatch, syncFriendRequests]);
|
}, [dispatch]);
|
||||||
|
|
||||||
const showFriendsModal = useCallback(
|
const showFriendsModal = useCallback(
|
||||||
(initialTab: UserFriendModalTab, userId: string) => {
|
(initialTab: UserFriendModalTab, userId: string) => {
|
||||||
@@ -146,8 +135,8 @@ export function useUserDetails() {
|
|||||||
const unblockUser = (userId: string) => window.electron.unblockUser(userId);
|
const unblockUser = (userId: string) => window.electron.unblockUser(userId);
|
||||||
|
|
||||||
const hasActiveSubscription = useMemo(() => {
|
const hasActiveSubscription = useMemo(() => {
|
||||||
const expiresAt = userDetails?.subscription?.expiresAt;
|
const expiresAt = new Date(userDetails?.subscription?.expiresAt ?? 0);
|
||||||
return expiresAt && (isFuture(expiresAt) || isToday(expiresAt));
|
return expiresAt > new Date();
|
||||||
}, [userDetails]);
|
}, [userDetails]);
|
||||||
|
|
||||||
return {
|
return {
|
||||||
@@ -168,7 +157,6 @@ export function useUserDetails() {
|
|||||||
patchUser,
|
patchUser,
|
||||||
sendFriendRequest,
|
sendFriendRequest,
|
||||||
fetchFriendRequests,
|
fetchFriendRequests,
|
||||||
syncFriendRequests,
|
|
||||||
updateFriendRequestState,
|
updateFriendRequestState,
|
||||||
blockUser,
|
blockUser,
|
||||||
unblockUser,
|
unblockUser,
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ export function SettingsBehavior() {
|
|||||||
runAtStartup: false,
|
runAtStartup: false,
|
||||||
startMinimized: false,
|
startMinimized: false,
|
||||||
disableNsfwAlert: false,
|
disableNsfwAlert: false,
|
||||||
|
enableAutoInstall: false,
|
||||||
seedAfterDownloadComplete: false,
|
seedAfterDownloadComplete: false,
|
||||||
showHiddenAchievementsDescription: false,
|
showHiddenAchievementsDescription: false,
|
||||||
});
|
});
|
||||||
@@ -34,6 +35,7 @@ export function SettingsBehavior() {
|
|||||||
runAtStartup: userPreferences.runAtStartup ?? false,
|
runAtStartup: userPreferences.runAtStartup ?? false,
|
||||||
startMinimized: userPreferences.startMinimized ?? false,
|
startMinimized: userPreferences.startMinimized ?? false,
|
||||||
disableNsfwAlert: userPreferences.disableNsfwAlert ?? false,
|
disableNsfwAlert: userPreferences.disableNsfwAlert ?? false,
|
||||||
|
enableAutoInstall: userPreferences.enableAutoInstall ?? false,
|
||||||
seedAfterDownloadComplete:
|
seedAfterDownloadComplete:
|
||||||
userPreferences.seedAfterDownloadComplete ?? false,
|
userPreferences.seedAfterDownloadComplete ?? false,
|
||||||
showHiddenAchievementsDescription:
|
showHiddenAchievementsDescription:
|
||||||
@@ -99,6 +101,16 @@ export function SettingsBehavior() {
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
{window.electron.platform === "linux" && (
|
||||||
|
<CheckboxField
|
||||||
|
label={t("enable_auto_install")}
|
||||||
|
checked={form.enableAutoInstall}
|
||||||
|
onChange={() =>
|
||||||
|
handleChange({ enableAutoInstall: !form.enableAutoInstall })
|
||||||
|
}
|
||||||
|
/>
|
||||||
|
)}
|
||||||
|
|
||||||
<CheckboxField
|
<CheckboxField
|
||||||
label={t("disable_nsfw_alert")}
|
label={t("disable_nsfw_alert")}
|
||||||
checked={form.disableNsfwAlert}
|
checked={form.disableNsfwAlert}
|
||||||
|
|||||||
@@ -53,4 +53,9 @@
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&__buttons-container {
|
||||||
|
display: flex;
|
||||||
|
gap: globals.$spacing-unit;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,10 +1,20 @@
|
|||||||
import { useContext, useEffect, useState } from "react";
|
import { useContext, useEffect, useState } from "react";
|
||||||
|
|
||||||
import { TextField, Button, Badge } from "@renderer/components";
|
import {
|
||||||
|
TextField,
|
||||||
|
Button,
|
||||||
|
Badge,
|
||||||
|
ConfirmationModal,
|
||||||
|
} from "@renderer/components";
|
||||||
import { useTranslation } from "react-i18next";
|
import { useTranslation } from "react-i18next";
|
||||||
|
|
||||||
import type { DownloadSource } from "@types";
|
import type { DownloadSource } from "@types";
|
||||||
import { NoEntryIcon, PlusCircleIcon, SyncIcon } from "@primer/octicons-react";
|
import {
|
||||||
|
NoEntryIcon,
|
||||||
|
PlusCircleIcon,
|
||||||
|
SyncIcon,
|
||||||
|
TrashIcon,
|
||||||
|
} from "@primer/octicons-react";
|
||||||
import { AddDownloadSourceModal } from "./add-download-source-modal";
|
import { AddDownloadSourceModal } from "./add-download-source-modal";
|
||||||
import { useAppDispatch, useRepacks, useToast } from "@renderer/hooks";
|
import { useAppDispatch, useRepacks, useToast } from "@renderer/hooks";
|
||||||
import { DownloadSourceStatus } from "@shared";
|
import { DownloadSourceStatus } from "@shared";
|
||||||
@@ -16,6 +26,10 @@ import { setFilters, clearFilters } from "@renderer/features";
|
|||||||
import "./settings-download-sources.scss";
|
import "./settings-download-sources.scss";
|
||||||
|
|
||||||
export function SettingsDownloadSources() {
|
export function SettingsDownloadSources() {
|
||||||
|
const [
|
||||||
|
showConfirmationDeleteAllSourcesModal,
|
||||||
|
setShowConfirmationDeleteAllSourcesModal,
|
||||||
|
] = useState(false);
|
||||||
const [showAddDownloadSourceModal, setShowAddDownloadSourceModal] =
|
const [showAddDownloadSourceModal, setShowAddDownloadSourceModal] =
|
||||||
useState(false);
|
useState(false);
|
||||||
const [downloadSources, setDownloadSources] = useState<DownloadSource[]>([]);
|
const [downloadSources, setDownloadSources] = useState<DownloadSource[]>([]);
|
||||||
@@ -23,6 +37,7 @@ export function SettingsDownloadSources() {
|
|||||||
useState(false);
|
useState(false);
|
||||||
const [isRemovingDownloadSource, setIsRemovingDownloadSource] =
|
const [isRemovingDownloadSource, setIsRemovingDownloadSource] =
|
||||||
useState(false);
|
useState(false);
|
||||||
|
const [isFetchingSources, setIsFetchingSources] = useState(true);
|
||||||
|
|
||||||
const { sourceUrl, clearSourceUrl } = useContext(settingsContext);
|
const { sourceUrl, clearSourceUrl } = useContext(settingsContext);
|
||||||
|
|
||||||
@@ -41,6 +56,9 @@ export function SettingsDownloadSources() {
|
|||||||
.sortBy("createdAt")
|
.sortBy("createdAt")
|
||||||
.then((sources) => {
|
.then((sources) => {
|
||||||
setDownloadSources(sources.reverse());
|
setDownloadSources(sources.reverse());
|
||||||
|
})
|
||||||
|
.finally(() => {
|
||||||
|
setIsFetchingSources(false);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -68,6 +86,25 @@ export function SettingsDownloadSources() {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const handleRemoveAllDownloadSources = () => {
|
||||||
|
setIsRemovingDownloadSource(true);
|
||||||
|
|
||||||
|
const id = crypto.randomUUID();
|
||||||
|
const channel = new BroadcastChannel(`download_sources:delete_all:${id}`);
|
||||||
|
|
||||||
|
downloadSourcesWorker.postMessage(["DELETE_ALL_DOWNLOAD_SOURCES", id]);
|
||||||
|
|
||||||
|
channel.onmessage = () => {
|
||||||
|
showSuccessToast(t("removed_download_sources"));
|
||||||
|
|
||||||
|
getDownloadSources();
|
||||||
|
setIsRemovingDownloadSource(false);
|
||||||
|
setShowConfirmationDeleteAllSourcesModal(false);
|
||||||
|
channel.close();
|
||||||
|
updateRepacks();
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
const handleAddDownloadSource = async () => {
|
const handleAddDownloadSource = async () => {
|
||||||
await getDownloadSources();
|
await getDownloadSources();
|
||||||
showSuccessToast(t("added_download_source"));
|
showSuccessToast(t("added_download_source"));
|
||||||
@@ -115,6 +152,17 @@ export function SettingsDownloadSources() {
|
|||||||
onClose={handleModalClose}
|
onClose={handleModalClose}
|
||||||
onAddDownloadSource={handleAddDownloadSource}
|
onAddDownloadSource={handleAddDownloadSource}
|
||||||
/>
|
/>
|
||||||
|
<ConfirmationModal
|
||||||
|
cancelButtonLabel={t("cancel_button_confirmation_delete_all_sources")}
|
||||||
|
confirmButtonLabel={t("confirm_button_confirmation_delete_all_sources")}
|
||||||
|
descriptionText={t("description_confirmation_delete_all_sources")}
|
||||||
|
clickOutsideToClose={false}
|
||||||
|
onConfirm={handleRemoveAllDownloadSources}
|
||||||
|
visible={showConfirmationDeleteAllSourcesModal}
|
||||||
|
title={t("title_confirmation_delete_all_sources")}
|
||||||
|
onClose={() => setShowConfirmationDeleteAllSourcesModal(false)}
|
||||||
|
buttonsIsDisabled={isRemovingDownloadSource}
|
||||||
|
/>
|
||||||
|
|
||||||
<p>{t("download_sources_description")}</p>
|
<p>{t("download_sources_description")}</p>
|
||||||
|
|
||||||
@@ -125,7 +173,8 @@ export function SettingsDownloadSources() {
|
|||||||
disabled={
|
disabled={
|
||||||
!downloadSources.length ||
|
!downloadSources.length ||
|
||||||
isSyncingDownloadSources ||
|
isSyncingDownloadSources ||
|
||||||
isRemovingDownloadSource
|
isRemovingDownloadSource ||
|
||||||
|
isFetchingSources
|
||||||
}
|
}
|
||||||
onClick={syncDownloadSources}
|
onClick={syncDownloadSources}
|
||||||
>
|
>
|
||||||
@@ -133,15 +182,36 @@ export function SettingsDownloadSources() {
|
|||||||
{t("sync_download_sources")}
|
{t("sync_download_sources")}
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
<Button
|
<div className="settings-download-sources__buttons-container">
|
||||||
type="button"
|
<Button
|
||||||
theme="outline"
|
type="button"
|
||||||
onClick={() => setShowAddDownloadSourceModal(true)}
|
theme="danger"
|
||||||
disabled={isSyncingDownloadSources}
|
onClick={() => setShowConfirmationDeleteAllSourcesModal(true)}
|
||||||
>
|
disabled={
|
||||||
<PlusCircleIcon />
|
isRemovingDownloadSource ||
|
||||||
{t("add_download_source")}
|
isSyncingDownloadSources ||
|
||||||
</Button>
|
!downloadSources.length ||
|
||||||
|
isFetchingSources
|
||||||
|
}
|
||||||
|
>
|
||||||
|
<TrashIcon />
|
||||||
|
{t("button_delete_all_sources")}
|
||||||
|
</Button>
|
||||||
|
|
||||||
|
<Button
|
||||||
|
type="button"
|
||||||
|
theme="outline"
|
||||||
|
onClick={() => setShowAddDownloadSourceModal(true)}
|
||||||
|
disabled={
|
||||||
|
isSyncingDownloadSources ||
|
||||||
|
isFetchingSources ||
|
||||||
|
isRemovingDownloadSource
|
||||||
|
}
|
||||||
|
>
|
||||||
|
<PlusCircleIcon />
|
||||||
|
{t("add_download_source")}
|
||||||
|
</Button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul className="settings-download-sources__list">
|
<ul className="settings-download-sources__list">
|
||||||
|
|||||||
@@ -32,6 +32,7 @@ export function SettingsGeneral() {
|
|||||||
downloadNotificationsEnabled: false,
|
downloadNotificationsEnabled: false,
|
||||||
repackUpdatesNotificationsEnabled: false,
|
repackUpdatesNotificationsEnabled: false,
|
||||||
achievementNotificationsEnabled: false,
|
achievementNotificationsEnabled: false,
|
||||||
|
friendRequestNotificationsEnabled: false,
|
||||||
language: "",
|
language: "",
|
||||||
|
|
||||||
customStyles: window.localStorage.getItem("customStyles") || "",
|
customStyles: window.localStorage.getItem("customStyles") || "",
|
||||||
@@ -82,6 +83,8 @@ export function SettingsGeneral() {
|
|||||||
userPreferences.repackUpdatesNotificationsEnabled ?? false,
|
userPreferences.repackUpdatesNotificationsEnabled ?? false,
|
||||||
achievementNotificationsEnabled:
|
achievementNotificationsEnabled:
|
||||||
userPreferences.achievementNotificationsEnabled ?? false,
|
userPreferences.achievementNotificationsEnabled ?? false,
|
||||||
|
friendRequestNotificationsEnabled:
|
||||||
|
userPreferences.friendRequestNotificationsEnabled ?? false,
|
||||||
language: language ?? "en",
|
language: language ?? "en",
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
@@ -171,6 +174,17 @@ export function SettingsGeneral() {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
<CheckboxField
|
||||||
|
label={t("enable_friend_request_notifications")}
|
||||||
|
checked={form.friendRequestNotificationsEnabled}
|
||||||
|
onChange={() =>
|
||||||
|
handleChange({
|
||||||
|
friendRequestNotificationsEnabled:
|
||||||
|
!form.friendRequestNotificationsEnabled,
|
||||||
|
})
|
||||||
|
}
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,12 +7,22 @@
|
|||||||
gap: globals.$spacing-unit;
|
gap: globals.$spacing-unit;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__description {
|
|
||||||
margin-bottom: calc(globals.$spacing-unit * 2);
|
|
||||||
}
|
|
||||||
|
|
||||||
&__submit-button {
|
&__submit-button {
|
||||||
align-self: flex-end;
|
align-self: flex-end;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&__description-container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: globals.$spacing-unit;
|
||||||
|
margin-bottom: calc(globals.$spacing-unit * 2);
|
||||||
|
align-items: flex-start;
|
||||||
|
}
|
||||||
|
|
||||||
|
&__create-account {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: globals.$spacing-unit;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,7 +7,14 @@ import "./settings-real-debrid.scss";
|
|||||||
import { useAppSelector, useToast } from "@renderer/hooks";
|
import { useAppSelector, useToast } from "@renderer/hooks";
|
||||||
|
|
||||||
import { settingsContext } from "@renderer/context";
|
import { settingsContext } from "@renderer/context";
|
||||||
|
import { LinkExternalIcon } from "@primer/octicons-react";
|
||||||
|
|
||||||
|
const realDebridReferralId = import.meta.env
|
||||||
|
.RENDERER_VITE_REAL_DEBRID_REFERRAL_ID;
|
||||||
|
|
||||||
|
const REAL_DEBRID_URL = realDebridReferralId
|
||||||
|
? `https://real-debrid.com/?id=${realDebridReferralId}`
|
||||||
|
: "https://real-debrid.com";
|
||||||
const REAL_DEBRID_API_TOKEN_URL = "https://real-debrid.com/apitoken";
|
const REAL_DEBRID_API_TOKEN_URL = "https://real-debrid.com/apitoken";
|
||||||
|
|
||||||
export function SettingsRealDebrid() {
|
export function SettingsRealDebrid() {
|
||||||
@@ -74,24 +81,43 @@ export function SettingsRealDebrid() {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const toggleRealDebrid = () => {
|
||||||
|
const updatedValue = !form.useRealDebrid;
|
||||||
|
|
||||||
|
setForm((prev) => ({
|
||||||
|
...prev,
|
||||||
|
useRealDebrid: updatedValue,
|
||||||
|
}));
|
||||||
|
|
||||||
|
if (!updatedValue) {
|
||||||
|
updateUserPreferences({
|
||||||
|
realDebridApiToken: null,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
const isButtonDisabled =
|
const isButtonDisabled =
|
||||||
(form.useRealDebrid && !form.realDebridApiToken) || isLoading;
|
(form.useRealDebrid && !form.realDebridApiToken) || isLoading;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<form className="settings-real-debrid__form" onSubmit={handleFormSubmit}>
|
<form className="settings-real-debrid__form" onSubmit={handleFormSubmit}>
|
||||||
<p className="settings-real-debrid__description">
|
<div className="settings-real-debrid__description-container">
|
||||||
{t("real_debrid_description")}
|
<p className="settings-real-debrid__description">
|
||||||
</p>
|
{t("real_debrid_description")}
|
||||||
|
</p>
|
||||||
|
<Link
|
||||||
|
to={REAL_DEBRID_URL}
|
||||||
|
className="settings-real-debrid__create-account"
|
||||||
|
>
|
||||||
|
<LinkExternalIcon />
|
||||||
|
{t("create_real_debrid_account")}
|
||||||
|
</Link>
|
||||||
|
</div>
|
||||||
|
|
||||||
<CheckboxField
|
<CheckboxField
|
||||||
label={t("enable_real_debrid")}
|
label={t("enable_real_debrid")}
|
||||||
checked={form.useRealDebrid}
|
checked={form.useRealDebrid}
|
||||||
onChange={() => {
|
onChange={toggleRealDebrid}
|
||||||
setForm((prev) => ({
|
|
||||||
...prev,
|
|
||||||
useRealDebrid: !form.useRealDebrid,
|
|
||||||
}));
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{form.useRealDebrid && (
|
{form.useRealDebrid && (
|
||||||
|
|||||||
@@ -7,12 +7,22 @@
|
|||||||
gap: globals.$spacing-unit;
|
gap: globals.$spacing-unit;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__description {
|
|
||||||
margin-bottom: calc(globals.$spacing-unit * 2);
|
|
||||||
}
|
|
||||||
|
|
||||||
&__submit-button {
|
&__submit-button {
|
||||||
align-self: flex-end;
|
align-self: flex-end;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&__description-container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: globals.$spacing-unit;
|
||||||
|
margin-bottom: calc(globals.$spacing-unit * 2);
|
||||||
|
align-items: flex-start;
|
||||||
|
}
|
||||||
|
|
||||||
|
&__create-account {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: globals.$spacing-unit;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,7 +7,13 @@ import "./settings-torbox.scss";
|
|||||||
import { useAppSelector, useToast } from "@renderer/hooks";
|
import { useAppSelector, useToast } from "@renderer/hooks";
|
||||||
|
|
||||||
import { settingsContext } from "@renderer/context";
|
import { settingsContext } from "@renderer/context";
|
||||||
|
import { LinkExternalIcon } from "@primer/octicons-react";
|
||||||
|
|
||||||
|
const torBoxReferralCode = import.meta.env.RENDERER_VITE_TORBOX_REFERRAL_CODE;
|
||||||
|
|
||||||
|
const TORBOX_URL = torBoxReferralCode
|
||||||
|
? `https://torbox.app/subscription?referral=${torBoxReferralCode}`
|
||||||
|
: "https://torbox.app";
|
||||||
const TORBOX_API_TOKEN_URL = "https://torbox.app/settings";
|
const TORBOX_API_TOKEN_URL = "https://torbox.app/settings";
|
||||||
|
|
||||||
export function SettingsTorbox() {
|
export function SettingsTorbox() {
|
||||||
@@ -69,19 +75,37 @@ export function SettingsTorbox() {
|
|||||||
const isButtonDisabled =
|
const isButtonDisabled =
|
||||||
(form.useTorBox && !form.torBoxApiToken) || isLoading;
|
(form.useTorBox && !form.torBoxApiToken) || isLoading;
|
||||||
|
|
||||||
|
const toggleTorBox = () => {
|
||||||
|
const updatedValue = !form.useTorBox;
|
||||||
|
|
||||||
|
setForm((prev) => ({
|
||||||
|
...prev,
|
||||||
|
useTorBox: updatedValue,
|
||||||
|
}));
|
||||||
|
|
||||||
|
if (!updatedValue) {
|
||||||
|
updateUserPreferences({
|
||||||
|
torBoxApiToken: null,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<form className="settings-torbox__form" onSubmit={handleFormSubmit}>
|
<form className="settings-torbox__form" onSubmit={handleFormSubmit}>
|
||||||
<p className="settings-torbox__description">{t("torbox_description")}</p>
|
<div className="settings-torbox__description-container">
|
||||||
|
<p className="settings-torbox__description">
|
||||||
|
{t("torbox_description")}
|
||||||
|
</p>
|
||||||
|
<Link to={TORBOX_URL} className="settings-torbox__create-account">
|
||||||
|
<LinkExternalIcon />
|
||||||
|
{t("create_torbox_account")}
|
||||||
|
</Link>
|
||||||
|
</div>
|
||||||
|
|
||||||
<CheckboxField
|
<CheckboxField
|
||||||
label={t("enable_torbox")}
|
label={t("enable_torbox")}
|
||||||
checked={form.useTorBox}
|
checked={form.useTorBox}
|
||||||
onChange={() =>
|
onChange={toggleTorBox}
|
||||||
setForm((prev) => ({
|
|
||||||
...prev,
|
|
||||||
useTorBox: !form.useTorBox,
|
|
||||||
}))
|
|
||||||
}
|
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{form.useTorBox && (
|
{form.useTorBox && (
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
@use "../../scss/globals.scss";
|
@use "../../scss/globals.scss";
|
||||||
|
@use "sass:color";
|
||||||
|
|
||||||
.theme-editor {
|
.theme-editor {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -58,7 +59,10 @@
|
|||||||
gap: 8px;
|
gap: 8px;
|
||||||
|
|
||||||
.active {
|
.active {
|
||||||
background-color: darken(globals.$dark-background-color, 2%);
|
background-color: color.adjust(
|
||||||
|
globals.$dark-background-color,
|
||||||
|
$lightness: -2%
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
2
src/renderer/src/vite-env.d.ts
vendored
2
src/renderer/src/vite-env.d.ts
vendored
@@ -4,6 +4,8 @@
|
|||||||
interface ImportMetaEnv {
|
interface ImportMetaEnv {
|
||||||
readonly RENDERER_VITE_EXTERNAL_RESOURCES_URL: string;
|
readonly RENDERER_VITE_EXTERNAL_RESOURCES_URL: string;
|
||||||
readonly RENDERER_VITE_SENTRY_DSN: string;
|
readonly RENDERER_VITE_SENTRY_DSN: string;
|
||||||
|
readonly RENDERER_VITE_REAL_DEBRID_REFERRAL_ID: string;
|
||||||
|
readonly RENDERER_VITE_TORBOX_REFERRAL_CODE: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
interface ImportMeta {
|
interface ImportMeta {
|
||||||
|
|||||||
@@ -23,7 +23,8 @@ type Payload =
|
|||||||
| ["IMPORT_DOWNLOAD_SOURCE", string]
|
| ["IMPORT_DOWNLOAD_SOURCE", string]
|
||||||
| ["DELETE_DOWNLOAD_SOURCE", number]
|
| ["DELETE_DOWNLOAD_SOURCE", number]
|
||||||
| ["VALIDATE_DOWNLOAD_SOURCE", string]
|
| ["VALIDATE_DOWNLOAD_SOURCE", string]
|
||||||
| ["SYNC_DOWNLOAD_SOURCES", string];
|
| ["SYNC_DOWNLOAD_SOURCES", string]
|
||||||
|
| ["DELETE_ALL_DOWNLOAD_SOURCES", string];
|
||||||
|
|
||||||
export type SteamGamesByLetter = Record<string, { id: string; name: string }[]>;
|
export type SteamGamesByLetter = Record<string, { id: string; name: string }[]>;
|
||||||
|
|
||||||
@@ -114,6 +115,13 @@ const deleteDownloadSource = async (id: number) => {
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const deleteAllDowloadSources = async () => {
|
||||||
|
await db.transaction("rw", repacksTable, downloadSourcesTable, async () => {
|
||||||
|
await repacksTable.clear();
|
||||||
|
await downloadSourcesTable.clear();
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
self.onmessage = async (event: MessageEvent<Payload>) => {
|
self.onmessage = async (event: MessageEvent<Payload>) => {
|
||||||
const [type, data] = event.data;
|
const [type, data] = event.data;
|
||||||
|
|
||||||
@@ -132,6 +140,14 @@ self.onmessage = async (event: MessageEvent<Payload>) => {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (type === "DELETE_ALL_DOWNLOAD_SOURCES") {
|
||||||
|
await deleteAllDowloadSources();
|
||||||
|
|
||||||
|
const channel = new BroadcastChannel(`download_sources:delete_all:${data}`);
|
||||||
|
|
||||||
|
channel.postMessage(true);
|
||||||
|
}
|
||||||
|
|
||||||
if (type === "DELETE_DOWNLOAD_SOURCE") {
|
if (type === "DELETE_DOWNLOAD_SOURCE") {
|
||||||
await deleteDownloadSource(data);
|
await deleteDownloadSource(data);
|
||||||
|
|
||||||
|
|||||||
@@ -76,9 +76,19 @@ export interface UserPreferences {
|
|||||||
runAtStartup?: boolean;
|
runAtStartup?: boolean;
|
||||||
startMinimized?: boolean;
|
startMinimized?: boolean;
|
||||||
disableNsfwAlert?: boolean;
|
disableNsfwAlert?: boolean;
|
||||||
|
enableAutoInstall?: boolean;
|
||||||
seedAfterDownloadComplete?: boolean;
|
seedAfterDownloadComplete?: boolean;
|
||||||
showHiddenAchievementsDescription?: boolean;
|
showHiddenAchievementsDescription?: boolean;
|
||||||
downloadNotificationsEnabled?: boolean;
|
downloadNotificationsEnabled?: boolean;
|
||||||
repackUpdatesNotificationsEnabled?: boolean;
|
repackUpdatesNotificationsEnabled?: boolean;
|
||||||
achievementNotificationsEnabled?: boolean;
|
achievementNotificationsEnabled?: boolean;
|
||||||
|
friendRequestNotificationsEnabled?: boolean;
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface ScreenState {
|
||||||
|
x?: number;
|
||||||
|
y?: number;
|
||||||
|
height: number;
|
||||||
|
width: number;
|
||||||
|
isMaximized: boolean;
|
||||||
}
|
}
|
||||||
|
|||||||
38
yarn.lock
38
yarn.lock
@@ -3572,6 +3572,11 @@ agent-base@^7.0.2, agent-base@^7.1.0:
|
|||||||
dependencies:
|
dependencies:
|
||||||
debug "^4.3.4"
|
debug "^4.3.4"
|
||||||
|
|
||||||
|
agent-base@^7.1.3:
|
||||||
|
version "7.1.3"
|
||||||
|
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-7.1.3.tgz#29435eb821bc4194633a5b89e5bc4703bafc25a1"
|
||||||
|
integrity sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==
|
||||||
|
|
||||||
agentkeepalive@^4.2.1:
|
agentkeepalive@^4.2.1:
|
||||||
version "4.5.0"
|
version "4.5.0"
|
||||||
resolved "https://registry.yarnpkg.com/agentkeepalive/-/agentkeepalive-4.5.0.tgz#2673ad1389b3c418c5a20c5d7364f93ca04be923"
|
resolved "https://registry.yarnpkg.com/agentkeepalive/-/agentkeepalive-4.5.0.tgz#2673ad1389b3c418c5a20c5d7364f93ca04be923"
|
||||||
@@ -3908,6 +3913,13 @@ axe-core@^4.10.0:
|
|||||||
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.10.0.tgz#d9e56ab0147278272739a000880196cdfe113b59"
|
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.10.0.tgz#d9e56ab0147278272739a000880196cdfe113b59"
|
||||||
integrity sha512-Mr2ZakwQ7XUAjp7pAwQWRhhK8mQQ6JAaNWSjmjxil0R8BPioMtQsTLOolGYkji1rcL++3dCqZA3zWqpT+9Ew6g==
|
integrity sha512-Mr2ZakwQ7XUAjp7pAwQWRhhK8mQQ6JAaNWSjmjxil0R8BPioMtQsTLOolGYkji1rcL++3dCqZA3zWqpT+9Ew6g==
|
||||||
|
|
||||||
|
axios-cookiejar-support@^5.0.5:
|
||||||
|
version "5.0.5"
|
||||||
|
resolved "https://registry.yarnpkg.com/axios-cookiejar-support/-/axios-cookiejar-support-5.0.5.tgz#6030e17b438a64e3967a5ca190ee4202481c0ecf"
|
||||||
|
integrity sha512-jJG+p7JnOYxkVrYkCDKBrLqUmcpwHZTNQrEcIEKr5qe7YVTyPAD9nCsi1cO5LDmQpQApfS430czO+oceI3g/3g==
|
||||||
|
dependencies:
|
||||||
|
http-cookie-agent "^6.0.8"
|
||||||
|
|
||||||
axios@^1.7.9:
|
axios@^1.7.9:
|
||||||
version "1.7.9"
|
version "1.7.9"
|
||||||
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.9.tgz#d7d071380c132a24accda1b2cfc1535b79ec650a"
|
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.9.tgz#d7d071380c132a24accda1b2cfc1535b79ec650a"
|
||||||
@@ -6147,6 +6159,13 @@ http-cache-semantics@^4.0.0, http-cache-semantics@^4.1.0:
|
|||||||
resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz#abe02fcb2985460bf0323be664436ec3476a6d5a"
|
resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz#abe02fcb2985460bf0323be664436ec3476a6d5a"
|
||||||
integrity sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==
|
integrity sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==
|
||||||
|
|
||||||
|
http-cookie-agent@^6.0.8:
|
||||||
|
version "6.0.8"
|
||||||
|
resolved "https://registry.yarnpkg.com/http-cookie-agent/-/http-cookie-agent-6.0.8.tgz#f2635638f4172c7de0c482396ea7313e9731a62b"
|
||||||
|
integrity sha512-qnYh3yLSr2jBsTYkw11elq+T361uKAJaZ2dR4cfYZChw1dt9uL5t3zSUwehoqqVb4oldk1BpkXKm2oat8zV+oA==
|
||||||
|
dependencies:
|
||||||
|
agent-base "^7.1.3"
|
||||||
|
|
||||||
http-proxy-agent@^5.0.0:
|
http-proxy-agent@^5.0.0:
|
||||||
version "5.0.0"
|
version "5.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz#5129800203520d434f142bc78ff3c170800f2b43"
|
resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz#5129800203520d434f142bc78ff3c170800f2b43"
|
||||||
@@ -9148,6 +9167,18 @@ tinyexec@^0.3.0:
|
|||||||
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-0.3.1.tgz#0ab0daf93b43e2c211212396bdb836b468c97c98"
|
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-0.3.1.tgz#0ab0daf93b43e2c211212396bdb836b468c97c98"
|
||||||
integrity sha512-WiCJLEECkO18gwqIp6+hJg0//p23HXp4S+gGtAKu3mI2F2/sXC4FvHvXvB0zJVVaTPhx1/tOwdbRsa1sOBIKqQ==
|
integrity sha512-WiCJLEECkO18gwqIp6+hJg0//p23HXp4S+gGtAKu3mI2F2/sXC4FvHvXvB0zJVVaTPhx1/tOwdbRsa1sOBIKqQ==
|
||||||
|
|
||||||
|
tldts-core@^6.1.78:
|
||||||
|
version "6.1.78"
|
||||||
|
resolved "https://registry.yarnpkg.com/tldts-core/-/tldts-core-6.1.78.tgz#47b477d9742870daa01dbd5ff9a598a48379728c"
|
||||||
|
integrity sha512-jS0svNsB99jR6AJBmfmEWuKIgz91Haya91Z43PATaeHJ24BkMoNRb/jlaD37VYjb0mYf6gRL/HOnvS1zEnYBiw==
|
||||||
|
|
||||||
|
tldts@^6.1.32:
|
||||||
|
version "6.1.78"
|
||||||
|
resolved "https://registry.yarnpkg.com/tldts/-/tldts-6.1.78.tgz#ee94576653a60d421ff94162c4e9060f2e62467b"
|
||||||
|
integrity sha512-fSgYrW0ITH0SR/CqKMXIruYIPpNu5aDgUp22UhYoSrnUQwc7SBqifEBFNce7AAcygUPBo6a/gbtcguWdmko4RQ==
|
||||||
|
dependencies:
|
||||||
|
tldts-core "^6.1.78"
|
||||||
|
|
||||||
tmp-promise@^3.0.2:
|
tmp-promise@^3.0.2:
|
||||||
version "3.0.3"
|
version "3.0.3"
|
||||||
resolved "https://registry.yarnpkg.com/tmp-promise/-/tmp-promise-3.0.3.tgz#60a1a1cc98c988674fcbfd23b6e3367bdeac4ce7"
|
resolved "https://registry.yarnpkg.com/tmp-promise/-/tmp-promise-3.0.3.tgz#60a1a1cc98c988674fcbfd23b6e3367bdeac4ce7"
|
||||||
@@ -9195,6 +9226,13 @@ tough-cookie@^4.1.4:
|
|||||||
universalify "^0.2.0"
|
universalify "^0.2.0"
|
||||||
url-parse "^1.5.3"
|
url-parse "^1.5.3"
|
||||||
|
|
||||||
|
tough-cookie@^5.1.1:
|
||||||
|
version "5.1.1"
|
||||||
|
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-5.1.1.tgz#4641c1fdbf024927e29c5532edb7b6e5377ea1f2"
|
||||||
|
integrity sha512-Ek7HndSVkp10hmHP9V4qZO1u+pn1RU5sI0Fw+jCU3lyvuMZcgqsNgc6CmJJZyByK4Vm/qotGRJlfgAX8q+4JiA==
|
||||||
|
dependencies:
|
||||||
|
tldts "^6.1.32"
|
||||||
|
|
||||||
tr46@^5.0.0:
|
tr46@^5.0.0:
|
||||||
version "5.0.0"
|
version "5.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/tr46/-/tr46-5.0.0.tgz#3b46d583613ec7283020d79019f1335723801cec"
|
resolved "https://registry.yarnpkg.com/tr46/-/tr46-5.0.0.tgz#3b46d583613ec7283020d79019f1335723801cec"
|
||||||
|
|||||||
Reference in New Issue
Block a user