add trashable concern on user

This commit is contained in:
João Geonizeli
2022-07-31 21:17:22 -03:00
parent 4a2d2d1a67
commit eff96cd102
10 changed files with 221 additions and 168 deletions

View File

@@ -78,6 +78,9 @@ pt-BR:
action_label: "%{title} Selecionado"
labels:
destroy: "Excluir"
scopes:
all: Ativos
trashed: Excluídos
comments:
created_at: "Criado em"
resource_type: "Tipo de Objeto"
@@ -140,4 +143,7 @@ pt-BR:
table: "Tabela"
block: "Lista"
grid: "Grid"
blog: "Blog"
blog: "Blog"
user:
succesfully_destroyed: 'Usuário removido com sucesso.'
already_destroyed: "Usuário já está removido."