Files
data-collection-terminal/vendor/filament/actions/resources/lang/ar/view.php

26 lines
292 B
PHP

<?php
return [
'single' => [
'label' => 'عرض',
'modal' => [
'heading' => 'عرض :label',
'actions' => [
'close' => [
'label' => 'إغلاق',
],
],
],
],
];