mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
16 lines
280 B
PHP
Executable file
16 lines
280 B
PHP
Executable file
<?php
|
|
|
|
return array(
|
|
|
|
'actions' => '操作',
|
|
'add' => '新增',
|
|
'cancel' => '取消',
|
|
'delete' => '刪除',
|
|
'edit' => '编辑',
|
|
'restore' => '恢复',
|
|
'request' => '申请',
|
|
'submit' => '提交',
|
|
'upload' => '上传',
|
|
|
|
);
|