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

62 lines
914 B
PHP

<?php
return [
'single' => [
'label' => 'Холбоосыг салгах',
'modal' => [
'heading' => 'Салгах :label',
'actions' => [
'dissociate' => [
'label' => 'Салгах',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Салгасан',
],
],
],
'multiple' => [
'label' => 'Сонгосонг салгах',
'modal' => [
'heading' => 'Салгах :label',
'actions' => [
'dissociate' => [
'label' => 'Салгах',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Салгасан',
],
],
],
];