30 lines
1.5 KiB
PHP
30 lines
1.5 KiB
PHP
<?php
|
|
$lang->datatable = new stdclass();
|
|
$lang->datatable->common = 'Dữ liệu bảng';
|
|
$lang->datatable->width = 'Rộng';
|
|
$lang->datatable->show = 'Hiện';
|
|
$lang->datatable->hide = 'Ẩn';
|
|
$lang->datatable->reset = 'Thiết lập lại';
|
|
|
|
$lang->datatable->custom = 'Tùy biến cột';
|
|
$lang->datatable->customTip = 'Kiểm tra cột để hiển thị và kéo cột để sắp xếp.';
|
|
$lang->datatable->switchToTable = 'Chuyển sang bảng chung';
|
|
$lang->datatable->switchToDatatable = 'Chuyển sang bảng nâng cao';
|
|
$lang->datatable->required = 'Bắt buộc';
|
|
$lang->datatable->confirmReset = 'Bạn có muốn khôi phục lại thiết lập mặc định?';
|
|
$lang->datatable->setGlobal = 'Thiết lập toàn cục';
|
|
$lang->datatable->resetGlobal = 'Thiết lập lại toàn cục';
|
|
|
|
$lang->datatable->branch = 'Nhánh';
|
|
$lang->datatable->platform = 'Platform';
|
|
|
|
$lang->datatable->displaySetting = 'Set list';
|
|
$lang->datatable->moduleSetting = 'Thiết lập Module';
|
|
$lang->datatable->showModule = 'Hiện modules theo danh sách';
|
|
$lang->datatable->showAllModule = 'Hiện module sản phẩm';
|
|
$lang->datatable->showModuleList[] = 'N/A';
|
|
$lang->datatable->showModuleList['base'] = 'Node cơ bản';
|
|
$lang->datatable->showModuleList['end'] = 'Node cuối';
|
|
$lang->datatable->showAllModuleList[0] = 'Hide';
|
|
$lang->datatable->showAllModuleList[1] = 'Show';
|