| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?php
-
- return [
-
- 'label' => 'პროფილი',
-
- 'form' => [
-
- 'email' => [
- 'label' => 'ელფოსტის მისამართი',
- ],
-
- 'name' => [
- 'label' => 'სახელი',
- ],
-
- 'password' => [
- 'label' => 'ახალი პაროლი',
- ],
-
- 'password_confirmation' => [
- 'label' => 'დაადასტურეთ ახალი პაროლი',
- ],
-
- 'actions' => [
-
- 'save' => [
- 'label' => 'ცვლილებების შენახვა',
- ],
-
- ],
-
- ],
-
- 'notifications' => [
-
- 'saved' => [
- 'title' => 'შენახულია',
- ],
-
- ],
-
- 'actions' => [
-
- 'cancel' => [
- 'label' => 'გაუქმება',
- ],
-
- ],
-
- ];
|