feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
+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' => 'ለያይ',
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user