diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-08-13 00:32:46 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-08-13 00:32:46 +0300 |
commit | 20294d833a2bf0bd1720444f4ffe018b025dacca (patch) | |
tree | e2ddd292e09cd14de344562cd7f63937d599388c /i18n/en.i18n.json | |
parent | ad09cdb1d135e8a5831d7526a0aeb93d7c2a749e (diff) | |
download | wekan-20294d833a2bf0bd1720444f4ffe018b025dacca.tar.gz wekan-20294d833a2bf0bd1720444f4ffe018b025dacca.tar.bz2 wekan-20294d833a2bf0bd1720444f4ffe018b025dacca.zip |
Add to Admin Panel / Version: Meteor version, MongoDB version, MongoDB storage engine,
MongoDB Oplog enabled.
Thanks to RocketChat developers for MongoDB detection code and xet7 for other code.
Diffstat (limited to 'i18n/en.i18n.json')
-rw-r--r-- | i18n/en.i18n.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index 4501fffb..a513004e 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -512,6 +512,10 @@ "new-outgoing-webhook": "New Outgoing Webhook", "no-name": "(Unknown)", "Node_version": "Node version", + "Meteor_version": "Meteor version", + "MongoDB_version": "MongoDB version", + "MongoDB_storage_engine": "MongoDB storage engine", + "MongoDB_Oplog_enabled": "MongoDB Oplog enabled", "OS_Arch": "OS Arch", "OS_Cpus": "OS CPU Count", "OS_Freemem": "OS Free Memory", |