2022-04-05 15:45:54 +00:00
|
|
|
<?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',
|
2024-03-11 15:13:48 +00:00
|
|
|
'not-authorized' => 'Not authorized',
|
2022-04-05 15:45:54 +00:00
|
|
|
'dashboard' => 'لوحة التحكم',
|
|
|
|
'admin' => 'الرئيسية',
|
|
|
|
'podcasts' => 'البودكاستات',
|
|
|
|
'podcast-list' => 'كافة البودكاستات',
|
|
|
|
'podcast-create' => 'بودكاست جديد',
|
2023-06-21 17:17:32 +00:00
|
|
|
'all-podcast-imports' => 'All Podcast imports',
|
|
|
|
'podcast-imports-add' => 'Import a podcast',
|
2022-04-05 15:45:54 +00:00
|
|
|
'persons' => 'أشخاص',
|
|
|
|
'person-list' => 'All persons',
|
|
|
|
'person-create' => 'New person',
|
|
|
|
'fediverse' => 'الفديفرس',
|
|
|
|
'fediverse-blocked-actors' => 'الحسابات المحظورة',
|
|
|
|
'fediverse-blocked-domains' => 'النطاقات المحظورة',
|
2022-04-14 13:11:07 +00:00
|
|
|
'users' => 'مستخدمون',
|
|
|
|
'user-list' => 'كافة المستخدمين',
|
2022-04-05 15:45:54 +00:00
|
|
|
'user-create' => 'مستخدم جديد',
|
|
|
|
'pages' => 'الصفحات',
|
|
|
|
'page-list' => 'كافة الصفحات',
|
|
|
|
'page-create' => 'صفحة جديدة',
|
|
|
|
'settings' => 'الإعدادات',
|
|
|
|
'settings-general' => 'العامة',
|
|
|
|
'settings-theme' => 'الحلة',
|
2023-10-10 15:55:39 +00:00
|
|
|
'admin-about' => 'About',
|
2022-04-05 15:45:54 +00:00
|
|
|
'account' => [
|
|
|
|
'my-account' => 'حسابي',
|
|
|
|
'change-password' => 'تغيير الكلمة السرية',
|
|
|
|
'logout' => 'خروج',
|
|
|
|
],
|
|
|
|
];
|