trypost/lang/ar/sidebar.php
Paulo Castellano 6797706921 Translate the interface into 12 languages
Add full lang/ translations for fr, de, it, nl, pl, el, ja, ko, zh, ru,
tr, and ar — all 23 base files each, with identical key trees to lang/en,
preserved :placeholders and plural forms, and native product terminology.
2026-07-03 15:38:40 -03:00

61 lines
1.8 KiB
PHP

<?php
declare(strict_types=1);
return [
'workspaces' => 'مساحات العمل',
'select_workspace' => 'اختر مساحة العمل',
'create_workspace' => 'إنشاء مساحة عمل',
'create_post' => 'إنشاء منشور',
'profile' => 'الملف الشخصي',
'log_out' => 'تسجيل الخروج',
'workspace' => 'مساحة العمل: :name',
'workspace_select' => 'مساحة العمل: اختر',
'theme' => 'المظهر: :name',
'theme_light' => 'فاتح',
'theme_dark' => 'داكن',
'theme_system' => 'النظام',
'language' => 'اللغة: :name',
'language_select' => 'اللغة: اختر',
'groups' => [
'posts' => 'المنشورات',
'workspace' => 'مساحة العمل',
'others' => 'أخرى',
],
'analytics' => 'التحليلات',
'automations' => 'الأتمتة',
'settings' => 'الإعدادات',
'posts' => [
'calendar' => 'التقويم',
'all' => 'الكل',
'scheduled' => 'المجدولة',
'posted' => 'المنشورة',
'drafts' => 'المسودات',
],
'workspace' => [
'connections' => 'الاتصالات',
'signatures' => 'التوقيعات',
'labels' => 'التسميات',
'assets' => 'الوسائط',
'api_keys' => 'مفاتيح API',
],
'notifications' => 'الإشعارات',
'mark_all_read' => 'تعليم الكل كمقروء',
'mark_as_read' => 'تعليم كمقروء',
'archive_all' => 'أرشفة الكل',
'no_notifications' => 'لا توجد إشعارات',
'support' => [
'docs' => 'التوثيق',
'referral' => 'اربح عمولة إحالة 30%',
'stay_updated' => 'ابقَ على اطلاع',
],
];