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

46 lines
686 B
PHP

<?php
return [
'single' => [
'label' => 'Lampirkan',
'modal' => [
'heading' => 'Lampirkan :label',
'fields' => [
'record_id' => [
'label' => 'Rekod',
],
],
'actions' => [
'attach' => [
'label' => 'Lampirkan',
],
'attach_another' => [
'label' => 'Lampirkan & lampirkan yang lain',
],
],
],
'notifications' => [
'attached' => [
'title' => 'Dilampirkan',
],
],
],
];