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

38 lines
531 B
PHP

<?php
return [
'single' => [
'label' => 'Buat',
'modal' => [
'heading' => 'Buat :label',
'actions' => [
'create' => [
'label' => 'Buat',
],
'create_another' => [
'label' => 'Buat & buat lainnya',
],
],
],
'notifications' => [
'created' => [
'title' => 'Data berhasil dibuat',
],
],
],
];