snipe-it/resources/lang/zh-CN/mail.php
snipe 2a0697022e Updated strings
Signed-off-by: snipe <snipe@snipe.net>
2024-07-19 17:47:22 +01:00

97 lines
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 [
'Accessory_Checkin_Notification' => '配件已签入',
'Accessory_Checkout_Notification' => '配件已借出',
'Asset_Checkin_Notification' => '资产已签入',
'Asset_Checkout_Notification' => '资产已借出',
'Confirm_Accessory_Checkin' => '配件签入确认',
'Confirm_Asset_Checkin' => '确认资产收回',
'Confirm_accessory_delivery' => '配件交付确认',
'Confirm_asset_delivery' => '资产交付确认',
'Confirm_consumable_delivery' => '耗材交付确认',
'Confirm_license_delivery' => '许可证交付确认',
'Consumable_checkout_notification' => '耗材已借出',
'Days' => '天',
'Expected_Checkin_Date' => '借出的资产将在 :date 重新签入',
'Expected_Checkin_Notification' => '提醒::name 签入截止日期已接近。',
'Expected_Checkin_Report' => '预期的资产检查报告',
'Expiring_Assets_Report' => '过期资产报告',
'Expiring_Licenses_Report' => '过期许可证报告',
'Item_Request_Canceled' => '已取消申领物品',
'Item_Requested' => '已申领物品',
'License_Checkin_Notification' => '许可证已签入',
'License_Checkout_Notification' => '许可证已借出',
'Low_Inventory_Report' => '低库存报告',
'a_user_canceled' => '用户已取消物品申请',
'a_user_requested' => '用户已申请物品',
'acceptance_asset_accepted' => '用户已接受一件物品',
'acceptance_asset_declined' => '用户拒绝了一件物品',
'accessory_name' => '配件名称:',
'additional_notes' => '备注:',
'admin_has_created' => '管理员已在 :web 为您新增帐号。',
'asset' => '资产:',
'asset_name' => '资产名称:',
'asset_requested' => '已申请资产',
'asset_tag' => '资产标签',
'assets_warrantee_alert' => '有 :count 个资产保修期将于 :threshold 天到期。|有 :count 个资产 保修期将于 :threshold 天到期。',
'assigned_to' => '已分配给',
'best_regards' => '此致',
'canceled' => '已取消:',
'checkin_date' => '交回日期:',
'checkout_date' => '借出日期:',
'checkedout_from' => '借出自',
'checkedin_from' => '归还自',
'checked_into' => '归还至',
'click_on_the_link_accessory' => '请点击链接确认您已经收到配件。',
'click_on_the_link_asset' => '请点击链接确认您已经收到资产。',
'click_to_confirm' => '请点击链接启用您在 :web 的帐号:',
'current_QTY' => '目前数量',
'days' => '天',
'expecting_checkin_date' => '预计归还日期:',
'expires' => '过期',
'hello' => '您好',
'hi' => '您好',
'i_have_read' => '我同意使用条款并确认已收到物品。',
'inventory_report' => '库存报告',
'item' => '项目:',
'item_checked_reminder' => '提醒,当前借出给您 :count 件物品,您还没有签收或拒绝。 请点击下面的链接以确认您的决定。',
'license_expiring_alert' => '有:个许可将在:天后到期。|有:个许可将在:天后到期。',
'link_to_update_password' => '请点击以下链接以更新 :web 的密码:',
'login' => '登录:',
'login_first_admin' => '请使用以下凭据登录新安装的 Snipe-IT',
'low_inventory_alert' => '有:种物品已经低于或者接近最小库存。|有:种物品已经低于或者接近最小库存。',
'min_QTY' => '最小数量',
'name' => '名字',
'new_item_checked' => '一项新物品已分配至您的名下,详细信息如下。',
'notes' => '备注',
'password' => '密码',
'password_reset' => '密码重置',
'read_the_terms' => '请阅读以下使用条款',
'read_the_terms_and_click' => '请阅读以下使用条款,然后点击底部的链接以确认您已经阅读并同意使用条款并且已经收到资产。',
'requested' => '已申请',
'reset_link' => '您的密码重置链接',
'reset_password' => '请点击重置您的密码',
'rights_reserved' => '版权所有。',
'serial' => '序列号',
'snipe_webhook_test' => 'Snipe-IT 集成测试',
'snipe_webhook_summary' => 'Snipe-IT 集成测试摘要',
'supplier' => '供应商',
'tag' => '标签',
'test_email' => 'Snipe-IT 测试邮件',
'test_mail_text' => '这是一封 Snipe-IT 资产管理系统的测试电子邮件,如果您收到,表示邮件通知正常运作 :)',
'the_following_item' => '以下项目已交回:',
'to_reset' => '要重置 :web 的密码,请完成此表格:',
'type' => '类型',
'upcoming-audits' => '有:count 项资产将在:threshold 天内进行审计.|有:count 项资产将在:threshold 天内进行审计。',
'user' => '用户',
'username' => '用户名',
'unaccepted_asset_reminder' => '您有未接受的资产。',
'welcome' => '欢迎您,:name',
'welcome_to' => '欢迎来到 :web',
'your_assets' => '查看您的资产',
'your_credentials' => '您的 Snipe-IT 登录凭据',
'mail_sent' => '邮件发送成功!',
];