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

57 lines
945 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' => 'Qeydiyyatdan keç',
'heading' => 'Hesab Yarat',
'actions' => [
'login' => [
'before' => 'və ya',
'label' => 'hesabınıza giriş edin',
],
],
'form' => [
'email' => [
'label' => 'E-poçt ünvanı',
],
'name' => [
'label' => 'Ad',
],
'password' => [
'label' => 'Şifrə',
'validation_attribute' => 'şifrə',
],
'password_confirmation' => [
'label' => 'Şifreni Təsdiqlə',
],
'actions' => [
'register' => [
'label' => 'Hesab Yarat',
],
],
],
'notifications' => [
'throttled' => [
'title' => 'Bir çox hesab yaratma cəhdi',
'body' => 'Zəhmət olmazsa :seconds saniyə sonra təkrar yoxlayın.',
],
],
];