Files
akaunting/resources/lang/uz-UZ/auth.php
T
2019-12-25 14:27:29 +03:00

41 lines
1.7 KiB
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 [
'profile' => 'Profil',
'logout' => 'Chiqish',
'login' => 'Kirish',
'login_to' => 'Ishni boshlash uchun sistemaga kiring',
'remember_me' => 'Esda tut',
'forgot_password' => 'Parolni esdan chiqardim',
'reset_password' => 'Parolni yangilash',
'enter_email' => 'Email adresingizni kiriting',
'current_email' => 'Email adresingiz',
'reset' => 'Yangilash',
'never' => 'hech qachon',
'password' => [
'current' => 'Parol',
'current_confirm' => 'Parol tasdiqlash',
'new' => 'Yangi Parol',
'new_confirm' => 'Yangi Parol Tasdiqlash',
],
'error' => [
'self_delete' => 'Xato: Siz buni uchirolmaysiz!',
'self_disable' => 'Xato: Siz buni uchirolmaysiz!',
'no_company' => 'Xato: Hisobingizda biron bir kompaniya mavjud emas. Administratorga habar bering.',
],
'failed' => 'Bunday ma‘lumotlarga ega foydalanuvchi mavjud emas.',
'disabled' => 'Xisobingiz bloklandi. Administratorga xabar bering.',
'throttle' => 'Kirish uchun juda ko‘p urunishlar aniqlandi. Iltimos :seconds soniyadan so‘ng yana urinib ko‘ring.',
'notification' => [
'message_1' => 'Ushbu xatni olishingiz sababi - hisobingizdan bizga parolni yangilashga so‘rov kelgan.',
'message_2' => 'Agar parolni yangilashni so‘ramagan bo‘lsangiz, ushbu xatni javobsiz qoldiring.',
'button' => 'Parolni Yangilash',
],
];