feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
<?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