Add HR resource labels and helper methods for various resources; update locale handling in user model and department factory

This commit is contained in:
Mekan1206
2026-07-31 23:40:35 +05:00
parent 581cb8241c
commit 20d032c4cc
83 changed files with 4386 additions and 39 deletions

View 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ň.',
],
],
];

View 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ň.',
],
],
];