New translations permission.php (Spanish)

This commit is contained in:
Fatih Alp 2020-09-23 18:41:03 +03:00
parent eade268d38
commit e2a1dae0a6

View File

@ -50,11 +50,11 @@ return [
],
],
'options' => [
'name' => 'Options',
'name' => 'Opciones',
'option' => [
'read' => 'Can read options?',
'write' => 'Can create/edit options?',
'delete' => 'Can delete options?',
'read' => '¿Puede leer las opciones?',
'write' => '¿Puede crear / editar opciones?',
'delete' => '¿Puede eliminar opciones?',
],
],
];