feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
+73
@@ -0,0 +1,73 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => ':labelን ኢምፖርት',
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':labelን ኢምፖርት',
|
||||
'form' => [
|
||||
|
||||
'file' => [
|
||||
|
||||
'label' => 'ፋይል',
|
||||
'placeholder' => 'የCSV ፋይል ይስቀሉ።',
|
||||
'rules' => [
|
||||
|
||||
'duplicate_columns' => '{0} The file must not contain more than one empty column header.|{1,*} The file must not contain duplicate column headers: :columns.',
|
||||
],
|
||||
],
|
||||
'columns' => [
|
||||
|
||||
'label' => 'አምዶች',
|
||||
'placeholder' => 'አምድ ይምረጡ',
|
||||
],
|
||||
],
|
||||
'actions' => [
|
||||
|
||||
'download_example' => [
|
||||
|
||||
'label' => 'ምሳሌ የCSV ፋይል ያውርዱ',
|
||||
],
|
||||
'import' => [
|
||||
|
||||
'label' => 'ኢምፖርት',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
|
||||
'completed' => [
|
||||
|
||||
'title' => 'ኢምፖርቱ ተጠናቆዋል',
|
||||
'actions' => [
|
||||
|
||||
'download_failed_rows_csv' => [
|
||||
|
||||
'label' => 'ስለ ያልተሳካው ረድፍ መረጃ ያውርዱ|ስለ ያልተሳኩ ረድፎች መረጃ ያውርዱ',
|
||||
],
|
||||
],
|
||||
],
|
||||
'max_rows' => [
|
||||
|
||||
'title' => 'የተጫነው የCSV ፋይል በጣም ትልቅ ነው።',
|
||||
'body' => 'በአንድ ጊዜ ከ1 ረድፍ በላይ መጫን አይችሉም።|ረድፎችን በአንድ ጊዜ ከ:count በላይ ማስገባት አይችሉም።',
|
||||
],
|
||||
'started' => [
|
||||
|
||||
'title' => 'ኢምፖርቱ ተጀምሮዋል',
|
||||
'body' => 'መጫን ጀምሯል እና 1 ረድፍ ከበስተጀርባ ይካሄዳል።|የእርስዎ መጫን ጀምሯል እና :count ረድፎች ከበስተጀርባ ይሰራሉ።',
|
||||
],
|
||||
],
|
||||
'example_csv' => [
|
||||
|
||||
'file_name' => ':importer-example',
|
||||
],
|
||||
'failure_csv' => [
|
||||
|
||||
'file_name' => 'import-:import_id-:csv_name-failed-rows',
|
||||
'error_header' => 'ስህተት',
|
||||
'system_error' => 'የሲስተም ስህተት፣ እባክዎ ድጋፍን ያግኙ።',
|
||||
'column_mapping_required_for_new_record' => 'The :attribute column was not mapped to a column in the file, but it is required for creating new records.',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user