diff --git a/extension/lite/action/ext/lang/zh-cn/lite.php b/extension/lite/action/ext/lang/zh-cn/lite.php index 0caa7c0279..bedbda2bb6 100644 --- a/extension/lite/action/ext/lang/zh-cn/lite.php +++ b/extension/lite/action/ext/lang/zh-cn/lite.php @@ -81,6 +81,13 @@ $lang->action->search->label['verified'] = $lang->action->label->ve $lang->action->search->label['login'] = $lang->action->label->login; $lang->action->search->label['logout'] = $lang->action->label->logout; +$lang->action->label->createchildrenstory = "创建子目标"; +$lang->action->label->linkchildstory = "关联子目标"; +$lang->action->label->unlinkchildrenstory = "取消关联子目标"; +$lang->action->label->linkparentstory = "关联到父目标"; +$lang->action->label->unlinkparentstory = "从父目标取消关联"; +$lang->action->label->deletechildrenstory = "删除子目标"; + $lang->action->desc->createchildrenstory = '$date, 由 $actor 创建子目标 $extra。' . "\n"; $lang->action->desc->linkchildstory = '$date, 由 $actor 关联子目标 $extra。' . "\n"; $lang->action->desc->unlinkchildrenstory = '$date, 由 $actor 移除子目标 $extra。' . "\n"; diff --git a/extension/lite/datatable/ext/lang/zh-cn/lite.php b/extension/lite/datatable/ext/lang/zh-cn/lite.php new file mode 100644 index 0000000000..013fb74d20 --- /dev/null +++ b/extension/lite/datatable/ext/lang/zh-cn/lite.php @@ -0,0 +1,6 @@ +datatable->moduleSetting = '目录设置'; +$lang->datatable->showModule = '列表页是否显示目录名'; +$lang->datatable->showAllModule = '是否显示完整产品目录'; +$lang->datatable->showModuleList['base'] = '只显示一级目录'; +$lang->datatable->showModuleList['end'] = '只显示最后一级目录'; diff --git a/module/todo/js/common.js b/module/todo/js/common.js index e2a16621bf..c1cd87d92c 100644 --- a/module/todo/js/common.js +++ b/module/todo/js/common.js @@ -49,6 +49,18 @@ function loadList(type, id) { $(divClass).html($(divID).html()); } + + if(nameBoxLabel) + { + if(type == 'custom') + { + $('#nameBoxLabel').text(nameBoxLabel.custom); + } + else + { + $('#nameBoxLabel').text(nameBoxLabel.idvalue); + } + } } function selectNext() diff --git a/module/todo/view/create.html.php b/module/todo/view/create.html.php index 67edfa0e2b..c7d6e4d4d4 100644 --- a/module/todo/view/create.html.php +++ b/module/todo/view/create.html.php @@ -16,6 +16,7 @@ todo->noTodo);?> todo->moduleList)?> todo->getUserObjectsMethod)?> + $lang->todo->name, 'idvalue' => $lang->todo->idvalue));?>