new crowdin translations
This commit is contained in:
@ -6,6 +6,14 @@ return [
|
||||
'hello' => 'Hello!',
|
||||
'salutation' => 'Regards,<br> :company_name',
|
||||
'subcopy' => 'If you’re 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',
|
||||
|
||||
'update' => [
|
||||
|
||||
@ -27,28 +35,45 @@ return [
|
||||
'import' => [
|
||||
|
||||
'completed' => [
|
||||
|
||||
'subject' => '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:',
|
||||
|
||||
],
|
||||
],
|
||||
|
||||
'export' => [
|
||||
|
||||
'completed' => [
|
||||
|
||||
'subject' => '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:',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
|
||||
'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.',
|
||||
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user