mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-25 02:10:39 +00:00
- get plans via api
- subscribe to plan at the frontend
This commit is contained in:
@@ -48,7 +48,6 @@ return [
|
||||
'admin_page_plans.tabs.settings' => 'Settings',
|
||||
'admin_page_plans.tabs.subscribers' => 'Subscribers',
|
||||
'admin_page_user.subscription.empty' => "User don't have any subscription yet.",
|
||||
'admin_page_user.subscription.interval_mo' => 'Monthly',
|
||||
'admin_page_user.table.plan' => 'Subscription Plan',
|
||||
'admin_page_user.tabs.invoices' => 'Invoices',
|
||||
'admin_page_user.tabs.subscription' => 'Subscription',
|
||||
@@ -202,6 +201,11 @@ return [
|
||||
'col_date' => 'Date',
|
||||
'col_amount' => 'Amount',
|
||||
'total' => 'Total',
|
||||
'max_team_members' => 'Up to {value} Team Members',
|
||||
'max_team_members.unlimited' => 'Up to {value} Team Members',
|
||||
'max_storage_amount' => '{value} GB Storage Size',
|
||||
'interval.month' => 'Monthly',
|
||||
'interval.year' => 'Yearly',
|
||||
],
|
||||
'regular' => [
|
||||
'actions.close' => 'Close',
|
||||
|
||||
Reference in New Issue
Block a user