We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6da695c + acad307 commit 2c858b5Copy full SHA for 2c858b5
resources/lang/ar/actions.php
@@ -0,0 +1,11 @@
1
+<?php
2
+
3
+return [
4
+ 'import' => 'استيراد',
5
+ 'skip_header' => 'تخطي العنوان',
6
+ 'match_to_column' => 'تطابق البيانات مع العمود',
7
+ 'import_failed' => 'فشل الاستيراد ، يرجى التحقق من ملف الاستيراد والمحاولة مرة أخرى',
8
+ 'import_failed_title' => 'فشل الاستيراد',
9
+ 'import_succeeded' => 'استيراد:count الصفوف الناجحة ،:skipped تم تخطي صف (الصفوف)',
10
+ 'import_succeeded_title' => 'نجح الاستيراد',
11
+];
resources/lang/ar/validators.php
@@ -0,0 +1,5 @@
+ 'message' => ':error بالسطر :line',
0 commit comments