snipe-it/resources/lang/es-VE/admin/departments/table.php

12 lines
358 B
PHP
Raw Normal View History

2018-02-20 14:37:12 -08:00
<?php
return array(
2018-03-22 20:01:45 -07:00
'id' => 'Identificación',
2018-02-20 14:37:12 -08:00
'name' => 'Nombre de Departamento',
'manager' => 'Gerente',
'location' => 'Ubicación',
'create' => 'Crear departamento',
2018-03-22 20:01:45 -07:00
'update' => 'Actualizar Departamento',
2018-02-20 14:37:12 -08:00
);