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

26 lines
280 B
PHP

<?php
return [
'single' => [
'label' => 'Vis',
'modal' => [
'heading' => 'Vis :label',
'actions' => [
'close' => [
'label' => 'Lukk',
],
],
],
],
];