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:
@@ -19,7 +19,9 @@ class ManageCards extends ManageRecords
|
|||||||
protected function getHeaderActions(): array
|
protected function getHeaderActions(): array
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
CreateAction::make(),
|
CreateAction::make()
|
||||||
|
->label(__('Add card'))
|
||||||
|
->createAnother(false),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -730,5 +730,6 @@
|
|||||||
"Total": "Jemi",
|
"Total": "Jemi",
|
||||||
"Data": "Maglumatlar",
|
"Data": "Maglumatlar",
|
||||||
"Watch Full": "Giňişleýin",
|
"Watch Full": "Giňişleýin",
|
||||||
"Order ID": "Sargyt belgisi"
|
"Order ID": "Sargyt belgisi",
|
||||||
|
"Add card": "Kart goşmak"
|
||||||
}
|
}
|
||||||
|
|||||||
8
lang/vendor/filament-actions/tk/create.php
vendored
8
lang/vendor/filament-actions/tk/create.php
vendored
@@ -8,16 +8,16 @@ return [
|
|||||||
|
|
||||||
'modal' => [
|
'modal' => [
|
||||||
|
|
||||||
'heading' => ':label döret',
|
'heading' => ':label goşmak',
|
||||||
|
|
||||||
'actions' => [
|
'actions' => [
|
||||||
|
|
||||||
'create' => [
|
'create' => [
|
||||||
'label' => 'Döret',
|
'label' => 'Goşmak',
|
||||||
],
|
],
|
||||||
|
|
||||||
'create_another' => [
|
'create_another' => [
|
||||||
'label' => 'Döret we başgasyny döret',
|
'label' => 'Goşmak we başgasyny goşmak',
|
||||||
],
|
],
|
||||||
|
|
||||||
],
|
],
|
||||||
@@ -27,7 +27,7 @@ return [
|
|||||||
'notifications' => [
|
'notifications' => [
|
||||||
|
|
||||||
'created' => [
|
'created' => [
|
||||||
'title' => 'Döredildi',
|
'title' => 'Goşuldy',
|
||||||
],
|
],
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|||||||
8
lang/vendor/filament-forms/tk/components.php
vendored
8
lang/vendor/filament-forms/tk/components.php
vendored
@@ -625,20 +625,20 @@ return [
|
|||||||
|
|
||||||
'create_option' => [
|
'create_option' => [
|
||||||
|
|
||||||
'label' => 'Döret',
|
'label' => 'Goş',
|
||||||
|
|
||||||
'modal' => [
|
'modal' => [
|
||||||
|
|
||||||
'heading' => 'Döret',
|
'heading' => 'Goş',
|
||||||
|
|
||||||
'actions' => [
|
'actions' => [
|
||||||
|
|
||||||
'create' => [
|
'create' => [
|
||||||
'label' => 'Döret',
|
'label' => 'Goş',
|
||||||
],
|
],
|
||||||
|
|
||||||
'create_another' => [
|
'create_another' => [
|
||||||
'label' => 'Döret we başgasyny döret',
|
'label' => 'Goş we başgasyny goş',
|
||||||
],
|
],
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user