Files
nexusphp/resources/lang/zh_CN/upload.php
2025-04-17 01:39:40 +07:00

57 lines
3.5 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 [
'invalid_price' => '无效的价格::price',
'invalid_category' => '无效的分类',
'invalid_section' => '无效的分区',
'invalid_hr' => '无效的 H&R 值',
'invalid_pos_state' => '无效的位置::pos_state',
'invalid_pos_state_until' => '无效的位置截止时间',
'not_supported_sub_category_field' => '不支持的子分类字段::field',
'invalid_sub_category_value' => '子分类字段::label(:field) 的值::value 无效',
'invalid_tag' => '无效的标签::tag',
'invalid_pick_type' => '无效的推荐::pick_type',
'require_name' => '标题不能为空',
'price_too_much' => '价格超过允许范围',
'approval_deny_reach_upper_limit' => '当前审核被拒绝的种子数:%s 达到上限,不允许发布。',
'special_section_not_enabled' => '特别区未启用。',
'paid_torrent_not_enabled' => '收费种子未启用。',
'no_permission_to_set_torrent_hr' => '没有权限设置种子 H&R。',
'no_permission_to_set_torrent_pos_state' => '没有权限设置种子置顶。',
'no_permission_to_set_torrent_price' => '没有权限设置种子收费。',
'no_permission_to_pick_torrent' => '没有权限推荐影片。',
'no_permission_to_be_anonymous' => '没有权限匿名发布。',
'torrent_save_dir_not_exists' => '种子保存目录不存在。',
'torrent_save_dir_not_writable' => '种子保存目录不可写。',
'save_torrent_file_failed' => '保存种子文件失败。',
'upload_failed' => "上传失败!",
'missing_form_data' => "请填写必填项目",
'missing_torrent_file' => "缺少种子文件",
'empty_filename' => "文件名不能为空!",
'zero_byte_nfo' => "NFO文件为空",
'nfo_too_big' => "NFO文件过大最大允许65,535 bytes。",
'nfo_upload_failed' => "NFO文件上传失败",
'blank_description' => "你必须填写简介!",
'category_unselected' => "你必须选择类型!",
'invalid_filename' => "无效的文件名!",
'filename_not_torrent' => "无效的文件名(不是.torrent文件).",
'empty_file' => "空文件!",
'not_bencoded_file' => "你在搞什么鬼你上传的不是Bencode文件",
'not_a_dictionary' => "不是目录",
'dictionary_is_missing_key' => "目录缺少值",
'invalid_entry_in_dictionary' => "无效的目录项",
'invalid_dictionary_entry_type' => "无效的目录项类型",
'invalid_pieces' => "无效的文件块",
'missing_length_and_files' => "缺少长度和文件",
'filename_errors' => "文件名错误",
'uploaded_not_offered' => "你只能上传通过候选的种子,请返回在<b>你的候选</b>中选择合适项目后再上传!",
'unauthorized_upload_freely' => "你没有自由上传的权限!",
'torrent_existed' => "该种子已存在id: :id",
'torrent_file_too_big' => "种子文件过大!最大允许",
'remake_torrent_note' => " bytes。请使用更大的区块大小重新制作种子文件或者将内容分为多个种子发布。",
'email_notification_body' => "你好,\n一个新的种子已经上传.\n\n名称::name\n大小::size\n类型::category\n上传者::upload_by\n\n简介:\n:description\n\n查看更为详细的信息并下载(你可能需要登录),请点击这里:<b><a href=javascript:void(null) onclick=window.open(':torrent_url')>这里</a></b>\n:torrent_url\n\n:site_name 网站",
'email_notification_subject' => ':site_name 新种子通知',
];