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

12 lines
358 B
PHP
Raw Normal View History

<?php
return array(
'id' => 'Identificación',
'name' => 'Nombre de Departamento',
'manager' => 'Gerente',
'location' => 'Ubicación',
'create' => 'Crear departamento',
'update' => 'Actualizar Departamento',
);