mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-05-17 05:37:32 +08:00
Merge branch '1.7' into php8
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'index' => [
|
||||
'page_title' => '私信列表',
|
||||
],
|
||||
'show' => [
|
||||
'page_title' => '私信详情',
|
||||
]
|
||||
];
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'index' => [
|
||||
'page_title' => '赠魔者列表',
|
||||
],
|
||||
|
||||
];
|
||||
@@ -24,6 +24,18 @@ return [
|
||||
'thank_users_count_label' => '谢谢',
|
||||
'numfiles_label' => '文件',
|
||||
'bookmark_yes_label' => '已收藏',
|
||||
'bookmark_no_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' => '推荐',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user