New translations setting.php (Arabic)

This commit is contained in:
Fatih Alp 2020-03-09 18:52:26 +03:00
parent 3d87edf570
commit ebea50f871

View File

@ -0,0 +1,16 @@
<?php
return [
'imageCanvasW' => [
'name' => 'عرض صورة قماش'
],
'imageCanvasH' => [
'name' => 'صورة قماش الارتفاع'
],
'imageResizeW' => [
'name' => 'صورة تغيير حجم العرض'
],
'imageResizeH' => [
'name' => 'تغيير حجم الصورة'
],
];