From 73e5cbf8ab284e98948ad141fbf96571c2f5103c Mon Sep 17 00:00:00 2001 From: Dan Brown <ssddanbrown@googlemail.com> Date: Thu, 3 Dec 2020 20:27:54 +0000 Subject: [PATCH] New translations activities.php (Arabic) --- resources/lang/ar/activities.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/ar/activities.php b/resources/lang/ar/activities.php index 651dcd51b..6dc8a8397 100644 --- a/resources/lang/ar/activities.php +++ b/resources/lang/ar/activities.php @@ -37,13 +37,13 @@ return [ // Bookshelves 'bookshelf_create' => 'تم إنشاء رف الكتب', - 'bookshelf_create_notification' => 'Bookshelf Successfully Created', - 'bookshelf_update' => 'updated bookshelf', - 'bookshelf_update_notification' => 'Bookshelf Successfully Updated', - 'bookshelf_delete' => 'deleted bookshelf', - 'bookshelf_delete_notification' => 'Bookshelf Successfully Deleted', + 'bookshelf_create_notification' => 'تم إنشاء الرف بنجاح', + 'bookshelf_update' => 'تم تحديث الرف', + 'bookshelf_update_notification' => 'تم تحديث الرف بنجاح', + 'bookshelf_delete' => 'تم تحديث الرف', + 'bookshelf_delete_notification' => 'تم حذف الرف بنجاح', // Other 'commented_on' => 'تم التعليق', - 'permissions_update' => 'updated permissions', + 'permissions_update' => 'تحديث الأذونات', ];