snipe-it/resources/lang/pt-PT/admin/manufacturers/table.php
Laravel Shift 934afa036f Adopt Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions.

You may customize the adopted coding style by adding your own [PHP CS Fixer][1] `.php_cs` config file to your project root. Feel free to use [Shift's Laravel ruleset][2] to help you get started.

[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
[2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
2021-06-10 20:15:52 +00:00

17 lines
676 B
PHP

<?php
return [
'about_manufacturers_title' => 'Sobre os fabricantes',
'about_manufacturers_text' => 'Os fabricantes são as empresas que criam seus ativos. Você pode armazenar informações de contato de suporte importantes sobre eles aqui, que serão exibidas nas páginas de detalhes do recurso.',
'asset_manufacturers' => 'Fabricantes de Artigos',
'create' => 'Criar Fabricante',
'id' => 'ID',
'name' => 'Nome',
'support_email' => 'Email de suporte',
'support_phone' => 'Telefone de suporte',
'support_url' => 'URL de suporte',
'update' => 'Atualizar Fabricante',
'url' => 'URL',
];