first upload all files
This commit is contained in:
6
Modules/Import/Resources/lang/en/attributes.php
Normal file
6
Modules/Import/Resources/lang/en/attributes.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'csv_file' => 'CSV File',
|
||||
'import_type' => 'Import Type',
|
||||
];
|
||||
11
Modules/Import/Resources/lang/en/importer.php
Normal file
11
Modules/Import/Resources/lang/en/importer.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'importer' => 'Importer',
|
||||
'download_csv' => 'Download CSV',
|
||||
'import' => 'Import',
|
||||
'import_types' => [
|
||||
'product' => 'Product',
|
||||
],
|
||||
'run' => 'Run',
|
||||
];
|
||||
6
Modules/Import/Resources/lang/en/messages.php
Normal file
6
Modules/Import/Resources/lang/en/messages.php
Normal file
@@ -0,0 +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).',
|
||||
];
|
||||
6
Modules/Import/Resources/lang/en/permissions.php
Normal file
6
Modules/Import/Resources/lang/en/permissions.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'index' => 'Index Import',
|
||||
'create' => 'Create Import',
|
||||
];
|
||||
5
Modules/Import/Resources/lang/en/sidebar.php
Normal file
5
Modules/Import/Resources/lang/en/sidebar.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'import' => 'Importer',
|
||||
];
|
||||
Reference in New Issue
Block a user