Files
data-collection-terminal/vendor/filament/actions/resources/lang/fi/associate.php

46 lines
686 B
PHP

<?php
return [
'single' => [
'label' => 'Yhdistä',
'modal' => [
'heading' => 'Yhdistä :label',
'fields' => [
'record_id' => [
'label' => 'Tietue',
],
],
'actions' => [
'associate' => [
'label' => 'Yhdistä',
],
'associate_another' => [
'label' => 'Yhdistä & yhdistä toinen',
],
],
],
'notifications' => [
'associated' => [
'title' => 'Yhdistetty',
],
],
],
];