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

38 lines
541 B
PHP

<?php
return [
'single' => [
'label' => 'Jauns :label',
'modal' => [
'heading' => 'Izveidot :label',
'actions' => [
'create' => [
'label' => 'Izveidot',
],
'create_another' => [
'label' => 'Izveidot & izveidot citu',
],
],
],
'notifications' => [
'created' => [
'title' => 'Izveidots',
],
],
],
];