site

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

hi.toml (1286B)


      1 [categories]
      2 one = "श्रेणी"
      3 other = "श्रेणियाँ"
      4 
      5 [tags]
      6 one = "टैग"
      7 other = "टैग्स"
      8 
      9 [series]
     10 one = "श्रृंखला"
     11 other = "श्रृंखलाएँ"
     12 
     13 [authors]
     14 one = "लेखक"
     15 other = "लेखक"
     16 
     17 [posts]
     18 other = "सामग्री"
     19 
     20 [reading_time]
     21 one = "पढ़ने में एक मिनट लगेगा"
     22 other = "पढ़ने में {{ .Count }} मिनट लगेंगे"
     23 
     24 [page_not_found]
     25 other = "पृष्ठ नहीं मिला"
     26 
     27 [page_does_not_exist]
     28 other = "क्षमा करें, यह पृष्ठ मौजूद नहीं है।"
     29 
     30 [head_back]
     31 other = "आप <a href=\"{{ . }}\">मुखपृष्ठ</a> पर वापस आ सकते हैं।"
     32 
     33 [licensed_under]
     34 other = "लाइसेंस:"
     35 
     36 [powered_by]
     37 other = "संचालन:"
     38 
     39 [see_also]
     40 other = "यह भी देखें"
     41 
     42 [note]
     43 other = "नोट"
     44 
     45 [tip]
     46 other = "टिप्पणी"
     47 
     48 [example]
     49 other = "उदाहरण"
     50 
     51 [question]
     52 other = "प्रश्न"
     53 
     54 [info]
     55 other = "जानकारी"
     56 
     57 [warning]
     58 other = "चेतावनी"
     59 
     60 [error]
     61 other = "त्रुटि"
     62 
     63 
     64 [link_to_heading]
     65 other = "हैडिंग की कड़ी"