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

ro.toml « i18n - github.com/luizdepra/hugo-coder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d3bb85446abb97ed661893b3381481cb7b0d9bab (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[categories]
one = "categorie"
other = "categorii"

[tags]
one = "etichetă"
other = "etichete"

[series]
one = "serie"
other = "serie"

[authors]
one = "autor"
other = "autori"

[posts]
other = "articole"

[reading_time]
one = "Un minut de lectură"
other = "{{ .Count }} {{ if lt .Count 20 }}minute{{ else }}de minute{{ end }} de lectură"

[page_not_found]
other = "Pagină Pierdută"

[page_does_not_exist]
other = "Ne pare rău, această pagină nu există."

[head_back]
other = "Poți să te întorci la <a href=\"{{ . }}\">pagina principală</a>."

[licensed_under]
other = "Licensed under"

[powered_by]
other = "Susținut de"

[see_also]
other = "Altele din seria"

[note]
other = "notă"

[tip]
other = "sfat"

[example]
other = "exemplu"

[question]
other = "întrebare"

[info]
other = "informație"

[warning]
other = "avertisment"

[error]
other = "eroare"

[link_to_heading]
other = "Link to heading"