mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-25 03:41:02 +00:00
Compare commits
71 Commits
5e4e03a958
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
57c2e74013 | ||
|
|
17528e74bb | ||
|
|
355993b954 | ||
|
|
4aaaecbee5 | ||
|
|
802b4bd26b | ||
|
|
baa2c8471a | ||
|
|
63bb5ca511 | ||
|
|
073d3f25e3 | ||
|
|
066185e6ee | ||
|
|
8ce4b59294 | ||
|
|
90b62e4e8d | ||
|
|
8a447f683a | ||
|
|
5ddfd88ef7 | ||
|
|
569ad1c862 | ||
|
|
039df43123 | ||
|
|
50bafbb7f6 | ||
|
|
46154fa49a | ||
|
|
aae35b591d | ||
|
|
10ac6c9d9c | ||
|
|
9ca6a114b1 | ||
|
|
2108a523bc | ||
|
|
fbbb2520e0 | ||
|
|
049a989e85 | ||
|
|
88b2581797 | ||
|
|
c9801644ac | ||
|
|
98cfe7be98 | ||
|
|
128f864ca7 | ||
|
|
a2b993bb9b | ||
|
|
7293afb618 | ||
|
|
194e7918ca | ||
|
|
979958aca6 | ||
|
|
cafa536f79 | ||
|
|
6e92e0f79f | ||
|
|
aef069d4c7 | ||
|
|
1f447cc478 | ||
|
|
5d2dc3616c | ||
|
|
1f9972f74e | ||
|
|
3344f68408 | ||
|
|
65be11cc07 | ||
|
|
7e78a0f9f1 | ||
|
|
d56cc8695b | ||
|
|
3f7b9e2a0b | ||
|
|
3b3926156e | ||
|
|
0089e08ba7 | ||
|
|
bced12d077 | ||
|
|
f8ba72a0e2 | ||
|
|
2029f861f6 | ||
|
|
46e248c62a | ||
|
|
dba8f9fb22 | ||
|
|
b565ef7f00 | ||
|
|
9298d9aa09 | ||
|
|
5b05fc2644 | ||
|
|
605d064ec0 | ||
|
|
c0956b1bc1 | ||
|
|
2e152d321e | ||
|
|
a553b049ba | ||
|
|
467b27baa3 | ||
|
|
4342a4a5d5 | ||
|
|
d9d443ee6d | ||
|
|
a912b57ccc | ||
|
|
447c146035 | ||
|
|
39ff44f9d1 | ||
|
|
dbe101b7df | ||
|
|
e7a62c16fa | ||
|
|
f37ccbb4c0 | ||
|
|
feb8d78e01 | ||
|
|
44f39d94c4 | ||
|
|
e618d313b3 | ||
|
|
7eec87c192 | ||
|
|
96140e614c | ||
|
|
2ccc93ea61 |
1
.github/workflows/build-renderer.yml
vendored
1
.github/workflows/build-renderer.yml
vendored
@@ -42,6 +42,7 @@ jobs:
|
|||||||
run: yarn build
|
run: yarn build
|
||||||
env:
|
env:
|
||||||
RENDERER_VITE_EXTERNAL_RESOURCES_URL: ${{ vars.EXTERNAL_RESOURCES_URL }}
|
RENDERER_VITE_EXTERNAL_RESOURCES_URL: ${{ vars.EXTERNAL_RESOURCES_URL }}
|
||||||
|
RENDERER_VITE_SENTRY_DSN: ${{ vars.SENTRY_DSN }}
|
||||||
|
|
||||||
- name: Deploy to Cloudflare Pages
|
- name: Deploy to Cloudflare Pages
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "hydralauncher",
|
"name": "hydralauncher",
|
||||||
"version": "3.8.0",
|
"version": "3.8.1",
|
||||||
"description": "Hydra",
|
"description": "Hydra",
|
||||||
"main": "./out/main/index.js",
|
"main": "./out/main/index.js",
|
||||||
"author": "Los Broxas",
|
"author": "Los Broxas",
|
||||||
@@ -40,6 +40,7 @@
|
|||||||
"@primer/octicons-react": "^19.9.0",
|
"@primer/octicons-react": "^19.9.0",
|
||||||
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
||||||
"@reduxjs/toolkit": "^2.2.3",
|
"@reduxjs/toolkit": "^2.2.3",
|
||||||
|
"@sentry/react": "^10.33.0",
|
||||||
"@tiptap/extension-bold": "^3.6.2",
|
"@tiptap/extension-bold": "^3.6.2",
|
||||||
"@tiptap/extension-italic": "^3.6.2",
|
"@tiptap/extension-italic": "^3.6.2",
|
||||||
"@tiptap/extension-link": "^3.6.2",
|
"@tiptap/extension-link": "^3.6.2",
|
||||||
@@ -63,6 +64,7 @@
|
|||||||
"embla-carousel-react": "^8.6.0",
|
"embla-carousel-react": "^8.6.0",
|
||||||
"file-type": "^20.5.0",
|
"file-type": "^20.5.0",
|
||||||
"framer-motion": "^12.15.0",
|
"framer-motion": "^12.15.0",
|
||||||
|
"get-port": "^7.1.0",
|
||||||
"hls.js": "^1.5.12",
|
"hls.js": "^1.5.12",
|
||||||
"i18next": "^23.11.2",
|
"i18next": "^23.11.2",
|
||||||
"i18next-browser-languagedetector": "^7.2.1",
|
"i18next-browser-languagedetector": "^7.2.1",
|
||||||
@@ -91,7 +93,7 @@
|
|||||||
"user-agents": "^1.1.387",
|
"user-agents": "^1.1.387",
|
||||||
"uuid": "^13.0.0",
|
"uuid": "^13.0.0",
|
||||||
"winreg": "^1.2.5",
|
"winreg": "^1.2.5",
|
||||||
"workwonders-sdk": "0.0.10",
|
"workwonders-sdk": "0.1.1",
|
||||||
"ws": "^8.18.1",
|
"ws": "^8.18.1",
|
||||||
"yaml": "^2.6.1",
|
"yaml": "^2.6.1",
|
||||||
"yup": "^1.5.0"
|
"yup": "^1.5.0"
|
||||||
|
|||||||
@@ -1,151 +0,0 @@
|
|||||||
import aria2p
|
|
||||||
from aria2p.client import ClientException as DownloadNotFound
|
|
||||||
|
|
||||||
class HttpMultiLinkDownloader:
|
|
||||||
def __init__(self):
|
|
||||||
self.downloads = []
|
|
||||||
self.completed_downloads = []
|
|
||||||
self.total_size = None
|
|
||||||
self.aria2 = aria2p.API(
|
|
||||||
aria2p.Client(
|
|
||||||
host="http://localhost",
|
|
||||||
port=6800,
|
|
||||||
secret=""
|
|
||||||
)
|
|
||||||
)
|
|
||||||
|
|
||||||
def start_download(self, urls: list[str], save_path: str, header: str = None, out: str = None, total_size: int = None):
|
|
||||||
"""Add multiple URLs to download queue with same options"""
|
|
||||||
options = {"dir": save_path}
|
|
||||||
if header:
|
|
||||||
options["header"] = header
|
|
||||||
if out:
|
|
||||||
options["out"] = out
|
|
||||||
|
|
||||||
# Clear any existing downloads first
|
|
||||||
self.cancel_download()
|
|
||||||
self.completed_downloads = []
|
|
||||||
self.total_size = total_size
|
|
||||||
|
|
||||||
for url in urls:
|
|
||||||
try:
|
|
||||||
added_downloads = self.aria2.add(url, options=options)
|
|
||||||
self.downloads.extend(added_downloads)
|
|
||||||
except Exception as e:
|
|
||||||
print(f"Error adding download for URL {url}: {str(e)}")
|
|
||||||
|
|
||||||
def pause_download(self):
|
|
||||||
"""Pause all active downloads"""
|
|
||||||
if self.downloads:
|
|
||||||
try:
|
|
||||||
self.aria2.pause(self.downloads)
|
|
||||||
except Exception as e:
|
|
||||||
print(f"Error pausing downloads: {str(e)}")
|
|
||||||
|
|
||||||
def cancel_download(self):
|
|
||||||
"""Cancel and remove all downloads"""
|
|
||||||
if self.downloads:
|
|
||||||
try:
|
|
||||||
# First try to stop the downloads
|
|
||||||
self.aria2.remove(self.downloads)
|
|
||||||
except Exception as e:
|
|
||||||
print(f"Error removing downloads: {str(e)}")
|
|
||||||
finally:
|
|
||||||
# Clear the downloads list regardless of success/failure
|
|
||||||
self.downloads = []
|
|
||||||
self.completed_downloads = []
|
|
||||||
|
|
||||||
def get_download_status(self):
|
|
||||||
"""Get status for all tracked downloads, auto-remove completed/failed ones"""
|
|
||||||
if not self.downloads and not self.completed_downloads:
|
|
||||||
return []
|
|
||||||
|
|
||||||
total_completed = 0
|
|
||||||
current_download_speed = 0
|
|
||||||
active_downloads = []
|
|
||||||
to_remove = []
|
|
||||||
|
|
||||||
# First calculate sizes from completed downloads
|
|
||||||
for completed in self.completed_downloads:
|
|
||||||
total_completed += completed['size']
|
|
||||||
|
|
||||||
# Then check active downloads
|
|
||||||
for download in self.downloads:
|
|
||||||
try:
|
|
||||||
current_download = self.aria2.get_download(download.gid)
|
|
||||||
|
|
||||||
# Skip downloads that are not properly initialized
|
|
||||||
if not current_download or not current_download.files:
|
|
||||||
to_remove.append(download)
|
|
||||||
continue
|
|
||||||
|
|
||||||
# Add to completed size and speed calculations
|
|
||||||
total_completed += current_download.completed_length
|
|
||||||
current_download_speed += current_download.download_speed
|
|
||||||
|
|
||||||
# If download is complete, move it to completed_downloads
|
|
||||||
if current_download.status == 'complete':
|
|
||||||
self.completed_downloads.append({
|
|
||||||
'name': current_download.name,
|
|
||||||
'size': current_download.total_length
|
|
||||||
})
|
|
||||||
to_remove.append(download)
|
|
||||||
else:
|
|
||||||
active_downloads.append({
|
|
||||||
'name': current_download.name,
|
|
||||||
'size': current_download.total_length,
|
|
||||||
'completed': current_download.completed_length,
|
|
||||||
'speed': current_download.download_speed
|
|
||||||
})
|
|
||||||
|
|
||||||
except DownloadNotFound:
|
|
||||||
to_remove.append(download)
|
|
||||||
continue
|
|
||||||
except Exception as e:
|
|
||||||
print(f"Error getting download status: {str(e)}")
|
|
||||||
continue
|
|
||||||
|
|
||||||
# Clean up completed/removed downloads from active list
|
|
||||||
for download in to_remove:
|
|
||||||
try:
|
|
||||||
if download in self.downloads:
|
|
||||||
self.downloads.remove(download)
|
|
||||||
except ValueError:
|
|
||||||
pass
|
|
||||||
|
|
||||||
# Return aggregate status
|
|
||||||
if self.total_size or active_downloads or self.completed_downloads:
|
|
||||||
# Use the first active download's name as the folder name, or completed if none active
|
|
||||||
folder_name = None
|
|
||||||
if active_downloads:
|
|
||||||
folder_name = active_downloads[0]['name']
|
|
||||||
elif self.completed_downloads:
|
|
||||||
folder_name = self.completed_downloads[0]['name']
|
|
||||||
|
|
||||||
if folder_name and '/' in folder_name:
|
|
||||||
folder_name = folder_name.split('/')[0]
|
|
||||||
|
|
||||||
# Use provided total size if available, otherwise sum from downloads
|
|
||||||
total_size = self.total_size
|
|
||||||
if not total_size:
|
|
||||||
total_size = sum(d['size'] for d in active_downloads) + sum(d['size'] for d in self.completed_downloads)
|
|
||||||
|
|
||||||
# Calculate completion status based on total downloaded vs total size
|
|
||||||
is_complete = len(active_downloads) == 0 and total_completed >= (total_size * 0.99) # Allow 1% margin for size differences
|
|
||||||
|
|
||||||
# If all downloads are complete, clear the completed_downloads list to prevent status updates
|
|
||||||
if is_complete:
|
|
||||||
self.completed_downloads = []
|
|
||||||
|
|
||||||
return [{
|
|
||||||
'folderName': folder_name,
|
|
||||||
'fileSize': total_size,
|
|
||||||
'progress': total_completed / total_size if total_size > 0 else 0,
|
|
||||||
'downloadSpeed': current_download_speed,
|
|
||||||
'numPeers': 0,
|
|
||||||
'numSeeds': 0,
|
|
||||||
'status': 'complete' if is_complete else 'active',
|
|
||||||
'bytesDownloaded': total_completed,
|
|
||||||
}]
|
|
||||||
|
|
||||||
return []
|
|
||||||
@@ -3,7 +3,6 @@ import sys, json, urllib.parse, psutil
|
|||||||
from torrent_downloader import TorrentDownloader
|
from torrent_downloader import TorrentDownloader
|
||||||
from http_downloader import HttpDownloader
|
from http_downloader import HttpDownloader
|
||||||
from profile_image_processor import ProfileImageProcessor
|
from profile_image_processor import ProfileImageProcessor
|
||||||
from http_multi_link_downloader import HttpMultiLinkDownloader
|
|
||||||
import libtorrent as lt
|
import libtorrent as lt
|
||||||
|
|
||||||
app = Flask(__name__)
|
app = Flask(__name__)
|
||||||
@@ -25,15 +24,7 @@ if start_download_payload:
|
|||||||
initial_download = json.loads(urllib.parse.unquote(start_download_payload))
|
initial_download = json.loads(urllib.parse.unquote(start_download_payload))
|
||||||
downloading_game_id = initial_download['game_id']
|
downloading_game_id = initial_download['game_id']
|
||||||
|
|
||||||
if isinstance(initial_download['url'], list):
|
if initial_download['url'].startswith('magnet'):
|
||||||
# Handle multiple URLs using HttpMultiLinkDownloader
|
|
||||||
http_multi_downloader = HttpMultiLinkDownloader()
|
|
||||||
downloads[initial_download['game_id']] = http_multi_downloader
|
|
||||||
try:
|
|
||||||
http_multi_downloader.start_download(initial_download['url'], initial_download['save_path'], initial_download.get('header'), initial_download.get("out"))
|
|
||||||
except Exception as e:
|
|
||||||
print("Error starting multi-link download", e)
|
|
||||||
elif initial_download['url'].startswith('magnet'):
|
|
||||||
torrent_downloader = TorrentDownloader(torrent_session)
|
torrent_downloader = TorrentDownloader(torrent_session)
|
||||||
downloads[initial_download['game_id']] = torrent_downloader
|
downloads[initial_download['game_id']] = torrent_downloader
|
||||||
try:
|
try:
|
||||||
@@ -78,14 +69,6 @@ def status():
|
|||||||
if not status:
|
if not status:
|
||||||
return jsonify(None)
|
return jsonify(None)
|
||||||
|
|
||||||
if isinstance(status, list):
|
|
||||||
if not status: # Empty list
|
|
||||||
return jsonify(None)
|
|
||||||
|
|
||||||
# For multi-link downloader, use the aggregated status
|
|
||||||
# The status will already be aggregated by the HttpMultiLinkDownloader
|
|
||||||
return jsonify(status[0]), 200
|
|
||||||
|
|
||||||
return jsonify(status), 200
|
return jsonify(status), 200
|
||||||
|
|
||||||
@app.route("/seed-status", methods=["GET"])
|
@app.route("/seed-status", methods=["GET"])
|
||||||
@@ -104,21 +87,7 @@ def seed_status():
|
|||||||
if not response:
|
if not response:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if isinstance(response, list):
|
if response.get('status') == 5: # Torrent seeding check
|
||||||
# For multi-link downloader, check if all files are complete
|
|
||||||
if response and all(item['status'] == 'complete' for item in response):
|
|
||||||
seed_status.append({
|
|
||||||
'gameId': game_id,
|
|
||||||
'status': 'complete',
|
|
||||||
'folderName': response[0]['folderName'],
|
|
||||||
'fileSize': sum(item['fileSize'] for item in response),
|
|
||||||
'bytesDownloaded': sum(item['bytesDownloaded'] for item in response),
|
|
||||||
'downloadSpeed': 0,
|
|
||||||
'numPeers': 0,
|
|
||||||
'numSeeds': 0,
|
|
||||||
'progress': 1.0
|
|
||||||
})
|
|
||||||
elif response.get('status') == 5: # Original torrent seeding check
|
|
||||||
seed_status.append({
|
seed_status.append({
|
||||||
'gameId': game_id,
|
'gameId': game_id,
|
||||||
**response,
|
**response,
|
||||||
@@ -180,15 +149,7 @@ def action():
|
|||||||
|
|
||||||
existing_downloader = downloads.get(game_id)
|
existing_downloader = downloads.get(game_id)
|
||||||
|
|
||||||
if isinstance(url, list):
|
if url.startswith('magnet'):
|
||||||
# Handle multiple URLs using HttpMultiLinkDownloader
|
|
||||||
if existing_downloader and isinstance(existing_downloader, HttpMultiLinkDownloader):
|
|
||||||
existing_downloader.start_download(url, data['save_path'], data.get('header'), data.get('out'))
|
|
||||||
else:
|
|
||||||
http_multi_downloader = HttpMultiLinkDownloader()
|
|
||||||
downloads[game_id] = http_multi_downloader
|
|
||||||
http_multi_downloader.start_download(url, data['save_path'], data.get('header'), data.get('out'))
|
|
||||||
elif url.startswith('magnet'):
|
|
||||||
if existing_downloader and isinstance(existing_downloader, TorrentDownloader):
|
if existing_downloader and isinstance(existing_downloader, TorrentDownloader):
|
||||||
existing_downloader.start_download(url, data['save_path'])
|
existing_downloader.start_download(url, data['save_path'])
|
||||||
else:
|
else:
|
||||||
|
|||||||
@@ -108,7 +108,17 @@
|
|||||||
"search_results": "Search results",
|
"search_results": "Search results",
|
||||||
"settings": "Settings",
|
"settings": "Settings",
|
||||||
"version_available_install": "Version {{version}} available. Click here to restart and install.",
|
"version_available_install": "Version {{version}} available. Click here to restart and install.",
|
||||||
"version_available_download": "Version {{version}} available. Click here to download."
|
"version_available_download": "Version {{version}} available. Click here to download.",
|
||||||
|
"scan_games_tooltip": "Scan PC for installed games",
|
||||||
|
"scan_games_title": "Scan PC for installed games",
|
||||||
|
"scan_games_description": "This will scan your disks for known game executables. This may take several minutes.",
|
||||||
|
"scan_games_start": "Start Scan",
|
||||||
|
"scan_games_cancel": "Cancel",
|
||||||
|
"scan_games_result": "Found {{found}} of {{total}} games without executable path",
|
||||||
|
"scan_games_no_results": "We couldn't find any installed games.",
|
||||||
|
"scan_games_in_progress": "Scanning your disks for installed games...",
|
||||||
|
"scan_games_close": "Close",
|
||||||
|
"scan_games_scan_again": "Scan Again"
|
||||||
},
|
},
|
||||||
"bottom_panel": {
|
"bottom_panel": {
|
||||||
"no_downloads_in_progress": "No downloads in progress",
|
"no_downloads_in_progress": "No downloads in progress",
|
||||||
@@ -372,6 +382,9 @@
|
|||||||
"audio": "Audio",
|
"audio": "Audio",
|
||||||
"filter_by_source": "Filter by source",
|
"filter_by_source": "Filter by source",
|
||||||
"no_repacks_found": "No sources found for this game",
|
"no_repacks_found": "No sources found for this game",
|
||||||
|
"source_online": "Source is online",
|
||||||
|
"source_partial": "Some links are offline",
|
||||||
|
"source_offline": "Source is offline",
|
||||||
"delete_review": "Delete review",
|
"delete_review": "Delete review",
|
||||||
"remove_review": "Remove Review",
|
"remove_review": "Remove Review",
|
||||||
"delete_review_modal_title": "Are you sure you want to delete your review?",
|
"delete_review_modal_title": "Are you sure you want to delete your review?",
|
||||||
@@ -600,7 +613,8 @@
|
|||||||
"autoplay_trailers_on_game_page": "Automatically start playing trailers on game page",
|
"autoplay_trailers_on_game_page": "Automatically start playing trailers on game page",
|
||||||
"hide_to_tray_on_game_start": "Hide Hydra to tray on game startup",
|
"hide_to_tray_on_game_start": "Hide Hydra to tray on game startup",
|
||||||
"downloads": "Downloads",
|
"downloads": "Downloads",
|
||||||
"use_native_http_downloader": "Use native HTTP downloader (experimental)"
|
"use_native_http_downloader": "Use native HTTP downloader (experimental)",
|
||||||
|
"cannot_change_downloader_while_downloading": "Cannot change this setting while a download is in progress"
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"download_complete": "Download complete",
|
"download_complete": "Download complete",
|
||||||
@@ -618,7 +632,11 @@
|
|||||||
"game_extracted": "{{title}} extracted successfully",
|
"game_extracted": "{{title}} extracted successfully",
|
||||||
"friend_started_playing_game": "{{displayName}} started playing a game",
|
"friend_started_playing_game": "{{displayName}} started playing a game",
|
||||||
"test_achievement_notification_title": "This is a test notification",
|
"test_achievement_notification_title": "This is a test notification",
|
||||||
"test_achievement_notification_description": "Pretty cool, huh?"
|
"test_achievement_notification_description": "Pretty cool, huh?",
|
||||||
|
"scan_games_complete_title": "Scanning for games finished successfully",
|
||||||
|
"scan_games_complete_description": "Found {{count}} games without executable path set",
|
||||||
|
"scan_games_no_results_title": "Scanning for games finished",
|
||||||
|
"scan_games_no_results_description": "No installed games were found"
|
||||||
},
|
},
|
||||||
"system_tray": {
|
"system_tray": {
|
||||||
"open": "Open Hydra",
|
"open": "Open Hydra",
|
||||||
@@ -695,6 +713,7 @@
|
|||||||
"blocked_users": "Blocked users",
|
"blocked_users": "Blocked users",
|
||||||
"unblock": "Unblock",
|
"unblock": "Unblock",
|
||||||
"no_friends_added": "You have no added friends",
|
"no_friends_added": "You have no added friends",
|
||||||
|
"no_friends_yet": "You haven't added any friends yet",
|
||||||
"view_all": "View all",
|
"view_all": "View all",
|
||||||
"load_more": "Load more",
|
"load_more": "Load more",
|
||||||
"loading": "Loading",
|
"loading": "Loading",
|
||||||
@@ -722,8 +741,15 @@
|
|||||||
"profile_reported": "Profile reported",
|
"profile_reported": "Profile reported",
|
||||||
"your_friend_code": "Your friend code:",
|
"your_friend_code": "Your friend code:",
|
||||||
"copy_friend_code": "Copy friend code",
|
"copy_friend_code": "Copy friend code",
|
||||||
|
"copied": "Copied!",
|
||||||
"upload_banner": "Upload banner",
|
"upload_banner": "Upload banner",
|
||||||
"uploading_banner": "Uploading banner…",
|
"uploading_banner": "Uploading banner…",
|
||||||
|
"change_banner": "Change banner",
|
||||||
|
"replace_banner": "Replace banner",
|
||||||
|
"remove_banner": "Remove banner",
|
||||||
|
"remove_banner_modal_title": "Remove banner?",
|
||||||
|
"remove_banner_confirmation": "Are you sure you want to remove your banner? You can always pick a new one when you want.",
|
||||||
|
"remove": "Remove",
|
||||||
"background_image_updated": "Background image updated",
|
"background_image_updated": "Background image updated",
|
||||||
"stats": "Stats",
|
"stats": "Stats",
|
||||||
"achievements": "achievements",
|
"achievements": "achievements",
|
||||||
@@ -744,9 +770,7 @@
|
|||||||
"user_reviews": "Reviews",
|
"user_reviews": "Reviews",
|
||||||
"delete_review": "Delete Review",
|
"delete_review": "Delete Review",
|
||||||
"loading_reviews": "Loading reviews...",
|
"loading_reviews": "Loading reviews...",
|
||||||
"wrapped_2025": "Wrapped 2025",
|
"wrapped_2025": "Wrapped 2025"
|
||||||
"view_my_wrapped_button": "View My Wrapped 2025",
|
|
||||||
"view_wrapped_button": "View {{displayName}}'s Wrapped 2025"
|
|
||||||
},
|
},
|
||||||
"library": {
|
"library": {
|
||||||
"library": "Library",
|
"library": "Library",
|
||||||
|
|||||||
@@ -26,6 +26,7 @@
|
|||||||
"game_has_no_executable": "El juego no tiene un ejecutable seleccionado",
|
"game_has_no_executable": "El juego no tiene un ejecutable seleccionado",
|
||||||
"sign_in": "Iniciar Sesión",
|
"sign_in": "Iniciar Sesión",
|
||||||
"friends": "Amigos",
|
"friends": "Amigos",
|
||||||
|
"notifications": "Notificaciones",
|
||||||
"need_help": "¿Necesitás ayuda?",
|
"need_help": "¿Necesitás ayuda?",
|
||||||
"favorites": "Favoritos",
|
"favorites": "Favoritos",
|
||||||
"playable_button_title": "Solo mostrar juegos que podés jugar en este momento",
|
"playable_button_title": "Solo mostrar juegos que podés jugar en este momento",
|
||||||
@@ -115,6 +116,7 @@
|
|||||||
"downloading": "Descargando {{title}}… ({{percentage}} completado) - Restante {{eta}} - {{speed}}",
|
"downloading": "Descargando {{title}}… ({{percentage}} completado) - Restante {{eta}} - {{speed}}",
|
||||||
"calculating_eta": "Descargando {{title}}… ({{percentage}} completado) - Comprobando tiempo restante…",
|
"calculating_eta": "Descargando {{title}}… ({{percentage}} completado) - Comprobando tiempo restante…",
|
||||||
"checking_files": "Revisando archivos de {{title}}… ({{percentage}} completado)",
|
"checking_files": "Revisando archivos de {{title}}… ({{percentage}} completado)",
|
||||||
|
"extracting": "Extrayendo {{title}}… ({{percentage}} completado)",
|
||||||
"installing_common_redist": "{{log}}…",
|
"installing_common_redist": "{{log}}…",
|
||||||
"installation_complete": "Instalación completada",
|
"installation_complete": "Instalación completada",
|
||||||
"installation_complete_message": "Common redistributables instalados correctamente"
|
"installation_complete_message": "Common redistributables instalados correctamente"
|
||||||
@@ -173,6 +175,7 @@
|
|||||||
"repacks_modal_description": "Elegí el repack que querés descargar",
|
"repacks_modal_description": "Elegí el repack que querés descargar",
|
||||||
"select_folder_hint": "Si querés cambiar la carpeta por defecto, andá a <0>Ajustes</0>",
|
"select_folder_hint": "Si querés cambiar la carpeta por defecto, andá a <0>Ajustes</0>",
|
||||||
"download_now": "Descargar ahora",
|
"download_now": "Descargar ahora",
|
||||||
|
"loading": "Cargando...",
|
||||||
"no_shop_details": "No se pudieron obtener detalles de la tienda.",
|
"no_shop_details": "No se pudieron obtener detalles de la tienda.",
|
||||||
"download_options": "Opciones de descarga",
|
"download_options": "Opciones de descarga",
|
||||||
"download_path": "Ruta de descarga",
|
"download_path": "Ruta de descarga",
|
||||||
@@ -206,6 +209,7 @@
|
|||||||
"danger_zone_section_description": "Remover este juego de tu librería o los archivos descargados por Hydra",
|
"danger_zone_section_description": "Remover este juego de tu librería o los archivos descargados por Hydra",
|
||||||
"download_in_progress": "Descarga en progreso",
|
"download_in_progress": "Descarga en progreso",
|
||||||
"download_paused": "Descarga pausada",
|
"download_paused": "Descarga pausada",
|
||||||
|
"extracting": "Extrayendo",
|
||||||
"last_downloaded_option": "Última opción de descarga",
|
"last_downloaded_option": "Última opción de descarga",
|
||||||
"new_download_option": "Nuevo",
|
"new_download_option": "Nuevo",
|
||||||
"create_steam_shortcut": "Crear atajo de Steam",
|
"create_steam_shortcut": "Crear atajo de Steam",
|
||||||
@@ -400,6 +404,10 @@
|
|||||||
"completed": "Completado",
|
"completed": "Completado",
|
||||||
"removed": "No descargado",
|
"removed": "No descargado",
|
||||||
"cancel": "Cancelar",
|
"cancel": "Cancelar",
|
||||||
|
"cancel_download": "¿Cancelar descarga?",
|
||||||
|
"cancel_download_description": "¿Estás seguro de que querés cancelar esta descarga? Todos los archivos descargados serán eliminados.",
|
||||||
|
"keep_downloading": "No, seguir descargando",
|
||||||
|
"yes_cancel": "Sí, cancelar",
|
||||||
"filter": "Filtrar juegos descargados",
|
"filter": "Filtrar juegos descargados",
|
||||||
"remove": "Remover",
|
"remove": "Remover",
|
||||||
"downloading_metadata": "Descargando metadatos…",
|
"downloading_metadata": "Descargando metadatos…",
|
||||||
@@ -420,7 +428,13 @@
|
|||||||
"resume_seeding": "Continuar sembrando",
|
"resume_seeding": "Continuar sembrando",
|
||||||
"options": "Administrar",
|
"options": "Administrar",
|
||||||
"extract": "Extraer archivos",
|
"extract": "Extraer archivos",
|
||||||
"extracting": "Extrayendo archivos…"
|
"extracting": "Extrayendo archivos…",
|
||||||
|
"delete_archive_title": "¿Querés eliminar {{fileName}}?",
|
||||||
|
"delete_archive_description": "El archivo se extrajo exitosamente y ya no es necesario.",
|
||||||
|
"yes": "Sí",
|
||||||
|
"no": "No",
|
||||||
|
"network": "RED",
|
||||||
|
"peak": "PICO"
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"downloads_path": "Ruta de descarga",
|
"downloads_path": "Ruta de descarga",
|
||||||
@@ -544,6 +558,7 @@
|
|||||||
"show_download_speed_in_megabytes": "Mostrar velocidad de descarga en megabytes por segundo",
|
"show_download_speed_in_megabytes": "Mostrar velocidad de descarga en megabytes por segundo",
|
||||||
"extract_files_by_default": "Extraer archivos por defecto después de descargar",
|
"extract_files_by_default": "Extraer archivos por defecto después de descargar",
|
||||||
"enable_steam_achievements": "Habilitar búsqueda de logros de Steam",
|
"enable_steam_achievements": "Habilitar búsqueda de logros de Steam",
|
||||||
|
"enable_new_download_options_badges": "Mostrar badges de nuevas opciones de descarga",
|
||||||
"achievement_custom_notification_position": "Posición de notificación de logros",
|
"achievement_custom_notification_position": "Posición de notificación de logros",
|
||||||
"top-left": "Superior Izquierda",
|
"top-left": "Superior Izquierda",
|
||||||
"top-center": "Superior Centro",
|
"top-center": "Superior Centro",
|
||||||
@@ -570,20 +585,10 @@
|
|||||||
"debrid_description": "Los servicios Debrid son descargadores premium sin restricciones que te dejan descargar más rápido archivos alojados en servicios de alojamiento siendo que la única limitación es tu velocidad de internet.",
|
"debrid_description": "Los servicios Debrid son descargadores premium sin restricciones que te dejan descargar más rápido archivos alojados en servicios de alojamiento siendo que la única limitación es tu velocidad de internet.",
|
||||||
"enable_friend_start_game_notifications": "Cuando un amigo está jugando un juego",
|
"enable_friend_start_game_notifications": "Cuando un amigo está jugando un juego",
|
||||||
"autoplay_trailers_on_game_page": "Reproducir trailers automáticamente en la página del juego",
|
"autoplay_trailers_on_game_page": "Reproducir trailers automáticamente en la página del juego",
|
||||||
"change_achievement_sound": "Cambiar sonido de logro",
|
"hide_to_tray_on_game_start": "Ocultar Hydra en la bandeja al iniciar un juego",
|
||||||
"download_source_already_exists": "Esta fuente de descarga URL ya existe.",
|
"downloads": "Descargas",
|
||||||
"download_source_failed": "Error",
|
"use_native_http_downloader": "Usar descargador HTTP nativo (experimental)",
|
||||||
"download_source_matched": "Actualizado",
|
"cannot_change_downloader_while_downloading": "No se puede cambiar esta configuración mientras una descarga está en progreso"
|
||||||
"download_source_matching": "Actualizando",
|
|
||||||
"download_source_no_information": "Sin información disponible",
|
|
||||||
"download_source_pending_matching": "Actualizando pronto",
|
|
||||||
"download_sources_synced_successfully": "Todas las fuentes de descarga están sincronizadas",
|
|
||||||
"failed_add_download_source": "Error al añadir la fuente de descarga. Por favor intentá de nuevo.",
|
|
||||||
"hydra_cloud": "Hydra Cloud",
|
|
||||||
"preview_sound": "Vista previa de sonido",
|
|
||||||
"remove_achievement_sound": "Eliminar sonido de logros",
|
|
||||||
"removed_all_download_sources": "Todas las fuentes de descarga eliminadas",
|
|
||||||
"hide_to_tray_on_game_start": "Ocultar Hydra en la bandeja al iniciar un juego"
|
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"download_complete": "Descarga completada",
|
"download_complete": "Descarga completada",
|
||||||
@@ -675,6 +680,7 @@
|
|||||||
"blocked_users": "Usuarios bloqueados",
|
"blocked_users": "Usuarios bloqueados",
|
||||||
"unblock": "Desbloquear",
|
"unblock": "Desbloquear",
|
||||||
"no_friends_added": "No tenés amistades añadidas",
|
"no_friends_added": "No tenés amistades añadidas",
|
||||||
|
"no_friends_yet": "Aún no has agregado ningún amigo",
|
||||||
"view_all": "Ver todo",
|
"view_all": "Ver todo",
|
||||||
"load_more": "Cargar más",
|
"load_more": "Cargar más",
|
||||||
"loading": "Cargando",
|
"loading": "Cargando",
|
||||||
@@ -702,8 +708,15 @@
|
|||||||
"profile_reported": "Perfil reportado",
|
"profile_reported": "Perfil reportado",
|
||||||
"your_friend_code": "Tu código de amistad:",
|
"your_friend_code": "Tu código de amistad:",
|
||||||
"copy_friend_code": "Copiar código de amistad",
|
"copy_friend_code": "Copiar código de amistad",
|
||||||
|
"copied": "¡Copiado!",
|
||||||
"upload_banner": "Subir banner",
|
"upload_banner": "Subir banner",
|
||||||
"uploading_banner": "Subiendo banner…",
|
"uploading_banner": "Subiendo banner…",
|
||||||
|
"change_banner": "Cambiar banner",
|
||||||
|
"replace_banner": "Reemplazar banner",
|
||||||
|
"remove_banner": "Eliminar banner",
|
||||||
|
"remove_banner_modal_title": "¿Eliminar banner?",
|
||||||
|
"remove_banner_confirmation": "¿Estás seguro de que querés eliminar tu banner? Siempre podés elegir uno nuevo cuando quieras.",
|
||||||
|
"remove": "Eliminar",
|
||||||
"background_image_updated": "Imagen de fondo actualizada",
|
"background_image_updated": "Imagen de fondo actualizada",
|
||||||
"stats": "Estadísticas",
|
"stats": "Estadísticas",
|
||||||
"achievements": "logros",
|
"achievements": "logros",
|
||||||
@@ -727,8 +740,6 @@
|
|||||||
"user_reviews": "Reseñas",
|
"user_reviews": "Reseñas",
|
||||||
"loading_reviews": "Cargando reseñas...",
|
"loading_reviews": "Cargando reseñas...",
|
||||||
"wrapped_2025": "Wrapped 2025",
|
"wrapped_2025": "Wrapped 2025",
|
||||||
"view_my_wrapped_button": "Ver Mi Wrapped 2025",
|
|
||||||
"view_wrapped_button": "Ver Wrapped 2025 de {{displayName}}",
|
|
||||||
"no_reviews": "Sin reseñas aún",
|
"no_reviews": "Sin reseñas aún",
|
||||||
"delete_review": "Eliminar reseña"
|
"delete_review": "Eliminar reseña"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -26,6 +26,7 @@
|
|||||||
"game_has_no_executable": "A játékhoz nincs tallózva futtatható fájl",
|
"game_has_no_executable": "A játékhoz nincs tallózva futtatható fájl",
|
||||||
"sign_in": "Bejelentkezés",
|
"sign_in": "Bejelentkezés",
|
||||||
"friends": "Barátok",
|
"friends": "Barátok",
|
||||||
|
"notifications": "Értesítések",
|
||||||
"need_help": "Elakadtál?",
|
"need_help": "Elakadtál?",
|
||||||
"favorites": "Kedvenc Játékaim",
|
"favorites": "Kedvenc Játékaim",
|
||||||
"playable_button_title": "Csak az azonnal játszható játékokat mutasd",
|
"playable_button_title": "Csak az azonnal játszható játékokat mutasd",
|
||||||
@@ -174,6 +175,7 @@
|
|||||||
"repacks_modal_description": "Válaszd ki a repacket amit leszeretnél tölteni",
|
"repacks_modal_description": "Válaszd ki a repacket amit leszeretnél tölteni",
|
||||||
"select_folder_hint": "A letöltési mappát a <0>Beállításokban</0> változtathatod meg",
|
"select_folder_hint": "A letöltési mappát a <0>Beállításokban</0> változtathatod meg",
|
||||||
"download_now": "Letöltés",
|
"download_now": "Letöltés",
|
||||||
|
"loading": "Töltés...",
|
||||||
"no_shop_details": "A bolt adatai nem érhetőek el.",
|
"no_shop_details": "A bolt adatai nem érhetőek el.",
|
||||||
"download_options": "Letöltési opciók",
|
"download_options": "Letöltési opciók",
|
||||||
"download_path": "Letöltési hely",
|
"download_path": "Letöltési hely",
|
||||||
@@ -182,7 +184,13 @@
|
|||||||
"screenshot": "Screenshot {{number}}",
|
"screenshot": "Screenshot {{number}}",
|
||||||
"open_screenshot": "{{number}} Screenshot megnyitása ",
|
"open_screenshot": "{{number}} Screenshot megnyitása ",
|
||||||
"download_settings": "Letöltési beállítások",
|
"download_settings": "Letöltési beállítások",
|
||||||
"downloader": "Letöltési mód",
|
"downloader": "Letöltő",
|
||||||
|
"downloader_online": "Elérhető",
|
||||||
|
"downloader_not_configured": "Elérhető de nincs beállítva",
|
||||||
|
"downloader_offline": "A link nem elérhető",
|
||||||
|
"downloader_not_available": "Nem elérhető",
|
||||||
|
"recommended": "Ajánlott",
|
||||||
|
"go_to_settings": "Beállítások megnyitása",
|
||||||
"select_executable": "Tallózás",
|
"select_executable": "Tallózás",
|
||||||
"no_executable_selected": "Nincs futtatható fájl tallózva",
|
"no_executable_selected": "Nincs futtatható fájl tallózva",
|
||||||
"open_folder": "Mappa megnyitása",
|
"open_folder": "Mappa megnyitása",
|
||||||
@@ -418,9 +426,11 @@
|
|||||||
"extract": "Fájlok kibontása",
|
"extract": "Fájlok kibontása",
|
||||||
"extracting": "Fájlok kibontása…",
|
"extracting": "Fájlok kibontása…",
|
||||||
"delete_archive_title": "Szeretnéd törölni ezt a fájlt? {{fileName}}",
|
"delete_archive_title": "Szeretnéd törölni ezt a fájlt? {{fileName}}",
|
||||||
"delete_archive_description": "A tömörített fájl ki lett csomagolva, s többé nincs rá szükség. ",
|
"delete_archive_description": "A tömörített fájl ki lett csomagolva és többé nincs rá szükség.",
|
||||||
"yes": "Igen",
|
"yes": "Igen",
|
||||||
"no": "Nem"
|
"no": "Nem",
|
||||||
|
"network": "HÁLÓZAT",
|
||||||
|
"peak": "CSÚCS"
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"downloads_path": "Letöltési útvonalak",
|
"downloads_path": "Letöltési útvonalak",
|
||||||
@@ -444,7 +454,7 @@
|
|||||||
"debrid_linked_message": "Fiók összekapcsolva: \"{{username}}\" ",
|
"debrid_linked_message": "Fiók összekapcsolva: \"{{username}}\" ",
|
||||||
"save_changes": "Változtatások mentése",
|
"save_changes": "Változtatások mentése",
|
||||||
"changes_saved": "Változtatások sikeresen mentve",
|
"changes_saved": "Változtatások sikeresen mentve",
|
||||||
"download_sources_description": "A Hydra lefogja tölteni a letöltési linkeket a forrásokból. Az URL Forrásnak közvetlen linknek kell lennie egy .json fájlhoz, ami tartalmazza a linkeket.",
|
"download_sources_description": "A Hydra lefogja tölteni a letöltési linkeket a forrásokból, ennek az URL Forrásnak közvetlen linknek kell lennie egy .json fájlhoz, ami tartalmazza a linkeket.",
|
||||||
"validate_download_source": "Érvényesítés",
|
"validate_download_source": "Érvényesítés",
|
||||||
"remove_download_source": "Eltávolítás",
|
"remove_download_source": "Eltávolítás",
|
||||||
"add_download_source": "Forrás hozáadása",
|
"add_download_source": "Forrás hozáadása",
|
||||||
@@ -556,6 +566,7 @@
|
|||||||
"show_download_speed_in_megabytes": "Letöltési sebesség megabájt/másodpercben lévő megjelenítése",
|
"show_download_speed_in_megabytes": "Letöltési sebesség megabájt/másodpercben lévő megjelenítése",
|
||||||
"extract_files_by_default": "Fájlok kicsomagolása letöltés után",
|
"extract_files_by_default": "Fájlok kicsomagolása letöltés után",
|
||||||
"enable_steam_achievements": "Steam-achievementek utáni keresés engedélyezése",
|
"enable_steam_achievements": "Steam-achievementek utáni keresés engedélyezése",
|
||||||
|
"enable_new_download_options_badges": "Új letöltési helyek",
|
||||||
"achievement_custom_notification_position": "Achievement-értesítések egyéni elhelyezése",
|
"achievement_custom_notification_position": "Achievement-értesítések egyéni elhelyezése",
|
||||||
"top-left": "Bal felső sarok",
|
"top-left": "Bal felső sarok",
|
||||||
"top-center": "Felső közép",
|
"top-center": "Felső közép",
|
||||||
@@ -636,9 +647,9 @@
|
|||||||
"sort_by": "Rendezés:",
|
"sort_by": "Rendezés:",
|
||||||
"achievements_earned": "Elért achievementek",
|
"achievements_earned": "Elért achievementek",
|
||||||
"played_recently": "Nemrég játszva",
|
"played_recently": "Nemrég játszva",
|
||||||
"playtime": "Játszottidő",
|
"playtime": "Játékidő",
|
||||||
"total_play_time": "Teljes játszottidő",
|
"total_play_time": "Teljes játékidő",
|
||||||
"manual_playtime_tooltip": "Ez a játszottidő manuálisan lett frissítve",
|
"manual_playtime_tooltip": "Ez a játékidő manuálisan lett frissítve",
|
||||||
"no_recent_activity_title": "Hmmm… itt semmi sincs",
|
"no_recent_activity_title": "Hmmm… itt semmi sincs",
|
||||||
"no_recent_activity_description": "Mostanában nem játszottál semmivel. Hát ideje ezt megváltoztatni!",
|
"no_recent_activity_description": "Mostanában nem játszottál semmivel. Hát ideje ezt megváltoztatni!",
|
||||||
"display_name": "Profilnév",
|
"display_name": "Profilnév",
|
||||||
@@ -660,6 +671,7 @@
|
|||||||
"sending": "Küldés..",
|
"sending": "Küldés..",
|
||||||
"friend_request_sent": "Barátfelkérés elküldve",
|
"friend_request_sent": "Barátfelkérés elküldve",
|
||||||
"friends": "Barátok",
|
"friends": "Barátok",
|
||||||
|
"badges": "Kitűzők",
|
||||||
"friends_list": "Barát lista",
|
"friends_list": "Barát lista",
|
||||||
"user_not_found": "Felhasználó nem találva",
|
"user_not_found": "Felhasználó nem találva",
|
||||||
"block_user": "Felhasználó letiltása",
|
"block_user": "Felhasználó letiltása",
|
||||||
@@ -670,12 +682,16 @@
|
|||||||
"ignore_request": "Kérés ignorálása",
|
"ignore_request": "Kérés ignorálása",
|
||||||
"cancel_request": "Kérés visszavonása",
|
"cancel_request": "Kérés visszavonása",
|
||||||
"undo_friendship": "Barát eltávolítása",
|
"undo_friendship": "Barát eltávolítása",
|
||||||
|
"friendship_removed": "Barát eltávolítva",
|
||||||
"request_accepted": "Barátfelkérés elfogadva",
|
"request_accepted": "Barátfelkérés elfogadva",
|
||||||
"user_blocked_successfully": "Felhasználó sikeresen letiltva",
|
"user_blocked_successfully": "Felhasználó sikeresen letiltva",
|
||||||
"user_block_modal_text": "Ez által letiltod őt: {{displayName}}",
|
"user_block_modal_text": "Ez által letiltod őt: {{displayName}}",
|
||||||
"blocked_users": "Letiltott felhasználók",
|
"blocked_users": "Letiltott felhasználók",
|
||||||
"unblock": "Tiltás feloldása",
|
"unblock": "Tiltás feloldása",
|
||||||
"no_friends_added": "Nincs bejelölt barátod",
|
"no_friends_added": "Nincs bejelölt barátod",
|
||||||
|
"view_all": "Összes megtekintése",
|
||||||
|
"load_more": "Több betöltése",
|
||||||
|
"loading": "Töltés..",
|
||||||
"pending": "Függőben",
|
"pending": "Függőben",
|
||||||
"no_pending_invites": "Nincs függőben lévő barátfelkérésed",
|
"no_pending_invites": "Nincs függőben lévő barátfelkérésed",
|
||||||
"no_blocked_users": "Nincs letiltott felhasználó",
|
"no_blocked_users": "Nincs letiltott felhasználó",
|
||||||
@@ -699,6 +715,7 @@
|
|||||||
"report_reason_other": "Egyéb",
|
"report_reason_other": "Egyéb",
|
||||||
"profile_reported": "Profil bejelentve",
|
"profile_reported": "Profil bejelentve",
|
||||||
"your_friend_code": "A barát kódod:",
|
"your_friend_code": "A barát kódod:",
|
||||||
|
"copy_friend_code": "Barátkód kimásolása",
|
||||||
"upload_banner": "Borítókép feltöltése",
|
"upload_banner": "Borítókép feltöltése",
|
||||||
"uploading_banner": "Borítókép feltöltése…",
|
"uploading_banner": "Borítókép feltöltése…",
|
||||||
"background_image_updated": "Borítókép frissítve",
|
"background_image_updated": "Borítókép frissítve",
|
||||||
@@ -720,7 +737,10 @@
|
|||||||
"karma_count": "karma",
|
"karma_count": "karma",
|
||||||
"user_reviews": "Vélemények",
|
"user_reviews": "Vélemények",
|
||||||
"delete_review": "Vélemény Törlése",
|
"delete_review": "Vélemény Törlése",
|
||||||
"loading_reviews": "Vélemények betöltése..."
|
"loading_reviews": "Vélemények betöltése...",
|
||||||
|
"wrapped_2025": "Wrapped 2025",
|
||||||
|
"view_my_wrapped_button": "Wrapped 2025 megtekintése",
|
||||||
|
"view_wrapped_button": "{{displayName}} Wrapped 2025 megtekintése"
|
||||||
},
|
},
|
||||||
"library": {
|
"library": {
|
||||||
"library": "Könyvtár",
|
"library": "Könyvtár",
|
||||||
@@ -738,7 +758,7 @@
|
|||||||
"amount_minutes": "{{amount}} perc",
|
"amount_minutes": "{{amount}} perc",
|
||||||
"amount_hours_short": "{{amount}}ó",
|
"amount_hours_short": "{{amount}}ó",
|
||||||
"amount_minutes_short": "{{amount}}p",
|
"amount_minutes_short": "{{amount}}p",
|
||||||
"manual_playtime_tooltip": "Ez a játszottidő manuálisan lett frissítve",
|
"manual_playtime_tooltip": "Ez a játékidő manuálisan lett frissítve",
|
||||||
"all_games": "Összes Játék",
|
"all_games": "Összes Játék",
|
||||||
"recently_played": "Nemrég Játszva",
|
"recently_played": "Nemrég Játszva",
|
||||||
"favorites": "Kedvencek"
|
"favorites": "Kedvencek"
|
||||||
@@ -771,5 +791,41 @@
|
|||||||
"hydra_cloud_feature_found": "Épp felfedeztél egy Hydra Cloud funkciót!",
|
"hydra_cloud_feature_found": "Épp felfedeztél egy Hydra Cloud funkciót!",
|
||||||
"learn_more": "Tudj meg többet",
|
"learn_more": "Tudj meg többet",
|
||||||
"debrid_description": "Akár 4x gyorsabb letöltés a Nimbusszal"
|
"debrid_description": "Akár 4x gyorsabb letöltés a Nimbusszal"
|
||||||
|
},
|
||||||
|
"notifications_page": {
|
||||||
|
"title": "Értesítések",
|
||||||
|
"mark_all_as_read": "Megjelölés olvasottként",
|
||||||
|
"clear_all": "Összes Törlése",
|
||||||
|
"loading": "Töltés..",
|
||||||
|
"empty_title": "Nincsenek értesítések",
|
||||||
|
"empty_description": "Már mindet láttad! Nézz vissza később az újdonságokért.",
|
||||||
|
"empty_filter_description": "Nincs értesítés ami megfelel ennek a szűrőnek.",
|
||||||
|
"filter_all": "Összes",
|
||||||
|
"filter_unread": "Olvasatlan",
|
||||||
|
"filter_friends": "Barátok",
|
||||||
|
"filter_badges": "Kitűzők",
|
||||||
|
"filter_upvotes": "Felpontok",
|
||||||
|
"filter_local": "Helyi",
|
||||||
|
"load_more": "Több betöltése",
|
||||||
|
"dismiss": "Eltüntetés",
|
||||||
|
"accept": "Elfogad",
|
||||||
|
"refuse": "Elutasít",
|
||||||
|
"notification": "Értesítés",
|
||||||
|
"friend_request_received_title": "Új barátkérelem!",
|
||||||
|
"friend_request_received_description": "{{displayName}} a barátod szeretne lenni",
|
||||||
|
"friend_request_accepted_title": "Barátkérelem elfogadva!",
|
||||||
|
"friend_request_accepted_description": "{{displayName}} elfogadta a barátkérelmed",
|
||||||
|
"badge_received_title": "Kaptál egy új kitűzőt!",
|
||||||
|
"badge_received_description": "{{badgeName}}",
|
||||||
|
"review_upvote_title": "A véleményed a(z) {{gameTitle}} játékhoz felpont-ot kapott!",
|
||||||
|
"review_upvote_description": "A véleményed {{count}} új felpontot kapott",
|
||||||
|
"marked_all_as_read": "Összes értesítés olvasottnak jelölve",
|
||||||
|
"failed_to_mark_as_read": "Az értesítések olvasottnak jelölése nem sikerült",
|
||||||
|
"cleared_all": "Összes értesítés eltüntetve",
|
||||||
|
"failed_to_clear": "Az értesítések eltüntetése nem sikerült",
|
||||||
|
"failed_to_load": "Az értesítések betöltése nem sikerült",
|
||||||
|
"failed_to_dismiss": "Értesítés eltüntetése nem sikerült",
|
||||||
|
"friend_request_accepted": "Barátfelkérés elfogadva",
|
||||||
|
"friend_request_refused": "Barátfelkérés elutasítva"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -26,6 +26,7 @@
|
|||||||
"game_has_no_executable": "Jogo não possui executável selecionado",
|
"game_has_no_executable": "Jogo não possui executável selecionado",
|
||||||
"sign_in": "Login",
|
"sign_in": "Login",
|
||||||
"friends": "Amigos",
|
"friends": "Amigos",
|
||||||
|
"notifications": "Notificações",
|
||||||
"need_help": "Precisa de ajuda?",
|
"need_help": "Precisa de ajuda?",
|
||||||
"favorites": "Favoritos",
|
"favorites": "Favoritos",
|
||||||
"playable_button_title": "Mostrar apenas jogos que você pode jogar agora",
|
"playable_button_title": "Mostrar apenas jogos que você pode jogar agora",
|
||||||
@@ -163,6 +164,7 @@
|
|||||||
"repacks_modal_description": "Escolha o repack do jogo que deseja baixar",
|
"repacks_modal_description": "Escolha o repack do jogo que deseja baixar",
|
||||||
"select_folder_hint": "Para trocar o diretório padrão, acesse a <0>Tela de Ajustes</0>",
|
"select_folder_hint": "Para trocar o diretório padrão, acesse a <0>Tela de Ajustes</0>",
|
||||||
"download_now": "Iniciar download",
|
"download_now": "Iniciar download",
|
||||||
|
"loading": "Carregando...",
|
||||||
"no_shop_details": "Não foi possível obter os detalhes da loja.",
|
"no_shop_details": "Não foi possível obter os detalhes da loja.",
|
||||||
"download_options": "Opções de download",
|
"download_options": "Opções de download",
|
||||||
"download_path": "Diretório de download",
|
"download_path": "Diretório de download",
|
||||||
@@ -368,6 +370,7 @@
|
|||||||
"show_translation": "Mostrar tradução",
|
"show_translation": "Mostrar tradução",
|
||||||
"show_original_translated_from": "Mostrar original (traduzido do {{language}})",
|
"show_original_translated_from": "Mostrar original (traduzido do {{language}})",
|
||||||
"hide_original": "Ocultar original",
|
"hide_original": "Ocultar original",
|
||||||
|
"vote_failed": "Falha ao registrar seu voto. Por favor, tente novamente.",
|
||||||
"rating_count": "Avaliação",
|
"rating_count": "Avaliação",
|
||||||
"review_from_blocked_user": "Avaliação de usuário bloqueado",
|
"review_from_blocked_user": "Avaliação de usuário bloqueado",
|
||||||
"show": "Mostrar",
|
"show": "Mostrar",
|
||||||
@@ -390,6 +393,10 @@
|
|||||||
"completed": "Concluído",
|
"completed": "Concluído",
|
||||||
"removed": "Cancelado",
|
"removed": "Cancelado",
|
||||||
"cancel": "Cancelar",
|
"cancel": "Cancelar",
|
||||||
|
"cancel_download": "Cancelar download?",
|
||||||
|
"cancel_download_description": "Tem certeza de que deseja cancelar este download? Todos os arquivos baixados serão excluídos.",
|
||||||
|
"keep_downloading": "Não, continuar baixando",
|
||||||
|
"yes_cancel": "Sim, cancelar",
|
||||||
"filter": "Filtrar jogos baixados",
|
"filter": "Filtrar jogos baixados",
|
||||||
"remove": "Remover",
|
"remove": "Remover",
|
||||||
"downloading_metadata": "Baixando metadados…",
|
"downloading_metadata": "Baixando metadados…",
|
||||||
@@ -463,6 +470,7 @@
|
|||||||
"download_sources_synced_successfully": "Fontes de download sincronizadas",
|
"download_sources_synced_successfully": "Fontes de download sincronizadas",
|
||||||
"removed_download_source": "Fonte removida",
|
"removed_download_source": "Fonte removida",
|
||||||
"removed_download_sources": "Fontes removidas",
|
"removed_download_sources": "Fontes removidas",
|
||||||
|
"removed_all_download_sources": "Todas as fontes de download removidas",
|
||||||
"cancel_button_confirmation_delete_all_sources": "Não",
|
"cancel_button_confirmation_delete_all_sources": "Não",
|
||||||
"confirm_button_confirmation_delete_all_sources": "Sim, excluir tudo",
|
"confirm_button_confirmation_delete_all_sources": "Sim, excluir tudo",
|
||||||
"title_confirmation_delete_all_sources": "Remover todas as fontes de download",
|
"title_confirmation_delete_all_sources": "Remover todas as fontes de download",
|
||||||
@@ -488,6 +496,7 @@
|
|||||||
"blocked_users": "Usuários bloqueados",
|
"blocked_users": "Usuários bloqueados",
|
||||||
"user_unblocked": "Usuário desbloqueado",
|
"user_unblocked": "Usuário desbloqueado",
|
||||||
"enable_achievement_notifications": "Quando uma conquista é desbloqueada",
|
"enable_achievement_notifications": "Quando uma conquista é desbloqueada",
|
||||||
|
"hydra_cloud": "Hydra Cloud",
|
||||||
"launch_minimized": "Iniciar o Hydra minimizado",
|
"launch_minimized": "Iniciar o Hydra minimizado",
|
||||||
"disable_nsfw_alert": "Desativar alerta de conteúdo inapropriado",
|
"disable_nsfw_alert": "Desativar alerta de conteúdo inapropriado",
|
||||||
"seed_after_download_complete": "Semear após a conclusão do download",
|
"seed_after_download_complete": "Semear após a conclusão do download",
|
||||||
@@ -550,6 +559,7 @@
|
|||||||
"show_download_speed_in_megabytes": "Exibir taxas de download em megabytes por segundo",
|
"show_download_speed_in_megabytes": "Exibir taxas de download em megabytes por segundo",
|
||||||
"extract_files_by_default": "Extrair arquivos automaticamente após o download",
|
"extract_files_by_default": "Extrair arquivos automaticamente após o download",
|
||||||
"enable_steam_achievements": "Habilitar busca por conquistas da Steam",
|
"enable_steam_achievements": "Habilitar busca por conquistas da Steam",
|
||||||
|
"enable_new_download_options_badges": "Mostrar badges de novas opções de download",
|
||||||
"enable_achievement_custom_notifications": "Habilitar notificações customizadas de conquistas",
|
"enable_achievement_custom_notifications": "Habilitar notificações customizadas de conquistas",
|
||||||
"top-left": "Superior esquerdo",
|
"top-left": "Superior esquerdo",
|
||||||
"top-center": "Superior central",
|
"top-center": "Superior central",
|
||||||
@@ -567,6 +577,9 @@
|
|||||||
"test_notification": "Testar notificação",
|
"test_notification": "Testar notificação",
|
||||||
"achievement_sound_volume": "Volume do som de conquista",
|
"achievement_sound_volume": "Volume do som de conquista",
|
||||||
"select_achievement_sound": "Selecionar som de conquista",
|
"select_achievement_sound": "Selecionar som de conquista",
|
||||||
|
"change_achievement_sound": "Alterar som de conquista",
|
||||||
|
"remove_achievement_sound": "Remover som de conquista",
|
||||||
|
"preview_sound": "Reproduzir som",
|
||||||
"select": "Selecionar",
|
"select": "Selecionar",
|
||||||
"preview": "Reproduzir",
|
"preview": "Reproduzir",
|
||||||
"remove": "Remover",
|
"remove": "Remover",
|
||||||
@@ -574,7 +587,10 @@
|
|||||||
"notification_preview": "Prévia da Notificação de Conquistas",
|
"notification_preview": "Prévia da Notificação de Conquistas",
|
||||||
"enable_friend_start_game_notifications": "Quando um amigo iniciar um jogo",
|
"enable_friend_start_game_notifications": "Quando um amigo iniciar um jogo",
|
||||||
"autoplay_trailers_on_game_page": "Reproduzir trailers automaticamente na página do jogo",
|
"autoplay_trailers_on_game_page": "Reproduzir trailers automaticamente na página do jogo",
|
||||||
"hide_to_tray_on_game_start": "Ocultar o Hydra na bandeja ao iniciar um jogo"
|
"hide_to_tray_on_game_start": "Ocultar o Hydra na bandeja ao iniciar um jogo",
|
||||||
|
"downloads": "Downloads",
|
||||||
|
"use_native_http_downloader": "Usar downloader HTTP nativo (experimental)",
|
||||||
|
"cannot_change_downloader_while_downloading": "Não é possível alterar esta configuração enquanto um download estiver em andamento"
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"download_complete": "Download concluído",
|
"download_complete": "Download concluído",
|
||||||
@@ -680,6 +696,7 @@
|
|||||||
"blocked_users": "Usuários bloqueados",
|
"blocked_users": "Usuários bloqueados",
|
||||||
"unblock": "Desbloquear",
|
"unblock": "Desbloquear",
|
||||||
"no_friends_added": "Você ainda não possui amigos adicionados",
|
"no_friends_added": "Você ainda não possui amigos adicionados",
|
||||||
|
"no_friends_yet": "Você ainda não adicionou nenhum amigo",
|
||||||
"view_all": "Ver todos",
|
"view_all": "Ver todos",
|
||||||
"load_more": "Carregar mais",
|
"load_more": "Carregar mais",
|
||||||
"loading": "Carregando",
|
"loading": "Carregando",
|
||||||
@@ -707,8 +724,15 @@
|
|||||||
"profile_reported": "Perfil reportado",
|
"profile_reported": "Perfil reportado",
|
||||||
"your_friend_code": "Seu código de amigo:",
|
"your_friend_code": "Seu código de amigo:",
|
||||||
"copy_friend_code": "Copiar código de amigo",
|
"copy_friend_code": "Copiar código de amigo",
|
||||||
|
"copied": "Copiado!",
|
||||||
"upload_banner": "Carregar banner",
|
"upload_banner": "Carregar banner",
|
||||||
"uploading_banner": "Carregando banner…",
|
"uploading_banner": "Carregando banner…",
|
||||||
|
"change_banner": "Alterar banner",
|
||||||
|
"replace_banner": "Substituir banner",
|
||||||
|
"remove_banner": "Remover banner",
|
||||||
|
"remove_banner_modal_title": "Remover banner?",
|
||||||
|
"remove_banner_confirmation": "Tem certeza de que deseja remover seu banner? Você sempre pode escolher um novo quando quiser.",
|
||||||
|
"remove": "Remover",
|
||||||
"background_image_updated": "Imagem de fundo salva",
|
"background_image_updated": "Imagem de fundo salva",
|
||||||
"stats": "Estatísticas",
|
"stats": "Estatísticas",
|
||||||
"achievements": "conquistas",
|
"achievements": "conquistas",
|
||||||
@@ -736,8 +760,6 @@
|
|||||||
"user_reviews": "Avaliações",
|
"user_reviews": "Avaliações",
|
||||||
"loading_reviews": "Carregando avaliações...",
|
"loading_reviews": "Carregando avaliações...",
|
||||||
"wrapped_2025": "Wrapped 2025",
|
"wrapped_2025": "Wrapped 2025",
|
||||||
"view_my_wrapped_button": "Ver Meu Wrapped 2025",
|
|
||||||
"view_wrapped_button": "Ver Wrapped 2025 de {{displayName}}",
|
|
||||||
"no_reviews": "Ainda não há avaliações",
|
"no_reviews": "Ainda não há avaliações",
|
||||||
"delete_review": "Excluir avaliação"
|
"delete_review": "Excluir avaliação"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -508,7 +508,7 @@
|
|||||||
"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",
|
"cloud_saving": "Progresso dos jogos na nuvem",
|
||||||
"hydra_cloud_feature_found": "Descubriste uma funcionalidade Hydra Cloud!",
|
"hydra_cloud_feature_found": "Descobriste uma funcionalidade Hydra Cloud!",
|
||||||
"learn_more": "Saber mais"
|
"learn_more": "Saber mais"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -26,6 +26,7 @@
|
|||||||
"game_has_no_executable": "Файл запуска игры не выбран",
|
"game_has_no_executable": "Файл запуска игры не выбран",
|
||||||
"sign_in": "Войти",
|
"sign_in": "Войти",
|
||||||
"friends": "Друзья",
|
"friends": "Друзья",
|
||||||
|
"notifications": "Уведомления",
|
||||||
"need_help": "Нужна помощь?",
|
"need_help": "Нужна помощь?",
|
||||||
"favorites": "Избранное",
|
"favorites": "Избранное",
|
||||||
"playable_button_title": "Показать только установленные игры.",
|
"playable_button_title": "Показать только установленные игры.",
|
||||||
@@ -115,6 +116,7 @@
|
|||||||
"downloading": "Загрузка {{title}}… ({{percentage}} завершено) - Окончание {{eta}} - {{speed}}",
|
"downloading": "Загрузка {{title}}… ({{percentage}} завершено) - Окончание {{eta}} - {{speed}}",
|
||||||
"calculating_eta": "Загрузка {{title}}… ({{percentage}} завершено) - Подсчёт оставшегося времени…",
|
"calculating_eta": "Загрузка {{title}}… ({{percentage}} завершено) - Подсчёт оставшегося времени…",
|
||||||
"checking_files": "Проверка файлов {{title}}… ({{percentage}} завершено)",
|
"checking_files": "Проверка файлов {{title}}… ({{percentage}} завершено)",
|
||||||
|
"extracting": "Распаковка {{title}}… ({{percentage}} завершено)",
|
||||||
"installing_common_redist": "{{log}}…",
|
"installing_common_redist": "{{log}}…",
|
||||||
"installation_complete": "Установка завершена",
|
"installation_complete": "Установка завершена",
|
||||||
"installation_complete_message": "Библиотеки успешно установлены"
|
"installation_complete_message": "Библиотеки успешно установлены"
|
||||||
@@ -148,7 +150,7 @@
|
|||||||
"filter": "Поиск репаков",
|
"filter": "Поиск репаков",
|
||||||
"requirements": "Системные требования",
|
"requirements": "Системные требования",
|
||||||
"minimum": "Минимальные",
|
"minimum": "Минимальные",
|
||||||
"recommended": "Рекомендуемые",
|
"recommended": "Рекомендованные",
|
||||||
"paused": "Приостановлено",
|
"paused": "Приостановлено",
|
||||||
"release_date": "Выпущено {{date}}",
|
"release_date": "Выпущено {{date}}",
|
||||||
"publisher": "Издатель {{publisher}}",
|
"publisher": "Издатель {{publisher}}",
|
||||||
@@ -173,6 +175,7 @@
|
|||||||
"repacks_modal_description": "Выберите репак для загрузки",
|
"repacks_modal_description": "Выберите репак для загрузки",
|
||||||
"select_folder_hint": "Чтобы изменить папку загрузок по умолчанию, откройте <0>Настройки</0>",
|
"select_folder_hint": "Чтобы изменить папку загрузок по умолчанию, откройте <0>Настройки</0>",
|
||||||
"download_now": "Загрузить сейчас",
|
"download_now": "Загрузить сейчас",
|
||||||
|
"loading": "Загрузка...",
|
||||||
"no_shop_details": "Не удалось получить описание",
|
"no_shop_details": "Не удалось получить описание",
|
||||||
"download_options": "Источники",
|
"download_options": "Источники",
|
||||||
"download_path": "Путь для загрузок",
|
"download_path": "Путь для загрузок",
|
||||||
@@ -186,7 +189,6 @@
|
|||||||
"downloader_not_configured": "Доступен, но не настроен",
|
"downloader_not_configured": "Доступен, но не настроен",
|
||||||
"downloader_offline": "Ссылка недоступна",
|
"downloader_offline": "Ссылка недоступна",
|
||||||
"downloader_not_available": "Недоступно",
|
"downloader_not_available": "Недоступно",
|
||||||
"recommended": "Рекомендуется",
|
|
||||||
"go_to_settings": "Перейти в настройки",
|
"go_to_settings": "Перейти в настройки",
|
||||||
"select_executable": "Выбрать",
|
"select_executable": "Выбрать",
|
||||||
"no_executable_selected": "Файл не выбран",
|
"no_executable_selected": "Файл не выбран",
|
||||||
@@ -208,6 +210,7 @@
|
|||||||
"danger_zone_section_description": "Вы можете удалить эту игру из вашей библиотеки или файлы скачанные из Hydra",
|
"danger_zone_section_description": "Вы можете удалить эту игру из вашей библиотеки или файлы скачанные из Hydra",
|
||||||
"download_in_progress": "Идёт загрузка",
|
"download_in_progress": "Идёт загрузка",
|
||||||
"download_paused": "Загрузка приостановлена",
|
"download_paused": "Загрузка приостановлена",
|
||||||
|
"extracting": "Распаковка",
|
||||||
"last_downloaded_option": "Последний вариант загрузки",
|
"last_downloaded_option": "Последний вариант загрузки",
|
||||||
"new_download_option": "Новый",
|
"new_download_option": "Новый",
|
||||||
"create_steam_shortcut": "Создать ярлык Steam",
|
"create_steam_shortcut": "Создать ярлык Steam",
|
||||||
@@ -239,11 +242,11 @@
|
|||||||
"show_more": "Показать больше",
|
"show_more": "Показать больше",
|
||||||
"show_less": "Показать меньше",
|
"show_less": "Показать меньше",
|
||||||
"reviews": "Отзывы",
|
"reviews": "Отзывы",
|
||||||
|
"review_played_for": "Играли",
|
||||||
"leave_a_review": "Оставить отзыв",
|
"leave_a_review": "Оставить отзыв",
|
||||||
"write_review_placeholder": "Поделитесь своими мыслями об этой игре...",
|
"write_review_placeholder": "Поделитесь своими мыслями об этой игре...",
|
||||||
"sort_newest": "Сначала новые",
|
"sort_newest": "Сначала новые",
|
||||||
"no_reviews_yet": "Пока нет отзывов",
|
"no_reviews_yet": "Пока нет отзывов",
|
||||||
"review_played_for": "Играли",
|
|
||||||
"be_first_to_review": "Станьте первым, кто поделится своими мыслями об этой игре!",
|
"be_first_to_review": "Станьте первым, кто поделится своими мыслями об этой игре!",
|
||||||
"sort_oldest": "Сначала старые",
|
"sort_oldest": "Сначала старые",
|
||||||
"sort_highest_score": "Высший балл",
|
"sort_highest_score": "Высший балл",
|
||||||
@@ -368,8 +371,6 @@
|
|||||||
"audio": "Аудио",
|
"audio": "Аудио",
|
||||||
"filter_by_source": "Фильтр по источнику",
|
"filter_by_source": "Фильтр по источнику",
|
||||||
"no_repacks_found": "Источники для этой игры не найдены",
|
"no_repacks_found": "Источники для этой игры не найдены",
|
||||||
"show": "Показать",
|
|
||||||
"hide": "Скрыть",
|
|
||||||
"delete_review": "Удалить отзыв",
|
"delete_review": "Удалить отзыв",
|
||||||
"remove_review": "Удалить отзыв",
|
"remove_review": "Удалить отзыв",
|
||||||
"delete_review_modal_title": "Вы уверены, что хотите удалить свой отзыв?",
|
"delete_review_modal_title": "Вы уверены, что хотите удалить свой отзыв?",
|
||||||
@@ -381,7 +382,9 @@
|
|||||||
"show_translation": "Показать перевод",
|
"show_translation": "Показать перевод",
|
||||||
"show_original_translated_from": "Показать оригинал (переведено с {{language}})",
|
"show_original_translated_from": "Показать оригинал (переведено с {{language}})",
|
||||||
"hide_original": "Скрыть оригинал",
|
"hide_original": "Скрыть оригинал",
|
||||||
"review_from_blocked_user": "Отзыв от заблокированного пользователя"
|
"review_from_blocked_user": "Отзыв от заблокированного пользователя",
|
||||||
|
"show": "Показать",
|
||||||
|
"hide": "Скрыть"
|
||||||
},
|
},
|
||||||
"activation": {
|
"activation": {
|
||||||
"title": "Активировать Hydra",
|
"title": "Активировать Hydra",
|
||||||
@@ -400,6 +403,10 @@
|
|||||||
"completed": "Завершено",
|
"completed": "Завершено",
|
||||||
"removed": "Не скачано",
|
"removed": "Не скачано",
|
||||||
"cancel": "Отмена",
|
"cancel": "Отмена",
|
||||||
|
"cancel_download": "Отменить загрузку?",
|
||||||
|
"cancel_download_description": "Вы уверены, что хотите отменить эту загрузку? Все загруженные файлы будут удалены.",
|
||||||
|
"keep_downloading": "Нет, продолжить загрузку",
|
||||||
|
"yes_cancel": "Да, отменить",
|
||||||
"filter": "Поиск загруженных игр",
|
"filter": "Поиск загруженных игр",
|
||||||
"remove": "Удалить",
|
"remove": "Удалить",
|
||||||
"downloading_metadata": "Загрузка метаданных…",
|
"downloading_metadata": "Загрузка метаданных…",
|
||||||
@@ -420,7 +427,13 @@
|
|||||||
"resume_seeding": "Продолжить раздачу",
|
"resume_seeding": "Продолжить раздачу",
|
||||||
"options": "Управлять",
|
"options": "Управлять",
|
||||||
"extract": "Распаковать файлы",
|
"extract": "Распаковать файлы",
|
||||||
"extracting": "Распаковка файлов…"
|
"extracting": "Распаковка файлов…",
|
||||||
|
"delete_archive_title": "Хотите удалить {{fileName}}?",
|
||||||
|
"delete_archive_description": "Файл был успешно распакован и больше не нужен.",
|
||||||
|
"yes": "Да",
|
||||||
|
"no": "Нет",
|
||||||
|
"network": "СЕТЬ",
|
||||||
|
"peak": "ПИК"
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"downloads_path": "Путь загрузок",
|
"downloads_path": "Путь загрузок",
|
||||||
@@ -556,6 +569,7 @@
|
|||||||
"show_download_speed_in_megabytes": "Показать скорость загрузки в мегабайтах в секунду",
|
"show_download_speed_in_megabytes": "Показать скорость загрузки в мегабайтах в секунду",
|
||||||
"extract_files_by_default": "Извлекать файлы по умолчанию после загрузки",
|
"extract_files_by_default": "Извлекать файлы по умолчанию после загрузки",
|
||||||
"enable_steam_achievements": "Включить поиск достижений Steam",
|
"enable_steam_achievements": "Включить поиск достижений Steam",
|
||||||
|
"enable_new_download_options_badges": "Показывать значки новых вариантов загрузки",
|
||||||
"achievement_custom_notification_position": "Позиция уведомлений достижений",
|
"achievement_custom_notification_position": "Позиция уведомлений достижений",
|
||||||
"top-left": "Верхний левый угол",
|
"top-left": "Верхний левый угол",
|
||||||
"top-center": "Верхний центр",
|
"top-center": "Верхний центр",
|
||||||
@@ -573,6 +587,9 @@
|
|||||||
"test_notification": "Тестовое уведомление",
|
"test_notification": "Тестовое уведомление",
|
||||||
"achievement_sound_volume": "Громкость звука достижения",
|
"achievement_sound_volume": "Громкость звука достижения",
|
||||||
"select_achievement_sound": "Выбрать звук достижения",
|
"select_achievement_sound": "Выбрать звук достижения",
|
||||||
|
"change_achievement_sound": "Изменить звук достижения",
|
||||||
|
"remove_achievement_sound": "Удалить звук достижения",
|
||||||
|
"preview_sound": "Предпросмотр звука",
|
||||||
"select": "Выбрать",
|
"select": "Выбрать",
|
||||||
"preview": "Предпросмотр",
|
"preview": "Предпросмотр",
|
||||||
"remove": "Удалить",
|
"remove": "Удалить",
|
||||||
@@ -580,7 +597,10 @@
|
|||||||
"notification_preview": "Предварительный просмотр уведомления о достижении",
|
"notification_preview": "Предварительный просмотр уведомления о достижении",
|
||||||
"enable_friend_start_game_notifications": "Когда друг начинает играть в игру",
|
"enable_friend_start_game_notifications": "Когда друг начинает играть в игру",
|
||||||
"autoplay_trailers_on_game_page": "Автоматически начинать воспроизведение трейлеров на странице игры",
|
"autoplay_trailers_on_game_page": "Автоматически начинать воспроизведение трейлеров на странице игры",
|
||||||
"hide_to_tray_on_game_start": "Скрывать Hydra в трей при запуске игры"
|
"hide_to_tray_on_game_start": "Скрывать Hydra в трей при запуске игры",
|
||||||
|
"downloads": "Загрузки",
|
||||||
|
"use_native_http_downloader": "Использовать встроенный HTTP-загрузчик (экспериментально)",
|
||||||
|
"cannot_change_downloader_while_downloading": "Нельзя изменить эту настройку во время загрузки"
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"download_complete": "Загрузка завершена",
|
"download_complete": "Загрузка завершена",
|
||||||
@@ -675,6 +695,7 @@
|
|||||||
"blocked_users": "Заблокированные пользователи",
|
"blocked_users": "Заблокированные пользователи",
|
||||||
"unblock": "Разблокировать",
|
"unblock": "Разблокировать",
|
||||||
"no_friends_added": "Вы ещё не добавили ни одного друга",
|
"no_friends_added": "Вы ещё не добавили ни одного друга",
|
||||||
|
"no_friends_yet": "Вы ещё не добавили ни одного друга",
|
||||||
"view_all": "Показать все",
|
"view_all": "Показать все",
|
||||||
"load_more": "Загрузить еще",
|
"load_more": "Загрузить еще",
|
||||||
"loading": "Загрузка",
|
"loading": "Загрузка",
|
||||||
@@ -700,10 +721,17 @@
|
|||||||
"report_reason_spam": "Спам",
|
"report_reason_spam": "Спам",
|
||||||
"report_reason_other": "Другое",
|
"report_reason_other": "Другое",
|
||||||
"profile_reported": "Жалоба на профиль отправлена",
|
"profile_reported": "Жалоба на профиль отправлена",
|
||||||
"your_friend_code": "Код вашего друга:",
|
"your_friend_code": "Ваш код друга:",
|
||||||
"copy_friend_code": "Копировать код друга",
|
"copy_friend_code": "Копировать код друга",
|
||||||
|
"copied": "Скопировано!",
|
||||||
"upload_banner": "Загрузить баннер",
|
"upload_banner": "Загрузить баннер",
|
||||||
"uploading_banner": "Загрузка баннера...",
|
"uploading_banner": "Загрузка баннера...",
|
||||||
|
"change_banner": "Изменить баннер",
|
||||||
|
"replace_banner": "Заменить баннер",
|
||||||
|
"remove_banner": "Удалить баннер",
|
||||||
|
"remove_banner_modal_title": "Удалить баннер?",
|
||||||
|
"remove_banner_confirmation": "Вы уверены, что хотите удалить свой баннер? Вы всегда можете выбрать новый, когда захотите.",
|
||||||
|
"remove": "Удалить",
|
||||||
"background_image_updated": "Фоновое изображение обновлено",
|
"background_image_updated": "Фоновое изображение обновлено",
|
||||||
"stats": "Статистика",
|
"stats": "Статистика",
|
||||||
"achievements": "Достижения",
|
"achievements": "Достижения",
|
||||||
@@ -722,12 +750,30 @@
|
|||||||
"karma": "Карма",
|
"karma": "Карма",
|
||||||
"karma_count": "карма",
|
"karma_count": "карма",
|
||||||
"user_reviews": "Отзывы",
|
"user_reviews": "Отзывы",
|
||||||
|
"delete_review": "Удалить отзыв",
|
||||||
"loading_reviews": "Загрузка отзывов...",
|
"loading_reviews": "Загрузка отзывов...",
|
||||||
"wrapped_2025": "Wrapped 2025",
|
"wrapped_2025": "Wrapped 2025"
|
||||||
"view_my_wrapped_button": "Просмотреть мой Wrapped 2025",
|
},
|
||||||
"view_wrapped_button": "Просмотреть Wrapped 2025 {{displayName}}",
|
"library": {
|
||||||
"no_reviews": "Пока нет отзывов",
|
"library": "Библиотека",
|
||||||
"delete_review": "Удалить отзыв"
|
"play": "Играть",
|
||||||
|
"download": "Скачать",
|
||||||
|
"downloading": "Скачивание",
|
||||||
|
"game": "игра",
|
||||||
|
"games": "игры",
|
||||||
|
"grid_view": "Вид сетки",
|
||||||
|
"compact_view": "Компактный вид",
|
||||||
|
"large_view": "Большой вид",
|
||||||
|
"no_games_title": "Ваша библиотека пуста",
|
||||||
|
"no_games_description": "Добавьте игры из каталога или скачайте их, чтобы начать",
|
||||||
|
"amount_hours": "{{amount}} часов",
|
||||||
|
"amount_minutes": "{{amount}} минут",
|
||||||
|
"amount_hours_short": "{{amount}}ч",
|
||||||
|
"amount_minutes_short": "{{amount}}м",
|
||||||
|
"manual_playtime_tooltip": "Время игры было обновлено вручную",
|
||||||
|
"all_games": "Все игры",
|
||||||
|
"recently_played": "Недавно сыгранные",
|
||||||
|
"favorites": "Избранное"
|
||||||
},
|
},
|
||||||
"achievement": {
|
"achievement": {
|
||||||
"achievement_unlocked": "Достижение разблокировано",
|
"achievement_unlocked": "Достижение разблокировано",
|
||||||
@@ -758,27 +804,6 @@
|
|||||||
"learn_more": "Подробнее",
|
"learn_more": "Подробнее",
|
||||||
"debrid_description": "Скачивайте в 4 раза быстрее с Nimbus"
|
"debrid_description": "Скачивайте в 4 раза быстрее с Nimbus"
|
||||||
},
|
},
|
||||||
"library": {
|
|
||||||
"library": "Библиотека",
|
|
||||||
"play": "Играть",
|
|
||||||
"download": "Скачать",
|
|
||||||
"downloading": "Скачивание",
|
|
||||||
"game": "игра",
|
|
||||||
"games": "игры",
|
|
||||||
"grid_view": "Вид сетки",
|
|
||||||
"compact_view": "Компактный вид",
|
|
||||||
"large_view": "Большой вид",
|
|
||||||
"no_games_title": "Ваша библиотека пуста",
|
|
||||||
"no_games_description": "Добавьте игры из каталога или скачайте их, чтобы начать",
|
|
||||||
"amount_hours": "{{amount}} часов",
|
|
||||||
"amount_minutes": "{{amount}} минут",
|
|
||||||
"amount_hours_short": "{{amount}}ч",
|
|
||||||
"amount_minutes_short": "{{amount}}м",
|
|
||||||
"manual_playtime_tooltip": "Время игры было обновлено вручную",
|
|
||||||
"all_games": "Все игры",
|
|
||||||
"recently_played": "Недавно сыгранные",
|
|
||||||
"favorites": "Избранное"
|
|
||||||
},
|
|
||||||
"notifications_page": {
|
"notifications_page": {
|
||||||
"title": "Уведомления",
|
"title": "Уведомления",
|
||||||
"mark_all_as_read": "Отметить все как прочитанные",
|
"mark_all_as_read": "Отметить все как прочитанные",
|
||||||
|
|||||||
844
src/locales/sl/translation.json
Normal file
844
src/locales/sl/translation.json
Normal file
@@ -0,0 +1,844 @@
|
|||||||
|
{
|
||||||
|
"language_name": "Slovenščina",
|
||||||
|
"app": {
|
||||||
|
"successfully_signed_in": "Uspešno ste se prijavili"
|
||||||
|
},
|
||||||
|
"home": {
|
||||||
|
"surprise_me": "Preseneti me",
|
||||||
|
"no_results": "Ni najdenih rezultatov",
|
||||||
|
"start_typing": "Začnite tipkati za iskanje...",
|
||||||
|
"hot": "Trenutno vroče",
|
||||||
|
"weekly": "📅 Najboljše igre tedna",
|
||||||
|
"achievements": "🏆 Igre za premagati"
|
||||||
|
},
|
||||||
|
"sidebar": {
|
||||||
|
"catalogue": "Katalog",
|
||||||
|
"library": "Knjižnica",
|
||||||
|
"downloads": "Prenosi",
|
||||||
|
"settings": "Nastavitve",
|
||||||
|
"my_library": "Moja knjižnica",
|
||||||
|
"downloading_metadata": "{{title}} (Prenos metapodatkov…)",
|
||||||
|
"paused": "{{title}} (V premoru)",
|
||||||
|
"downloading": "{{title}} ({{percentage}} - Prenos…)",
|
||||||
|
"filter": "Filtriraj knjižnico",
|
||||||
|
"home": "Domov",
|
||||||
|
"queued": "{{title}} (V čakalni vrsti)",
|
||||||
|
"game_has_no_executable": "Igra nima izbrane izvršljive datoteke",
|
||||||
|
"sign_in": "Prijavite se",
|
||||||
|
"friends": "Prijatelji",
|
||||||
|
"notifications": "Obvestila",
|
||||||
|
"need_help": "Potrebujete pomoč?",
|
||||||
|
"favorites": "Priljubljene",
|
||||||
|
"playable_button_title": "Pokaži le igre, ki jih lahko igrate zdaj",
|
||||||
|
"add_custom_game_tooltip": "Dodaj igro po meri",
|
||||||
|
"show_playable_only_tooltip": "Pokaži samo igrljive",
|
||||||
|
"custom_game_modal": "Dodaj igro po meri",
|
||||||
|
"custom_game_modal_description": "Dodajte igro po meri v vašo knjižnico z izbiro izvršljive datoteke",
|
||||||
|
"custom_game_modal_executable_path": "Pot do izvršljive datoteke",
|
||||||
|
"custom_game_modal_select_executable": "Izberite izvršljivo datoteko",
|
||||||
|
"custom_game_modal_title": "Naslov",
|
||||||
|
"custom_game_modal_enter_title": "Vnesite naslov",
|
||||||
|
"custom_game_modal_browse": "Brskaj",
|
||||||
|
"custom_game_modal_cancel": "Prekliči",
|
||||||
|
"custom_game_modal_add": "Dodaj igro",
|
||||||
|
"custom_game_modal_adding": "Dodajanje igre...",
|
||||||
|
"custom_game_modal_success": "Igra po meri je bila uspešno dodana",
|
||||||
|
"custom_game_modal_failed": "Dodajanje igre po meri ni uspelo",
|
||||||
|
"custom_game_modal_executable": "Izvršljiva datoteka",
|
||||||
|
"edit_game_modal": "Prilagodi sredstva",
|
||||||
|
"edit_game_modal_description": "Prilagodite sredstva in podrobnosti igre",
|
||||||
|
"edit_game_modal_title": "Naslov",
|
||||||
|
"edit_game_modal_enter_title": "Vnesite naslov",
|
||||||
|
"edit_game_modal_image": "Slika",
|
||||||
|
"edit_game_modal_select_image": "Izberite sliko",
|
||||||
|
"edit_game_modal_browse": "Brskaj",
|
||||||
|
"edit_game_modal_image_preview": "Predogled slike",
|
||||||
|
"edit_game_modal_icon": "Ikona",
|
||||||
|
"edit_game_modal_select_icon": "Izberite ikono",
|
||||||
|
"edit_game_modal_icon_preview": "Predogled ikone",
|
||||||
|
"edit_game_modal_logo": "Logotip",
|
||||||
|
"edit_game_modal_select_logo": "Izberite logotip",
|
||||||
|
"edit_game_modal_logo_preview": "Predogled logotipa",
|
||||||
|
"edit_game_modal_hero": "Hero knjižnice",
|
||||||
|
"edit_game_modal_select_hero": "Izberite sliko hero knjižnice",
|
||||||
|
"edit_game_modal_hero_preview": "Predogled hero slike knjižnice",
|
||||||
|
"edit_game_modal_cancel": "Prekliči",
|
||||||
|
"edit_game_modal_update": "Posodobi",
|
||||||
|
"edit_game_modal_updating": "Posodabljanje...",
|
||||||
|
"edit_game_modal_fill_required": "Prosimo, izpolnite vsa obvezna polja",
|
||||||
|
"edit_game_modal_success": "Sredstva so bila uspešno posodobljena",
|
||||||
|
"edit_game_modal_failed": "Posodabljanje sredstev ni uspelo",
|
||||||
|
"edit_game_modal_image_filter": "Slika",
|
||||||
|
"edit_game_modal_icon_resolution": "Priporočena resolucija: 256x256px",
|
||||||
|
"edit_game_modal_logo_resolution": "Priporočena resolucija: 640x360px",
|
||||||
|
"edit_game_modal_hero_resolution": "Priporočena resolucija: 1920x620px",
|
||||||
|
"edit_game_modal_assets": "Sredstva",
|
||||||
|
"edit_game_modal_drop_icon_image_here": "Spustite ikono tukaj",
|
||||||
|
"edit_game_modal_drop_logo_image_here": "Spustite logotip tukaj",
|
||||||
|
"edit_game_modal_drop_hero_image_here": "Spustite hero sliko tukaj",
|
||||||
|
"edit_game_modal_drop_to_replace_icon": "Spustite za zamenjavo ikone",
|
||||||
|
"edit_game_modal_drop_to_replace_logo": "Spustite za zamenjavo logotipa",
|
||||||
|
"edit_game_modal_drop_to_replace_hero": "Spustite za zamenjavo hero slike",
|
||||||
|
"install_decky_plugin": "Namesti Decky vtičnik",
|
||||||
|
"update_decky_plugin": "Posodobi Decky vtičnik",
|
||||||
|
"decky_plugin_installed_version": "Decky vtičnik (v{{version}})",
|
||||||
|
"install_decky_plugin_title": "Namesti Hydra Decky vtičnik",
|
||||||
|
"install_decky_plugin_message": "To bo preneslo in namestilo Hydra vtičnik za Decky Loader. To lahko zahteva povišane pravice. Nadaljujem?",
|
||||||
|
"update_decky_plugin_title": "Posodobi Hydra Decky vtičnik",
|
||||||
|
"update_decky_plugin_message": "Na voljo je nova različica Hydra Decky vtičnika. Ali želite posodobiti zdaj?",
|
||||||
|
"decky_plugin_installed": "Decky vtičnik v{{version}} je bil uspešno nameščen",
|
||||||
|
"decky_plugin_installation_failed": "Namestitev Decky vtičnika ni uspela: {{error}}",
|
||||||
|
"decky_plugin_installation_error": "Napaka pri nameščanju Decky vtičnika: {{error}}",
|
||||||
|
"confirm": "Potrdi",
|
||||||
|
"cancel": "Prekliči"
|
||||||
|
},
|
||||||
|
"header": {
|
||||||
|
"search": "Išči igre",
|
||||||
|
"search_library": "Išči v knjižnici",
|
||||||
|
"recent_searches": "Nedavna iskanja",
|
||||||
|
"suggestions": "Predlogi",
|
||||||
|
"clear_history": "Počisti",
|
||||||
|
"remove_from_history": "Odstrani iz zgodovine",
|
||||||
|
"loading": "Nalaganje...",
|
||||||
|
"no_results": "Ni rezultatov",
|
||||||
|
"home": "Domov",
|
||||||
|
"catalogue": "Katalog",
|
||||||
|
"library": "Knjižnica",
|
||||||
|
"downloads": "Prenosi",
|
||||||
|
"search_results": "Rezultati iskanja",
|
||||||
|
"settings": "Nastavitve",
|
||||||
|
"version_available_install": "Različica {{version}} je na voljo. Kliknite tukaj za ponovni zagon in namestitev.",
|
||||||
|
"version_available_download": "Različica {{version}} je na voljo. Kliknite tukaj za prenos."
|
||||||
|
},
|
||||||
|
"bottom_panel": {
|
||||||
|
"no_downloads_in_progress": "Ni prenosa v teku",
|
||||||
|
"downloading_metadata": "Prenos metapodatkov {{title}}…",
|
||||||
|
"downloading": "Prenos {{title}}… ({{percentage}} končano) - Čas {{eta}} - {{speed}}",
|
||||||
|
"calculating_eta": "Prenos {{title}}… ({{percentage}} končano) - Izračun preostalega časa…",
|
||||||
|
"checking_files": "Preverjanje datotek {{title}}… ({{percentage}} končano)",
|
||||||
|
"extracting": "Razpakiranje {{title}}… ({{percentage}} končano)",
|
||||||
|
"installing_common_redist": "{{log}}…",
|
||||||
|
"installation_complete": "Namestitev zaključena",
|
||||||
|
"installation_complete_message": "Skupni redistributables so bili uspešno nameščeni"
|
||||||
|
},
|
||||||
|
"catalogue": {
|
||||||
|
"search": "Filtriraj…",
|
||||||
|
"developers": "Razvijalci",
|
||||||
|
"genres": "Žanri",
|
||||||
|
"tags": "Oznake",
|
||||||
|
"publishers": "Izdajatelji",
|
||||||
|
"download_sources": "Viri prenosa",
|
||||||
|
"result_count": "{{resultCount}} rezultatov",
|
||||||
|
"filter_count": "{{filterCount}} na voljo",
|
||||||
|
"clear_filters": "Počisti {{filterCount}} izbranih"
|
||||||
|
},
|
||||||
|
"game_details": {
|
||||||
|
"open_download_options": "Odpri možnosti prenosa",
|
||||||
|
"download_options_zero": "Ni možnosti prenosa",
|
||||||
|
"download_options_one": "{{count}} možnost prenosa",
|
||||||
|
"download_options_other": "{{count}} možnosti prenosa",
|
||||||
|
"updated_at": "Posodobljeno {{updated_at}}",
|
||||||
|
"install": "Namesti",
|
||||||
|
"resume": "Nadaljuj",
|
||||||
|
"pause": "Premor",
|
||||||
|
"cancel": "Prekliči",
|
||||||
|
"remove": "Odstrani",
|
||||||
|
"space_left_on_disk": "{{space}} prosto na disku",
|
||||||
|
"eta": "Zaključek {{eta}}",
|
||||||
|
"calculating_eta": "Izračun preostalega časa…",
|
||||||
|
"downloading_metadata": "Prenos metapodatkov…",
|
||||||
|
"filter": "Filtriraj repake",
|
||||||
|
"requirements": "Sistemske zahteve",
|
||||||
|
"minimum": "Minimum",
|
||||||
|
"recommended": "Priporočeno",
|
||||||
|
"paused": "V premoru",
|
||||||
|
"release_date": "Izid dne {{date}}",
|
||||||
|
"publisher": "Objavljeno s strani {{publisher}}",
|
||||||
|
"hours": "ur",
|
||||||
|
"minutes": "minut",
|
||||||
|
"amount_hours": "{{amount}} ur",
|
||||||
|
"amount_minutes": "{{amount}} minut",
|
||||||
|
"accuracy": "{{accuracy}}% natančnost",
|
||||||
|
"add_to_library": "Dodaj v knjižnico",
|
||||||
|
"already_in_library": "Že v knjižnici",
|
||||||
|
"remove_from_library": "Odstrani iz knjižnice",
|
||||||
|
"no_downloads": "Ni razpoložljivih prenosov",
|
||||||
|
"play_time": "Odigrano {{amount}}",
|
||||||
|
"last_time_played": "Nazadnje igrano {{period}}",
|
||||||
|
"not_played_yet": "Še niste igrali {{title}}",
|
||||||
|
"next_suggestion": "Naslednji predlog",
|
||||||
|
"play": "Igraj",
|
||||||
|
"deleting": "Brisanje namestitvenega programa…",
|
||||||
|
"close": "Zapri",
|
||||||
|
"playing_now": "Trenutno igranje",
|
||||||
|
"change": "Spremeni",
|
||||||
|
"repacks_modal_description": "Izberite repak, ki ga želite prenesti",
|
||||||
|
"select_folder_hint": "Za spremembo privzete mape pojdite v <0>Nastavitve</0>",
|
||||||
|
"download_now": "Prenesi zdaj",
|
||||||
|
"loading": "Nalaganje...",
|
||||||
|
"no_shop_details": "Podatkov o trgovini ni bilo mogoče pridobiti.",
|
||||||
|
"download_options": "Možnosti prenosa",
|
||||||
|
"download_path": "Pot prenosa",
|
||||||
|
"previous_screenshot": "Prejšnji posnetek zaslona",
|
||||||
|
"next_screenshot": "Naslednji posnetek zaslona",
|
||||||
|
"screenshot": "Posnetek zaslona {{number}}",
|
||||||
|
"open_screenshot": "Odpri posnetek zaslona {{number}}",
|
||||||
|
"download_settings": "Nastavitve prenosa",
|
||||||
|
"downloader": "Prenosnik",
|
||||||
|
"downloader_online": "Spletno",
|
||||||
|
"downloader_not_configured": "Na voljo, vendar ni nastavljeno",
|
||||||
|
"downloader_offline": "Povezava je brez povezave",
|
||||||
|
"downloader_not_available": "Ni na voljo",
|
||||||
|
"recommended": "Priporočeno",
|
||||||
|
"go_to_settings": "Pojdi v nastavitve",
|
||||||
|
"select_executable": "Izberi",
|
||||||
|
"no_executable_selected": "Ni izbrane izvršljive datoteke",
|
||||||
|
"open_folder": "Odpri mapo",
|
||||||
|
"open_download_location": "Poglej prenesene datoteke",
|
||||||
|
"create_shortcut": "Ustvari bližnjico na namizju",
|
||||||
|
"create_shortcut_simple": "Ustvari bližnjico",
|
||||||
|
"clear": "Počisti",
|
||||||
|
"remove_files": "Odstrani datoteke",
|
||||||
|
"remove_from_library_title": "Ali ste prepričani?",
|
||||||
|
"remove_from_library_description": "To bo odstranilo {{game}} iz vaše knjižnice",
|
||||||
|
"options": "Možnosti",
|
||||||
|
"properties": "Lastnosti",
|
||||||
|
"executable_section_title": "Izvršljiva datoteka",
|
||||||
|
"executable_section_description": "Pot do datoteke, ki se bo izvedla ob kliku na \"Igraj\"",
|
||||||
|
"downloads_section_title": "Prenosi",
|
||||||
|
"downloads_section_description": "Preverite posodobitve ali druge različice te igre",
|
||||||
|
"danger_zone_section_title": "Nevarno območje",
|
||||||
|
"danger_zone_section_description": "Odstranite to igro iz knjižnice ali datoteke, ki jih je prenesel Hydra",
|
||||||
|
"download_in_progress": "Prenos v teku",
|
||||||
|
"download_paused": "Prenos v premoru",
|
||||||
|
"extracting": "Razpakiranje",
|
||||||
|
"last_downloaded_option": "Zadnja prenesena možnost",
|
||||||
|
"new_download_option": "Novo",
|
||||||
|
"create_steam_shortcut": "Ustvari Steam bližnjico",
|
||||||
|
"create_shortcut_success": "Bližnjica je bila uspešno ustvarjena",
|
||||||
|
"you_might_need_to_restart_steam": "Morda boste morali ponovno zagnati Steam, da vidite spremembe",
|
||||||
|
"create_shortcut_error": "Napaka pri ustvarjanju bližnjice",
|
||||||
|
"add_to_favorites": "Dodaj med priljubljene",
|
||||||
|
"remove_from_favorites": "Odstrani iz priljubljenih",
|
||||||
|
"failed_update_favorites": "Posodabljanje priljubljenih ni uspelo",
|
||||||
|
"game_removed_from_library": "Igra odstranjena iz knjižnice",
|
||||||
|
"failed_remove_from_library": "Odstranjevanje iz knjižnice ni uspelo",
|
||||||
|
"files_removed_success": "Datoteke so bile uspešno odstranjene",
|
||||||
|
"failed_remove_files": "Odstranjevanje datotek ni uspelo",
|
||||||
|
"nsfw_content_title": "Ta igra vsebuje neprimerno vsebino",
|
||||||
|
"nsfw_content_description": "{{title}} vsebuje vsebino, ki morda ni primerna za vse starosti. Ali ste prepričani, da želite nadaljevati?",
|
||||||
|
"allow_nsfw_content": "Nadaljuj",
|
||||||
|
"refuse_nsfw_content": "Nazaj",
|
||||||
|
"stats": "Statistika",
|
||||||
|
"download_count": "Prenosi",
|
||||||
|
"player_count": "Aktivni igralci",
|
||||||
|
"rating_count": "Ocena",
|
||||||
|
"download_error": "Ta možnost prenosa ni na voljo",
|
||||||
|
"download": "Prenesi",
|
||||||
|
"executable_path_in_use": "Izvršljiva datoteka že uporablja \"{{game}}\"",
|
||||||
|
"warning": "Opozorilo:",
|
||||||
|
"hydra_needs_to_remain_open": "Za ta prenos mora Hydra ostati odprta, dokler ni končana. Če se Hydra zapre pred končanim prenosom, boste izgubili napredek.",
|
||||||
|
"achievements": "Dosežki",
|
||||||
|
"achievements_count": "Dosežki {{unlockedCount}}/{{achievementsCount}}",
|
||||||
|
"show_more": "Pokaži več",
|
||||||
|
"show_less": "Pokaži manj",
|
||||||
|
"reviews": "Mnenja",
|
||||||
|
"review_played_for": "Odigrano za",
|
||||||
|
"leave_a_review": "Oddajte mnenje",
|
||||||
|
"write_review_placeholder": "Delite svoje misli o tej igri...",
|
||||||
|
"sort_newest": "Najnovejše",
|
||||||
|
"no_reviews_yet": "Ni še mnenj",
|
||||||
|
"be_first_to_review": "Bodite prvi, ki delite svoje misli o tej igri!",
|
||||||
|
"sort_oldest": "Najstarejše",
|
||||||
|
"sort_highest_score": "Najvišja ocena",
|
||||||
|
"sort_lowest_score": "Najnižja ocena",
|
||||||
|
"sort_most_voted": "Največ glasov",
|
||||||
|
"rating": "Ocena",
|
||||||
|
"rating_stats": "Ocena",
|
||||||
|
"rating_very_negative": "Zelo negativno",
|
||||||
|
"rating_negative": "Negativno",
|
||||||
|
"rating_neutral": "Nevtralno",
|
||||||
|
"rating_positive": "Pozitivno",
|
||||||
|
"rating_very_positive": "Zelo pozitivno",
|
||||||
|
"submit_review": "Pošlji",
|
||||||
|
"submitting": "Pošiljanje...",
|
||||||
|
"review_submitted_successfully": "Mnenje je bilo uspešno poslano!",
|
||||||
|
"review_submission_failed": "Pošiljanje mnenja ni uspelo. Prosimo, poskusite znova.",
|
||||||
|
"review_cannot_be_empty": "Polje mnenja ne sme biti prazno.",
|
||||||
|
"review_deleted_successfully": "Mnenje je bilo uspešno izbrisano.",
|
||||||
|
"review_deletion_failed": "Brisanje mnenja ni uspelo. Prosimo, poskusite znova.",
|
||||||
|
"loading_reviews": "Nalagam mnenja...",
|
||||||
|
"loading_more_reviews": "Nalagam več mnenj...",
|
||||||
|
"load_more_reviews": "Naloži več mnenj",
|
||||||
|
"you_seemed_to_enjoy_this_game": "Zdi se, da uživate v tej igri",
|
||||||
|
"would_you_recommend_this_game": "Bi radi oddali mnenje o tej igri?",
|
||||||
|
"yes": "Da",
|
||||||
|
"maybe_later": "Mogoče kasneje",
|
||||||
|
"cloud_save": "Shranjevanje v oblaku",
|
||||||
|
"cloud_save_description": "Shranjujte napredek v oblak in nadaljujte igranje na katerikoli napravi",
|
||||||
|
"backups": "Varnostne kopije",
|
||||||
|
"install_backup": "Namesti",
|
||||||
|
"delete_backup": "Izbriši",
|
||||||
|
"create_backup": "Nova varnostna kopija",
|
||||||
|
"last_backup_date": "Zadnja varnostna kopija {{date}}",
|
||||||
|
"no_backup_preview": "Ni shranjenih iger za ta naslov",
|
||||||
|
"restoring_backup": "Obnavljanje varnostne kopije ({{progress}} končano)…",
|
||||||
|
"uploading_backup": "Nalaganje varnostne kopije…",
|
||||||
|
"no_backups": "Za to igro še niste ustvarili varnostnih kopij",
|
||||||
|
"backup_uploaded": "Varnostna kopija naložena",
|
||||||
|
"backup_failed": "Varnostna kopija ni uspela",
|
||||||
|
"backup_deleted": "Varnostna kopija izbrisana",
|
||||||
|
"backup_restored": "Varnostna kopija obnovljena",
|
||||||
|
"see_all_achievements": "Poglej vse dosežke",
|
||||||
|
"sign_in_to_see_achievements": "Prijavite se za ogled dosežkov",
|
||||||
|
"mapping_method_automatic": "Samodejno",
|
||||||
|
"mapping_method_manual": "Ročno",
|
||||||
|
"mapping_method_label": "Način mapiranja",
|
||||||
|
"files_automatically_mapped": "Datoteke so samodejno preslikane",
|
||||||
|
"no_backups_created": "Za to igro ni ustvarjenih varnostnih kopij",
|
||||||
|
"manage_files": "Upravljaj datoteke",
|
||||||
|
"loading_save_preview": "Iskanje shranjenih iger…",
|
||||||
|
"wine_prefix": "Wine predpona",
|
||||||
|
"wine_prefix_description": "Wine predpona, uporabljena za zagon te igre",
|
||||||
|
"launch_options": "Možnosti zagona",
|
||||||
|
"launch_options_description": "Napredni uporabniki lahko vpišejo spremembe v možnosti zagona (eksperimentalna funkcija)",
|
||||||
|
"launch_options_placeholder": "Ni določenega parametra",
|
||||||
|
"no_download_option_info": "Ni razpoložljivih informacij",
|
||||||
|
"backup_deletion_failed": "Brisanje varnostne kopije ni uspelo",
|
||||||
|
"max_number_of_artifacts_reached": "Doseženo je največje število varnostnih kopij za to igro",
|
||||||
|
"achievements_not_sync": "Oglejte si, kako sinhronizirati svoje dosežke",
|
||||||
|
"manage_files_description": "Upravljajte, katere datoteke bodo varnostno kopirane in obnovljene",
|
||||||
|
"select_folder": "Izberite mapo",
|
||||||
|
"backup_from": "Varnostna kopija od {{date}}",
|
||||||
|
"automatic_backup_from": "Samodejna varnostna kopija od {{date}}",
|
||||||
|
"enable_automatic_cloud_sync": "Omogoči samodejno sinhronizacijo v oblaku",
|
||||||
|
"custom_backup_location_set": "Nastavljena je po meri lokacija varnostne kopije",
|
||||||
|
"no_directory_selected": "Ni izbrane mape",
|
||||||
|
"no_write_permission": "V to mapo ni mogoče prenesti. Kliknite tukaj za več informacij.",
|
||||||
|
"reset_achievements": "Ponastavi dosežke",
|
||||||
|
"reset_achievements_description": "To bo ponastavilo vse dosežke za {{game}}",
|
||||||
|
"reset_achievements_title": "Ali ste prepričani?",
|
||||||
|
"reset_achievements_success": "Dosežki so bili uspešno ponastavljeni",
|
||||||
|
"reset_achievements_error": "Ponastavitev dosežkov ni uspela",
|
||||||
|
"download_error_gofile_quota_exceeded": "Presegli ste mesečno kvoto Gofile. Prosimo, počakajte, da se kvota ponastavi.",
|
||||||
|
"download_error_real_debrid_account_not_authorized": "Vaš račun Real-Debrid ni pooblaščen za nove prenose. Preverite nastavitve računa in poskusite znova.",
|
||||||
|
"download_error_not_cached_on_real_debrid": "Ta prenos ni na voljo v Real-Debrid in preverjanje statusa prenosa iz Real-Debrid še ni na voljo.",
|
||||||
|
"update_playtime_title": "Posodobi čas igranja",
|
||||||
|
"update_playtime_description": "Ročno posodobite čas igranja za {{game}}",
|
||||||
|
"update_playtime": "Posodobi čas igranja",
|
||||||
|
"update_playtime_success": "Čas igranja je bil uspešno posodobljen",
|
||||||
|
"update_playtime_error": "Posodabljanje časa igranja ni uspelo",
|
||||||
|
"update_game_playtime": "Posodobi čas igranja igre",
|
||||||
|
"manual_playtime_warning": "Vaše ure bodo označene kot ročno posodobljene, tega ni mogoče razveljaviti.",
|
||||||
|
"manual_playtime_tooltip": "Ta čas igranja je bil ročno posodobljen",
|
||||||
|
"download_error_not_cached_on_torbox": "Ta prenos ni na voljo v TorBox in preverjanje statusa prenosa iz TorBox še ni na voljo.",
|
||||||
|
"download_error_not_cached_on_hydra": "Ta prenos ni na voljo v Nimbus.",
|
||||||
|
"game_removed_from_favorites": "Igra odstranjena iz priljubljenih",
|
||||||
|
"game_added_to_favorites": "Igra dodana med priljubljene",
|
||||||
|
"game_removed_from_pinned": "Igra odstranjena iz pripetih",
|
||||||
|
"game_added_to_pinned": "Igra pripeta",
|
||||||
|
"automatically_extract_downloaded_files": "Samodejno razpakiraj prenesene datoteke",
|
||||||
|
"create_start_menu_shortcut": "Ustvari bližnjico v Start meniju",
|
||||||
|
"invalid_wine_prefix_path": "Neveljavna pot Wine predpone",
|
||||||
|
"invalid_wine_prefix_path_description": "Pot do Wine predpone je neveljavna. Preverite pot in poskusite znova.",
|
||||||
|
"missing_wine_prefix": "Wine predpona je potrebna za ustvarjanje varnostne kopije na Linuxu",
|
||||||
|
"artifact_renamed": "Varnostna kopija je bila uspešno preimenovana",
|
||||||
|
"rename_artifact": "Preimenuj varnostno kopijo",
|
||||||
|
"rename_artifact_description": "Preimenujte varnostno kopijo v bolj opisno ime",
|
||||||
|
"artifact_name_label": "Ime varnostne kopije",
|
||||||
|
"artifact_name_placeholder": "Vnesite ime varnostne kopije",
|
||||||
|
"save_changes": "Shrani spremembe",
|
||||||
|
"required_field": "To polje je obvezno",
|
||||||
|
"max_length_field": "To polje mora biti krajše od {{length}} znakov",
|
||||||
|
"freeze_backup": "Pripni, da jo samodejne varnostne kopije ne prepišejo",
|
||||||
|
"unfreeze_backup": "Odpni",
|
||||||
|
"backup_frozen": "Varnostna kopija je pripeta",
|
||||||
|
"backup_unfrozen": "Varnostna kopija je odprijeta",
|
||||||
|
"backup_freeze_failed": "Pripenjanje varnostne kopije ni uspelo",
|
||||||
|
"backup_freeze_failed_description": "Morate pustiti vsaj en prost prostor za samodejne varnostne kopije",
|
||||||
|
"edit_game_modal_button": "Prilagodi sredstva igre",
|
||||||
|
"game_details": "Podrobnosti igre",
|
||||||
|
"currency_symbol": "$",
|
||||||
|
"currency_country": "us",
|
||||||
|
"prices": "Cene",
|
||||||
|
"no_prices_found": "Ni najdenih cen",
|
||||||
|
"view_all_prices": "Kliknite za ogled vseh cen",
|
||||||
|
"retail_price": "Maloprodajna cena",
|
||||||
|
"keyshop_price": "Cena v trgovini s ključki",
|
||||||
|
"historical_retail": "Zgodovinska maloprodajna cena",
|
||||||
|
"historical_keyshop": "Zgodovinska cena v trgovini s ključki",
|
||||||
|
"language": "Jezik",
|
||||||
|
"caption": "Naslov",
|
||||||
|
"audio": "Zvok",
|
||||||
|
"filter_by_source": "Filtriraj po viru",
|
||||||
|
"no_repacks_found": "Za to igro ni najdenih virov",
|
||||||
|
"delete_review": "Izbriši mnenje",
|
||||||
|
"remove_review": "Odstrani mnenje",
|
||||||
|
"delete_review_modal_title": "Ali ste prepričani, da želite izbrisati svoje mnenje?",
|
||||||
|
"delete_review_modal_description": "Tega dejanja ni mogoče razveljaviti.",
|
||||||
|
"delete_review_modal_delete_button": "Izbriši",
|
||||||
|
"delete_review_modal_cancel_button": "Prekliči",
|
||||||
|
"vote_failed": "Glasovanja ni uspelo. Prosimo, poskusite znova.",
|
||||||
|
"show_original": "Pokaži original",
|
||||||
|
"show_translation": "Pokaži prevod",
|
||||||
|
"show_original_translated_from": "Pokaži original (prevedeno iz {{language}})",
|
||||||
|
"hide_original": "Skrij original",
|
||||||
|
"review_from_blocked_user": "Mnenje blokiranega uporabnika",
|
||||||
|
"show": "Pokaži",
|
||||||
|
"hide": "Skrij"
|
||||||
|
},
|
||||||
|
"activation": {
|
||||||
|
"title": "Aktiviraj Hydra",
|
||||||
|
"installation_id": "ID namestitve:",
|
||||||
|
"enter_activation_code": "Vnesite aktivacijsko kodo",
|
||||||
|
"message": "Če ne veste, kje naj to pridobite, potem tega ne bi smeli imeti.",
|
||||||
|
"activate": "Aktiviraj",
|
||||||
|
"loading": "Nalaganje…"
|
||||||
|
},
|
||||||
|
"downloads": {
|
||||||
|
"resume": "Nadaljuj",
|
||||||
|
"pause": "Premor",
|
||||||
|
"eta": "Zaključek {{eta}}",
|
||||||
|
"paused": "V premoru",
|
||||||
|
"verifying": "Preverjanje…",
|
||||||
|
"completed": "Dokončano",
|
||||||
|
"removed": "Ni preneseno",
|
||||||
|
"cancel": "Prekliči",
|
||||||
|
"cancel_download": "Prekliči prenos?",
|
||||||
|
"cancel_download_description": "Ali ste prepričani, da želite prekiniti ta prenos? Vse prenesene datoteke bodo izbrisane.",
|
||||||
|
"keep_downloading": "Ne, nadaljuj prenos",
|
||||||
|
"yes_cancel": "Da, prekliči",
|
||||||
|
"filter": "Filtriraj prenesene igre",
|
||||||
|
"remove": "Odstrani",
|
||||||
|
"downloading_metadata": "Prenos metapodatkov…",
|
||||||
|
"deleting": "Brisanje namestitvenega programa…",
|
||||||
|
"delete": "Odstrani namestitveni program",
|
||||||
|
"delete_modal_title": "Ali ste prepričani?",
|
||||||
|
"delete_modal_description": "To bo odstranilo vse namestitvene datoteke z računalnika",
|
||||||
|
"install": "Namesti",
|
||||||
|
"download_in_progress": "V teku",
|
||||||
|
"queued_downloads": "Prenosi v čakalni vrsti",
|
||||||
|
"downloads_completed": "Dokončano",
|
||||||
|
"queued": "V čakalni vrsti",
|
||||||
|
"no_downloads_title": "Tako prazno",
|
||||||
|
"no_downloads_description": "Še niste prenesli ničesar z Hydra, a nikoli ni prepozno začeti.",
|
||||||
|
"checking_files": "Preverjanje datotek…",
|
||||||
|
"seeding": "Sejanje",
|
||||||
|
"stop_seeding": "Ustavi sejanje",
|
||||||
|
"resume_seeding": "Nadaljuj sejanje",
|
||||||
|
"options": "Upravljaj",
|
||||||
|
"extract": "Razpakiraj datoteke",
|
||||||
|
"extracting": "Razpakiranje datotek…",
|
||||||
|
"delete_archive_title": "Ali želite izbrisati {{fileName}}?",
|
||||||
|
"delete_archive_description": "Datoteka je bila uspešno razpakirana in ni več potrebna.",
|
||||||
|
"yes": "Da",
|
||||||
|
"no": "Ne",
|
||||||
|
"network": "OMREŽJE",
|
||||||
|
"peak": "VRH"
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"downloads_path": "Pot prenosa",
|
||||||
|
"change": "Posodobi",
|
||||||
|
"notifications": "Obvestila",
|
||||||
|
"enable_download_notifications": "Ko je prenos končan",
|
||||||
|
"enable_repack_list_notifications": "Ko je dodan nov repack",
|
||||||
|
"real_debrid_api_token_label": "Real-Debrid API žeton",
|
||||||
|
"quit_app_instead_hiding": "Ne skrij Hydre pri zapiranju",
|
||||||
|
"launch_with_system": "Zaženi Hydra ob zagonu sistema",
|
||||||
|
"general": "Splošno",
|
||||||
|
"behavior": "Obnašanje",
|
||||||
|
"download_sources": "Viri prenosa",
|
||||||
|
"language": "Jezik",
|
||||||
|
"api_token": "API žeton",
|
||||||
|
"enable_real_debrid": "Omogoči Real-Debrid",
|
||||||
|
"real_debrid_description": "Real-Debrid je neomejen prenašalnik, ki vam omogoča hitro prenašanje datotek, omejeno le s hitrostjo vašega interneta.",
|
||||||
|
"debrid_invalid_token": "Neveljaven API žeton",
|
||||||
|
"debrid_api_token_hint": "Žeton API lahko dobite <0>tukaj</0>",
|
||||||
|
"real_debrid_free_account_error": "Račun \"{{username}}\" je brezplačen. Prosimo, naročite se na Real-Debrid",
|
||||||
|
"debrid_linked_message": "Račun \"{{username}}\" povezan",
|
||||||
|
"save_changes": "Shrani spremembe",
|
||||||
|
"changes_saved": "Spremembe uspešno shranjene",
|
||||||
|
"download_sources_description": "Hydra bo pridobila povezave za prenos iz teh virov. URL vira mora biti neposredna povezava do .json datoteke, ki vsebuje povezave za prenos.",
|
||||||
|
"validate_download_source": "Preveri",
|
||||||
|
"remove_download_source": "Odstrani",
|
||||||
|
"add_download_source": "Dodaj vir",
|
||||||
|
"adding": "Dodajanje…",
|
||||||
|
"failed_add_download_source": "Dodajanje vira za prenos ni uspelo. Poskusite znova.",
|
||||||
|
"download_source_already_exists": "Ta URL vira za prenos že obstaja.",
|
||||||
|
"download_count_zero": "Ni možnosti prenosa",
|
||||||
|
"download_count_one": "{{countFormatted}} možnost prenosa",
|
||||||
|
"download_count_other": "{{countFormatted}} možnosti prenosa",
|
||||||
|
"download_source_url": "URL vira za prenos",
|
||||||
|
"add_download_source_description": "Vstavite URL .json datoteke",
|
||||||
|
"download_source_up_to_date": "Posodobljeno",
|
||||||
|
"download_source_errored": "Napaka",
|
||||||
|
"download_source_pending_matching": "Kmalu posodobljeno",
|
||||||
|
"download_source_matched": "Posodobljeno",
|
||||||
|
"download_source_matching": "Posodabljanje",
|
||||||
|
"download_source_failed": "Napaka",
|
||||||
|
"download_source_no_information": "Ni podatkov na voljo",
|
||||||
|
"sync_download_sources": "Sinhroniziraj vire",
|
||||||
|
"removed_download_source": "Vir prenosa odstranjen",
|
||||||
|
"removed_download_sources": "Viri prenosa odstranjeni",
|
||||||
|
"removed_all_download_sources": "Vsi viri prenosa odstranjeni",
|
||||||
|
"download_sources_synced_successfully": "Vsi viri prenosa so sinhronizirani",
|
||||||
|
"cancel_button_confirmation_delete_all_sources": "Ne",
|
||||||
|
"confirm_button_confirmation_delete_all_sources": "Da, izbriši vse",
|
||||||
|
"title_confirmation_delete_all_sources": "Izbriši vse vire prenosa",
|
||||||
|
"description_confirmation_delete_all_sources": "Izbrišete vse vire prenosa",
|
||||||
|
"button_delete_all_sources": "Odstrani vse",
|
||||||
|
"added_download_source": "Vir prenosa dodan",
|
||||||
|
"download_sources_synced": "Vsi viri prenosa so sinhronizirani",
|
||||||
|
"insert_valid_json_url": "Vnesite veljaven JSON URL",
|
||||||
|
"found_download_option_zero": "Ni možnosti prenosa",
|
||||||
|
"found_download_option_one": "Najdena {{countFormatted}} možnost prenosa",
|
||||||
|
"found_download_option_other": "Najdenih {{countFormatted}} možnosti prenosa",
|
||||||
|
"import": "Uvozi",
|
||||||
|
"importing": "Uvažanje...",
|
||||||
|
"public": "Javno",
|
||||||
|
"private": "Zasebno",
|
||||||
|
"friends_only": "Samo prijatelji",
|
||||||
|
"privacy": "Zasebnost",
|
||||||
|
"profile_visibility": "Vidnost profila",
|
||||||
|
"profile_visibility_description": "Izberite, kdo lahko vidi vaš profil in knjižnico",
|
||||||
|
"required_field": "To polje je obvezno",
|
||||||
|
"source_already_exists": "Ta vir je že bil dodan",
|
||||||
|
"must_be_valid_url": "Vir mora biti veljaven URL",
|
||||||
|
"blocked_users": "Blokirani uporabniki",
|
||||||
|
"user_unblocked": "Uporabnik je odblokiran",
|
||||||
|
"enable_achievement_notifications": "Ko je dosežek odklenjen",
|
||||||
|
"launch_minimized": "Zaženi Hydra minimizirano",
|
||||||
|
"disable_nsfw_alert": "Onemogoči opozorilo NSFW",
|
||||||
|
"seed_after_download_complete": "Sejanje po končanem prenosu",
|
||||||
|
"show_hidden_achievement_description": "Pokaži opis skritih dosežkov pred njihovim odklepanjem",
|
||||||
|
"account": "Račun",
|
||||||
|
"hydra_cloud": "Hydra Cloud",
|
||||||
|
"no_users_blocked": "Nimate blokiranih uporabnikov",
|
||||||
|
"subscription_active_until": "Vaš Hydra Cloud je aktiven do {{date}}",
|
||||||
|
"manage_subscription": "Upravljaj naročnino",
|
||||||
|
"update_email": "Posodobi e-pošto",
|
||||||
|
"update_password": "Posodobi geslo",
|
||||||
|
"current_email": "Trenutna e-pošta:",
|
||||||
|
"no_email_account": "Še niste nastavili e-pošte",
|
||||||
|
"account_data_updated_successfully": "Podatki računa so bili uspešno posodobljeni",
|
||||||
|
"renew_subscription": "Obnovi Hydra Cloud",
|
||||||
|
"subscription_expired_at": "Vaša naročnina je potekla {{date}}",
|
||||||
|
"no_subscription": "Uživajte v Hydri na najboljši način",
|
||||||
|
"become_subscriber": "Postanite Hydra Cloud uporabnik",
|
||||||
|
"subscription_renew_cancelled": "Samodejno podaljševanje je onemogočeno",
|
||||||
|
"subscription_renews_on": "Vaša naročnina se podaljša {{date}}",
|
||||||
|
"bill_sent_until": "Naslednji račun bo poslan do tega dne",
|
||||||
|
"no_themes": "Zdi se, da še nimate tem, vendar brez skrbi, kliknite tukaj, da ustvarite svojo prvo mojstrovino.",
|
||||||
|
"editor_tab_code": "Koda",
|
||||||
|
"editor_tab_info": "Info",
|
||||||
|
"editor_tab_save": "Shrani",
|
||||||
|
"web_store": "Spletna trgovina",
|
||||||
|
"clear_themes": "Počisti",
|
||||||
|
"create_theme": "Ustvari",
|
||||||
|
"create_theme_modal_title": "Ustvari prilagojeno temo",
|
||||||
|
"create_theme_modal_description": "Ustvarite novo temo za prilagajanje videza Hydre",
|
||||||
|
"theme_name": "Ime",
|
||||||
|
"insert_theme_name": "Vstavite ime teme",
|
||||||
|
"set_theme": "Nastavi temo",
|
||||||
|
"unset_theme": "Odstrani temo",
|
||||||
|
"delete_theme": "Izbriši temo",
|
||||||
|
"edit_theme": "Uredi temo",
|
||||||
|
"delete_all_themes": "Izbriši vse teme",
|
||||||
|
"delete_all_themes_description": "To bo izbrisalo vse vaše prilagojene teme",
|
||||||
|
"delete_theme_description": "To bo izbrisalo temo {{theme}}",
|
||||||
|
"cancel": "Prekliči",
|
||||||
|
"appearance": "Videz",
|
||||||
|
"debrid": "Debrid",
|
||||||
|
"debrid_description": "Debrid storitve so premium neomejeni prenašalniki, ki vam omogočajo hitro prenašanje datotek, gostovanih na različnih storitvah za gostovanje datotek, omejeno le s hitrostjo vašega interneta.",
|
||||||
|
"enable_torbox": "Omogoči TorBox",
|
||||||
|
"torbox_description": "TorBox je vaša premium seedbox storitev, ki se lahko kosuje tudi najboljšim strežnikom na trgu.",
|
||||||
|
"torbox_account_linked": "TorBox račun povezan",
|
||||||
|
"create_real_debrid_account": "Kliknite tukaj, če še nimate Real-Debrid računa",
|
||||||
|
"create_torbox_account": "Kliknite tukaj, če še nimate TorBox računa",
|
||||||
|
"real_debrid_account_linked": "Real-Debrid račun povezan",
|
||||||
|
"name_min_length": "Ime teme mora imeti vsaj 3 znake",
|
||||||
|
"import_theme": "Uvozi temo",
|
||||||
|
"import_theme_description": "Uvožili boste {{theme}} iz trgovine tem",
|
||||||
|
"error_importing_theme": "Napaka pri uvozu teme",
|
||||||
|
"theme_imported": "Tema uspešno uvožena",
|
||||||
|
"enable_friend_request_notifications": "Ko je prejet prijateljski zahtevek",
|
||||||
|
"enable_auto_install": "Samodejno prenesi posodobitve",
|
||||||
|
"common_redist": "Skupni redistributable-ji",
|
||||||
|
"common_redist_description": "Skupni redistributable-ji so potrebni za zagon nekaterih iger. Priporočamo njihovo namestitev, da se izognete težavam.",
|
||||||
|
"install_common_redist": "Namesti",
|
||||||
|
"installing_common_redist": "Nameščanje…",
|
||||||
|
"show_download_speed_in_megabytes": "Pokaži hitrost prenosa v megabajtih na sekundo",
|
||||||
|
"extract_files_by_default": "Privzeto razpakiraj datoteke po prenosu",
|
||||||
|
"enable_steam_achievements": "Omogoči iskanje po Steam dosežkih",
|
||||||
|
"enable_new_download_options_badges": "Pokaži značke novih možnosti prenosa",
|
||||||
|
"achievement_custom_notification_position": "Lastna pozicija obvestil o dosežkih",
|
||||||
|
"top-left": "Zgoraj levo",
|
||||||
|
"top-center": "Zgoraj na sredini",
|
||||||
|
"top-right": "Zgoraj desno",
|
||||||
|
"bottom-left": "Spodaj levo",
|
||||||
|
"bottom-center": "Spodaj na sredini",
|
||||||
|
"bottom-right": "Spodaj desno",
|
||||||
|
"enable_achievement_custom_notifications": "Omogoči lastna obvestila o dosežkih",
|
||||||
|
"alignment": "Poravnava",
|
||||||
|
"variation": "Variacija",
|
||||||
|
"default": "Privzeto",
|
||||||
|
"rare": "Redko",
|
||||||
|
"platinum": "Platinasto",
|
||||||
|
"hidden": "Skrito",
|
||||||
|
"test_notification": "Preizkusno obvestilo",
|
||||||
|
"achievement_sound_volume": "Glasnost zvoka dosežka",
|
||||||
|
"select_achievement_sound": "Izberite zvok dosežka",
|
||||||
|
"change_achievement_sound": "Spremeni zvok dosežka",
|
||||||
|
"remove_achievement_sound": "Odstrani zvok dosežka",
|
||||||
|
"preview_sound": "Predogled zvoka",
|
||||||
|
"select": "Izberi",
|
||||||
|
"preview": "Predogled",
|
||||||
|
"remove": "Odstrani",
|
||||||
|
"no_sound_file_selected": "Nobena zvočna datoteka ni izbrana",
|
||||||
|
"notification_preview": "Predogled obvestila o dosežku",
|
||||||
|
"enable_friend_start_game_notifications": "Ko prijatelj začne igrati igro",
|
||||||
|
"autoplay_trailers_on_game_page": "Samodejno predvajaj napovednike na strani igre",
|
||||||
|
"hide_to_tray_on_game_start": "Skrij Hydreo v sistemsko vrstico ob zagonu igre",
|
||||||
|
"downloads": "Prenosi",
|
||||||
|
"use_native_http_downloader": "Uporabi izvorni HTTP prenašalnik (eksperimentalno)",
|
||||||
|
"cannot_change_downloader_while_downloading": "Nastavitve ni mogoče spremeniti med prenosom",
|
||||||
|
"notifications": {
|
||||||
|
"download_complete": "Prenos končan",
|
||||||
|
"game_ready_to_install": "{{title}} je pripravljen za namestitev",
|
||||||
|
"repack_list_updated": "Seznam repackov posodobljen",
|
||||||
|
"repack_count_one": "{{count}} repack dodan",
|
||||||
|
"repack_count_other": "{{count}} repackov dodanih",
|
||||||
|
"new_update_available": "Različica {{version}} na voljo",
|
||||||
|
"restart_to_install_update": "Znova zaženite Hydreo za namestitev posodobitve",
|
||||||
|
"notification_achievement_unlocked_title": "Dosežek odklenjen za {{game}}",
|
||||||
|
"notification_achievement_unlocked_body": "{{achievement}} in drugi {{count}} so bili odklenjeni",
|
||||||
|
"new_friend_request_description": "{{displayName}} vam je poslal prijateljsko zahtevo",
|
||||||
|
"new_friend_request_title": "Nova prijateljska zahteva",
|
||||||
|
"extraction_complete": "Razpakiranje končano",
|
||||||
|
"game_extracted": "{{title}} je bil uspešno razpakiran",
|
||||||
|
"friend_started_playing_game": "{{displayName}} je začel igrati igro",
|
||||||
|
"test_achievement_notification_title": "To je preizkusno obvestilo",
|
||||||
|
"test_achievement_notification_description": "Kar kul, kajne?"
|
||||||
|
},
|
||||||
|
"system_tray": {
|
||||||
|
"open": "Odpri Hydreo",
|
||||||
|
"quit": "Izhod"
|
||||||
|
},
|
||||||
|
"game_card": {
|
||||||
|
"available_one": "Na voljo",
|
||||||
|
"available_other": "Na voljo",
|
||||||
|
"no_downloads": "Ni razpoložljivih prenosov",
|
||||||
|
"calculating": "Računam"
|
||||||
|
},
|
||||||
|
"binary_not_found_modal": {
|
||||||
|
"title": "Programi niso nameščeni",
|
||||||
|
"description": "Izvajalniki Wine ali Lutris niso bili najdeni na vašem sistemu",
|
||||||
|
"instructions": "Preverite pravi način za namestitev katerega od njih na vašo Linux distribucijo, da bi igra lahko normalno tekla"
|
||||||
|
},
|
||||||
|
"modal": {
|
||||||
|
"close": "Zapri gumb"
|
||||||
|
},
|
||||||
|
"forms": {
|
||||||
|
"toggle_password_visibility": "Preklopi vidnost gesla"
|
||||||
|
},
|
||||||
|
"user_profile": {
|
||||||
|
"amount_hours": "{{amount}} ur",
|
||||||
|
"amount_minutes": "{{amount}} minut",
|
||||||
|
"amount_hours_short": "{{amount}}h",
|
||||||
|
"amount_minutes_short": "{{amount}}m",
|
||||||
|
"last_time_played": "Nazadnje igrano {{period}}",
|
||||||
|
"activity": "Nedavna dejavnost",
|
||||||
|
"library": "Knjižnica",
|
||||||
|
"pinned": "Pripeto",
|
||||||
|
"sort_by": "Razvrsti po:",
|
||||||
|
"achievements_earned": "Odklenjeni dosežki",
|
||||||
|
"played_recently": "Nazadnje igrano",
|
||||||
|
"playtime": "Čas igranja",
|
||||||
|
"total_play_time": "Skupni čas igranja",
|
||||||
|
"manual_playtime_tooltip": "Ta čas igranja je bil ročno posodobljen",
|
||||||
|
"no_recent_activity_title": "Hmmm… nič tukaj",
|
||||||
|
"no_recent_activity_description": "Niste igrali nobene igre v zadnjem času. Čas je, da to spremenite!",
|
||||||
|
"display_name": "Prikazno ime",
|
||||||
|
"saving": "Shranjevanje",
|
||||||
|
"save": "Shrani",
|
||||||
|
"edit_profile": "Uredi profil",
|
||||||
|
"saved_successfully": "Uspešno shranjeno",
|
||||||
|
"try_again": "Prosimo, poskusite znova",
|
||||||
|
"sign_out_modal_title": "Ste prepričani?",
|
||||||
|
"cancel": "Prekliči",
|
||||||
|
"successfully_signed_out": "Uspešno odjavljeni",
|
||||||
|
"sign_out": "Odjavi se",
|
||||||
|
"playing_for": "Igra za {{amount}}",
|
||||||
|
"sign_out_modal_text": "Vaša knjižnica je povezana s trenutnim računom. Ob odjavi knjižnica ne bo več vidna, napredek pa se ne bo shranil. Nadaljujete z odjavo?",
|
||||||
|
"add_friends": "Dodaj prijatelje",
|
||||||
|
"add": "Dodaj",
|
||||||
|
"friend_code": "Koda prijatelja",
|
||||||
|
"see_profile": "Poglej profil",
|
||||||
|
"sending": "Pošiljanje",
|
||||||
|
"friend_request_sent": "Zahteva za prijateljstvo poslana",
|
||||||
|
"friends": "Prijatelji",
|
||||||
|
"badges": "Značke",
|
||||||
|
"friends_list": "Seznam prijateljev",
|
||||||
|
"user_not_found": "Uporabnik ni najden",
|
||||||
|
"block_user": "Blokiraj uporabnika",
|
||||||
|
"add_friend": "Dodaj prijatelja",
|
||||||
|
"request_sent": "Zahteva poslana",
|
||||||
|
"request_received": "Zahteva prejeta",
|
||||||
|
"accept_request": "Sprejmi zahtevo",
|
||||||
|
"ignore_request": "Ignoriraj zahtevo",
|
||||||
|
"cancel_request": "Prekliči zahtevo",
|
||||||
|
"undo_friendship": "Razveljavi prijateljstvo",
|
||||||
|
"friendship_removed": "Prijatelj odstranjen",
|
||||||
|
"request_accepted": "Zahteva sprejeta",
|
||||||
|
"user_blocked_successfully": "Uporabnik uspešno blokiran",
|
||||||
|
"user_block_modal_text": "To bo blokiralo {{displayName}}",
|
||||||
|
"blocked_users": "Blokirani uporabniki",
|
||||||
|
"unblock": "Odblokiraj",
|
||||||
|
"no_friends_added": "Nimate dodanih prijateljev",
|
||||||
|
"no_friends_yet": "Še niste dodali prijateljev",
|
||||||
|
"view_all": "Poglej vse",
|
||||||
|
"load_more": "Naloži več",
|
||||||
|
"loading": "Nalaganje",
|
||||||
|
"pending": "V teku",
|
||||||
|
"no_pending_invites": "Nimate čakajočih povabil",
|
||||||
|
"no_blocked_users": "Nimate blokiranih uporabnikov",
|
||||||
|
"friend_code_copied": "Koda prijatelja kopirana",
|
||||||
|
"undo_friendship_modal_text": "To bo razveljavilo vaše prijateljstvo z {{displayName}}",
|
||||||
|
"privacy_hint": "Za prilagoditev, kdo to vidi, pojdite na <0>Nastavitve</0>",
|
||||||
|
"locked_profile": "Ta profil je zaseben",
|
||||||
|
"image_process_failure": "Napaka pri obdelavi slike",
|
||||||
|
"required_field": "To polje je obvezno",
|
||||||
|
"displayname_min_length": "Prikazno ime mora biti dolgo vsaj 3 znake",
|
||||||
|
"displayname_max_length": "Prikazno ime mora imeti največ 50 znakov",
|
||||||
|
"report_profile": "Prijavi ta profil",
|
||||||
|
"report_reason": "Zakaj prijavljate ta profil?",
|
||||||
|
"report_description": "Dodatne informacije",
|
||||||
|
"report_description_placeholder": "Dodatne informacije",
|
||||||
|
"report": "Prijavi",
|
||||||
|
"report_reason_hate": "Sovražni govor",
|
||||||
|
"report_reason_sexual_content": "Seksualna vsebina",
|
||||||
|
"report_reason_violence": "Nasilje",
|
||||||
|
"report_reason_spam": "Spam",
|
||||||
|
"report_reason_other": "Drugo",
|
||||||
|
"profile_reported": "Profil prijavljen",
|
||||||
|
"your_friend_code": "Vaša koda prijatelja:",
|
||||||
|
"copy_friend_code": "Kopiraj kodo prijatelja",
|
||||||
|
"copied": "Kopirano!",
|
||||||
|
"upload_banner": "Naloži banner",
|
||||||
|
"uploading_banner": "Nalaganje bannerja…",
|
||||||
|
"change_banner": "Spremeni banner",
|
||||||
|
"replace_banner": "Zamenjaj banner",
|
||||||
|
"remove_banner": "Odstrani banner",
|
||||||
|
"remove_banner_modal_title": "Odstrani banner?",
|
||||||
|
"remove_banner_confirmation": "Ali ste prepričani, da želite odstraniti banner? Kadarkoli lahko izberete novega.",
|
||||||
|
"remove": "Odstrani",
|
||||||
|
"background_image_updated": "Pozadinska slika posodobljena",
|
||||||
|
"stats": "Statistika",
|
||||||
|
"achievements": "dosežki",
|
||||||
|
"games": "Igre",
|
||||||
|
"top_percentile": "Top {{percentile}}%",
|
||||||
|
"ranking_updated_weekly": "Uvrstitev se posodablja tedensko",
|
||||||
|
"playing": "Igra {{game}}",
|
||||||
|
"achievements_unlocked": "Dosežki odklenjeni",
|
||||||
|
"earned_points": "Zaslužene točke",
|
||||||
|
"show_achievements_on_profile": "Pokaži vaše dosežke na profilu",
|
||||||
|
"show_points_on_profile": "Pokaži vaše zaslužene točke na profilu",
|
||||||
|
"error_adding_friend": "Zahteve za prijatelja ni bilo mogoče poslati. Preverite kodo prijatelja",
|
||||||
|
"friend_code_length_error": "Koda prijatelja mora vsebovati 8 znakov",
|
||||||
|
"game_removed_from_pinned": "Igra odstranjena iz pripetih",
|
||||||
|
"game_added_to_pinned": "Igra dodana med pripete",
|
||||||
|
"karma": "Karma",
|
||||||
|
"karma_count": "karma",
|
||||||
|
"user_reviews": "Mnenja",
|
||||||
|
"delete_review": "Izbriši mnenje",
|
||||||
|
"loading_reviews": "Nalaganje mnenj...",
|
||||||
|
"wrapped_2025": "Wrapped 2025"
|
||||||
|
},
|
||||||
|
"library": {
|
||||||
|
"library": "Knjižnica",
|
||||||
|
"play": "Igraj",
|
||||||
|
"download": "Prenesi",
|
||||||
|
"downloading": "Prenašanje",
|
||||||
|
"game": "igra",
|
||||||
|
"games": "igre",
|
||||||
|
"grid_view": "Mrežni pogled",
|
||||||
|
"compact_view": "Kompaktni pogled",
|
||||||
|
"large_view": "Velik pogled",
|
||||||
|
"no_games_title": "Vaša knjižnica je prazna",
|
||||||
|
"no_games_description": "Dodajte igre iz kataloga ali jih prenesite, da začnete",
|
||||||
|
"amount_hours": "{{amount}} ur",
|
||||||
|
"amount_minutes": "{{amount}} minut",
|
||||||
|
"amount_hours_short": "{{amount}}h",
|
||||||
|
"amount_minutes_short": "{{amount}}m",
|
||||||
|
"manual_playtime_tooltip": "Ta čas igranja je bil ročno posodobljen",
|
||||||
|
"all_games": "Vse igre",
|
||||||
|
"recently_played": "Nedavno igrane",
|
||||||
|
"favorites": "Priljubljene"
|
||||||
|
},
|
||||||
|
"achievement": {
|
||||||
|
"achievement_unlocked": "Dosežek odklenjen",
|
||||||
|
"user_achievements": "Dosežki uporabnika {{displayName}}",
|
||||||
|
"your_achievements": "Vaši dosežki",
|
||||||
|
"unlocked_at": "Odklenjeno: {{date}}",
|
||||||
|
"subscription_needed": "Naročnina na Hydra Cloud je potrebna za ogled te vsebine",
|
||||||
|
"new_achievements_unlocked": "Odklenili ste {{achievementCount}} novih dosežkov iz {{gameCount}} iger",
|
||||||
|
"achievement_progress": "{{unlockedCount}}/{{totalCount}} dosežkov",
|
||||||
|
"achievements_unlocked_for_game": "Odklenili ste {{achievementCount}} novih dosežkov za {{gameTitle}}",
|
||||||
|
"hidden_achievement_tooltip": "To je skriti dosežek",
|
||||||
|
"achievement_earn_points": "Z zaslužite {{points}} točk s tem dosežkom",
|
||||||
|
"earned_points": "Zaslužene točke:",
|
||||||
|
"available_points": "Razpoložljive točke:",
|
||||||
|
"how_to_earn_achievements_points": "Kako zaslužiti točke za dosežke?"
|
||||||
|
},
|
||||||
|
"hydra_cloud": {
|
||||||
|
"subscription_tour_title": "Naročnina Hydra Cloud",
|
||||||
|
"subscribe_now": "Naroči se zdaj",
|
||||||
|
"cloud_saving": "Shranjevanje v oblak",
|
||||||
|
"cloud_achievements": "Shrani svoje dosežke v oblak",
|
||||||
|
"animated_profile_picture": "Animirane profilne slike",
|
||||||
|
"premium_support": "Premium podpora",
|
||||||
|
"show_and_compare_achievements": "Pokaži in primerjaj svoje dosežke z drugimi uporabniki",
|
||||||
|
"animated_profile_banner": "Animirani profilni banner",
|
||||||
|
"hydra_cloud": "Hydra Cloud",
|
||||||
|
"hydra_cloud_feature_found": "Pravkar ste odkrili funkcijo Hydra Cloud!",
|
||||||
|
"learn_more": "Več informacij",
|
||||||
|
"debrid_description": "Prenesite do 4x hitreje z Nimbusom"
|
||||||
|
},
|
||||||
|
"notifications_page": {
|
||||||
|
"title": "Obvestila",
|
||||||
|
"mark_all_as_read": "Označi vse kot prebrano",
|
||||||
|
"clear_all": "Počisti vse",
|
||||||
|
"loading": "Nalagam...",
|
||||||
|
"empty_title": "Ni obvestil",
|
||||||
|
"empty_description": "Ste na tekočem! Preverite kasneje za nove posodobitve.",
|
||||||
|
"empty_filter_description": "Nobeno obvestilo ne ustreza tem filtram.",
|
||||||
|
"filter_all": "Vse",
|
||||||
|
"filter_unread": "Neprebrano",
|
||||||
|
"filter_friends": "Prijatelji",
|
||||||
|
"filter_badges": "Značke",
|
||||||
|
"filter_upvotes": "Glasovi za všečkanje",
|
||||||
|
"filter_local": "Lokalno",
|
||||||
|
"load_more": "Naloži več",
|
||||||
|
"dismiss": "Opusti",
|
||||||
|
"accept": "Sprejmi",
|
||||||
|
"refuse": "Zavrni",
|
||||||
|
"notification": "Obvestilo",
|
||||||
|
"friend_request_received_title": "Nova prijateljska zahteva!",
|
||||||
|
"friend_request_received_description": "{{displayName}} želi biti vaš prijatelj",
|
||||||
|
"friend_request_accepted_title": "Zahteva za prijateljstvo sprejeta!",
|
||||||
|
"friend_request_accepted_description": "{{displayName}} je sprejel vašo zahtevo",
|
||||||
|
"badge_received_title": "Prejeli ste novo značko!",
|
||||||
|
"badge_received_description": "{{badgeName}}",
|
||||||
|
"review_upvote_title": "Vaša recenzija za {{gameTitle}} je dobila glasove!",
|
||||||
|
"review_upvote_description": "Vaša recenzija je dobila {{count}} novih glasov",
|
||||||
|
"marked_all_as_read": "Vsa obvestila označena kot prebrana",
|
||||||
|
"failed_to_mark_as_read": "Neuspešno označevanje obvestil kot prebranih",
|
||||||
|
"cleared_all": "Vsa obvestila izbrisana",
|
||||||
|
"failed_to_clear": "Neuspešno brisanje obvestil",
|
||||||
|
"failed_to_load": "Neuspešno nalaganje obvestil",
|
||||||
|
"failed_to_dismiss": "Neuspešno opustitev obvestila",
|
||||||
|
"friend_request_accepted": "Zahteva za prijateljstvo sprejeta",
|
||||||
|
"friend_request_refused": "Zahteva za prijateljstvo zavrnjena"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
59
src/main/events/library/get-game-installer-action-type.ts
Normal file
59
src/main/events/library/get-game-installer-action-type.ts
Normal file
@@ -0,0 +1,59 @@
|
|||||||
|
import path from "node:path";
|
||||||
|
import fs from "node:fs";
|
||||||
|
|
||||||
|
import { getDownloadsPath } from "../helpers/get-downloads-path";
|
||||||
|
import { registerEvent } from "../register-event";
|
||||||
|
import { downloadsSublevel, levelKeys } from "@main/level";
|
||||||
|
import { GameShop } from "@types";
|
||||||
|
|
||||||
|
const getGameInstallerActionType = async (
|
||||||
|
_event: Electron.IpcMainInvokeEvent,
|
||||||
|
shop: GameShop,
|
||||||
|
objectId: string
|
||||||
|
): Promise<"install" | "open-folder"> => {
|
||||||
|
const downloadKey = levelKeys.game(shop, objectId);
|
||||||
|
const download = await downloadsSublevel.get(downloadKey);
|
||||||
|
|
||||||
|
if (!download?.folderName) return "open-folder";
|
||||||
|
|
||||||
|
const gamePath = path.join(
|
||||||
|
download.downloadPath ?? (await getDownloadsPath()),
|
||||||
|
download.folderName
|
||||||
|
);
|
||||||
|
|
||||||
|
if (!fs.existsSync(gamePath)) {
|
||||||
|
await downloadsSublevel.del(downloadKey);
|
||||||
|
return "open-folder";
|
||||||
|
}
|
||||||
|
|
||||||
|
// macOS always opens folder
|
||||||
|
if (process.platform === "darwin") {
|
||||||
|
return "open-folder";
|
||||||
|
}
|
||||||
|
|
||||||
|
// If path is a file, it will show in folder (open-folder behavior)
|
||||||
|
if (fs.lstatSync(gamePath).isFile()) {
|
||||||
|
return "open-folder";
|
||||||
|
}
|
||||||
|
|
||||||
|
// Check for setup.exe
|
||||||
|
const setupPath = path.join(gamePath, "setup.exe");
|
||||||
|
if (fs.existsSync(setupPath)) {
|
||||||
|
return "install";
|
||||||
|
}
|
||||||
|
|
||||||
|
// Check if there's exactly one .exe file
|
||||||
|
const gamePathFileNames = fs.readdirSync(gamePath);
|
||||||
|
const gamePathExecutableFiles = gamePathFileNames.filter(
|
||||||
|
(fileName: string) => path.extname(fileName).toLowerCase() === ".exe"
|
||||||
|
);
|
||||||
|
|
||||||
|
if (gamePathExecutableFiles.length === 1) {
|
||||||
|
return "install";
|
||||||
|
}
|
||||||
|
|
||||||
|
// Otherwise, opens folder
|
||||||
|
return "open-folder";
|
||||||
|
};
|
||||||
|
|
||||||
|
registerEvent("getGameInstallerActionType", getGameInstallerActionType);
|
||||||
@@ -25,7 +25,7 @@ const getLibrary = async (): Promise<LibraryGame[]> => {
|
|||||||
const achievements = await gameAchievementsSublevel.get(key);
|
const achievements = await gameAchievementsSublevel.get(key);
|
||||||
|
|
||||||
unlockedAchievementCount =
|
unlockedAchievementCount =
|
||||||
achievements?.unlockedAchievements.length ?? 0;
|
achievements?.unlockedAchievements?.length ?? 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ import "./delete-game-folder";
|
|||||||
import "./extract-game-download";
|
import "./extract-game-download";
|
||||||
import "./get-default-wine-prefix-selection-path";
|
import "./get-default-wine-prefix-selection-path";
|
||||||
import "./get-game-by-object-id";
|
import "./get-game-by-object-id";
|
||||||
|
import "./get-game-installer-action-type";
|
||||||
import "./get-library";
|
import "./get-library";
|
||||||
import "./open-game-executable-path";
|
import "./open-game-executable-path";
|
||||||
import "./open-game-installer-path";
|
import "./open-game-installer-path";
|
||||||
@@ -23,6 +24,7 @@ import "./remove-game-from-favorites";
|
|||||||
import "./remove-game-from-library";
|
import "./remove-game-from-library";
|
||||||
import "./remove-game";
|
import "./remove-game";
|
||||||
import "./reset-game-achievements";
|
import "./reset-game-achievements";
|
||||||
|
import "./scan-installed-games";
|
||||||
import "./select-game-wine-prefix";
|
import "./select-game-wine-prefix";
|
||||||
import "./toggle-automatic-cloud-sync";
|
import "./toggle-automatic-cloud-sync";
|
||||||
import "./toggle-game-pin";
|
import "./toggle-game-pin";
|
||||||
|
|||||||
143
src/main/events/library/scan-installed-games.ts
Normal file
143
src/main/events/library/scan-installed-games.ts
Normal file
@@ -0,0 +1,143 @@
|
|||||||
|
import path from "node:path";
|
||||||
|
import fs from "node:fs";
|
||||||
|
import { t } from "i18next";
|
||||||
|
import { registerEvent } from "../register-event";
|
||||||
|
import { gamesSublevel } from "@main/level";
|
||||||
|
import {
|
||||||
|
GameExecutables,
|
||||||
|
LocalNotificationManager,
|
||||||
|
logger,
|
||||||
|
WindowManager,
|
||||||
|
} from "@main/services";
|
||||||
|
|
||||||
|
const SCAN_DIRECTORIES = [
|
||||||
|
String.raw`C:\Games`,
|
||||||
|
String.raw`D:\Games`,
|
||||||
|
String.raw`C:\Program Files (x86)\Steam\steamapps\common`,
|
||||||
|
String.raw`C:\Program Files\Steam\steamapps\common`,
|
||||||
|
String.raw`C:\Program Files (x86)\DODI-Repacks`,
|
||||||
|
];
|
||||||
|
|
||||||
|
interface FoundGame {
|
||||||
|
title: string;
|
||||||
|
executablePath: string;
|
||||||
|
}
|
||||||
|
|
||||||
|
interface ScanResult {
|
||||||
|
foundGames: FoundGame[];
|
||||||
|
total: number;
|
||||||
|
}
|
||||||
|
|
||||||
|
async function searchInDirectories(
|
||||||
|
executableNames: Set<string>
|
||||||
|
): Promise<string | null> {
|
||||||
|
for (const scanDir of SCAN_DIRECTORIES) {
|
||||||
|
if (!fs.existsSync(scanDir)) continue;
|
||||||
|
|
||||||
|
const foundPath = await findExecutableInFolder(scanDir, executableNames);
|
||||||
|
if (foundPath) return foundPath;
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
async function publishScanNotification(foundCount: number): Promise<void> {
|
||||||
|
const hasFoundGames = foundCount > 0;
|
||||||
|
|
||||||
|
await LocalNotificationManager.createNotification(
|
||||||
|
"SCAN_GAMES_COMPLETE",
|
||||||
|
t(
|
||||||
|
hasFoundGames
|
||||||
|
? "scan_games_complete_title"
|
||||||
|
: "scan_games_no_results_title",
|
||||||
|
{ ns: "notifications" }
|
||||||
|
),
|
||||||
|
t(
|
||||||
|
hasFoundGames
|
||||||
|
? "scan_games_complete_description"
|
||||||
|
: "scan_games_no_results_description",
|
||||||
|
{ ns: "notifications", count: foundCount }
|
||||||
|
),
|
||||||
|
{ url: "/library?openScanModal=true" }
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
const scanInstalledGames = async (
|
||||||
|
_event: Electron.IpcMainInvokeEvent
|
||||||
|
): Promise<ScanResult> => {
|
||||||
|
const games = await gamesSublevel
|
||||||
|
.iterator()
|
||||||
|
.all()
|
||||||
|
.then((results) =>
|
||||||
|
results
|
||||||
|
.filter(
|
||||||
|
([_key, game]) => game.isDeleted === false && game.shop !== "custom"
|
||||||
|
)
|
||||||
|
.map(([key, game]) => ({ key, game }))
|
||||||
|
);
|
||||||
|
|
||||||
|
const foundGames: FoundGame[] = [];
|
||||||
|
const gamesToScan = games.filter((g) => !g.game.executablePath);
|
||||||
|
|
||||||
|
for (const { key, game } of gamesToScan) {
|
||||||
|
const executableNames = GameExecutables.getExecutablesForGame(
|
||||||
|
game.objectId
|
||||||
|
);
|
||||||
|
|
||||||
|
if (!executableNames || executableNames.length === 0) continue;
|
||||||
|
|
||||||
|
const normalizedNames = new Set(
|
||||||
|
executableNames.map((name) => name.toLowerCase())
|
||||||
|
);
|
||||||
|
|
||||||
|
const foundPath = await searchInDirectories(normalizedNames);
|
||||||
|
|
||||||
|
if (foundPath) {
|
||||||
|
await gamesSublevel.put(key, { ...game, executablePath: foundPath });
|
||||||
|
|
||||||
|
logger.info(
|
||||||
|
`[ScanInstalledGames] Found executable for ${game.objectId}: ${foundPath}`
|
||||||
|
);
|
||||||
|
|
||||||
|
foundGames.push({ title: game.title, executablePath: foundPath });
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
WindowManager.mainWindow?.webContents.send("on-library-batch-complete");
|
||||||
|
await publishScanNotification(foundGames.length);
|
||||||
|
|
||||||
|
return { foundGames, total: gamesToScan.length };
|
||||||
|
};
|
||||||
|
|
||||||
|
async function findExecutableInFolder(
|
||||||
|
folderPath: string,
|
||||||
|
executableNames: Set<string>
|
||||||
|
): Promise<string | null> {
|
||||||
|
try {
|
||||||
|
const entries = await fs.promises.readdir(folderPath, {
|
||||||
|
withFileTypes: true,
|
||||||
|
recursive: true,
|
||||||
|
});
|
||||||
|
|
||||||
|
for (const entry of entries) {
|
||||||
|
if (!entry.isFile()) continue;
|
||||||
|
|
||||||
|
const fileName = entry.name.toLowerCase();
|
||||||
|
|
||||||
|
if (executableNames.has(fileName)) {
|
||||||
|
const parentPath =
|
||||||
|
"parentPath" in entry ? entry.parentPath : folderPath;
|
||||||
|
|
||||||
|
return path.join(parentPath, entry.name);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} catch (err) {
|
||||||
|
logger.error(
|
||||||
|
`[ScanInstalledGames] Error reading folder ${folderPath}:`,
|
||||||
|
err
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
registerEvent("scanInstalledGames", scanInstalledGames);
|
||||||
@@ -51,22 +51,30 @@ const updateProfile = async (
|
|||||||
"backgroundImageUrl",
|
"backgroundImageUrl",
|
||||||
]);
|
]);
|
||||||
|
|
||||||
if (updateProfile.profileImageUrl) {
|
if (updateProfile.profileImageUrl !== undefined) {
|
||||||
const profileImageUrl = await uploadImage(
|
if (updateProfile.profileImageUrl === null) {
|
||||||
"profile-image",
|
payload["profileImageUrl"] = null;
|
||||||
updateProfile.profileImageUrl
|
} else {
|
||||||
).catch(() => undefined);
|
const profileImageUrl = await uploadImage(
|
||||||
|
"profile-image",
|
||||||
|
updateProfile.profileImageUrl
|
||||||
|
).catch(() => undefined);
|
||||||
|
|
||||||
payload["profileImageUrl"] = profileImageUrl;
|
payload["profileImageUrl"] = profileImageUrl;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (updateProfile.backgroundImageUrl) {
|
if (updateProfile.backgroundImageUrl !== undefined) {
|
||||||
const backgroundImageUrl = await uploadImage(
|
if (updateProfile.backgroundImageUrl === null) {
|
||||||
"background-image",
|
payload["backgroundImageUrl"] = null;
|
||||||
updateProfile.backgroundImageUrl
|
} else {
|
||||||
).catch(() => undefined);
|
const backgroundImageUrl = await uploadImage(
|
||||||
|
"background-image",
|
||||||
|
updateProfile.backgroundImageUrl
|
||||||
|
).catch(() => undefined);
|
||||||
|
|
||||||
payload["backgroundImageUrl"] = backgroundImageUrl;
|
payload["backgroundImageUrl"] = backgroundImageUrl;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return patchUserProfile(payload);
|
return patchUserProfile(payload);
|
||||||
|
|||||||
@@ -34,11 +34,7 @@ export const loadState = async () => {
|
|||||||
|
|
||||||
await import("./events");
|
await import("./events");
|
||||||
|
|
||||||
// Only spawn aria2 if user explicitly disabled native HTTP downloader
|
Aria2.spawn();
|
||||||
// Default is to use native HTTP downloader (aria2 is opt-in)
|
|
||||||
if (userPreferences?.useNativeHttpDownloader === false) {
|
|
||||||
Aria2.spawn();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (userPreferences?.realDebridApiToken) {
|
if (userPreferences?.realDebridApiToken) {
|
||||||
RealDebridClient.authorize(userPreferences.realDebridApiToken);
|
RealDebridClient.authorize(userPreferences.realDebridApiToken);
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ export class SevenZip {
|
|||||||
onProgress?: (progress: ExtractionProgress) => void
|
onProgress?: (progress: ExtractionProgress) => void
|
||||||
): Promise<ExtractionResult> {
|
): Promise<ExtractionResult> {
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
const tryPassword = (index = -1) => {
|
const tryPassword = (index = 0) => {
|
||||||
const password = passwords[index] ?? "";
|
const password = passwords[index] ?? "";
|
||||||
logger.info(
|
logger.info(
|
||||||
`Trying password "${password || "(empty)"}" on ${filePath}`
|
`Trying password "${password || "(empty)"}" on ${filePath}`
|
||||||
@@ -115,7 +115,7 @@ export class SevenZip {
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
tryPassword();
|
tryPassword(0);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -4,10 +4,11 @@ import { publishDownloadCompleteNotification } from "../notifications";
|
|||||||
import type { Download, DownloadProgress, UserPreferences } from "@types";
|
import type { Download, DownloadProgress, UserPreferences } from "@types";
|
||||||
import {
|
import {
|
||||||
GofileApi,
|
GofileApi,
|
||||||
QiwiApi,
|
|
||||||
DatanodesApi,
|
DatanodesApi,
|
||||||
MediafireApi,
|
MediafireApi,
|
||||||
PixelDrainApi,
|
PixelDrainApi,
|
||||||
|
VikingFileApi,
|
||||||
|
RootzApi,
|
||||||
} from "../hosters";
|
} from "../hosters";
|
||||||
import { PythonRPC } from "../python-rpc";
|
import { PythonRPC } from "../python-rpc";
|
||||||
import {
|
import {
|
||||||
@@ -24,11 +25,7 @@ import { sortBy } from "lodash-es";
|
|||||||
import { TorBoxClient } from "./torbox";
|
import { TorBoxClient } from "./torbox";
|
||||||
import { GameFilesManager } from "../game-files-manager";
|
import { GameFilesManager } from "../game-files-manager";
|
||||||
import { HydraDebridClient } from "./hydra-debrid";
|
import { HydraDebridClient } from "./hydra-debrid";
|
||||||
import {
|
import { BuzzheavierApi, FuckingFastApi } from "@main/services/hosters";
|
||||||
BuzzheavierApi,
|
|
||||||
FuckingFastApi,
|
|
||||||
VikingFileApi,
|
|
||||||
} from "@main/services/hosters";
|
|
||||||
import { JsHttpDownloader } from "./js-http-downloader";
|
import { JsHttpDownloader } from "./js-http-downloader";
|
||||||
|
|
||||||
export class DownloadManager {
|
export class DownloadManager {
|
||||||
@@ -365,6 +362,11 @@ export class DownloadManager {
|
|||||||
|
|
||||||
if (download.automaticallyExtract) {
|
if (download.automaticallyExtract) {
|
||||||
this.handleExtraction(download, game);
|
this.handleExtraction(download, game);
|
||||||
|
} else {
|
||||||
|
// For downloads without extraction (e.g., torrents with ready-to-play files),
|
||||||
|
// search for executable in the download folder
|
||||||
|
const gameFilesManager = new GameFilesManager(game.shop, game.objectId);
|
||||||
|
gameFilesManager.searchAndBindExecutable();
|
||||||
}
|
}
|
||||||
|
|
||||||
await this.processNextQueuedDownload();
|
await this.processNextQueuedDownload();
|
||||||
@@ -546,8 +548,6 @@ export class DownloadManager {
|
|||||||
return this.getGofileDownloadOptions(download, resumingFilename);
|
return this.getGofileDownloadOptions(download, resumingFilename);
|
||||||
case Downloader.PixelDrain:
|
case Downloader.PixelDrain:
|
||||||
return this.getPixelDrainDownloadOptions(download, resumingFilename);
|
return this.getPixelDrainDownloadOptions(download, resumingFilename);
|
||||||
case Downloader.Qiwi:
|
|
||||||
return this.getQiwiDownloadOptions(download, resumingFilename);
|
|
||||||
case Downloader.Datanodes:
|
case Downloader.Datanodes:
|
||||||
return this.getDatanodesDownloadOptions(download, resumingFilename);
|
return this.getDatanodesDownloadOptions(download, resumingFilename);
|
||||||
case Downloader.Buzzheavier:
|
case Downloader.Buzzheavier:
|
||||||
@@ -564,6 +564,8 @@ export class DownloadManager {
|
|||||||
return this.getHydraDownloadOptions(download, resumingFilename);
|
return this.getHydraDownloadOptions(download, resumingFilename);
|
||||||
case Downloader.VikingFile:
|
case Downloader.VikingFile:
|
||||||
return this.getVikingFileDownloadOptions(download, resumingFilename);
|
return this.getVikingFileDownloadOptions(download, resumingFilename);
|
||||||
|
case Downloader.Rootz:
|
||||||
|
return this.getRootzDownloadOptions(download, resumingFilename);
|
||||||
default:
|
default:
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
@@ -608,23 +610,6 @@ export class DownloadManager {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static async getQiwiDownloadOptions(
|
|
||||||
download: Download,
|
|
||||||
resumingFilename?: string
|
|
||||||
) {
|
|
||||||
const downloadUrl = await QiwiApi.getDownloadUrl(download.uri);
|
|
||||||
const filename = this.resolveFilename(
|
|
||||||
resumingFilename,
|
|
||||||
download.uri,
|
|
||||||
downloadUrl
|
|
||||||
);
|
|
||||||
return this.buildDownloadOptions(
|
|
||||||
downloadUrl,
|
|
||||||
download.downloadPath,
|
|
||||||
filename
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
private static async getDatanodesDownloadOptions(
|
private static async getDatanodesDownloadOptions(
|
||||||
download: Download,
|
download: Download,
|
||||||
resumingFilename?: string
|
resumingFilename?: string
|
||||||
@@ -768,6 +753,23 @@ export class DownloadManager {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private static async getRootzDownloadOptions(
|
||||||
|
download: Download,
|
||||||
|
resumingFilename?: string
|
||||||
|
) {
|
||||||
|
const downloadUrl = await RootzApi.getDownloadUrl(download.uri);
|
||||||
|
const filename = this.resolveFilename(
|
||||||
|
resumingFilename,
|
||||||
|
download.uri,
|
||||||
|
downloadUrl
|
||||||
|
);
|
||||||
|
return this.buildDownloadOptions(
|
||||||
|
downloadUrl,
|
||||||
|
download.downloadPath,
|
||||||
|
filename
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
private static async getDownloadPayload(download: Download) {
|
private static async getDownloadPayload(download: Download) {
|
||||||
const downloadId = levelKeys.game(download.shop, download.objectId);
|
const downloadId = levelKeys.game(download.shop, download.objectId);
|
||||||
|
|
||||||
@@ -799,15 +801,6 @@ export class DownloadManager {
|
|||||||
save_path: download.downloadPath,
|
save_path: download.downloadPath,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
case Downloader.Qiwi: {
|
|
||||||
const downloadUrl = await QiwiApi.getDownloadUrl(download.uri);
|
|
||||||
return {
|
|
||||||
action: "start",
|
|
||||||
game_id: downloadId,
|
|
||||||
url: downloadUrl,
|
|
||||||
save_path: download.downloadPath,
|
|
||||||
};
|
|
||||||
}
|
|
||||||
case Downloader.Datanodes: {
|
case Downloader.Datanodes: {
|
||||||
const downloadUrl = await DatanodesApi.getDownloadUrl(download.uri);
|
const downloadUrl = await DatanodesApi.getDownloadUrl(download.uri);
|
||||||
return {
|
return {
|
||||||
@@ -925,6 +918,15 @@ export class DownloadManager {
|
|||||||
download.downloadPath
|
download.downloadPath
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
case Downloader.Rootz: {
|
||||||
|
const downloadUrl = await RootzApi.getDownloadUrl(download.uri);
|
||||||
|
return {
|
||||||
|
action: "start",
|
||||||
|
game_id: downloadId,
|
||||||
|
url: downloadUrl,
|
||||||
|
save_path: download.downloadPath,
|
||||||
|
};
|
||||||
|
}
|
||||||
default:
|
default:
|
||||||
return undefined;
|
return undefined;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,4 +2,3 @@ export * from "./download-manager";
|
|||||||
export * from "./real-debrid";
|
export * from "./real-debrid";
|
||||||
export * from "./torbox";
|
export * from "./torbox";
|
||||||
export * from "./js-http-downloader";
|
export * from "./js-http-downloader";
|
||||||
export * from "./js-multi-link-downloader";
|
|
||||||
|
|||||||
@@ -1,201 +0,0 @@
|
|||||||
import { JsHttpDownloader, JsHttpDownloaderStatus } from "./js-http-downloader";
|
|
||||||
import { logger } from "../logger";
|
|
||||||
|
|
||||||
export interface JsMultiLinkDownloaderOptions {
|
|
||||||
urls: string[];
|
|
||||||
savePath: string;
|
|
||||||
headers?: Record<string, string>;
|
|
||||||
totalSize?: number;
|
|
||||||
}
|
|
||||||
|
|
||||||
interface CompletedDownload {
|
|
||||||
name: string;
|
|
||||||
size: number;
|
|
||||||
}
|
|
||||||
|
|
||||||
export class JsMultiLinkDownloader {
|
|
||||||
private downloader: JsHttpDownloader | null = null;
|
|
||||||
private currentOptions: JsMultiLinkDownloaderOptions | null = null;
|
|
||||||
private currentUrlIndex = 0;
|
|
||||||
private completedDownloads: CompletedDownload[] = [];
|
|
||||||
private totalSize: number | null = null;
|
|
||||||
private isDownloading = false;
|
|
||||||
private isPaused = false;
|
|
||||||
|
|
||||||
async startDownload(options: JsMultiLinkDownloaderOptions): Promise<void> {
|
|
||||||
this.currentOptions = options;
|
|
||||||
this.currentUrlIndex = 0;
|
|
||||||
this.completedDownloads = [];
|
|
||||||
this.totalSize = options.totalSize ?? null;
|
|
||||||
this.isDownloading = true;
|
|
||||||
this.isPaused = false;
|
|
||||||
|
|
||||||
await this.downloadNextUrl();
|
|
||||||
}
|
|
||||||
|
|
||||||
private async downloadNextUrl(): Promise<void> {
|
|
||||||
if (!this.currentOptions || this.isPaused) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
const { urls, savePath, headers } = this.currentOptions;
|
|
||||||
|
|
||||||
if (this.currentUrlIndex >= urls.length) {
|
|
||||||
logger.log("[JsMultiLinkDownloader] All downloads complete");
|
|
||||||
this.isDownloading = false;
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
const url = urls[this.currentUrlIndex];
|
|
||||||
logger.log(
|
|
||||||
`[JsMultiLinkDownloader] Starting download ${this.currentUrlIndex + 1}/${urls.length}`
|
|
||||||
);
|
|
||||||
|
|
||||||
this.downloader = new JsHttpDownloader();
|
|
||||||
|
|
||||||
try {
|
|
||||||
await this.downloader.startDownload({
|
|
||||||
url,
|
|
||||||
savePath,
|
|
||||||
headers,
|
|
||||||
});
|
|
||||||
|
|
||||||
const status = this.downloader.getDownloadStatus();
|
|
||||||
if (status?.status === "complete") {
|
|
||||||
this.completedDownloads.push({
|
|
||||||
name: status.folderName,
|
|
||||||
size: status.fileSize,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
this.currentUrlIndex++;
|
|
||||||
this.downloader = null;
|
|
||||||
|
|
||||||
if (!this.isPaused) {
|
|
||||||
await this.downloadNextUrl();
|
|
||||||
}
|
|
||||||
} catch (err) {
|
|
||||||
logger.error("[JsMultiLinkDownloader] Download error:", err);
|
|
||||||
throw err;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
pauseDownload(): void {
|
|
||||||
logger.log("[JsMultiLinkDownloader] Pausing download");
|
|
||||||
this.isPaused = true;
|
|
||||||
if (this.downloader) {
|
|
||||||
this.downloader.pauseDownload();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
async resumeDownload(): Promise<void> {
|
|
||||||
if (!this.currentOptions) {
|
|
||||||
throw new Error("No download options available for resume");
|
|
||||||
}
|
|
||||||
|
|
||||||
logger.log("[JsMultiLinkDownloader] Resuming download");
|
|
||||||
this.isPaused = false;
|
|
||||||
this.isDownloading = true;
|
|
||||||
|
|
||||||
if (this.downloader) {
|
|
||||||
await this.downloader.startDownload({
|
|
||||||
url: this.currentOptions.urls[this.currentUrlIndex],
|
|
||||||
savePath: this.currentOptions.savePath,
|
|
||||||
headers: this.currentOptions.headers,
|
|
||||||
});
|
|
||||||
|
|
||||||
const status = this.downloader.getDownloadStatus();
|
|
||||||
if (status?.status === "complete") {
|
|
||||||
this.completedDownloads.push({
|
|
||||||
name: status.folderName,
|
|
||||||
size: status.fileSize,
|
|
||||||
});
|
|
||||||
this.currentUrlIndex++;
|
|
||||||
this.downloader = null;
|
|
||||||
await this.downloadNextUrl();
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
await this.downloadNextUrl();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
cancelDownload(): void {
|
|
||||||
logger.log("[JsMultiLinkDownloader] Cancelling download");
|
|
||||||
this.isPaused = true;
|
|
||||||
this.isDownloading = false;
|
|
||||||
|
|
||||||
if (this.downloader) {
|
|
||||||
this.downloader.cancelDownload();
|
|
||||||
this.downloader = null;
|
|
||||||
}
|
|
||||||
|
|
||||||
this.reset();
|
|
||||||
}
|
|
||||||
|
|
||||||
getDownloadStatus(): JsHttpDownloaderStatus | null {
|
|
||||||
if (!this.currentOptions && this.completedDownloads.length === 0) {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
let totalBytesDownloaded = 0;
|
|
||||||
let currentDownloadSpeed = 0;
|
|
||||||
let currentFolderName = "";
|
|
||||||
let currentStatus: "active" | "paused" | "complete" | "error" = "active";
|
|
||||||
|
|
||||||
for (const completed of this.completedDownloads) {
|
|
||||||
totalBytesDownloaded += completed.size;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (this.downloader) {
|
|
||||||
const status = this.downloader.getDownloadStatus();
|
|
||||||
if (status) {
|
|
||||||
totalBytesDownloaded += status.bytesDownloaded;
|
|
||||||
currentDownloadSpeed = status.downloadSpeed;
|
|
||||||
currentFolderName = status.folderName;
|
|
||||||
currentStatus = status.status;
|
|
||||||
}
|
|
||||||
} else if (this.completedDownloads.length > 0) {
|
|
||||||
currentFolderName = this.completedDownloads[0].name;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (currentFolderName?.includes("/")) {
|
|
||||||
currentFolderName = currentFolderName.split("/")[0];
|
|
||||||
}
|
|
||||||
|
|
||||||
const totalFileSize =
|
|
||||||
this.totalSize ||
|
|
||||||
this.completedDownloads.reduce((sum, d) => sum + d.size, 0) +
|
|
||||||
(this.downloader?.getDownloadStatus()?.fileSize || 0);
|
|
||||||
|
|
||||||
const allComplete =
|
|
||||||
!this.isDownloading &&
|
|
||||||
this.currentOptions &&
|
|
||||||
this.currentUrlIndex >= this.currentOptions.urls.length;
|
|
||||||
|
|
||||||
if (allComplete) {
|
|
||||||
currentStatus = "complete";
|
|
||||||
} else if (this.isPaused) {
|
|
||||||
currentStatus = "paused";
|
|
||||||
}
|
|
||||||
|
|
||||||
return {
|
|
||||||
folderName: currentFolderName,
|
|
||||||
fileSize: totalFileSize,
|
|
||||||
progress: totalFileSize > 0 ? totalBytesDownloaded / totalFileSize : 0,
|
|
||||||
downloadSpeed: currentDownloadSpeed,
|
|
||||||
numPeers: 0,
|
|
||||||
numSeeds: 0,
|
|
||||||
status: currentStatus,
|
|
||||||
bytesDownloaded: totalBytesDownloaded,
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
private reset(): void {
|
|
||||||
this.currentOptions = null;
|
|
||||||
this.currentUrlIndex = 0;
|
|
||||||
this.completedDownloads = [];
|
|
||||||
this.totalSize = null;
|
|
||||||
this.isDownloading = false;
|
|
||||||
this.isPaused = false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
13
src/main/services/game-executables.ts
Normal file
13
src/main/services/game-executables.ts
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
import { gameExecutables } from "./process-watcher";
|
||||||
|
|
||||||
|
export class GameExecutables {
|
||||||
|
static getExecutablesForGame(objectId: string): string[] | null {
|
||||||
|
const executables = gameExecutables[objectId];
|
||||||
|
|
||||||
|
if (!executables || executables.length === 0) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
return executables.map((exe) => exe.exe);
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -7,6 +7,7 @@ import { SevenZip, ExtractionProgress } from "./7zip";
|
|||||||
import { WindowManager } from "./window-manager";
|
import { WindowManager } from "./window-manager";
|
||||||
import { publishExtractionCompleteNotification } from "./notifications";
|
import { publishExtractionCompleteNotification } from "./notifications";
|
||||||
import { logger } from "./logger";
|
import { logger } from "./logger";
|
||||||
|
import { GameExecutables } from "./game-executables";
|
||||||
|
|
||||||
const PROGRESS_THROTTLE_MS = 1000;
|
const PROGRESS_THROTTLE_MS = 1000;
|
||||||
|
|
||||||
@@ -151,6 +152,100 @@ export class GameFilesManager {
|
|||||||
if (publishNotification && game) {
|
if (publishNotification && game) {
|
||||||
publishExtractionCompleteNotification(game);
|
publishExtractionCompleteNotification(game);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
await this.searchAndBindExecutable();
|
||||||
|
}
|
||||||
|
|
||||||
|
async searchAndBindExecutable(): Promise<void> {
|
||||||
|
try {
|
||||||
|
const [download, game] = await Promise.all([
|
||||||
|
downloadsSublevel.get(this.gameKey),
|
||||||
|
gamesSublevel.get(this.gameKey),
|
||||||
|
]);
|
||||||
|
|
||||||
|
if (!download || !game || game.executablePath) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const executableNames = GameExecutables.getExecutablesForGame(
|
||||||
|
this.objectId
|
||||||
|
);
|
||||||
|
|
||||||
|
if (!executableNames || executableNames.length === 0) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!download.folderName) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const gameFolderPath = path.join(
|
||||||
|
download.downloadPath,
|
||||||
|
download.folderName
|
||||||
|
);
|
||||||
|
|
||||||
|
if (!fs.existsSync(gameFolderPath)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const foundExePath = await this.findExecutableInFolder(
|
||||||
|
gameFolderPath,
|
||||||
|
executableNames
|
||||||
|
);
|
||||||
|
|
||||||
|
if (foundExePath) {
|
||||||
|
logger.info(
|
||||||
|
`[GameFilesManager] Auto-detected executable for ${this.objectId}: ${foundExePath}`
|
||||||
|
);
|
||||||
|
|
||||||
|
await gamesSublevel.put(this.gameKey, {
|
||||||
|
...game,
|
||||||
|
executablePath: foundExePath,
|
||||||
|
});
|
||||||
|
|
||||||
|
WindowManager.mainWindow?.webContents.send("on-library-batch-complete");
|
||||||
|
}
|
||||||
|
} catch (err) {
|
||||||
|
logger.error(
|
||||||
|
`[GameFilesManager] Error searching for executable: ${this.objectId}`,
|
||||||
|
err
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private async findExecutableInFolder(
|
||||||
|
folderPath: string,
|
||||||
|
executableNames: string[]
|
||||||
|
): Promise<string | null> {
|
||||||
|
const normalizedNames = new Set(
|
||||||
|
executableNames.map((name) => name.toLowerCase())
|
||||||
|
);
|
||||||
|
|
||||||
|
try {
|
||||||
|
const entries = await fs.promises.readdir(folderPath, {
|
||||||
|
withFileTypes: true,
|
||||||
|
recursive: true,
|
||||||
|
});
|
||||||
|
|
||||||
|
for (const entry of entries) {
|
||||||
|
if (!entry.isFile()) continue;
|
||||||
|
|
||||||
|
const fileName = entry.name.toLowerCase();
|
||||||
|
|
||||||
|
if (normalizedNames.has(fileName)) {
|
||||||
|
const parentPath =
|
||||||
|
"parentPath" in entry
|
||||||
|
? entry.parentPath
|
||||||
|
: (entry as unknown as { path?: string }).path || folderPath;
|
||||||
|
|
||||||
|
return path.join(parentPath, entry.name);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} catch {
|
||||||
|
// Silently fail if folder cannot be read
|
||||||
|
}
|
||||||
|
|
||||||
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
async extractDownloadedFile() {
|
async extractDownloadedFile() {
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
export * from "./gofile";
|
export * from "./gofile";
|
||||||
export * from "./qiwi";
|
|
||||||
export * from "./datanodes";
|
export * from "./datanodes";
|
||||||
export * from "./mediafire";
|
export * from "./mediafire";
|
||||||
export * from "./pixeldrain";
|
export * from "./pixeldrain";
|
||||||
export * from "./buzzheavier";
|
export * from "./buzzheavier";
|
||||||
export * from "./fuckingfast";
|
export * from "./fuckingfast";
|
||||||
export * from "./vikingfile";
|
export * from "./vikingfile";
|
||||||
|
export * from "./rootz";
|
||||||
|
|||||||
@@ -1,15 +0,0 @@
|
|||||||
import { requestWebPage } from "@main/helpers";
|
|
||||||
|
|
||||||
export class QiwiApi {
|
|
||||||
public static async getDownloadUrl(url: string) {
|
|
||||||
const document = await requestWebPage(url);
|
|
||||||
const fileName = document.querySelector("h1")?.textContent;
|
|
||||||
|
|
||||||
const slug = url.split("/").pop();
|
|
||||||
const extension = fileName?.split(".").pop();
|
|
||||||
|
|
||||||
const downloadUrl = `https://spyderrock.com/${slug}.${extension}`;
|
|
||||||
|
|
||||||
return downloadUrl;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
58
src/main/services/hosters/rootz.ts
Normal file
58
src/main/services/hosters/rootz.ts
Normal file
@@ -0,0 +1,58 @@
|
|||||||
|
import axios, { AxiosError } from "axios";
|
||||||
|
import { logger } from "../logger";
|
||||||
|
|
||||||
|
interface RootzApiResponse {
|
||||||
|
success: boolean;
|
||||||
|
data?: {
|
||||||
|
url: string;
|
||||||
|
fileName: string;
|
||||||
|
size: number;
|
||||||
|
mimeType: string;
|
||||||
|
expiresIn: number;
|
||||||
|
expiresAt: string | null;
|
||||||
|
downloads: number;
|
||||||
|
canDelete: boolean;
|
||||||
|
fileId: string;
|
||||||
|
isMirrored: boolean;
|
||||||
|
sourceService: string | null;
|
||||||
|
adsEnabled: boolean;
|
||||||
|
};
|
||||||
|
error?: string;
|
||||||
|
}
|
||||||
|
|
||||||
|
export class RootzApi {
|
||||||
|
public static async getDownloadUrl(uri: string): Promise<string> {
|
||||||
|
try {
|
||||||
|
const url = new URL(uri);
|
||||||
|
const pathSegments = url.pathname.split("/").filter(Boolean);
|
||||||
|
|
||||||
|
if (pathSegments.length < 2 || pathSegments[0] !== "d") {
|
||||||
|
throw new Error("Invalid rootz URL format");
|
||||||
|
}
|
||||||
|
|
||||||
|
const id = pathSegments[1];
|
||||||
|
const apiUrl = `https://www.rootz.so/api/files/download-by-short/${id}`;
|
||||||
|
|
||||||
|
const response = await axios.get<RootzApiResponse>(apiUrl);
|
||||||
|
|
||||||
|
if (response.data.success && response.data.data?.url) {
|
||||||
|
return response.data.data.url;
|
||||||
|
}
|
||||||
|
|
||||||
|
throw new Error("Failed to get download URL from rootz API");
|
||||||
|
} catch (error) {
|
||||||
|
if (axios.isAxiosError(error)) {
|
||||||
|
const axiosError = error as AxiosError<RootzApiResponse>;
|
||||||
|
if (axiosError.response?.status === 404) {
|
||||||
|
const errorMessage =
|
||||||
|
axiosError.response.data?.error || "File not found";
|
||||||
|
logger.error(`[Rootz] ${errorMessage}`);
|
||||||
|
throw new Error(errorMessage);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
logger.error("[Rootz] Error fetching download URL:", error);
|
||||||
|
throw error;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -10,6 +10,7 @@ export * from "./ludusavi";
|
|||||||
export * from "./cloud-sync";
|
export * from "./cloud-sync";
|
||||||
export * from "./7zip";
|
export * from "./7zip";
|
||||||
export * from "./game-files-manager";
|
export * from "./game-files-manager";
|
||||||
|
export * from "./game-executables";
|
||||||
export * from "./common-redist-manager";
|
export * from "./common-redist-manager";
|
||||||
export * from "./aria2";
|
export * from "./aria2";
|
||||||
export * from "./ws";
|
export * from "./ws";
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ const getGameExecutables = async () => {
|
|||||||
return gameExecutables;
|
return gameExecutables;
|
||||||
};
|
};
|
||||||
|
|
||||||
const gameExecutables = await getGameExecutables();
|
export const gameExecutables = await getGameExecutables();
|
||||||
|
|
||||||
const findGamePathByProcess = async (
|
const findGamePathByProcess = async (
|
||||||
processMap: Map<string, Set<string>>,
|
processMap: Map<string, Set<string>>,
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
import axios from "axios";
|
import axios from "axios";
|
||||||
import http from "node:http";
|
import http from "node:http";
|
||||||
|
import getPort, { portNumbers } from "get-port";
|
||||||
|
|
||||||
import cp from "node:child_process";
|
import cp from "node:child_process";
|
||||||
import fs from "node:fs";
|
import fs from "node:fs";
|
||||||
@@ -27,11 +28,17 @@ const binaryNameByPlatform: Partial<Record<NodeJS.Platform, string>> = {
|
|||||||
win32: "hydra-python-rpc.exe",
|
win32: "hydra-python-rpc.exe",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const RPC_PORT_RANGE_START = 8080;
|
||||||
|
const RPC_PORT_RANGE_END = 9000;
|
||||||
|
const DEFAULT_RPC_PORT = 8084;
|
||||||
|
const HEALTH_CHECK_INTERVAL_MS = 100;
|
||||||
|
const HEALTH_CHECK_TIMEOUT_MS = 10000;
|
||||||
|
|
||||||
export class PythonRPC {
|
export class PythonRPC {
|
||||||
public static readonly BITTORRENT_PORT = "5881";
|
public static readonly BITTORRENT_PORT = "5881";
|
||||||
public static readonly RPC_PORT = "8084";
|
|
||||||
public static readonly rpc = axios.create({
|
public static readonly rpc = axios.create({
|
||||||
baseURL: `http://localhost:${this.RPC_PORT}`,
|
baseURL: `http://localhost:${DEFAULT_RPC_PORT}`,
|
||||||
httpAgent: new http.Agent({
|
httpAgent: new http.Agent({
|
||||||
family: 4, // Force IPv4
|
family: 4, // Force IPv4
|
||||||
}),
|
}),
|
||||||
@@ -62,15 +69,46 @@ export class PythonRPC {
|
|||||||
return newPassword;
|
return newPassword;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private static async waitForHealthCheck(): Promise<void> {
|
||||||
|
const startTime = Date.now();
|
||||||
|
|
||||||
|
while (Date.now() - startTime < HEALTH_CHECK_TIMEOUT_MS) {
|
||||||
|
try {
|
||||||
|
const response = await this.rpc.get("/healthcheck", { timeout: 1000 });
|
||||||
|
if (response.status === 200) {
|
||||||
|
pythonRpcLogger.log("RPC health check passed");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
} catch {
|
||||||
|
// Server not ready yet, continue polling
|
||||||
|
}
|
||||||
|
await new Promise((resolve) =>
|
||||||
|
setTimeout(resolve, HEALTH_CHECK_INTERVAL_MS)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
throw new Error("RPC health check timed out");
|
||||||
|
}
|
||||||
|
|
||||||
public static async spawn(
|
public static async spawn(
|
||||||
initialDownload?: GamePayload,
|
initialDownload?: GamePayload,
|
||||||
initialSeeding?: GamePayload[]
|
initialSeeding?: GamePayload[]
|
||||||
) {
|
) {
|
||||||
const rpcPassword = await this.getRPCPassword();
|
const rpcPassword = await this.getRPCPassword();
|
||||||
|
|
||||||
|
const port = await getPort({
|
||||||
|
port: [
|
||||||
|
DEFAULT_RPC_PORT,
|
||||||
|
...portNumbers(RPC_PORT_RANGE_START, RPC_PORT_RANGE_END),
|
||||||
|
],
|
||||||
|
});
|
||||||
|
|
||||||
|
this.rpc.defaults.baseURL = `http://localhost:${port}`;
|
||||||
|
pythonRpcLogger.log(`Using RPC port: ${port}`);
|
||||||
|
|
||||||
const commonArgs = [
|
const commonArgs = [
|
||||||
this.BITTORRENT_PORT,
|
this.BITTORRENT_PORT,
|
||||||
this.RPC_PORT,
|
String(port),
|
||||||
rpcPassword,
|
rpcPassword,
|
||||||
initialDownload ? JSON.stringify(initialDownload) : "",
|
initialDownload ? JSON.stringify(initialDownload) : "",
|
||||||
initialSeeding ? JSON.stringify(initialSeeding) : "",
|
initialSeeding ? JSON.stringify(initialSeeding) : "",
|
||||||
@@ -91,6 +129,7 @@ export class PythonRPC {
|
|||||||
);
|
);
|
||||||
|
|
||||||
app.quit();
|
app.quit();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const childProcess = cp.spawn(binaryPath, commonArgs, {
|
const childProcess = cp.spawn(binaryPath, commonArgs, {
|
||||||
@@ -99,7 +138,6 @@ export class PythonRPC {
|
|||||||
});
|
});
|
||||||
|
|
||||||
this.logStderr(childProcess.stderr);
|
this.logStderr(childProcess.stderr);
|
||||||
|
|
||||||
this.pythonProcess = childProcess;
|
this.pythonProcess = childProcess;
|
||||||
} else {
|
} else {
|
||||||
const scriptPath = path.join(
|
const scriptPath = path.join(
|
||||||
@@ -115,11 +153,23 @@ export class PythonRPC {
|
|||||||
});
|
});
|
||||||
|
|
||||||
this.logStderr(childProcess.stderr);
|
this.logStderr(childProcess.stderr);
|
||||||
|
|
||||||
this.pythonProcess = childProcess;
|
this.pythonProcess = childProcess;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.rpc.defaults.headers.common["x-hydra-rpc-password"] = rpcPassword;
|
this.rpc.defaults.headers.common["x-hydra-rpc-password"] = rpcPassword;
|
||||||
|
|
||||||
|
try {
|
||||||
|
await this.waitForHealthCheck();
|
||||||
|
pythonRpcLogger.log(`Python RPC started successfully on port ${port}`);
|
||||||
|
} catch (err) {
|
||||||
|
pythonRpcLogger.log(`Failed to start Python RPC: ${err}`);
|
||||||
|
dialog.showErrorBox(
|
||||||
|
"RPC Error",
|
||||||
|
`Failed to start download service.\n\nThe service did not respond in time. Please try restarting Hydra.`
|
||||||
|
);
|
||||||
|
this.kill();
|
||||||
|
throw err;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static kill() {
|
public static kill() {
|
||||||
|
|||||||
@@ -138,12 +138,21 @@ export class WindowManager {
|
|||||||
(details, callback) => {
|
(details, callback) => {
|
||||||
if (
|
if (
|
||||||
details.webContentsId !== this.mainWindow?.webContents.id ||
|
details.webContentsId !== this.mainWindow?.webContents.id ||
|
||||||
details.url.includes("chatwoot") ||
|
details.url.includes("chatwoot")
|
||||||
details.url.includes("workwonders")
|
|
||||||
) {
|
) {
|
||||||
return callback(details);
|
return callback(details);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (details.url.includes("workwonders")) {
|
||||||
|
return callback({
|
||||||
|
...details,
|
||||||
|
requestHeaders: {
|
||||||
|
Origin: "https://workwonders.app",
|
||||||
|
...details.requestHeaders,
|
||||||
|
},
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
const userAgent = new UserAgent();
|
const userAgent = new UserAgent();
|
||||||
|
|
||||||
callback({
|
callback({
|
||||||
|
|||||||
@@ -206,6 +206,8 @@ contextBridge.exposeInMainWorld("electron", {
|
|||||||
refreshLibraryAssets: () => ipcRenderer.invoke("refreshLibraryAssets"),
|
refreshLibraryAssets: () => ipcRenderer.invoke("refreshLibraryAssets"),
|
||||||
openGameInstaller: (shop: GameShop, objectId: string) =>
|
openGameInstaller: (shop: GameShop, objectId: string) =>
|
||||||
ipcRenderer.invoke("openGameInstaller", shop, objectId),
|
ipcRenderer.invoke("openGameInstaller", shop, objectId),
|
||||||
|
getGameInstallerActionType: (shop: GameShop, objectId: string) =>
|
||||||
|
ipcRenderer.invoke("getGameInstallerActionType", shop, objectId),
|
||||||
openGameInstallerPath: (shop: GameShop, objectId: string) =>
|
openGameInstallerPath: (shop: GameShop, objectId: string) =>
|
||||||
ipcRenderer.invoke("openGameInstallerPath", shop, objectId),
|
ipcRenderer.invoke("openGameInstallerPath", shop, objectId),
|
||||||
openGameExecutablePath: (shop: GameShop, objectId: string) =>
|
openGameExecutablePath: (shop: GameShop, objectId: string) =>
|
||||||
@@ -239,6 +241,7 @@ contextBridge.exposeInMainWorld("electron", {
|
|||||||
ipcRenderer.invoke("changeGamePlayTime", shop, objectId, playtime),
|
ipcRenderer.invoke("changeGamePlayTime", shop, objectId, playtime),
|
||||||
extractGameDownload: (shop: GameShop, objectId: string) =>
|
extractGameDownload: (shop: GameShop, objectId: string) =>
|
||||||
ipcRenderer.invoke("extractGameDownload", shop, objectId),
|
ipcRenderer.invoke("extractGameDownload", shop, objectId),
|
||||||
|
scanInstalledGames: () => ipcRenderer.invoke("scanInstalledGames"),
|
||||||
getDefaultWinePrefixSelectionPath: () =>
|
getDefaultWinePrefixSelectionPath: () =>
|
||||||
ipcRenderer.invoke("getDefaultWinePrefixSelectionPath"),
|
ipcRenderer.invoke("getDefaultWinePrefixSelectionPath"),
|
||||||
createSteamShortcut: (shop: GameShop, objectId: string) =>
|
createSteamShortcut: (shop: GameShop, objectId: string) =>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import { useCallback, useEffect, useRef, useState } from "react";
|
import { useCallback, useEffect, useRef, useState } from "react";
|
||||||
import { Sidebar, BottomPanel, Header, Toast } from "@renderer/components";
|
import { Sidebar, BottomPanel, Header, Toast } from "@renderer/components";
|
||||||
import { WorkWondersSdk } from "workwonders-sdk";
|
import { WorkWonders } from "workwonders-sdk";
|
||||||
import {
|
import {
|
||||||
useAppDispatch,
|
useAppDispatch,
|
||||||
useAppSelector,
|
useAppSelector,
|
||||||
@@ -52,7 +52,7 @@ export function App() {
|
|||||||
|
|
||||||
const { clearDownload, setLastPacket } = useDownload();
|
const { clearDownload, setLastPacket } = useDownload();
|
||||||
|
|
||||||
const workwondersRef = useRef<WorkWondersSdk | null>(null);
|
const workwondersRef = useRef<WorkWonders | null>(null);
|
||||||
|
|
||||||
const {
|
const {
|
||||||
hasActiveSubscription,
|
hasActiveSubscription,
|
||||||
@@ -125,16 +125,19 @@ export function App() {
|
|||||||
const parsedLocale =
|
const parsedLocale =
|
||||||
possibleLocales.find((l) => l === locale?.slice(0, 2)) ?? "en";
|
possibleLocales.find((l) => l === locale?.slice(0, 2)) ?? "en";
|
||||||
|
|
||||||
workwondersRef.current = new WorkWondersSdk();
|
workwondersRef.current = new WorkWonders();
|
||||||
await workwondersRef.current.init({
|
await workwondersRef.current.init({
|
||||||
organization: "hydra",
|
organization: "hydra",
|
||||||
token,
|
token,
|
||||||
locale: parsedLocale,
|
locale: parsedLocale,
|
||||||
});
|
});
|
||||||
|
|
||||||
await workwondersRef.current.initChangelogWidget();
|
await workwondersRef.current.changelog.initChangelogWidget();
|
||||||
workwondersRef.current.initChangelogWidgetMini();
|
workwondersRef.current.changelog.initChangelogWidgetMini();
|
||||||
workwondersRef.current.initFeedbackWidget();
|
|
||||||
|
if (token) {
|
||||||
|
workwondersRef.current.feedback.initFeedbackWidget();
|
||||||
|
}
|
||||||
},
|
},
|
||||||
[workwondersRef]
|
[workwondersRef]
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
animation: dropdown-menu-fade-in 0.2s ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__group {
|
&__group {
|
||||||
@@ -66,3 +67,14 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@keyframes dropdown-menu-fade-in {
|
||||||
|
0% {
|
||||||
|
opacity: 0;
|
||||||
|
transform: translateY(-8px);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
opacity: 1;
|
||||||
|
transform: translateY(0);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -61,10 +61,26 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: all ease 0.2s;
|
transition: all ease 0.2s;
|
||||||
padding: globals.$spacing-unit;
|
padding: globals.$spacing-unit;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: #dadbe1;
|
color: #dadbe1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&--scanning svg {
|
||||||
|
animation: spin 2s linear infinite;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes spin {
|
||||||
|
from {
|
||||||
|
transform: rotate(0deg);
|
||||||
|
}
|
||||||
|
to {
|
||||||
|
transform: rotate(360deg);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__section {
|
&__section {
|
||||||
|
|||||||
@@ -1,7 +1,13 @@
|
|||||||
import { useTranslation } from "react-i18next";
|
import { useTranslation } from "react-i18next";
|
||||||
import { useEffect, useMemo, useRef, useState } from "react";
|
import { useEffect, useId, useMemo, useRef, useState } from "react";
|
||||||
import { useLocation, useNavigate } from "react-router-dom";
|
import { useLocation, useNavigate, useSearchParams } from "react-router-dom";
|
||||||
import { ArrowLeftIcon, SearchIcon, XIcon } from "@primer/octicons-react";
|
import {
|
||||||
|
ArrowLeftIcon,
|
||||||
|
SearchIcon,
|
||||||
|
SyncIcon,
|
||||||
|
XIcon,
|
||||||
|
} from "@primer/octicons-react";
|
||||||
|
import { Tooltip } from "react-tooltip";
|
||||||
|
|
||||||
import {
|
import {
|
||||||
useAppDispatch,
|
useAppDispatch,
|
||||||
@@ -12,6 +18,7 @@ import {
|
|||||||
|
|
||||||
import "./header.scss";
|
import "./header.scss";
|
||||||
import { AutoUpdateSubHeader } from "./auto-update-sub-header";
|
import { AutoUpdateSubHeader } from "./auto-update-sub-header";
|
||||||
|
import { ScanGamesModal } from "./scan-games-modal";
|
||||||
import { setFilters, setLibrarySearchQuery } from "@renderer/features";
|
import { setFilters, setLibrarySearchQuery } from "@renderer/features";
|
||||||
import cn from "classnames";
|
import cn from "classnames";
|
||||||
import { SearchDropdown } from "@renderer/components";
|
import { SearchDropdown } from "@renderer/components";
|
||||||
@@ -29,9 +36,11 @@ const pathTitle: Record<string, string> = {
|
|||||||
export function Header() {
|
export function Header() {
|
||||||
const inputRef = useRef<HTMLInputElement>(null);
|
const inputRef = useRef<HTMLInputElement>(null);
|
||||||
const searchContainerRef = useRef<HTMLDivElement>(null);
|
const searchContainerRef = useRef<HTMLDivElement>(null);
|
||||||
|
const scanButtonTooltipId = useId();
|
||||||
|
|
||||||
const navigate = useNavigate();
|
const navigate = useNavigate();
|
||||||
const location = useLocation();
|
const location = useLocation();
|
||||||
|
const [searchParams, setSearchParams] = useSearchParams();
|
||||||
|
|
||||||
const { headerTitle, draggingDisabled } = useAppSelector(
|
const { headerTitle, draggingDisabled } = useAppSelector(
|
||||||
(state) => state.window
|
(state) => state.window
|
||||||
@@ -61,6 +70,12 @@ export function Header() {
|
|||||||
x: 0,
|
x: 0,
|
||||||
y: 0,
|
y: 0,
|
||||||
});
|
});
|
||||||
|
const [showScanModal, setShowScanModal] = useState(false);
|
||||||
|
const [isScanning, setIsScanning] = useState(false);
|
||||||
|
const [scanResult, setScanResult] = useState<{
|
||||||
|
foundGames: { title: string; executablePath: string }[];
|
||||||
|
total: number;
|
||||||
|
} | null>(null);
|
||||||
|
|
||||||
const { t } = useTranslation("header");
|
const { t } = useTranslation("header");
|
||||||
|
|
||||||
@@ -224,20 +239,24 @@ export function Header() {
|
|||||||
setActiveIndex(-1);
|
setActiveIndex(-1);
|
||||||
};
|
};
|
||||||
|
|
||||||
useEffect(() => {
|
const handleStartScan = async () => {
|
||||||
const prevPath = sessionStorage.getItem("prevPath");
|
if (isScanning) return;
|
||||||
const currentPath = location.pathname;
|
|
||||||
|
|
||||||
if (
|
setIsScanning(true);
|
||||||
prevPath?.startsWith("/catalogue") &&
|
setScanResult(null);
|
||||||
!currentPath.startsWith("/catalogue") &&
|
setShowScanModal(false);
|
||||||
catalogueSearchValue
|
|
||||||
) {
|
try {
|
||||||
dispatch(setFilters({ title: "" }));
|
const result = await window.electron.scanInstalledGames();
|
||||||
|
setScanResult(result);
|
||||||
|
} finally {
|
||||||
|
setIsScanning(false);
|
||||||
}
|
}
|
||||||
|
};
|
||||||
|
|
||||||
sessionStorage.setItem("prevPath", currentPath);
|
const handleClearScanResult = () => {
|
||||||
}, [location.pathname, catalogueSearchValue, dispatch]);
|
setScanResult(null);
|
||||||
|
};
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (!isDropdownVisible) return;
|
if (!isDropdownVisible) return;
|
||||||
@@ -250,6 +269,14 @@ export function Header() {
|
|||||||
return () => window.removeEventListener("resize", handleResize);
|
return () => window.removeEventListener("resize", handleResize);
|
||||||
}, [isDropdownVisible]);
|
}, [isDropdownVisible]);
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
if (searchParams.get("openScanModal") === "true") {
|
||||||
|
setShowScanModal(true);
|
||||||
|
searchParams.delete("openScanModal");
|
||||||
|
setSearchParams(searchParams, { replace: true });
|
||||||
|
}
|
||||||
|
}, [searchParams, setSearchParams]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<header
|
<header
|
||||||
@@ -280,6 +307,21 @@ export function Header() {
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section className="header__section">
|
<section className="header__section">
|
||||||
|
{isOnLibraryPage && window.electron.platform === "win32" && (
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
className={cn("header__action-button", {
|
||||||
|
"header__action-button--scanning": isScanning,
|
||||||
|
})}
|
||||||
|
onClick={() => setShowScanModal(true)}
|
||||||
|
data-tooltip-id={scanButtonTooltipId}
|
||||||
|
data-tooltip-content={t("scan_games_tooltip")}
|
||||||
|
data-tooltip-place="bottom"
|
||||||
|
>
|
||||||
|
<SyncIcon size={16} />
|
||||||
|
</button>
|
||||||
|
)}
|
||||||
|
|
||||||
<div
|
<div
|
||||||
ref={searchContainerRef}
|
ref={searchContainerRef}
|
||||||
className={cn("header__search", {
|
className={cn("header__search", {
|
||||||
@@ -319,6 +361,11 @@ export function Header() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
{isOnLibraryPage && window.electron.platform === "win32" && (
|
||||||
|
<Tooltip id={scanButtonTooltipId} style={{ zIndex: 1 }} />
|
||||||
|
)}
|
||||||
|
|
||||||
<AutoUpdateSubHeader />
|
<AutoUpdateSubHeader />
|
||||||
|
|
||||||
<SearchDropdown
|
<SearchDropdown
|
||||||
@@ -342,6 +389,15 @@ export function Header() {
|
|||||||
currentQuery={searchValue}
|
currentQuery={searchValue}
|
||||||
searchContainerRef={searchContainerRef}
|
searchContainerRef={searchContainerRef}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
<ScanGamesModal
|
||||||
|
visible={showScanModal}
|
||||||
|
onClose={() => setShowScanModal(false)}
|
||||||
|
isScanning={isScanning}
|
||||||
|
scanResult={scanResult}
|
||||||
|
onStartScan={handleStartScan}
|
||||||
|
onClearResult={handleClearScanResult}
|
||||||
|
/>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
107
src/renderer/src/components/header/scan-games-modal.scss
Normal file
107
src/renderer/src/components/header/scan-games-modal.scss
Normal file
@@ -0,0 +1,107 @@
|
|||||||
|
@use "../../scss/globals.scss";
|
||||||
|
|
||||||
|
.scan-games-modal {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: calc(globals.$spacing-unit * 3);
|
||||||
|
min-width: 400px;
|
||||||
|
|
||||||
|
&__description {
|
||||||
|
color: globals.$muted-color;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 1.5;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
&__results {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: calc(globals.$spacing-unit * 2);
|
||||||
|
}
|
||||||
|
|
||||||
|
&__result {
|
||||||
|
color: globals.$body-color;
|
||||||
|
font-size: 14px;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
&__no-results {
|
||||||
|
color: globals.$muted-color;
|
||||||
|
font-size: 14px;
|
||||||
|
margin: 0;
|
||||||
|
text-align: center;
|
||||||
|
padding: calc(globals.$spacing-unit * 2) 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
&__scanning {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
gap: calc(globals.$spacing-unit * 2);
|
||||||
|
padding: calc(globals.$spacing-unit * 3) 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
&__spinner {
|
||||||
|
color: globals.$muted-color;
|
||||||
|
animation: spin 2s linear infinite;
|
||||||
|
}
|
||||||
|
|
||||||
|
&__scanning-text {
|
||||||
|
color: globals.$muted-color;
|
||||||
|
font-size: 14px;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes spin {
|
||||||
|
from {
|
||||||
|
transform: rotate(0deg);
|
||||||
|
}
|
||||||
|
to {
|
||||||
|
transform: rotate(360deg);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&__games-list {
|
||||||
|
list-style: none;
|
||||||
|
margin: 0;
|
||||||
|
max-height: 200px;
|
||||||
|
overflow-y: auto;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: globals.$spacing-unit;
|
||||||
|
background-color: globals.$dark-background-color;
|
||||||
|
border-radius: 4px;
|
||||||
|
padding: calc(globals.$spacing-unit * 2);
|
||||||
|
}
|
||||||
|
|
||||||
|
&__game-item {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 4px;
|
||||||
|
padding-bottom: globals.$spacing-unit;
|
||||||
|
border-bottom: 1px solid globals.$border-color;
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
border-bottom: none;
|
||||||
|
padding-bottom: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&__game-title {
|
||||||
|
color: globals.$body-color;
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
|
||||||
|
&__game-path {
|
||||||
|
color: globals.$muted-color;
|
||||||
|
font-size: 12px;
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
|
|
||||||
|
&__actions {
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
|
gap: calc(globals.$spacing-unit * 2);
|
||||||
|
}
|
||||||
|
}
|
||||||
126
src/renderer/src/components/header/scan-games-modal.tsx
Normal file
126
src/renderer/src/components/header/scan-games-modal.tsx
Normal file
@@ -0,0 +1,126 @@
|
|||||||
|
import { useTranslation } from "react-i18next";
|
||||||
|
import { SyncIcon } from "@primer/octicons-react";
|
||||||
|
|
||||||
|
import { Button, Modal } from "@renderer/components";
|
||||||
|
|
||||||
|
import "./scan-games-modal.scss";
|
||||||
|
|
||||||
|
interface FoundGame {
|
||||||
|
title: string;
|
||||||
|
executablePath: string;
|
||||||
|
}
|
||||||
|
|
||||||
|
interface ScanResult {
|
||||||
|
foundGames: FoundGame[];
|
||||||
|
total: number;
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface ScanGamesModalProps {
|
||||||
|
visible: boolean;
|
||||||
|
onClose: () => void;
|
||||||
|
isScanning: boolean;
|
||||||
|
scanResult: ScanResult | null;
|
||||||
|
onStartScan: () => void;
|
||||||
|
onClearResult: () => void;
|
||||||
|
}
|
||||||
|
|
||||||
|
export function ScanGamesModal({
|
||||||
|
visible,
|
||||||
|
onClose,
|
||||||
|
isScanning,
|
||||||
|
scanResult,
|
||||||
|
onStartScan,
|
||||||
|
onClearResult,
|
||||||
|
}: Readonly<ScanGamesModalProps>) {
|
||||||
|
const { t } = useTranslation("header");
|
||||||
|
|
||||||
|
const handleClose = () => {
|
||||||
|
onClose();
|
||||||
|
};
|
||||||
|
|
||||||
|
const handleStartScan = () => {
|
||||||
|
onStartScan();
|
||||||
|
};
|
||||||
|
|
||||||
|
const handleScanAgain = () => {
|
||||||
|
onClearResult();
|
||||||
|
onStartScan();
|
||||||
|
};
|
||||||
|
|
||||||
|
return (
|
||||||
|
<Modal
|
||||||
|
visible={visible}
|
||||||
|
title={t("scan_games_title")}
|
||||||
|
onClose={handleClose}
|
||||||
|
clickOutsideToClose={!isScanning}
|
||||||
|
>
|
||||||
|
<div className="scan-games-modal">
|
||||||
|
{!scanResult && !isScanning && (
|
||||||
|
<p className="scan-games-modal__description">
|
||||||
|
{t("scan_games_description")}
|
||||||
|
</p>
|
||||||
|
)}
|
||||||
|
|
||||||
|
{isScanning && !scanResult && (
|
||||||
|
<div className="scan-games-modal__scanning">
|
||||||
|
<SyncIcon size={24} className="scan-games-modal__spinner" />
|
||||||
|
<p className="scan-games-modal__scanning-text">
|
||||||
|
{t("scan_games_in_progress")}
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
|
||||||
|
{scanResult && (
|
||||||
|
<div className="scan-games-modal__results">
|
||||||
|
{scanResult.foundGames.length > 0 ? (
|
||||||
|
<>
|
||||||
|
<p className="scan-games-modal__result">
|
||||||
|
{t("scan_games_result", {
|
||||||
|
found: scanResult.foundGames.length,
|
||||||
|
total: scanResult.total,
|
||||||
|
})}
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<ul className="scan-games-modal__games-list">
|
||||||
|
{scanResult.foundGames.map((game) => (
|
||||||
|
<li
|
||||||
|
key={game.executablePath}
|
||||||
|
className="scan-games-modal__game-item"
|
||||||
|
>
|
||||||
|
<span className="scan-games-modal__game-title">
|
||||||
|
{game.title}
|
||||||
|
</span>
|
||||||
|
<span className="scan-games-modal__game-path">
|
||||||
|
{game.executablePath}
|
||||||
|
</span>
|
||||||
|
</li>
|
||||||
|
))}
|
||||||
|
</ul>
|
||||||
|
</>
|
||||||
|
) : (
|
||||||
|
<p className="scan-games-modal__no-results">
|
||||||
|
{t("scan_games_no_results")}
|
||||||
|
</p>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
|
||||||
|
<div className="scan-games-modal__actions">
|
||||||
|
<Button theme="outline" onClick={handleClose}>
|
||||||
|
{scanResult ? t("scan_games_close") : t("scan_games_cancel")}
|
||||||
|
</Button>
|
||||||
|
{!scanResult && (
|
||||||
|
<Button onClick={handleStartScan} disabled={isScanning}>
|
||||||
|
{t("scan_games_start")}
|
||||||
|
</Button>
|
||||||
|
)}
|
||||||
|
{scanResult && (
|
||||||
|
<Button onClick={handleScanAgain}>
|
||||||
|
{t("scan_games_scan_again")}
|
||||||
|
</Button>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</Modal>
|
||||||
|
);
|
||||||
|
}
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
import { useNavigate } from "react-router-dom";
|
import { useNavigate } from "react-router-dom";
|
||||||
import { BellIcon } from "@primer/octicons-react";
|
import { BellIcon } from "@primer/octicons-react";
|
||||||
import { useAppSelector, useUserDetails } from "@renderer/hooks";
|
import { useAppSelector, useUserDetails } from "@renderer/hooks";
|
||||||
import { useCallback, useEffect, useMemo, useState } from "react";
|
import { useCallback, useEffect, useMemo, useState, useRef } from "react";
|
||||||
import { useTranslation } from "react-i18next";
|
import { useTranslation } from "react-i18next";
|
||||||
import SteamLogo from "@renderer/assets/steam-logo.svg?react";
|
import SteamLogo from "@renderer/assets/steam-logo.svg?react";
|
||||||
import { Avatar } from "../avatar/avatar";
|
import { Avatar } from "../avatar/avatar";
|
||||||
@@ -20,51 +20,60 @@ export function SidebarProfile() {
|
|||||||
const { gameRunning } = useAppSelector((state) => state.gameRunning);
|
const { gameRunning } = useAppSelector((state) => state.gameRunning);
|
||||||
|
|
||||||
const [notificationCount, setNotificationCount] = useState(0);
|
const [notificationCount, setNotificationCount] = useState(0);
|
||||||
|
const apiNotificationCountRef = useRef(0);
|
||||||
|
const hasFetchedInitialCount = useRef(false);
|
||||||
|
|
||||||
const fetchNotificationCount = useCallback(async () => {
|
const fetchLocalNotificationCount = useCallback(async () => {
|
||||||
try {
|
try {
|
||||||
// Always fetch local notification count
|
|
||||||
const localCount = await window.electron.getLocalNotificationsCount();
|
const localCount = await window.electron.getLocalNotificationsCount();
|
||||||
|
setNotificationCount(localCount + apiNotificationCountRef.current);
|
||||||
// Fetch API notification count only if logged in
|
|
||||||
let apiCount = 0;
|
|
||||||
if (userDetails) {
|
|
||||||
try {
|
|
||||||
const response =
|
|
||||||
await window.electron.hydraApi.get<NotificationCountResponse>(
|
|
||||||
"/profile/notifications/count",
|
|
||||||
{ needsAuth: true }
|
|
||||||
);
|
|
||||||
apiCount = response.count;
|
|
||||||
} catch {
|
|
||||||
// Ignore API errors
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
setNotificationCount(localCount + apiCount);
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
logger.error("Failed to fetch notification count", error);
|
logger.error("Failed to fetch local notification count", error);
|
||||||
}
|
}
|
||||||
}, [userDetails]);
|
}, []);
|
||||||
|
|
||||||
|
const fetchApiNotificationCount = useCallback(async () => {
|
||||||
|
try {
|
||||||
|
const response =
|
||||||
|
await window.electron.hydraApi.get<NotificationCountResponse>(
|
||||||
|
"/profile/notifications/count",
|
||||||
|
{ needsAuth: true }
|
||||||
|
);
|
||||||
|
apiNotificationCountRef.current = response.count;
|
||||||
|
} catch {
|
||||||
|
// Ignore API errors
|
||||||
|
}
|
||||||
|
fetchLocalNotificationCount();
|
||||||
|
}, [fetchLocalNotificationCount]);
|
||||||
|
|
||||||
|
// Initial fetch on mount (only once)
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
fetchNotificationCount();
|
fetchLocalNotificationCount();
|
||||||
|
}, [fetchLocalNotificationCount]);
|
||||||
|
|
||||||
const interval = setInterval(fetchNotificationCount, 60000);
|
// Fetch API count when user logs in (only if not already fetched)
|
||||||
return () => clearInterval(interval);
|
useEffect(() => {
|
||||||
}, [fetchNotificationCount]);
|
if (userDetails && !hasFetchedInitialCount.current) {
|
||||||
|
hasFetchedInitialCount.current = true;
|
||||||
|
fetchApiNotificationCount();
|
||||||
|
} else if (!userDetails) {
|
||||||
|
hasFetchedInitialCount.current = false;
|
||||||
|
apiNotificationCountRef.current = 0;
|
||||||
|
fetchLocalNotificationCount();
|
||||||
|
}
|
||||||
|
}, [userDetails, fetchApiNotificationCount, fetchLocalNotificationCount]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
const unsubscribe = window.electron.onLocalNotificationCreated(() => {
|
const unsubscribe = window.electron.onLocalNotificationCreated(() => {
|
||||||
fetchNotificationCount();
|
fetchLocalNotificationCount();
|
||||||
});
|
});
|
||||||
|
|
||||||
return () => unsubscribe();
|
return () => unsubscribe();
|
||||||
}, [fetchNotificationCount]);
|
}, [fetchLocalNotificationCount]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
const handleNotificationsChange = () => {
|
const handleNotificationsChange = () => {
|
||||||
fetchNotificationCount();
|
fetchLocalNotificationCount();
|
||||||
};
|
};
|
||||||
|
|
||||||
window.addEventListener("notificationsChanged", handleNotificationsChange);
|
window.addEventListener("notificationsChanged", handleNotificationsChange);
|
||||||
@@ -74,15 +83,18 @@ export function SidebarProfile() {
|
|||||||
handleNotificationsChange
|
handleNotificationsChange
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
}, [fetchNotificationCount]);
|
}, [fetchLocalNotificationCount]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
const unsubscribe = window.electron.onSyncNotificationCount(() => {
|
const unsubscribe = window.electron.onSyncNotificationCount(
|
||||||
fetchNotificationCount();
|
(notification) => {
|
||||||
});
|
apiNotificationCountRef.current = notification.notificationCount;
|
||||||
|
fetchLocalNotificationCount();
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
return () => unsubscribe();
|
return () => unsubscribe();
|
||||||
}, [fetchNotificationCount]);
|
}, [fetchLocalNotificationCount]);
|
||||||
|
|
||||||
const handleProfileClick = () => {
|
const handleProfileClick = () => {
|
||||||
if (userDetails === null) {
|
if (userDetails === null) {
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ export const DOWNLOADER_NAME = {
|
|||||||
[Downloader.Torrent]: "Torrent",
|
[Downloader.Torrent]: "Torrent",
|
||||||
[Downloader.Gofile]: "Gofile",
|
[Downloader.Gofile]: "Gofile",
|
||||||
[Downloader.PixelDrain]: "PixelDrain",
|
[Downloader.PixelDrain]: "PixelDrain",
|
||||||
[Downloader.Qiwi]: "Qiwi",
|
|
||||||
[Downloader.Datanodes]: "Datanodes",
|
[Downloader.Datanodes]: "Datanodes",
|
||||||
[Downloader.Mediafire]: "Mediafire",
|
[Downloader.Mediafire]: "Mediafire",
|
||||||
[Downloader.Buzzheavier]: "Buzzheavier",
|
[Downloader.Buzzheavier]: "Buzzheavier",
|
||||||
@@ -15,6 +14,7 @@ export const DOWNLOADER_NAME = {
|
|||||||
[Downloader.TorBox]: "TorBox",
|
[Downloader.TorBox]: "TorBox",
|
||||||
[Downloader.Hydra]: "Nimbus",
|
[Downloader.Hydra]: "Nimbus",
|
||||||
[Downloader.VikingFile]: "VikingFile",
|
[Downloader.VikingFile]: "VikingFile",
|
||||||
|
[Downloader.Rootz]: "Rootz",
|
||||||
};
|
};
|
||||||
|
|
||||||
export const MAX_MINUTES_TO_SHOW_IN_PLAYTIME = 120;
|
export const MAX_MINUTES_TO_SHOW_IN_PLAYTIME = 120;
|
||||||
|
|||||||
@@ -225,6 +225,16 @@ export function GameDetailsContextProvider({
|
|||||||
};
|
};
|
||||||
}, [game?.id, isGameRunning, updateGame]);
|
}, [game?.id, isGameRunning, updateGame]);
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
const unsubscribe = window.electron.onLibraryBatchComplete(() => {
|
||||||
|
updateGame();
|
||||||
|
});
|
||||||
|
|
||||||
|
return () => {
|
||||||
|
unsubscribe();
|
||||||
|
};
|
||||||
|
}, [updateGame]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
const handler = (ev: Event) => {
|
const handler = (ev: Event) => {
|
||||||
try {
|
try {
|
||||||
|
|||||||
8
src/renderer/src/declaration.d.ts
vendored
8
src/renderer/src/declaration.d.ts
vendored
@@ -167,6 +167,10 @@ declare global {
|
|||||||
getLibrary: () => Promise<LibraryGame[]>;
|
getLibrary: () => Promise<LibraryGame[]>;
|
||||||
refreshLibraryAssets: () => Promise<void>;
|
refreshLibraryAssets: () => Promise<void>;
|
||||||
openGameInstaller: (shop: GameShop, objectId: string) => Promise<boolean>;
|
openGameInstaller: (shop: GameShop, objectId: string) => Promise<boolean>;
|
||||||
|
getGameInstallerActionType: (
|
||||||
|
shop: GameShop,
|
||||||
|
objectId: string
|
||||||
|
) => Promise<"install" | "open-folder">;
|
||||||
openGameInstallerPath: (shop: GameShop, objectId: string) => Promise<void>;
|
openGameInstallerPath: (shop: GameShop, objectId: string) => Promise<void>;
|
||||||
openGameExecutablePath: (shop: GameShop, objectId: string) => Promise<void>;
|
openGameExecutablePath: (shop: GameShop, objectId: string) => Promise<void>;
|
||||||
openGame: (
|
openGame: (
|
||||||
@@ -207,6 +211,10 @@ declare global {
|
|||||||
minimized: boolean;
|
minimized: boolean;
|
||||||
}) => Promise<void>;
|
}) => Promise<void>;
|
||||||
extractGameDownload: (shop: GameShop, objectId: string) => Promise<boolean>;
|
extractGameDownload: (shop: GameShop, objectId: string) => Promise<boolean>;
|
||||||
|
scanInstalledGames: () => Promise<{
|
||||||
|
foundGames: { title: string; executablePath: string }[];
|
||||||
|
total: number;
|
||||||
|
}>;
|
||||||
onExtractionComplete: (
|
onExtractionComplete: (
|
||||||
cb: (shop: GameShop, objectId: string) => void
|
cb: (shop: GameShop, objectId: string) => void
|
||||||
) => () => Electron.IpcRenderer;
|
) => () => Electron.IpcRenderer;
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ import resources from "@locales";
|
|||||||
|
|
||||||
import { logger } from "./logger";
|
import { logger } from "./logger";
|
||||||
import { addCookieInterceptor } from "./cookies";
|
import { addCookieInterceptor } from "./cookies";
|
||||||
|
import * as Sentry from "@sentry/react";
|
||||||
import { levelDBService } from "./services/leveldb.service";
|
import { levelDBService } from "./services/leveldb.service";
|
||||||
import Catalogue from "./pages/catalogue/catalogue";
|
import Catalogue from "./pages/catalogue/catalogue";
|
||||||
import Home from "./pages/home/home";
|
import Home from "./pages/home/home";
|
||||||
@@ -36,6 +37,18 @@ import { AchievementNotification } from "./pages/achievements/notification/achie
|
|||||||
|
|
||||||
console.log = logger.log;
|
console.log = logger.log;
|
||||||
|
|
||||||
|
Sentry.init({
|
||||||
|
dsn: import.meta.env.RENDERER_VITE_SENTRY_DSN,
|
||||||
|
integrations: [
|
||||||
|
Sentry.browserTracingIntegration(),
|
||||||
|
Sentry.replayIntegration(),
|
||||||
|
],
|
||||||
|
tracesSampleRate: 0.5,
|
||||||
|
replaysSessionSampleRate: 0,
|
||||||
|
replaysOnErrorSampleRate: 0,
|
||||||
|
release: "hydra-launcher@" + (await window.electron.getVersion()),
|
||||||
|
});
|
||||||
|
|
||||||
const isStaging = await window.electron.isStaging();
|
const isStaging = await window.electron.isStaging();
|
||||||
addCookieInterceptor(isStaging);
|
addCookieInterceptor(isStaging);
|
||||||
|
|
||||||
|
|||||||
@@ -427,7 +427,7 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
width: 100%;
|
width: fit-content;
|
||||||
transition: opacity 0.2s ease;
|
transition: opacity 0.2s ease;
|
||||||
|
|
||||||
&:focus,
|
&:focus,
|
||||||
@@ -509,6 +509,15 @@
|
|||||||
&__simple-menu-btn {
|
&__simple-menu-btn {
|
||||||
padding: calc(globals.$spacing-unit);
|
padding: calc(globals.$spacing-unit);
|
||||||
min-height: unset;
|
min-height: unset;
|
||||||
|
border-radius: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
&__simple-action-btn {
|
||||||
|
padding: calc(globals.$spacing-unit);
|
||||||
|
min-height: unset;
|
||||||
|
gap: calc(globals.$spacing-unit);
|
||||||
|
min-width: 120px;
|
||||||
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__progress-wrapper {
|
&__progress-wrapper {
|
||||||
|
|||||||
@@ -32,12 +32,12 @@ import {
|
|||||||
FileDirectoryIcon,
|
FileDirectoryIcon,
|
||||||
LinkIcon,
|
LinkIcon,
|
||||||
PlayIcon,
|
PlayIcon,
|
||||||
ThreeBarsIcon,
|
|
||||||
TrashIcon,
|
TrashIcon,
|
||||||
UnlinkIcon,
|
UnlinkIcon,
|
||||||
XCircleIcon,
|
XCircleIcon,
|
||||||
GraphIcon,
|
GraphIcon,
|
||||||
} from "@primer/octicons-react";
|
} from "@primer/octicons-react";
|
||||||
|
import { MoreVertical, Folder } from "lucide-react";
|
||||||
import { average } from "color.js";
|
import { average } from "color.js";
|
||||||
|
|
||||||
interface AnimatedPercentageProps {
|
interface AnimatedPercentageProps {
|
||||||
@@ -452,6 +452,7 @@ export function DownloadGroup({
|
|||||||
seedingStatus,
|
seedingStatus,
|
||||||
}: Readonly<DownloadGroupProps>) {
|
}: Readonly<DownloadGroupProps>) {
|
||||||
const { t } = useTranslation("downloads");
|
const { t } = useTranslation("downloads");
|
||||||
|
const { t: tGameDetails } = useTranslation("game_details");
|
||||||
const navigate = useNavigate();
|
const navigate = useNavigate();
|
||||||
|
|
||||||
const userPreferences = useAppSelector(
|
const userPreferences = useAppSelector(
|
||||||
@@ -530,6 +531,9 @@ export function DownloadGroup({
|
|||||||
const [gameToCancelObjectId, setGameToCancelObjectId] = useState<
|
const [gameToCancelObjectId, setGameToCancelObjectId] = useState<
|
||||||
string | null
|
string | null
|
||||||
>(null);
|
>(null);
|
||||||
|
const [gameActionTypes, setGameActionTypes] = useState<
|
||||||
|
Record<string, "install" | "open-folder">
|
||||||
|
>({});
|
||||||
|
|
||||||
const extractDominantColor = useCallback(
|
const extractDominantColor = useCallback(
|
||||||
async (imageUrl: string, gameId: string) => {
|
async (imageUrl: string, gameId: string) => {
|
||||||
@@ -694,14 +698,6 @@ export function DownloadGroup({
|
|||||||
|
|
||||||
if (game.download?.progress === 1) {
|
if (game.download?.progress === 1) {
|
||||||
const actions = [
|
const actions = [
|
||||||
{
|
|
||||||
label: t("install"),
|
|
||||||
disabled: deleting,
|
|
||||||
onClick: () => {
|
|
||||||
openGameInstaller(game.shop, game.objectId);
|
|
||||||
},
|
|
||||||
icon: <DownloadIcon />,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: t("extract"),
|
label: t("extract"),
|
||||||
disabled: game.download.extracting,
|
disabled: game.download.extracting,
|
||||||
@@ -805,6 +801,37 @@ export function DownloadGroup({
|
|||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// Fetch action types for completed games
|
||||||
|
useEffect(() => {
|
||||||
|
const fetchActionTypes = async () => {
|
||||||
|
const completedGames = library.filter(
|
||||||
|
(game) => game.download?.progress === 1
|
||||||
|
);
|
||||||
|
|
||||||
|
const actionTypesPromises = completedGames.map(async (game) => {
|
||||||
|
try {
|
||||||
|
const actionType = await window.electron.getGameInstallerActionType(
|
||||||
|
game.shop,
|
||||||
|
game.objectId
|
||||||
|
);
|
||||||
|
return { gameId: game.id, actionType };
|
||||||
|
} catch {
|
||||||
|
return { gameId: game.id, actionType: "open-folder" as const };
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
const results = await Promise.all(actionTypesPromises);
|
||||||
|
const newActionTypes: Record<string, "install" | "open-folder"> = {};
|
||||||
|
results.forEach(({ gameId, actionType }) => {
|
||||||
|
newActionTypes[gameId] = actionType;
|
||||||
|
});
|
||||||
|
|
||||||
|
setGameActionTypes((prev) => ({ ...prev, ...newActionTypes }));
|
||||||
|
};
|
||||||
|
|
||||||
|
fetchActionTypes();
|
||||||
|
}, [library]);
|
||||||
|
|
||||||
if (!library.length) return null;
|
if (!library.length) return null;
|
||||||
|
|
||||||
const isDownloadingGroup = title === t("download_in_progress");
|
const isDownloadingGroup = title === t("download_in_progress");
|
||||||
@@ -959,18 +986,35 @@ export function DownloadGroup({
|
|||||||
)}
|
)}
|
||||||
|
|
||||||
<div className="download-group__simple-actions">
|
<div className="download-group__simple-actions">
|
||||||
{game.download?.progress === 1 && (
|
{game.download?.progress === 1 &&
|
||||||
<Button
|
(() => {
|
||||||
theme="primary"
|
const actionType =
|
||||||
onClick={() =>
|
gameActionTypes[game.id] || "open-folder";
|
||||||
openGameInstaller(game.shop, game.objectId)
|
const isInstall = actionType === "install";
|
||||||
}
|
|
||||||
disabled={isGameDeleting(game.id)}
|
return (
|
||||||
className="download-group__simple-menu-btn"
|
<Button
|
||||||
>
|
theme="primary"
|
||||||
<PlayIcon size={16} />
|
onClick={() =>
|
||||||
</Button>
|
openGameInstaller(game.shop, game.objectId)
|
||||||
)}
|
}
|
||||||
|
disabled={isGameDeleting(game.id)}
|
||||||
|
className="download-group__simple-action-btn"
|
||||||
|
>
|
||||||
|
{isInstall ? (
|
||||||
|
<>
|
||||||
|
<DownloadIcon size={16} />
|
||||||
|
{t("install")}
|
||||||
|
</>
|
||||||
|
) : (
|
||||||
|
<>
|
||||||
|
<Folder size={16} />
|
||||||
|
{tGameDetails("open_folder")}
|
||||||
|
</>
|
||||||
|
)}
|
||||||
|
</Button>
|
||||||
|
);
|
||||||
|
})()}
|
||||||
{isQueuedGroup && game.download?.progress !== 1 && (
|
{isQueuedGroup && game.download?.progress !== 1 && (
|
||||||
<Button
|
<Button
|
||||||
theme="primary"
|
theme="primary"
|
||||||
@@ -986,7 +1030,7 @@ export function DownloadGroup({
|
|||||||
theme="outline"
|
theme="outline"
|
||||||
className="download-group__simple-menu-btn"
|
className="download-group__simple-menu-btn"
|
||||||
>
|
>
|
||||||
<ThreeBarsIcon />
|
<MoreVertical size={16} />
|
||||||
</Button>
|
</Button>
|
||||||
</DropdownMenu>
|
</DropdownMenu>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -40,6 +40,34 @@
|
|||||||
gap: calc(globals.$spacing-unit * 1);
|
gap: calc(globals.$spacing-unit * 1);
|
||||||
color: globals.$body-color;
|
color: globals.$body-color;
|
||||||
padding: calc(globals.$spacing-unit * 2);
|
padding: calc(globals.$spacing-unit * 2);
|
||||||
|
padding-right: calc(globals.$spacing-unit * 4);
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
&__availability-orb {
|
||||||
|
position: absolute;
|
||||||
|
top: calc(globals.$spacing-unit * 1.5);
|
||||||
|
right: calc(globals.$spacing-unit * 1.5);
|
||||||
|
width: 8px;
|
||||||
|
height: 8px;
|
||||||
|
border-radius: 50%;
|
||||||
|
flex-shrink: 0;
|
||||||
|
|
||||||
|
&--online {
|
||||||
|
background-color: #22c55e;
|
||||||
|
box-shadow: 0 0 6px rgba(34, 197, 94, 0.5);
|
||||||
|
}
|
||||||
|
|
||||||
|
&--partial {
|
||||||
|
background-color: #eab308;
|
||||||
|
box-shadow: 0 0 6px rgba(234, 179, 8, 0.5);
|
||||||
|
}
|
||||||
|
|
||||||
|
&--offline {
|
||||||
|
background-color: #ef4444;
|
||||||
|
opacity: 0.7;
|
||||||
|
box-shadow: 0 0 6px rgba(239, 68, 68, 0.4);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__repack-title {
|
&__repack-title {
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ import {
|
|||||||
ChevronDownIcon,
|
ChevronDownIcon,
|
||||||
ChevronUpIcon,
|
ChevronUpIcon,
|
||||||
} from "@primer/octicons-react";
|
} from "@primer/octicons-react";
|
||||||
|
import { Tooltip } from "react-tooltip";
|
||||||
|
|
||||||
import {
|
import {
|
||||||
Badge,
|
Badge,
|
||||||
@@ -185,6 +186,20 @@ export function RepacksModal({
|
|||||||
);
|
);
|
||||||
}, [repacks, hashesInDebrid]);
|
}, [repacks, hashesInDebrid]);
|
||||||
|
|
||||||
|
const getRepackAvailabilityStatus = (
|
||||||
|
repack: GameRepack
|
||||||
|
): "online" | "partial" | "offline" => {
|
||||||
|
const unavailableSet = new Set(repack.unavailableUris ?? []);
|
||||||
|
const availableCount = repack.uris.filter(
|
||||||
|
(uri) => !unavailableSet.has(uri)
|
||||||
|
).length;
|
||||||
|
const unavailableCount = repack.uris.length - availableCount;
|
||||||
|
|
||||||
|
if (unavailableCount === 0) return "online";
|
||||||
|
if (availableCount === 0) return "offline";
|
||||||
|
return "partial";
|
||||||
|
};
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
const term = filterTerm.trim().toLowerCase();
|
const term = filterTerm.trim().toLowerCase();
|
||||||
|
|
||||||
@@ -363,6 +378,8 @@ export function RepacksModal({
|
|||||||
filteredRepacks.map((repack) => {
|
filteredRepacks.map((repack) => {
|
||||||
const isLastDownloadedOption =
|
const isLastDownloadedOption =
|
||||||
checkIfLastDownloadedOption(repack);
|
checkIfLastDownloadedOption(repack);
|
||||||
|
const availabilityStatus = getRepackAvailabilityStatus(repack);
|
||||||
|
const tooltipId = `availability-orb-${repack.id}`;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Button
|
<Button
|
||||||
@@ -371,6 +388,13 @@ export function RepacksModal({
|
|||||||
onClick={() => handleRepackClick(repack)}
|
onClick={() => handleRepackClick(repack)}
|
||||||
className="repacks-modal__repack-button"
|
className="repacks-modal__repack-button"
|
||||||
>
|
>
|
||||||
|
<span
|
||||||
|
className={`repacks-modal__availability-orb repacks-modal__availability-orb--${availabilityStatus}`}
|
||||||
|
data-tooltip-id={tooltipId}
|
||||||
|
data-tooltip-content={t(`source_${availabilityStatus}`)}
|
||||||
|
/>
|
||||||
|
<Tooltip id={tooltipId} />
|
||||||
|
|
||||||
<p className="repacks-modal__repack-title">
|
<p className="repacks-modal__repack-title">
|
||||||
{repack.title}
|
{repack.title}
|
||||||
{userPreferences?.enableNewDownloadOptionsBadges !==
|
{userPreferences?.enableNewDownloadOptionsBadges !==
|
||||||
|
|||||||
@@ -58,6 +58,8 @@ export function LocalNotificationItem({
|
|||||||
return <SyncIcon size={24} />;
|
return <SyncIcon size={24} />;
|
||||||
case "ACHIEVEMENT_UNLOCKED":
|
case "ACHIEVEMENT_UNLOCKED":
|
||||||
return <TrophyIcon size={24} />;
|
return <TrophyIcon size={24} />;
|
||||||
|
case "SCAN_GAMES_COMPLETE":
|
||||||
|
return <SyncIcon size={24} />;
|
||||||
default:
|
default:
|
||||||
return <DownloadIcon size={24} />;
|
return <DownloadIcon size={24} />;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,20 @@
|
|||||||
&__box {
|
&__box {
|
||||||
padding: calc(globals.$spacing-unit * 2);
|
padding: calc(globals.$spacing-unit * 2);
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
&--empty {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
gap: calc(globals.$spacing-unit * 2);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&__empty-text {
|
||||||
|
color: globals.$muted-color;
|
||||||
|
font-size: globals.$small-font-size;
|
||||||
|
margin: 0;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__add-friend-button {
|
&__add-friend-button {
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ export function FriendsBox() {
|
|||||||
const [showAddFriendModal, setShowAddFriendModal] = useState(false);
|
const [showAddFriendModal, setShowAddFriendModal] = useState(false);
|
||||||
|
|
||||||
const isMe = userDetails?.id === userProfile?.id;
|
const isMe = userDetails?.id === userProfile?.id;
|
||||||
|
const hasFriends = userProfile?.friends && userProfile.friends.length > 0;
|
||||||
|
|
||||||
const getGameImage = (game: { iconUrl: string | null; title: string }) => {
|
const getGameImage = (game: { iconUrl: string | null; title: string }) => {
|
||||||
if (game.iconUrl) {
|
if (game.iconUrl) {
|
||||||
@@ -35,7 +36,15 @@ export function FriendsBox() {
|
|||||||
return <SteamLogo width={16} height={16} />;
|
return <SteamLogo width={16} height={16} />;
|
||||||
};
|
};
|
||||||
|
|
||||||
if (!userProfile?.friends.length) return null;
|
if (!hasFriends) {
|
||||||
|
if (!isMe) return null;
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div className="friends-box__box friends-box__box--empty">
|
||||||
|
<p className="friends-box__empty-text">{t("no_friends_yet")}</p>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
const visibleFriends = userProfile.friends.slice(0, MAX_VISIBLE_FRIENDS);
|
const visibleFriends = userProfile.friends.slice(0, MAX_VISIBLE_FRIENDS);
|
||||||
const totalFriends = userProfile.friends.length;
|
const totalFriends = userProfile.friends.length;
|
||||||
|
|||||||
@@ -376,7 +376,7 @@ export function ProfileContent() {
|
|||||||
const hasAnyGames = hasGames || hasPinnedGames;
|
const hasAnyGames = hasGames || hasPinnedGames;
|
||||||
|
|
||||||
const shouldShowRightContent =
|
const shouldShowRightContent =
|
||||||
hasAnyGames || userProfile.friends.length > 0;
|
hasAnyGames || userProfile.friends.length > 0 || isMe;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<section className="profile-content__section">
|
<section className="profile-content__section">
|
||||||
@@ -444,7 +444,7 @@ export function ProfileContent() {
|
|||||||
<RecentGamesBox />
|
<RecentGamesBox />
|
||||||
</ProfileSection>
|
</ProfileSection>
|
||||||
)}
|
)}
|
||||||
{userProfile?.friends.length > 0 && (
|
{(userProfile?.friends.length > 0 || isMe) && (
|
||||||
<ProfileSection
|
<ProfileSection
|
||||||
title={t("friends")}
|
title={t("friends")}
|
||||||
count={userStats?.friendsCount || userProfile.friends.length}
|
count={userStats?.friendsCount || userProfile.friends.length}
|
||||||
|
|||||||
@@ -29,6 +29,12 @@
|
|||||||
background-color: rgba(255, 255, 255, 0.15);
|
background-color: rgba(255, 255, 255, 0.15);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&--wrapped {
|
||||||
|
&:hover {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__list-title {
|
&__list-title {
|
||||||
@@ -70,4 +76,15 @@
|
|||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&__wrapped-link {
|
||||||
|
background: none;
|
||||||
|
border: none;
|
||||||
|
padding: 0;
|
||||||
|
text-align: start;
|
||||||
|
color: globals.$body-color;
|
||||||
|
font-size: 0.875rem;
|
||||||
|
cursor: pointer;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import { useCallback, useContext } from "react";
|
import { useCallback, useContext, useState } from "react";
|
||||||
import { userProfileContext } from "@renderer/context";
|
import { userProfileContext } from "@renderer/context";
|
||||||
import { useTranslation } from "react-i18next";
|
import { useTranslation } from "react-i18next";
|
||||||
import { useFormat, useUserDetails } from "@renderer/hooks";
|
import { useFormat, useUserDetails } from "@renderer/hooks";
|
||||||
@@ -7,9 +7,11 @@ import HydraIcon from "@renderer/assets/icons/hydra.svg?react";
|
|||||||
import { useSubscription } from "@renderer/hooks/use-subscription";
|
import { useSubscription } from "@renderer/hooks/use-subscription";
|
||||||
import { ClockIcon, TrophyIcon } from "@primer/octicons-react";
|
import { ClockIcon, TrophyIcon } from "@primer/octicons-react";
|
||||||
import { Award } from "lucide-react";
|
import { Award } from "lucide-react";
|
||||||
|
import { WrappedFullscreenModal } from "./wrapped-tab";
|
||||||
import "./user-stats-box.scss";
|
import "./user-stats-box.scss";
|
||||||
|
|
||||||
export function UserStatsBox() {
|
export function UserStatsBox() {
|
||||||
|
const [showWrappedModal, setShowWrappedModal] = useState(false);
|
||||||
const { showHydraCloudModal } = useSubscription();
|
const { showHydraCloudModal } = useSubscription();
|
||||||
const { userStats, isMe, userProfile } = useContext(userProfileContext);
|
const { userStats, isMe, userProfile } = useContext(userProfileContext);
|
||||||
const { userDetails } = useUserDetails();
|
const { userDetails } = useUserDetails();
|
||||||
@@ -41,6 +43,18 @@ export function UserStatsBox() {
|
|||||||
return (
|
return (
|
||||||
<div className="user-stats__box">
|
<div className="user-stats__box">
|
||||||
<ul className="user-stats__list">
|
<ul className="user-stats__list">
|
||||||
|
{userProfile?.hasCompletedWrapped2025 && (
|
||||||
|
<li className="user-stats__list-item user-stats__list-item--wrapped">
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
onClick={() => setShowWrappedModal(true)}
|
||||||
|
className="user-stats__wrapped-link"
|
||||||
|
>
|
||||||
|
Wrapped 2025
|
||||||
|
</button>
|
||||||
|
</li>
|
||||||
|
)}
|
||||||
|
|
||||||
{(isMe || userStats.unlockedAchievementSum !== undefined) && (
|
{(isMe || userStats.unlockedAchievementSum !== undefined) && (
|
||||||
<li className="user-stats__list-item">
|
<li className="user-stats__list-item">
|
||||||
<h3 className="user-stats__list-title">
|
<h3 className="user-stats__list-title">
|
||||||
@@ -126,6 +140,14 @@ export function UserStatsBox() {
|
|||||||
</li>
|
</li>
|
||||||
)}
|
)}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
{userProfile && (
|
||||||
|
<WrappedFullscreenModal
|
||||||
|
userId={userProfile.id}
|
||||||
|
isOpen={showWrappedModal}
|
||||||
|
onClose={() => setShowWrappedModal(false)}
|
||||||
|
/>
|
||||||
|
)}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -144,11 +144,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__left-actions {
|
|
||||||
display: flex;
|
|
||||||
gap: globals.$spacing-unit;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__actions {
|
&__actions {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: globals.$spacing-unit;
|
gap: globals.$spacing-unit;
|
||||||
@@ -160,35 +155,5 @@
|
|||||||
&--outline {
|
&--outline {
|
||||||
border-color: globals.$body-color;
|
border-color: globals.$body-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
&--wrapped {
|
|
||||||
background: linear-gradient(
|
|
||||||
120deg,
|
|
||||||
#2a57ff 0%,
|
|
||||||
#2951e6 11%,
|
|
||||||
#2f5bff 16%,
|
|
||||||
#2c56e8 29%,
|
|
||||||
#244acc 34%,
|
|
||||||
#2245c2 40%,
|
|
||||||
#3a6bff 45%,
|
|
||||||
#3766f2 50%,
|
|
||||||
#2444b8 56%,
|
|
||||||
#122a73 82%,
|
|
||||||
#2348b3 86%,
|
|
||||||
#1f429e 87%,
|
|
||||||
#10286a 93%,
|
|
||||||
#0e2a63 100%
|
|
||||||
);
|
|
||||||
background-color: #2a57ff;
|
|
||||||
background-size: 105% 100%;
|
|
||||||
background-position: 100% 50%;
|
|
||||||
border: none;
|
|
||||||
color: white;
|
|
||||||
transition: background-position 0.4s ease;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
background-position: 0% 50%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ import {
|
|||||||
PencilIcon,
|
PencilIcon,
|
||||||
PersonAddIcon,
|
PersonAddIcon,
|
||||||
SignOutIcon,
|
SignOutIcon,
|
||||||
TrophyIcon,
|
|
||||||
XCircleFillIcon,
|
XCircleFillIcon,
|
||||||
} from "@primer/octicons-react";
|
} from "@primer/octicons-react";
|
||||||
import { buildGameDetailsPath } from "@renderer/helpers";
|
import { buildGameDetailsPath } from "@renderer/helpers";
|
||||||
@@ -30,7 +29,6 @@ import { motion } from "framer-motion";
|
|||||||
|
|
||||||
import type { FriendRequestAction } from "@types";
|
import type { FriendRequestAction } from "@types";
|
||||||
import { EditProfileModal } from "../edit-profile-modal/edit-profile-modal";
|
import { EditProfileModal } from "../edit-profile-modal/edit-profile-modal";
|
||||||
import { WrappedFullscreenModal } from "../profile-content/wrapped-tab";
|
|
||||||
import Skeleton from "react-loading-skeleton";
|
import Skeleton from "react-loading-skeleton";
|
||||||
import { UploadBackgroundImageButton } from "../upload-background-image-button/upload-background-image-button";
|
import { UploadBackgroundImageButton } from "../upload-background-image-button/upload-background-image-button";
|
||||||
import "./profile-hero.scss";
|
import "./profile-hero.scss";
|
||||||
@@ -41,10 +39,10 @@ type FriendAction =
|
|||||||
|
|
||||||
export function ProfileHero() {
|
export function ProfileHero() {
|
||||||
const [showEditProfileModal, setShowEditProfileModal] = useState(false);
|
const [showEditProfileModal, setShowEditProfileModal] = useState(false);
|
||||||
const [showWrappedModal, setShowWrappedModal] = useState(false);
|
|
||||||
const [showFullscreenAvatar, setShowFullscreenAvatar] = useState(false);
|
const [showFullscreenAvatar, setShowFullscreenAvatar] = useState(false);
|
||||||
const [isPerformingAction, setIsPerformingAction] = useState(false);
|
const [isPerformingAction, setIsPerformingAction] = useState(false);
|
||||||
const [isCopyButtonHovered, setIsCopyButtonHovered] = useState(false);
|
const [isCopyButtonHovered, setIsCopyButtonHovered] = useState(false);
|
||||||
|
const [isCopied, setIsCopied] = useState(false);
|
||||||
|
|
||||||
const { isMe, getUserProfile, userProfile, heroBackground, backgroundImage } =
|
const { isMe, getUserProfile, userProfile, heroBackground, backgroundImage } =
|
||||||
useContext(userProfileContext);
|
useContext(userProfileContext);
|
||||||
@@ -261,9 +259,23 @@ export function ProfileHero() {
|
|||||||
const copyFriendCode = useCallback(() => {
|
const copyFriendCode = useCallback(() => {
|
||||||
if (userProfile?.id) {
|
if (userProfile?.id) {
|
||||||
navigator.clipboard.writeText(userProfile.id);
|
navigator.clipboard.writeText(userProfile.id);
|
||||||
showSuccessToast(t("friend_code_copied"));
|
setIsCopied(true);
|
||||||
|
|
||||||
|
const startTime = performance.now();
|
||||||
|
const duration = 1200; // 1.2 seconds
|
||||||
|
|
||||||
|
const animate = (currentTime: number) => {
|
||||||
|
const elapsed = currentTime - startTime;
|
||||||
|
if (elapsed < duration) {
|
||||||
|
requestAnimationFrame(animate);
|
||||||
|
} else {
|
||||||
|
setIsCopied(false);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
requestAnimationFrame(animate);
|
||||||
}
|
}
|
||||||
}, [userProfile, showSuccessToast, t]);
|
}, [userProfile]);
|
||||||
|
|
||||||
const currentGame = useMemo(() => {
|
const currentGame = useMemo(() => {
|
||||||
if (isMe) {
|
if (isMe) {
|
||||||
@@ -286,13 +298,6 @@ export function ProfileHero() {
|
|||||||
onClose={() => setShowEditProfileModal(false)}
|
onClose={() => setShowEditProfileModal(false)}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{userProfile && (
|
|
||||||
<WrappedFullscreenModal
|
|
||||||
userId={userProfile.id}
|
|
||||||
isOpen={showWrappedModal}
|
|
||||||
onClose={() => setShowWrappedModal(false)}
|
|
||||||
/>
|
|
||||||
)}
|
|
||||||
<FullscreenMediaModal
|
<FullscreenMediaModal
|
||||||
visible={showFullscreenAvatar}
|
visible={showFullscreenAvatar}
|
||||||
onClose={() => setShowFullscreenAvatar(false)}
|
onClose={() => setShowFullscreenAvatar(false)}
|
||||||
@@ -348,7 +353,7 @@ export function ProfileHero() {
|
|||||||
onMouseLeave={() => setIsCopyButtonHovered(false)}
|
onMouseLeave={() => setIsCopyButtonHovered(false)}
|
||||||
initial={{ width: 28 }}
|
initial={{ width: 28 }}
|
||||||
animate={{
|
animate={{
|
||||||
width: isCopyButtonHovered ? 105 : 28,
|
width: isCopyButtonHovered || isCopied ? 105 : 28,
|
||||||
}}
|
}}
|
||||||
transition={{ duration: 0.2, ease: "easeInOut" }}
|
transition={{ duration: 0.2, ease: "easeInOut" }}
|
||||||
>
|
>
|
||||||
@@ -356,12 +361,12 @@ export function ProfileHero() {
|
|||||||
className="profile-hero__friend-code"
|
className="profile-hero__friend-code"
|
||||||
initial={{ opacity: 0, marginRight: 0 }}
|
initial={{ opacity: 0, marginRight: 0 }}
|
||||||
animate={{
|
animate={{
|
||||||
opacity: isCopyButtonHovered ? 1 : 0,
|
opacity: isCopyButtonHovered || isCopied ? 1 : 0,
|
||||||
marginRight: isCopyButtonHovered ? 8 : 0,
|
marginRight: isCopyButtonHovered || isCopied ? 8 : 0,
|
||||||
}}
|
}}
|
||||||
transition={{ duration: 0.2, ease: "easeInOut" }}
|
transition={{ duration: 0.2, ease: "easeInOut" }}
|
||||||
>
|
>
|
||||||
{userProfile?.id}
|
{isCopied ? t("copied") : userProfile?.id}
|
||||||
</motion.span>
|
</motion.span>
|
||||||
<CopyIcon size={16} />
|
<CopyIcon size={16} />
|
||||||
</motion.button>
|
</motion.button>
|
||||||
@@ -410,22 +415,6 @@ export function ProfileHero() {
|
|||||||
background: !backgroundImage ? heroBackground : undefined,
|
background: !backgroundImage ? heroBackground : undefined,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{userProfile?.hasCompletedWrapped2025 && (
|
|
||||||
<div className="profile-hero__left-actions">
|
|
||||||
<Button
|
|
||||||
theme="outline"
|
|
||||||
onClick={() => setShowWrappedModal(true)}
|
|
||||||
className="profile-hero__button--wrapped"
|
|
||||||
>
|
|
||||||
<TrophyIcon />
|
|
||||||
{isMe
|
|
||||||
? t("view_my_wrapped_button")
|
|
||||||
: t("view_wrapped_button", {
|
|
||||||
displayName: userProfile.displayName,
|
|
||||||
})}
|
|
||||||
</Button>
|
|
||||||
</div>
|
|
||||||
)}
|
|
||||||
<div className="profile-hero__actions">{profileActions}</div>
|
<div className="profile-hero__actions">{profileActions}</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
@@ -1,11 +1,86 @@
|
|||||||
@use "../../../scss/globals.scss";
|
@use "../../../scss/globals.scss";
|
||||||
|
|
||||||
.upload-background-image-button {
|
.upload-background-image-button {
|
||||||
position: absolute;
|
&__wrapper {
|
||||||
top: 16px;
|
position: absolute;
|
||||||
right: 16px;
|
top: 16px;
|
||||||
|
right: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
border-color: globals.$body-color;
|
border-color: globals.$body-color;
|
||||||
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
|
||||||
background-color: rgba(0, 0, 0, 0.1);
|
background-color: rgba(0, 0, 0, 0.1);
|
||||||
backdrop-filter: blur(20px);
|
backdrop-filter: blur(20px);
|
||||||
|
|
||||||
|
&__menu {
|
||||||
|
background-color: rgba(0, 0, 0, 0.4);
|
||||||
|
backdrop-filter: blur(20px);
|
||||||
|
border: 1px solid rgba(255, 255, 255, 0.08);
|
||||||
|
border-radius: 6px;
|
||||||
|
min-width: 180px;
|
||||||
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
|
||||||
|
z-index: 1000;
|
||||||
|
padding: 4px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
animation: menu-fade-in 0.2s ease-out;
|
||||||
|
|
||||||
|
&--closing {
|
||||||
|
animation: menu-fade-out 0.15s ease-in;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&__menu-item {
|
||||||
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: flex-start;
|
||||||
|
gap: 8px;
|
||||||
|
border-radius: 4px;
|
||||||
|
padding: 5px 12px;
|
||||||
|
cursor: pointer;
|
||||||
|
transition: background-color 0.1s ease-in-out;
|
||||||
|
font-size: 14px;
|
||||||
|
background: none;
|
||||||
|
border: none;
|
||||||
|
color: globals.$body-color;
|
||||||
|
text-align: left;
|
||||||
|
|
||||||
|
&:hover:not(:disabled) {
|
||||||
|
background-color: rgba(255, 255, 255, 0.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
&:disabled {
|
||||||
|
cursor: default;
|
||||||
|
opacity: 0.6;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:focus {
|
||||||
|
background-color: rgba(255, 255, 255, 0.1);
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes menu-fade-in {
|
||||||
|
0% {
|
||||||
|
opacity: 0;
|
||||||
|
transform: translateY(-8px);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
opacity: 1;
|
||||||
|
transform: translateY(0);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes menu-fade-out {
|
||||||
|
0% {
|
||||||
|
opacity: 1;
|
||||||
|
transform: translateY(0);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
opacity: 0;
|
||||||
|
transform: translateY(-8px);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
import { UploadIcon } from "@primer/octicons-react";
|
import { TrashIcon, UploadIcon } from "@primer/octicons-react";
|
||||||
import { Button } from "@renderer/components";
|
import { MoreVertical } from "lucide-react";
|
||||||
import { useContext, useState } from "react";
|
import { Button, ConfirmationModal } from "@renderer/components";
|
||||||
|
import { createPortal } from "react-dom";
|
||||||
|
import { useContext, useEffect, useRef, useState } from "react";
|
||||||
import { userProfileContext } from "@renderer/context";
|
import { userProfileContext } from "@renderer/context";
|
||||||
import { useToast, useUserDetails } from "@renderer/hooks";
|
import { useToast, useUserDetails } from "@renderer/hooks";
|
||||||
import { useTranslation } from "react-i18next";
|
import { useTranslation } from "react-i18next";
|
||||||
@@ -9,16 +11,33 @@ import "./upload-background-image-button.scss";
|
|||||||
export function UploadBackgroundImageButton() {
|
export function UploadBackgroundImageButton() {
|
||||||
const [isUploadingBackgroundImage, setIsUploadingBackgorundImage] =
|
const [isUploadingBackgroundImage, setIsUploadingBackgorundImage] =
|
||||||
useState(false);
|
useState(false);
|
||||||
|
const [isMenuOpen, setIsMenuOpen] = useState(false);
|
||||||
|
const [isMenuClosing, setIsMenuClosing] = useState(false);
|
||||||
|
const [showRemoveBannerModal, setShowRemoveBannerModal] = useState(false);
|
||||||
|
const buttonRef = useRef<HTMLDivElement>(null);
|
||||||
|
const menuRef = useRef<HTMLDivElement>(null);
|
||||||
const { hasActiveSubscription } = useUserDetails();
|
const { hasActiveSubscription } = useUserDetails();
|
||||||
|
|
||||||
const { t } = useTranslation("user_profile");
|
const { t } = useTranslation("user_profile");
|
||||||
|
|
||||||
const { isMe, setSelectedBackgroundImage } = useContext(userProfileContext);
|
const { isMe, setSelectedBackgroundImage, userProfile, getUserProfile } =
|
||||||
|
useContext(userProfileContext);
|
||||||
const { patchUser, fetchUserDetails } = useUserDetails();
|
const { patchUser, fetchUserDetails } = useUserDetails();
|
||||||
|
|
||||||
const { showSuccessToast } = useToast();
|
const { showSuccessToast } = useToast();
|
||||||
|
|
||||||
const handleChangeCoverClick = async () => {
|
const hasBanner = !!userProfile?.backgroundImageUrl;
|
||||||
|
|
||||||
|
const closeMenu = () => {
|
||||||
|
setIsMenuClosing(true);
|
||||||
|
setTimeout(() => {
|
||||||
|
setIsMenuOpen(false);
|
||||||
|
setIsMenuClosing(false);
|
||||||
|
}, 150);
|
||||||
|
};
|
||||||
|
|
||||||
|
const handleReplaceBanner = async () => {
|
||||||
|
closeMenu();
|
||||||
try {
|
try {
|
||||||
const { filePaths } = await window.electron.showOpenDialog({
|
const { filePaths } = await window.electron.showOpenDialog({
|
||||||
properties: ["openFile"],
|
properties: ["openFile"],
|
||||||
@@ -40,23 +59,159 @@ export function UploadBackgroundImageButton() {
|
|||||||
|
|
||||||
showSuccessToast(t("background_image_updated"));
|
showSuccessToast(t("background_image_updated"));
|
||||||
await fetchUserDetails();
|
await fetchUserDetails();
|
||||||
|
await getUserProfile();
|
||||||
}
|
}
|
||||||
} finally {
|
} finally {
|
||||||
setIsUploadingBackgorundImage(false);
|
setIsUploadingBackgorundImage(false);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const handleRemoveBannerClick = () => {
|
||||||
|
closeMenu();
|
||||||
|
setShowRemoveBannerModal(true);
|
||||||
|
};
|
||||||
|
|
||||||
|
const handleRemoveBannerConfirm = async () => {
|
||||||
|
setShowRemoveBannerModal(false);
|
||||||
|
try {
|
||||||
|
setIsUploadingBackgorundImage(true);
|
||||||
|
setSelectedBackgroundImage("");
|
||||||
|
await patchUser({ backgroundImageUrl: null });
|
||||||
|
showSuccessToast(t("background_image_updated"));
|
||||||
|
await fetchUserDetails();
|
||||||
|
await getUserProfile();
|
||||||
|
} finally {
|
||||||
|
setIsUploadingBackgorundImage(false);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
// Handle click outside, scroll, and escape key to close menu
|
||||||
|
useEffect(() => {
|
||||||
|
if (!isMenuOpen) return;
|
||||||
|
|
||||||
|
const handleClickOutside = (event: MouseEvent) => {
|
||||||
|
const target = event.target as Node;
|
||||||
|
if (
|
||||||
|
menuRef.current &&
|
||||||
|
!menuRef.current.contains(target) &&
|
||||||
|
buttonRef.current &&
|
||||||
|
!buttonRef.current.contains(target)
|
||||||
|
) {
|
||||||
|
closeMenu();
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
const handleEscape = (event: KeyboardEvent) => {
|
||||||
|
if (event.key === "Escape") {
|
||||||
|
closeMenu();
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
const handleScroll = () => {
|
||||||
|
closeMenu();
|
||||||
|
};
|
||||||
|
|
||||||
|
document.addEventListener("mousedown", handleClickOutside);
|
||||||
|
document.addEventListener("keydown", handleEscape);
|
||||||
|
window.addEventListener("scroll", handleScroll, true);
|
||||||
|
|
||||||
|
return () => {
|
||||||
|
document.removeEventListener("mousedown", handleClickOutside);
|
||||||
|
document.removeEventListener("keydown", handleEscape);
|
||||||
|
window.removeEventListener("scroll", handleScroll, true);
|
||||||
|
};
|
||||||
|
}, [isMenuOpen]);
|
||||||
|
|
||||||
if (!isMe || !hasActiveSubscription) return null;
|
if (!isMe || !hasActiveSubscription) return null;
|
||||||
|
|
||||||
return (
|
// If no banner exists, show the original upload button
|
||||||
<Button
|
if (!hasBanner) {
|
||||||
theme="outline"
|
return (
|
||||||
className="upload-background-image-button"
|
<div className="upload-background-image-button__wrapper">
|
||||||
onClick={handleChangeCoverClick}
|
<Button
|
||||||
disabled={isUploadingBackgroundImage}
|
theme="outline"
|
||||||
|
className="upload-background-image-button"
|
||||||
|
onClick={handleReplaceBanner}
|
||||||
|
disabled={isUploadingBackgroundImage}
|
||||||
|
>
|
||||||
|
<UploadIcon />
|
||||||
|
{isUploadingBackgroundImage
|
||||||
|
? t("uploading_banner")
|
||||||
|
: t("upload_banner")}
|
||||||
|
</Button>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Calculate menu position
|
||||||
|
const getMenuPosition = () => {
|
||||||
|
if (!buttonRef.current) return { top: 0, right: 0 };
|
||||||
|
const rect = buttonRef.current.getBoundingClientRect();
|
||||||
|
return {
|
||||||
|
top: rect.bottom + 5,
|
||||||
|
right: window.innerWidth - rect.right,
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
const menuPosition = isMenuOpen ? getMenuPosition() : { top: 0, right: 0 };
|
||||||
|
|
||||||
|
const menuContent = isMenuOpen && (
|
||||||
|
<div
|
||||||
|
ref={menuRef}
|
||||||
|
className={`upload-background-image-button__menu ${
|
||||||
|
isMenuClosing ? "upload-background-image-button__menu--closing" : ""
|
||||||
|
}`}
|
||||||
|
style={{
|
||||||
|
position: "fixed",
|
||||||
|
top: `${menuPosition.top}px`,
|
||||||
|
right: `${menuPosition.right}px`,
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
<UploadIcon />
|
<button
|
||||||
{isUploadingBackgroundImage ? t("uploading_banner") : t("upload_banner")}
|
type="button"
|
||||||
</Button>
|
className="upload-background-image-button__menu-item"
|
||||||
|
onClick={handleReplaceBanner}
|
||||||
|
disabled={isUploadingBackgroundImage}
|
||||||
|
>
|
||||||
|
<UploadIcon size={16} />
|
||||||
|
{t("replace_banner")}
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
className="upload-background-image-button__menu-item"
|
||||||
|
onClick={handleRemoveBannerClick}
|
||||||
|
disabled={isUploadingBackgroundImage}
|
||||||
|
>
|
||||||
|
<TrashIcon size={16} />
|
||||||
|
{t("remove_banner")}
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<div ref={buttonRef} className="upload-background-image-button__wrapper">
|
||||||
|
<Button
|
||||||
|
theme="outline"
|
||||||
|
className="upload-background-image-button"
|
||||||
|
onClick={() => setIsMenuOpen(!isMenuOpen)}
|
||||||
|
disabled={isUploadingBackgroundImage}
|
||||||
|
>
|
||||||
|
{t("change_banner")}
|
||||||
|
<MoreVertical size={16} />
|
||||||
|
</Button>
|
||||||
|
</div>
|
||||||
|
{createPortal(menuContent, document.body)}
|
||||||
|
<ConfirmationModal
|
||||||
|
visible={showRemoveBannerModal}
|
||||||
|
title={t("remove_banner_modal_title")}
|
||||||
|
descriptionText={t("remove_banner_confirmation")}
|
||||||
|
onClose={() => setShowRemoveBannerModal(false)}
|
||||||
|
onConfirm={handleRemoveBannerConfirm}
|
||||||
|
cancelButtonLabel={t("cancel")}
|
||||||
|
confirmButtonLabel={t("remove")}
|
||||||
|
buttonsIsDisabled={isUploadingBackgroundImage}
|
||||||
|
/>
|
||||||
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,10 +14,6 @@
|
|||||||
&__section {
|
&__section {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
&:not(:last-child) {
|
|
||||||
margin-bottom: calc(globals.$spacing-unit * 2);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&__section-header {
|
&__section-header {
|
||||||
|
|||||||
@@ -18,6 +18,13 @@
|
|||||||
align-self: flex-start;
|
align-self: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&__disabled-hint {
|
||||||
|
font-size: 13px;
|
||||||
|
color: globals.$muted-color;
|
||||||
|
margin-top: calc(globals.$spacing-unit * -1);
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
&__volume-control {
|
&__volume-control {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
@@ -37,6 +37,12 @@ export function SettingsGeneral() {
|
|||||||
(state) => state.userPreferences.value
|
(state) => state.userPreferences.value
|
||||||
);
|
);
|
||||||
|
|
||||||
|
const lastPacket = useAppSelector((state) => state.download.lastPacket);
|
||||||
|
const hasActiveDownload =
|
||||||
|
lastPacket !== null &&
|
||||||
|
lastPacket.progress < 1 &&
|
||||||
|
!lastPacket.isDownloadingMetadata;
|
||||||
|
|
||||||
const [canInstallCommonRedist, setCanInstallCommonRedist] = useState(false);
|
const [canInstallCommonRedist, setCanInstallCommonRedist] = useState(false);
|
||||||
const [installingCommonRedist, setInstallingCommonRedist] = useState(false);
|
const [installingCommonRedist, setInstallingCommonRedist] = useState(false);
|
||||||
|
|
||||||
@@ -53,7 +59,7 @@ export function SettingsGeneral() {
|
|||||||
achievementSoundVolume: 15,
|
achievementSoundVolume: 15,
|
||||||
language: "",
|
language: "",
|
||||||
customStyles: window.localStorage.getItem("customStyles") || "",
|
customStyles: window.localStorage.getItem("customStyles") || "",
|
||||||
useNativeHttpDownloader: false,
|
useNativeHttpDownloader: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
const [languageOptions, setLanguageOptions] = useState<LanguageOption[]>([]);
|
const [languageOptions, setLanguageOptions] = useState<LanguageOption[]>([]);
|
||||||
@@ -133,7 +139,7 @@ export function SettingsGeneral() {
|
|||||||
userPreferences.friendStartGameNotificationsEnabled ?? true,
|
userPreferences.friendStartGameNotificationsEnabled ?? true,
|
||||||
language: language ?? "en",
|
language: language ?? "en",
|
||||||
useNativeHttpDownloader:
|
useNativeHttpDownloader:
|
||||||
userPreferences.useNativeHttpDownloader ?? false,
|
userPreferences.useNativeHttpDownloader ?? true,
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
}, [userPreferences, defaultDownloadsPath]);
|
}, [userPreferences, defaultDownloadsPath]);
|
||||||
@@ -256,6 +262,7 @@ export function SettingsGeneral() {
|
|||||||
<CheckboxField
|
<CheckboxField
|
||||||
label={t("use_native_http_downloader")}
|
label={t("use_native_http_downloader")}
|
||||||
checked={form.useNativeHttpDownloader}
|
checked={form.useNativeHttpDownloader}
|
||||||
|
disabled={hasActiveDownload}
|
||||||
onChange={() =>
|
onChange={() =>
|
||||||
handleChange({
|
handleChange({
|
||||||
useNativeHttpDownloader: !form.useNativeHttpDownloader,
|
useNativeHttpDownloader: !form.useNativeHttpDownloader,
|
||||||
@@ -263,6 +270,12 @@ export function SettingsGeneral() {
|
|||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
{hasActiveDownload && (
|
||||||
|
<p className="settings-general__disabled-hint">
|
||||||
|
{t("cannot_change_downloader_while_downloading")}
|
||||||
|
</p>
|
||||||
|
)}
|
||||||
|
|
||||||
<h2 className="settings-general__section-title">{t("notifications")}</h2>
|
<h2 className="settings-general__section-title">{t("notifications")}</h2>
|
||||||
|
|
||||||
<CheckboxField
|
<CheckboxField
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ $active-opacity: 0.7;
|
|||||||
|
|
||||||
$spacing-unit: 8px;
|
$spacing-unit: 8px;
|
||||||
|
|
||||||
$toast-z-index: 5;
|
$toast-z-index: 150;
|
||||||
$bottom-panel-z-index: 3;
|
$bottom-panel-z-index: 3;
|
||||||
$title-bar-z-index: 4;
|
$title-bar-z-index: 4;
|
||||||
$backdrop-z-index: 4;
|
$backdrop-z-index: 4;
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ export enum Downloader {
|
|||||||
Torrent,
|
Torrent,
|
||||||
Gofile,
|
Gofile,
|
||||||
PixelDrain,
|
PixelDrain,
|
||||||
Qiwi,
|
|
||||||
Datanodes,
|
Datanodes,
|
||||||
Mediafire,
|
Mediafire,
|
||||||
TorBox,
|
TorBox,
|
||||||
@@ -11,6 +10,7 @@ export enum Downloader {
|
|||||||
Buzzheavier,
|
Buzzheavier,
|
||||||
FuckingFast,
|
FuckingFast,
|
||||||
VikingFile,
|
VikingFile,
|
||||||
|
Rootz,
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum DownloadSourceStatus {
|
export enum DownloadSourceStatus {
|
||||||
|
|||||||
@@ -110,7 +110,6 @@ export const getDownloadersForUri = (uri: string) => {
|
|||||||
if (uri.startsWith("https://gofile.io")) return [Downloader.Gofile];
|
if (uri.startsWith("https://gofile.io")) return [Downloader.Gofile];
|
||||||
|
|
||||||
if (uri.startsWith("https://pixeldrain.com")) return [Downloader.PixelDrain];
|
if (uri.startsWith("https://pixeldrain.com")) return [Downloader.PixelDrain];
|
||||||
if (uri.startsWith("https://qiwi.gg")) return [Downloader.Qiwi];
|
|
||||||
if (uri.startsWith("https://datanodes.to")) return [Downloader.Datanodes];
|
if (uri.startsWith("https://datanodes.to")) return [Downloader.Datanodes];
|
||||||
if (uri.startsWith("https://www.mediafire.com"))
|
if (uri.startsWith("https://www.mediafire.com"))
|
||||||
return [Downloader.Mediafire];
|
return [Downloader.Mediafire];
|
||||||
@@ -127,6 +126,9 @@ export const getDownloadersForUri = (uri: string) => {
|
|||||||
if (uri.startsWith("https://vikingfile.com")) {
|
if (uri.startsWith("https://vikingfile.com")) {
|
||||||
return [Downloader.VikingFile];
|
return [Downloader.VikingFile];
|
||||||
}
|
}
|
||||||
|
if (uri.startsWith("https://www.rootz.so")) {
|
||||||
|
return [Downloader.Rootz];
|
||||||
|
}
|
||||||
|
|
||||||
if (realDebridHosts.some((host) => uri.startsWith(host)))
|
if (realDebridHosts.some((host) => uri.startsWith(host)))
|
||||||
return [Downloader.RealDebrid];
|
return [Downloader.RealDebrid];
|
||||||
|
|||||||
@@ -330,7 +330,8 @@ export type LocalNotificationType =
|
|||||||
| "EXTRACTION_COMPLETE"
|
| "EXTRACTION_COMPLETE"
|
||||||
| "DOWNLOAD_COMPLETE"
|
| "DOWNLOAD_COMPLETE"
|
||||||
| "UPDATE_AVAILABLE"
|
| "UPDATE_AVAILABLE"
|
||||||
| "ACHIEVEMENT_UNLOCKED";
|
| "ACHIEVEMENT_UNLOCKED"
|
||||||
|
| "SCAN_GAMES_COMPLETE";
|
||||||
|
|
||||||
export interface Notification {
|
export interface Notification {
|
||||||
id: string;
|
id: string;
|
||||||
|
|||||||
140
yarn.lock
140
yarn.lock
@@ -2174,6 +2174,60 @@
|
|||||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.52.4.tgz#5b2dd648a960b8fa00d76f2cc4eea2f03daa80f4"
|
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.52.4.tgz#5b2dd648a960b8fa00d76f2cc4eea2f03daa80f4"
|
||||||
integrity sha512-bf9PtUa0u8IXDVxzRToFQKsNCRz9qLYfR/MpECxl4mRoWYjAeFjgxj1XdZr2M/GNVpT05p+LgQOHopYDlUu6/w==
|
integrity sha512-bf9PtUa0u8IXDVxzRToFQKsNCRz9qLYfR/MpECxl4mRoWYjAeFjgxj1XdZr2M/GNVpT05p+LgQOHopYDlUu6/w==
|
||||||
|
|
||||||
|
"@sentry-internal/browser-utils@10.33.0":
|
||||||
|
version "10.33.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/@sentry-internal/browser-utils/-/browser-utils-10.33.0.tgz#4a5d98352267b63fcc449efe14627c0fc082089e"
|
||||||
|
integrity sha512-nDJFHAfiFifBfJB0OF6DV6BIsIV5uah4lDsV4UBAgPBf+YAHclO10y1gi2U/JMh58c+s4lXi9p+PI1TFXZ0c6w==
|
||||||
|
dependencies:
|
||||||
|
"@sentry/core" "10.33.0"
|
||||||
|
|
||||||
|
"@sentry-internal/feedback@10.33.0":
|
||||||
|
version "10.33.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/@sentry-internal/feedback/-/feedback-10.33.0.tgz#5865b4a68d607bb48d8159a100464ae640a638e7"
|
||||||
|
integrity sha512-sN/VLWtEf0BeV6w6wldIpTxUQxNVc9o9tjLRQa8je1ZV2FCgXA124Iff/zsowsz82dLqtg7qp6GA5zYXVq+JMA==
|
||||||
|
dependencies:
|
||||||
|
"@sentry/core" "10.33.0"
|
||||||
|
|
||||||
|
"@sentry-internal/replay-canvas@10.33.0":
|
||||||
|
version "10.33.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/@sentry-internal/replay-canvas/-/replay-canvas-10.33.0.tgz#9ea15b320618ad220e5d8f7c804a0d9ca55b04af"
|
||||||
|
integrity sha512-MTmP6uoAVzw4CCPeqCgCLsRSiOfGLxgyMFjGTCW3E7t62MJ9S0H5sLsQ34sHxXUa1gFU9UNAjEvRRpZ0JvWrPw==
|
||||||
|
dependencies:
|
||||||
|
"@sentry-internal/replay" "10.33.0"
|
||||||
|
"@sentry/core" "10.33.0"
|
||||||
|
|
||||||
|
"@sentry-internal/replay@10.33.0":
|
||||||
|
version "10.33.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/@sentry-internal/replay/-/replay-10.33.0.tgz#8cfe3a353731fcd81e7afb646b6befeb0f9feb0f"
|
||||||
|
integrity sha512-UOU9PYxuXnPop3HoQ3l4Q7SZUXJC3Vmfm0Adgad8U03UcrThWIHYc5CxECSrVzfDFNOT7w9o7HQgRAgWxBPMXg==
|
||||||
|
dependencies:
|
||||||
|
"@sentry-internal/browser-utils" "10.33.0"
|
||||||
|
"@sentry/core" "10.33.0"
|
||||||
|
|
||||||
|
"@sentry/browser@10.33.0":
|
||||||
|
version "10.33.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-10.33.0.tgz#33284952a1cdf43cdac15ac144c85e81e7cbaa93"
|
||||||
|
integrity sha512-iWiPjik9zetM84jKfk01UveW1J0+X7w8XmJ8+IrhTyNDBVUWCRJWD8FrksiN1dRSg5mFWgfMRzKMz27hAScRwg==
|
||||||
|
dependencies:
|
||||||
|
"@sentry-internal/browser-utils" "10.33.0"
|
||||||
|
"@sentry-internal/feedback" "10.33.0"
|
||||||
|
"@sentry-internal/replay" "10.33.0"
|
||||||
|
"@sentry-internal/replay-canvas" "10.33.0"
|
||||||
|
"@sentry/core" "10.33.0"
|
||||||
|
|
||||||
|
"@sentry/core@10.33.0":
|
||||||
|
version "10.33.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-10.33.0.tgz#ea4964fbec290503b419ccaf1a313924d30ad1c8"
|
||||||
|
integrity sha512-ehH1VSUclIHZKEZVdv+klofsFIh8FFzqA6AAV23RtLepptzA8wqQzUGraEuSN25sYcNmYJ0jti5U0Ys+WZv5Dw==
|
||||||
|
|
||||||
|
"@sentry/react@^10.33.0":
|
||||||
|
version "10.33.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/@sentry/react/-/react-10.33.0.tgz#89a3be88d43e49de90943ad2ac86ee1664048097"
|
||||||
|
integrity sha512-iMdC2Iw54ibAccatJ5TjoLlIy3VotFteied7JFvOudgj1/2eBBeWthRobZ5p6/nAOpj4p9vJk0DeLrc012sd2g==
|
||||||
|
dependencies:
|
||||||
|
"@sentry/browser" "10.33.0"
|
||||||
|
"@sentry/core" "10.33.0"
|
||||||
|
|
||||||
"@sindresorhus/is@^4.0.0":
|
"@sindresorhus/is@^4.0.0":
|
||||||
version "4.6.0"
|
version "4.6.0"
|
||||||
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.6.0.tgz#3c7c9c46e678feefe7a2e5bb609d3dbd665ffb3f"
|
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.6.0.tgz#3c7c9c46e678feefe7a2e5bb609d3dbd665ffb3f"
|
||||||
@@ -2203,14 +2257,15 @@
|
|||||||
tslib "^2.6.2"
|
tslib "^2.6.2"
|
||||||
|
|
||||||
"@smithy/config-resolver@^4.3.0", "@smithy/config-resolver@^4.3.1":
|
"@smithy/config-resolver@^4.3.0", "@smithy/config-resolver@^4.3.1":
|
||||||
version "4.3.1"
|
version "4.4.5"
|
||||||
resolved "https://registry.yarnpkg.com/@smithy/config-resolver/-/config-resolver-4.3.1.tgz#f1a0ed6faa52377909440002e1632be9fc901840"
|
resolved "https://registry.yarnpkg.com/@smithy/config-resolver/-/config-resolver-4.4.5.tgz#35e792b6db00887bdd029df9b41780ca005d064b"
|
||||||
integrity sha512-tWDwrWy37CDVGeaP8AIGZPFL2RoFtmd5Y+nTzLw5qroXNedT2S66EY2d+XzB1zxulCd6nfDXnAQu4auq90aj5Q==
|
integrity sha512-HAGoUAFYsUkoSckuKbCPayECeMim8pOu+yLy1zOxt1sifzEbrsRpYa+mKcMdiHKMeiqOibyPG0sFJnmaV/OGEg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@smithy/node-config-provider" "^4.3.1"
|
"@smithy/node-config-provider" "^4.3.7"
|
||||||
"@smithy/types" "^4.7.0"
|
"@smithy/types" "^4.11.0"
|
||||||
"@smithy/util-config-provider" "^4.2.0"
|
"@smithy/util-config-provider" "^4.2.0"
|
||||||
"@smithy/util-middleware" "^4.2.1"
|
"@smithy/util-endpoints" "^3.2.7"
|
||||||
|
"@smithy/util-middleware" "^4.2.7"
|
||||||
tslib "^2.6.2"
|
tslib "^2.6.2"
|
||||||
|
|
||||||
"@smithy/core@^3.15.0", "@smithy/core@^3.16.0":
|
"@smithy/core@^3.15.0", "@smithy/core@^3.16.0":
|
||||||
@@ -2421,6 +2476,16 @@
|
|||||||
"@smithy/types" "^4.7.0"
|
"@smithy/types" "^4.7.0"
|
||||||
tslib "^2.6.2"
|
tslib "^2.6.2"
|
||||||
|
|
||||||
|
"@smithy/node-config-provider@^4.3.7":
|
||||||
|
version "4.3.7"
|
||||||
|
resolved "https://registry.yarnpkg.com/@smithy/node-config-provider/-/node-config-provider-4.3.7.tgz#c023fa857b008c314f621fb5b124724c157b2fd3"
|
||||||
|
integrity sha512-7r58wq8sdOcrwWe+klL9y3bc4GW1gnlfnFOuL7CXa7UzfhzhxKuzNdtqgzmTV+53lEp9NXh5hY/S4UgjLOzPfw==
|
||||||
|
dependencies:
|
||||||
|
"@smithy/property-provider" "^4.2.7"
|
||||||
|
"@smithy/shared-ini-file-loader" "^4.4.2"
|
||||||
|
"@smithy/types" "^4.11.0"
|
||||||
|
tslib "^2.6.2"
|
||||||
|
|
||||||
"@smithy/node-http-handler@^4.3.0", "@smithy/node-http-handler@^4.4.0":
|
"@smithy/node-http-handler@^4.3.0", "@smithy/node-http-handler@^4.4.0":
|
||||||
version "4.4.0"
|
version "4.4.0"
|
||||||
resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-4.4.0.tgz#e1f6ae4a90cd7257699263bf8e06e653ff0e5f83"
|
resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-4.4.0.tgz#e1f6ae4a90cd7257699263bf8e06e653ff0e5f83"
|
||||||
@@ -2440,6 +2505,14 @@
|
|||||||
"@smithy/types" "^4.7.0"
|
"@smithy/types" "^4.7.0"
|
||||||
tslib "^2.6.2"
|
tslib "^2.6.2"
|
||||||
|
|
||||||
|
"@smithy/property-provider@^4.2.7":
|
||||||
|
version "4.2.7"
|
||||||
|
resolved "https://registry.yarnpkg.com/@smithy/property-provider/-/property-provider-4.2.7.tgz#cd0044e13495cf4064b3a6ed3299e5f549ba7513"
|
||||||
|
integrity sha512-jmNYKe9MGGPoSl/D7JDDs1C8b3dC8f/w78LbaVfoTtWy4xAd5dfjaFG9c9PWPihY4ggMQNQSMtzU77CNgAJwmA==
|
||||||
|
dependencies:
|
||||||
|
"@smithy/types" "^4.11.0"
|
||||||
|
tslib "^2.6.2"
|
||||||
|
|
||||||
"@smithy/protocol-http@^5.3.0", "@smithy/protocol-http@^5.3.1":
|
"@smithy/protocol-http@^5.3.0", "@smithy/protocol-http@^5.3.1":
|
||||||
version "5.3.1"
|
version "5.3.1"
|
||||||
resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-5.3.1.tgz#add01f73290f1e8fd49d7102b63e3fe53a5e6e18"
|
resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-5.3.1.tgz#add01f73290f1e8fd49d7102b63e3fe53a5e6e18"
|
||||||
@@ -2480,6 +2553,14 @@
|
|||||||
"@smithy/types" "^4.7.0"
|
"@smithy/types" "^4.7.0"
|
||||||
tslib "^2.6.2"
|
tslib "^2.6.2"
|
||||||
|
|
||||||
|
"@smithy/shared-ini-file-loader@^4.4.2":
|
||||||
|
version "4.4.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-4.4.2.tgz#8fa1b459de485b11185fe8c64182e3205a280ba9"
|
||||||
|
integrity sha512-M7iUUff/KwfNunmrgtqBfvZSzh3bmFgv/j/t1Y1dQ+8dNo34br1cqVEqy6v0mYEgi0DkGO7Xig0AnuOaEGVlcg==
|
||||||
|
dependencies:
|
||||||
|
"@smithy/types" "^4.11.0"
|
||||||
|
tslib "^2.6.2"
|
||||||
|
|
||||||
"@smithy/signature-v4@^5.3.0":
|
"@smithy/signature-v4@^5.3.0":
|
||||||
version "5.3.1"
|
version "5.3.1"
|
||||||
resolved "https://registry.yarnpkg.com/@smithy/signature-v4/-/signature-v4-5.3.1.tgz#c3d711c29d37f3db4daf51750eea75204c4f51d4"
|
resolved "https://registry.yarnpkg.com/@smithy/signature-v4/-/signature-v4-5.3.1.tgz#c3d711c29d37f3db4daf51750eea75204c4f51d4"
|
||||||
@@ -2507,6 +2588,13 @@
|
|||||||
"@smithy/util-stream" "^4.5.1"
|
"@smithy/util-stream" "^4.5.1"
|
||||||
tslib "^2.6.2"
|
tslib "^2.6.2"
|
||||||
|
|
||||||
|
"@smithy/types@^4.11.0":
|
||||||
|
version "4.11.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.11.0.tgz#c02f6184dcb47c4f0b387a32a7eca47956cc09f1"
|
||||||
|
integrity sha512-mlrmL0DRDVe3mNrjTcVcZEgkFmufITfUAPBEA+AHYiIeYyJebso/He1qLbP3PssRe22KUzLRpQSdBPbXdgZ2VA==
|
||||||
|
dependencies:
|
||||||
|
tslib "^2.6.2"
|
||||||
|
|
||||||
"@smithy/types@^4.6.0", "@smithy/types@^4.7.0":
|
"@smithy/types@^4.6.0", "@smithy/types@^4.7.0":
|
||||||
version "4.7.0"
|
version "4.7.0"
|
||||||
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.7.0.tgz#42d707276d9184aef705f04e04615cd1979d044f"
|
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.7.0.tgz#42d707276d9184aef705f04e04615cd1979d044f"
|
||||||
@@ -2601,6 +2689,15 @@
|
|||||||
"@smithy/types" "^4.7.0"
|
"@smithy/types" "^4.7.0"
|
||||||
tslib "^2.6.2"
|
tslib "^2.6.2"
|
||||||
|
|
||||||
|
"@smithy/util-endpoints@^3.2.7":
|
||||||
|
version "3.2.7"
|
||||||
|
resolved "https://registry.yarnpkg.com/@smithy/util-endpoints/-/util-endpoints-3.2.7.tgz#78cd5dd4aac8d9977f49d256d1e3418a09cade72"
|
||||||
|
integrity sha512-s4ILhyAvVqhMDYREeTS68R43B1V5aenV5q/V1QpRQJkCXib5BPRo4s7uNdzGtIKxaPHCfU/8YkvPAEvTpxgspg==
|
||||||
|
dependencies:
|
||||||
|
"@smithy/node-config-provider" "^4.3.7"
|
||||||
|
"@smithy/types" "^4.11.0"
|
||||||
|
tslib "^2.6.2"
|
||||||
|
|
||||||
"@smithy/util-hex-encoding@^4.2.0":
|
"@smithy/util-hex-encoding@^4.2.0":
|
||||||
version "4.2.0"
|
version "4.2.0"
|
||||||
resolved "https://registry.yarnpkg.com/@smithy/util-hex-encoding/-/util-hex-encoding-4.2.0.tgz#1c22ea3d1e2c3a81ff81c0a4f9c056a175068a7b"
|
resolved "https://registry.yarnpkg.com/@smithy/util-hex-encoding/-/util-hex-encoding-4.2.0.tgz#1c22ea3d1e2c3a81ff81c0a4f9c056a175068a7b"
|
||||||
@@ -2616,6 +2713,14 @@
|
|||||||
"@smithy/types" "^4.7.0"
|
"@smithy/types" "^4.7.0"
|
||||||
tslib "^2.6.2"
|
tslib "^2.6.2"
|
||||||
|
|
||||||
|
"@smithy/util-middleware@^4.2.7":
|
||||||
|
version "4.2.7"
|
||||||
|
resolved "https://registry.yarnpkg.com/@smithy/util-middleware/-/util-middleware-4.2.7.tgz#1cae2c4fd0389ac858d29f7170c33b4443e83524"
|
||||||
|
integrity sha512-i1IkpbOae6NvIKsEeLLM9/2q4X+M90KV3oCFgWQI4q0Qz+yUZvsr+gZPdAEAtFhWQhAHpTsJO8DRJPuwVyln+w==
|
||||||
|
dependencies:
|
||||||
|
"@smithy/types" "^4.11.0"
|
||||||
|
tslib "^2.6.2"
|
||||||
|
|
||||||
"@smithy/util-retry@^4.2.0", "@smithy/util-retry@^4.2.1":
|
"@smithy/util-retry@^4.2.0", "@smithy/util-retry@^4.2.1":
|
||||||
version "4.2.1"
|
version "4.2.1"
|
||||||
resolved "https://registry.yarnpkg.com/@smithy/util-retry/-/util-retry-4.2.1.tgz#8336368586a458cdce86fc92d6fb11fd1db41521"
|
resolved "https://registry.yarnpkg.com/@smithy/util-retry/-/util-retry-4.2.1.tgz#8336368586a458cdce86fc92d6fb11fd1db41521"
|
||||||
@@ -5482,6 +5587,11 @@ get-nonce@^1.0.0:
|
|||||||
resolved "https://registry.yarnpkg.com/get-nonce/-/get-nonce-1.0.1.tgz#fdf3f0278073820d2ce9426c18f07481b1e0cdf3"
|
resolved "https://registry.yarnpkg.com/get-nonce/-/get-nonce-1.0.1.tgz#fdf3f0278073820d2ce9426c18f07481b1e0cdf3"
|
||||||
integrity sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==
|
integrity sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==
|
||||||
|
|
||||||
|
get-port@^7.1.0:
|
||||||
|
version "7.1.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/get-port/-/get-port-7.1.0.tgz#d5a500ebfc7aa705294ec2b83cc38c5d0e364fec"
|
||||||
|
integrity sha512-QB9NKEeDg3xxVwCCwJQ9+xycaz6pBB6iQ76wiWMl1927n0Kir6alPiP+yuiICLLU4jpMe08dXfpebuQppFA2zw==
|
||||||
|
|
||||||
get-proto@^1.0.0, get-proto@^1.0.1:
|
get-proto@^1.0.0, get-proto@^1.0.1:
|
||||||
version "1.0.1"
|
version "1.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/get-proto/-/get-proto-1.0.1.tgz#150b3f2743869ef3e851ec0c49d15b1d14d00ee1"
|
resolved "https://registry.yarnpkg.com/get-proto/-/get-proto-1.0.1.tgz#150b3f2743869ef3e851ec0c49d15b1d14d00ee1"
|
||||||
@@ -6354,10 +6464,10 @@ keyv@^4.0.0, keyv@^4.5.3:
|
|||||||
dependencies:
|
dependencies:
|
||||||
json-buffer "3.0.1"
|
json-buffer "3.0.1"
|
||||||
|
|
||||||
ky@^1.11.0:
|
ky@^1.14.2:
|
||||||
version "1.14.1"
|
version "1.14.2"
|
||||||
resolved "https://registry.yarnpkg.com/ky/-/ky-1.14.1.tgz#16f20b3bf3939abcc04e2a9613f47360fe5f64c9"
|
resolved "https://registry.yarnpkg.com/ky/-/ky-1.14.2.tgz#385d6d05d2825502e68898ace125124e6fe7357d"
|
||||||
integrity sha512-hYje4L9JCmpEQBtudo+v52X5X8tgWXUYyPcxKSuxQNboqufecl9VMWjGiucAFH060AwPXHZuH+WB2rrqfkmafw==
|
integrity sha512-q3RBbsO5A5zrPhB6CaCS8ZUv+NWCXv6JJT4Em0i264G9W0fdPB8YRfnnEi7Dm7X7omAkBIPojzYJ2D1oHTHqug==
|
||||||
|
|
||||||
language-subtag-registry@^0.3.20:
|
language-subtag-registry@^0.3.20:
|
||||||
version "0.3.23"
|
version "0.3.23"
|
||||||
@@ -9128,12 +9238,12 @@ word-wrap@^1.2.5:
|
|||||||
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz#d2c45c6dd4fbce621a66f136cbe328afd0410b34"
|
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz#d2c45c6dd4fbce621a66f136cbe328afd0410b34"
|
||||||
integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==
|
integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==
|
||||||
|
|
||||||
workwonders-sdk@0.0.10:
|
workwonders-sdk@0.1.1:
|
||||||
version "0.0.10"
|
version "0.1.1"
|
||||||
resolved "https://registry.yarnpkg.com/workwonders-sdk/-/workwonders-sdk-0.0.10.tgz#377167370a39c905c5228f8972c37c19004b7b21"
|
resolved "https://registry.yarnpkg.com/workwonders-sdk/-/workwonders-sdk-0.1.1.tgz#7ac0eb3d9ef0a5a8cc5ca4e6f5e387e29875faa9"
|
||||||
integrity sha512-bnswhlLRz1TCiqGV8l+VEOBej7u1SAkzLMEv6A60Sp0+S4j4pnmSve92KeOts/GYtUeNDuNM7fLPwZwMKY3sAg==
|
integrity sha512-PEsl33QCeiBlYed/MmnX1unnd4Kn7vzVIza00HQ/5Zsan89nqnwWx9vqgJnNipXkkmIWl8oDL9bGRNjtL4XZ4Q==
|
||||||
dependencies:
|
dependencies:
|
||||||
ky "^1.11.0"
|
ky "^1.14.2"
|
||||||
|
|
||||||
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
|
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
|
||||||
version "7.0.0"
|
version "7.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user