mirror of
https://github.com/brunofontes/shareit.git
synced 2024-11-24 04:14:57 +00:00
13 lines
289 B
PHP
13 lines
289 B
PHP
<?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'
|
|
];
|