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

38 lines
541 B
PHP

<?php
return [
'single' => [
'label' => 'Opprett :label',
'modal' => [
'heading' => 'Opprett :label',
'actions' => [
'create' => [
'label' => 'Opprett',
],
'create_another' => [
'label' => 'Opprett & opprett en til',
],
],
],
'notifications' => [
'created' => [
'title' => 'Opprettet',
],
],
],
];