mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
[api] add notifications
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'comment_buy_medal' => 'Spend :bonus bonus buy :medal_name',
|
||||
];
|
||||
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'index' => [
|
||||
'page_title' => 'Message list',
|
||||
],
|
||||
'show' => [
|
||||
'page_title' => 'Message detail',
|
||||
]
|
||||
];
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'index' => [
|
||||
'page_title' => 'Rewards',
|
||||
]
|
||||
|
||||
];
|
||||
@@ -25,5 +25,17 @@ return [
|
||||
'numfiles_label' => 'Files',
|
||||
'bookmark_yes_label' => 'Bookmarked',
|
||||
'bookmark_no_label' => 'Add to bookmark',
|
||||
]
|
||||
'reward_logs_label' => 'Reward',
|
||||
'reward_yes_label' => 'Rewarded',
|
||||
'reward_no_label' => 'Reward',
|
||||
'download_label' => 'Download',
|
||||
'thanks_yes_label' => 'Thanked',
|
||||
'thanks_no_label' => 'Thank',
|
||||
],
|
||||
'pick_info' => [
|
||||
'normal' => 'Normal',
|
||||
'hot' => 'Hot',
|
||||
'classic' => 'Classic',
|
||||
'recommended' => 'Recommend',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user