mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-09-23 15:16:44 +00:00
replication failure notifications
This commit is contained in:
@@ -1527,6 +1527,7 @@
|
||||
"editButton": "Bearbeiten",
|
||||
"upstreamErrorTimeout": "Netzwerk-Timeout beim Kontaktieren des Upstreams",
|
||||
"upstreamErrorNetwork": "Netzwerkfehler: {detail}",
|
||||
"upstreamErrorGithubRateLimit": "Das GitHub-Anfragelimit wurde erreicht. Konfigurieren Sie unter Einstellungen → GitHub API ein optionales Token oder versuchen Sie es später erneut.",
|
||||
"upstreamErrorGeneric": "Upstream-Prüfung fehlgeschlagen: {detail}",
|
||||
"notificationsEnabled": "Upstream-Update-Benachrichtigungen EIN – zum Stummschalten klicken",
|
||||
"notificationsMuted": "Upstream-Update-Benachrichtigungen stummgeschaltet – zum Aktivieren klicken",
|
||||
@@ -1648,6 +1649,20 @@
|
||||
"saveFailed": "Die Einstellung für die LXC-Update-Erkennung konnte nicht gespeichert werden.",
|
||||
"purgedMessage": "{count} LXC-Einträge aus der Registrierung entfernt. Durch erneutes Aktivieren der Erkennung werden sie beim nächsten Scan-Zyklus neu aufgefüllt."
|
||||
},
|
||||
"githubApi": {
|
||||
"title": "GitHub API",
|
||||
"description": "Optionale Authentifizierung für die Release- und Tag-Prüfungen registrierter Anwendungen.",
|
||||
"configure": "Konfigurieren",
|
||||
"tokenLabel": "Persönliches Zugriffstoken",
|
||||
"tokenPlaceholder": "github_pat_...",
|
||||
"tokenHelp": "Das Token wird verschlüsselt gespeichert. ProxMenux verwendet es ausschließlich für schreibgeschützte GitHub-API-Anfragen und zeigt es danach nicht erneut an.",
|
||||
"configured": "Token konfiguriert",
|
||||
"notConfigured": "Anonymes GitHub-Anfragekontingent wird verwendet",
|
||||
"removeToken": "Token entfernen",
|
||||
"loadFailed": "Die GitHub-API-Einstellung konnte nicht geladen werden.",
|
||||
"saveFailed": "Das GitHub-API-Token konnte nicht gespeichert werden.",
|
||||
"removeFailed": "Das GitHub-API-Token konnte nicht entfernt werden."
|
||||
},
|
||||
"notifications": {
|
||||
"title": "Benachrichtigungen",
|
||||
"description": "Konfigurieren Sie Benachrichtigungskanäle und Ereignisfilter. Erhalten Sie Benachrichtigungen per Telegram, Gotify, Discord oder E-Mail.",
|
||||
|
||||
@@ -1432,6 +1432,7 @@
|
||||
"updateAvailableBadge": "Update available",
|
||||
"upstreamErrorTimeout": "Network timeout while contacting upstream",
|
||||
"upstreamErrorNetwork": "Network error: {detail}",
|
||||
"upstreamErrorGithubRateLimit": "GitHub's request limit has been reached. Configure an optional token in Settings → GitHub API, or try again later.",
|
||||
"upstreamErrorGeneric": "Upstream check failed: {detail}",
|
||||
"portDescriptionPlaceholder": "Description (e.g. Web UI, go2rtc, admin)",
|
||||
"portPortPlaceholder": "port",
|
||||
@@ -1647,6 +1648,20 @@
|
||||
"saveFailed": "Could not save the LXC update detection setting.",
|
||||
"purgedMessage": "{count} LXC entries removed from the registry. Re-enabling detection will repopulate them on the next scan cycle."
|
||||
},
|
||||
"githubApi": {
|
||||
"title": "GitHub API",
|
||||
"description": "Optional authentication for the release and tag checks used by registered applications.",
|
||||
"configure": "Configure",
|
||||
"tokenLabel": "Personal access token",
|
||||
"tokenPlaceholder": "github_pat_...",
|
||||
"tokenHelp": "The token is stored encrypted. ProxMenux uses it only for read-only GitHub API requests and never displays it again.",
|
||||
"configured": "Token configured",
|
||||
"notConfigured": "Using GitHub's anonymous request quota",
|
||||
"removeToken": "Remove token",
|
||||
"loadFailed": "Could not load the GitHub API setting.",
|
||||
"saveFailed": "Could not save the GitHub API token.",
|
||||
"removeFailed": "Could not remove the GitHub API token."
|
||||
},
|
||||
"notifications": {
|
||||
"title": "Notifications",
|
||||
"description": "Configure notification channels and event filters. Receive alerts via Telegram, Gotify, Discord, or Email.",
|
||||
|
||||
@@ -1432,6 +1432,7 @@
|
||||
"upToDateBadge": "Actualizado",
|
||||
"upstreamErrorTimeout": "Tiempo de espera agotado al contactar con el origen",
|
||||
"upstreamErrorNetwork": "Error de red: {detail}",
|
||||
"upstreamErrorGithubRateLimit": "Se ha alcanzado el límite de solicitudes de GitHub. Configure un token opcional en Ajustes → API de GitHub o vuelva a intentarlo más tarde.",
|
||||
"upstreamErrorGeneric": "Fallo al comprobar el origen: {detail}",
|
||||
"updateAvailableBadge": "Actualización disponible",
|
||||
"portDescriptionPlaceholder": "Descripción (por ejemplo, interfaz de usuario web, go2rtc, administrador)",
|
||||
@@ -1648,6 +1649,20 @@
|
||||
"saveFailed": "No se pudo guardar la configuración de detección de actualizaciones de LXC.",
|
||||
"purgedMessage": "{count} Entradas LXC eliminadas del registro. Al volver a habilitar la detección, se volverán a llenar en el siguiente ciclo de escaneo."
|
||||
},
|
||||
"githubApi": {
|
||||
"title": "API de GitHub",
|
||||
"description": "Autenticación opcional para comprobar los lanzamientos y las etiquetas de las aplicaciones registradas.",
|
||||
"configure": "Configurar",
|
||||
"tokenLabel": "Token de acceso personal",
|
||||
"tokenPlaceholder": "github_pat_...",
|
||||
"tokenHelp": "El token se guarda cifrado. ProxMenux solo lo utiliza para consultas de solo lectura a la API de GitHub y no vuelve a mostrarlo.",
|
||||
"configured": "Token configurado",
|
||||
"notConfigured": "Usando la cuota de solicitudes anónimas de GitHub",
|
||||
"removeToken": "Eliminar token",
|
||||
"loadFailed": "No se pudo cargar el ajuste de la API de GitHub.",
|
||||
"saveFailed": "No se pudo guardar el token de la API de GitHub.",
|
||||
"removeFailed": "No se pudo eliminar el token de la API de GitHub."
|
||||
},
|
||||
"notifications": {
|
||||
"title": "Notificaciones",
|
||||
"description": "Configure canales de notificación y filtros de eventos. Recibe alertas vía Telegram, Gotify, Discord o Email.",
|
||||
|
||||
@@ -1527,6 +1527,7 @@
|
||||
"editButton": "Modifier",
|
||||
"upstreamErrorTimeout": "expiration du délai d'attente du réseau lors du contact en amont",
|
||||
"upstreamErrorNetwork": "Erreur réseau : {detail}",
|
||||
"upstreamErrorGithubRateLimit": "La limite de requêtes GitHub a été atteinte. Configurez un jeton facultatif dans Paramètres → API GitHub ou réessayez plus tard.",
|
||||
"upstreamErrorGeneric": "Échec de la vérification en amont : {detail}",
|
||||
"notificationsEnabled": "Notifications de mise à jour en amont activées – cliquez pour désactiver le son",
|
||||
"notificationsMuted": "Notifications de mise à jour en amont MUTED – cliquez pour activer",
|
||||
@@ -1648,6 +1649,20 @@
|
||||
"saveFailed": "Impossible d'enregistrer le paramètre de détection de mise à jour LXC.",
|
||||
"purgedMessage": "{count} Entrées LXC supprimées du registre. La réactivation de la détection les repeuplera lors du prochain cycle d'analyse."
|
||||
},
|
||||
"githubApi": {
|
||||
"title": "API GitHub",
|
||||
"description": "Authentification facultative pour vérifier les versions et les étiquettes des applications enregistrées.",
|
||||
"configure": "Configurer",
|
||||
"tokenLabel": "Jeton d'accès personnel",
|
||||
"tokenPlaceholder": "github_pat_...",
|
||||
"tokenHelp": "Le jeton est stocké sous forme chiffrée. ProxMenux l'utilise uniquement pour des requêtes en lecture seule vers l'API GitHub et ne l'affiche plus ensuite.",
|
||||
"configured": "Jeton configuré",
|
||||
"notConfigured": "Utilisation du quota de requêtes anonymes de GitHub",
|
||||
"removeToken": "Supprimer le jeton",
|
||||
"loadFailed": "Impossible de charger le paramètre de l'API GitHub.",
|
||||
"saveFailed": "Impossible d'enregistrer le jeton de l'API GitHub.",
|
||||
"removeFailed": "Impossible de supprimer le jeton de l'API GitHub."
|
||||
},
|
||||
"notifications": {
|
||||
"title": "Notifications",
|
||||
"description": "Configurez les canaux de notification et les filtres d'événements. Recevez des alertes via Telegram, Gotify, Discord ou Email.",
|
||||
|
||||
@@ -1527,6 +1527,7 @@
|
||||
"editButton": "Modificare",
|
||||
"upstreamErrorTimeout": "timeout della rete durante il contatto a monte",
|
||||
"upstreamErrorNetwork": "errore di rete: {detail}",
|
||||
"upstreamErrorGithubRateLimit": "È stato raggiunto il limite di richieste GitHub. Configura un token facoltativo in Impostazioni → API GitHub oppure riprova più tardi.",
|
||||
"upstreamErrorGeneric": "controllo upstream non riuscito: {detail}",
|
||||
"notificationsEnabled": "notifiche di aggiornamento upstream attivate: fai clic per disattivare l'audio",
|
||||
"notificationsMuted": "notifiche di aggiornamento upstream MUTED: fare clic per abilitare",
|
||||
@@ -1648,6 +1649,20 @@
|
||||
"saveFailed": "Impossibile salvare l'impostazione di rilevamento degli aggiornamenti LXC.",
|
||||
"purgedMessage": "{count} Voci LXC rimosse dal registro. La riattivazione del rilevamento li ripopolarà al ciclo di scansione successivo."
|
||||
},
|
||||
"githubApi": {
|
||||
"title": "API GitHub",
|
||||
"description": "Autenticazione facoltativa per controllare release e tag delle applicazioni registrate.",
|
||||
"configure": "Configura",
|
||||
"tokenLabel": "Token di accesso personale",
|
||||
"tokenPlaceholder": "github_pat_...",
|
||||
"tokenHelp": "Il token viene archiviato in forma cifrata. ProxMenux lo utilizza solo per richieste di sola lettura all'API GitHub e non lo mostra più dopo il salvataggio.",
|
||||
"configured": "Token configurato",
|
||||
"notConfigured": "Utilizzo della quota di richieste anonime di GitHub",
|
||||
"removeToken": "Rimuovi token",
|
||||
"loadFailed": "Impossibile caricare l'impostazione dell'API GitHub.",
|
||||
"saveFailed": "Impossibile salvare il token dell'API GitHub.",
|
||||
"removeFailed": "Impossibile rimuovere il token dell'API GitHub."
|
||||
},
|
||||
"notifications": {
|
||||
"title": "Notifiche",
|
||||
"description": "Configura canali di notifica e filtri eventi. Ricevi avvisi tramite Telegram, Gotify, Discord o e-mail.",
|
||||
|
||||
@@ -1527,6 +1527,7 @@
|
||||
"editButton": "Editar",
|
||||
"upstreamErrorTimeout": "Tempo limite da rede ao entrar em contato com o upstream",
|
||||
"upstreamErrorNetwork": "Erro de rede: {detail}",
|
||||
"upstreamErrorGithubRateLimit": "O limite de pedidos do GitHub foi atingido. Configure um token opcional em Definições → API do GitHub ou tente novamente mais tarde.",
|
||||
"upstreamErrorGeneric": "falha na verificação upstream: {detail}",
|
||||
"notificationsEnabled": "Notificações de atualização upstream ATIVADAS – clique para silenciar",
|
||||
"notificationsMuted": "notificações de atualização upstream silenciadas – clique para ativar",
|
||||
@@ -1648,6 +1649,20 @@
|
||||
"saveFailed": "Não foi possível salvar a configuração de detecção de atualização LXC.",
|
||||
"purgedMessage": "{count} Entradas LXC removidas do registro. Reativar a detecção irá preenchê-los novamente no próximo ciclo de verificação."
|
||||
},
|
||||
"githubApi": {
|
||||
"title": "API do GitHub",
|
||||
"description": "Autenticação opcional para verificar lançamentos e etiquetas das aplicações registadas.",
|
||||
"configure": "Configurar",
|
||||
"tokenLabel": "Token de acesso pessoal",
|
||||
"tokenPlaceholder": "github_pat_...",
|
||||
"tokenHelp": "O token é armazenado de forma cifrada. O ProxMenux utiliza-o apenas para pedidos de leitura à API do GitHub e não volta a apresentá-lo.",
|
||||
"configured": "Token configurado",
|
||||
"notConfigured": "A utilizar a quota de pedidos anónimos do GitHub",
|
||||
"removeToken": "Remover token",
|
||||
"loadFailed": "Não foi possível carregar a definição da API do GitHub.",
|
||||
"saveFailed": "Não foi possível guardar o token da API do GitHub.",
|
||||
"removeFailed": "Não foi possível remover o token da API do GitHub."
|
||||
},
|
||||
"notifications": {
|
||||
"title": "Notificações",
|
||||
"description": "Configure canais de notificação e filtros de eventos. Receba alertas via Telegram, Gotify, Discord ou Email.",
|
||||
|
||||
@@ -1526,6 +1526,7 @@
|
||||
"editButton": "Upraviť",
|
||||
"upstreamErrorTimeout": "Časový limit siete pri kontaktovaní upstream",
|
||||
"upstreamErrorNetwork": "Chyba siete: {detail}",
|
||||
"upstreamErrorGithubRateLimit": "Bol dosiahnutý limit požiadaviek GitHubu. V časti Nastavenia → GitHub API nakonfigurujte voliteľný token alebo to skúste znova neskôr.",
|
||||
"upstreamErrorGeneric": "Kontrola proti prúdu zlyhala: {detail}",
|
||||
"notificationsEnabled": "Upozornenia na upstream aktualizácie sú ZAPNUTÉ – kliknutím ich stlmíte",
|
||||
"notificationsMuted": "Upstream upozornenia na aktualizácie MUTED – kliknutím aktivujete",
|
||||
@@ -1647,6 +1648,20 @@
|
||||
"saveFailed": "Nastavenie kontroly aktualizácií LXC sa nepodarilo uložiť.",
|
||||
"purgedMessage": "Z registra bolo odstránených {count} LXC záznamov. Po opätovnom zapnutí kontroly sa doplnia pri ďalšom skenovaní."
|
||||
},
|
||||
"githubApi": {
|
||||
"title": "GitHub API",
|
||||
"description": "Voliteľné overenie pre kontrolu vydaní a značiek registrovaných aplikácií.",
|
||||
"configure": "Nastaviť",
|
||||
"tokenLabel": "Osobný prístupový token",
|
||||
"tokenPlaceholder": "github_pat_...",
|
||||
"tokenHelp": "Token sa ukladá šifrovane. ProxMenux ho používa iba na požiadavky GitHub API určené na čítanie a po uložení ho už nezobrazí.",
|
||||
"configured": "Token je nastavený",
|
||||
"notConfigured": "Používa sa anonymná kvóta požiadaviek GitHubu",
|
||||
"removeToken": "Odstrániť token",
|
||||
"loadFailed": "Nastavenie GitHub API sa nepodarilo načítať.",
|
||||
"saveFailed": "Token GitHub API sa nepodarilo uložiť.",
|
||||
"removeFailed": "Token GitHub API sa nepodarilo odstrániť."
|
||||
},
|
||||
"notifications": {
|
||||
"title": "Notifikácie",
|
||||
"description": "Nastavte kanály a filtre udalostí. Upozornenia môžete dostávať cez Telegram, Gotify, Discord alebo e-mail.",
|
||||
|
||||
@@ -1527,6 +1527,7 @@
|
||||
"editButton": "Redigera",
|
||||
"upstreamErrorTimeout": "Nätverkstimeout vid kontakt uppströms",
|
||||
"upstreamErrorNetwork": "Nätverksfel: {detail}",
|
||||
"upstreamErrorGithubRateLimit": "GitHubs förfrågningsgräns har nåtts. Konfigurera en valfri token under Inställningar → GitHub API eller försök igen senare.",
|
||||
"upstreamErrorGeneric": "Uppströmskontroll misslyckades: {detail}",
|
||||
"notificationsEnabled": "Uppströmsuppdateringsmeddelanden PÅ – klicka för att stänga av ljudet",
|
||||
"notificationsMuted": "Uppströmsuppdateringsmeddelanden AVSTÄLLD – klicka för att aktivera",
|
||||
@@ -1648,6 +1649,20 @@
|
||||
"saveFailed": "Det gick inte att spara inställningen för upptäckt av LXC-uppdatering.",
|
||||
"purgedMessage": "{count} LXC-poster har tagits bort från registret. Om detektering återaktiveras kommer de att fyllas på igen vid nästa skanningscykel."
|
||||
},
|
||||
"githubApi": {
|
||||
"title": "GitHub API",
|
||||
"description": "Valfri autentisering för kontroller av utgåvor och taggar för registrerade appar.",
|
||||
"configure": "Konfigurera",
|
||||
"tokenLabel": "Personlig åtkomsttoken",
|
||||
"tokenPlaceholder": "github_pat_...",
|
||||
"tokenHelp": "Token lagras krypterad. ProxMenux använder den endast för skrivskyddade anrop till GitHub API och visar den inte igen efter att den har sparats.",
|
||||
"configured": "Token konfigurerad",
|
||||
"notConfigured": "GitHubs anonyma förfrågningskvot används",
|
||||
"removeToken": "Ta bort token",
|
||||
"loadFailed": "Det gick inte att läsa in GitHub API-inställningen.",
|
||||
"saveFailed": "Det gick inte att spara GitHub API-token.",
|
||||
"removeFailed": "Det gick inte att ta bort GitHub API-token."
|
||||
},
|
||||
"notifications": {
|
||||
"title": "Aviseringar",
|
||||
"description": "Konfigurera aviseringskanaler och händelsefilter. Ta emot varningar via Telegram, Gotify, Discord eller e-post.",
|
||||
|
||||
Reference in New Issue
Block a user