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.
This commit is contained in:
8
lang/vendor/filament-actions/tk/create.php
vendored
8
lang/vendor/filament-actions/tk/create.php
vendored
@@ -8,16 +8,16 @@ return [
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label döret',
|
||||
'heading' => ':label goşmak',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'create' => [
|
||||
'label' => 'Döret',
|
||||
'label' => 'Goşmak',
|
||||
],
|
||||
|
||||
'create_another' => [
|
||||
'label' => 'Döret we başgasyny döret',
|
||||
'label' => 'Goşmak we başgasyny goşmak',
|
||||
],
|
||||
|
||||
],
|
||||
@@ -27,7 +27,7 @@ return [
|
||||
'notifications' => [
|
||||
|
||||
'created' => [
|
||||
'title' => 'Döredildi',
|
||||
'title' => 'Goşuldy',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user