File tree 3 files changed +61
-82
lines changed
3 files changed +61
-82
lines changed Original file line number Diff line number Diff line change 1
- [home ]
2
- other = " Accueil"
1
+ note = " Note"
2
+ tip = " Astuce"
3
+ important = " Important"
4
+ warning = " Attention"
5
+ caution = " Prudence"
6
+
7
+ home = " Accueil"
8
+ backToHome = " Revenir à l'accueil"
9
+ flip = " Retourne ça !"
10
+ about = " À propos"
11
+ search = " Rechercher"
12
+ prevPage = " Page précédente"
13
+ nextPage = " Page suivante"
14
+
15
+ archives = " Archives"
16
+ allCategories = " Toutes les catégories"
17
+ allTags = " Tous les étiquettes"
3
18
4
- [backToHome ]
5
- other = " Revenir à l'accueil"
6
-
7
- [flip ]
8
- other = " Retourne ça !"
9
-
10
- [archives ]
11
- other = " Archives"
12
-
13
- [allTags ]
14
- other = " Tous les étiquettes"
15
-
16
- [tag ]
17
- one = " 1 étiquette"
18
- other = " {{ .Count }} étiquettes"
19
-
20
- [allCategories ]
21
- other = " Toutes les catégories"
19
+ [minuteRead ]
20
+ one = " minute de lecture"
21
+ other = " minutes de lecture"
22
22
23
- [category ]
24
- one = " 1 catégorie"
25
- other = " {{ .Count }} catégories"
23
+ updatedAt = " Mise à jour le"
24
+ socialLinks = " Liens sociaux"
26
25
27
26
[article ]
28
27
one = " 1 article"
29
28
other = " {{ .Count }} articles"
30
29
31
- [socialLinks ]
32
- other = " Liens sociaux"
33
-
34
- [minuteRead ]
35
- one = " minute de lecture"
36
- other = " minutes de lecture"
37
-
38
- [updatedAt ]
39
- other = " Mise à jour le"
40
-
41
- [prevPage ]
42
- other = " Page précédente"
30
+ [category ]
31
+ one = " 1 catégorie"
32
+ other = " {{ .Count }} catégories"
43
33
44
- [nextPage ]
45
- other = " Page suivante"
34
+ [tag ]
35
+ one = " 1 étiquette"
36
+ other = " {{ .Count }} étiquettes"
Original file line number Diff line number Diff line change 1
- [home ]
2
- other = " Página inicial"
3
-
4
- [backToHome ]
5
- other = " Voltar para a página inicial"
6
-
7
- [flip ]
8
- other = " Girar!"
9
-
10
- [archives ]
11
- other = " Arquivos"
12
-
13
- [allTags ]
14
- other = " Todas as tags"
15
-
16
- [tag ]
17
- one = " 1 tag"
18
- other = " {{ .Count }} tags"
19
-
20
- [allCategories ]
21
- other = " Todas as categorias"
22
-
23
- [category ]
24
- one = " 1 categoria"
25
- other = " {{ .Count }} categorias"
26
-
27
- [article ]
28
- one = " 1 artigo"
29
- other = " {{ .Count }} artigos"
30
-
31
- [socialLinks ]
32
- other = " Links de redes sociais"
1
+ note = " Nota"
2
+ tip = " Dica"
3
+ important = " Importante"
4
+ warning = " Aviso"
5
+ caution = " Cuidado"
6
+
7
+ home = " Página inicial"
8
+ backToHome = " Voltar para a página inicial"
9
+ flip = " Girar!"
10
+ about = " Sobre"
11
+ search = " Pesquisar"
12
+ prevPage = " Página anterior"
13
+ nextPage = " Próxima página"
14
+
15
+ archives = " Arquivos"
16
+ allCategories = " Todas as categorias"
17
+ allTags = " Todas as tags"
33
18
34
19
[minuteRead ]
35
20
one = " minuto de leitura"
36
21
other = " minutos de leitura"
37
22
38
- [ updatedAt ]
39
- other = " Atualizado "
23
+ updatedAt = " Atualizado "
24
+ socialLinks = " Links de redes sociais "
40
25
41
- [prevPage ]
42
- other = " Página anterior"
26
+ [article ]
27
+ one = " 1 artigo"
28
+ other = " {{ .Count }} artigos"
43
29
44
- [nextPage ]
45
- other = " Próxima página"
30
+ [category ]
31
+ one = " 1 categoria"
32
+ other = " {{ .Count }} categorias"
46
33
47
- [search ]
48
- other = " Pesquisar"
34
+ [tag ]
35
+ one = " 1 tag"
36
+ other = " {{ .Count }} tags"
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ prevPage = "上一页"
13
13
nextPage = " 下一页"
14
14
15
15
archives = " 归档"
16
- allTags = " 所有标签"
17
16
allCategories = " 所有分类"
17
+ allTags = " 所有标签"
18
18
19
19
minuteRead = " 分钟阅读"
20
20
updatedAt = " 更新于"
@@ -24,10 +24,10 @@ socialLinks = "社交链接"
24
24
one = " 1篇文章"
25
25
other = " {{ .Count }}篇文章"
26
26
27
- [tag ]
28
- one = " 1标签"
29
- other = " {{ .Count }}标签"
30
-
31
27
[category ]
32
28
one = " 1分类"
33
29
other = " {{ .Count }}分类"
30
+
31
+ [tag ]
32
+ one = " 1标签"
33
+ other = " {{ .Count }}标签"
You can’t perform that action at this time.
0 commit comments