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

80 lines
2.3 KiB
PHP
Raw Normal View History

<?php
return [
'whoops' => 'Whoops!',
'hello' => 'Hello!',
'salutation' => 'Regards,<br> :company_name',
2018-07-27 12:07:52 +03:00
'subcopy' => 'If youre having trouble clicking the ":text" button, copy and paste the URL below into your web browser: [:url](:url)',
2021-06-19 18:16:09 +03:00
'reads' => 'Read|Reads',
'read_all' => 'Read All',
'mark_read' => 'Mark Read',
'mark_read_all' => 'Mark Read All',
'new_apps' => 'New App|New Apps',
2021-06-19 18:16:09 +03:00
'upcoming_bills' => 'Upcoming Bills',
'recurring_invoices' => 'Recurring Invoices',
'recurring_bills' => 'Recurring Bills',
2021-03-12 17:24:03 +03:00
'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',
],
'slack' => [
'message' => 'Update failed on :domain',
],
],
2021-04-16 00:59:43 +03:00
'import' => [
'completed' => [
2021-04-16 00:59:43 +03:00
'subject' => 'Import completed',
'description' => 'The import has been completed and the records are available in your panel.',
2021-04-16 00:59:43 +03:00
],
'failed' => [
2021-04-16 00:59:43 +03:00
'subject' => 'Import failed',
'description' => 'Not able to import the file due to the following issues:',
2021-04-16 00:59:43 +03:00
],
],
'export' => [
'completed' => [
2021-04-16 00:59:43 +03:00
'subject' => 'Export is ready',
'description' => 'The export file is ready to download from the following link:',
2021-04-16 00:59:43 +03:00
],
'failed' => [
2021-04-16 00:59:43 +03:00
'subject' => 'Export failed',
'description' => 'Not able to create the export file due to the following issue:',
2021-04-16 00:59:43 +03:00
],
],
2021-06-19 18:16:09 +03:00
'messages' => [
2021-06-19 18:16:09 +03:00
'mark_read' => ':type is read this notification!',
'mark_read_all' => ':type is read all notification!',
'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.',
2021-06-19 18:16:09 +03:00
],
];