mirror of
https://github.com/brunofontes/shareit.git
synced 2024-11-24 20:26:02 +00:00
12 lines
277 B
PHP
12 lines
277 B
PHP
|
<?php
|
||
|
|
||
|
// /resources/views/home.blade.php
|
||
|
|
||
|
return [
|
||
|
'no_messages' => 'There are no items shared with you yet.',
|
||
|
'share_item' => 'Share an item!',
|
||
|
'return' => 'Return It',
|
||
|
'cancel_alert' => 'Cancel Alert',
|
||
|
'alert_me' => 'Alert me',
|
||
|
'take' => 'Take It'
|
||
|
];
|