mirror of https://github.com/abpframework/abp.git
22 changed files with 125 additions and 17 deletions
@ -1,9 +1,11 @@ |
|||
{ |
|||
"culture": "pt-BR", |
|||
"texts": { |
|||
"GivenTenantIsNotAvailable": "Tenant não está disponível: {0}", |
|||
"SwitchTenant": "Trocar tenant", |
|||
"GivenTenantIsNotAvailable": "Inquilino não está disponível: {0}", |
|||
"Tenant": "Inquilino", |
|||
"Switch": "trocar", |
|||
"Name": "Nome", |
|||
"SwitchTenantHint": "Deixe o campo de nome em branco para alternar para o lado do host." |
|||
"SwitchTenantHint": "Deixe o campo de nome em branco para alternar para o lado do host.", |
|||
"NotSelected": "Não selecionado" |
|||
} |
|||
} |
|||
@ -1,6 +1,7 @@ |
|||
{ |
|||
"culture": "pt-BR", |
|||
"texts": { |
|||
"BirthDate": "Aniversário" |
|||
"BirthDate": "Aniversário", |
|||
"Value1": "Valor Um" |
|||
} |
|||
} |
|||
@ -1,6 +1,7 @@ |
|||
{ |
|||
"culture": "en", |
|||
"texts": { |
|||
"USA": "United States of America" |
|||
"USA": "United States of America", |
|||
"Brazil": "Brasil" |
|||
} |
|||
} |
|||
@ -0,0 +1,10 @@ |
|||
{ |
|||
"culture": "pt-BR", |
|||
"texts": { |
|||
"Permission:DocumentManagement": "Gerenciar Documentos", |
|||
"Permission:Projects": "Projetos", |
|||
"Permission:Edit": "Editar", |
|||
"Permission:Delete": "Excluir", |
|||
"Permission:Create": "Criar" |
|||
} |
|||
} |
|||
@ -0,0 +1,26 @@ |
|||
{ |
|||
"culture": "pt-BR", |
|||
"texts": { |
|||
"Menu:DocumentManagement": "Documentos", |
|||
"Menu:ProjectManagement": "Projetos", |
|||
"CreateANewProject": "Criar um novo projeto", |
|||
"Edit": "Editar", |
|||
"Create": "Criar", |
|||
"Projects": "Projetos", |
|||
"Name": "Nome", |
|||
"ShortName": "Nome Curto", |
|||
"DocumentStoreType": "DocumentStoreType", |
|||
"Format": "Formato", |
|||
"ShortNameInfoText": "Será utilizado para URL única.", |
|||
"DisplayName:Name": "Nome", |
|||
"DisplayName:ShortName": "Nome Curto", |
|||
"DisplayName:Format": "Formatar", |
|||
"DisplayName:DefaultDocumentName": "Nome padrão do documento", |
|||
"DisplayName:NavigationDocumentName": "Nome de navegação do documento", |
|||
"DisplayName:MinimumVersion": "VErsão mínima", |
|||
"DisplayName:MainWebsiteUrl": "URL do site principal", |
|||
"DisplayName:LatestVersionBranchName": "Nome do branch da última versão", |
|||
"DisplayName:GitHubRootUrl": "URL raíz do GitHub", |
|||
"DisplayName:GitHubAccessToken": "Token de acesso do GitHub" |
|||
} |
|||
} |
|||
@ -0,0 +1,18 @@ |
|||
{ |
|||
"culture": "pt-BR", |
|||
"texts": { |
|||
"Documents": "Documentos", |
|||
"BackToWebsite": "Voltar para o site", |
|||
"Contributors": "Contribuidores", |
|||
"ShareOn": "Compartilhar em:", |
|||
"Version": "Versão", |
|||
"Edit": "Editar", |
|||
"Delete": "Excluir", |
|||
"InThisDocument": "Neste documento", |
|||
"GoToTop": "Ir pra o topo", |
|||
"Projects": "Projeto(s)", |
|||
"NoProjectWarning": "Ainda não há projetos!", |
|||
"DocumentNotFound": "Oops, o documento solicitado foi encontrado", |
|||
"NavigationDocumentNotFound": "Esta versão não possui um documento de navegação!" |
|||
} |
|||
} |
|||
@ -0,0 +1,6 @@ |
|||
{ |
|||
"culture": "pt-BR", |
|||
"texts": { |
|||
|
|||
} |
|||
} |
|||
@ -0,0 +1,6 @@ |
|||
{ |
|||
"culture": "pt-BR", |
|||
"texts": { |
|||
|
|||
} |
|||
} |
|||
@ -0,0 +1,6 @@ |
|||
{ |
|||
"culture": "pt-BR", |
|||
"texts": { |
|||
|
|||
} |
|||
} |
|||
@ -1,12 +1,14 @@ |
|||
{ |
|||
"culture": "pt-BR", |
|||
"texts": { |
|||
"Volo.Abp.Identity:010001": "Você não pode deletar sua própria conta!", |
|||
"Permission:IdentityManagement": "Acessos", |
|||
"Permission:RoleManagement": "Perfis", |
|||
"Permission:Create": "Criar", |
|||
"Permission:Edit": "Editar", |
|||
"Permission:Delete": "Excluir", |
|||
"Permission:ChangePermissions": "Alterar Permissões", |
|||
"Permission:UserManagement": "Usuários" |
|||
"Permission:UserManagement": "Usuários", |
|||
"Permission:UserLookup": "Pesquisa de usuário" |
|||
} |
|||
} |
|||
@ -0,0 +1,6 @@ |
|||
{ |
|||
"culture": "pt-BR", |
|||
"texts": { |
|||
"Settings": "Configurações" |
|||
} |
|||
} |
|||
Loading…
Reference in new issue