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

35 lines
1.4 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 [
'index' => [
'page_title' => '私信列表',
],
'show' => [
'page_title' => '私信详情',
],
'field_value_change_message_body' => ':field 被管理员 :operator 从 :old 改为 :new。理由:reason。',
'field_value_change_message_subject' => ':field 改变',
'download_disable' => [
'subject' => '下载权限取消',
'body' => '你的下载权限被取消可能的原因是过低的分享率或行为不当。By: :operator',
],
'download_disable_upload_over_speed' => [
'subject' => '下载权限取消',
'body' => '你因上传速度过快下载权限被取消,若是盒子用户请备案。',
],
'download_enable' => [
'subject' => '下载权限恢复',
'body' => '你的下载权限恢复你现在可以下载种子。By: :operator',
],
'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。',
],
];