2016-03-25 01:18:05 -07:00
< ? php
2022-01-13 21:27:29 -08:00
return array (
2016-03-25 01:18:05 -07:00
'accepted' => '你已成功接受此项资产。' ,
'declined' => '你已拒绝此项资产。' ,
2017-10-17 18:52:20 -07:00
'bulk_manager_warn' => '您的用户已成功更新,但是您的经理条目未保存,因为您选择的经理也在要编辑的用户列表中,用户可能不是自己的经理。请再次选择您的用户,不包括经理。' ,
2016-03-25 01:18:05 -07:00
'user_exists' => '用户已经存在!' ,
2023-06-13 09:12:01 -07:00
'user_not_found' => '用户不存在。' ,
2016-03-25 01:18:05 -07:00
'user_login_required' => '登陆字段是必须的' ,
2023-11-27 06:43:16 -08:00
'user_has_no_assets_assigned' => '目前没有分配给用户的资产。' ,
2016-03-25 01:18:05 -07:00
'user_password_required' => '密码为必填项' ,
'insufficient_permissions' => '权限不足' ,
'user_deleted_warning' => '用户已经被删除,你需要恢复这个用户编辑他或者重新指定新资产。' ,
'ldap_not_configured' => '安装过程中未启用LDAP集成的功能。' ,
2021-04-26 18:11:48 -07:00
'password_resets_sent' => '被选中的已激活并拥有有效电子邮件地址的用户已经收到了一个密码重置链接。' ,
2022-01-13 21:27:29 -08:00
'password_reset_sent' => '密码重置链接已发送至 :email!' ,
2022-10-04 17:48:43 -07:00
'user_has_no_email' => '此用户的个人资料中没有电子邮件地址。' ,
2023-11-27 06:43:16 -08:00
'log_record_not_found' => '找不到该用户匹配的日志记录。' ,
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'success' => array (
2016-03-25 01:18:05 -07:00
'create' => '用户创建成功' ,
'update' => '用户更新成功。' ,
2017-07-07 13:14:51 -07:00
'update_bulk' => '用户更新成功。' ,
2016-03-25 01:18:05 -07:00
'delete' => '用户已经被删除' ,
'ban' => '用户禁止成功' ,
'unban' => '用户成功解禁' ,
'suspend' => '用户已经成功停用' ,
'unsuspend' => '用户解除停用' ,
'restored' => '用户成功被恢复。' ,
'import' => '导入用户成功' ,
2022-01-13 21:27:29 -08:00
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'error' => array (
2016-03-25 01:18:05 -07:00
'create' => '创建用户过程中出现了一些问题,请重试。' ,
'update' => '更新用户过程中出现了一些问题,请重试。' ,
'delete' => '删除用户过程中出现了一点儿问题,请重试。' ,
2017-10-17 18:52:20 -07:00
'delete_has_assets' => '此用户具有分配的项目,无法删除。' ,
2024-06-03 12:44:40 -07:00
'delete_has_assets_var' => 'This user still has an asset assigned. Please check it in first.|This user still has :count assets assigned. Please check their assets in first.' ,
'delete_has_licenses_var' => 'This user still has a license seats assigned. Please check it in first.|This user still has :count license seats assigned. Please check them in first.' ,
'delete_has_accessories_var' => 'This user still has an accessory assigned. Please check it in first.|This user still has :count accessories assigned. Please check their assets in first.' ,
'delete_has_locations_var' => 'This user still manages a location. Please select another manager first.|This user still manages :count locations. Please select another manager first.' ,
'delete_has_users_var' => 'This user still manages another user. Please select another manager for that user first.|This user still manages :count users. Please select another manager for them first.' ,
2016-03-25 01:18:05 -07:00
'unsuspend' => '恢复停用用户的过程中出现了一点儿问题,请重试。' ,
'import' => '导入用户出现问题。请再试一次。' ,
'asset_already_accepted' => '资产已被接受' ,
'accept_or_decline' => '你必须选择接受或者拒绝该资产。' ,
2024-06-03 12:44:40 -07:00
'cannot_delete_yourself' => 'We would feel really bad if you deleted yourself, please reconsider.' ,
2016-03-25 01:18:05 -07:00
'incorrect_user_accepted' => '您正尝试接受的资产未被分配与您' ,
'ldap_could_not_connect' => '无法连接到LDAP服务器, 请检查LDAP配置文件中的相关设置。<br>LDAP服务器错误信息:' ,
'ldap_could_not_bind' => '无法绑定到LDAP服务器, 请检查LDAP配置文件中的相关设置。<br>LDAP服务器错误信息: ' ,
'ldap_could_not_search' => '查询LDAP服务器失败, 请检查LDAP配置文件中的相关设置。<br>LDAP服务器错误信息:' ,
'ldap_could_not_get_entries' => '从LDAP服务器获取信息条目失败, 请检查LDAP配置文件中的相关设置。<br>LDAP服务器错误信息:' ,
2017-10-17 18:52:20 -07:00
'password_ldap' => '此帐户的密码由LDAP / Active Directory管理。请联系您的IT部门更改您的密码。' ,
2022-01-13 21:27:29 -08:00
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'deletefile' => array (
2016-03-25 01:18:05 -07:00
'error' => '文件删除失败,请重试' ,
'success' => '文件已成功删除。' ,
2022-01-13 21:27:29 -08:00
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'upload' => array (
2016-03-25 01:18:05 -07:00
'error' => '文件上传失败,请重试。' ,
'success' => '文件已上传成功。' ,
'nofiles' => '您没有选择要上传的文件' ,
'invalidfiles' => '一个或多个文件过大或文件类型不被允许。允许上传的文件类型有PNG, GIF, JPG, DOC, DOCX, PDF和TXT。' ,
2022-01-13 21:27:29 -08:00
),
2016-03-25 01:18:05 -07:00
2023-01-09 11:09:26 -08:00
'inventorynotification' => array (
2023-02-21 03:54:55 -08:00
'error' => '此用户没有设置电子邮件。' ,
'success' => '已通知用户其当前库存。'
2023-01-09 11:09:26 -08:00
)
2022-08-08 15:29:28 -07:00
);