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

46 lines
709 B
PHP

<?php
return [
'single' => [
'label' => 'Закачи',
'modal' => [
'heading' => 'Закачи :label',
'fields' => [
'record_id' => [
'label' => 'Запис',
],
],
'actions' => [
'attach' => [
'label' => 'Закачи',
],
'attach_another' => [
'label' => 'Закачи и закачи друг',
],
],
],
'notifications' => [
'attached' => [
'title' => 'Закачен',
],
],
],
];