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

34 lines
436 B
PHP

<?php
return [
'single' => [
'label' => 'نسخة',
'modal' => [
'heading' => 'استنساخ :label',
'actions' => [
'replicate' => [
'label' => 'نسخ',
],
],
],
'notifications' => [
'replicated' => [
'title' => 'تم النسخ',
],
],
],
];