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

New Crowdin updates #1692

Merged
merged 6 commits into from
Nov 23, 2023
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions public/locales/pt/common.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"save": "Salvar",
"apply": "",
"insert": "",
"apply": "Aplicar",
"insert": "Inserir",
"about": "Sobre",
"cancel": "Cancelar",
"close": "Fechar",
Expand Down Expand Up @@ -45,13 +45,13 @@
"seeMore": "Veja mais...",
"position": {
"left": "Esquerda",
"center": "",
"center": "Centralizado",
"right": "Certo"
},
"attributes": {
"width": "Largura",
"height": "Altura"
},
"public": "Público",
"restricted": ""
"restricted": "Restrito"
}
12 changes: 6 additions & 6 deletions public/locales/pt/modules/torrents-status.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"label": "Mostrar torrentes completas"
},
"displayActiveTorrents": {
"label": ""
"label": "Exibir torrents ativos"
},
"speedLimitOfActiveTorrents": {
"label": ""
"label": "Velocidade de upload para considerar um torrent como ativo (kB/s)"
},
"displayStaleTorrents": {
"label": "Exibição de torrentes envelhecidas"
Expand All @@ -27,17 +27,17 @@
"description": "Quando a opção \"is whitelist\" estiver marcada, ela funcionará como uma lista de permissões. Se não estiver marcada, será uma lista negra. Não fará nada quando estiver vazia"
},
"displayRatioWithFilter": {
"label": "",
"info": ""
"label": "Exibir proporção da lista de torrents filtrados",
"info": "Se estiver desativado, somente a proporção global será exibida. A proporção global ainda usará os rótulos se estiver definida"
}
}
},
"card": {
"footer": {
"error": "Erro",
"lastUpdated": "Última actualização {{time}} atrás",
"ratioGlobal": "",
"ratioWithFilter": ""
"ratioGlobal": "Proporção global",
"ratioWithFilter": "Proporção com filtro"
},
"table": {
"header": {
Expand Down
2 changes: 1 addition & 1 deletion public/locales/pt/settings/customization/general.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"description": "Configure o Homarr para usuários com deficiência ou incapacitados"
},
"access": {
"name": "",
"name": "Acesso",
"description": "Configure quem tem acesso ao seu quadro"
}
}
Expand Down
22 changes: 11 additions & 11 deletions public/locales/pt/settings/customization/page-appearance.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,26 @@
"label": "Antecedentes"
},
"backgroundImageAttachment": {
"label": "",
"label": "Anexo de imagem de fundo",
"options": {
"fixed": "",
"scroll": ""
"fixed": "Fixado - O plano de fundo permanece na mesma posição (recomendado)",
"scroll": "Rolagem - O plano de fundo rola com seu mouse"
}
},
"backgroundImageSize": {
"label": "",
"label": "Tamanho da imagem de fundo",
"options": {
"cover": "",
"contain": ""
"cover": "Capa - Dimensiona a imagem o menor possível para cobrir toda a janela cortando o espaço excessivo. (recomendado)",
"contain": "Conter - Dimensiona a imagem o máximo possível dentro de seu contêiner, sem cortar ou esticar a imagem."
}
},
"backgroundImageRepeat": {
"label": "",
"label": "Anexo de imagem de fundo",
"options": {
"repeat": "",
"no-repeat": "",
"repeat-x": "",
"repeat-y": ""
"repeat": "Repetir - A imagem é repetida o quanto for necessário para cobrir toda a área de pintura da imagem de fundo.",
"no-repeat": "Sem repetição - A imagem não se repete e pode não preencher todo o espaço (recomendado)",
"repeat-x": "Repetir X - O mesmo que 'Repetir', mas apenas no eixo horizontal.",
"repeat-y": "Repetir Y - O mesmo que 'Repetir', mas apenas no eixo vertical."
}
},
"customCSS": {
Expand Down
6 changes: 3 additions & 3 deletions public/locales/pt/tools/docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"title": "Docker",
"alerts": {
"notConfigured": {
"text": ""
"text": "Sua instância do Homarr não possui o Docker configurado ou falhou em buscar contêineres. Por favor, verifique a documentação sobre como configurar a integração."
}
},
"modals": {
"selectBoard": {
"title": "Escolha uma placa",
"title": "Escolha um quadro",
"text": "Escolha o quadro em que deseja adicionar os aplicativos para os contêineres do Docker selecionados.",
"form": {
"board": {
"label": "Diretoria"
"label": "Quadro"
},
"submit": "Adicionar aplicativos"
}
Expand Down
Loading