From 8d18193bfebcf158950b07c121ae5c91a1e624a7 Mon Sep 17 00:00:00 2001 From: Ben Phelps Date: Mon, 27 Nov 2023 07:09:27 +0200 Subject: [PATCH] New translations common.json (German) --- public/locales/de/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/public/locales/de/common.json b/public/locales/de/common.json index 4c4fb46c..4ae45797 100644 --- a/public/locales/de/common.json +++ b/public/locales/de/common.json @@ -122,6 +122,24 @@ "subscriptions": "Abonnements", "unread": "Ungelesen" }, + "fritzbox": { + "connectionStatus": "Status", + "connectionStatusUnconfigured": "Unkonfiguriert", + "connectionStatusConnecting": "Verbinde", + "connectionStatusAuthenticating": "Authenifiziere", + "connectionStatusPendingDisconnect": "Anstehende Trennung", + "connectionStatusDisconnecting": "Trenne", + "connectionStatusDisconnected": "Getrennt", + "connectionStatusConnected": "Verbunden", + "uptime": "Betriebszeit", + "maxDown": "Max. Down", + "maxUp": "Max. Up", + "down": "Empfangen", + "up": "Senden", + "received": "Empfangen", + "sent": "Gesendet", + "externalIPAddress": "Ext. IP" + }, "caddy": { "upstreams": "Upstreams", "requests": "Aktuelle Anfragen",