mirror of
https://github.com/snipe/snipe-it.git
synced 2026-03-11 02:49:18 +00:00
10 lines
121 B
PHP
10 lines
121 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'id' => '编号',
|
|
'name' => '名称',
|
|
'users' => '# 的用户',
|
|
|
|
);
|