Skip to content

Commit 2b6d2cd

Browse files
authored
fix: supplement translations in fr/pt (#327)
1 parent 734670c commit 2b6d2cd

File tree

3 files changed

+61
-82
lines changed

3 files changed

+61
-82
lines changed

i18n/fr.toml

+28-37
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,36 @@
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"
318

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"
2222

23-
[category]
24-
one = "1 catégorie"
25-
other = "{{ .Count }} catégories"
23+
updatedAt = "Mise à jour le"
24+
socialLinks = "Liens sociaux"
2625

2726
[article]
2827
one = "1 article"
2928
other = "{{ .Count }} articles"
3029

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"
4333

44-
[nextPage]
45-
other = "Page suivante"
34+
[tag]
35+
one = "1 étiquette"
36+
other = "{{ .Count }} étiquettes"

i18n/pt.toml

+28-40
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,36 @@
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"
3318

3419
[minuteRead]
3520
one = " minuto de leitura"
3621
other = " minutos de leitura"
3722

38-
[updatedAt]
39-
other = "Atualizado"
23+
updatedAt = "Atualizado"
24+
socialLinks = "Links de redes sociais"
4025

41-
[prevPage]
42-
other = "Página anterior"
26+
[article]
27+
one = "1 artigo"
28+
other = "{{ .Count }} artigos"
4329

44-
[nextPage]
45-
other = "Próxima página"
30+
[category]
31+
one = "1 categoria"
32+
other = "{{ .Count }} categorias"
4633

47-
[search]
48-
other = "Pesquisar"
34+
[tag]
35+
one = "1 tag"
36+
other = "{{ .Count }} tags"

i18n/zh.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ prevPage = "上一页"
1313
nextPage = "下一页"
1414

1515
archives = "归档"
16-
allTags = "所有标签"
1716
allCategories = "所有分类"
17+
allTags = "所有标签"
1818

1919
minuteRead = "分钟阅读"
2020
updatedAt = "更新于"
@@ -24,10 +24,10 @@ socialLinks = "社交链接"
2424
one = "1篇文章"
2525
other = "{{ .Count }}篇文章"
2626

27-
[tag]
28-
one = "1标签"
29-
other = "{{ .Count }}标签"
30-
3127
[category]
3228
one = "1分类"
3329
other = "{{ .Count }}分类"
30+
31+
[tag]
32+
one = "1标签"
33+
other = "{{ .Count }}标签"

0 commit comments

Comments
 (0)