feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
+45
@@ -0,0 +1,45 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'တွဲဘက်',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label တွဲဘက်',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'record_id' => [
|
||||
'label' => 'မှတ်တမ်းများ',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'associate' => [
|
||||
'label' => 'တွဲဘက်',
|
||||
],
|
||||
|
||||
'associate_another' => [
|
||||
'label' => 'သိမ်းဆည်းပြီး နောက်တစ်ခုကို ဖန်တီးပါ',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'associated' => [
|
||||
'title' => 'သိမ်းဆည်းပြီး',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+45
@@ -0,0 +1,45 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'ပူးတွဲရန်',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label ပူးတွဲရန်',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'record_id' => [
|
||||
'label' => 'မှတ်တမ်းများ',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'attach' => [
|
||||
'label' => 'ပူးတွဲရန်',
|
||||
],
|
||||
|
||||
'attach_another' => [
|
||||
'label' => 'သိမ်းဆည်းပြီး နောက်တစ်ခုကို ဖန်တီးပါ',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'attached' => [
|
||||
'title' => 'သိမ်းဆည်းပြီး',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+37
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'ဖန်တီးပါ',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label ဖန်တီးပါ',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'create' => [
|
||||
'label' => 'ဖန်တီးပါ',
|
||||
],
|
||||
|
||||
'create_another' => [
|
||||
'label' => 'သိမ်းဆည်းပြီး နောက်တစ်ခုကို ဖန်တီးပါ',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'created' => [
|
||||
'title' => 'သိမ်းဆည်းပြီး',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+61
@@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'ဖျက်ပါ',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label ကိုဖျက်ပါ',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'ဖျက်ပါ',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'deleted' => [
|
||||
'title' => 'ဖျက်ပြီးပါပြီ',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'ဖျက်ပါ',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'ရွေးချယ်ထားသည့် :label (များ)အား ဖျက်ပါ',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'ဖျက်ပါ',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'deleted' => [
|
||||
'title' => 'ဖျက်ပြီးပါပြီ',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+61
@@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'ခွဲထုတ်ပါ',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label ခွဲထုတ်ပါ။',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'detach' => [
|
||||
'label' => 'ခွဲထုတ်ပါ',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'detached' => [
|
||||
'title' => 'သိမ်းဆည်းပြီး',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'Detach selected',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Detach selected :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'detach' => [
|
||||
'label' => 'Detach selected',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'detached' => [
|
||||
'title' => 'Detached',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+61
@@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'သီးခြား',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label သီးခြား',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'dissociate' => [
|
||||
'label' => 'သီးခြား',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'dissociated' => [
|
||||
'title' => 'သိမ်းဆည်းပြီး',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'Dissociate selected',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Dissociate selected :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'dissociate' => [
|
||||
'label' => 'Dissociate selected',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'dissociated' => [
|
||||
'title' => 'Dissociated',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+33
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'တည်းဖြတ်ပါ',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label ကိုတည်းဖြတ်ပါ',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'save' => [
|
||||
'label' => 'မှတ်ပါ',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'saved' => [
|
||||
'title' => 'သိမ်းဆည်းပြီး',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+77
@@ -0,0 +1,77 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'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' => 'တစ်ကြိမ်တည်းတွင် စာကြောင်းရေ :count ထက်ပိုပြီး ထုတ်ယူ၍မရပါ။',
|
||||
],
|
||||
|
||||
'started' => [
|
||||
'title' => 'ထုတ်ယူခြင်း စတင်ပါပြီ',
|
||||
'body' => 'ထုတ်ယူခြင်း စတင်ပါပြီ။ စာကြောင်းရေ :count ကို နောက်ကွယ်တွင် လုပ်ဆောင်နေပါသည်။',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'file_name' => 'export-:export_id-:model',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,61 @@
|
||||
<?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' => 'လုပ်ဆောင်ချက်များ',
|
||||
],
|
||||
|
||||
];
|
||||
+81
@@ -0,0 +1,81 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'တင်သွင်းရန်',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label တင်သွင်းရန်',
|
||||
|
||||
'form' => [
|
||||
|
||||
'file' => [
|
||||
'label' => 'ဖိုင်',
|
||||
'placeholder' => 'CSV ဖိုင်တင်ရန်',
|
||||
'rules' => [
|
||||
'duplicate_columns' => '{0} ဖိုင်တွင် ကော်လံခေါင်းစဉ် ဗလာတစ်ခုထက်ပို၍ မပါရှိရပါ။|{1,*} ဖိုင်တွင် ထပ်တူကျသော ကော်လံခေါင်းစဉ်များ မပါရှိရပါ: :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' => 'တစ်ကြိမ်တည်းတွင် စာကြောင်းရေ :count ထက်ပို၍ တင်သွင်း၍မရပါ။',
|
||||
],
|
||||
|
||||
'started' => [
|
||||
'title' => 'တင်သွင်းခြင်း စတင်ပါပြီ',
|
||||
'body' => 'တင်သွင်းခြင်း စတင်ပြီး စာကြောင်းရေ :count ကို နောက်ကွယ်တွင် လုပ်ဆောင်နေပါသည်။',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'example_csv' => [
|
||||
'file_name' => ':importer-နမူနာ',
|
||||
],
|
||||
|
||||
'failure_csv' => [
|
||||
'file_name' => 'တင်သွင်းခြင်း-:import_id-:csv_name-မအောင်မြင်သောအချက်အလက်များ',
|
||||
'error_header' => 'အမှား',
|
||||
'system_error' => 'စနစ်အမှားဖြစ်ပါသည်။ အကူအညီရယူရန် ဆက်သွယ်ပါ။',
|
||||
'column_mapping_required_for_new_record' => ':attribute ကော်လံသည် ဖိုင်ထဲရှိ မည်သည့်ကော်လံနှင့်မှ ချိတ်ဆက်ထားခြင်းမရှိသော်လည်း မှတ်တမ်းအသစ်များ ဖန်တီးရန်အတွက် လိုအပ်ပါသည်။',
|
||||
],
|
||||
|
||||
];
|
||||
+23
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'confirmation' => 'ဒီလိုလုပ်ချင်တာသေချာလား',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'မလုပ်တော့ပါ',
|
||||
],
|
||||
|
||||
'confirm' => [
|
||||
'label' => 'အတည်ပြုသည်',
|
||||
],
|
||||
|
||||
'submit' => [
|
||||
'label' => 'နှိပ်ပါ',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+33
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'ပုံတူကူးရန်',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label ပုံတူကူးရန်',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'replicate' => [
|
||||
'label' => 'ပုံတူကူးရန်',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'replicated' => [
|
||||
'title' => 'ကူးယူပြီးပါပြီ',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+61
@@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'ပြန်လည်ရယူရန်',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label ပြန်လည်ရယူရန်',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'restore' => [
|
||||
'label' => 'ပြန်လည်ရယူရန်',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'restored' => [
|
||||
'title' => 'ပြန်လည်ရယူပြီးပါပြီ',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'ရွေးချယ်ထားသည်များကို ပြန်လည်ရယူရန်',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'ရွေးချယ်ထားသော :label ကို ပြန်လည်ရယူရန်',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'restore' => [
|
||||
'label' => 'ပြန်လည်ရယူရန်',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'restored' => [
|
||||
'title' => 'ပြန်လည်ရယူပြီးပါပြီ',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+25
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'ကြည့်ရှုရန်',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label ကြည့်ရှုရန်',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'close' => [
|
||||
'label' => 'ပိတ်ရန်',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user