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

38 lines
528 B
PHP

<?php
return [
'single' => [
'label' => 'Ny :label',
'modal' => [
'heading' => 'Skapa :label',
'actions' => [
'create' => [
'label' => 'Skapa',
],
'create_another' => [
'label' => 'Skapa & skapa en till',
],
],
],
'notifications' => [
'created' => [
'title' => 'Skapades',
],
],
],
];