¨4.0.1¨
This commit is contained in:
@@ -3,4 +3,5 @@
|
||||
return [
|
||||
'csv_file' => 'CSV File',
|
||||
'import_type' => 'Import Type',
|
||||
'template_type' => 'Template Type',
|
||||
];
|
||||
|
||||
@@ -2,10 +2,14 @@
|
||||
|
||||
return [
|
||||
'importer' => 'Importer',
|
||||
'download_csv' => 'Download CSV',
|
||||
'import' => 'Import',
|
||||
'import_types' => [
|
||||
'product' => 'Product',
|
||||
],
|
||||
'template_types' => [
|
||||
'product' => 'Product',
|
||||
],
|
||||
'run' => 'Run',
|
||||
'download' => 'Download',
|
||||
'download_csv_template' => 'Download CSV Template',
|
||||
];
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'the_importer_has_been_run_successfully' => 'The importer has been run successfully.',
|
||||
'there_was_an_error_on_rows' => 'There was an error on rows (:rows).',
|
||||
'the_importer_has_been_run_successfully' => 'The importer has been run successfully',
|
||||
'there_was_an_error_on_rows' => 'There was an error on rows (:rows)',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user