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

23 lines
727 B
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 cancellation',
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_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-03-31 16:28:08 +08:00
];