feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'መገለጫዎ',
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
|
||||
'label' => 'የ ኢሜል አድራሻ',
|
||||
],
|
||||
'name' => [
|
||||
|
||||
'label' => 'ስም',
|
||||
],
|
||||
'password' => [
|
||||
|
||||
'label' => 'አዲስ የይለፍ ቃል',
|
||||
],
|
||||
'password_confirmation' => [
|
||||
|
||||
'label' => 'አዲሱን የይለፍ ቃል አረጋግጥ',
|
||||
],
|
||||
'actions' => [
|
||||
|
||||
'save' => [
|
||||
|
||||
'label' => 'ለውጦችን አስቀምጥ',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
|
||||
'saved' => [
|
||||
|
||||
'title' => 'ተቀምጧል',
|
||||
],
|
||||
],
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
|
||||
'label' => 'ይቅር',
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user