modify the translate

This commit is contained in:
dajiao007
2018-01-10 19:39:51 +08:00
parent 1e12da117f
commit fa00dc9d9c
64 changed files with 601 additions and 579 deletions
+3 -3
View File
@@ -8,8 +8,8 @@ $lang->datatable->reset = 'Reset';
$lang->datatable->custom = 'Custom Columns';
$lang->datatable->customTip = 'Check Columns to Display';
$lang->datatable->switchToTable = 'Switch to Table';
$lang->datatable->switchToDatatable = 'Switch to Datatable';
$lang->datatable->switchToTable = 'Switch to Common Table';
$lang->datatable->switchToDatatable = 'Switch to Advanced Table';
$lang->datatable->required = 'Required';
$lang->datatable->confirmReset = 'Do you want to restore the default settings?';
$lang->datatable->setGlobal = 'Global';
@@ -18,7 +18,7 @@ $lang->datatable->resetGlobal = 'Reset Global Default';
$lang->datatable->branch = 'Branch';
$lang->datatable->platform = 'Platform';
$lang->datatable->showModule = 'Show/Hide Module Name';
$lang->datatable->showModule = 'Show/Hide module name';
$lang->datatable->showModuleList[] = 'N/A';
$lang->datatable->showModuleList['base'] = 'Base Node';
$lang->datatable->showModuleList['end'] = 'End Node';