mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-15 10:04:13 -08:00
593554daed
Signed-off-by: snipe <snipe@snipe.net>
12 lines
355 B
PHP
12 lines
355 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'id' => 'ID',
|
|
'name' => 'Nombre de Departamento',
|
|
'manager' => 'Supervisor',
|
|
'location' => 'Ubicación',
|
|
'create' => 'Crear departamento',
|
|
'update' => 'Departamento de actualización',
|
|
);
|