Files
NodeBB/public/language/tr/admin/advanced/database.json
2017-05-19 09:23:36 +00:00

36 lines
1.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"x-b": "%1 b",
"x-mb": "%1 mb",
"x-gb": "%1 gb",
"uptime-seconds": "Saniyede Bir Çalışma Zamanı",
"uptime-days": "Günde Bir Çalışma Zamanı",
"mongo": "Mongo",
"mongo.version": "MongoDB Sürümü",
"mongo.storage-engine": "Storage Engine",
"mongo.collections": "Koleksiyonlar",
"mongo.objects": "Objeler",
"mongo.avg-object-size": "Avg. Object Size",
"mongo.data-size": "Veri Boyutu",
"mongo.storage-size": "Storage Size",
"mongo.index-size": "İndex Boyutu",
"mongo.file-size": "Dosya Boyutu",
"mongo.resident-memory": "Resident Memory",
"mongo.virtual-memory": "Virtual Memory",
"mongo.mapped-memory": "Mapped Memory",
"mongo.raw-info": "MongoDB Raw Info",
"redis": "Redis",
"redis.version": "Redis Version",
"redis.connected-clients": "Connected Clients",
"redis.connected-slaves": "Connected Slaves",
"redis.blocked-clients": "Blocked Clients",
"redis.used-memory": "Used Memory",
"redis.memory-frag-ratio": "Memory Fragmentation Ratio",
"redis.total-connections-recieved": "Total Connections Received",
"redis.total-commands-processed": "Total Commands Processed",
"redis.iops": "Instantaneous Ops. Per Second",
"redis.keyspace-hits": "Keyspace Hits",
"redis.keyspace-misses": "Keyspace Misses",
"redis.raw-info": "Redis Raw Info"
}