From a0a25659b50f82b49949101116c3fdaa2d8aad08 Mon Sep 17 00:00:00 2001 From: Ben Phelps Date: Mon, 27 Nov 2023 07:09:32 +0200 Subject: [PATCH] New translations common.json (Spanish) --- public/locales/es/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/public/locales/es/common.json b/public/locales/es/common.json index f5f54966..59bebd9c 100644 --- a/public/locales/es/common.json +++ b/public/locales/es/common.json @@ -122,6 +122,24 @@ "subscriptions": "Suscripciones", "unread": "Sin leer" }, + "fritzbox": { + "connectionStatus": "Estado", + "connectionStatusUnconfigured": "Unconfigured", + "connectionStatusConnecting": "Connecting", + "connectionStatusAuthenticating": "Authenticating", + "connectionStatusPendingDisconnect": "PendingDisconnect", + "connectionStatusDisconnecting": "Disconnecting", + "connectionStatusDisconnected": "Disconnected", + "connectionStatusConnected": "Conectado", + "uptime": "Tiempo de la actividad", + "maxDown": "Max. Down", + "maxUp": "Max. Up", + "down": "Abajo", + "up": "Arriba", + "received": "Received", + "sent": "Sent", + "externalIPAddress": "Ext. IP" + }, "caddy": { "upstreams": "Upstream (desarrollo de software)", "requests": "Peticiones actuales",