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

34 lines
423 B
PHP

<?php
return [
'single' => [
'label' => 'Redigera',
'modal' => [
'heading' => 'Redigera :label',
'actions' => [
'save' => [
'label' => 'Spara ändringar',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Sparades',
],
],
],
];