Files
monica/resources/lang/hr/journal.php
T
khalil Abu jayab 6ec0735a22 feat: add filter to journal (#6758)
Co-authored-by: Alexis Saettler <alexis@saettler.org>
2023-11-06 22:12:59 +01:00

39 lines
1.8 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/**
* ⚠️ Editing not allowed except for 'en' language.
*
* @see https://github.com/monicahq/monica/blob/main/docs/contribute/translate.md for translations.
*/
return [
'journal_rate' => 'How was your day? You can rate it once a day.',
'journal_come_back' => 'Thanks. Come back tomorrow to rate your day again.',
'journal_description' => 'Note: the journal lists both manual journal entries, and automatic entries like Activities done with your contacts. While you can delete journal entries manually, youll have to delete the activity directly on the contact page.',
'journal_add' => 'Add a journal entry',
'journal_edit' => 'Edit a journal entry',
'journal_empty' => 'Empty journal',
'journal_created_at' => 'Created at {date}',
'journal_created_automatically' => 'Created automatically',
'journal_entry_type_journal' => 'Journal entry',
'journal_entry_type_activity' => 'Activity',
'journal_entry_rate' => 'You rated your day.',
'journal_add_comment' => 'Care to add a comment (optional)?',
'journal_show_comment' => 'Show comment',
'entry_delete_success' => 'The journal entry has been successfully deleted.',
'journal_add_title' => 'Title (optional)',
'journal_add_date' => 'Date',
'journal_add_post' => 'Entry',
'journal_add_cta' => 'Save',
'journal_blank_cta' => 'Add your first journal entry',
'journal_blank_description' => 'The journal lets you write events that happened to you, and remember them.',
'delete_confirmation' => 'Are you sure you want to delete this journal entry?',
'apply_filter' => 'Apply filter',
'start_date' => 'Start Date',
'end_date' => 'End Date',
'per_page' => 'Per Page',
'sort_order' => 'Sort By Created At',
'ascending' => 'Ascending',
'descending' => 'Descending',
];