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

46 lines
694 B
PHP

<?php
return [
'single' => [
'label' => 'Pripojiť',
'modal' => [
'heading' => 'Pripojiť :label',
'fields' => [
'record_id' => [
'label' => 'Záznam',
],
],
'actions' => [
'associate' => [
'label' => 'Pripojiť',
],
'associate_another' => [
'label' => 'Pripojiť & pripojiť ďalšie',
],
],
],
'notifications' => [
'associated' => [
'title' => 'Pripojené',
],
],
],
];