mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-16 14:00:56 +08:00
30 lines
872 B
PHP
30 lines
872 B
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' => '加入收藏',
|
|
]
|
|
];
|