site

personal website, served at mordaunt.dev/site
Log | Files | Refs

ar.toml (852B)


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