sr-latn.toml (854B)
1 [categories] 2 one = "kategorija" 3 other = "kategorije" 4 5 [tags] 6 one = "tag" 7 other = "tagovi" 8 9 [series] 10 one = "serija" 11 other = "serije" 12 13 [authors] 14 one = "autor" 15 other = "autori" 16 17 [posts] 18 other = "objave" 19 20 [reading_time] 21 one = "Jedan minut čitanja" 22 other = "{{ .Count }} minuta čitanja" 23 24 [page_not_found] 25 other = "Stranica nije pronađena" 26 27 [page_does_not_exist] 28 other = "Izvinite, ova stranica ne postoji." 29 30 [head_back] 31 other = "Možete se vratiti na <a href=\"{{ . }}\">početnu stranicu</a>." 32 33 [licensed_under] 34 other = "Licensirano pod" 35 36 [powered_by] 37 other = "Pokreće" 38 39 [see_also] 40 other = "takođe proveriti" 41 42 [note] 43 other = "napomena" 44 45 [tip] 46 other = "savet" 47 48 [example] 49 other = "primer" 50 51 [question] 52 other = "pitanje" 53 54 [info] 55 other = "informacija" 56 57 [warning] 58 other = "upozorenje" 59 60 [error] 61 other = "greška" 62 63 [link_to_heading] 64 other = "Link do zaglavlja"