168 lines
6.5 KiB
PHP
168 lines
6.5 KiB
PHP
<?php
|
||
$lang->host->common = 'Host';
|
||
$lang->host->browse = 'Danh sách Host';
|
||
$lang->host->create = 'Thêm Host';
|
||
$lang->host->view = 'Xem Host';
|
||
$lang->host->edit = 'Sửa';
|
||
$lang->host->editAction = 'Sửa Host';
|
||
$lang->host->delete = 'Xóa';
|
||
$lang->host->deleteAction = 'Xóa Host';
|
||
$lang->host->treemap = 'Cấu trúc Host';
|
||
$lang->host->changeStatus = 'Online/Offline';
|
||
$lang->host->byQuery = 'Tìm kiếm';
|
||
$lang->host->reason = 'Lý do';
|
||
|
||
$lang->host->name = 'Tên';
|
||
$lang->host->type = 'Loại';
|
||
$lang->host->hardwareType = 'Hardware loại';
|
||
|
||
$lang->host->group = 'Host Group';
|
||
$lang->host->cabinet = 'Cabinet';
|
||
$lang->host->intranet = 'Riêng tư IP';
|
||
$lang->host->extranet = 'Extranet IP';
|
||
$lang->host->mac = 'MAC';
|
||
$lang->host->cpuBrand = 'CPU Brand';
|
||
$lang->host->cpuModel = 'CPU Model';
|
||
$lang->host->cpuNumber = 'CPU Number';
|
||
$lang->host->cpuCores = 'CPU Cores';
|
||
$lang->host->cpuRate = 'CPU Rate';
|
||
$lang->host->memory = 'Memory Size';
|
||
$lang->host->serverRoom = 'IDC';
|
||
|
||
$lang->host->createdBy = 'Người tạo';
|
||
$lang->host->createdDate = 'Ngày tạo';
|
||
$lang->host->editedBy = 'Người sửa';
|
||
$lang->host->editedDate = 'Ngày sửa';
|
||
$lang->host->all = 'Tất cả Hosts';
|
||
|
||
$lang->host->groupMaintenance = 'Quản lý Group';
|
||
|
||
$lang->host->status = 'Tình trạng';
|
||
$lang->host->statusList['online'] = 'Online';
|
||
$lang->host->statusList['offline'] = 'Offline';
|
||
|
||
$lang->host->online = 'On';
|
||
$lang->host->offline = 'Off';
|
||
|
||
$lang->host->onlineReason = 'Lý do Online';
|
||
$lang->host->offlineReason = 'Lý do Offline';
|
||
|
||
$lang->host->unitList['GB'] = 'GB';
|
||
$lang->host->unitList['TB'] = 'TB';
|
||
|
||
$lang->host->cpuBrandList[''] = '';
|
||
$lang->host->cpuBrandList['intel'] = 'Intel';
|
||
$lang->host->cpuBrandList['amd'] = 'AMD';
|
||
|
||
$lang->host->database = 'CSDL';
|
||
$lang->host->databaseList[''] = '';
|
||
$lang->host->databaseList['mysql55'] = 'MySQL 5.5';
|
||
$lang->host->databaseList['mysql56'] = 'MySQL 5.6';
|
||
$lang->host->databaseList['mysql57'] = 'MySQL 5.7';
|
||
$lang->host->databaseList['mysql80'] = 'MySQL 8.0';
|
||
$lang->host->databaseList['oracle10g'] = 'Oracle 10g';
|
||
$lang->host->databaseList['oracle11g'] = 'Oracle 11g';
|
||
$lang->host->databaseList['mongodb30'] = 'MongoDB 3.0';
|
||
$lang->host->databaseList['mongodb34'] = 'MongoDB 3.4';
|
||
$lang->host->databaseList['postgresql95'] = 'PostgreSQL 9.5';
|
||
$lang->host->databaseList['postgresql96'] = 'PostgreSQL 9.6';
|
||
|
||
$lang->host->webserver = 'Web Server';
|
||
$lang->host->webserverList[''] = '';
|
||
$lang->host->webserverList['apache2425'] = 'Apache 2.4.25';
|
||
$lang->host->webserverList['apache2426'] = 'Apache 2.4.26';
|
||
$lang->host->webserverList['apache2427'] = 'Apache 2.4.27';
|
||
$lang->host->webserverList['nginx181'] = 'Nginx 1.8.1';
|
||
$lang->host->webserverList['nginx1102'] = 'Nginx 1.10.2';
|
||
$lang->host->webserverList['nginx1115'] = 'Nginx 1.11.5';
|
||
$lang->host->webserverList['iis6'] = 'IIS 6';
|
||
$lang->host->webserverList['iis7'] = 'IIS 7';
|
||
$lang->host->webserverList['iis8'] = 'IIS 8';
|
||
$lang->host->webserverList['iis10'] = 'IIS 10';
|
||
|
||
$lang->host->language = 'Ngôn ngữ';
|
||
$lang->host->languageList[''] = '';
|
||
$lang->host->languageList['php56'] = 'PHP 5.6';
|
||
$lang->host->languageList['php70'] = 'PHP 7.0';
|
||
$lang->host->languageList['php72'] = 'PHP 7.2';
|
||
$lang->host->languageList['php73'] = 'PHP 7.3';
|
||
$lang->host->languageList['php74'] = 'PHP 7.4';
|
||
$lang->host->languageList['java7'] = 'JAVA 7';
|
||
$lang->host->languageList['java8'] = 'JAVA 8';
|
||
$lang->host->languageList['c#3'] = 'C# 3.0';
|
||
$lang->host->languageList['c#4'] = 'C# 4.0';
|
||
|
||
$lang->host->featureBar['browse']['all'] = $lang->host->all;
|
||
$lang->host->featureBar['browse']['serverroom'] = 'Cấu trú c vật lý';
|
||
$lang->host->featureBar['browse']['group'] = 'Cấu trú c Logical';
|
||
|
||
$lang->host->serverModel = 'Server Model';
|
||
$lang->host->hostType = 'Host loại';
|
||
$lang->host->hostTypeList['physical'] = 'Vật lý';
|
||
$lang->host->hostTypeList['virtual'] = 'Ảo';
|
||
|
||
$lang->host->osVersion = 'OS Version';
|
||
$lang->host->osName = 'OS tên';
|
||
$lang->host->zap = 'Agent Port';
|
||
$lang->host->instanceNum = 'Max instances';
|
||
$lang->host->pri = 'Priority';
|
||
$lang->host->tags = 'Platform Label';
|
||
$lang->host->provider = 'Priority';
|
||
$lang->host->bridgeID = 'Virtual Bridge';
|
||
$lang->host->osNameList['linux'] = 'Linux';
|
||
$lang->host->osNameList['windows'] = 'Microsoft Windows';
|
||
$lang->host->osNameList['solaris'] = 'Solaris';
|
||
$lang->host->osNameList['netware'] = 'Novell NetWare';
|
||
$lang->host->osNameList['esx'] = 'VMware ESX';
|
||
$lang->host->osNameList['other'] = 'Khác';
|
||
|
||
$lang->host->linux = 'Linux';
|
||
$lang->host->windows = 'Microsoft Windows';
|
||
$lang->host->solaris = 'Solaris';
|
||
$lang->host->netware = 'Novell NetWare';
|
||
$lang->host->esx = 'VMware ESX';
|
||
$lang->host->other = 'Khác';
|
||
|
||
$lang->host->linuxList[''] = '';
|
||
$lang->host->linuxList['centos65'] = 'CentOS 6.5';
|
||
$lang->host->linuxList['centos66'] = 'CentOS 6.6';
|
||
$lang->host->linuxList['centos67'] = 'CentOS 6.7';
|
||
$lang->host->linuxList['centos70'] = 'CentOS 7.0';
|
||
$lang->host->linuxList['centos71'] = 'CentOS 7.1';
|
||
|
||
$lang->host->windowsList[''] = '';
|
||
$lang->host->windowsList['winserver08x64'] = 'Windows Server2008 x64';
|
||
$lang->host->windowsList['winserver12'] = 'Windows Server2012';
|
||
$lang->host->windowsList['winserver16'] = 'Windows Server2016';
|
||
|
||
$lang->host->solarisList[''] = '';
|
||
$lang->host->solarisList['solaris10'] = 'Solaris 10';
|
||
$lang->host->solarisList['solaris10x64'] = 'Solaris 10 x64';
|
||
$lang->host->solarisList['solaris11'] = 'Solaris 11';
|
||
|
||
$lang->host->netwareList[''] = '';
|
||
$lang->host->netwareList['netware5'] = 'NetWare 5';
|
||
$lang->host->netwareList['netware6'] = 'NetWare 6';
|
||
|
||
$lang->host->esxList[''] = '';
|
||
$lang->host->esxList['esx'] = 'VMware ESX/ESXi 4';
|
||
$lang->host->esxList['esx5'] = 'VMware ESXi 5';
|
||
$lang->host->esxList['esx6'] = 'VMware ESXi 6';
|
||
|
||
$lang->host->otherList[''] = '';
|
||
$lang->host->otherList['freebsd'] = 'FreeBSD';
|
||
$lang->host->otherList['freebsdx64'] = 'FreeBSD X64';
|
||
|
||
$lang->host->diskSize = 'Disk Size';
|
||
$lang->host->diskType = 'Disk loại';
|
||
$lang->host->diskTypeList['hdd'] = 'HDD';
|
||
$lang->host->diskTypeList['ssd'] = 'SSD';
|
||
|
||
$lang->host->confirmDelete = 'Bạn có muốn xóa host này?';
|
||
|
||
$lang->host->notice = new stdclass();
|
||
$lang->host->notice->memory = 'Kích thước bộ nhớ phải là số!';
|
||
$lang->host->notice->diskSize = 'Kích thước ổ đĩa phải là số!';
|
||
$lang->host->notice->cpuNumber = 'Số CPU phải là số!';
|
||
$lang->host->notice->cpuCores = 'Số lõi CPU phải là số!';
|