fix: removing translations for real debrid

This commit is contained in:
Hydra 2024-05-09 09:40:05 +01:00
parent 11921099c2
commit 9dc9f12053
No known key found for this signature in database
7 changed files with 6 additions and 11 deletions

View file

@ -139,7 +139,7 @@
"enable_repack_list_notifications": "When a new repack is added", "enable_repack_list_notifications": "When a new repack is added",
"telemetry": "Telemetry", "telemetry": "Telemetry",
"telemetry_description": "Enable anonymous usage statistics", "telemetry_description": "Enable anonymous usage statistics",
"real_debrid_api_token_description": "(Optional) Real Debrid API token", "real_debrid_api_token_description": "Real Debrid API token",
"quit_app_instead_hiding": "Quit Hydra instead of minimizing to tray", "quit_app_instead_hiding": "Quit Hydra instead of minimizing to tray",
"launch_with_system": "Launch Hydra on system start-up", "launch_with_system": "Launch Hydra on system start-up",
"general": "General", "general": "General",

View file

@ -130,8 +130,7 @@
"enable_download_notifications": "Cuando se completa una descarga", "enable_download_notifications": "Cuando se completa una descarga",
"enable_repack_list_notifications": "Cuando se añade un repack nuevo", "enable_repack_list_notifications": "Cuando se añade un repack nuevo",
"telemetry": "Telemetría", "telemetry": "Telemetría",
"telemetry_description": "Habilitar recopilación de datos de manera anónima", "telemetry_description": "Habilitar recopilación de datos de manera anónima"
"real_debrid_api_token_description": "(Opcional) Real Debrid API token"
}, },
"notifications": { "notifications": {
"download_complete": "Descarga completada", "download_complete": "Descarga completada",

View file

@ -115,8 +115,7 @@
"enable_download_notifications": "Quand un téléchargement est terminé", "enable_download_notifications": "Quand un téléchargement est terminé",
"enable_repack_list_notifications": "Quand un nouveau repack est ajouté", "enable_repack_list_notifications": "Quand un nouveau repack est ajouté",
"telemetry": "Télémétrie", "telemetry": "Télémétrie",
"telemetry_description": "Activer les statistiques d'utilisation anonymes", "telemetry_description": "Activer les statistiques d'utilisation anonymes"
"real_debrid_api_token_description": "(Facultatif) Real Debrid API token"
}, },
"notifications": { "notifications": {
"download_complete": "Téléchargement terminé", "download_complete": "Téléchargement terminé",

View file

@ -124,8 +124,7 @@
"enable_download_notifications": "Amikor egy letöltés befejeződik", "enable_download_notifications": "Amikor egy letöltés befejeződik",
"enable_repack_list_notifications": "Amikor egy új repack hozzáadásra kerül", "enable_repack_list_notifications": "Amikor egy új repack hozzáadásra kerül",
"telemetry": "Telemetria", "telemetry": "Telemetria",
"telemetry_description": "Névtelen felhasználási statisztikák engedélyezése", "telemetry_description": "Névtelen felhasználási statisztikák engedélyezése"
"real_debrid_api_token_description": "(Választható) Real Debrid API token"
}, },
"notifications": { "notifications": {
"download_complete": "Letöltés befejeződött", "download_complete": "Letöltés befejeződött",

View file

@ -136,8 +136,7 @@
"enable_download_notifications": "Quando un download è completo", "enable_download_notifications": "Quando un download è completo",
"enable_repack_list_notifications": "Quando viene aggiunto un nuovo repack", "enable_repack_list_notifications": "Quando viene aggiunto un nuovo repack",
"telemetry": "Telemetria", "telemetry": "Telemetria",
"telemetry_description": "Abilita statistiche di utilizzo anonime", "telemetry_description": "Abilita statistiche di utilizzo anonime"
"real_debrid_api_token_description": "(Facoltativo) Real Debrid API token"
}, },
"notifications": { "notifications": {
"download_complete": "Download completato", "download_complete": "Download completato",

View file

@ -133,7 +133,6 @@
"enable_repack_list_notifications": "Quando a lista de repacks for atualizada", "enable_repack_list_notifications": "Quando a lista de repacks for atualizada",
"telemetry": "Telemetria", "telemetry": "Telemetria",
"telemetry_description": "Habilitar estatísticas de uso anônimas", "telemetry_description": "Habilitar estatísticas de uso anônimas",
"real_debrid_api_token_description": "(Opcional) Real Debrid API token",
"behavior": "Comportamento", "behavior": "Comportamento",
"quit_app_instead_hiding": "Fechar o aplicativo em vez de minimizá-lo", "quit_app_instead_hiding": "Fechar o aplicativo em vez de minimizá-lo",
"launch_with_system": "Iniciar aplicativo na inicialização do sistema" "launch_with_system": "Iniciar aplicativo na inicialização do sistema"

View file

@ -105,7 +105,7 @@ export class WindowManager {
tray.setToolTip("Hydra"); tray.setToolTip("Hydra");
tray.setContextMenu(contextMenu); tray.setContextMenu(contextMenu);
if (process.platform === "win32") { if (process.platform === "win32" || process.platform === "linux") {
tray.addListener("click", () => { tray.addListener("click", () => {
if (this.mainWindow) { if (this.mainWindow) {
if (WindowManager.mainWindow?.isMinimized()) if (WindowManager.mainWindow?.isMinimized())