mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
85cb7c92e7
Signed-off-by: snipe <snipe@snipe.net>
12 lines
230 B
PHP
12 lines
230 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'actions' => '操作',
|
|
'action' => '操作',
|
|
'by' => '经由',
|
|
'item' => '项目',
|
|
'no_matching_records' => '未找到匹配的记录',
|
|
|
|
);
|