Files
biiproject-kit-v1/lang/vendor/filament-panels/uz/auth/pages/register.php
T

57 lines
1014 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' => 'Ro\'yxatdan o\'tish',
'heading' => 'Hisob qaydnomasini ro\'yxatdan o\'tkazing',
'actions' => [
'login' => [
'before' => 'yoki',
'label' => 'o\'z hisob qaydnomangiz orqali kiring',
],
],
'form' => [
'email' => [
'label' => 'Elektron pochta manzili',
],
'name' => [
'label' => 'Ism',
],
'password' => [
'label' => 'Parol',
'validation_attribute' => 'password',
],
'password_confirmation' => [
'label' => 'Parolni tasdiqlash',
],
'actions' => [
'register' => [
'label' => 'Roʻyxatdan oʻtish',
],
],
],
'notifications' => [
'throttled' => [
'title' => 'Roʻyxatdan oʻtishga urinishlar juda koʻp',
'body' => 'Iltimos, :seconds soniyadan keyin qayta urinib ko\'ring.',
],
],
];