1
0

ar.toml 852 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. [categories]
  2. one = "فئة"
  3. other = "categories"
  4. [tags]
  5. one = "وَسم"
  6. other = "tags"
  7. [series]
  8. one = "سلسلة"
  9. other = "series"
  10. [authors]
  11. one = "الكاتب"
  12. other = "authors"
  13. [posts]
  14. other = "المنشورات"
  15. [reading_time]
  16. other = "تستغرق {{ .Count }} د"
  17. [page_not_found]
  18. other = "الصفحة غير موجودة"
  19. [page_does_not_exist]
  20. other = "هذه الصفحة غير موجودة"
  21. [head_back]
  22. other = "بإمكانك العودة إلى <a href=\"{{ . }}\">homepage</a>."
  23. [licensed_under]
  24. other = "Licensed under"
  25. [powered_by]
  26. other = "بواسطة"
  27. [see_also]
  28. other = "انظر أيضاً"
  29. [note]
  30. other = "note"
  31. [tip]
  32. other = "tip"
  33. [example]
  34. other = "example"
  35. [question]
  36. other = "question"
  37. [info]
  38. other = "info"
  39. [warning]
  40. other = "warning"
  41. [error]
  42. other = "error"
  43. [link_to_heading]
  44. other = "Link to heading"