feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
+38
@@ -0,0 +1,38 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'ያያይዙ',
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':labelን ያያይዙ',
|
||||
'fields' => [
|
||||
|
||||
'record_id' => [
|
||||
|
||||
'label' => 'ሪከርድ',
|
||||
],
|
||||
],
|
||||
'actions' => [
|
||||
|
||||
'attach' => [
|
||||
|
||||
'label' => 'ያያይዙ',
|
||||
],
|
||||
'attach_another' => [
|
||||
|
||||
'label' => 'ያያይዙ & ሌላ ያያይዙ',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
|
||||
'attached' => [
|
||||
|
||||
'title' => 'ተያይዞዋል',
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user