Skip to content

Commit

Permalink
Merge pull request #96 from AQuadic/main
Browse files Browse the repository at this point in the history
AR Translations.
  • Loading branch information
frankyso committed May 30, 2023
2 parents 6da695c + acad307 commit 2c858b5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
11 changes: 11 additions & 0 deletions resources/lang/ar/actions.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php

return [
'import' => 'استيراد',
'skip_header' => 'تخطي العنوان',
'match_to_column' => 'تطابق البيانات مع العمود',
'import_failed' => 'فشل الاستيراد ، يرجى التحقق من ملف الاستيراد والمحاولة مرة أخرى',
'import_failed_title' => 'فشل الاستيراد',
'import_succeeded' => 'استيراد:count الصفوف الناجحة ،:skipped تم تخطي صف (الصفوف)',
'import_succeeded_title' => 'نجح الاستيراد',
];
5 changes: 5 additions & 0 deletions resources/lang/ar/validators.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php

return [
'message' => ':error بالسطر :line',
];

0 comments on commit 2c858b5

Please sign in to comment.