[api] add notifications

This commit is contained in:
xiaomlove
2022-03-31 16:28:08 +08:00
parent 3e4a5766c4
commit f91cd6f20a
28 changed files with 274 additions and 44 deletions
+5
View File
@@ -0,0 +1,5 @@
<?php
return [
'comment_buy_medal' => 'Spend :bonus bonus buy :medal_name',
];
+11
View File
@@ -0,0 +1,11 @@
<?php
return [
'index' => [
'page_title' => 'Message list',
],
'show' => [
'page_title' => 'Message detail',
]
];
+9
View File
@@ -0,0 +1,9 @@
<?php
return [
'index' => [
'page_title' => 'Rewards',
]
];
+13 -1
View File
@@ -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',
],
];