snipe-it/resources/lang/zh-CN/admin/users/general.php
snipe ddfa5776c5 Updated language strings
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>
2022-01-13 21:27:29 -08:00

38 lines
2.5 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'activated_help_text' => '该用户可以登录',
'activated_disabled_help_text' => '您无法编辑自己帐户的激活状态。',
'assets_user' => '分配给:name的资产',
'bulk_update_warn' => '您即将编辑user_count用户的属性。请注意您不能使用此表单更改您自己的用户属性必须单独对您自己的用户信息进行编辑。',
'bulk_update_help' => '此表单允许您一次更新多个用户。仅填写您需要更改的字段。留的空的任何字段将保持不变。',
'current_assets' => '资产当前借出给该用户',
'clone' => '克隆用户',
'contact_user' => '联系 :name',
'edit' => '编辑用户',
'filetype_info' => '允许的文件类型有: png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar',
'history_user' => ':name的历史',
'info' => '信息',
'restore_user' => '单击此处可将其还原。',
'last_login' => '上一次登陆',
'ldap_config_text' => 'LDAP配置在 管理 > 设置。所选位置将为导入的用户所用',
'print_assigned' => '打印所有已分配资产',
'software_user' => ':name 借走的软件',
'send_email_help' => '您必须为此用户提供电子邮件地址才能发送他们的凭据。电子邮件凭据只能在用户创建时完成。 密码存储在单向散列中,保存后无法检索。',
'view_user' => '查看用户: :name',
'usercsv' => 'CSV 档案',
'two_factor_admin_optin_help' => '您当前的管理员设置允许使用双重认证。 ',
'two_factor_enrolled' => '双重认证设备登记',
'two_factor_active' => '启用双重认证',
'user_deactivated' => 'User is de-activated',
'activation_status_warning' => 'Do not change activation status',
'group_memberships_helpblock' => 'Only superadmins may edit group memberships.',
'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.',
'admin_permission_warning' => 'Only users with admins rights or greater may grant a user admin access.',
'remove_group_memberships' => 'Remove Group Memberships',
'warning_deletion' => 'WARNING:',
'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.',
'update_user_asssets_status' => 'Update all assets for these users to this status',
'checkin_user_properties' => 'Check in all properties associated with these users',
];