Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Portuguese translation for font customization options and styles #16

Merged
merged 1 commit into from
Aug 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions src/languages/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,24 +47,24 @@
"useCustom": "Usar personalizado"
},
"fontOptions": {
"title": "",
"description": "",
"hideLabel": "",
"title": "Estilização de texto",
"description": "Definir estilização de texto",
"hideLabel": "Ocultar rótulo",
"headerFontConfig": {
"title": "",
"description": ""
"title": "Título",
"description": "Definir estilização de título"
},
"labelFontConfig": {
"title": "",
"description": ""
"title": "Rótulo",
"description": "Definir estilização de rótulo"
},
"headerFontSize": "",
"headerFontColor": "",
"headerFontStyle": "",
"labelFontSize": "",
"labelFontColor": "",
"labelFontStyle": "",
"valueFontSize": ""
"headerFontSize": "Tamanho da fonte do título",
"headerFontColor": "Cor da fonte do título",
"headerFontStyle": "Estilo da fonte do título",
"labelFontSize": "Tamanho da fonte do rótulo",
"labelFontColor": "Cor da fonte do rótulo",
"labelFontStyle": "Estilo da fonte do rótulo",
"valueFontSize": "Tamanho da fonte do valor"
},
"compactView": "Visualização compacta",
"showBackground": "Mostrar plano de fundo",
Expand Down
Loading