Files
nexusphp/resources/lang/zh_CN/message.php

73 lines
3.2 KiB
PHP
Raw Normal View History

2022-03-30 15:37:11 +08:00
<?php
return [
'index' => [
'page_title' => '私信列表',
],
'show' => [
'page_title' => '私信详情',
],
'field_value_change_message_body' => ':field 被管理员 :operator 从 :old 改为 :new。理由:reason。',
'field_value_change_message_subject' => ':field 改变',
2022-07-23 23:35:43 +08:00
'download_disable' => [
'subject' => '下载权限取消',
2022-07-30 15:06:51 +08:00
'body' => '你的下载权限被取消可能的原因是过低的分享率或行为不当。By: :operator',
2022-07-23 23:35:43 +08:00
],
'download_disable_upload_over_speed' => [
'subject' => '下载权限取消',
'body' => '你因上传速度过快下载权限被取消,若是盒子用户请备案。',
],
'download_disable_announce_paid_torrent_too_many_times' => [
'subject' => '下载权限取消',
'body' => '你因向付费种子汇报失败次数过多下载权限被取消,请确保你有足够的魔力。',
],
2025-06-18 18:46:07 +07:00
'download_disable_fake_announce' => [
'subject' => '下载权限取消',
'body' => '你因虚假汇报下载权限被取消。',
],
2022-07-23 23:35:43 +08:00
'download_enable' => [
'subject' => '下载权限恢复',
2022-07-30 15:06:51 +08:00
'body' => '你的下载权限恢复你现在可以下载种子。By: :operator',
2022-07-23 23:35:43 +08:00
],
2022-12-13 13:51:39 +08:00
'temporary_invite_change' => [
'subject' => '临时邀请:change_type',
'body' => '你的临时邀请被管理员 :operator :change_type :count 个,理由::reason。',
],
'receive_medal' => [
'subject' => '收到赠送勋章',
'body' => '用户 :username 花费魔力 :cost_bonus 购买了勋章[:medal_name]并赠送与你。此勋章价值 :price手续费 :gift_fee_total(系数::gift_fee_factor),你将拥有此勋章有效期至: :expire_at勋章的魔力加成系数为: :bonus_addition_factor。',
],
2023-01-31 16:38:21 +08:00
'login_notify' => [
'subject' => ':site_name 异地登录提醒',
'body' => <<<BODY
2023-04-09 02:33:37 +08:00
你于: :this_login_time 进行了登录操作。IP:this_ip位置:this_location。<br/>
上次登录时间::last_login_timeIP:last_ip位置:last_location。<br/>
2023-01-31 16:38:21 +08:00
若不是你本人操作,账号密码可能已经泄露,请及时修改!
BODY,
],
2023-06-30 02:55:53 +08:00
'buy_torrent_success' => [
'subject' => '成功购买种子提醒',
'body' => '你花费 :bonus 魔力成功购买了种子:[url=:url]:torrent_name[/url]',
],
2023-11-14 02:13:21 +08:00
'exam_user_end_time_updated' => [
'subject' => '考核 :exam_name 结束时间变更',
'body' => '你进行中的考核::exam_name 的结束时间由 :old_end_time 变更为 :new_end_time。管理员:operator原因:reason。',
],
2025-04-21 02:53:56 +07:00
'mail_dear' => "尊敬的",
'mail_you_received_a_pm' => "你收到了一条新短讯。",
'mail_sender' => "发送者 ",
'mail_subject' => "主题 ",
'mail_date' => "日期 ",
'mail_use_following_url' => "你可以点击",
'mail_use_following_url_1' => "来查看该短讯(你可能需要登录)",
'mail_yours' => "",
'mail_the_site_team' => "%s网站",
'mail_received_pm_from' => "你有新短讯,来自",
'mail_here' => "这里",
'msg_system' => "系统",
'msg_original_message_from' => "原短讯来自",
2022-03-30 15:37:11 +08:00
];