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' => [
|
||||
|
||||
'dissociate' => [
|
||||
|
||||
'label' => 'አለያይ',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
|
||||
'dissociated' => [
|
||||
|
||||
'title' => 'ተለያይቶዋል',
|
||||
],
|
||||
],
|
||||
],
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'የተመረጡትን አለያይ',
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'የተመረጡ :labelን አለያይ',
|
||||
'actions' => [
|
||||
|
||||
'dissociate' => [
|
||||
|
||||
'label' => 'አለያይ',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
|
||||
'dissociated' => [
|
||||
|
||||
'title' => 'ሁሉም ተለያይተዋል',
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user