Welcome to mirror list, hosted at ThFree Co, Russian Federation.

hr.yaml « i18n - github.com/adityatelange/hugo-PaperMod.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2f2d228ccddb9b112c037c7eff14af484fe734e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
- id: prev_page
  translation: "Prethodna stranica"

- id: next_page
  translation: "Sljedeća stranica"

- id: read_time
  translation:
    one : "1 minuta"
    other: "{{ .Count }} minute"

- id: words
  translation:
    one : "riječ"
    other: "{{ .Count }} riječi"

- id: toc
  translation: "Tablica Sadržaja"

- id: translations
  translation: "Prijevodi"

- id: home
  translation: "Početna stranica"

- id: edit_post
  translation: "Promjeni"

- id: code_copy
  translation: "kopiraj"

- id: code_copied
  translation: "kopirano!"