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

11 lines
202 B
PHP
Raw Normal View History

2025-06-17 11:38:46 +08:00
<?php
return [
'list' => '設備紀錄',
'hostname' => '設備名稱',
'Ip' => 'IP',
'Cpu' => 'CPU',
'Memory'=>'記憶體',
'Disk' =>'硬碟',
'Created at' => '建立於'
];