diff --git a/module/dev/lang/en.php b/module/dev/lang/en.php index 8c251b96bd..c50930a5c1 100644 --- a/module/dev/lang/en.php +++ b/module/dev/lang/en.php @@ -90,6 +90,9 @@ $lang->dev->tableList['doccontent'] = 'Doc Content'; $lang->dev->tableList['storystage'] = 'Story Stage'; $lang->dev->tableList['tutorial'] = 'Tutorial'; $lang->dev->tableList['suitecase'] = 'Suite Case'; +$lang->dev->tableList['score'] = 'Score'; +$lang->dev->tableList['entry'] = 'Entry'; +$lang->dev->tableList['webhook'] = 'WebHook'; $lang->dev->groupList['my'] = 'Dashboard'; $lang->dev->groupList['product'] = $lang->productCommon; diff --git a/module/dev/lang/zh-cn.php b/module/dev/lang/zh-cn.php index b5fff62330..dc44c5b126 100644 --- a/module/dev/lang/zh-cn.php +++ b/module/dev/lang/zh-cn.php @@ -90,6 +90,9 @@ $lang->dev->tableList['doccontent'] = '文档内容'; $lang->dev->tableList['storystage'] = '需求阶段'; $lang->dev->tableList['tutorial'] = '新手教程'; $lang->dev->tableList['suitecase'] = '套件用例'; +$lang->dev->tableList['score'] = '积分'; +$lang->dev->tableList['entry'] = '应用'; +$lang->dev->tableList['webhook'] = 'WebHook'; $lang->dev->groupList['my'] = '我的地盘'; $lang->dev->groupList['product'] = $lang->productCommon;