mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
42 lines
1.2 KiB
PHP
42 lines
1.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
'pos_state_normal' => '普通',
|
|
'pos_state_sticky' => '一级置顶',
|
|
'pos_state_r_sticky' => '二级置顶',
|
|
|
|
'index' => [
|
|
'page_title' => '种子列表',
|
|
],
|
|
'show' => [
|
|
'page_title' => '种子详情',
|
|
'basic_category' => '类型',
|
|
'basic_audio_codec' => '音频编码',
|
|
'basic_codec' => '视频编码',
|
|
'basic_media' => '媒介',
|
|
'basic_source' => '来源',
|
|
'basic_standard' => '分辨率',
|
|
'basic_team' => '制作组',
|
|
'size' => '大小',
|
|
'comments_label' => '评论',
|
|
'times_completed_label' => '完成',
|
|
'peers_count_label' => '同伴',
|
|
'thank_users_count_label' => '谢谢',
|
|
'numfiles_label' => '文件',
|
|
'bookmark_yes_label' => '已收藏',
|
|
'bookmark_no_label' => '收藏',
|
|
'reward_logs_label' => '赠魔',
|
|
'reward_yes_label' => '已赠魔',
|
|
'reward_no_label' => '赠魔',
|
|
'download_label' => '下载',
|
|
'thanks_yes_label' => '已谢谢',
|
|
'thanks_no_label' => '谢谢',
|
|
],
|
|
'pick_info' => [
|
|
'normal' => '普通',
|
|
'hot' => '热门',
|
|
'classic' => '经典',
|
|
'recommended' => '推荐',
|
|
],
|
|
];
|