From bd26ceb7e8d0f65cbda32e7101b3947b55c32486 Mon Sep 17 00:00:00 2001 From: Ben Phelps Date: Mon, 27 Nov 2023 07:10:04 +0200 Subject: [PATCH] New translations common.json (Latvian) --- public/locales/lv/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/public/locales/lv/common.json b/public/locales/lv/common.json index 54963791..05f0e5cd 100644 --- a/public/locales/lv/common.json +++ b/public/locales/lv/common.json @@ -122,6 +122,24 @@ "subscriptions": "Subscriptions", "unread": "Unread" }, + "fritzbox": { + "connectionStatus": "Statuss", + "connectionStatusUnconfigured": "Unconfigured", + "connectionStatusConnecting": "Connecting", + "connectionStatusAuthenticating": "Authenticating", + "connectionStatusPendingDisconnect": "PendingDisconnect", + "connectionStatusDisconnecting": "Disconnecting", + "connectionStatusDisconnected": "Disconnected", + "connectionStatusConnected": "Connected", + "uptime": "Uptime", + "maxDown": "Max. Down", + "maxUp": "Max. Up", + "down": "Down", + "up": "Up", + "received": "Received", + "sent": "Sent", + "externalIPAddress": "Ext. IP" + }, "caddy": { "upstreams": "Upstreams", "requests": "Current requests",