site

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

sk.toml (961B)


      1 [categories]
      2 one = "kategória"
      3 other = "categories"
      4 
      5 [tags]
      6 one = "téma"
      7 other = "tags"
      8 
      9 [series]
     10 one = "diel"
     11 other = "series"
     12 
     13 [authors]
     14 one = "autor"
     15 other = "authors"
     16 
     17 [posts]
     18 other = "články"
     19 
     20 [reading_time]
     21 one = "Prečítate si za minútu"
     22 few = "Prečítate si do {{ .Count }} minút"
     23 many = "Prečítate si do {{ .Count }} minút"
     24 other = "Prečítate si do {{ .Count }} minút"
     25 
     26 [page_not_found]
     27 other = "Stránka nebola nájdená"
     28 
     29 [page_does_not_exist]
     30 other = "Prepáčte, ale táto stránka neexistuje."
     31 
     32 [head_back]
     33 other = "Späť na <a href=\"{{ . }}\">domácu stránku</a>."
     34 
     35 [licensed_under]
     36 other = "Licensed under"
     37 
     38 [see_also]
     39 other = "Pozrite tiež"
     40 
     41 [powered_by]
     42 other = "Táto stránka bola vytvorená cez"
     43 
     44 [note]
     45 other = "note"
     46 
     47 [tip]
     48 other = "tip"
     49 
     50 [example]
     51 other = "example"
     52 
     53 [question]
     54 other = "question"
     55 
     56 [info]
     57 other = "info"
     58 
     59 [warning]
     60 other = "warning"
     61 
     62 [error]
     63 other = "error"
     64 
     65 [link_to_heading]
     66 other = "Link to heading"