From 1eb360c33ed76282c26e0e91c294fae90dc275ae Mon Sep 17 00:00:00 2001 From: ousid Date: Thu, 21 Jul 2022 09:52:48 +0100 Subject: [PATCH] add: arabic translatoin --- resources/lang/ar/errors.php | 31 +++++++++++++++++++++++++++++++ resources/lang/ar/success.php | 21 +++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 resources/lang/ar/errors.php create mode 100644 resources/lang/ar/success.php 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', + +];