Files
NodeBB/public/language/ru/admin/advanced/database.json
2017-05-06 20:41:49 +00:00

36 lines
1.6 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 байт",
"x-mb": "%1 мегабайт",
"x-gb": "%1 gb",
"uptime-seconds": "Время работы в секундах",
"uptime-days": "Время работы в днях",
"mongo": "Mongo",
"mongo.version": "Версия MongoDB",
"mongo.storage-engine": "Storage Engine",
"mongo.collections": "Коллекции",
"mongo.objects": "Документы",
"mongo.avg-object-size": "Средний размер документа",
"mongo.data-size": "Размер данных",
"mongo.storage-size": "Размер хранилища",
"mongo.index-size": "Index Size",
"mongo.file-size": "Размер файла",
"mongo.resident-memory": "Resident Memory",
"mongo.virtual-memory": "Виртуальная память",
"mongo.mapped-memory": "Mapped Memory",
"mongo.raw-info": "Сырые данные о MongoDB",
"redis": "Redis",
"redis.version": "Версия Redis",
"redis.connected-clients": "Подключенные клиенты",
"redis.connected-slaves": "Connected Slaves",
"redis.blocked-clients": "Заблокированные клиенты",
"redis.used-memory": "Используемая Память",
"redis.memory-frag-ratio": "Memory Fragmentation Ratio",
"redis.total-connections-recieved": "Общее число подключений получено",
"redis.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"
}