mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-27 22:47:23 +08:00
api add page_title
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'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