Skip to content

Commit 93c8131

Browse files
committed
i18n: portuguese translation added
commit 404985f6791f4fa106fccce662d5cb6d7cfe0178 Author: Nico Kaiser <nico@kaiser.me> Date: Thu Sep 4 22:18:21 2025 +0200 remove .DS_Store and add to .gitignore commit ef94d8394b423d0d2d8db3b8618fdfa414db79c2 Author: Nico Kaiser <nico@kaiser.me> Date: Thu Sep 4 22:17:23 2025 +0200 revert en.yaml commit e8e33c3 Merge: 15afdb7 db3a6bd Author: mnunes <marcus.nunes@gmail.com> Date: Thu Sep 4 08:52:47 2025 -0300 Update .DS_Store commit 15afdb7 Author: mnunes <marcus.nunes@gmail.com> Date: Thu Sep 4 08:52:26 2025 -0300 i18n: portuguese translation added commit db3a6bd Author: mnunes <marcus.nunes@gmail.com> Date: Thu Sep 4 07:24:20 2025 -0300 Create .DS_Store
1 parent 56921c1 commit 93c8131

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules/
22
package-lock.json
33
.hugo_build.lock
44
exampleSite/assets/jsconfig.json
5+
.DS_Store

i18n/pt.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
menu: Menu
2+
home: Home
3+
pageNotFound: Página não encontrada
4+
toHomepage: Ir para a página inicial
5+
closeTitle: Fechar
6+
zoomTitle: Zoom
7+
arrowPrevTitle: Anterior
8+
arrowNextTitle: Próxima
9+
errorMsg: A foto não pode ser carregada
10+
downloadTitle: Download
11+
relatedAlbums: Álbums Relacionados
12+
photoCount:
13+
one: 1 foto
14+
other: "{{ . }} fotos"
15+
albumCount:
16+
one: "{{ .photoCount }} em {{ .count }} álbum"
17+
other: "{{ .photoCount }} em {{ .count }} álbums"

0 commit comments

Comments
 (0)