2025-04-19 02:06:51 +07:00
|
|
|
<?php
|
|
|
|
|
|
2025-05-05 21:27:48 +07:00
|
|
|
return [
|
|
|
|
|
'topic' => [
|
|
|
|
|
'replied_notify_subject' => 'トピックに新しい返信があります',
|
|
|
|
|
'replied_notify_body' => 'トピック::topic_subjectに新しい返信があります。',
|
|
|
|
|
],
|
|
|
|
|
'post' => [
|
|
|
|
|
'edited_notify_subject' => '返信が変更されました',
|
|
|
|
|
'edited_notify_body' => 'トピックへの返信:topic_subjectは:editorによって変更されました。',
|
|
|
|
|
]
|
|
|
|
|
];
|