From 1520f70a14ad8f1493a03462d5d03491f23738bd Mon Sep 17 00:00:00 2001 From: Wenrui LI Date: Thu, 20 Jan 2022 09:54:09 +0800 Subject: [PATCH] * tweak custom module for lite vision, task #47918,47919. --- extension/lite/custom/ext/lang/zh-cn/lite.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 extension/lite/custom/ext/lang/zh-cn/lite.php diff --git a/extension/lite/custom/ext/lang/zh-cn/lite.php b/extension/lite/custom/ext/lang/zh-cn/lite.php new file mode 100644 index 0000000000..3c49f2af55 --- /dev/null +++ b/extension/lite/custom/ext/lang/zh-cn/lite.php @@ -0,0 +1,15 @@ +custom->execution = '看板'; +$lang->custom->closedExecution = '已关闭' . $lang->custom->execution; +$lang->custom->notice->readOnlyOfExecution = "禁止修改后,已关闭{$lang->custom->execution}下的任务、日志以及关联目标都禁止修改。"; + +$lang->custom->object = array(); +$lang->custom->object['project'] = '项目'; +$lang->custom->object['execution'] = $lang->custom->execution; +$lang->custom->object['story'] = $lang->SRCommon; +$lang->custom->object['task'] = '卡片'; +$lang->custom->object['todo'] = '待办'; +$lang->custom->object['user'] = '用户'; +$lang->custom->object['block'] = '区块'; + +$lang->custom->system = array('required', 'score');