config: update crowdin translations
This commit is contained in:
@@ -1,13 +1,21 @@
|
||||
{
|
||||
"metaTitle": "Usuários",
|
||||
"pageTitle": "Gerenciar usuários",
|
||||
"text": "Usando usuários, você pode configurar quem pode editar seus painéis. As versões futuras do Homarr terão um controle ainda mais granular sobre as permissões e os painéis.",
|
||||
"buttons": {
|
||||
"create": "Criar"
|
||||
},
|
||||
"filter": {
|
||||
"roles": {
|
||||
"all": "",
|
||||
"normal": "",
|
||||
"admin": "",
|
||||
"owner": ""
|
||||
}
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"user": "Usuário"
|
||||
"user": "Usuário",
|
||||
"email": "E-mail"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
|
||||
55
public/locales/pt/manage/users/edit.json
Normal file
55
public/locales/pt/manage/users/edit.json
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"metaTitle": "",
|
||||
"back": "",
|
||||
"sections": {
|
||||
"general": {
|
||||
"title": "Geral",
|
||||
"inputs": {
|
||||
"username": {
|
||||
"label": "Usuário"
|
||||
},
|
||||
"eMail": {
|
||||
"label": "E-mail"
|
||||
}
|
||||
}
|
||||
},
|
||||
"security": {
|
||||
"title": "",
|
||||
"inputs": {
|
||||
"password": {
|
||||
"label": ""
|
||||
},
|
||||
"terminateExistingSessions": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"confirm": {
|
||||
"label": "Confirme",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"roles": {
|
||||
"title": "",
|
||||
"currentRole": "",
|
||||
"badges": {
|
||||
"owner": "",
|
||||
"admin": "",
|
||||
"normal": ""
|
||||
}
|
||||
},
|
||||
"deletion": {
|
||||
"title": "",
|
||||
"inputs": {
|
||||
"confirmUsername": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"confirm": {
|
||||
"label": "Excluir permanentemente",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
17
public/locales/pt/modules/smart-home/entity-state.json
Normal file
17
public/locales/pt/modules/smart-home/entity-state.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"entityNotFound": "Entidade não encontrada",
|
||||
"descriptor": {
|
||||
"name": "Entidade Home Assistant",
|
||||
"description": "Estado atual de uma entidade do Home Assistant",
|
||||
"settings": {
|
||||
"title": "Estado da entidade",
|
||||
"entityId": {
|
||||
"label": "ID da entidade",
|
||||
"info": "ID de entidade exclusiva do Home Assistant. Copie clicando na entidade > Clique no ícone de engrenagem > Clique no botão copiar em 'ID da entidade'. Algumas entidades personalizadas podem não ser suportadas."
|
||||
},
|
||||
"displayName": {
|
||||
"label": "Nome de exibição"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -41,12 +41,22 @@
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"isCompleted": "",
|
||||
"name": "Nome",
|
||||
"dateAdded": "",
|
||||
"size": "Tamanho",
|
||||
"download": "Para baixo",
|
||||
"upload": "Para cima",
|
||||
"estimatedTimeOfArrival": "TED",
|
||||
"progress": "Progresso"
|
||||
"progress": "Progresso",
|
||||
"totalUploaded": "",
|
||||
"totalDownloaded": "",
|
||||
"ratio": "",
|
||||
"seeds": "",
|
||||
"peers": "",
|
||||
"label": "",
|
||||
"state": "Estado",
|
||||
"stateMessage": ""
|
||||
},
|
||||
"item": {
|
||||
"text": "Gerido por {{appName}}, {{ratio}} ratio"
|
||||
|
||||
Reference in New Issue
Block a user