mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
5be7dee3d3
Signed-off-by: snipe <snipe@snipe.net>
12 lines
188 B
PHP
12 lines
188 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'id' => 'Identificación',
|
|
'months' => 'Meses',
|
|
'term' => 'Duración',
|
|
'title' => 'Nombre ',
|
|
'depreciation_min' => 'Valor del piso',
|
|
|
|
];
|