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

62 lines
858 B
PHP

<?php
return [
'single' => [
'label' => 'Nyahkait',
'modal' => [
'heading' => 'Nyahkait :label',
'actions' => [
'dissociate' => [
'label' => 'Nyahkait',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Ternyahkait',
],
],
],
'multiple' => [
'label' => 'Nyahkait pilihan',
'modal' => [
'heading' => 'Nyahkait pilihan :label',
'actions' => [
'dissociate' => [
'label' => 'Nyahkait',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Ternyahkait',
],
],
],
];