mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-09-14 18:56:52 +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": {
|
||||
|
||||
Reference in New Issue
Block a user