Files
tbbank-new/lang/vendor/filament-actions/tk/create.php
Mekan1206 895c5f6226 Update ManageCards page and localization for card creation
- Added a label for the 'Add card' action in the ManageCards page.
- Updated Turkish translations for card creation actions and notifications to improve clarity and consistency.
2025-12-21 04:13:47 +05:00

38 lines
543 B
PHP

<?php
return [
'single' => [
'label' => 'Täze :label',
'modal' => [
'heading' => ':label goşmak',
'actions' => [
'create' => [
'label' => 'Goşmak',
],
'create_another' => [
'label' => 'Goşmak we başgasyny goşmak',
],
],
],
'notifications' => [
'created' => [
'title' => 'Goşuldy',
],
],
],
];