feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
+39
@@ -0,0 +1,39 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'አጣምር',
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':labelን አጣምር',
|
||||
'fields' => [
|
||||
|
||||
'record_id' => [
|
||||
|
||||
'label' => 'ሪከርድ',
|
||||
],
|
||||
],
|
||||
'actions' => [
|
||||
|
||||
'associate' => [
|
||||
|
||||
'label' => 'አጣምር',
|
||||
|
||||
],
|
||||
'associate_another' => [
|
||||
|
||||
'label' => 'አጣምር & ሌላ አጣምር',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
|
||||
'associated' => [
|
||||
|
||||
'title' => 'ተጣምሮዋል',
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
+38
@@ -0,0 +1,38 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'ያያይዙ',
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':labelን ያያይዙ',
|
||||
'fields' => [
|
||||
|
||||
'record_id' => [
|
||||
|
||||
'label' => 'ሪከርድ',
|
||||
],
|
||||
],
|
||||
'actions' => [
|
||||
|
||||
'attach' => [
|
||||
|
||||
'label' => 'ያያይዙ',
|
||||
],
|
||||
'attach_another' => [
|
||||
|
||||
'label' => 'ያያይዙ & ሌላ ያያይዙ',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
|
||||
'attached' => [
|
||||
|
||||
'title' => 'ተያይዞዋል',
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'አዲስ :label',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':labelን መዝግብ',
|
||||
'actions' => [
|
||||
|
||||
'create' => [
|
||||
|
||||
'label' => 'መዝግብ',
|
||||
],
|
||||
'create_another' => [
|
||||
|
||||
'label' => 'መዝግብ & ሌላ መዝግብ',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
|
||||
'created' => [
|
||||
|
||||
'title' => 'ተመዝግቦዋል',
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
+49
@@ -0,0 +1,49 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'አጥፋ',
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':labelን አጥፋ',
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
|
||||
'label' => 'አጥፋ',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
|
||||
'deleted' => [
|
||||
|
||||
'title' => 'ጠፍቶዋል',
|
||||
],
|
||||
],
|
||||
],
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'የተመረጡትን አጥፋ',
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'የተመረጡት :labelን አጥፋ',
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
|
||||
'label' => 'አጥፋ',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
|
||||
'deleted' => [
|
||||
|
||||
'title' => 'ጠፍቶዋል',
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
+49
@@ -0,0 +1,49 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'ለያይ',
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':labelን ለያይ',
|
||||
'actions' => [
|
||||
|
||||
'detach' => [
|
||||
|
||||
'label' => 'ለያይ',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
|
||||
'detached' => [
|
||||
|
||||
'title' => 'ተለያይቶዋል',
|
||||
],
|
||||
],
|
||||
],
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'የተመረጡትን ለያይ',
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'የተመረጡት :labelን ለያይ',
|
||||
'actions' => [
|
||||
|
||||
'detach' => [
|
||||
|
||||
'label' => 'ለያይ',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
|
||||
'detached' => [
|
||||
|
||||
'title' => 'ለያይ',
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
+49
@@ -0,0 +1,49 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'አለያይ',
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':labelን አለያይ',
|
||||
'actions' => [
|
||||
|
||||
'dissociate' => [
|
||||
|
||||
'label' => 'አለያይ',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
|
||||
'dissociated' => [
|
||||
|
||||
'title' => 'ተለያይቶዋል',
|
||||
],
|
||||
],
|
||||
],
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'የተመረጡትን አለያይ',
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'የተመረጡ :labelን አለያይ',
|
||||
'actions' => [
|
||||
|
||||
'dissociate' => [
|
||||
|
||||
'label' => 'አለያይ',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
|
||||
'dissociated' => [
|
||||
|
||||
'title' => 'ሁሉም ተለያይተዋል',
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'አድስ',
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':labelን አድስ',
|
||||
'actions' => [
|
||||
|
||||
'save' => [
|
||||
|
||||
'label' => 'አስቀምጥ',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
|
||||
'saved' => [
|
||||
|
||||
'title' => 'እድሳቱ ተጠናቆዋል',
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
+64
@@ -0,0 +1,64 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'ኤክስፖርት :label',
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'ኤክስፖርት :label',
|
||||
'form' => [
|
||||
|
||||
'columns' => [
|
||||
|
||||
'label' => 'አምዶች',
|
||||
'form' => [
|
||||
|
||||
'is_enabled' => [
|
||||
|
||||
'label' => ':column በርቶዋል',
|
||||
],
|
||||
'label' => [
|
||||
|
||||
'label' => ':column መለያ',
|
||||
],
|
||||
],
|
||||
],
|
||||
],
|
||||
'actions' => [
|
||||
|
||||
'export' => [
|
||||
|
||||
'label' => 'ኤክስፖርት',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
|
||||
'completed' => [
|
||||
|
||||
'title' => 'ኤክስፖርት ተጠናቋል',
|
||||
'actions' => [
|
||||
|
||||
'download_csv' => [
|
||||
|
||||
'label' => '.csv አውርድ',
|
||||
],
|
||||
'download_xlsx' => [
|
||||
|
||||
'label' => '.xlsx አውርድ',
|
||||
],
|
||||
],
|
||||
],
|
||||
'max_rows' => [
|
||||
|
||||
'title' => 'ይህ በጣም ትልቅ ነው',
|
||||
'body' => 'በአንድ ጊዜ ከ 1 ረድፍ በላይ ኤክስፖርት ማድረግ አይችሉም።|ረድፎችን በአንድ ጊዜ ከ:count በላይ ኤክስፖርት ማድረግ አይችሉም።',
|
||||
],
|
||||
'started' => [
|
||||
|
||||
'title' => 'ኤክስፖርት ተጀምሮዋል',
|
||||
'body' => 'ኤክስፖርቱ ተጀምሯል እና 1 ረድፍ ከበስተጀርባ ይካሄዳል።|ኤክስፖርቱ ጀምሯል እና :count ረድፎች ከበስተጀርባ ይከናወናሉ.',
|
||||
],
|
||||
],
|
||||
'file_name' => 'export-:export_id-:model',
|
||||
];
|
||||
@@ -0,0 +1,49 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'የምር አጥፋ',
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':labelን የምር አጥፋ',
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
|
||||
'label' => 'አጥፋ',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
|
||||
'deleted' => [
|
||||
|
||||
'title' => 'ጠፍቶዋል',
|
||||
],
|
||||
],
|
||||
],
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'የተመረጡትን የምር አጥፋ',
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'የተመረጡትን :label የምር አጥፋ',
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
|
||||
'label' => 'አጥፋ',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
|
||||
'deleted' => [
|
||||
|
||||
'title' => 'ጠፍቶዋል',
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'trigger' => [
|
||||
|
||||
'label' => 'ድርጊቶች',
|
||||
],
|
||||
];
|
||||
+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.',
|
||||
],
|
||||
];
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'confirmation' => 'እርግጠኛ ነዎት ይህን ማድረግ ይፈልጋሉ?',
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
|
||||
'label' => 'ይቅር',
|
||||
],
|
||||
'confirm' => [
|
||||
|
||||
'label' => 'አጽድቅ',
|
||||
],
|
||||
'submit' => [
|
||||
|
||||
'label' => 'መዝግብ',
|
||||
],
|
||||
],
|
||||
];
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'ይድገሙት',
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':labelን ይድገሙት',
|
||||
'actions' => [
|
||||
|
||||
'replicate' => [
|
||||
|
||||
'label' => 'ይድገሙት',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
|
||||
'replicated' => [
|
||||
|
||||
'title' => 'ተደግሟል',
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
+49
@@ -0,0 +1,49 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'እነበረበት መልስ',
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':labeln መልስ',
|
||||
'actions' => [
|
||||
|
||||
'restore' => [
|
||||
|
||||
'label' => 'እነበረበት መልስ',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
|
||||
'restored' => [
|
||||
|
||||
'title' => 'ወደነበረበት ተመልሷል',
|
||||
],
|
||||
],
|
||||
],
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'የተመረጡትን መልስ',
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'የተመረጡት :labelን መልስ',
|
||||
'actions' => [
|
||||
|
||||
'restore' => [
|
||||
|
||||
'label' => 'እነበረበት መልስ',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
|
||||
'restored' => [
|
||||
|
||||
'title' => 'ወደነበረበት ተመልሷል',
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
+20
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'እይ',
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':labelን እይ',
|
||||
'actions' => [
|
||||
|
||||
'close' => [
|
||||
|
||||
'label' => 'ዝጋ',
|
||||
],
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user