Files
biiproject-kit-v1/lang/vendor/filament-actions/mn/create.php
T

38 lines
578 B
PHP

<?php
return [
'single' => [
'label' => 'Шинэ :label',
'modal' => [
'heading' => 'Шинэ :label',
'actions' => [
'create' => [
'label' => 'Шинэ',
],
'create_another' => [
'label' => 'Хадгалаад & дахин шинийг үүсгэх',
],
],
],
'notifications' => [
'created' => [
'title' => 'Үүсэв',
],
],
],
];