¨4.0.1¨

This commit is contained in:
¨NW¨
2023-12-03 14:07:47 +00:00
parent c08b36d1b6
commit f35052522d
1112 changed files with 43019 additions and 24987 deletions

View File

@@ -3,4 +3,5 @@
return [
'csv_file' => 'CSV File',
'import_type' => 'Import Type',
'template_type' => 'Template Type',
];

View File

@@ -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',
];

View File

@@ -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)',
];