chore(i18n): complete Portuguese translations

This commit is contained in:
2026-07-29 18:40:12 +02:00
committed by Gitea
parent 0aee1ab9a6
commit 88bda40e87
+24 -1
View File
@@ -38,5 +38,28 @@
}
}
},
"slogan": "Feito para pesquisar."
"slogan": "Feito para pesquisar.",
"settings": {
"input": {
"done": {
"title": "Guardar valor",
"ariaLabel": "Guarda o valor introduzido"
}
},
"switch": {
"title": "Alternar valor",
"ariaLabel": "Alterna o valor"
},
"pages": {
"link": {
"ariaLabel": "Ir para a página de definições {page}"
}
},
"noSectionSelected": "Nenhuma secção de definições está selecionada.",
"selection": {
"option": {
"ariaLabel": "Seleciona a opção {option}"
}
}
}
}