mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2024-11-12 19:54:35 +00:00
76 lines
2 KiB
TOML
76 lines
2 KiB
TOML
# UI strings. Buttons and similar.
|
|
|
|
[ui_pager_prev]
|
|
other = "السابق"
|
|
|
|
[ui_pager_next]
|
|
other = "التالي"
|
|
|
|
[ui_read_more]
|
|
other = "إقرأ المزيد"
|
|
|
|
[ui_search]
|
|
other = "ابحث في هذا الموقع"
|
|
|
|
# Used in sentences such as "Posted in News"
|
|
[ui_in]
|
|
other = "في"
|
|
|
|
# Footer text
|
|
[footer_all_rights_reserved]
|
|
other = "كافة الحقوق محفوظة"
|
|
|
|
[footer_privacy_policy]
|
|
other = "سياسة الخصوصية"
|
|
|
|
|
|
# Post (blog, articles etc.)
|
|
[post_byline_by]
|
|
other = "الكاتب"
|
|
[post_created]
|
|
other = "منشئة"
|
|
[post_last_mod]
|
|
other = "اخر تعديل"
|
|
[post_edit_this]
|
|
other = "عدل هذه الصفحة"
|
|
[post_create_child_page]
|
|
other = " أنشئ صفحة فرعية"
|
|
[post_create_issue]
|
|
other = "أنشئ مسألة حول الوثائق"
|
|
[post_create_project_issue]
|
|
other = "أنشئ مسألة حول المشروع"
|
|
[post_posts_in]
|
|
other = "منشور في"
|
|
[post_reading_time]
|
|
other = "minute read"
|
|
[post_less_than_a_minute_read]
|
|
other = "less than a minute"
|
|
|
|
# Print support
|
|
[print_printable_section]
|
|
other = "هذا العرض يتضمن عدة صفحات للطباعة ضمن هذا القسم."
|
|
[print_click_to_print]
|
|
other = "اضغط هنا للطباعة"
|
|
[print_show_regular]
|
|
other = "العودة للعرض العادي"
|
|
[print_entire_section]
|
|
other = "اطبع القسم كاملا"
|
|
|
|
# Community
|
|
[community_join]
|
|
other = "Join the {{ .Site.Title }} community"
|
|
[community_introduce]
|
|
other = "{{ .Site.Title }} is an open source project that anyone in the community can use, improve, and enjoy. We'd love you to join us! Here's a few ways to find out what's happening and get involved."
|
|
[community_learn]
|
|
other = "Learn and Connect"
|
|
[community_using]
|
|
other = "Using or want to use {{ .Site.Title }}? Find out more here:"
|
|
[community_develop]
|
|
other = "Develop and Contribute"
|
|
[community_contribute]
|
|
other = "If you want to get more involved by contributing to {{ .Site.Title }}, join us here:"
|
|
[community_how_to]
|
|
other = "You can find out how to contribute to {{ .Site.Title }} in our"
|
|
[community_guideline]
|
|
other = "Contribution Guidelines"
|