Skip to content

Commit

Permalink
New translations en.json (Serbian (Cyrillic))
Browse files Browse the repository at this point in the history
  • Loading branch information
stereum-bot committed Nov 21, 2024
1 parent 0becb99 commit b11d3ec
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion launcher/src/languages/sr.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,33 @@
"p2pNet": "Мрежа од вршњака до вршњака",
"selConcensus": "Изаберите клијента консензуса",
"selExecution": "Изаберите клијента извршења",
"subsribeSubnet": "пријављене подмреже"
"subsribeSubnet": "пријављене подмреже",
"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": "Кликните на задатке за приказ"
Expand Down Expand Up @@ -1068,5 +1094,8 @@
"acc": "accept",
"deny": "deny",
"updateTo": "Updating Stereum Launcher to {version}"
},
"setupServicesWidget": {
"text": "total services on setup"
}
}

0 comments on commit b11d3ec

Please sign in to comment.