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:
18
lang/vendor/filament-panels/tk/auth/multi-factor/recovery-codes-modal-content.php
vendored
Normal file
18
lang/vendor/filament-panels/tk/auth/multi-factor/recovery-codes-modal-content.php
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'actions' => [
|
||||
0 => 'Tüm kodları',
|
||||
'copy' => [
|
||||
'label' => 'kopyalamak',
|
||||
],
|
||||
1 => 'or',
|
||||
'download' => [
|
||||
'label' => 'indirmek',
|
||||
],
|
||||
2 => 'için tıklayın.',
|
||||
],
|
||||
'messages' => [
|
||||
'copied' => 'Göçürildi',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user