[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

View File

@@ -0,0 +1,5 @@
<?php
return [
'comment_buy_medal' => 'Spend :bonus bonus buy :medal_name',
];

View File

@@ -0,0 +1,11 @@
<?php
return [
'index' => [
'page_title' => 'Message list',
],
'show' => [
'page_title' => 'Message detail',
]
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'index' => [
'page_title' => 'Rewards',
]
];

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',
],
];

View File

@@ -5,7 +5,5 @@ return [
'index' => [
'page_title' => '赠魔者列表',
],
'show' => [
'page_title' => '私信详情',
]
];

View File

@@ -31,5 +31,11 @@ return [
'download_label' => '下载',
'thanks_yes_label' => '已谢谢',
'thanks_no_label' => '谢谢',
]
],
'pick_info' => [
'normal' => '普通',
'hot' => '热门',
'classic' => '经典',
'recommended' => '推荐',
],
];

View File

@@ -0,0 +1,5 @@
<?php
return [
'comment_buy_medal' => '花費 :bonus 魔力購買了 :medal_name',
];

View File

@@ -0,0 +1,11 @@
<?php
return [
'index' => [
'page_title' => '私信列表',
],
'show' => [
'page_title' => '私信詳情',
]
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'index' => [
'page_title' => '贈魔者列表',
],
];

View File

@@ -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' => '推薦',
],
];