mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
28 lines
811 B
PHP
28 lines
811 B
PHP
<?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',
|
|
]
|
|
];
|