[增添]添加了datasource的setting数据库以及默认值

This commit is contained in:
makotocc0107
2024-08-27 09:57:44 +08:00
parent d111dfaea4
commit 72eb990970
10955 changed files with 978898 additions and 0 deletions

View File

@@ -0,0 +1,45 @@
<?php
return [
'single' => [
'label' => 'တွဲဘက်',
'modal' => [
'heading' => ':label တွဲဘက်',
'fields' => [
'record_id' => [
'label' => 'မှတ်တမ်းများ',
],
],
'actions' => [
'associate' => [
'label' => 'တွဲဘက်',
],
'associate_another' => [
'label' => 'သိမ်းဆည်းပြီး နောက်တစ်ခုကို ဖန်တီးပါ',
],
],
],
'notifications' => [
'associated' => [
'title' => 'သိမ်းဆည်းပြီး',
],
],
],
];

View File

@@ -0,0 +1,45 @@
<?php
return [
'single' => [
'label' => 'ပူးတွဲရန်',
'modal' => [
'heading' => ':label ပူးတွဲရန်',
'fields' => [
'record_id' => [
'label' => 'မှတ်တမ်းများ',
],
],
'actions' => [
'attach' => [
'label' => 'ပူးတွဲရန်',
],
'attach_another' => [
'label' => 'သိမ်းဆည်းပြီး နောက်တစ်ခုကို ဖန်တီးပါ',
],
],
],
'notifications' => [
'attached' => [
'title' => 'သိမ်းဆည်းပြီး',
],
],
],
];

View File

@@ -0,0 +1,37 @@
<?php
return [
'single' => [
'label' => 'ဖန်တီးပါ',
'modal' => [
'heading' => ':label ဖန်တီးပါ',
'actions' => [
'create' => [
'label' => 'ဖန်တီးပါ',
],
'create_another' => [
'label' => 'သိမ်းဆည်းပြီး နောက်တစ်ခုကို ဖန်တီးပါ',
],
],
],
'notifications' => [
'created' => [
'title' => 'သိမ်းဆည်းပြီး',
],
],
],
];

View File

@@ -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' => 'ဖျက်ပြီးပါပြီ',
],
],
],
];

View File

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

View File

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

View File

@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'တည်းဖြတ်ပါ',
'modal' => [
'heading' => ':label ကိုတည်းဖြတ်ပါ',
'actions' => [
'save' => [
'label' => 'မှတ်ပါ',
],
],
],
'notifications' => [
'saved' => [
'title' => 'သိမ်းဆည်းပြီး',
],
],
],
];

View File

@@ -0,0 +1,23 @@
<?php
return [
'confirmation' => 'ဒီလိုလုပ်ချင်တာသေချာလား',
'actions' => [
'cancel' => [
'label' => 'မလုပ်တော့ပါ',
],
'confirm' => [
'label' => 'အတည်ပြုသည်',
],
'submit' => [
'label' => 'နှိပ်ပါ',
],
],
];