module pricing changes
This commit is contained in:
@ -90,6 +90,7 @@ return [
|
||||
'monthly' => 'Monthly',
|
||||
'quarterly' => 'Quarterly',
|
||||
'yearly' => 'Yearly',
|
||||
'lifetime' => 'Lifetime',
|
||||
'add' => 'Add',
|
||||
'add_new' => 'Add New',
|
||||
'add_income' => 'Add Income',
|
||||
|
@ -28,11 +28,13 @@ return [
|
||||
'yearly_pricing' => 'Yearly Pricing',
|
||||
'monthly_price' => 'from :price',
|
||||
'per_month' => 'per month',
|
||||
'billed_yearly' => 'Billed Yearly',
|
||||
'once' => 'once',
|
||||
'billed_monthly' => 'Billed Monthly',
|
||||
'billed_yearly' => 'Billed Yearly',
|
||||
'billed_once' => 'Billed Once',
|
||||
'save_year' => 'You save <strong>:price</strong> a year!',
|
||||
'if_paid_year' => 'Or <strong>:price/mo</strong> if paid yearly',
|
||||
'information_monthly' => 'This option is valid only for <strong>Cloud Service</strong>',
|
||||
'information_monthly' => 'This option is valid only for <a href=":url" target="_blank" class="to-black-400 hover:bg-full-2 bg-no-repeat bg-0-2 bg-0-full bg-gradient-to-b from-transparent transition-backgroundSize"><strong>Cloud Service</strong></a>',
|
||||
'install' => 'Install',
|
||||
'buy_now' => 'Buy Now',
|
||||
'get_api_key' => '<a href=":url" target="_blank" class="text-green">Click here</a> to get your API key.',
|
||||
|
Reference in New Issue
Block a user