From 1b20991ce7ea152c900857e975ed5e6c24d40bb2 Mon Sep 17 00:00:00 2001 From: Ben Phelps Date: Mon, 27 Nov 2023 07:09:49 +0200 Subject: [PATCH] New translations common.json (Dutch) --- public/locales/nl/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/public/locales/nl/common.json b/public/locales/nl/common.json index addccd2b..dc7dea2a 100644 --- a/public/locales/nl/common.json +++ b/public/locales/nl/common.json @@ -122,6 +122,24 @@ "subscriptions": "Abonnementen", "unread": "Ongelezen" }, + "fritzbox": { + "connectionStatus": "Status", + "connectionStatusUnconfigured": "Unconfigured", + "connectionStatusConnecting": "Connecting", + "connectionStatusAuthenticating": "Authenticating", + "connectionStatusPendingDisconnect": "PendingDisconnect", + "connectionStatusDisconnecting": "Disconnecting", + "connectionStatusDisconnected": "Disconnected", + "connectionStatusConnected": "Verbonden", + "uptime": "Online", + "maxDown": "Max. Down", + "maxUp": "Max. Up", + "down": "Offline", + "up": "Online", + "received": "Received", + "sent": "Sent", + "externalIPAddress": "Ext. IP" + }, "caddy": { "upstreams": "Upstreams", "requests": "Huidige verzoeken",