diff --git a/resources/lang/ar/errors.php b/resources/lang/ar/errors.php new file mode 100644 index 0000000..a63948b --- /dev/null +++ b/resources/lang/ar/errors.php @@ -0,0 +1,31 @@ + 'الرجاء الإنتظار بضع دقائق ثم حاول مرة أخرى', + + /* + |-------------------------------------------------------------------------- + | Short code translations which do not specify error codes in HTTP responses + |-------------------------------------------------------------------------- + */ + + 'example_code' => 'مثال على خطأ', + 'validation_failed' => 'التحقق من الصحة فشل', + + /* + |-------------------------------------------------------------------------- + | Short code translations which specify error codes in HTTP responses + |-------------------------------------------------------------------------- + */ + 'error_code' => [ + + 'error_code_name' => 'مثال لرسالة الخطا مع :attribute', + ], +]; diff --git a/resources/lang/ar/success.php b/resources/lang/ar/success.php new file mode 100644 index 0000000..41610a4 --- /dev/null +++ b/resources/lang/ar/success.php @@ -0,0 +1,21 @@ + 'مثال على رد', + + /* + |-------------------------------------------------------------------------- + | Short code message translations + |-------------------------------------------------------------------------- + */ + + 'example_code' => 'مثال على صحة الطلب, :status', + +];