themes/hugo-coder/i18n/ro.toml

ef7cf2a764a1472f708a1a8f2b459b3e53cd69ad · 852 B · 63 lines raw

1 [category]
2 other = "categorie"
3
4 [categories]
5 other = "categorii"
6
7 [tag]
8 other = "etichetă"
9
10 [tags]
11 other = "etichete"
12
13 [series]
14 other = "serie"
15
16 [author]
17 other = "autor"
18
19 [authors]
20 other = "autori"
21
22 [posts]
23 other = "articole"
24
25 [reading_time]
26 one = "Un minut de lectură"
27 other = "{{ .Count }} {{ if lt .Count 20 }}minute{{ else }}de minute{{ end }} de lectură"
28
29 [page_not_found]
30 other = "Pagină Pierdută"
31
32 [page_does_not_exist]
33 other = "Ne pare rău, această pagină nu există."
34
35 [head_back]
36 other = "Poți să te întorci la <a href=\"{{ . }}\">pagina principală</a>."
37
38 [powered_by]
39 other = "Susținut de"
40
41 [see_also]
42 other = "Altele din seria"
43
44 [note]
45 other = "notă"
46
47 [tip]
48 other = "sfat"
49
50 [example]
51 other = "exemplu"
52
53 [question]
54 other = "întrebare"
55
56 [info]
57 other = "informație"
58
59 [warning]
60 other = "avertisment"
61
62 [error]
63 other = "eroare"