mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-30 17:17:22 +08:00
[api] add notifications
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'comment_buy_medal' => '花費 :bonus 魔力購買了 :medal_name',
|
||||
];
|
||||
@@ -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