Files
data-collection-terminal/vendor/filament/actions/resources/lang/fa/create.php

38 lines
572 B
PHP

<?php
return [
'single' => [
'label' => 'ایجاد :label',
'modal' => [
'heading' => 'ایجاد :label',
'actions' => [
'create' => [
'label' => 'ایجاد',
],
'create_another' => [
'label' => 'ایجاد و ایجاد یکی دیگر',
],
],
],
'notifications' => [
'created' => [
'title' => 'ایجاد شد',
],
],
],
];