mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
69 lines
2.6 KiB
PHP
69 lines
2.6 KiB
PHP
<?php
|
|
|
|
$lang_invite = array
|
|
(
|
|
'std_sorry' => "对不起",
|
|
'std_permission_denied' => "没有该权限!",
|
|
'head_invites' => "邀请",
|
|
'std_no_invites_left' => "你没有剩余邀请名额。 :( <br /><br />点击",
|
|
'here_to_go_back' => "这里</a>返回。",
|
|
'text_invite_code_sent' => "邀请代码已发送!<br />",
|
|
'text_invite_someone' => "邀请其他人加入",
|
|
'text_s' => "",
|
|
'text_invitation' => "个剩余邀请",
|
|
'text_left' => "",
|
|
'text_email_address' => "邮箱地址",
|
|
'text_email_address_note' => "邮箱地址必须是有效的。被邀请人会收到你的邀请函。",
|
|
'text_message' => "信息",
|
|
'submit_invite' => "邀请",
|
|
'text_invite_status' => "被邀者当前状态",
|
|
'text_no_invites' => "没有被邀者",
|
|
'text_username' => "用户名",
|
|
'text_email' => "邮箱",
|
|
'text_uploaded' => "上传",
|
|
'text_downloaded' => "下载",
|
|
'text_ratio' => "分享率",
|
|
'text_status' => "状态",
|
|
'text_confirm' => "确认",
|
|
'text_confirmed' => "已确认",
|
|
'text_pending' => "待定",
|
|
'submit_confirm_users' => "确认用户",
|
|
'sumbit_invite_someone' => "邀请其他人",
|
|
'text_sent_invites_status' => "已发邀请状态",
|
|
'text_no_invitation_sent' => "当前没有已发邀请",
|
|
'text_hash' => "Hash",
|
|
'text_send_date' => "发送日期",
|
|
'text_hash_status' => 'Hash 有效',
|
|
'text_invitee_user' => '被邀请者',
|
|
'text_invitation_body' => "
|
|
你好,
|
|
|
|
我邀请你加入 %s, 这是一个拥有丰富资源的非开放社区.
|
|
如果你有兴趣加入我们请阅读规则并确认邀请.最后,确保维持一个良好的分享率
|
|
分享允许的资源.
|
|
|
|
欢迎到来! :)
|
|
",
|
|
'text_invite_system' => "的邀请系统",
|
|
'std_only' => "只有",
|
|
'std_or_above_can_invite' => "及以上的用户才能发送邀请。",
|
|
'text_email_restriction_note' => "你只能发送邀请给以下邮箱:",
|
|
'harem_addition' => '后宫加成',
|
|
'signup_link_help' => '右键复制',
|
|
'signup_link' => '注册链接',
|
|
'text_uploaded_count' => '上传种子数量',
|
|
'text_seed_torrent_count' => '当前做种数',
|
|
'text_seed_torrent_size' => '当前做种体积',
|
|
'text_seed_torrent_bonus_per_hour' => '当前纯做种时魔',
|
|
'text_seed_torrent_bonus_per_hour_help' => '即做种积分,单纯做种的值,不考虑捐赠、官种、后宫等任何加成',
|
|
'text_seed_torrent_last_announce_at' => '最后做种汇报时间',
|
|
'text_enabled' => '启用',
|
|
'text_tmp_status' => '临时邀请状态',
|
|
'text_expired_at' => 'hash 过期时间',
|
|
'text_permanent' => '永久有效邀请',
|
|
'text_consume_invite' => '使用邀请',
|
|
'text_temporary_left' => '%s个临时邀请',
|
|
);
|
|
|
|
?>
|