snipe-it/resources/lang/pt-PT/admin/suppliers/table.php
snipe ddfa5776c5 Updated language strings
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();`

I'll try to fix it. :(

FML

Signed-off-by: snipe <snipe@snipe.net>
2022-01-13 21:27:29 -08:00

28 lines
1.1 KiB
PHP

<?php
return array(
'about_suppliers_title' => 'Sobre os fornecedores',
'about_suppliers_text' => 'Fornecedores são usados para seguir a origem de itens',
'address' => 'Morada do Fornecedor',
'assets' => 'Artigos',
'city' => 'Cidade',
'contact' => 'Nome de Contacto',
'country' => 'País',
'create' => 'Criar Fornecedor',
'email' => 'Email',
'fax' => 'Fax',
'id' => 'ID',
'licenses' => 'Licenças',
'name' => 'Nome do fornecedor',
'notes' => 'Notas',
'phone' => 'Telefone',
'state' => 'Distrito',
'suppliers' => 'Fornecedores',
'update' => 'Atualizar Fornecedor',
'url' => 'URL',
'view' => 'Ver Fornecedor',
'view_assets_for' => 'Ver Artigos para',
'zip' => 'Código postal',
);