You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

72 lines
4.6 KiB

  1. const ar = {
  2. "column_back_button.label": "العودة الى الوراء",
  3. "lightbox.close": "إغلاق",
  4. "loading_indicator.label": "تحميل ...",
  5. "status.mention": "أذكُر @{name}",
  6. "status.delete": "إحذف",
  7. "status.reply": "ردّ",
  8. "status.reblog": "رَقِّي",
  9. "status.favourite": "Favourite",
  10. "status.reblogged_by": "{name} رقى",
  11. "status.sensitive_warning": "محتوى حساس",
  12. "status.sensitive_toggle": "اضغط للعرض",
  13. "status.show_more": "أظهر المزيد",
  14. "status.show_less": "إعرض أقلّ",
  15. "status.open": "وسع هذه المشاركة",
  16. "status.report": "إبلِغ عن @{name}",
  17. "video_player.toggle_sound": "تبديل الصوت",
  18. "account.mention": "أُذكُر @{name}",
  19. "account.edit_profile": "تعديل الملف الشخصي",
  20. "account.unblock": "إلغاء الحظر عن @{name}",
  21. "account.unfollow": "إلغاء المتابعة",
  22. "account.block": "حظر @{name}",
  23. "account.follow": "إتبع",
  24. "account.posts": "المشاركات",
  25. "account.follows": "يتبع",
  26. "account.followers": "المتابعون",
  27. "account.follows_you": "يتابعك",
  28. "account.requested": "في انتظار الموافقة",
  29. "getting_started.heading": "إستعدّ للبدء",
  30. "getting_started.about_addressing": "يمكنك متابعة الأشخاص إذا كنت تعرف اسم المستخدم الخاص بهم والنطاق الذي هم عليه عن طريق إدخال عنوان شبيه بالبريد الإلكتروني في الحقل المخصص للبحث.",
  31. "getting_started.about_shortcuts": "إذا كان المستخدم المستهدف في نفس النطاق الذي تستخدمه، فإسم المستخدم وحده يكفي. وتنطبق نفس القاعدة على ذكر الأشخاص في المنشورات و التبويقات.",
  32. "getting_started.open_source_notice": "ماستدون برنامج مفتوح المصدر. يمكنك المساهمة، أو الإبلاغ عن تقارير الأخطاء، على GitHub {github}. {apps}.",
  33. "column.home": "الرئيسية",
  34. "column.community": "القائمة الزمنية المحلية",
  35. "column.public": "القائمة الزمنية الفيدرالية",
  36. "column.notifications": "الإشعارات",
  37. "tabs_bar.compose": "تحرير",
  38. "tabs_bar.home": "الرئيسية",
  39. "tabs_bar.mentions": "الإشارات",
  40. "tabs_bar.public": "القائمة الزمنية الفيدرالية",
  41. "tabs_bar.notifications": "الإشعارات",
  42. "compose_form.placeholder": "ماذا يدور في ذهنك ؟",
  43. "compose_form.publish": "بَوِّق",
  44. "compose_form.sensitive": "ضع علامة حساس على الوسائط",
  45. "compose_form.spoiler": "إخفاء النص وراء تحذير",
  46. "compose_form.private": "ضع علامة خاص",
  47. "compose_form.privacy_disclaimer": "Your private status will be delivered to mentioned users on {domains}. Do you trust {domainsCount, plural, one {that server} other {those servers}}? Post privacy only works on Mastodon instances. If {domains} {domainsCount, plural, one {is not a Mastodon instance} other {are not Mastodon instances}}, there will be no indication that your post is private, and it may be boosted or otherwise made visible to unintended recipients.",
  48. "compose_form.unlisted": "لا تعرض على الخيوط الزمنية العامة",
  49. "navigation_bar.edit_profile": "تعديل الملف الشخصي",
  50. "navigation_bar.preferences": "التفضيلات",
  51. "navigation_bar.community_timeline": "القائمة الزمنية المحلية",
  52. "navigation_bar.public_timeline": "القائمة الزمنية الفيدرالية",
  53. "navigation_bar.logout": "خروج",
  54. "reply_indicator.cancel": "إلغاء",
  55. "search.placeholder": "ابحث",
  56. "search.account": "حساب",
  57. "search.hashtag": "وسم",
  58. "upload_button.label": "إضافة وسائط",
  59. "upload_form.undo": "إلغاء",
  60. "notification.follow": "{name} يتبعك",
  61. "notification.favourite": "{name} أعجب بمنشورك",
  62. "notification.reblog": "{name} قام بترقية تبويقك",
  63. "notification.mention": "{name} ذكرك",
  64. "notifications.column_settings.alert": "إشعارات سطح المكتب",
  65. "notifications.column_settings.show": "إعرِضها في عمود",
  66. "notifications.column_settings.follow": "متابعُون جُدُد :",
  67. "notifications.column_settings.favourite": "المُفَضَّلة :",
  68. "notifications.column_settings.mention": "الإشارات :",
  69. "notifications.column_settings.reblog": "الترقيّات:",
  70. };
  71. export default ar;