mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Updated Chinese Simplified
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
7711540514
commit
44b4274a49
|
@ -16,5 +16,6 @@ return array(
|
|||
'update' => '更新配件',
|
||||
'use_default_eula' => '用<a href="#" data-toggle="modal" data-target="#eulaModal">默认EULA(最终用户许可协议)</a>进行替换',
|
||||
'use_default_eula_disabled' => '<del>使用默认EULA(最终用户许可协议).</del>没有设置默认EULA(最终用户许可协议),请在设置中增加一个。',
|
||||
'clone' => '克隆配件',
|
||||
|
||||
);
|
||||
|
|
|
@ -24,6 +24,7 @@ return array(
|
|||
'checkout' => array(
|
||||
'error' => '配件不能被预订,请重试。',
|
||||
'success' => '配件成功预订。',
|
||||
'unavailable' => 'Accessory is not available for checkout. Check quantity available',
|
||||
'user_does_not_exist' => '无效用户,请重试。'
|
||||
),
|
||||
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
'completion_date' => '完成日期',
|
||||
'cost' => '维护费用',
|
||||
'is_warranty' => '质保升级/延期',
|
||||
'asset_maintenance_time' => '资产维护所需天数',
|
||||
'asset_maintenance_time' => '资产维护时间 (天)',
|
||||
'notes' => '备注',
|
||||
'update' => '创建资产维护',
|
||||
'create' => '更新资产维护'
|
||||
'update' => '更新资产维护',
|
||||
'create' => '创建资产维护'
|
||||
];
|
||||
|
|
|
@ -12,5 +12,5 @@
|
|||
'software_support' => '软件支持',
|
||||
'hardware_support' => '硬件支持',
|
||||
'configuration_change' => '配置更改',
|
||||
'pat_test' => 'PAT Test',
|
||||
'pat_test' => 'PAT 测试',
|
||||
];
|
||||
|
|
|
@ -14,7 +14,7 @@ return array(
|
|||
'update' => array(
|
||||
'error' => '分类更新失败,请重试',
|
||||
'success' => '分类更新成功',
|
||||
'cannot_change_category_type' => 'You cannot change the category type once it has been created',
|
||||
'cannot_change_category_type' => '分类类型一旦创建就无法更改',
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
|
|
|
@ -12,5 +12,5 @@ return array(
|
|||
'remaining' => '剩余',
|
||||
'total' => '总计',
|
||||
'update' => '更新组件',
|
||||
'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
|
||||
'checkin_limit' => '归还的数量必须等于或小于 :assigned_qty'
|
||||
);
|
||||
|
|
|
@ -27,9 +27,9 @@ return [
|
|||
'used_by_models' => '引用模板',
|
||||
'order' => '排序',
|
||||
'create_fieldset' => '新增字段集',
|
||||
'update_fieldset' => 'Update Fieldset',
|
||||
'fieldset_does_not_exist' => 'Fieldset :id does not exist',
|
||||
'fieldset_updated' => 'Fieldset updated',
|
||||
'update_fieldset' => '更新字段集',
|
||||
'fieldset_does_not_exist' => '字段集 :id 不存在',
|
||||
'fieldset_updated' => '字段集已更新',
|
||||
'create_fieldset_title' => '创建一个新的字段集',
|
||||
'create_field' => '新增字段',
|
||||
'create_field_title' => '创建一个新自定义字段',
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
return array(
|
||||
|
||||
'group_exists' => '分组已经存在',
|
||||
'group_not_found' => '分组[:id]不存在',
|
||||
'group_not_found' => '分组 ID :id 不存在。',
|
||||
'group_name_required' => '名称为必填项',
|
||||
|
||||
'success' => array(
|
||||
|
|
|
@ -2,8 +2,11 @@
|
|||
|
||||
return [
|
||||
'bulk_delete' => '批量删除确认',
|
||||
'bulk_restore' => '确认批量恢复资产',
|
||||
'bulk_delete_help' => '请在此确认将批量删除的资产。在删除后,资产可以恢复,但一切当前的用户关联将会丢失。',
|
||||
'bulk_restore_help' => '查看下面的资产进行批量恢复。一旦恢复,这些资产将不会与以前分配给的任何用户相关联。',
|
||||
'bulk_delete_warn' => '即将删除 :asset_count 项资产',
|
||||
'bulk_restore_warn' => '您即将恢复 :asset_count 项资产。',
|
||||
'bulk_update' => '批量更新',
|
||||
'bulk_update_help' => '该表格允许你同时修改多项资产。请仅填写需要修改的字段,留空的字段不会做任何修改。 ',
|
||||
'bulk_update_warn' => '您将要编辑单个资产的属性。 |您将要编辑:asset_count个资产的属性。',
|
||||
|
@ -45,7 +48,7 @@ return [
|
|||
'asset_location_update_default' => '仅更新默认位置',
|
||||
'asset_not_deployable' => '该资产状态为不可部署。无法借出此资产。',
|
||||
'asset_deployable' => '该状态为可部署。可以借出此资产。',
|
||||
'processing_spinner' => '处理中……',
|
||||
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
|
||||
'optional_infos' => '可选信息',
|
||||
'order_details' => '订单相关信息'
|
||||
];
|
||||
|
|
|
@ -14,8 +14,8 @@ return [
|
|||
'deleted' => '此资产已被删除。',
|
||||
'edit' => '编辑资产',
|
||||
'model_deleted' => '这个资源模型已被删除。您必须先还原模型才能还原素材。',
|
||||
'model_invalid' => 'The Model of this Asset is invalid.',
|
||||
'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
|
||||
'model_invalid' => '此资产的型号无效。',
|
||||
'model_invalid_fix' => '在尝试归还或借出资产之前,应编辑资产以更正此问题。',
|
||||
'requestable' => '可申领',
|
||||
'requested' => '已申请',
|
||||
'not_requestable' => '不可申领',
|
||||
|
@ -42,5 +42,6 @@ return [
|
|||
'error_messages' => '错误信息:',
|
||||
'success_messages' => '成功信息:',
|
||||
'alert_details' => '请参阅下面的详细信息。',
|
||||
'custom_export' => '自定义导出'
|
||||
'custom_export' => '自定义导出',
|
||||
'mfg_warranty_lookup' => ':manufacturer 保修状态查询',
|
||||
];
|
||||
|
|
|
@ -22,6 +22,8 @@ return [
|
|||
'restore' => [
|
||||
'error' => '资产未被恢复,请重试。',
|
||||
'success' => '资产恢复成功。',
|
||||
'bulk_success' => '资产已成功恢复。',
|
||||
'nothing_updated' => '没有选择任何资产,所以没有恢复。',
|
||||
],
|
||||
|
||||
'audit' => [
|
||||
|
@ -48,8 +50,8 @@ return [
|
|||
'success' => '您的文件已被导入',
|
||||
'file_delete_success' => '您的文件已成功删除',
|
||||
'file_delete_error' => '该文件无法被删除',
|
||||
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
|
||||
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
|
||||
'header_row_has_malformed_characters' => '标题行中的一个或多个属性包含格式错误的 UTF-8 字符',
|
||||
'content_row_has_malformed_characters' => '第一行内容中的一个或多个属性包含格式错误的 UTF-8 字符',
|
||||
],
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ return array(
|
|||
'deleted' => '此模型已被删除。',
|
||||
'bulk_delete' => '批量删除资产型号',
|
||||
'bulk_delete_help' => '使用下面的复选框确认删除所选资产型号。若有与之关联的资产,该资产型号则不能删除,除非将关联资产关联到别的资产型号。',
|
||||
'bulk_delete_warn' => '您即将删除:model_count资产型号。',
|
||||
'bulk_delete_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.',
|
||||
'restore' => '恢复型号',
|
||||
'requestable' => '用户可申请此型号',
|
||||
'show_mac_address' => '在此型号资产中显示MAC地址',
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
return array(
|
||||
|
||||
'does_not_exist' => '模板不存在',
|
||||
'no_association' => 'NO MODEL ASSOCIATED.',
|
||||
'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
|
||||
'no_association' => '没有关联的型号。',
|
||||
'no_association_fix' => '这将以怪异且可怕的方式破坏一切。立即编辑此资产并为其指定一个型号。',
|
||||
'assoc_users' => '本模板下目前还有相关的资产,不能被删除,请删除资产以后,再重试。',
|
||||
|
||||
|
||||
|
@ -16,7 +16,7 @@ return array(
|
|||
|
||||
'update' => array(
|
||||
'error' => '模板没有被更新,请重试。',
|
||||
'success' => '模板更新成功。'
|
||||
'success' => '模板更新成功。',
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
|
@ -32,12 +32,14 @@ return array(
|
|||
|
||||
'bulkedit' => array(
|
||||
'error' => '没有字段被更改,因此没有更新任何内容。',
|
||||
'success' => '模板已更新。'
|
||||
'success' => 'Model successfully updated. |:model_count models successfully updated.',
|
||||
'warn' => 'You are about to update the properies of the following model: |You are about to edit the properties of the following :model_count models:',
|
||||
|
||||
),
|
||||
|
||||
'bulkdelete' => array(
|
||||
'error' => '没有型号被选中,所以没有删除任何东西。',
|
||||
'success' => ':success_count 个已删除!',
|
||||
'success' => 'Model deleted!|:success_count models deleted!',
|
||||
'success_partial' => ':success_count 个已删除, 但是 :fail_count 个因为还有关联资产所以没办法删除。'
|
||||
),
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ return [
|
|||
'admin_cc_email_help' => '如果你想给用户额外的邮件账户发送签入/签出副本,请在此输入邮箱地址,否则请留空。',
|
||||
'is_ad' => '这是AD域服务器',
|
||||
'alerts' => '警报',
|
||||
'alert_title' => '更新警报设置',
|
||||
'alert_title' => '更新通知设置',
|
||||
'alert_email' => '发送警报',
|
||||
'alert_email_help' => '您希望向其发送警报的电子邮件地址或通讯组列表,以逗号分隔',
|
||||
'alerts_enabled' => '警报已启用',
|
||||
|
@ -198,16 +198,21 @@ return [
|
|||
'show_images_in_email' => '在电子邮件中显示图片。',
|
||||
'show_images_in_email_help' => '如果外部用户无法在邮件中通过你安装在VPN或内网的Snipe-IT加载图片,请取消此复选框。',
|
||||
'site_name' => '站点名称',
|
||||
'integrations' => '集成',
|
||||
'slack' => 'Slack',
|
||||
'slack_title' => '更新 Slack 设置',
|
||||
'slack_help' => 'Slack设置',
|
||||
'slack_botname' => 'Slack Bot名称',
|
||||
'slack_channel' => 'Slack频道',
|
||||
'slack_endpoint' => 'Slack节点',
|
||||
'slack_integration' => 'Slack设置',
|
||||
'slack_integration_help' => 'Slack 集成是可选的,但如果您想要使用它,则需要端点和频道。 要配置 Slack 集成,您必须先 <a href=":slack_link" target="_new" rel="noopener">在您的 Slack 帐户上创建传入的 webhook</a> 。 点击 <strong>测试 Slack 集成</strong> 按钮在保存之前确认您的设置是正确的。 ',
|
||||
'slack_integration_help_button' => '一旦你保存了你的Slack信息,就会出现一个测试按钮。',
|
||||
'slack_test_help' => '测试您的Slack集成是否配置正确。你一定要先保存你的设置。',
|
||||
'general_webhook' => '常规Webhook',
|
||||
'webhook' => ':app',
|
||||
'webhook_presave' => '测试以保存',
|
||||
'webhook_title' => '更新 Webhook 设置',
|
||||
'webhook_help' => '集成设置',
|
||||
'webhook_botname' => ':app Botname',
|
||||
'webhook_channel' => ':app 频道',
|
||||
'webhook_endpoint' => ':app Endpoint',
|
||||
'webhook_integration' => ':app 设置',
|
||||
'webhook_test' =>'测试 :app 集成',
|
||||
'webhook_integration_help' => ':app integration is optional, however the endpoint and channel are required if you wish to use it. To configure :app integration, you must first <a href=":webhook_link" target="_new" rel="noopener">create an incoming webhook</a> on your :app account. Click on the <strong>Test :app Integration</strong> button to confirm your settings are correct before saving. ',
|
||||
'webhook_integration_help_button' => '一旦您保存了您的 :app 信息,测试按钮将会出现。',
|
||||
'webhook_test_help' => '测试您的 :app 集成配置是否正确。您必须保存您更新的 :app 设置',
|
||||
'snipe_version' => 'Snipe-IT version',
|
||||
'support_footer' => '支持页脚链接 ',
|
||||
'support_footer_help' => '指定谁可以看到指向Snipe-IT支持信息和用户手册的链接',
|
||||
|
@ -302,7 +307,7 @@ return [
|
|||
'localization_keywords' => '本地化、货币、本地、本地、时区、时区、国际、内部、语言、语言、翻译',
|
||||
'localization_help' => '语言,日期显示',
|
||||
'notifications' => '通知',
|
||||
'notifications_help' => '电子邮件提醒,盘点设置',
|
||||
'notifications_help' => '电子邮件警报和盘点设置',
|
||||
'asset_tags_help' => '递增和前缀',
|
||||
'labels' => '标签',
|
||||
'labels_title' => '更新标签设置',
|
||||
|
|
|
@ -33,12 +33,12 @@ return [
|
|||
'testing_authentication' => '测试 LDAP 身份验证...',
|
||||
'authentication_success' => '用户已成功通过LDAP认证!'
|
||||
],
|
||||
'slack' => [
|
||||
'sending' => '正在发送Slack测试消息...',
|
||||
'webhook' => [
|
||||
'sending' => '正在发送 :app 测试消息...',
|
||||
'success_pt1' => '成功!请检查 ',
|
||||
'success_pt2' => ' 您的测试消息频道,并且一定要点击下面的“保存”来存储您的设置。',
|
||||
'success_pt2' => ' 测试消息的频道,并且一定要点击下面的“保存”来存储您的设置。',
|
||||
'500' => '500 服务器错误。',
|
||||
'error' => 'Something went wrong. Slack responded with: :error_message',
|
||||
'error_misc' => 'Something went wrong. :( ',
|
||||
'error' => '出错了。:app响应::error_message',
|
||||
'error_misc' => '出错了:( ',
|
||||
]
|
||||
];
|
||||
|
|
|
@ -19,6 +19,8 @@ return [
|
|||
'print_assigned' => '打印所有已分配资产',
|
||||
'email_assigned' => '邮件发送所有已分配的列表',
|
||||
'user_notified' => '用户已通过电子邮件收到当前分配给他们的物品列表。',
|
||||
'auto_assign_label' => '在自动分配符合条件的许可证时包括此用户',
|
||||
'auto_assign_help' => '在自动分配许可证时跳过此用户',
|
||||
'software_user' => ':name 借走的软件',
|
||||
'send_email_help' => '您必须为此用户提供电子邮件地址才能发送他们的凭据。电子邮件凭据只能在用户创建时完成。 密码存储在单向散列中,保存后无法检索。',
|
||||
'view_user' => '查看用户: :name',
|
||||
|
@ -33,7 +35,6 @@ return [
|
|||
'superadmin_permission_warning' => '只有超级管理员可以授予用户超级管理员访问权限。',
|
||||
'admin_permission_warning' => '只有拥有管理员权限或更大权限的用户才能授予用户管理员权限。',
|
||||
'remove_group_memberships' => '删除群组成员',
|
||||
'warning_deletion' => '警告:',
|
||||
'warning_deletion_information' => '下列 :count 个用户的所有物品将要归还。超级管理员名称高亮为红色。',
|
||||
'update_user_assets_status' => '将这些用户的所有资产更新到此状态',
|
||||
'checkin_user_properties' => '归还与这些用户相关的所有资产',
|
||||
|
@ -41,4 +42,13 @@ return [
|
|||
'remote' => '远程',
|
||||
'remote_help' => '如果您需要对从不进入或很少进入您的实体地点的远程用户进行筛选,这将非常有用。',
|
||||
'not_remote_label' => '这不是一个远程用户',
|
||||
'vip_label' => 'VIP用户',
|
||||
'vip_help' => 'This can be helpful to mark important people in your org if you would like to handle them in special ways.',
|
||||
'create_user' => '新建用户',
|
||||
'create_user_page_explanation' => '这是您将用于首次访问该站点的账户信息。',
|
||||
'email_credentials' => '电子邮件凭据',
|
||||
'email_credentials_text' => '将我的凭据发送到上述电子邮件地址',
|
||||
'next_save_user' => '下一步:保存用户',
|
||||
'all_assigned_list_generation' => '生成于:',
|
||||
'email_user_creds_on_create' => 'Email this user their credentials?',
|
||||
];
|
|
@ -3,7 +3,7 @@
|
|||
return [
|
||||
'accessories' => '附属品',
|
||||
'activated' => '已激活',
|
||||
'accepted_date' => 'Date Accepted',
|
||||
'accepted_date' => '接受日期',
|
||||
'accessory' => '附属品',
|
||||
'accessory_report' => '配件报告',
|
||||
'action' => '操作',
|
||||
|
@ -12,7 +12,7 @@ return [
|
|||
'admin' => '管理员',
|
||||
'administrator' => '管理员',
|
||||
'add_seats' => '已增加空位',
|
||||
'age' => "Age",
|
||||
'age' => "年龄",
|
||||
'all_assets' => '所有资产',
|
||||
'all' => '所有',
|
||||
'archived' => '已存档',
|
||||
|
@ -28,13 +28,13 @@ return [
|
|||
'audit' => '审计',
|
||||
'audit_report' => '审核日志',
|
||||
'assets' => '资产',
|
||||
'assets_audited' => 'assets audited',
|
||||
'assets_checked_in_count' => 'assets checked in',
|
||||
'assets_checked_out_count' => 'assets checked out',
|
||||
'asset_deleted_warning' => 'This asset has been deleted. You must restore it before you can assign it to someone.',
|
||||
'assigned_date' => 'Date Assigned',
|
||||
'assets_audited' => '已盘点资产',
|
||||
'assets_checked_in_count' => '资产已归还',
|
||||
'assets_checked_out_count' => '资产已借出',
|
||||
'asset_deleted_warning' => '此资产已被删除。您必须先恢复它才能将其分配给某人。',
|
||||
'assigned_date' => '分配日期',
|
||||
'assigned_to' => '借出给:name的资产',
|
||||
'assignee' => 'Assigned to',
|
||||
'assignee' => '分配给',
|
||||
'avatar_delete' => '删除头像',
|
||||
'avatar_upload' => '上传头像',
|
||||
'back' => '后退',
|
||||
|
@ -45,9 +45,9 @@ return [
|
|||
'bulk_edit' => '批量编辑',
|
||||
'bulk_delete' => '批量删除',
|
||||
'bulk_actions' => '批量操作',
|
||||
'bulk_checkin_delete' => '从用户批量归还物品',
|
||||
'byod' => 'BYOD',
|
||||
'byod_help' => 'This device is owned by the user',
|
||||
'bulk_checkin_delete' => '批量归还 / 删除用户',
|
||||
'byod' => '自带设备',
|
||||
'byod_help' => '此设备归用户所有',
|
||||
'bystatus' => '按状态',
|
||||
'cancel' => '取消',
|
||||
'categories' => '目录',
|
||||
|
@ -148,6 +148,7 @@ return [
|
|||
'filetypes_accepted_help' => '可接受的文件类型是 :types. 最大允许上传大小为 :size.|可接受的文件类型是 :types. 最大允许上传大小为 :size.',
|
||||
'filetypes_size_help' => '允许最大上传文件的大小为 :size.',
|
||||
'image_filetypes_help' => '接受jpg,png,gif和svg类型的文件。文件大小应小于 :size。',
|
||||
'unaccepted_image_type' => '此图像文件不可读。可接受的文件类型为jpg、webp、png、gif和svg。此文件的 mimetype 类型为::mimetype。',
|
||||
'import' => '导入',
|
||||
'importing' => '正在导入…',
|
||||
'importing_help' => '您可以通过CSV文件导入资产、配件、许可证、组件、消耗品和用户。 <br><br>CSV 应以逗号分隔和格式化,并且在文档</a> 中与 <a href="https://snipe-it.readme.io/docs/importing" target="_new">样本CSV中的标头匹配。',
|
||||
|
@ -157,6 +158,8 @@ return [
|
|||
'asset_maintenances' => '资产维修',
|
||||
'item' => '条目',
|
||||
'item_name' => '物品名称',
|
||||
'import_file' => '导入 CSV 文件',
|
||||
'import_type' => 'CSV 导入类型',
|
||||
'insufficient_permissions' => '没有足够的权限',
|
||||
'kits' => '预定义的 Kits',
|
||||
'language' => '语言',
|
||||
|
@ -227,6 +230,7 @@ return [
|
|||
'requested_assets_menu' => '已申领资产',
|
||||
'request_canceled' => '取消请求',
|
||||
'save' => '保存',
|
||||
'select_var' => '选择 :thing... ', // this will eventually replace all of our other selects
|
||||
'select' => '选择',
|
||||
'select_all' => '全选',
|
||||
'search' => '搜索',
|
||||
|
@ -249,8 +253,8 @@ return [
|
|||
'signature' => '签名',
|
||||
'signed_off_by' => '管理员签名',
|
||||
'skin' => '主题',
|
||||
'slack_msg_note' => '将发送一条slack消息',
|
||||
'slack_test_msg' => '哦哈!看起来 Slack 已经成功应用到 Snipe-IT 了!',
|
||||
'webhook_msg_note' => '通知将通过 webhook 发送',
|
||||
'webhook_test_msg' => '哦哈!看起来您的 :app 与Snipe-IT 的整合工作正常!',
|
||||
'some_features_disabled' => '演示模式: 此安装将禁用某些功能。',
|
||||
'site_name' => '站点名称',
|
||||
'state' => '省份',
|
||||
|
@ -262,7 +266,6 @@ return [
|
|||
'sure_to_delete' => '是否确认要删除',
|
||||
'submit' => '提交',
|
||||
'target' => '目标',
|
||||
'toggle_navigation' => 'Toogle 导航',
|
||||
'time_and_date_display' => '时间和日期显示',
|
||||
'total_assets' => '共计资产',
|
||||
'total_licenses' => '共计许可证',
|
||||
|
@ -385,6 +388,7 @@ return [
|
|||
'bulk_checkin_delete_success' => '您所选的用户已被删除,其名下资产已归还。',
|
||||
'bulk_checkin_success' => '选中用户的物品已归还。',
|
||||
'set_to_null' => '删除此资产的值|删除所有:asset_count个资产的值 ',
|
||||
'set_users_field_to_null' => '删除此用户的 :field 值|删除所有 :user_count 个用户的 :field 值 ',
|
||||
'na_no_purchase_date' => 'N/A-未提供购买日期',
|
||||
'assets_by_status' => '按状态显示的资产',
|
||||
'assets_by_status_type' => '按状态类型显示的资产',
|
||||
|
@ -395,15 +399,44 @@ return [
|
|||
'end_date' => '结束日期',
|
||||
'alt_uploaded_image_thumbnail' => '已上传缩略图',
|
||||
'placeholder_kit' => '选择一个套件',
|
||||
'file_not_found' => 'File not found',
|
||||
'preview_not_available' => '(no preview)',
|
||||
'setup' => 'Setup',
|
||||
'pre_flight' => 'Pre-Flight',
|
||||
'skip_to_main_content' => 'Skip to main content',
|
||||
'toggle_navigation' => 'Toggle navigation',
|
||||
'alerts' => 'Alerts',
|
||||
'tasks_view_all' => 'View all tasks',
|
||||
|
||||
|
||||
|
||||
'file_not_found' => '未找到文件',
|
||||
'preview_not_available' => '(没有预览)',
|
||||
'setup' => '设置',
|
||||
'pre_flight' => '预检',
|
||||
'skip_to_main_content' => '跳转到主内容',
|
||||
'toggle_navigation' => '切换导航',
|
||||
'alerts' => '警告',
|
||||
'tasks_view_all' => '查看所有任务',
|
||||
'true' => '是',
|
||||
'false' => '否',
|
||||
'integration_option' => '集成选项',
|
||||
'log_does_not_exist' => '没有匹配的日志记录。',
|
||||
'merge_users' => '合并用户',
|
||||
'merge_information' => '这将把 :count 个用户合并为一个用户。 选择您想要合并到下面的用户,与其相关的资产、许可证等物品将被移至所选用户,其余用户将被标记为已删除。',
|
||||
'warning_merge_information' => '此动作无法撤消,仅当您因为导入或同步错误需要合并用户时才能使用。 请务必先备份。',
|
||||
'no_users_selected' => '未选择用户',
|
||||
'not_enough_users_selected' => '必须至少选择 :count 个用户',
|
||||
'merge_success' => ':count 个用户已成功合并到 :into_username !',
|
||||
'merged' => '已合并',
|
||||
'merged_log_this_user_into' => '将此用户 (ID :to_id - :to_username) 合并为用户 ID :from_id (:from_username) ',
|
||||
'merged_log_this_user_from' => '合并用户 ID :from_id (:from_username) 到此用户 (ID :to_id - :to_username)',
|
||||
'clear_and_save' => '清除并保存',
|
||||
'update_existing_values' => '更新现有值?',
|
||||
'auto_incrementing_asset_tags_disabled_so_tags_required' => 'Generating auto-incrementing asset tags is disabled so all rows need to have the "Asset Tag" column populated.',
|
||||
'auto_incrementing_asset_tags_enabled_so_now_assets_will_be_created' => 'Note: Generating auto-incrementing asset tags is enabled so assets will be created for rows that do not have "Asset Tag" populated. Rows that do have "Asset Tag" populated will be updated with the provided information.',
|
||||
'send_welcome_email_to_users' => ' 给新用户发送欢迎电子邮件?',
|
||||
'back_before_importing' => '导入前备份?',
|
||||
'csv_header_field' => 'CSV 页眉字段',
|
||||
'import_field' => '导入字段',
|
||||
'sample_value' => '示例值',
|
||||
'no_headers' => '没有找到列',
|
||||
'error_in_import_file' => '读取CSV文件时出错::error',
|
||||
'percent_complete' => ':percent % 完成',
|
||||
'errors_importing' => '导入时发生错误: ',
|
||||
'warning' => '警告::warning',
|
||||
'success_redirecting' => '"成功... 重定向。',
|
||||
'setup_successful_migrations' => '您的数据库表已创建',
|
||||
'setup_migration_output' => '迁移输出:',
|
||||
'setup_migration_create_user' => '下一步:创建用户',
|
||||
'importer_generic_error' => 'Your file import is complete, but we did receive an error. This is usually caused by third-party API throttling from a notification webhook (such as Slack) and would not have interfered with the import itself, but you should confirm this.',
|
||||
];
|
|
@ -15,7 +15,7 @@ return [
|
|||
|
||||
'more_info_title' => '更多信息',
|
||||
|
||||
'audit_help' => '勾选此框将编辑资产记录以反映这个新的位置。不选中它将只标记审计记录中的位置。<br><br>注意此资产已签出 它不会改变它签到的个人、资产或地点。',
|
||||
'audit_help' => 'Checking this box will edit the asset record to reflect this new location. Leaving it unchecked will simply note the location in the audit log.<br><br>Note that if this asset is checked out, it will not change the location of the person, asset or location it is checked out to.',
|
||||
|
||||
'assets' => '资产是指按序号或资产标签跟踪的物品,往往是指识别某一具体物品的价值较高的物品。',
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@ return [
|
|||
'login_first_admin' => '请使用以下凭据登录新安装的 Snipe-IT:',
|
||||
'login' => '登录:',
|
||||
'Low_Inventory_Report' => '低库存报告',
|
||||
'inventory_report' => 'Inventory Report',
|
||||
'inventory_report' => '库存报告',
|
||||
'min_QTY' => '最小数量',
|
||||
'name' => '名字',
|
||||
'new_item_checked' => '一项新物品已分配至您的名下,详细信息如下。',
|
||||
|
@ -79,5 +79,5 @@ return [
|
|||
'Expected_Checkin_Notification' => '提醒::name 签入截止日期已接近。',
|
||||
'Expected_Checkin_Date' => '借出的资产将在 :date 重新签入',
|
||||
'your_assets' => '查看您的资产',
|
||||
'rights_reserved' => 'All rights reserved.',
|
||||
'rights_reserved' => '版权所有。',
|
||||
];
|
||||
|
|
|
@ -124,13 +124,13 @@ return [
|
|||
// date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
|
||||
// We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
|
||||
// people won't know how to format.
|
||||
'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||
'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
|
||||
'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||
'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||
'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||
'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||
'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||
'purchase_date.date_format' => ':attribute 必须是 YYYY-MM-DD 格式的有效日期',
|
||||
'last_audit_date.date_format' => ':attribute 必须是 YYYY-MM-DD hh:mm:ss 格式的有效日期',
|
||||
'expiration_date.date_format' => ':attribute 必须是 YYYY-MM-DD 格式的有效日期',
|
||||
'termination_date.date_format' => ':attribute 必须是 YYYY-MM-DD 格式的有效日期',
|
||||
'expected_checkin.date_format' => ':attribute 必须是 YYYY-MM-DD 格式的有效日期',
|
||||
'start_date.date_format' => ':attribute 必须是 YYYY-MM-DD 格式的有效日期',
|
||||
'end_date.date_format' => ':attribute 必须是 YYYY-MM-DD 格式的有效日期',
|
||||
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in a new issue