-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #245 from dragomano/develop
Update to 2.8.0
- Loading branch information
Showing
690 changed files
with
6,457 additions
and
4,000 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
export default { | ||
label: 'العربية', | ||
// https://gist.github.com/Josantonius/b455e315bc7f790d14b136d61d9ae469 | ||
lang: 'ar', | ||
dir: 'rtl', | ||
title: 'وثائق Light Portal', | ||
description: 'الوثائق عبر الإنترنت Light Portal', | ||
themeConfig: { | ||
nav: [ | ||
{ | ||
text: 'المنزل', | ||
link: '/' | ||
}, | ||
{ | ||
text: 'مقدمة', | ||
link: '/intro' | ||
}, | ||
{ | ||
text: 'أمثلة', | ||
link: '/examples' | ||
}, | ||
{ | ||
text: 'تجريبي', | ||
link: 'https://demo.dragomano.ru/' | ||
}, | ||
{ | ||
text: 'تغيير', | ||
link: '/changelog' | ||
} | ||
], | ||
outline: { label: 'في هذه الصفحة' }, | ||
docFooter: { | ||
prev: 'الصفحة السابقة', | ||
next: 'الصفحة التالية' | ||
}, | ||
darkModeSwitchLabel: 'المظهر', | ||
lightModeSwitchTitle: 'التبديل إلى موضوع الضوء', | ||
darkModeSwitchTitle: 'التبديل إلى السمة المظلمة', | ||
sidebarMenuLabel: 'القائمة', | ||
returnToTopLabel: 'العودة إلى الأعلى', | ||
langMenuLabel: 'تغيير اللغة', | ||
notFound: { | ||
title: 'لا يوجد ملف', | ||
quote: 'ولكن إذا لم تغير اتجاهك ، وإذا استمرت في البحث ، قد ينتهي بك الأمر إلى أين تتجه .', | ||
linkLabel: 'الذهاب إلى المنزل', | ||
linkText: 'خذني إلى المنزل' | ||
}, | ||
search: { | ||
options: { | ||
translations: { | ||
button: { | ||
buttonText: 'البحث', | ||
buttonAriaLabel: 'البحث' | ||
}, | ||
modal: { | ||
displayDetails: 'عرض قائمة مفصلة', | ||
resetButtonTitle: 'إعادة تعيين البحث', | ||
backButtonTitle: 'إغلاق البحث', | ||
noResultsText: 'لا توجد نتائج لـ', | ||
footer: { | ||
selectText: 'لتحديد', | ||
navigateText: 'للتنقل', | ||
closeText: 'أن يغلق' | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
}; |
Oops, something went wrong.