From acf2ae03f3652af355067a511eafcadc09a64678 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 17 Dec 2020 02:48:20 +0000 Subject: [PATCH] New translations entities.php (Arabic) --- resources/lang/ar/entities.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/ar/entities.php b/resources/lang/ar/entities.php index 8552fe6aa..3fcde22ee 100644 --- a/resources/lang/ar/entities.php +++ b/resources/lang/ar/entities.php @@ -146,7 +146,7 @@ return [ 'chapters_create' => 'إنشاء فصل جديد', 'chapters_delete' => 'حذف الفصل', 'chapters_delete_named' => 'حذف فصل :chapterName', - 'chapters_delete_explain' => 'سيتم حذف فصل \':chapterName\'. جميع الصفحات ستزال وستتم إضافتها مباشرة للكتاب الرئيسي.', + 'chapters_delete_explain' => 'This will delete the chapter with the name \':chapterName\'. All pages that exist within this chapter will also be deleted.', 'chapters_delete_confirm' => 'تأكيد حذف الفصل؟', 'chapters_edit' => 'تعديل الفصل', 'chapters_edit_named' => 'تعديل فصل :chapterName',