From 63fa4126cd8f2402eddc67b244a14f590b5949b2 Mon Sep 17 00:00:00 2001 From: stereum-bot <137287432+stereum-bot@users.noreply.github.com> Date: Thu, 21 Nov 2024 21:13:42 +0330 Subject: [PATCH] New translations en.json (Spanish) --- launcher/src/languages/es.json | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/launcher/src/languages/es.json b/launcher/src/languages/es.json index 0895ed67b..4bacd3190 100755 --- a/launcher/src/languages/es.json +++ b/launcher/src/languages/es.json @@ -144,7 +144,33 @@ "p2pNet": "red de par a par", "selConcensus": "Seleccionar el cliente de consenso", "selExecution": "Seleccionar el cliente de ejecuciĆ³n", - "subsribeSubnet": "subredes suscritas" + "subsribeSubnet": "subredes suscritas", + "info": "INFO", + "machineNameIs": "Machine Name is {name}", + "machineIp": "Machine IP is {ip}", + "utcTime": "UTC Time is {time}", + "serverSetedTimeIs": "The time set for the server is {time}", + "cpuUsageIs": "CPU Usage is {usage}% at {time}", + "ramUsageIs": "RAM Usage is {usage} MB", + "ramTotalis": "Total RAM is {total} MB", + "receiveDataIs": "Receiving Data is {data} {unit}", + "transmitDataIs": "Transmitting Data is {data} {unit}", + "clientPairIndexIs": "Client Pair Index is {index}", + "totalClientPairs": "Total Client Pairs is {total}", + "connectValWidg": "CONNECTED VALIDATOR CLIENTS", + "keyImported": "in this validator client {imported} {key} {isAre} imported", + "portIs": "{name} port is {port} and protocol is {prot}", + "servicePort": "Service Ports", + "connectedPairsTo": "connected pairs to {client} is {peer}%", + "connectedPairs": "now there {isAre} {connected} connected pairs at {time}", + "peerNetwork": "PEER NETWORK", + "pOverTime": "Peers Over Time", + "currentEpochIs": "Current Epoch is {epoch}", + "currentSlotIs": "Current Slot is {slot}", + "correntSlotIndexIs": "Current Slot Index is {index}", + "connectedSubnets": "now there {isAre} {count} connected subnets", + "subscribedSubnets": "SUBSCRIBED SUBNETS", + "rpcDataReciv": "Data received via RPC averages {value} over time at {time}" }, "taskManager": { "clickDisplay": "Haga clic en las tareas para mostrar" @@ -1068,5 +1094,8 @@ "acc": "accept", "deny": "deny", "updateTo": "Updating Stereum Launcher to {version}" + }, + "setupServicesWidget": { + "text": "total services on setup" } }