castopod/modules/Admin/Language/ar/Breadcrumb.php

60 lines
1.8 KiB
PHP
Raw Normal View History

<?php
declare(strict_types=1);
use Modules\Admin\Config\Admin;
/**
* @copyright 2020 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'label' => 'breadcrumb',
config(Admin::class)
->gateway => 'الرئيسية',
'podcasts' => 'بودكاستات',
'episodes' => 'حلقات',
2022-10-14 18:12:14 +02:00
'subscriptions' => 'subscriptions',
'contributors' => 'مساهمون',
'pages' => 'صفحات',
'settings' => 'الإعدادات',
'theme' => 'الحلة',
2022-10-20 09:55:28 +02:00
'about' => 'about',
'add' => 'إضافة',
'new' => 'جديد',
'edit' => 'تعديل',
'persons' => 'أشخاص',
2022-09-23 17:51:26 +02:00
'publish' => 'نشر',
'publish-edit' => 'تعديل المنشور',
2022-10-14 18:12:14 +02:00
'publish-date-edit' => 'edit publication date',
'unpublish' => 'unpublish',
'delete' => 'احذف',
2022-10-20 09:55:28 +02:00
'remove' => 'remove',
'fediverse' => 'الفديفرس',
2022-11-25 18:44:19 +01:00
'blocked-actors' => 'blocked actors',
'blocked-domains' => 'blocked domains',
'users' => 'مستخدمون',
'my-account' => 'حسابي',
'change-password' => 'تغيير الكلمة السرية',
2023-06-21 19:17:32 +02:00
'imports' => 'imports',
2023-11-29 18:27:10 +01:00
'sync-feeds' => 'synchronize feeds',
'platforms' => 'منصات',
2022-04-14 15:11:07 +02:00
'social' => 'شبكات التواصل الاجتماعي',
'funding' => 'funding',
2023-11-29 18:27:10 +01:00
'monetization-other' => 'other monetization',
'analytics' => 'analytics',
'locations' => 'locations',
2022-04-14 15:11:07 +02:00
'webpages' => 'صفحات ويب',
'unique-listeners' => 'مستمعون فريدون',
'players' => 'players',
2022-09-23 17:51:26 +02:00
'listening-time' => 'وقت الاستماع',
'time-periods' => 'time periods',
'soundbites' => 'soundbites',
'video-clips' => 'video clips',
'embed' => 'embeddable player',
2022-09-23 17:51:26 +02:00
'notifications' => 'الإشعارات',
2022-10-14 18:12:14 +02:00
'suspend' => 'suspend',
];