summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authornztqa <nztqa@users.noreply.github.com>2017-08-03 09:24:40 +0900
committernztqa <nztqa@users.noreply.github.com>2017-08-03 09:24:40 +0900
commite407eb9a8b91d1100315f2fcab2cf8d184957929 (patch)
tree197510f28ad8ef829abc0f085a07dad2086eb943 /i18n
parent3085230b13e55542a4d95e9357366688b3e2fd1a (diff)
downloadwekan-e407eb9a8b91d1100315f2fcab2cf8d184957929.tar.gz
wekan-e407eb9a8b91d1100315f2fcab2cf8d184957929.tar.bz2
wekan-e407eb9a8b91d1100315f2fcab2cf8d184957929.zip
Add display wekan version number and runtime environment
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.i18n.json16
1 files changed, 15 insertions, 1 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json
index e8062f71..e29e7999 100644
--- a/i18n/en.i18n.json
+++ b/i18n/en.i18n.json
@@ -365,5 +365,19 @@
"error-invitation-code-not-exist": "Invitation code doesn't exist",
"error-notAuthorized": "You are not authorized to view this page.",
"outgoing-webhooks": "Outgoing Webhooks",
- "outgoingWebhooksPopup-title": "Outgoing Webhooks"
+ "outgoingWebhooksPopup-title": "Outgoing Webhooks",
+ "Wekan_version": "Wekan version",
+ "Node_version": "Node version",
+ "OS_Arch": "OS Arch",
+ "OS_Cpus": "OS CPU Count",
+ "OS_Freemem": "OS Free Memory",
+ "OS_Loadavg": "OS Load Average",
+ "OS_Platform": "OS Platform",
+ "OS_Release": "OS Release",
+ "OS_Totalmem": "OS Total Memory",
+ "OS_Type": "OS Type",
+ "OS_Uptime": "OS Uptime",
+ "hours": "hours",
+ "minutes": "minutes",
+ "seconds": "seconds"
}