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

34 lines
421 B
PHP

<?php
return [
'single' => [
'label' => 'Modifiko',
'modal' => [
'heading' => 'Modifiko :label',
'actions' => [
'save' => [
'label' => 'Ruaj ndryshimet',
],
],
],
'notifications' => [
'saved' => [
'title' => 'U ruajt',
],
],
],
];