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

46 lines
755 B
PHP

<?php
return [
'single' => [
'label' => 'Асоцииране',
'modal' => [
'heading' => 'Асоциирай :label',
'fields' => [
'record_id' => [
'label' => 'Запис',
],
],
'actions' => [
'associate' => [
'label' => 'Асоциирай',
],
'associate_another' => [
'label' => 'Асоциирай и асоциирай друг',
],
],
],
'notifications' => [
'associated' => [
'title' => 'Асоциирано',
],
],
],
];