This commit is contained in:
2024-04-21 14:42:52 +02:00
parent 4b69674ede
commit 8a25f53c99
10700 changed files with 55767 additions and 14201 deletions

View File

@ -0,0 +1,29 @@
<?php
return array(
'does_not_exist' => '位置不存在',
'assoc_users' => '该位置下管理的还有其他用户,目前不能删除,请更新该用户的信息之后,再尝试删除。',
'assoc_assets' => '删除失败,该位置已与其它资产关联。请先更新资产以取消关联,然后重试。 ',
'assoc_child_loc' => '删除失败,该位置是一个或多个子位置的上层节点。请更新地理位置信息以取消关联,然后重试。 ',
'assigned_assets' => '已分配的资产',
'current_location' => '当前地理位置',
'create' => array(
'error' => '位置没有被创建,请重试。',
'success' => '位置创建成功。'
),
'update' => array(
'error' => '位置没有被更新,请重试。',
'success' => '位置更新成功。'
),
'delete' => array(
'confirm' => '确定删除这个位置吗?',
'error' => '删除位置的过成中出现了一点儿问题,请重试。',
'success' => '位置已经成功删除。'
)
);

View File

@ -0,0 +1,42 @@
<?php
return [
'about_locations_title' => '管理地理位置',
'about_locations' => '地理位置用来跟踪用户、资产和其他项目的位置信息。',
'assets_rtd' => '资产', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
'assets_checkedout' => '持有人',
'id' => '编号',
'city' => '城市',
'state' => '省份',
'country' => '国家',
'create' => '创建地理位置',
'update' => '更新地理位置',
'print_assigned' => '打印已分配资产',
'print_all_assigned' => '打印所有已分配资产',
'name' => '地理位置名称',
'address' => '地址',
'address2' => '地址行2',
'zip' => '邮政编码',
'locations' => '地理位置',
'parent' => '上级节点',
'currency' => '当地货币单位',
'ldap_ou' => 'LDAP中搜索组织单位OU',
'user_name' => '用户名',
'department' => '部门',
'location' => '位置',
'asset_tag' => '资产标签',
'asset_name' => '名称',
'asset_category' => '类别',
'asset_manufacturer' => '制造商',
'asset_model' => '型号',
'asset_serial' => '序列号',
'asset_location' => '位置',
'asset_checked_out' => '已借出',
'asset_expected_checkin' => '预计归还日期',
'date' => '日期:',
'phone' => '位置电话',
'signed_by_asset_auditor' => '签名(资产管理员):',
'signed_by_finance_auditor' => '签名(财务人员):',
'signed_by_location_manager' => '签名(当地经理):',
'signed_by' => '签名:',
];