* Add the new version.

This commit is contained in:
hufangzhou
2021-11-22 16:48:28 +08:00
parent 74185a47fe
commit 6d03387d4b
34 changed files with 1661 additions and 102 deletions
+4 -1
View File
@@ -18,12 +18,15 @@ $lang->datatable->resetGlobal = '全局恢復預設';
$lang->datatable->branch = '分支';
$lang->datatable->platform = '平台';
$lang->datatable->displaySetting = '顯示設定';
$lang->datatable->moduleSetting = '模組設置';
$lang->datatable->displaySetting = '顯示設置';
$lang->datatable->showModule = '列表頁是否顯示模組名';
$lang->datatable->showBranch = '列表頁是否顯示%s名';
$lang->datatable->showAllModule = '是否顯示完整產品模組';
$lang->datatable->showModuleList[] = '不顯示';
$lang->datatable->showModuleList['base'] = '只顯示一級模組';
$lang->datatable->showModuleList['end'] = '只顯示最後一級模組';
$lang->datatable->showAllModuleList[0] = '不顯示';
$lang->datatable->showAllModuleList[1] = '顯示';
$lang->datatable->showBranchList[0] = '不顯示';
$lang->datatable->showBranchList[1] = '顯示';