[增添]添加了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' => 'नयाँ :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' => 'चयन गरिएको अलग गर्नुहोस्',
'modal' => [
'heading' => 'चयन गरिएका :label अलग गर्नुहोस्',
'actions' => [
'detach' => [
'label' => 'अलग गर्नुहोस्',
],
],
],
'notifications' => [
'detached' => [
'title' => 'अलग भयो',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'छुटाउनुहोस',
'modal' => [
'heading' => ':label लाई छुटाउनुहोस',
'actions' => [
'dissociate' => [
'label' => 'छुटाउनुहोस',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'छुटाइयो',
],
],
],
'multiple' => [
'label' => 'चयन गरिएको छुटाउनुहोस',
'modal' => [
'heading' => 'चयन गरिएका :label छुटाउनुहोस ',
'actions' => [
'dissociate' => [
'label' => 'छुटाउनुहोस',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'छुटाइयो',
],
],
],
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'सम्पादन गर्नुहोस्',
'modal' => [
'heading' => ':label सम्पादन गर्नुहोस्',
'actions' => [
'save' => [
'label' => 'परिवर्तनहरू सुरक्षित गर्नुहोस',
],
],
],
'notifications' => [
'saved' => [
'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,9 @@
<?php
return [
'trigger' => [
'label' => 'कार्यहरू',
],
];

View File

@@ -0,0 +1,23 @@
<?php
return [
'confirmation' => 'के तपाइँ यो गर्न निश्चित हुनुहुन्छ?',
'actions' => [
'cancel' => [
'label' => 'रद्द गर्नुहोस्',
],
'confirm' => [
'label' => 'पुष्टि गर्नुहोस्',
],
'submit' => [
'label' => 'पेश गर्नुहोस्',
],
],
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'नक्कल गर्नुहोस्',
'modal' => [
'heading' => ':label को नक्कल गर्नुहोस्',
'actions' => [
'replicate' => [
'label' => 'नक्कल गर्नुहोस्',
],
],
],
'notifications' => [
'replicated' => [
'title' => 'नक्कल गरियो',
],
],
],
];

View File

@@ -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' => 'पुनर्स्थापित',
],
],
],
];

View File

@@ -0,0 +1,25 @@
<?php
return [
'single' => [
'label' => 'हेर्नुहोस्',
'modal' => [
'heading' => ':label हेर्नुहोस्',
'actions' => [
'close' => [
'label' => 'बन्द गर्नुहोस्',
],
],
],
],
];