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,30 @@
<?php
return [
'modal' => [
'heading' => 'Bildirişler',
'unread_label' => 'Okalmadyk bildiriş',
'actions' => [
'clear' => [
'label' => 'Arassala',
],
'mark_all_as_read' => [
'label' => 'Hemmesini okaldy diýip belle',
],
],
'empty' => [
'heading' => 'Bildiriş ýok',
'description' => 'Soňra gaýtadan barlaň.',
],
],
];

View File

@@ -0,0 +1,13 @@
<?php
return [
'actions' => [
'close' => [
'label' => 'Bildirişi ýap',
],
],
];