chore: Update to Laravel 9.0

This commit is contained in:
2022-11-12 19:00:35 -03:00
parent 11162a9ffa
commit 2cd7ab11fa
34 changed files with 58508 additions and 15142 deletions

12
lang/pt-br/home.php Normal file
View File

@@ -0,0 +1,12 @@
<?php
// /resources/views/home.blade.php
return [
'no_messages' => 'Ainda não há itens compartilhados com você.',
'share_item' => 'Compartilhe um item!',
'return' => 'Devolver',
'cancel_alert' => 'Cancelar alerta',
'alert_me' => 'Alertar',
'take' => 'Usar'
];