Files
data-collection-terminal/vendor/filament/actions/resources/lang/id/delete.php

62 lines
867 B
PHP

<?php
return [
'single' => [
'label' => 'Hapus',
'modal' => [
'heading' => 'Hapus :label',
'actions' => [
'delete' => [
'label' => 'Hapus',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Data berhasil dihapus',
],
],
],
'multiple' => [
'label' => 'Hapus yang dipilih',
'modal' => [
'heading' => 'Hapus :label yang dipilih',
'actions' => [
'delete' => [
'label' => 'Hapus yang dipilih',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Data berhasil dihapus',
],
],
],
];