- 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.
38 lines
543 B
PHP
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',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|