photogeodata/lang/vendor/filament-actions/mn/create.php
2026-05-12 20:43:17 +02:00

37 lines
578 B
PHP

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