Latest translations and fallbacks
parent
42dc496572
commit
2a2ed96a07
@ -1,7 +1,7 @@
|
||||
{
|
||||
"alert.confirm-reload": "Are you sure you wish to reload NodeBB?",
|
||||
"alert.confirm-restart": "Are you sure you wish to restart NodeBB?",
|
||||
"alert.confirm-reload": "คุณต้องการโหลดการทำงาน NodeBB อีกครั้งหรือไม่?",
|
||||
"alert.confirm-restart": "คุณต้องการเริ่มการทำงาน NodeBB ใหม่หรือไม่?",
|
||||
|
||||
"acp-title": "%1 | NodeBB Admin Control Panel",
|
||||
"settings-header-contents": "Contents"
|
||||
"acp-title": "%1 | แผงควบคุมของผู้ดูแลระบบ",
|
||||
"settings-header-contents": "เนื้อหา"
|
||||
}
|
@ -1,11 +1,11 @@
|
||||
{
|
||||
"post-cache": "Post Cache",
|
||||
"posts-in-cache": "Posts in Cache",
|
||||
"average-post-size": "Average Post Size",
|
||||
"length-to-max": "Length / Max",
|
||||
"percent-full": "%1% Full",
|
||||
"post-cache-size": "Post Cache Size",
|
||||
"items-in-cache": "Items in Cache",
|
||||
"control-panel": "Control Panel",
|
||||
"update-settings": "Update Cache Settings"
|
||||
"post-cache": "แคชข้อความ",
|
||||
"posts-in-cache": "ข้อความที่ถูกแคช",
|
||||
"average-post-size": "ขนาดแคชโดยเฉลี่ย",
|
||||
"length-to-max": "ความยาว / สูงสุด",
|
||||
"percent-full": "เต็ม %1%",
|
||||
"post-cache-size": "ขนาดแคชของข้อความ",
|
||||
"items-in-cache": "รายการที่ถูกแคช",
|
||||
"control-panel": "แผงควบคุม",
|
||||
"update-settings": "บันทึกการตั้งค่าแคช"
|
||||
}
|
@ -1,34 +1,34 @@
|
||||
{
|
||||
"x-b": "%1 b",
|
||||
"x-mb": "%1 mb",
|
||||
"uptime-seconds": "Uptime in Seconds",
|
||||
"uptime-days": "Uptime in Days",
|
||||
"uptime-seconds": "ระยะเวลาทำงานต่อเนื่องเป็นวินาที",
|
||||
"uptime-days": "ระยะเวลาทำงานต่อเนื่องเป็นวัน",
|
||||
|
||||
"mongo": "Mongo",
|
||||
"mongo.version": "MongoDB Version",
|
||||
"mongo.storage-engine": "Storage Engine",
|
||||
"mongo.collections": "Collections",
|
||||
"mongo.objects": "Objects",
|
||||
"mongo.avg-object-size": "Avg. Object Size",
|
||||
"mongo.data-size": "Data Size",
|
||||
"mongo.storage-size": "Storage Size",
|
||||
"mongo.index-size": "Index Size",
|
||||
"mongo.file-size": "File Size",
|
||||
"mongo.version": "รุ่น MongoDB",
|
||||
"mongo.storage-engine": "เอ็นจินการจัดเก็บ",
|
||||
"mongo.collections": "คอลเลคชัน",
|
||||
"mongo.objects": "ออพเจ็กท์",
|
||||
"mongo.avg-object-size": "ขนาดออพเจ็กท์โดยเฉลี่ย",
|
||||
"mongo.data-size": "ขนาดข้อมูล",
|
||||
"mongo.storage-size": "ขนาดพื้นที่ข้อมูล",
|
||||
"mongo.index-size": "ขนาดดัชนี",
|
||||
"mongo.file-size": "ขนาดไฟล์",
|
||||
"mongo.resident-memory": "Resident Memory",
|
||||
"mongo.virtual-memory": "Virtual Memory",
|
||||
"mongo.mapped-memory": "Mapped Memory",
|
||||
"mongo.raw-info": "MongoDB Raw Info",
|
||||
"mongo.raw-info": "ข้อมูลดิบของ MongoDB",
|
||||
|
||||
"redis": "Redis",
|
||||
"redis.version": "Redis Version",
|
||||
"redis.version": "รุ่นของ Redis",
|
||||
"redis.connected-clients": "Connected Clients",
|
||||
"redis.connected-slaves": "Connected Slaves",
|
||||
"redis.blocked-clients": "Blocked Clients",
|
||||
"redis.used-memory": "Used Memory",
|
||||
"redis.blocked-clients": "ไคลเอ็นท์ที่ถูกบล็อค",
|
||||
"redis.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.total-connections-recieved": "การเชื่อมต่อที่ได้รับทั้งหมด",
|
||||
"redis.total-commands-processed": "คำสั่งที่ประมวลผลแล้วทั้งหมด",
|
||||
"redis.iops": "การทำงานพร้อมกันต่อวินาที",
|
||||
"redis.keyspace-hits": "Keyspace Hits",
|
||||
"redis.keyspace-misses": "Keyspace Misses",
|
||||
"redis.raw-info": "Redis Raw Info"
|
||||
|
Loading…
Reference in New Issue