<?php

declare(strict_types=1);

/**
 * @copyright  2020 Ad Aures
 * @license    https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
 * @link       https://castopod.org/
 */

return [
    'toggle_sidebar' => 'Toggle sidebar',
    'go_to_website' => 'الانتقال إلى موقع الويب',
    'go_to_admin' => 'Go to admin',
    'not-authorized' => 'Not authorized',
    'dashboard' => 'لوحة التحكم',
    'admin' => 'الرئيسية',
    'podcasts' => 'البودكاستات',
    'podcast-list' => 'كافة البودكاستات',
    'podcast-create' => 'بودكاست جديد',
    'all-podcast-imports' => 'All Podcast imports',
    'podcast-imports-add' => 'Import a podcast',
    'persons' => 'أشخاص',
    'person-list' => 'All persons',
    'person-create' => 'New person',
    'fediverse' => 'الفديفرس',
    'fediverse-blocked-actors' => 'الحسابات المحظورة',
    'fediverse-blocked-domains' => 'النطاقات المحظورة',
    'users' => 'مستخدمون',
    'user-list' => 'كافة المستخدمين',
    'user-create' => 'مستخدم جديد',
    'pages' => 'الصفحات',
    'page-list' => 'كافة الصفحات',
    'page-create' => 'صفحة جديدة',
    'settings' => 'الإعدادات',
    'settings-general' => 'العامة',
    'settings-theme' => 'الحلة',
    'admin-about' => 'About',
    'account' => [
        'my-account' => 'حسابي',
        'change-password' => 'تغيير الكلمة السرية',
        'logout' => 'خروج',
    ],
];