akaunting/resources/lang/en-AU/notifications.php

189 lines
6.2 KiB
PHP
Raw Normal View History

2020-12-26 23:32:05 +00:00
<?php
return [
'whoops' => 'Whoops!',
'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)',
2021-06-27 15:31:40 +00:00
'mark_read' => 'Mark Read',
'mark_read_all' => 'Mark Read All',
2022-06-04 00:26:44 +00:00
'empty' => 'Woohoo, notification zero!',
2022-07-04 00:23:16 +00:00
'new_apps' => ':app is available. <a href=":url">Check it out now</a>!',
2020-12-26 23:32:05 +00:00
2021-03-18 15:51:37 +00:00
'update' => [
'mail' => [
2022-06-04 00:26:44 +00:00
'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',
2021-03-18 15:51:37 +00:00
],
'slack' => [
2022-06-04 00:26:44 +00:00
'description' => 'Update failed on :domain',
2021-03-18 15:51:37 +00:00
],
],
2021-04-21 00:23:27 +00:00
'import' => [
'completed' => [
2021-06-27 15:31:40 +00:00
2022-06-04 00:26:44 +00:00
'title' => 'Import completed',
'description' => 'The import has been completed and the records are available in your panel.',
2021-06-27 15:31:40 +00:00
2021-04-21 00:23:27 +00:00
],
'failed' => [
2021-06-27 15:31:40 +00:00
2022-06-04 00:26:44 +00:00
'title' => 'Import failed',
'description' => 'Not able to import the file due to the following issues:',
2021-06-27 15:31:40 +00:00
2021-04-21 00:23:27 +00:00
],
],
'export' => [
'completed' => [
2021-06-27 15:31:40 +00:00
2022-06-04 00:26:44 +00:00
'title' => 'Export is ready',
'description' => 'The export file is ready to download from the following link:',
2021-06-27 15:31:40 +00:00
2021-04-21 00:23:27 +00:00
],
'failed' => [
2021-06-27 15:31:40 +00:00
2022-06-04 00:26:44 +00:00
'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',
2022-08-04 00:24:49 +00:00
'description' => 'Not able to create the export file due to several issues. Check out your email for the details.',
2022-06-04 00:26:44 +00:00
],
'import_completed' => [
'title' => 'Import completed',
'description' => 'Your <strong>:type</strong> lined <strong>:count</strong> data is imported successfully.',
],
2022-08-04 00:24:49 +00:00
'import_failed' => [
'subject' => 'Import failed',
'description' => 'Not able to import the file due to several issues. Check out your email for the details.',
],
2022-06-04 00:26:44 +00:00
'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.',
2021-06-27 15:31:40 +00:00
2021-04-21 00:23:27 +00:00
],
],
2021-06-27 15:31:40 +00:00
'messages' => [
'mark_read' => ':type is read this notification!',
'mark_read_all' => ':type is read all notifications!',
],
2020-12-26 23:32:05 +00:00
];