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/ja.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/ja.i18n.json')
-rw-r--r-- | i18n/ja.i18n.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/i18n/ja.i18n.json b/i18n/ja.i18n.json index 5be4a9fe..4b210268 100644 --- a/i18n/ja.i18n.json +++ b/i18n/ja.i18n.json @@ -77,7 +77,7 @@ "add-board": "ボードを追加", "add-card": "カードを追加", "add-swimlane": "スイムレーンを追加", - "add-subtask": "Add Subtask", + "add-subtask": "サブタスクを追加", "add-checklist": "チェックリストを追加", "add-checklist-item": "チェックリストに項目を追加", "add-cover": "カバーの追加", @@ -512,6 +512,10 @@ "new-outgoing-webhook": "発信Webフックの作成", "no-name": "(Unknown)", "Node_version": "Nodeバージョン", + "Meteor_version": "Meteor version", + "MongoDB_version": "MongoDB version", + "MongoDB_storage_engine": "MongoDB storage engine", + "MongoDB_Oplog_enabled": "MongoDB Oplog enabled", "OS_Arch": "OSアーキテクチャ", "OS_Cpus": "OS CPU数", "OS_Freemem": "OSフリーメモリ", |