Files
CRM/resources/lang/zh/journal.php
Kroonk a213a1dba0
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
refactor: replace custom CRM with Monica fork
2026-05-22 16:19:55 +02:00

39 lines
1.7 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' => '今天过得怎么样?你可以每天给它一次评价。',
'journal_come_back' => '谢谢. 明天再来给你的一天评价一下。',
'journal_description' => '注意: 记录里列出了全部手动记录的条目, 以及您与您的联系人进行的活动等自动条目。虽然可以手动删除记录条目, 但必须直接在 "联系人" 页上进行删除。',
'journal_add' => '添加日记条目',
'journal_edit' => '编辑日记条目',
'journal_empty' => '暂无日记',
'journal_created_at' => '创建于 {date}',
'journal_created_automatically' => '自动创建',
'journal_entry_type_journal' => '记录条目',
'journal_entry_type_activity' => '活动',
'journal_entry_rate' => '评价你的一天。',
'journal_add_comment' => '是否要添加注释 (可选)',
'journal_show_comment' => '显示评论',
'entry_delete_success' => '记录条目已成功删除。',
'journal_add_title' => '标题 (可选)',
'journal_add_date' => '日期',
'journal_add_post' => '内容',
'journal_add_cta' => '保存',
'journal_blank_cta' => '添加您的第一个记录条目',
'journal_blank_description' => '记录允许您编写发生在您身上的事件, 并记住它们。',
'delete_confirmation' => '您确定要删除此条目吗?',
'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',
];