3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-03-11 02:49:18 +00:00
Files
snipe-it/resources/lang/zh-CN/admin/groups/table.php

10 lines
121 B
PHP

<?php
return array(
'id' => '编号',
'name' => '名称',
'users' => '# 的用户',
);