Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 32 additions & 2 deletions src/content/nav/ar.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
import { navDictionary } from '../../util/navDictionary';

export default navDictionary({
// Add translations of English labels here
});
start: 'ابدأ',
'start.welcome': 'مرحباً بك في العالم!',
'start.newProject': 'ابدأ مشروعاً جديداً',
'start.config': 'الإعدادات',
'start.migrate': 'الانتقال إلى Astro',

guides: 'الإرشادات والوصفات',
'guides.routing': 'التوجيه والتنقل',
'guides.ui': 'بناء واجهة المستخدم',
'guides.content': 'إضافة محتوى لموقعك',
'guides.serverRendering': 'التصيير من الخادم',
'guides.upgrade': 'التحديث',
'guides.upgrade.major': 'إرشادات التحديثات الرئيسية',
'guides.recipes': 'وصفات كيفية العمل',

reference: 'المراجع',
'reference.runtime': 'واجهة برمجة التطبيقات وقت التشغيل',
'reference.other': 'واجهات برمجة التطبيقات لتطويرات أخرى',
'reference.syntax': 'بناء قوالب Astro',
'reference.experimental': 'الميزات التجريبية',

integrations: 'التكاملات',
'integrations.ui': 'أطر عمل واجهة المستخدم',
'integrations.adapters': 'المحولات',
'integrations.other': 'التكاملات الرسمية الأخرى',

thirdParty: 'خدمات الطرف الثالث',
'thirdParty.deployment': 'إرشادات النشر',
'thirdParty.cms': 'أنظمة إدارة المحتوى',
'thirdParty.backend': 'خدمات الخلفية',
'thirdParty.media': 'استضافة الصور والفيديو',
});