mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
17 lines
681 B
PHP
17 lines
681 B
PHP
<?php
|
|
|
|
return [
|
|
'topic' => [
|
|
'replied_notify_subject' => 'トピックに新しい返信があります',
|
|
'replied_notify_body' => 'トピック::topic_subjectに新しい返信があります。',
|
|
],
|
|
'post' => [
|
|
'edited_notify_subject' => '返信が変更されました',
|
|
'edited_notify_body' => 'トピックへの返信:topic_subjectは:editorによって変更されました。',
|
|
],
|
|
'reply' => [
|
|
'replied_notify_subject' => 'あなたの返信に新しい返信があります',
|
|
'replied_notify_body' => 'トピック::topic_subjectへの返信は:replyerによって返信されました。',
|
|
]
|
|
];
|