Skip to content

Commit e7ab724

Browse files
committed
🎨 Improve i18n
Former-commit-id: 47b89a6 [formerly 0f07eca] Former-commit-id: 7dbdae65065420a9bd5f4e23402a757a3460b702 Former-commit-id: fe39137
1 parent edfa3fe commit e7ab724

File tree

5 files changed

+90
-96
lines changed

5 files changed

+90
-96
lines changed

i18n/en.toml

+14-23
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
[blogAlias]
2-
other = "'s blog"
3-
4-
[aboutHeader]
5-
other = "About"
6-
71
[home]
82
other = "Home"
93

@@ -22,34 +16,31 @@ other = "Next page"
2216
[flip]
2317
other = "About Me"
2418

25-
[clickToPopTagsAndCategories]
26-
other = "Click this to pop tags and categories"
19+
[popTagsCategories]
20+
other = "Show/hide tags and categories"
2721

28-
[updateAt]
22+
[lastUpdate]
2923
other = "Last updated on"
3024

3125
[returnHome]
3226
other = "Return to Homepage"
3327

34-
[noTag]
35-
other = "No Tag"
36-
37-
[archives]
28+
[archive]
3829
other = "Archive"
3930

40-
[tag]
41-
one = "Tag"
42-
other = "{{ .Count }} tags"
31+
[allCards]
32+
other = "All Cards"
4333

44-
[category]
45-
one = "Category"
46-
other = "{{ .Count }} categories"
34+
[noTag]
35+
other = "No tag"
4736

48-
[allTags]
49-
other = "All Tags"
37+
[tag]
38+
one = "All Tags"
39+
other = "Tag"
5040

51-
[allCategories]
52-
other = "All Categories"
41+
[category]
42+
one = "All Categories"
43+
other = "Category"
5344

5445
[article]
5546
one = "1 article"

i18n/es.toml

+17-20
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
[blogAlias]
2-
other = "El blog de "
3-
4-
[aboutHeader]
5-
other = "Sobre mi"
6-
71
[home]
82
other = "Inicio"
93

4+
[showSidebar]
5+
other = "Mostrar barra lateral"
6+
7+
[rssFeed]
8+
other = "RSS Feed"
9+
1010
[prevPage]
1111
other = "Página anterior"
1212

@@ -16,34 +16,31 @@ other = "Página siguiente"
1616
[flip]
1717
other = "Sobre mi"
1818

19-
[clickToPopTagsAndCategories]
20-
other = "Haz click para poner tags y categorías"
19+
[popTagsCategories]
20+
other = "Mostrar/ocultar tags y categorías"
2121

22-
[updateAt]
22+
[lastUpdate]
2323
other = "Actualizado por última vez"
2424

2525
[returnHome]
2626
other = "Volver a la página inicial"
2727

28+
[allCards]
29+
other = "Todas las tarjetas"
30+
2831
[noTag]
2932
other = "No hay tag"
3033

31-
[archives]
34+
[archive]
3235
other = "Archivo"
3336

3437
[tag]
35-
one = "Tag"
36-
other = "{{ .Count }} tags"
38+
one = "Todos los Tags"
39+
other = "Tag"
3740

3841
[category]
39-
one = "Categoría"
40-
other = "{{ .Count }} categorías"
41-
42-
[allTags]
43-
other = "Todos los Tags"
44-
45-
[allCategories]
46-
other = "Todas las categorías"
42+
one = "Todas las categorías"
43+
other = "Categoría"
4744

4845
[article]
4946
one = "1 artículo"

i18n/fr.toml

+19-22
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
[blogAlias]
2-
other = "Le blog de "
3-
4-
[aboutHeader]
5-
other = "A propos"
6-
71
[home]
82
other = "Accueil"
93

4+
[showSidebar]
5+
other = "RSS Feed"
6+
7+
[rssFeed]
8+
other = ""
9+
1010
[prevPage]
1111
other = "Page précédente"
1212

@@ -16,34 +16,31 @@ other = "Page suivante"
1616
[flip]
1717
other = "A propos de moi"
1818

