Files
biiproject-kit-v1/lang/vendor/filament-panels/az/auth/pages/login.php
T

62 lines
1003 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return [
'title' => 'Giriş Et',
'heading' => 'Daxil Ol',
'actions' => [
'register' => [
'before' => 'və ya',
'label' => 'hesab yaradın',
],
'request_password_reset' => [
'label' => 'Şifrənizi unutmusunuz?',
],
],
'form' => [
'email' => [
'label' => 'E-poçt ünvanı',
],
'password' => [
'label' => 'Şifrə',
],
'remember' => [
'label' => 'Məni Xatırla',
],
'actions' => [
'authenticate' => [
'label' => 'Giriş Et',
],
],
],
'messages' => [
'failed' => 'Daxil etdiyiniz məlumatlara uyğun hesab tapılmadı.',
],
'notifications' => [
'throttled' => [
'title' => 'Bir çox giriş cəhdi',
'body' => 'Zəhmət olmazsa :seconds saniyə sonra təkrar yoxlayın.',
],
],
];