mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-12 00:24:07 -08:00
10 lines
258 B
PHP
Executable file
10 lines
258 B
PHP
Executable file
<?php
|
|
|
|
return [
|
|
'title' => 'Manutenção de Artigo',
|
|
'asset_name' => 'Nome do Artigo',
|
|
'supplier_name' => 'Nome do fornecedor',
|
|
'is_warranty' => 'Garantia',
|
|
'dl_csv' => 'Descarregar CSV'
|
|
];
|