47 lines
787 B
PHP
47 lines
787 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'label' => 'መገለጫዎ',
|
|
'form' => [
|
|
|
|
'email' => [
|
|
|
|
'label' => 'የ ኢሜል አድራሻ',
|
|
],
|
|
'name' => [
|
|
|
|
'label' => 'ስም',
|
|
],
|
|
'password' => [
|
|
|
|
'label' => 'አዲስ የይለፍ ቃል',
|
|
],
|
|
'password_confirmation' => [
|
|
|
|
'label' => 'አዲሱን የይለፍ ቃል አረጋግጥ',
|
|
],
|
|
'actions' => [
|
|
|
|
'save' => [
|
|
|
|
'label' => 'ለውጦችን አስቀምጥ',
|
|
],
|
|
],
|
|
],
|
|
'notifications' => [
|
|
|
|
'saved' => [
|
|
|
|
'title' => 'ተቀምጧል',
|
|
],
|
|
],
|
|
'actions' => [
|
|
|
|
'cancel' => [
|
|
|
|
'label' => 'ይቅር',
|
|
],
|
|
],
|
|
];
|