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

ca.toml « i18n - github.com/g1eny0ung/hugo-theme-dream.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0e99d2f9b73bb834a88d8a200810035118fae659 (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
[home]
other = "Pàgina inicial"

[backToHome]
other = "Tornar a la pàgina d'inici"

[flip]
other = "Capgirar!"

[archives]
other = "Arxiu"

[allTags]
other = "Totes les etiquetes"

[tag]
one = "1 etiqueta"
other = "{{ .Count }} etiquetes"

[allCategories]
other = "Totes les categories"

[category]
one = "1 categoria"
other = "{{ .Count }} categories"

[article]
one = "1 article"
other = "{{ .Count }} articles"

[socialLinks]
other = "Enllaços de xarxes socials"

[minuteRead]
one = " minut de lectura"
other = " minuts de lectura"

[updateAt]
other = "Actualització a"

[noTag]
other = "Sense etiquetes"

[prevPage]
other = "Pàgina anterior"

[nextPage]
other = "Pàgina següent"

[saveAsImage]
other = "Desa com a imatge"

[search]
other = "Buscar"