snipe_it/resources/lang/zh-CN/admin/departments/table.php
snipe b5a960e933 Updated translations
Signed-off-by: snipe <snipe@snipe.net>
2025-04-19 15:27:41 +01:00

11 lines
320 B
PHP

<?php
return array(
'id' => '编号',
'name' => '部门名称',
'manager' => '负责人',
'location' => '位置',
'create' => '创建部门',
'update' => '更新部门',
);