improved tenant identification
This commit is contained in:
@ -8,7 +8,9 @@ return [
|
||||
'deleted' => ':type deleted!',
|
||||
'duplicated' => ':type duplicated!',
|
||||
'imported' => ':type imported!',
|
||||
'import_queued' => ':type import has been scheduled! You will receive an email when it is finished.',
|
||||
'exported' => ':type exported!',
|
||||
'export_queued' => ':type export has been scheduled! You will receive an email when it is ready to download.',
|
||||
'enabled' => ':type enabled!',
|
||||
'disabled' => ':type disabled!',
|
||||
],
|
||||
@ -21,7 +23,7 @@ return [
|
||||
'last_category' => 'Error: Can not delete the last :type category!',
|
||||
'change_type' => 'Error: Can not change the type because it has :text related!',
|
||||
'invalid_apikey' => 'Error: The API Key entered is invalid!',
|
||||
'import_column' => 'Error: :message Sheet name: :sheet. Line number: :line.',
|
||||
'import_column' => 'Error: :message Column name: :column. Line number: :line.',
|
||||
'import_sheet' => 'Error: Sheet name is not valid. Please, check the sample file.',
|
||||
],
|
||||
|
||||
|
@ -24,4 +24,31 @@ 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:',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user