Skip to content

Commit 2c61d04

Browse files
authored
Add albanian translation (#564)
1 parent ac94731 commit 2c61d04

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed

i18n/sq.toml

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
[category]
2+
other = "kategori"
3+
4+
[categories]
5+
other = "kategoritë"
6+
7+
[tag]
8+
other = "shenjim"
9+
10+
[tags]
11+
other = "shenjuesat"
12+
13+
[series]
14+
other = "seritë"
15+
16+
[author]
17+
other = "autori"
18+
19+
[authors]
20+
other = "autorë"
21+
22+
[posts]
23+
other = "postime"
24+
25+
[reading_time]
26+
one = "një-minutë lexim"
27+
other = "{{ .Count }}-minute read"
28+
29+
[page_not_found]
30+
other = "Nuk u gjet faqja"
31+
32+
[page_does_not_exist]
33+
other = "Na vjen keq, faqja nuk u gjet"
34+
35+
[head_back]
36+
other = "Mund të ktheheni prapë tek <a href=\"{{ . }}\">homepage</a>."
37+
38+
[powered_by]
39+
other = "Mundësuar nga "
40+
41+
[see_also]
42+
other = "Shiko gjithashtu"
43+
44+
[note]
45+
other = "shënim"
46+
47+
[tip]
48+
other = "ndihmë"
49+
50+
[example]
51+
other = "shembull"
52+
53+
[question]
54+
other = "pyetje"
55+
56+
[info]
57+
other = "informacion"
58+
59+
[warning]
60+
other = "kujdes"
61+
62+
[error]
63+
other = "gabim"

0 commit comments

Comments
 (0)