From 88bda40e870453111289a040d60f44966b14a727 Mon Sep 17 00:00:00 2001 From: Jakob Gregory <7+jakob.gregory@noreply.localhost> Date: Wed, 29 Jul 2026 18:40:12 +0200 Subject: [PATCH] chore(i18n): complete Portuguese translations --- src/locales/pt.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/src/locales/pt.json b/src/locales/pt.json index c4813ef..bd6bbf1 100644 --- a/src/locales/pt.json +++ b/src/locales/pt.json @@ -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}" + } + } + } } \ No newline at end of file