snipe-it/resources/lang/pt-BR/admin/statuslabels/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

20 lines
1.1 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return array(
'about' => 'Sobre os Rótulos de Status',
'archived' => 'Arquivado',
'create' => 'Criar Rótulo de Status',
'color' => 'Cor do Gráfico',
'default_label' => 'Etiqueta padrão',
'default_label_help' => 'Isso é usado para garantir que seus rótulos de status usados com mais frequência apareçam na parte superior da caixa de seleção ao criar / editar ativos.',
'deployable' => 'Implementável',
'info' => 'Rótulos de status são usados para descrever os vários estados que seus ativos podem estar. Eles podem ser fora do ar para reparo, perdido/roubado, etc. Você pode criar novos rótulos de status para ativos implementáveis, pendentes e arquivados.',
'name' => 'Nome do Status',
'pending' => 'Pendente',
'status_type' => 'Tipo do Status',
'show_in_nav' => 'Mostrar na barra lateral de navegação',
'title' => 'Rótulos de Status',
'undeployable' => 'Não implementável',
'update' => 'Atualizar Rótulo de Status',
);