resources/lang/en/notebooks.php
<?php
return [
'subtitle' => 'Private note',
'info' => 'Here you can store snippets of messages or any other important information',
'last_edited' => 'Last edited',
'empty_note' => 'This note is empty or missing!',
'title_edit' => 'Editing notebook',
'info_edit' => 'Private note are available only to you',
];