Latest translations and fallbacks

This commit is contained in:
Misty (Bot)
2018-12-07 00:18:11 +00:00
parent 42e792ab61
commit aa877e7e0f
151 changed files with 632 additions and 192 deletions

View File

@@ -18,10 +18,16 @@
"mongo.resident-memory": "Residentní paměť",
"mongo.virtual-memory": "Virtuální paměť",
"mongo.mapped-memory": "Namapovaná paměť",
"mongo.bytes-in": "Bytes In",
"mongo.bytes-out": "Bytes Out",
"mongo.num-requests": "Number of Requests",
"mongo.raw-info": "Raw informace MongoDB",
"redis": "Redis",
"redis.version": "Verze Redis",
"redis.keys": "Keys",
"redis.expires": "Expires",
"redis.avg-ttl": "Average TTL",
"redis.connected-clients": "Připojených klientů",
"redis.connected-slaves": "Druhotná připojení",
"redis.blocked-clients": "Blokovaných klientů",
@@ -30,6 +36,11 @@
"redis.total-connections-recieved": "Souhrné množství připojení",
"redis.total-commands-processed": "Souhrnně zpracováno příkazů",
"redis.iops": "Okamžité zpracování za sekundu",
"redis.iinput": "Instantaneous Input Per Second",
"redis.ioutput": "Instantaneous Output Per Second",
"redis.total-input": "Total Input",
"redis.total-output": "Total Ouput",
"redis.keyspace-hits": "Zpracováno klíčů",
"redis.keyspace-misses": "Chyby klíče",
"redis.raw-info": "Informace Redis Raw",