Files
NodeBB/public/language/tr/admin/advanced/database.json
2017-09-09 09:23:27 +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": "Depolama Motoru",
"mongo.collections": "Koleksiyonlar",
"mongo.objects": "Objeler",
"mongo.avg-object-size": "Ortalama Nesne Boyutu",
"mongo.data-size": "Veri Boyutu",
"mongo.storage-size": "Depolama Boyutu",
"mongo.index-size": "İndex Boyutu",
"mongo.file-size": "Dosya Boyutu",
"mongo.resident-memory": "Yerleşik Bellek",
"mongo.virtual-memory": "Sanal Hafıza",
"mongo.mapped-memory": "Planlanan Hafıza",
"mongo.raw-info": "İşlenmemiş MongoDB Bilgisi",
"redis": "Redis",
"redis.version": "Redis Versiyonu",
"redis.connected-clients": "Bağlı İstemciler",
"redis.connected-slaves": "İlişkili Bağımlılar",
"redis.blocked-clients": "Engellenen İstemciler",
"redis.used-memory": "Kullanılan Hafıza",
"redis.memory-frag-ratio": "Bellek Parçalanma Oranı",
"redis.total-connections-recieved": "Alınan Bağlantılar (Toplam)",
"redis.total-commands-processed": "İşlenen Komutlar (Toplam)",
"redis.iops": "Instantaneous Ops. Per Second",
"redis.keyspace-hits": "Keyspace Hits",
"redis.keyspace-misses": "Keyspace Misses",
"redis.raw-info": "İşlenmemiş Redis Bilgisi"
}