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,56 @@
<?php
return [
'title' => 'Hasaba al',
'heading' => 'Hasaba al',
'actions' => [
'login' => [
'before' => 'ýa-da',
'label' => 'hasaba gir',
],
],
'form' => [
'email' => [
'label' => 'Email salgysy',
],
'name' => [
'label' => 'Ady',
],
'password' => [
'label' => 'Açar sözi',
'validation_attribute' => 'açar sözi',
],
'password_confirmation' => [
'label' => 'Açar sözüni tassykla',
],
'actions' => [
'register' => [
'label' => 'Hasaba al',
],
],
],
'notifications' => [
'throttled' => [
'title' => 'Gaty köp hasaba almak synanyşygy',
'body' => ':seconds sekuntdan soň gaýtadan synanyşyň.',
],
],
];