mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-09-19 13:17:23 +00:00
Name host and cluster correctly in every language
This commit is contained in:
@@ -6,12 +6,12 @@
|
||||
"loading": "Laden...",
|
||||
"connecting": "Verbindung zum ProxMenux Monitor herstellen",
|
||||
"unknown": "Unbekannt",
|
||||
"notAvailable": "N / A",
|
||||
"notAvailable": "N/A",
|
||||
"serverOffline": "Server offline",
|
||||
"supportProject": "Unterstützen Sie das Projekt und tragen Sie dazu bei"
|
||||
},
|
||||
"common": {
|
||||
"notAvailable": "N / A",
|
||||
"notAvailable": "N/A",
|
||||
"unknown": "Unbekannt"
|
||||
},
|
||||
"actions": {
|
||||
@@ -1000,7 +1000,7 @@
|
||||
"mountPointIndexed": "Mountpunkt {index}",
|
||||
"network": "Netzwerk",
|
||||
"networkInterface": "Netzwerkschnittstelle {index}",
|
||||
"hostInterface": "Gastgeber: {interface}",
|
||||
"hostInterface": "Host: {interface}",
|
||||
"gateway": "Tor",
|
||||
"gatewayV6": "Gateway v6",
|
||||
"type": "Typ",
|
||||
@@ -1025,7 +1025,7 @@
|
||||
"mountStatus": {
|
||||
"stale": "abgestanden",
|
||||
"notMounted": "nicht montiert",
|
||||
"hostDetached": "Gastgeber getrennt",
|
||||
"hostDetached": "Host getrennt",
|
||||
"readOnly": "schreibgeschützt",
|
||||
"stopped": "gestoppt",
|
||||
"mounted": "montiert"
|
||||
@@ -2258,7 +2258,7 @@
|
||||
"enabledLower": "ermöglicht",
|
||||
"disabledLower": "deaktiviert",
|
||||
"clusterLower": "Cluster",
|
||||
"hostLower": "Gastgeber",
|
||||
"hostLower": "Host",
|
||||
"remove": "Entfernen",
|
||||
"allow": "Erlauben",
|
||||
"delete": "Löschen",
|
||||
@@ -2502,7 +2502,7 @@
|
||||
"drop": "Fallen",
|
||||
"reject": "Ablehnen",
|
||||
"cluster": "Cluster",
|
||||
"host": "Gastgeber",
|
||||
"host": "Host",
|
||||
"rules": "{count} Regeln",
|
||||
"addRule": "Regel hinzufügen",
|
||||
"newRule": "Neue Regel",
|
||||
@@ -3164,7 +3164,7 @@
|
||||
"node": "Knoten",
|
||||
"user": "Benutzer",
|
||||
"unit": "Einheit",
|
||||
"host": "Gastgeber",
|
||||
"host": "Host",
|
||||
"timestamp": "Zeitstempel",
|
||||
"type": "Typ",
|
||||
"systemdUnit": "Systemd-Einheit",
|
||||
@@ -3607,7 +3607,7 @@
|
||||
"runtime": "Laufzeit",
|
||||
"inputVoltage": "Eingangsspannung",
|
||||
"status": "Status",
|
||||
"host": "Gastgeber",
|
||||
"host": "Host",
|
||||
"chargeLevel": "Ladezustand",
|
||||
"runtimeRemaining": "Verbleibende Laufzeit",
|
||||
"batteryVoltage": "Batteriespannung",
|
||||
@@ -3822,7 +3822,7 @@
|
||||
"encryptedTitle": "Dieses Backup ist verschlüsselt",
|
||||
"filesInBackup": "Dateien im Backup",
|
||||
"group": "Gruppe",
|
||||
"host": "Gastgeber",
|
||||
"host": "Host",
|
||||
"importKeyToDownloadTitle": "Importieren Sie vor dem Herunterladen die passende Schlüsseldatei",
|
||||
"importKeyToRestoreTitle": "Importieren Sie vor der Wiederherstellung die passende Schlüsseldatei",
|
||||
"importKeyToViewTitle": "Importieren Sie die passende Schlüsseldatei, bevor Sie Inhalte anzeigen",
|
||||
@@ -4931,7 +4931,34 @@
|
||||
"customLinkSaveError": "Save failed",
|
||||
"customLinkDeleteError": "Delete failed",
|
||||
"categoryLabels": {
|
||||
"arrSuite": "*Arr Suite", "aiCodingDevTools": "AI / Coding & Dev-Tools", "adblockDns": "Adblock & DNS", "authenticationSecurity": "Authentication & Security", "automationScheduling": "Automation & Scheduling", "backupRecovery": "Backup & Recovery", "businessErp": "Business & ERP", "communicationCommunity": "Communication & Community", "containersDocker": "Containers & Docker", "dashboardsFrontends": "Dashboards & Frontends", "databases": "Databases", "documentsNotes": "Documents & Notes", "filesDownloads": "Files & Downloads", "financeBudgeting": "Finance & Budgeting", "gamingLeisure": "Gaming & Leisure", "hostManagement": "Host Management", "iotSmartHome": "IoT & Smart Home", "mediaStreaming": "Media & Streaming", "messagingQueues": "Messaging & Queues", "miscellaneous": "Miscellaneous", "monitoringAnalytics": "Monitoring & Analytics", "nvrCameras": "NVR & Cameras", "networkFirewall": "Network & Firewall", "operatingSystemsAppliances": "Operating Systems & Appliances", "productivityWorkflows": "Productivity & Workflows", "remoteAccessVpn": "Remote Access & VPN", "webserversProxies": "Webservers & Proxies", "zigbeeZwaveMatter": "ZigBee, Z-Wave & Matter"
|
||||
"arrSuite": "*Arr Suite",
|
||||
"aiCodingDevTools": "AI / Coding & Dev-Tools",
|
||||
"adblockDns": "Adblock & DNS",
|
||||
"authenticationSecurity": "Authentication & Security",
|
||||
"automationScheduling": "Automation & Scheduling",
|
||||
"backupRecovery": "Backup & Recovery",
|
||||
"businessErp": "Business & ERP",
|
||||
"communicationCommunity": "Communication & Community",
|
||||
"containersDocker": "Containers & Docker",
|
||||
"dashboardsFrontends": "Dashboards & Frontends",
|
||||
"databases": "Databases",
|
||||
"documentsNotes": "Documents & Notes",
|
||||
"filesDownloads": "Files & Downloads",
|
||||
"financeBudgeting": "Finance & Budgeting",
|
||||
"gamingLeisure": "Gaming & Leisure",
|
||||
"hostManagement": "Host Management",
|
||||
"iotSmartHome": "IoT & Smart Home",
|
||||
"mediaStreaming": "Media & Streaming",
|
||||
"messagingQueues": "Messaging & Queues",
|
||||
"miscellaneous": "Miscellaneous",
|
||||
"monitoringAnalytics": "Monitoring & Analytics",
|
||||
"nvrCameras": "NVR & Cameras",
|
||||
"networkFirewall": "Network & Firewall",
|
||||
"operatingSystemsAppliances": "Operating Systems & Appliances",
|
||||
"productivityWorkflows": "Productivity & Workflows",
|
||||
"remoteAccessVpn": "Remote Access & VPN",
|
||||
"webserversProxies": "Webservers & Proxies",
|
||||
"zigbeeZwaveMatter": "ZigBee, Z-Wave & Matter"
|
||||
}
|
||||
},
|
||||
"audit": {
|
||||
|
||||
@@ -6,12 +6,12 @@
|
||||
"loading": "Cargando...",
|
||||
"connecting": "Conexión al ProxMenux Monitor",
|
||||
"unknown": "Desconocido",
|
||||
"notAvailable": "N / A",
|
||||
"notAvailable": "N/A",
|
||||
"serverOffline": "Servidor sin conexión",
|
||||
"supportProject": "Apoyar y contribuir al proyecto."
|
||||
},
|
||||
"common": {
|
||||
"notAvailable": "N / A",
|
||||
"notAvailable": "N/A",
|
||||
"unknown": "Desconocido"
|
||||
},
|
||||
"actions": {
|
||||
@@ -1000,7 +1000,7 @@
|
||||
"mountPointIndexed": "Punto de montaje {index}",
|
||||
"network": "Red",
|
||||
"networkInterface": "Interfaz de red {index}",
|
||||
"hostInterface": "Anfitrión: {interface}",
|
||||
"hostInterface": "Host: {interface}",
|
||||
"gateway": "Puerta",
|
||||
"gatewayV6": "Puerta de enlace v6",
|
||||
"type": "Tipo",
|
||||
@@ -1025,7 +1025,7 @@
|
||||
"mountStatus": {
|
||||
"stale": "duro",
|
||||
"notMounted": "no montado",
|
||||
"hostDetached": "anfitrión independiente",
|
||||
"hostDetached": "host desconectado",
|
||||
"readOnly": "solo lectura",
|
||||
"stopped": "Detenido",
|
||||
"mounted": "montado"
|
||||
@@ -2257,8 +2257,8 @@
|
||||
"disable": "Desactivar",
|
||||
"enabledLower": "activado",
|
||||
"disabledLower": "desactivado",
|
||||
"clusterLower": "grupo",
|
||||
"hostLower": "anfitrión",
|
||||
"clusterLower": "clúster",
|
||||
"hostLower": "host",
|
||||
"remove": "Eliminar",
|
||||
"allow": "Permitir",
|
||||
"delete": "Eliminar",
|
||||
@@ -2406,7 +2406,7 @@
|
||||
"httpsEnabled": "HTTPS está habilitado.",
|
||||
"httpNoSsl": "El panel utiliza HTTP simple.",
|
||||
"usingCertificate": "Usando el certificado {source}.",
|
||||
"proxmoxHost": "anfitrión Proxmox",
|
||||
"proxmoxHost": "host Proxmox",
|
||||
"custom": "personalizado",
|
||||
"unencryptedHttp": "El tráfico no está cifrado a través de HTTP.",
|
||||
"activeCertificate": "Certificado activo",
|
||||
@@ -2501,8 +2501,8 @@
|
||||
"portsCovered": "Puertos cubiertos",
|
||||
"drop": "Descartar",
|
||||
"reject": "Rechazar",
|
||||
"cluster": "Grupo",
|
||||
"host": "Anfitrión",
|
||||
"cluster": "Clúster",
|
||||
"host": "Host",
|
||||
"rules": "{count} reglas",
|
||||
"addRule": "Agregar regla",
|
||||
"newRule": "Nueva regla",
|
||||
@@ -3164,7 +3164,7 @@
|
||||
"node": "Nodo",
|
||||
"user": "Usuario",
|
||||
"unit": "Unidad",
|
||||
"host": "Anfitrión",
|
||||
"host": "Host",
|
||||
"timestamp": "Marca de tiempo",
|
||||
"type": "Tipo",
|
||||
"systemdUnit": "unidad del sistema",
|
||||
@@ -3607,7 +3607,7 @@
|
||||
"runtime": "Tiempo de ejecución",
|
||||
"inputVoltage": "Voltaje de entrada",
|
||||
"status": "Estado",
|
||||
"host": "Anfitrión",
|
||||
"host": "Host",
|
||||
"chargeLevel": "Nivel de carga",
|
||||
"runtimeRemaining": "Tiempo de ejecución restante",
|
||||
"batteryVoltage": "Voltaje de la batería",
|
||||
@@ -3822,7 +3822,7 @@
|
||||
"encryptedTitle": "Esta copia de seguridad está cifrada",
|
||||
"filesInBackup": "Archivos en copia de seguridad",
|
||||
"group": "Grupo",
|
||||
"host": "Anfitrión",
|
||||
"host": "Host",
|
||||
"importKeyToDownloadTitle": "Importe el archivo de claves correspondiente antes de descargarlo",
|
||||
"importKeyToRestoreTitle": "Importe el archivo de claves correspondiente antes de restaurar",
|
||||
"importKeyToViewTitle": "Importe el archivo de claves correspondiente antes de ver el contenido",
|
||||
@@ -4931,7 +4931,34 @@
|
||||
"customLinkSaveError": "Error al guardar",
|
||||
"customLinkDeleteError": "Error al eliminar",
|
||||
"categoryLabels": {
|
||||
"arrSuite": "*Arr Suite", "aiCodingDevTools": "AI / Coding & Dev-Tools", "adblockDns": "Adblock & DNS", "authenticationSecurity": "Authentication & Security", "automationScheduling": "Automation & Scheduling", "backupRecovery": "Backup & Recovery", "businessErp": "Business & ERP", "communicationCommunity": "Communication & Community", "containersDocker": "Containers & Docker", "dashboardsFrontends": "Dashboards & Frontends", "databases": "Databases", "documentsNotes": "Documents & Notes", "filesDownloads": "Files & Downloads", "financeBudgeting": "Finance & Budgeting", "gamingLeisure": "Gaming & Leisure", "hostManagement": "Host Management", "iotSmartHome": "IoT & Smart Home", "mediaStreaming": "Media & Streaming", "messagingQueues": "Messaging & Queues", "miscellaneous": "Miscellaneous", "monitoringAnalytics": "Monitoring & Analytics", "nvrCameras": "NVR & Cameras", "networkFirewall": "Network & Firewall", "operatingSystemsAppliances": "Operating Systems & Appliances", "productivityWorkflows": "Productivity & Workflows", "remoteAccessVpn": "Remote Access & VPN", "webserversProxies": "Webservers & Proxies", "zigbeeZwaveMatter": "ZigBee, Z-Wave & Matter"
|
||||
"arrSuite": "*Arr Suite",
|
||||
"aiCodingDevTools": "AI / Coding & Dev-Tools",
|
||||
"adblockDns": "Adblock & DNS",
|
||||
"authenticationSecurity": "Authentication & Security",
|
||||
"automationScheduling": "Automation & Scheduling",
|
||||
"backupRecovery": "Backup & Recovery",
|
||||
"businessErp": "Business & ERP",
|
||||
"communicationCommunity": "Communication & Community",
|
||||
"containersDocker": "Containers & Docker",
|
||||
"dashboardsFrontends": "Dashboards & Frontends",
|
||||
"databases": "Databases",
|
||||
"documentsNotes": "Documents & Notes",
|
||||
"filesDownloads": "Files & Downloads",
|
||||
"financeBudgeting": "Finance & Budgeting",
|
||||
"gamingLeisure": "Gaming & Leisure",
|
||||
"hostManagement": "Host Management",
|
||||
"iotSmartHome": "IoT & Smart Home",
|
||||
"mediaStreaming": "Media & Streaming",
|
||||
"messagingQueues": "Messaging & Queues",
|
||||
"miscellaneous": "Miscellaneous",
|
||||
"monitoringAnalytics": "Monitoring & Analytics",
|
||||
"nvrCameras": "NVR & Cameras",
|
||||
"networkFirewall": "Network & Firewall",
|
||||
"operatingSystemsAppliances": "Operating Systems & Appliances",
|
||||
"productivityWorkflows": "Productivity & Workflows",
|
||||
"remoteAccessVpn": "Remote Access & VPN",
|
||||
"webserversProxies": "Webservers & Proxies",
|
||||
"zigbeeZwaveMatter": "ZigBee, Z-Wave & Matter"
|
||||
}
|
||||
},
|
||||
"audit": {
|
||||
|
||||
@@ -6,12 +6,12 @@
|
||||
"loading": "Chargement...",
|
||||
"connecting": "Connexion au ProxMenux Monitor",
|
||||
"unknown": "Inconnu",
|
||||
"notAvailable": "N / A",
|
||||
"notAvailable": "N/A",
|
||||
"serverOffline": "Serveur hors ligne",
|
||||
"supportProject": "Soutenir et contribuer au projet"
|
||||
},
|
||||
"common": {
|
||||
"notAvailable": "N / A",
|
||||
"notAvailable": "N/A",
|
||||
"unknown": "Inconnu"
|
||||
},
|
||||
"actions": {
|
||||
@@ -1809,7 +1809,7 @@
|
||||
"label": "Sécurité"
|
||||
},
|
||||
"cluster": {
|
||||
"label": "Grappe"
|
||||
"label": "Cluster"
|
||||
},
|
||||
"services": {
|
||||
"label": "Services"
|
||||
@@ -2257,7 +2257,7 @@
|
||||
"disable": "Désactiver",
|
||||
"enabledLower": "activé",
|
||||
"disabledLower": "désactivé",
|
||||
"clusterLower": "grappe",
|
||||
"clusterLower": "cluster",
|
||||
"hostLower": "hôte",
|
||||
"remove": "Retirer",
|
||||
"allow": "Permettre",
|
||||
@@ -2501,7 +2501,7 @@
|
||||
"portsCovered": "Ports couverts",
|
||||
"drop": "Baisse",
|
||||
"reject": "Rejeter",
|
||||
"cluster": "Grappe",
|
||||
"cluster": "Cluster",
|
||||
"host": "Hôte",
|
||||
"rules": "Règles {count}",
|
||||
"addRule": "Ajouter une règle",
|
||||
@@ -4931,7 +4931,34 @@
|
||||
"customLinkSaveError": "Save failed",
|
||||
"customLinkDeleteError": "Delete failed",
|
||||
"categoryLabels": {
|
||||
"arrSuite": "*Arr Suite", "aiCodingDevTools": "AI / Coding & Dev-Tools", "adblockDns": "Adblock & DNS", "authenticationSecurity": "Authentication & Security", "automationScheduling": "Automation & Scheduling", "backupRecovery": "Backup & Recovery", "businessErp": "Business & ERP", "communicationCommunity": "Communication & Community", "containersDocker": "Containers & Docker", "dashboardsFrontends": "Dashboards & Frontends", "databases": "Databases", "documentsNotes": "Documents & Notes", "filesDownloads": "Files & Downloads", "financeBudgeting": "Finance & Budgeting", "gamingLeisure": "Gaming & Leisure", "hostManagement": "Host Management", "iotSmartHome": "IoT & Smart Home", "mediaStreaming": "Media & Streaming", "messagingQueues": "Messaging & Queues", "miscellaneous": "Miscellaneous", "monitoringAnalytics": "Monitoring & Analytics", "nvrCameras": "NVR & Cameras", "networkFirewall": "Network & Firewall", "operatingSystemsAppliances": "Operating Systems & Appliances", "productivityWorkflows": "Productivity & Workflows", "remoteAccessVpn": "Remote Access & VPN", "webserversProxies": "Webservers & Proxies", "zigbeeZwaveMatter": "ZigBee, Z-Wave & Matter"
|
||||
"arrSuite": "*Arr Suite",
|
||||
"aiCodingDevTools": "AI / Coding & Dev-Tools",
|
||||
"adblockDns": "Adblock & DNS",
|
||||
"authenticationSecurity": "Authentication & Security",
|
||||
"automationScheduling": "Automation & Scheduling",
|
||||
"backupRecovery": "Backup & Recovery",
|
||||
"businessErp": "Business & ERP",
|
||||
"communicationCommunity": "Communication & Community",
|
||||
"containersDocker": "Containers & Docker",
|
||||
"dashboardsFrontends": "Dashboards & Frontends",
|
||||
"databases": "Databases",
|
||||
"documentsNotes": "Documents & Notes",
|
||||
"filesDownloads": "Files & Downloads",
|
||||
"financeBudgeting": "Finance & Budgeting",
|
||||
"gamingLeisure": "Gaming & Leisure",
|
||||
"hostManagement": "Host Management",
|
||||
"iotSmartHome": "IoT & Smart Home",
|
||||
"mediaStreaming": "Media & Streaming",
|
||||
"messagingQueues": "Messaging & Queues",
|
||||
"miscellaneous": "Miscellaneous",
|
||||
"monitoringAnalytics": "Monitoring & Analytics",
|
||||
"nvrCameras": "NVR & Cameras",
|
||||
"networkFirewall": "Network & Firewall",
|
||||
"operatingSystemsAppliances": "Operating Systems & Appliances",
|
||||
"productivityWorkflows": "Productivity & Workflows",
|
||||
"remoteAccessVpn": "Remote Access & VPN",
|
||||
"webserversProxies": "Webservers & Proxies",
|
||||
"zigbeeZwaveMatter": "ZigBee, Z-Wave & Matter"
|
||||
}
|
||||
},
|
||||
"audit": {
|
||||
|
||||
@@ -6,12 +6,12 @@
|
||||
"loading": "Caricamento...",
|
||||
"connecting": "Connessione al ProxMenux Monitor",
|
||||
"unknown": "Sconosciuto",
|
||||
"notAvailable": "N / A",
|
||||
"notAvailable": "N/A",
|
||||
"serverOffline": "Server non in linea",
|
||||
"supportProject": "Sostieni e contribuisci al progetto"
|
||||
},
|
||||
"common": {
|
||||
"notAvailable": "N / A",
|
||||
"notAvailable": "N/A",
|
||||
"unknown": "Sconosciuto"
|
||||
},
|
||||
"actions": {
|
||||
@@ -953,7 +953,7 @@
|
||||
"dhm": "{days}d {hours}h {minutes}m"
|
||||
},
|
||||
"details": {
|
||||
"sourceHost": "Fonte (ospite)",
|
||||
"sourceHost": "Origine (host)",
|
||||
"mountedAtCt": "Montato a (CT)",
|
||||
"total": "Totale",
|
||||
"used": "Usato",
|
||||
@@ -1000,7 +1000,7 @@
|
||||
"mountPointIndexed": "Punto di montaggio {index}",
|
||||
"network": "Rete",
|
||||
"networkInterface": "Interfaccia di rete {index}",
|
||||
"hostInterface": "Ospite: {interface}",
|
||||
"hostInterface": "Host: {interface}",
|
||||
"gateway": "Porta",
|
||||
"gatewayV6": "Gateway v6",
|
||||
"type": "Tipo",
|
||||
@@ -1025,7 +1025,7 @@
|
||||
"mountStatus": {
|
||||
"stale": "stantio",
|
||||
"notMounted": "non montato",
|
||||
"hostDetached": "ospite distaccato",
|
||||
"hostDetached": "host scollegato",
|
||||
"readOnly": "sola lettura",
|
||||
"stopped": "fermato",
|
||||
"mounted": "montato"
|
||||
@@ -1809,7 +1809,7 @@
|
||||
"label": "Sicurezza"
|
||||
},
|
||||
"cluster": {
|
||||
"label": "Grappolo"
|
||||
"label": "Cluster"
|
||||
},
|
||||
"services": {
|
||||
"label": "Servizi"
|
||||
@@ -1951,7 +1951,7 @@
|
||||
"enableDiscord": "Abilita Discordia",
|
||||
"webhookUrl": "URL del webhook",
|
||||
"enableEmail": "Abilita e-mail",
|
||||
"smtpHost": "Ospite SMTP",
|
||||
"smtpHost": "Host SMTP",
|
||||
"port": "Porta",
|
||||
"tlsMode": "Modalità TLS",
|
||||
"noTls": "Nessuno (porta 25)",
|
||||
@@ -2257,8 +2257,8 @@
|
||||
"disable": "Disabilita",
|
||||
"enabledLower": "abilitato",
|
||||
"disabledLower": "disabilitato",
|
||||
"clusterLower": "grappolo",
|
||||
"hostLower": "ospite",
|
||||
"clusterLower": "cluster",
|
||||
"hostLower": "host",
|
||||
"remove": "Rimuovere",
|
||||
"allow": "Permettere",
|
||||
"delete": "Eliminare",
|
||||
@@ -2406,7 +2406,7 @@
|
||||
"httpsEnabled": "HTTPS è abilitato.",
|
||||
"httpNoSsl": "Il dashboard utilizza il semplice HTTP.",
|
||||
"usingCertificate": "Utilizzo del certificato {source}.",
|
||||
"proxmoxHost": "Ospite Proxmox",
|
||||
"proxmoxHost": "Host Proxmox",
|
||||
"custom": "costume",
|
||||
"unencryptedHttp": "Il traffico non è crittografato su HTTP.",
|
||||
"activeCertificate": "Certificato attivo",
|
||||
@@ -2486,7 +2486,7 @@
|
||||
"clusterTitle": "Firewall del cluster",
|
||||
"clusterActive": "Il firewall del cluster è attivo.",
|
||||
"clusterDisabled": "Il firewall del cluster è disabilitato.",
|
||||
"hostTitle": "Firewall dell'ospite",
|
||||
"hostTitle": "Firewall dell'host",
|
||||
"hostActive": "Il firewall host è attivo per questo nodo.",
|
||||
"clusterRequiredHint": "Abilita prima il firewall del cluster, quindi abilita il firewall dell'host.",
|
||||
"quickAccessRules": "Regole di accesso rapido",
|
||||
@@ -2501,8 +2501,8 @@
|
||||
"portsCovered": "Porti coperti",
|
||||
"drop": "Gocciolare",
|
||||
"reject": "Rifiutare",
|
||||
"cluster": "Grappolo",
|
||||
"host": "Ospite",
|
||||
"cluster": "Cluster",
|
||||
"host": "Host",
|
||||
"rules": "{count} regole",
|
||||
"addRule": "Aggiungi regola",
|
||||
"newRule": "Nuova regola",
|
||||
@@ -2904,7 +2904,7 @@
|
||||
"proxmoxNetwork": "Rete locale completa",
|
||||
"customNetworks": "Reti personalizzate"
|
||||
},
|
||||
"hostAccess": "Accesso dell'ospite",
|
||||
"hostAccess": "Accesso all'host",
|
||||
"networks": "Reti",
|
||||
"exitNode": "Nodo di uscita",
|
||||
"acceptRoutes": "Accetta percorsi",
|
||||
@@ -3164,7 +3164,7 @@
|
||||
"node": "Nodo",
|
||||
"user": "Utente",
|
||||
"unit": "Unità",
|
||||
"host": "Ospite",
|
||||
"host": "Host",
|
||||
"timestamp": "Timestamp",
|
||||
"type": "Tipo",
|
||||
"systemdUnit": "Unità di sistema",
|
||||
@@ -3607,7 +3607,7 @@
|
||||
"runtime": "Durata",
|
||||
"inputVoltage": "Tensione in ingresso",
|
||||
"status": "Stato",
|
||||
"host": "Ospite",
|
||||
"host": "Host",
|
||||
"chargeLevel": "Livello di carica",
|
||||
"runtimeRemaining": "Tempo di esecuzione rimanente",
|
||||
"batteryVoltage": "Voltaggio della batteria",
|
||||
@@ -3822,7 +3822,7 @@
|
||||
"encryptedTitle": "Questo backup è crittografato",
|
||||
"filesInBackup": "File nel backup",
|
||||
"group": "Gruppo",
|
||||
"host": "Ospite",
|
||||
"host": "Host",
|
||||
"importKeyToDownloadTitle": "Importa il file di chiavi corrispondente prima del download",
|
||||
"importKeyToRestoreTitle": "Importa il file di chiavi corrispondente prima del ripristino",
|
||||
"importKeyToViewTitle": "Importa il file di chiavi corrispondente prima di visualizzare i contenuti",
|
||||
@@ -4083,8 +4083,8 @@
|
||||
"size": "Misurare",
|
||||
"sizeLabel": "Misurare",
|
||||
"source": "Fonte",
|
||||
"sourceHost": "Ospite di origine",
|
||||
"sourceHostLabel": "Ospite di origine",
|
||||
"sourceHost": "Host di origine",
|
||||
"sourceHostLabel": "Host di origine",
|
||||
"sshHostOrIp": "Host/IP SSH",
|
||||
"sshKeyPath": "Percorso della chiave SSH",
|
||||
"sshUser": "Utente SSH",
|
||||
@@ -4254,7 +4254,7 @@
|
||||
"pathsArchived": "Percorsi archiviati",
|
||||
"proxmoxVersion": "Versione Proxmox",
|
||||
"roles": "Ruoli",
|
||||
"sourceHost": "Ospite di origine",
|
||||
"sourceHost": "Host di origine",
|
||||
"vmsAtBackup": "VM al backup"
|
||||
},
|
||||
"manual": {
|
||||
@@ -4931,7 +4931,34 @@
|
||||
"customLinkSaveError": "Save failed",
|
||||
"customLinkDeleteError": "Delete failed",
|
||||
"categoryLabels": {
|
||||
"arrSuite": "*Arr Suite", "aiCodingDevTools": "AI / Coding & Dev-Tools", "adblockDns": "Adblock & DNS", "authenticationSecurity": "Authentication & Security", "automationScheduling": "Automation & Scheduling", "backupRecovery": "Backup & Recovery", "businessErp": "Business & ERP", "communicationCommunity": "Communication & Community", "containersDocker": "Containers & Docker", "dashboardsFrontends": "Dashboards & Frontends", "databases": "Databases", "documentsNotes": "Documents & Notes", "filesDownloads": "Files & Downloads", "financeBudgeting": "Finance & Budgeting", "gamingLeisure": "Gaming & Leisure", "hostManagement": "Host Management", "iotSmartHome": "IoT & Smart Home", "mediaStreaming": "Media & Streaming", "messagingQueues": "Messaging & Queues", "miscellaneous": "Miscellaneous", "monitoringAnalytics": "Monitoring & Analytics", "nvrCameras": "NVR & Cameras", "networkFirewall": "Network & Firewall", "operatingSystemsAppliances": "Operating Systems & Appliances", "productivityWorkflows": "Productivity & Workflows", "remoteAccessVpn": "Remote Access & VPN", "webserversProxies": "Webservers & Proxies", "zigbeeZwaveMatter": "ZigBee, Z-Wave & Matter"
|
||||
"arrSuite": "*Arr Suite",
|
||||
"aiCodingDevTools": "AI / Coding & Dev-Tools",
|
||||
"adblockDns": "Adblock & DNS",
|
||||
"authenticationSecurity": "Authentication & Security",
|
||||
"automationScheduling": "Automation & Scheduling",
|
||||
"backupRecovery": "Backup & Recovery",
|
||||
"businessErp": "Business & ERP",
|
||||
"communicationCommunity": "Communication & Community",
|
||||
"containersDocker": "Containers & Docker",
|
||||
"dashboardsFrontends": "Dashboards & Frontends",
|
||||
"databases": "Databases",
|
||||
"documentsNotes": "Documents & Notes",
|
||||
"filesDownloads": "Files & Downloads",
|
||||
"financeBudgeting": "Finance & Budgeting",
|
||||
"gamingLeisure": "Gaming & Leisure",
|
||||
"hostManagement": "Host Management",
|
||||
"iotSmartHome": "IoT & Smart Home",
|
||||
"mediaStreaming": "Media & Streaming",
|
||||
"messagingQueues": "Messaging & Queues",
|
||||
"miscellaneous": "Miscellaneous",
|
||||
"monitoringAnalytics": "Monitoring & Analytics",
|
||||
"nvrCameras": "NVR & Cameras",
|
||||
"networkFirewall": "Network & Firewall",
|
||||
"operatingSystemsAppliances": "Operating Systems & Appliances",
|
||||
"productivityWorkflows": "Productivity & Workflows",
|
||||
"remoteAccessVpn": "Remote Access & VPN",
|
||||
"webserversProxies": "Webservers & Proxies",
|
||||
"zigbeeZwaveMatter": "ZigBee, Z-Wave & Matter"
|
||||
}
|
||||
},
|
||||
"audit": {
|
||||
|
||||
@@ -6,12 +6,12 @@
|
||||
"loading": "Carregando...",
|
||||
"connecting": "Conectando ao ProxMenux Monitor",
|
||||
"unknown": "Desconhecido",
|
||||
"notAvailable": "N / D",
|
||||
"notAvailable": "N/D",
|
||||
"serverOffline": "Servidor off-line",
|
||||
"supportProject": "Apoie e contribua para o projeto"
|
||||
},
|
||||
"common": {
|
||||
"notAvailable": "N / D",
|
||||
"notAvailable": "N/D",
|
||||
"unknown": "Desconhecido"
|
||||
},
|
||||
"actions": {
|
||||
@@ -1000,7 +1000,7 @@
|
||||
"mountPointIndexed": "Ponto de montagem {index}",
|
||||
"network": "Rede",
|
||||
"networkInterface": "Interface de rede {index}",
|
||||
"hostInterface": "Anfitrião: {interface}",
|
||||
"hostInterface": "Host: {interface}",
|
||||
"gateway": "Portal",
|
||||
"gatewayV6": "Gateway v6",
|
||||
"type": "Tipo",
|
||||
@@ -1809,7 +1809,7 @@
|
||||
"label": "Segurança"
|
||||
},
|
||||
"cluster": {
|
||||
"label": "Conjunto"
|
||||
"label": "Cluster"
|
||||
},
|
||||
"services": {
|
||||
"label": "Serviços"
|
||||
@@ -1951,7 +1951,7 @@
|
||||
"enableDiscord": "Habilitar discórdia",
|
||||
"webhookUrl": "URL do webhook",
|
||||
"enableEmail": "Habilitar e-mail",
|
||||
"smtpHost": "Anfitrião SMTP",
|
||||
"smtpHost": "Host SMTP",
|
||||
"port": "Porta",
|
||||
"tlsMode": "Modo TLS",
|
||||
"noTls": "Nenhum (porta 25)",
|
||||
@@ -2257,8 +2257,8 @@
|
||||
"disable": "Desativar",
|
||||
"enabledLower": "habilitado",
|
||||
"disabledLower": "desabilitado",
|
||||
"clusterLower": "conjunto",
|
||||
"hostLower": "hospedar",
|
||||
"clusterLower": "cluster",
|
||||
"hostLower": "host",
|
||||
"remove": "Remover",
|
||||
"allow": "Permitir",
|
||||
"delete": "Excluir",
|
||||
@@ -2406,7 +2406,7 @@
|
||||
"httpsEnabled": "HTTPS está ativado.",
|
||||
"httpNoSsl": "O painel está usando HTTP simples.",
|
||||
"usingCertificate": "Usando certificado {source}.",
|
||||
"proxmoxHost": "Anfitrião Proxmox",
|
||||
"proxmoxHost": "Host Proxmox",
|
||||
"custom": "personalizado",
|
||||
"unencryptedHttp": "O tráfego não é criptografado por HTTP.",
|
||||
"activeCertificate": "Certificado ativo",
|
||||
@@ -2501,8 +2501,8 @@
|
||||
"portsCovered": "Portos cobertos",
|
||||
"drop": "Derrubar",
|
||||
"reject": "Rejeitar",
|
||||
"cluster": "Conjunto",
|
||||
"host": "Hospedar",
|
||||
"cluster": "Cluster",
|
||||
"host": "Host",
|
||||
"rules": "{count} regras",
|
||||
"addRule": "Adicionar regra",
|
||||
"newRule": "Nova regra",
|
||||
@@ -3164,7 +3164,7 @@
|
||||
"node": "Nó",
|
||||
"user": "Usuário",
|
||||
"unit": "Unidade",
|
||||
"host": "Hospedar",
|
||||
"host": "Host",
|
||||
"timestamp": "Carimbo de data e hora",
|
||||
"type": "Tipo",
|
||||
"systemdUnit": "Unidade do sistema",
|
||||
@@ -3607,7 +3607,7 @@
|
||||
"runtime": "Tempo de execução",
|
||||
"inputVoltage": "Tensão de entrada",
|
||||
"status": "Status",
|
||||
"host": "Hospedar",
|
||||
"host": "Host",
|
||||
"chargeLevel": "Nível de carga",
|
||||
"runtimeRemaining": "Tempo de execução restante",
|
||||
"batteryVoltage": "Tensão da bateria",
|
||||
@@ -3823,7 +3823,7 @@
|
||||
"encryptedTitle": "Este backup está criptografado",
|
||||
"filesInBackup": "Arquivos em backup",
|
||||
"group": "Grupo",
|
||||
"host": "Hospedar",
|
||||
"host": "Host",
|
||||
"importKeyToDownloadTitle": "Importe o arquivo-chave correspondente antes de fazer o download",
|
||||
"importKeyToRestoreTitle": "Importe o arquivo-chave correspondente antes de restaurar",
|
||||
"importKeyToViewTitle": "Importe o arquivo-chave correspondente antes de visualizar o conteúdo",
|
||||
@@ -4932,7 +4932,34 @@
|
||||
"customLinkSaveError": "Save failed",
|
||||
"customLinkDeleteError": "Delete failed",
|
||||
"categoryLabels": {
|
||||
"arrSuite": "*Arr Suite", "aiCodingDevTools": "AI / Coding & Dev-Tools", "adblockDns": "Adblock & DNS", "authenticationSecurity": "Authentication & Security", "automationScheduling": "Automation & Scheduling", "backupRecovery": "Backup & Recovery", "businessErp": "Business & ERP", "communicationCommunity": "Communication & Community", "containersDocker": "Containers & Docker", "dashboardsFrontends": "Dashboards & Frontends", "databases": "Databases", "documentsNotes": "Documents & Notes", "filesDownloads": "Files & Downloads", "financeBudgeting": "Finance & Budgeting", "gamingLeisure": "Gaming & Leisure", "hostManagement": "Host Management", "iotSmartHome": "IoT & Smart Home", "mediaStreaming": "Media & Streaming", "messagingQueues": "Messaging & Queues", "miscellaneous": "Miscellaneous", "monitoringAnalytics": "Monitoring & Analytics", "nvrCameras": "NVR & Cameras", "networkFirewall": "Network & Firewall", "operatingSystemsAppliances": "Operating Systems & Appliances", "productivityWorkflows": "Productivity & Workflows", "remoteAccessVpn": "Remote Access & VPN", "webserversProxies": "Webservers & Proxies", "zigbeeZwaveMatter": "ZigBee, Z-Wave & Matter"
|
||||
"arrSuite": "*Arr Suite",
|
||||
"aiCodingDevTools": "AI / Coding & Dev-Tools",
|
||||
"adblockDns": "Adblock & DNS",
|
||||
"authenticationSecurity": "Authentication & Security",
|
||||
"automationScheduling": "Automation & Scheduling",
|
||||
"backupRecovery": "Backup & Recovery",
|
||||
"businessErp": "Business & ERP",
|
||||
"communicationCommunity": "Communication & Community",
|
||||
"containersDocker": "Containers & Docker",
|
||||
"dashboardsFrontends": "Dashboards & Frontends",
|
||||
"databases": "Databases",
|
||||
"documentsNotes": "Documents & Notes",
|
||||
"filesDownloads": "Files & Downloads",
|
||||
"financeBudgeting": "Finance & Budgeting",
|
||||
"gamingLeisure": "Gaming & Leisure",
|
||||
"hostManagement": "Host Management",
|
||||
"iotSmartHome": "IoT & Smart Home",
|
||||
"mediaStreaming": "Media & Streaming",
|
||||
"messagingQueues": "Messaging & Queues",
|
||||
"miscellaneous": "Miscellaneous",
|
||||
"monitoringAnalytics": "Monitoring & Analytics",
|
||||
"nvrCameras": "NVR & Cameras",
|
||||
"networkFirewall": "Network & Firewall",
|
||||
"operatingSystemsAppliances": "Operating Systems & Appliances",
|
||||
"productivityWorkflows": "Productivity & Workflows",
|
||||
"remoteAccessVpn": "Remote Access & VPN",
|
||||
"webserversProxies": "Webservers & Proxies",
|
||||
"zigbeeZwaveMatter": "ZigBee, Z-Wave & Matter"
|
||||
}
|
||||
},
|
||||
"audit": {
|
||||
|
||||
@@ -1809,7 +1809,7 @@
|
||||
"label": "Säkerhet"
|
||||
},
|
||||
"cluster": {
|
||||
"label": "Klunga"
|
||||
"label": "Kluster"
|
||||
},
|
||||
"services": {
|
||||
"label": "Tjänster"
|
||||
@@ -2257,7 +2257,7 @@
|
||||
"disable": "Inaktivera",
|
||||
"enabledLower": "aktiverat",
|
||||
"disabledLower": "funktionshindrade",
|
||||
"clusterLower": "klunga",
|
||||
"clusterLower": "kluster",
|
||||
"hostLower": "värd",
|
||||
"remove": "Ta bort",
|
||||
"allow": "Tillåta",
|
||||
@@ -2501,7 +2501,7 @@
|
||||
"portsCovered": "Hamnar täckta",
|
||||
"drop": "Släppa",
|
||||
"reject": "Avvisa",
|
||||
"cluster": "Klunga",
|
||||
"cluster": "Kluster",
|
||||
"host": "Värd",
|
||||
"rules": "{count} regler",
|
||||
"addRule": "Lägg till regel",
|
||||
@@ -4931,7 +4931,34 @@
|
||||
"customLinkSaveError": "Save failed",
|
||||
"customLinkDeleteError": "Delete failed",
|
||||
"categoryLabels": {
|
||||
"arrSuite": "*Arr Suite", "aiCodingDevTools": "AI / Coding & Dev-Tools", "adblockDns": "Adblock & DNS", "authenticationSecurity": "Authentication & Security", "automationScheduling": "Automation & Scheduling", "backupRecovery": "Backup & Recovery", "businessErp": "Business & ERP", "communicationCommunity": "Communication & Community", "containersDocker": "Containers & Docker", "dashboardsFrontends": "Dashboards & Frontends", "databases": "Databases", "documentsNotes": "Documents & Notes", "filesDownloads": "Files & Downloads", "financeBudgeting": "Finance & Budgeting", "gamingLeisure": "Gaming & Leisure", "hostManagement": "Host Management", "iotSmartHome": "IoT & Smart Home", "mediaStreaming": "Media & Streaming", "messagingQueues": "Messaging & Queues", "miscellaneous": "Miscellaneous", "monitoringAnalytics": "Monitoring & Analytics", "nvrCameras": "NVR & Cameras", "networkFirewall": "Network & Firewall", "operatingSystemsAppliances": "Operating Systems & Appliances", "productivityWorkflows": "Productivity & Workflows", "remoteAccessVpn": "Remote Access & VPN", "webserversProxies": "Webservers & Proxies", "zigbeeZwaveMatter": "ZigBee, Z-Wave & Matter"
|
||||
"arrSuite": "*Arr Suite",
|
||||
"aiCodingDevTools": "AI / Coding & Dev-Tools",
|
||||
"adblockDns": "Adblock & DNS",
|
||||
"authenticationSecurity": "Authentication & Security",
|
||||
"automationScheduling": "Automation & Scheduling",
|
||||
"backupRecovery": "Backup & Recovery",
|
||||
"businessErp": "Business & ERP",
|
||||
"communicationCommunity": "Communication & Community",
|
||||
"containersDocker": "Containers & Docker",
|
||||
"dashboardsFrontends": "Dashboards & Frontends",
|
||||
"databases": "Databases",
|
||||
"documentsNotes": "Documents & Notes",
|
||||
"filesDownloads": "Files & Downloads",
|
||||
"financeBudgeting": "Finance & Budgeting",
|
||||
"gamingLeisure": "Gaming & Leisure",
|
||||
"hostManagement": "Host Management",
|
||||
"iotSmartHome": "IoT & Smart Home",
|
||||
"mediaStreaming": "Media & Streaming",
|
||||
"messagingQueues": "Messaging & Queues",
|
||||
"miscellaneous": "Miscellaneous",
|
||||
"monitoringAnalytics": "Monitoring & Analytics",
|
||||
"nvrCameras": "NVR & Cameras",
|
||||
"networkFirewall": "Network & Firewall",
|
||||
"operatingSystemsAppliances": "Operating Systems & Appliances",
|
||||
"productivityWorkflows": "Productivity & Workflows",
|
||||
"remoteAccessVpn": "Remote Access & VPN",
|
||||
"webserversProxies": "Webservers & Proxies",
|
||||
"zigbeeZwaveMatter": "ZigBee, Z-Wave & Matter"
|
||||
}
|
||||
},
|
||||
"audit": {
|
||||
|
||||
Reference in New Issue
Block a user