19-
[clickToPopTagsAndCategories]
20-
other = "Cliquer ici pour afficher/cacher les tags et les catégories"
19+
[popTagsCategories]
20+
other = "Afficher / masquer les balises et les catégories"
2121

22-
[updateAt]
22+
[lastUpdate]
2323
other = "Dernière actualisation"
2424

2525
[returnHome]
2626
other = "Retourner à la page d'accueil"
2727

28+
[archive]
29+
other = "Archives"
30+
31+
[allCards]
32+
other = "Toutes les cartes"
33+
2834
[noTag]
2935
other = "Pas de tag"
3036

31-
[archives]
32-
other = "Archives"
33-
3437
[tag]
35-
one = "Tag"
36-
other = "{{ .Count }} tags"
38+
one = "Tous les Tags"
39+
other = "Tag"
3740

3841
[category]
39-
one = "Catégorie"
40-
other = "{{ .Count }} catégories"
41-
42-
[allTags]
43-
other = "Tous les Tags"
44-
45-
[allCategories]
46-
other = "Toutes les Catégories"
42+
one = "Toutes les Catégories"
43+
other = "Catégorie"
4744

4845
[article]
4946
one = "1 article"

i18n/id.toml

+13-22
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
[blogAlias]
2-
other = "Blog "
3-
4-
[aboutHeader]
5-
other = "Tentang"
6-
71
[home]
82
other = "Beranda"
93

@@ -22,34 +16,31 @@ other = "Halaman berikutnya"
2216
[flip]
2317
other = "Tentang Saya"
2418

25-
[clickToPopTagsAndCategories]
26-
other = "Klik di sini untuk menampilkan tag dan kategori"
19+
[popTagsCategories]
20+
other = "Tampilkan/sembunyikan tag dan kategori"
2721

28-
[updateAt]
22+
[lastUpdate]
2923
other = "Terakhir diperbarui"
3024

3125
[returnHome]
3226
other = "Kembali ke Beranda"
3327

28+
[archive]
29+
other = "Arsip"
30+
31+
[allCards]
32+
other = "Semua Kartu"
33+
3434
[noTag]
3535
other = "Tidak ada Tag"
3636

37-
[archives]
38-
other = "Arsip"
39-
4037
[tag]
41-
one = "Tag"
42-
other = "{{ .Count }} tag"
38+
one = "Semua Tag"
39+
other = "Tag"
4340

4441
[category]
45-
one = "Kategori"
46-
other = "{{ .Count }} kategori"
47-
48-
[allTags]
49-
other = "Semua Tag"
50-
51-
[allCategories]
52-
other = "Semua Kategori"
42+
one = "Semua Kategori"
43+
other = "Kategori"
5344

5445
[article]
5546
one = "1 artikel"

i18n/zh.toml

+27-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
[blogAlias]
2-
other = "的博客"
3-
4-
[aboutHeader]
5-
other = "关于"
6-
71
[home]
82
other = "首页"
93

4+
[showSidebar]
5+
other = "显示补充工具栏"
6+
7+
[rssFeed]
8+
other = "RSS Feed"
9+
1010
[prevPage]
1111
other = "前一页"
1212

@@ -16,14 +16,32 @@ other = "后一页"
1616
[flip]
1717
other = "翻转"
1818

19-
[clickToPopTagsAndCategories]
20-
other = "点击弹出标签和分类"
19+
[popTagsCategories]
20+
other = "显示/隐藏标签和类别"
2121

22-
[updateAt]
22+
[lastUpdate]
2323
other = "更新于"
2424

2525
[returnHome]
2626
other = "返回首页"
2727

28+
[archive]
29+
other = "档案"
30+
31+
[allCards]
32+
other = "所有卡片"
33+
2834
[noTag]
2935
other = "暂无标签"
36+
37+
[tag]
38+
one = "所有标签"
39+
other = "标签"
40+
41+
[category]
42+
one = "所有类别"
43+
other = "类别"
44+
45+
[article]
46+
one = "文章"
47+
other = "{{ .Count }} 用品"

0 commit comments

Comments
 (0)