Files
daragt-coupon/lang/vendor/filament-actions/tk/edit.php

21 lines
401 B
PHP

<?php
return [
'single' => [
'label' => 'Üýtget',
'modal' => [
'heading' => ':label üýtget',
'actions' => [
'save' => [
'label' => 'Sakla',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Kaydedildi',
],
],
],
];