akaunting 3.0 (the last dance)

This commit is contained in:
Burak Civan
2022-06-01 10:15:55 +03:00
parent cead09f6d4
commit d9c0764572
3812 changed files with 126831 additions and 102949 deletions

View File

@ -6,27 +6,22 @@ return [
'hello' => 'Hello!',
'salutation' => 'Regards,<br> :company_name',
'subcopy' => 'If youre having trouble clicking the ":text" button, copy and paste the URL below into your web browser: [:url](:url)',
'reads' => 'Read|Reads',
'read_all' => 'Read All',
'mark_read' => 'Mark Read',
'mark_read_all' => 'Mark Read All',
'new_apps' => 'New App|New Apps',
'upcoming_bills' => 'Upcoming Bills',
'recurring_invoices' => 'Recurring Invoices',
'recurring_bills' => 'Recurring Bills',
'empty' => 'Woohoo, notification zero!',
'update' => [
'mail' => [
'subject' => '⚠️ Update failed on :domain',
'message' => 'The update of :alias from :current_version to :new_version failed in <strong>:step</strong> step with the following message: :error_message',
'title' => '⚠️ Update failed on :domain',
'description' => 'The update of :alias from :current_version to :new_version failed in <strong>:step</strong> step with the following message: :error_message',
],
'slack' => [
'message' => 'Update failed on :domain',
'description' => 'Update failed on :domain',
],
@ -36,15 +31,15 @@ return [
'completed' => [
'subject' => 'Import completed',
'description' => 'The import has been completed and the records are available in your panel.',
'title' => 'Import completed',
'description' => 'The import has been completed and the records are available in your panel.',
],
'failed' => [
'subject' => 'Import failed',
'description' => 'Not able to import the file due to the following issues:',
'title' => 'Import failed',
'description' => 'Not able to import the file due to the following issues:',
],
],
@ -53,15 +48,124 @@ return [
'completed' => [
'subject' => 'Export is ready',
'description' => 'The export file is ready to download from the following link:',
'title' => 'Export is ready',
'description' => 'The export file is ready to download from the following link:',
],
'failed' => [
'subject' => 'Export failed',
'description' => 'Not able to create the export file due to the following issue:',
'title' => 'Export failed',
'description' => 'Not able to create the export file due to the following issue:',
],
],
'menu' => [
'export_completed' => [
'title' => 'Export is ready',
'description' => 'Your <strong>:type</strong> export file is ready to <a href=":url" target="_blank"><strong>download</strong></a>.',
],
'export_failed' => [
'title' => 'Export failed',
'description' => 'Not able to create the export file due to the following issue: :issues',
],
'import_completed' => [
'title' => 'Import completed',
'description' => 'Your <strong>:type</strong> lined <strong>:count</strong> data is imported successfully.',
],
'new_apps' => [
'title' => 'New App',
'description' => '<strong>:name</strong> app is out. You can <a href=":url">click here</a> to see the details.',
],
'invoice_new_customer' => [
'title' => 'New Invoice',
'description' => '<strong>:invoice_number</strong> invoice is created. You can <a href=":invoice_portal_link">click here</a> to see the details and proceed with the payment.',
],
'invoice_remind_customer' => [
'title' => 'Invoice Overdue',
'description' => '<strong>:invoice_number</strong> invoice was due <strong>:invoice_due_date</strong>. You can <a href=":invoice_portal_link">click here</a> to see the details and proceed with the payment.',
],
'invoice_remind_admin' => [
'title' => 'Invoice Overdue',
'description' => '<strong>:invoice_number</strong> invoice was due <strong>:invoice_due_date</strong>. You can <a href=":invoice_admin_link">click here</a> to see the details.',
],
'invoice_recur_customer' => [
'title' => 'New Recurring Invoice',
'description' => '<strong>:invoice_number</strong> invoice is created based on your recurring circle. You can <a href=":invoice_portal_link">click here</a> to see the details and proceed with the payment.',
],
'invoice_recur_admin' => [
'title' => 'New Recurring Invoice',
'description' => '<strong>:invoice_number</strong> invoice is created based on <strong>:customer_name</strong> recurring circle. You can <a href=":invoice_admin_link">click here</a> to see the details.',
],
'invoice_view_admin' => [
'title' => 'Invoice Viewed',
'description' => '<strong>:customer_name</strong> has viewed the <strong>:invoice_number</strong> invoice. You can <a href=":invoice_admin_link">click here</a> to see the details.',
],
'revenue_new_customer' => [
'title' => 'Payment Received',
'description' => 'Thank you for the payment for <strong>:invoice_number</strong> invoice. You can <a href=":invoice_portal_link">click here</a> to see the details.',
],
'invoice_payment_customer' => [
'title' => 'Payment Received',
'description' => 'Thank you for the payment for <strong>:invoice_number</strong> invoice. You can <a href=":invoice_portal_link">click here</a> to see the details.',
],
'invoice_payment_admin' => [
'title' => 'Payment Received',
'description' => ':customer_name recorded payment for <strong>:invoice_number</strong> invoice. You can <a href=":invoice_admin_link">click here</a> to see the details.',
],
'bill_remind_admin' => [
'title' => 'Bill Overdue',
'description' => '<strong>:bill_number</strong> bill was due <strong>:bill_due_date</strong>. You can <a href=":bill_admin_link">click here</a> to see the details.',
],
'bill_recur_admin' => [
'title' => 'New Recurring Bill',
'description' => '<strong>:bill_number</strong> bill is created based on <strong>:vendor_name</strong> recurring circle. You can <a href=":bill_admin_link">click here</a> to see the details.',
],
@ -71,9 +175,6 @@ return [
'mark_read' => ':type is read this notification!',
'mark_read_all' => ':type is read all notifications!',
'new_app' => ':type app published.',
'export' => 'Your <b>:type</b> export file is ready to <a href=":url" target="_blank"><b>download</b></a>.',
'import' => 'Your <b>:type</b> lined <b>:count</b> data is imported successfully.',
],
];