Skip to content

Commit

Permalink
Merge pull request #38 from socialappslab/feat/no-ticket/assign-members
Browse files Browse the repository at this point in the history
(fix): Update permissions i18n
  • Loading branch information
zant authored Aug 14, 2024
2 parents 13401d9 + 10787f5 commit 0cfbfdf
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 6 deletions.
15 changes: 13 additions & 2 deletions src/i18n/locales/en/permissions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"organization": {
"organizations": {
"title": "Organization",
"index": "List Organizations",
"show": "View Organization",
Expand All @@ -15,7 +15,9 @@
"create": "Create user",
"edit": "Edit User",
"update": " Update Role Information",
"destroy": "Delete User"
"destroy": "Delete User",
"users_confirm_account": "Confirm User Account",
"change_status": "Change User Status"
},
"roles": {
"title": "Roles",
Expand Down Expand Up @@ -131,5 +133,14 @@
"title": "Countries",
"destroy": "Delete countries",
"update": "Change countries"
},
"house_blocks": {
"title": "House blocks",
"destroy": "Remove house blocks",
"update": "Update house block information",
"edit": "Edit house blocks",
"create": "Creat house blocks",
"index": "List house blocks",
"show": "Show house blocks"
}
}
15 changes: 13 additions & 2 deletions src/i18n/locales/es/permissions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"organization": {
"organizations": {
"title": "Organización",
"index": "Listar Organizaciones",
"show": "Ver Organización",
Expand All @@ -15,7 +15,9 @@
"create": "Crear Usuario",
"edit": "Editar Usuario",
"update": "Actualizar Información del Rol",
"destroy": "Eliminar Usuario"
"destroy": "Eliminar Usuario",
"users_confirm_account": "Confirmar Cuenta de Usuario",
"change_status": "Cambiar Estado de Usuario"
},
"roles": {
"title": "Roles",
Expand Down Expand Up @@ -131,5 +133,14 @@
"title": "Países",
"destroy": "Eliminar Países",
"update": "Cambiar Países"
},
"house_blocks": {
"title": "Frente a frente",
"index": "Listar Frente a frente",
"show": "Ver Frente a frente",
"update": "Actualizar Información de Frente a frente",
"edit": "Editar Frente a frente",
"create": "Crear Frente a frente",
"destroy": "Eliminar Frente a frente"
}
}
15 changes: 13 additions & 2 deletions src/i18n/locales/pt/permissions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"organization": {
"organizations": {
"title": "Organização",
"index": "Listar Organizações",
"show": "Ver Organização",
Expand All @@ -15,7 +15,9 @@
"create": "Criar Usuário",
"edit": "Editar Usuário",
"update": "Atualizar Informações do Papel",
"destroy": "Excluir Usuário"
"destroy": "Excluir Usuário",
"users_confirm_account": "Confirmar Conta de Usuário",
"change_status": "Alterar Status de Usuário"
},
"roles": {
"title": "Funções",
Expand Down Expand Up @@ -131,5 +133,14 @@
"title": "Países",
"destroy": "Excluir Países",
"update": "Alterar Países"
},
"house_blocks": {
"title": "Frente a frente",
"index": "Listar Frente a frente",
"show": "Ver Frente a frente",
"update": "Atualizar Informações de Frente a frente",
"edit": "Editar Frente a frente",
"create": "Criar Frente a frente",
"destroy": "Excluir Frente a frente"
}
}

0 comments on commit 0cfbfdf

Please sign in to comment.