* Finish task #9037.

This commit is contained in:
tianshujie98
2021-01-11 16:04:37 +08:00
parent 1fbe393e76
commit e104d8a373
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ $lang->system->menu->waterfall = array('link' => '瀑布模型|custom|estimate|'
$lang->subject = new stdclass();
$lang->subject->menu = new stdclass();
$lang->subject->menu->subject = array('link' => '科目|subject|browse|');
$lang->subject->menu->subject = array('link' => '支出科目|subject|browse|');
$lang->subject->menu->holiday = array('link' => '节假日|holiday|browse|');
$lang->subject->menu->concept = array('link' => '需求概念|custom|browsestoryconcept|');
+2 -2
View File
@@ -9,8 +9,8 @@
* @version $Id: zh-cn.php 4729 2013-05-03 07:53:55Z chencongzhi520@gmail.com $
* @link http://www.zentao.net
*/
$lang->subject->common = '科目';
$lang->subject->common = '支出科目';
$lang->subject->manage = '科目维护';
$lang->subject->manageChild = '维护子科目';
$lang->subject->name = '科目名称';
$lang->subject->name = '支出科目名称';
$lang->subject->browse = '浏览科目';