mirror of
https://github.com/brunofontes/shareit.git
synced 2025-11-15 07:50:54 -03:00
chore: Update to Laravel 9.0
This commit is contained in:
39
lang/pt-br/item.php
Normal file
39
lang/pt-br/item.php
Normal file
@@ -0,0 +1,39 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
/**
|
||||
* Strings from Item Delete button menu
|
||||
*/
|
||||
'confirmation' => 'Confirmação...',
|
||||
'confirmDeletion' => 'Você gostaria de apagar o item <strong>:itemname</strong>?',
|
||||
'notAbleRestore' => 'Não será possível restaurá-lo posteriormente.',
|
||||
'close' => 'Fechar',
|
||||
'delete' => 'Apagar',
|
||||
|
||||
/**
|
||||
* Strings from Item Edit button menu
|
||||
*/
|
||||
'edit' => 'Editar',
|
||||
'edititem' => 'Editar item',
|
||||
'newname' => 'Novo nome:',
|
||||
|
||||
/**
|
||||
* Strings from the Users box on Item page
|
||||
*/
|
||||
'users' => 'Usuários:',
|
||||
'noItems' => 'Não há itens cadastrados. Adicione um no formulário acima.',
|
||||
'addUser' => 'Adicionar usuário',
|
||||
'email' => 'E-mail: ',
|
||||
'nameDomain' => 'nome@dominio.com.br',
|
||||
'insert' => 'Inserir',
|
||||
|
||||
/**
|
||||
* String from otherItems.blade.php - Other items box from item page
|
||||
*/
|
||||
'otherItems' => 'Outros items do mesmo produto',
|
||||
|
||||
/**
|
||||
* String from item.blade.php
|
||||
*/
|
||||
'back' => 'VOLTAR',
|
||||
];
|
||||
Reference in New Issue
Block a user