From c5e89e997c7052c392bdf40314af861c20e9557e Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Mon, 7 Dec 2020 21:56:44 +0000 Subject: [PATCH] New translations errors.php (Arabic) --- resources/lang/ar/errors.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/ar/errors.php b/resources/lang/ar/errors.php index 7e78d2af6..93e8201ab 100644 --- a/resources/lang/ar/errors.php +++ b/resources/lang/ar/errors.php @@ -93,10 +93,10 @@ return [ 'api_bad_authorization_format' => 'تم العثور على رمز ترخيص مميز في الطلب ولكن يبدو أن التنسيق غير صحيح', 'api_user_token_not_found' => 'لم يتم العثور على رمز API مطابق لرمز الترخيص المُقدم', 'api_incorrect_token_secret' => 'الشفرة المُقدمة لرمز API المستخدم المحدد غير صحيحة', - 'api_user_no_api_permission' => 'The owner of the used API token does not have permission to make API calls', - 'api_user_token_expired' => 'The authorization token used has expired', + 'api_user_no_api_permission' => 'مالك رمز API المستخدم ليس لديه الصلاحية لإجراء مكالمات API', + 'api_user_token_expired' => 'انتهت صلاحية رمز الترخيص المستخدم', // Settings & Maintenance - 'maintenance_test_email_failure' => 'Error thrown when sending a test email:', + 'maintenance_test_email_failure' => 'حدث خطأ عند إرسال بريد إلكتروني تجريبي:', ];