Files
biiproject-kit-v1/lang/vendor/filament-actions/my/replicate.php
T

34 lines
534 B
PHP

<?php
return [
'single' => [
'label' => 'ပုံတူကူးရန်',
'modal' => [
'heading' => ':label ပုံတူကူးရန်',
'actions' => [
'replicate' => [
'label' => 'ပုံတူကူးရန်',
],
],
],
'notifications' => [
'replicated' => [
'title' => 'ကူးယူပြီးပါပြီ',
],
],
],
];