mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
16 lines
304 B
PHP
Executable file
16 lines
304 B
PHP
Executable file
<?php
|
|
|
|
return array(
|
|
|
|
'actions' => 'Ações',
|
|
'add' => 'Adicionar Novo',
|
|
'cancel' => 'Cancelar',
|
|
'delete' => 'Excluir',
|
|
'edit' => 'Editar',
|
|
'restore' => 'Restaurar',
|
|
'request' => 'Solicitação',
|
|
'submit' => 'Enviar',
|
|
'upload' => 'Carregar',
|
|
|
|
);
|