mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
161 lines
6.4 KiB
PHP
161 lines
6.4 KiB
PHP
<?php
|
||
|
||
$lang_userdetails = array
|
||
(
|
||
'std_error' => "错误",
|
||
'std_no_such_user' => "不存在该ID的用户!",
|
||
'head_details_for' => "用户详情 - ",
|
||
'text_account_disabled_note' => "该账号已被禁用!",
|
||
'text_remove_from_friends' => "从好友列表中删除",
|
||
'text_remove_from_blocks' => "从黑名单中删除",
|
||
'text_add_to_friends' => "加入好友列表",
|
||
'text_add_to_blocks' => "加入黑名单",
|
||
'text_flush_ghost_torrents' => "清除冗余种子,点击",
|
||
'text_here' => "这里",
|
||
'row_invitation' => "邀请",
|
||
'text_no_invitation' => "没有邀请资格",
|
||
'link_send_invitation' => "发送邀请",
|
||
'row_invited_by' => "邀请人",
|
||
'row_join_date' => "加入日期",
|
||
'row_last_seen' => "最近动向",
|
||
'row_last_seen_location' => "最近动向(地点)",
|
||
'row_email' => "邮箱",
|
||
'row_users_ips' => "IP记录",
|
||
'row_ip_history' => "IP历史",
|
||
'text_user_earlier_used' => "该用户在以前使用了",
|
||
'text_different_ips' => "个不同的IP地址",
|
||
'row_ip_address' => "当前IP",
|
||
'row_bt_client' => "BT客户端",
|
||
'row_uploaded' => "上传量",
|
||
'row_downloaded' => "下载量",
|
||
'row_share_ratio' => "分享率",
|
||
'row_real_uploaded' => "实际上传量",
|
||
'row_real_downloaded' => "实际下载量",
|
||
'row_real_share_ratio' => "实际分享率",
|
||
'row_real_ps' => "实际上传/下载量 (仅用于记录, 不参与分享率计算)",
|
||
'row_internet_speed' => "网络带宽",
|
||
'row_gender' => "性别",
|
||
'row_donated' => "捐赠",
|
||
'row_avatar' => "头像",
|
||
'row_class' => "等级",
|
||
'row_torrent_comment' => "种子评论",
|
||
'link_view_comments' => "查看评论",
|
||
'row_forum_posts' => "论坛帖子",
|
||
'link_view_posts' => "查看帖子",
|
||
'row_karma_points' => "魔力值",
|
||
'row_uploaded_torrents' => "发布种子",
|
||
'text_show_or_hide' => "[显示/隐藏]",
|
||
'row_current_seeding' => "当前做种",
|
||
'row_current_leeching' => "当前下载",
|
||
'row_completed_torrents' => "完成种子",
|
||
'row_incomplete_torrents' => "未完成种子",
|
||
'text_public_access_denied' => "对不起,访问被用户",
|
||
'text_user_wants_privacy' => "拒绝。用户想要保护其隐私。",
|
||
'text_edit_user' => "编辑用户",
|
||
'row_title' => "头衔",
|
||
'row_privacy_level' => "隐私级别",
|
||
'radio_low' => "低",
|
||
'radio_normal' => "普通",
|
||
'radio_strong' => "高",
|
||
'row_avatar_url' => "头像URL",
|
||
'row_signature' => "签名",
|
||
'row_donor_status' => "捐赠状态",
|
||
'row_donor' => "捐赠",
|
||
'radio_yes' => "是",
|
||
'radio_no' => "否",
|
||
'row_support' => "支持员",
|
||
'row_support_language' => "支持语言",
|
||
'row_support_for' => "支持内容",
|
||
'row_comment' => "备注",
|
||
'row_seeding_karma' => "魔力值",
|
||
'row_warning_system' => "警告系统<br /><br />(不良行为)",
|
||
'text_not_warned' => "未警告.",
|
||
'text_arbitrary_duration' => "(Arbitrary duration)",
|
||
'text_until' => "直到 ",
|
||
'text_to_go' => "剩余时间",
|
||
'text_warn_for' => "警告时间",
|
||
'text_week' => "周",
|
||
'text_weeks' => "周",
|
||
'text_unlimited' => "无限制",
|
||
'text_reason_of_warning' => "警告原因",
|
||
'text_times_warned' => "警告次数",
|
||
'text_last_warning' => "最近一次警告",
|
||
'text_not_warned_note' => "该用户没有被警告",
|
||
'row_auto_warning' => "自动警告",
|
||
'text_low_ratio' => "低分享率",
|
||
'text_leech_warned' => "吸血",
|
||
'text_for_unlimited_time' => "无期...",
|
||
'row_movie_picker' => "批评家",
|
||
'row_enabled' => "有效",
|
||
'row_forum_post_possible' => "允许论坛发帖?",
|
||
'row_upload_possible' => "允许上传?",
|
||
'row_download_possible' => "允许下载?",
|
||
'row_change_username' => "改变用户名",
|
||
'row_change_email' => "改变邮箱地址",
|
||
'row_change_password' => "改变密码",
|
||
'row_repeat_password' => "确认密码",
|
||
'row_amount_uploaded' => "上传量",
|
||
'row_amount_downloaded' => "下载量",
|
||
'row_passkey' => "秘钥",
|
||
'checkbox_reset_passkey' => "重置秘钥",
|
||
'submit_okay' => "确定",
|
||
'text_delete_user' => "删除用户",
|
||
'submit_delete' => "删除",
|
||
'text_ago' => "以前",
|
||
'title_show_or_hide' => "显示/隐藏",
|
||
'title_download' => "下载:",
|
||
'title_upload' => "上传:",
|
||
'title_male' => "男生",
|
||
'title_female' => "女生",
|
||
'title_not_available' => "未知",
|
||
'title_send_pm' => "发送短讯",
|
||
'title_report_user' => "举报用户",
|
||
'text_free' => "免费",
|
||
'text_two_times_up' => "2X",
|
||
'text_free_two_times_up' => "2X免费",
|
||
'text_half_down' => "50%",
|
||
'text_by' => "警告者:",
|
||
'text_by_system' => "警告者:系统",
|
||
'text_transaction_memo' => "交易备忘:",
|
||
'row_pick_for' => "选片",
|
||
'row_staff_duties' => "管理员职责/贵宾资格原因",
|
||
'row_transfer' => "传输",
|
||
'row_sltime' => "BT时间",
|
||
'text_seeding_leeching_time_ratio' => "做种/下载时间比率",
|
||
'text_seeding_time' => "做种时间",
|
||
'text_leeching_time' => "下载时间",
|
||
'text_since' => "自",
|
||
'row_compatibility' => "趣味相投度",
|
||
'text_unknown' => "未知",
|
||
'text_super' => "超级",
|
||
'text_very_high' => "很高",
|
||
'text_high' => "较高",
|
||
'text_medium' => "普通",
|
||
'text_low' => "较低",
|
||
'text_very_low' => "很低",
|
||
'row_invites' => "邀请",
|
||
'js_delete_user_note' => "如果确信的话,你现在可以删除该用户。",
|
||
'std_sorry' => "对不起",
|
||
'std_user_not_confirmed' => "该用户还未通过验证!",
|
||
'text_not_available' => "N/A",
|
||
'row_vip_by_bonus' => "贵宾资格为通过魔力值获得",
|
||
'text_vip_by_bonus_note' => "该贵宾资格是否为通过魔力值换取。",
|
||
'row_vip_until' => "贵宾资格结束时间",
|
||
'text_vip_until_note' => "时间格式为'年年年年-月月-日日 时时:分分:秒秒'。贵宾资格结束的时间。'贵宾资格为通过魔力值获得'必须设为'是'此规则才能生效。",
|
||
'row_show_ad' => "显示广告",
|
||
'row_no_ad_until' => "不显示广告直到",
|
||
'text_no_ad_until_note' => "时间格式为'年年年年-月月-日日 时时:分分:秒秒'。无广告待遇结束的时间。",
|
||
'disable_user_migrated' => '启用或禁用用户请到管理后台操作',
|
||
'text_user_id'=> "用户ID/UID",
|
||
'row_medal' => '勋章',
|
||
'row_donoruntil' => '捐赠状态截止时间',
|
||
'text_donoruntil_note' => "时间格式为'年年年年-月月-日日 时时:分分:秒秒'。留空永久有效。",
|
||
'change_field_value_migrated' => '修改请到%s操作',
|
||
'sure_to_remove_leech_warn' => '确定要清除此吸血警告吗?',
|
||
'row_user_props' => '道具',
|
||
'meta_key_change_username_username' => '新用户名',
|
||
'consume' => '使用',
|
||
'text_bonus_table' => '时魔',
|
||
);
|
||
?>
|