register.php 964B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?php
  2. return [
  3. 'title' => 'Reģistrācija',
  4. 'heading' => 'Reģistrēties',
  5. 'actions' => [
  6. 'login' => [
  7. 'before' => 'vai',
  8. 'label' => 'pierakstīties savā kontā',
  9. ],
  10. ],
  11. 'form' => [
  12. 'email' => [
  13. 'label' => 'E-pasta adrese',
  14. ],
  15. 'name' => [
  16. 'label' => 'Vārds',
  17. ],
  18. 'password' => [
  19. 'label' => 'Parole',
  20. 'validation_attribute' => 'password',
  21. ],
  22. 'password_confirmation' => [
  23. 'label' => 'Paroles apstiprinājums',
  24. ],
  25. 'actions' => [
  26. 'register' => [
  27. 'label' => 'Reģistrēties',
  28. ],
  29. ],
  30. ],
  31. 'notifications' => [
  32. 'throttled' => [
  33. 'title' => 'Pārāk daudz reģistrēšanās mēģinājumu',
  34. 'body' => 'Lūdzu, mēģiniet vēlreiz pēc :seconds sekundēm.',
  35. ],
  36. ],
  37. ];