Files
snipe-it/app/lang/pt-BR/admin/locations/table.php
T
2015-07-27 10:24:21 -07:00

18 lines
421 B
PHP
Executable File

<?php
return array(
'id' => 'ID',
'city' => 'Cidade',
'state' => 'Estado',
'country' => 'País',
'create' => 'Criar Local',
'update' => 'Atualizar Local',
'name' => 'Nome do Local',
'address' => 'Endereço',
'zip' => 'Código Postal',
'locations' => 'Locais',
'parent' => 'Parent',
'currency' => 'Location Currency', // this is deprecated
);