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

34 lines
452 B
PHP

<?php
return [
'single' => [
'label' => 'Խմբագրել',
'modal' => [
'heading' => 'Խմբագրել :label',
'actions' => [
'save' => [
'label' => 'Պահպանել',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Պահպանվել է',
],
],
],
];