From 2347dd93b07ae7a2d580caefd97dd5d9ebf16786 Mon Sep 17 00:00:00 2001 From: KaMe Date: Thu, 5 Apr 2018 13:20:23 -0400 Subject: [PATCH] Update Roles spanish translation 3.5.2 Update Roles spanish translation 3.5.2 --- Modules/Translation/Resources/lang/user/es/roles.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Modules/Translation/Resources/lang/user/es/roles.php b/Modules/Translation/Resources/lang/user/es/roles.php index e08590270..f62ef0133 100644 --- a/Modules/Translation/Resources/lang/user/es/roles.php +++ b/Modules/Translation/Resources/lang/user/es/roles.php @@ -14,6 +14,7 @@ ], 'table' => [ 'name' => 'Nombre', + 'slug' => 'URL Amigable', ], 'tabs' => [ 'data' => 'Datos', @@ -28,6 +29,15 @@ ], 'select all' => 'Seleccionar todos', 'deselect all' => 'Deseleccionar todos', - 'inherit' => 'Heredar de rol', 'swap' => 'Cambiar', + 'allow all' => 'Allow all', + 'deny all' => 'Deny all', + 'inherit all' => 'Inherit all', + 'allow' => 'Permitir', + 'deny' => 'Denegar', + 'inherit' => 'Heredar de rol', + 'list resource' => 'Listar roles', + 'create resource' => 'Crear roles', + 'edit resource' => 'Editar roles', + 'destroy resource' => 'Eliminar roles', ];