mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
change torrent pos_state to varchar, support more sticky level
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'index' => [
|
||||
'page_title' => 'Peers',
|
||||
],
|
||||
];
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'index' => [
|
||||
'page_title' => 'Snatches',
|
||||
],
|
||||
];
|
||||
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'pos_state_normal' => 'Normal',
|
||||
'pos_state_sticky' => 'Sticky top level',
|
||||
'pos_state_r_sticky' => 'Sticky second level',
|
||||
|
||||
'index' => [
|
||||
'page_title' => 'Torrent list',
|
||||
],
|
||||
'show' => [
|
||||
'page_title' => 'Torrent detail',
|
||||
'basic_category' => 'Category',
|
||||
'basic_audio_codec' => 'Audio codec',
|
||||
'basic_codec' => 'Video codec',
|
||||
'basic_media' => 'Media',
|
||||
'basic_source' => 'Source',
|
||||
'basic_standard' => 'Standard',
|
||||
'basic_team' => 'Team',
|
||||
'size' => 'Size',
|
||||
'comments_label' => 'Comments',
|
||||
'times_completed_label' => 'Times completed',
|
||||
'peers_count_label' => 'Peers',
|
||||
'thank_users_count_label' => 'Thank user counts',
|
||||
'numfiles_label' => 'Files counts',
|
||||
]
|
||||
];
|
||||
@@ -1,6 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'pos_state_normal' => '普通',
|
||||
'pos_state_sticky' => '一级置顶',
|
||||
'pos_state_r_sticky' => '二级置顶',
|
||||
|
||||
'index' => [
|
||||
'page_title' => '种子列表',
|
||||
],
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'index' => [
|
||||
'page_title' => '同伴列表',
|
||||
],
|
||||
];
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'index' => [
|
||||
'page_title' => '完成情況',
|
||||
],
|
||||
];
|
||||
@@ -0,0 +1,27 @@
|
||||
<?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' => '文件',
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user