mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
ddfa5776c5
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();` I'll try to fix it. :( FML Signed-off-by: snipe <snipe@snipe.net>
18 lines
465 B
PHP
18 lines
465 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'create' => '创建资产模板',
|
|
'created_at' => '创建于',
|
|
'eol' => '寿命',
|
|
'modelnumber' => '型号',
|
|
'name' => '资产型号名称',
|
|
'numassets' => '资产',
|
|
'title' => '资产模板',
|
|
'update' => '更新资产模板',
|
|
'view' => '查看资产模板',
|
|
'update' => '更新资产模板',
|
|
'clone' => '克隆模板',
|
|
'edit' => '编辑模板',
|
|
);
|