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

73 lines
3.4 KiB
PHP
Raw Normal View History

2022-03-31 16:28:08 +08:00
<?php
return [
'index' => [
'page_title' => 'Message list',
],
'show' => [
'page_title' => 'Message detail',
],
'field_value_change_message_body' => ':field is changed from :old to :new by :operator. Reason:reason.',
'field_value_change_message_subject' => ':field changed',
2022-07-23 23:35:43 +08:00
'download_disable' => [
'subject' => 'Download permission canceled',
2022-07-30 15:06:51 +08:00
'body' => 'Your download privileges has revoked, possibly due to low sharing rates or misbehavior. By: :operator',
2022-07-23 23:35:43 +08:00
],
'download_disable_upload_over_speed' => [
'subject' => 'Download permission canceled',
'body' => 'Your download permission has been cancelled due to excessive upload speed, please file if you are a seed box user.' ,
],
'download_disable_announce_paid_torrent_too_many_times' => [
'subject' => 'Download permission canceled',
'body' => 'Your download permission has been cancelled due to announce to paid torrent too many times, please make sure you have enough bonus.' ,
],
2025-06-18 18:46:07 +07:00
'download_disable_fake_announce' => [
'subject' => 'Download permission canceled',
'body' => 'Your download permission has been cancelled due to announce fake data.',
],
2022-07-23 23:35:43 +08:00
'download_enable' => [
'subject' => 'Download permission restored',
2022-07-30 15:06:51 +08:00
'body' => 'Your download privileges restored, you can now download torrents. By: :operator',
2022-07-23 23:35:43 +08:00
],
2022-12-13 13:51:39 +08:00
'temporary_invite_change' => [
'subject' => 'Temporary invite :change_type',
'body' => 'Your temporary invite count had :change_type :count by :operator, reason: :reason.',
],
'receive_medal' => [
'subject' => 'Receive gift medal',
'body' => "User :username purchased a medal [:medal_name] at a cost of :cost_bonus and gave it to you. The medal is worth :price, the fee is :gift_fee_total(factor: :gift_fee_factor), you will have this medal until: :expire_at, and the medal's bonus addition factor is: :bonus_addition_factor.",
],
2023-01-31 16:38:21 +08:00
'login_notify' => [
'subject' => ':site_name Offsite login alert',
'body' => <<<BODY
2023-04-09 02:33:37 +08:00
You logged in at::this_login_time, IP::this_ip, location::this_location.<br/>
Last login time::last_login_time, IP::last_ip, location::last_location.<br/>
2023-01-31 16:38:21 +08:00
If it is not your own operation, the account password may have been leaked, please change it in time!
BODY,
],
2023-06-30 02:55:53 +08:00
'buy_torrent_success' => [
'subject' => 'Successful torrent purchase reminder',
'body' => 'You spent :bonus bonus to successfully buy the torrent:[url=:url]:torrent_name[/url]',
],
2023-11-14 02:13:21 +08:00
'exam_user_end_time_updated' => [
'subject' => 'Exam :exam_name end time changed',
'body' => 'The end time of your in-progress exam :exam_name has changed from :old_end_time to :new_end_time. admin: :operator, reason: :reason.',
],
2025-04-21 02:53:56 +07:00
'mail_dear' => "Dear ",
'mail_you_received_a_pm' => "You have received a PM.",
'mail_sender' => "Sender ",
'mail_subject' => "Subject ",
'mail_date' => "Date ",
'mail_use_following_url' => "You can click&nbsp;",
'mail_use_following_url_1' => "&nbsp;to view the message (you may have to login).",
'mail_yours' => "<br />Yours,",
'mail_the_site_team' => "The %s Team.",
'mail_received_pm_from' => "You have received a PM from ",
'mail_here' => "HERE",
'msg_system' => "System",
'msg_original_message_from' => "Original Message from ",
2022-03-31 16:28:08 +08:00
];