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

46 lines
673 B
PHP

<?php
return [
'single' => [
'label' => 'Ngarko',
'modal' => [
'heading' => 'Ngarko :label',
'fields' => [
'record_id' => [
'label' => 'Record',
],
],
'actions' => [
'attach' => [
'label' => 'Ngarko',
],
'attach_another' => [
'label' => 'Ngarko & ngarko një tjetër',
],
],
],
'notifications' => [
'attached' => [
'title' => 'U ngarkua',
],
],
],
];