Add HR resource labels and helper methods for various resources; update locale handling in user model and department factory
This commit is contained in:
85
lang/vendor/filament-panels/tk/auth/pages/login.php
vendored
Normal file
85
lang/vendor/filament-panels/tk/auth/pages/login.php
vendored
Normal file
@@ -0,0 +1,85 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Giriş',
|
||||
|
||||
'heading' => 'Giriş',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'register' => [
|
||||
'before' => 'ýa-da',
|
||||
'label' => 'hasap aç',
|
||||
],
|
||||
|
||||
'request_password_reset' => [
|
||||
'label' => 'Açar sözüni ýatdan çykardyňyzmy?',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'Email salgysy',
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'label' => 'Açar sözi',
|
||||
],
|
||||
|
||||
'remember' => [
|
||||
'label' => 'Meni ýatda sakla',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'authenticate' => [
|
||||
'label' => 'Giriş',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multi_factor' => [
|
||||
|
||||
'heading' => 'Kimligiňizi tassyklaň',
|
||||
|
||||
'subheading' => 'Girişe dowam etmek üçin kimligiňizi tassyklamaly.',
|
||||
|
||||
'form' => [
|
||||
|
||||
'provider' => [
|
||||
'label' => 'Nädip tassyklamak isleýärsiňiz?',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'authenticate' => [
|
||||
'label' => 'Girişi tassykla',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
|
||||
'failed' => 'Bu maglumatlar ýazgylarymyz bilen gabat gelmeýär.',
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'Gaty köp giriş synanyşygy',
|
||||
'body' => ':seconds sekuntdan soň gaýtadan synanyşyň.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user