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:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'İki faktörlü kimlik doğrulamayı (2FA) kur',
|
||||
'heading' => 'İki faktörlü kimlik doğrulamayı kur',
|
||||
'subheading' => '2FA, giriş yaparken ikinci bir doğrulama formu gerektirerek hesabınıza ek bir güvenlik katmanı ekler.',
|
||||
'actions' => [
|
||||
'continue' => [
|
||||
'label' => 'Devam et',
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user