Refine user profile access and chat sync
This commit is contained in:
@@ -41,16 +41,16 @@ export default {
|
||||
|
||||
users: {
|
||||
title: 'Gerenciamento de contas',
|
||||
description: 'Crie usuarios, atribua funcoes e controle quais Profile administradores comuns podem acessar.',
|
||||
description: 'Crie usuarios, atribua funcoes e controle quais perfis administradores comuns podem acessar.',
|
||||
create: 'Criar usuario',
|
||||
edit: 'Editar usuario',
|
||||
username: 'Nome de usuario',
|
||||
role: 'Funcao',
|
||||
statusLabel: 'Status',
|
||||
profiles: 'Profiles',
|
||||
profilesPlaceholder: 'Selecione Profile acessiveis',
|
||||
allProfiles: 'Todos os Profile',
|
||||
noProfiles: 'Nenhum Profile atribuido',
|
||||
profiles: 'Perfis acessiveis',
|
||||
profilesPlaceholder: 'Selecione perfis acessiveis',
|
||||
allProfiles: 'Todos os perfis',
|
||||
noProfiles: 'Nenhum perfil atribuido',
|
||||
lastLogin: 'Ultimo login',
|
||||
newPasswordOptional: 'Nova senha (deixe em branco para manter)',
|
||||
loadFailed: 'Falha ao carregar usuarios',
|
||||
@@ -679,7 +679,7 @@ jobTriggered: 'Job acionado',
|
||||
stopped: 'Parado',
|
||||
restartGateway: 'Reiniciar gateway',
|
||||
restartProfile: 'Reiniciar perfil',
|
||||
switchProfile: 'Trocar perfil',
|
||||
switchProfile: 'Trocar perfil frontend',
|
||||
gatewayRestarted: 'Gateway reiniciado: {name}',
|
||||
gatewayRestartFailed: 'Falha ao reiniciar gateway',
|
||||
profileRestarted: 'Perfil reiniciado: {name}',
|
||||
|
||||
Reference in New Issue
Block a user