snipe-it/resources/lang/pt-BR/button.php
snipe dd458dfa7f Updated strings
Signed-off-by: snipe <snipe@snipe.net>
2024-08-15 12:21:06 +01:00

35 lines
1.4 KiB
PHP

<?php
return [
'actions' => 'Ações',
'add' => 'Adicionar Novo',
'cancel' => 'Cancelar',
'checkin_and_delete' => 'Fazer check-in de todos / Excluir usuário',
'delete' => 'Excluir',
'edit' => 'Editar',
'clone' => 'Clonar',
'restore' => 'Restaurar',
'remove' => 'Remover',
'request' => 'Solicitação',
'submit' => 'Enviar',
'upload' => 'Carregar',
'select_file' => 'Selecionar arquivo...',
'select_files' => 'Selecionar arquivos...',
'generate_labels' => '{1} Gerar Etiqueta|[2,*] Gerar Etiquetas',
'send_password_link' => 'Enviar Link de redefinição de senha',
'go' => 'Ir',
'bulk_actions' => 'Ações em massa',
'add_maintenance' => 'Adicionar Manutenção',
'append' => 'Acrescentar',
'new' => 'Novo',
'var' => [
'clone' => 'Clonar :item_type',
'edit' => 'Edit :item_type',
'delete' => 'Delete :item_type',
'restore' => 'Restore :item_type',
'create' => 'Criar novo :item_type',
'checkout' => 'Checkout :item_type',
'checkin' => 'Checkin :item_type',
]
];