KTVSingle/resources/lang/zh-tw/machine-status.php

11 lines
202 B
PHP

<?php
return [
'list' => '設備紀錄',
'hostname' => '設備名稱',
'Ip' => 'IP',
'Cpu' => 'CPU',
'Memory'=>'記憶體',
'Disk' =>'硬碟',
'Created at' => '建立於'
];