Files
EasySoft-ZenTaoPMS/module/datatable/lang/vi.php
T
2024-01-26 05:33:54 +00:00

32 lines
1.9 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 = 'Restoring to default will clear the relevant settings of the list. Are you sure you want to restore to default?';
$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->confirmSetGlobal = 'After applying it globally, the list of all individuals in the system will default to this rule for display. Are you sure you want to apply it globally?';
$lang->datatable->confirmGlobalReset = 'After restoring to default globally, all individual list settings in the system will be cleared. Are you sure you want to restore to default?';
$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';