* add new version and upgrade.

This commit is contained in:
wangyidong
2019-11-28 09:29:36 +08:00
parent 4c11de7833
commit ecbf8220da
50 changed files with 407 additions and 292 deletions
+2 -1
View File
@@ -18,8 +18,9 @@ $lang->datatable->resetGlobal = 'Globalen Standard zurücksetzen';
$lang->datatable->branch = 'Branch';
$lang->datatable->platform = 'Platform';
$lang->datatable->moduleSetting = 'Set Module';
$lang->datatable->showModule = 'Anzeigen/Verstecken des Modul Names';
$lang->datatable->showModuleAB = 'Show Module Names';
$lang->datatable->showAllModule = 'Show product modules';
$lang->datatable->showModuleList[] = 'N/A';
$lang->datatable->showModuleList['base'] = 'Basisknoten';
$lang->datatable->showModuleList['end'] = 'Endknoten';
+2 -1
View File
@@ -18,8 +18,9 @@ $lang->datatable->resetGlobal = 'Globale Réinit.';
$lang->datatable->branch = 'Branche';
$lang->datatable->platform = 'Plateforme';
$lang->datatable->moduleSetting = 'Set Module';
$lang->datatable->showModule = 'Montrer les noms des modules dans la page de listes';
$lang->datatable->showModuleAB = 'Montrer Nom Modules';
$lang->datatable->showAllModule = 'Show product modules';
$lang->datatable->showModuleList[] = 'N/A';
$lang->datatable->showModuleList['base'] = 'Base Node';
$lang->datatable->showModuleList['end'] = 'End Node';
+4 -1
View File
@@ -18,8 +18,11 @@ $lang->datatable->resetGlobal = '全局恢復預設';
$lang->datatable->branch = '分支';
$lang->datatable->platform = '平台';
$lang->datatable->moduleSetting = '模組設置';
$lang->datatable->showModule = '列表頁是否顯示模組名';
$lang->datatable->showModuleAB = '列表頁是否顯示模組名';
$lang->datatable->showAllModule = '是否顯示完整產品模組';
$lang->datatable->showModuleList[] = '不顯示';
$lang->datatable->showModuleList['base'] = '只顯示一級模組';
$lang->datatable->showModuleList['end'] = '只顯示最後一級模組';
$lang->datatable->showAllModuleList[0] = '不顯示';
$lang->datatable->showAllModuleList[1] = '顯示';