Files
data-collection-terminal/vendor/filament/actions/resources/lang/mn/create.php

38 lines
578 B
PHP

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