Finish task #44489.

This commit is contained in:
lizhiqiang
2021-11-17 09:25:44 +08:00
parent 2212f7473b
commit ef485c858b
4 changed files with 6 additions and 1 deletions
+1
View File
@@ -19,6 +19,7 @@ $lang->datatable->branch = 'Branch';
$lang->datatable->platform = 'Platform';
$lang->datatable->displaySetting = 'Set list';
$lang->datatable->moduleSetting = 'Set Module';
$lang->datatable->showModule = 'Anzeigen/Verstecken des Modul Names';
$lang->datatable->showAllModule = 'Show product modules';
$lang->datatable->showModuleList[] = 'N/A';
+2 -1
View File
@@ -18,7 +18,8 @@ $lang->datatable->resetGlobal = 'Global Reset';
$lang->datatable->branch = 'Branch';
$lang->datatable->platform = 'Platform';
$lang->datatable->displaySetting = 'Set list';
$lang->datatable->moduleSetting = 'Set Module';
$lang->datatable->listSetting = 'Set list';
$lang->datatable->showModule = 'Show modules in the list';
$lang->datatable->showBranch = 'Show branches in the list';
$lang->datatable->showAllModule = 'Show product modules';
+2
View File
@@ -18,6 +18,8 @@ $lang->datatable->resetGlobal = '全局恢复默认';
$lang->datatable->branch = '分支';
$lang->datatable->platform = '平台';
$lang->datatable->moduleSetting = '模块设置';
$lang->datatable->listSetting = '列表设置';
$lang->datatable->displaySetting = '显示设置';
$lang->datatable->showModule = '列表页是否显示模块名';
$lang->datatable->showBranch = '列表页是否显示%s名';
+1
View File
@@ -19,6 +19,7 @@ $lang->datatable->branch = '分支';
$lang->datatable->platform = '平台';
$lang->datatable->displaySetting = '顯示設定';
$lang->datatable->moduleSetting = '模組設置';
$lang->datatable->showModule = '列表頁是否顯示模組名';
$lang->datatable->showAllModule = '是否顯示完整產品模組';
$lang->datatable->showModuleList[] = '不顯示';