mirror of
https://github.com/brunofontes/shareit.git
synced 2024-11-24 12:17:10 +00:00
Bruno Fontes
f6ab437889
Now the main page, item page and e-mails are translated into Brazilian Portuguese
12 lines
288 B
PHP
12 lines
288 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'
|
|
]; |