Skip to content

Commit 2c858b5

Browse files
authored
Merge pull request #96 from AQuadic/main
AR Translations.
2 parents 6da695c + acad307 commit 2c858b5

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

resources/lang/ar/actions.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?php
2+
3+
return [
4+
'message' => ':error بالسطر :line',
5+
];

0 commit comments

Comments
 (0)