Add HR resource labels and helper methods for various resources; update locale handling in user model and department factory
This commit is contained in:
46
lang/vendor/filament-panels/tk/auth/pages/password-reset/request-password-reset.php
vendored
Normal file
46
lang/vendor/filament-panels/tk/auth/pages/password-reset/request-password-reset.php
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Açar sözüni täzeden belle',
|
||||
|
||||
'heading' => 'Açar sözüni ýatdan çykardyňyzmy?',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'login' => [
|
||||
'label' => 'girişe gaýt',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'Email salgysy',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'request' => [
|
||||
'label' => 'Email iber',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'sent' => [
|
||||
'body' => 'Hasabyňyz ýok bolsa, email almarsyňyz.',
|
||||
],
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'Gaty köp sorag',
|
||||
'body' => ':seconds sekuntdan soň gaýtadan synanyşyň.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
43
lang/vendor/filament-panels/tk/auth/pages/password-reset/reset-password.php
vendored
Normal file
43
lang/vendor/filament-panels/tk/auth/pages/password-reset/reset-password.php
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Açar sözüni täzeden belle',
|
||||
|
||||
'heading' => 'Açar sözüni täzeden belle',
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'Email salgysy',
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'label' => 'Açar sözi',
|
||||
'validation_attribute' => 'açar sözi',
|
||||
],
|
||||
|
||||
'password_confirmation' => [
|
||||
'label' => 'Açar sözüni tassykla',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'reset' => [
|
||||
'label' => 'Açar sözüni täzeden belle',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'Gaty köp täzeden bellemek synanyşygy',
|
||||
'body' => ':seconds sekuntdan soň gaýtadan synanyşyň.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user