52 lines
2.1 KiB
PHP
52 lines
2.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
'verify_account' => [
|
|
'subject' => 'Verify your Bowli account',
|
|
'title' => 'Verify your account',
|
|
'greeting' => 'Hi :name,',
|
|
'default_name' => 'there',
|
|
'intro' => 'Confirm your email address to activate your account and access Bowli.',
|
|
'action' => 'Verify my account',
|
|
'expires' => 'This link expires in :minutes minutes.',
|
|
'ignore' => 'If you did not create a Bowli account, you can ignore this email.',
|
|
],
|
|
'reset_password' => [
|
|
'subject' => 'Reset your Bowli password',
|
|
'title' => 'Reset your password',
|
|
'greeting' => 'Hi :name,',
|
|
'default_name' => 'there',
|
|
'intro' => 'Click the button below to create a new password. The link opens a secure Bowli API page.',
|
|
'action' => 'Choose a new password',
|
|
'expires' => 'This link expires in :minutes minutes.',
|
|
'copy_link' => 'If the button does not work, copy this link into your browser:',
|
|
'ignore' => 'If you did not request a password reset, you can ignore this email.',
|
|
],
|
|
'reset_password_form' => [
|
|
'page_title' => 'New password',
|
|
'success_title' => 'Password updated',
|
|
'title' => 'New password',
|
|
'intro' => 'Choose a new password to secure your account.',
|
|
'success' => 'Your password has been reset. You can return to the app and sign in.',
|
|
'email' => 'Email',
|
|
'password' => 'New password',
|
|
'password_confirmation' => 'Confirm password',
|
|
'submit' => 'Update password',
|
|
],
|
|
'payment_invoice' => [
|
|
'subject' => 'Your Bowli invoice',
|
|
'title' => 'Your invoice is available',
|
|
'greeting' => 'Hi :name,',
|
|
'default_name' => 'there',
|
|
'intro' => 'Thanks for your payment. Your summary and invoice link are below.',
|
|
'product' => 'Product',
|
|
'default_product' => 'Bowli credits',
|
|
'credits' => 'Credits',
|
|
'amount' => 'Amount',
|
|
'unknown_amount' => 'Amount unavailable',
|
|
'action' => 'View my invoice',
|
|
'pdf_link' => 'PDF link:',
|
|
'footer' => 'If you have any question, simply reply to this email.',
|
|
],
|
|
];
|