Add HR resource labels and helper methods for various resources; update locale handling in user model and department factory
This commit is contained in:
35
lang/vendor/filament-panels/tk/auth/pages/email-verification/email-verification-prompt.php
vendored
Normal file
35
lang/vendor/filament-panels/tk/auth/pages/email-verification/email-verification-prompt.php
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Email salgysyny tassyklaň',
|
||||
|
||||
'heading' => 'Email salgysyny tassyklaň',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'resend_notification' => [
|
||||
'label' => 'Gaýtadan iber',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'notification_not_received' => 'Iberen emailimizi almadyňyzmy?',
|
||||
'notification_sent' => 'Email salgysyny nädip tassyklamalydygy barada görkezmeler bilen :email salgysyna email iberdik.',
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'notification_resent' => [
|
||||
'title' => 'Emaili gaýtadan iberdik.',
|
||||
],
|
||||
|
||||
'notification_resend_throttled' => [
|
||||
'title' => 'Gaty köp gaýtadan ibermek synanyşygy',
|
||||
'body' => ':seconds sekuntdan soň gaýtadan synanyşyň.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user