Complete missing settings translations #154

Merged
jakob.scheid merged 10 commits from chore/complete-translations into main 2026-07-30 10:06:50 +02:00
Showing only changes of commit 88bda40e87 - Show all commits
+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}"
}
}
}
}