snipe-it/resources/lang/zh-CN/help.php

37 lines
1.6 KiB
PHP

<?php
return array(
/*
|--------------------------------------------------------------------------
| Password Reminder Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are given by the password broker for a password update attempt
| has failed, such as for an invalid token or invalid new password.
|
*/
"more_info_title" => "更多信息",
"audit_help" => "勾选此框将编辑资产记录以反映这个新的位置。不选中它将只标记审计记录中的位置。<br><br>注意此资产已签出 它不会改变它签到的个人、资产或地点。",
'assets' => '资产是指按序号或资产标签跟踪的物品,往往是指识别某一具体物品的价值较高的物品。',
'categories' => '分类帮助您组织您的项目。 例如 &quot;台式机&quot;, &quot;笔记本&quot;, &quot;手机&quot;, &quot;平板&quot;,等,你可以你喜欢的方式分类。',
'accessories' => '配件是一些无序列号(或者你不想特地追踪) 的物品,例如鼠标或键盘。',
'companies' => '公司可以用作简单的标识符字段,如果在管理设置中启用了完整多企业支持,也可以用于限制资产,用户等的可见性。',
'components' => '组件为资产的一部分,例如硬盘、内存等。',
'consumables' => '所谓耗材是指从购买后会慢慢消耗并最终用尽的物品,例如打印机墨水,复印纸等等。',
'depreciations' => '你可以设置资产折旧时间期限',
);