X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b94b945fb03e21a1997cfe6e50148967586cb26d..refs/pull/3138/head:/resources/lang/ar/activities.php diff --git a/resources/lang/ar/activities.php b/resources/lang/ar/activities.php index 348eba398..18ca16571 100644 --- a/resources/lang/ar/activities.php +++ b/resources/lang/ar/activities.php @@ -33,16 +33,25 @@ return [ 'book_delete' => 'تم حذف الكتاب', 'book_delete_notification' => 'تم حذف الكتاب بنجاح', 'book_sort' => 'تم سرد الكتاب', - 'book_sort_notification' => 'تمت إعادة سرد الكتاب بنجاح', + 'book_sort_notification' => 'أُعِيدَ سرد الكتاب بنجاح', // Bookshelves - 'bookshelf_create' => 'created Bookshelf', - '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' => 'تم إنشاء رف الكتب', + 'bookshelf_create_notification' => 'تم إنشاء الرف بنجاح', + 'bookshelf_update' => 'تم تحديث الرف', + 'bookshelf_update_notification' => 'تم تحديث الرف بنجاح', + 'bookshelf_delete' => 'تم تحديث الرف', + 'bookshelf_delete_notification' => 'تم حذف الرف بنجاح', + + // Favourites + 'favourite_add_notification' => '":name" has been added to your favourites', + 'favourite_remove_notification' => '":name" has been removed from your favourites', + + // MFA + 'mfa_setup_method_notification' => 'Multi-factor method successfully configured', + 'mfa_remove_method_notification' => 'Multi-factor method successfully removed', // Other 'commented_on' => 'تم التعليق', + 'permissions_update' => 'تحديث الأذونات', ];