| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <?php
-
- return [
-
- 'title' => 'دروستکردنی هەژمار',
-
- 'heading' => 'دروستکردنی هەژمار',
-
- 'actions' => [
-
- 'login' => [
- 'before' => 'یان',
- 'label' => 'چوونەژوورەوە',
- ],
-
- ],
-
- 'form' => [
-
- 'email' => [
- 'label' => 'ئیمەیڵ',
- ],
-
- 'name' => [
- 'label' => 'ناو',
- ],
-
- 'password' => [
- 'label' => 'وشەی نهێنی',
- 'validation_attribute' => 'وشەی نهێنی',
- ],
-
- 'password_confirmation' => [
- 'label' => 'دڵنیابوونەوەی وشەی نهێنی',
- ],
-
- 'actions' => [
-
- 'register' => [
- 'label' => 'دروستکردنی هەژمار',
- ],
-
- ],
-
- ],
-
- 'notifications' => [
-
- 'throttled' => [
- 'title' => 'هەوڵی دروستکردنی هەژمار زۆر نێردرا',
- 'body' => 'تکایە هەوڵ بدەرەوە دوای :seconds چرکە.',
- ],
-
- ],
-
- ];
|