snipe-it/resources/lang/zh-TW/admin/groups/table.php

10 lines
115 B
PHP

<?php
return array(
'id' => 'ID',
'name' => '名稱',
'users' => '成員數',
);