<?php
/**
 * Activity text strings.
 * Is used for all the text within activity logs & notifications.
 */
return [

    // Pages
    'page_create'                 => 'تم إنشاء صفحة',
    'page_create_notification'    => 'تم إنشاء الصفحة بنجاح',
    'page_update'                 => 'تم تحديث الصفحة',
    'page_update_notification'    => 'تم تحديث الصفحة بنجاح',
    'page_delete'                 => 'تم حذف الصفحة',
    'page_delete_notification'    => 'تم حذف الصفحة بنجاح',
    'page_restore'                => 'تمت استعادة الصفحة',
    'page_restore_notification'   => 'تمت استعادة الصفحة بنجاح',
    'page_move'                   => 'تم نقل الصفحة',
    'page_move_notification'      => 'Page successfully moved',

    // Chapters
    'chapter_create'              => 'تم إنشاء فصل',
    'chapter_create_notification' => 'تم إنشاء الفصل بنجاح',
    'chapter_update'              => 'تم تحديث الفصل',
    'chapter_update_notification' => 'تم تحديث الفصل بنجاح',
    'chapter_delete'              => 'تم حذف الفصل',
    'chapter_delete_notification' => 'تم حذف الفصل بنجاح',
    'chapter_move'                => 'تم نقل الفصل',
    'chapter_move_notification' => 'Chapter successfully moved',

    // Books
    'book_create'                 => 'تم إنشاء كتاب',
    'book_create_notification'    => 'تم إنشاء الكتاب بنجاح',
    'book_create_from_chapter'              => 'تم تحويل الفصل إلى كتاب',
    'book_create_from_chapter_notification' => 'تم تحويل الفصل إلى كتاب بنجاح',
    'book_update'                 => 'تم تحديث الكتاب',
    'book_update_notification'    => 'تم تحديث الكتاب بنجاح',
    'book_delete'                 => 'تم حذف الكتاب',
    'book_delete_notification'    => 'تم حذف الكتاب بنجاح',
    'book_sort'                   => 'تم سرد الكتاب',
    'book_sort_notification'      => 'تم إعادة فرز الكتاب بنجاح',

    // Bookshelves
    'bookshelf_create'            => 'تم إنشاء رف',
    'bookshelf_create_notification'    => 'تم إنشاء رف بنجاح',
    'bookshelf_create_from_book'    => 'تم تحويل الكتاب إلى رف',
    'bookshelf_create_from_book_notification'    => 'تم تحويل الكتاب إلى رف بنجاح',
    'bookshelf_update'                 => 'تم تحديث الرف',
    'bookshelf_update_notification'    => 'تم تحديث الرف بنجاح',
    'bookshelf_delete'                 => 'تم حذف الرف',
    'bookshelf_delete_notification'    => 'تم حذف الرف بنجاح',

    // Revisions
    'revision_restore' => 'restored revision',
    'revision_delete' => 'deleted revision',
    'revision_delete_notification' => 'Revision successfully deleted',

    // Favourites
    'favourite_add_notification' => 'تم إضافة ":name" إلى المفضلة لديك',
    'favourite_remove_notification' => 'تم إزالة ":name" من المفضلة لديك',

    // Auth
    'auth_login' => 'logged in',
    'auth_register' => 'registered as new user',
    'auth_password_reset_request' => 'requested user password reset',
    'auth_password_reset_update' => 'reset user password',
    'mfa_setup_method' => 'configured MFA method',
    'mfa_setup_method_notification' => 'تم تكوين طريقة متعددة العوامل بنجاح',
    'mfa_remove_method' => 'removed MFA method',
    'mfa_remove_method_notification' => 'تمت إزالة طريقة متعددة العوامل بنجاح',

    // Settings
    'settings_update' => 'updated settings',
    'settings_update_notification' => 'Settings successfully updated',
    'maintenance_action_run' => 'ran maintenance action',

    // Webhooks
    'webhook_create' => 'تم إنشاء webhook',
    'webhook_create_notification' => 'تم إنشاء Webhook بنجاح',
    'webhook_update' => 'تم تحديث webhook',
    'webhook_update_notification' => 'تم تحديث Webhook بنجاح',
    'webhook_delete' => 'حذف webhook',
    'webhook_delete_notification' => 'تم حذف Webhook بنجاح',

    // Users
    'user_create' => 'created user',
    'user_create_notification' => 'User successfully created',
    'user_update' => 'updated user',
    'user_update_notification' => 'تم تحديث المستخدم بنجاح',
    'user_delete' => 'deleted user',
    'user_delete_notification' => 'تم إزالة المستخدم بنجاح',

    // API Tokens
    'api_token_create' => 'created api token',
    'api_token_create_notification' => 'API token successfully created',
    'api_token_update' => 'updated api token',
    'api_token_update_notification' => 'API token successfully updated',
    'api_token_delete' => 'deleted api token',
    'api_token_delete_notification' => 'API token successfully deleted',

    // Roles
    'role_create' => 'created role',
    'role_create_notification' => 'Role successfully created',
    'role_update' => 'updated role',
    'role_update_notification' => 'Role successfully updated',
    'role_delete' => 'deleted role',
    'role_delete_notification' => 'Role successfully deleted',

    // Recycle Bin
    'recycle_bin_empty' => 'emptied recycle bin',
    'recycle_bin_restore' => 'restored from recycle bin',
    'recycle_bin_destroy' => 'removed from recycle bin',

    // Other
    'commented_on'                => 'تم التعليق',
    'permissions_update'          => 'تحديث الأذونات',
];