Refactor SMS and Coupon resources to utilize localization for labels and messages, enhancing internationalization support. Update .env.example to change APP_LOCALE to 'tk'.
This commit is contained in:
38
lang/vendor/filament-panels/tk/auth/pages/register.php
vendored
Normal file
38
lang/vendor/filament-panels/tk/auth/pages/register.php
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'Kayıt Ol',
|
||||
'heading' => 'Üye Ol',
|
||||
'actions' => [
|
||||
'login' => [
|
||||
'before' => 'ýa-da',
|
||||
'label' => 'hesabınıza giriş yapın',
|
||||
],
|
||||
],
|
||||
'form' => [
|
||||
'email' => [
|
||||
'label' => 'E-poçta salgysy',
|
||||
],
|
||||
'name' => [
|
||||
'label' => 'Ad',
|
||||
],
|
||||
'password' => [
|
||||
'label' => 'Parol',
|
||||
'validation_attribute' => 'password',
|
||||
],
|
||||
'password_confirmation' => [
|
||||
'label' => 'Şifreyi onayla',
|
||||
],
|
||||
'actions' => [
|
||||
'register' => [
|
||||
'label' => 'Üye ol',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
'throttled' => [
|
||||
'title' => 'Çok fazla kayıt denemesi',
|
||||
'body' => ':seconds sekuntdan soň gaýtadan synanyşyň.',
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user