np.toml (1127B)
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 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 = "Licensed under" 35 36 [powered_by] 37 other = "द्वारा संचालित" 38 39 [see_also] 40 other = "यो पनि हेर्नुहोस।" 41 42 [note] 43 other = "note" 44 45 [tip] 46 other = "tip" 47 48 [example] 49 other = "example" 50 51 [question] 52 other = "question" 53 54 [info] 55 other = "info" 56 57 [warning] 58 other = "warning" 59 60 [error] 61 other = "error" 62 63 [link_to_heading] 64 other = "Link to heading"