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

38 lines
557 B
PHP

<?php
return [
'single' => [
'label' => 'Napraviti',
'modal' => [
'heading' => 'Napravite :label',
'actions' => [
'create' => [
'label' => 'Napraviti',
],
'create_another' => [
'label' => 'Napravite i napravite još jedan',
],
],
],
'notifications' => [
'created' => [
'title' => 'Uspješno kreirano',
],
],
],
];