diff --git a/src/locales/en/translation.json b/src/locales/en/translation.json index 03f00a0d..cea1d931 100644 --- a/src/locales/en/translation.json +++ b/src/locales/en/translation.json @@ -123,7 +123,8 @@ "enable_download_notifications": "When a download is complete", "enable_repack_list_notifications": "When a new repack is added", "telemetry": "Telemetry", - "telemetry_description": "Enable anonymous usage statistics" + "telemetry_description": "Enable anonymous usage statistics", + "real_debrid_api_token_description": "(Optional) Real Debrid API token" }, "notifications": { "download_complete": "Download complete", diff --git a/src/locales/es/translation.json b/src/locales/es/translation.json index ad484825..da71ecef 100644 --- a/src/locales/es/translation.json +++ b/src/locales/es/translation.json @@ -113,7 +113,8 @@ "enable_download_notifications": "Cuando se completa una descarga", "enable_repack_list_notifications": "Cuando se añade un repack nuevo", "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": { "download_complete": "Descarga completada", diff --git a/src/locales/fr/translation.json b/src/locales/fr/translation.json index 3e247b07..c06e483a 100644 --- a/src/locales/fr/translation.json +++ b/src/locales/fr/translation.json @@ -113,7 +113,8 @@ "enable_download_notifications": "Quand un téléchargement est terminé", "enable_repack_list_notifications": "Quand un nouveau repack est ajouté", "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": { "download_complete": "Téléchargement terminé", diff --git a/src/locales/hu/translation.json b/src/locales/hu/translation.json index 901574a1..35b3e51a 100644 --- a/src/locales/hu/translation.json +++ b/src/locales/hu/translation.json @@ -123,7 +123,8 @@ "enable_download_notifications": "Amikor egy letöltés befejeződik", "enable_repack_list_notifications": "Amikor egy új repack hozzáadásra kerül", "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": { "download_complete": "Letöltés befejeződött", diff --git a/src/locales/it/translation.json b/src/locales/it/translation.json index 01b34c1e..cfdbf714 100644 --- a/src/locales/it/translation.json +++ b/src/locales/it/translation.json @@ -117,7 +117,8 @@ "enable_download_notifications": "Quando un download è completo", "enable_repack_list_notifications": "Quando viene aggiunto un nuovo repack", "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": { "download_complete": "Download completato", diff --git a/src/locales/pt/translation.json b/src/locales/pt/translation.json index 270e0451..0ad1b297 100644 --- a/src/locales/pt/translation.json +++ b/src/locales/pt/translation.json @@ -119,7 +119,8 @@ "enable_download_notifications": "Quando um download for concluído", "enable_repack_list_notifications": "Quando a lista de repacks for atualizada", "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" }, "notifications": { "download_complete": "Download concluído", diff --git a/src/renderer/src/pages/settings/settings.tsx b/src/renderer/src/pages/settings/settings.tsx index 110124b3..ce165913 100644 --- a/src/renderer/src/pages/settings/settings.tsx +++ b/src/renderer/src/pages/settings/settings.tsx @@ -111,7 +111,7 @@ export function Settings() { /> { updateUserPreferences("realDebridApiToken", event.target.value);