Files
nexusphp/resources/lang/ja/forum.php

17 lines
681 B
PHP
Raw Normal View History

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によって変更されました。',
2026-02-01 01:26:00 +07:00
],
'reply' => [
'replied_notify_subject' => 'あなたの返信に新しい返信があります',
'replied_notify_body' => 'トピック::topic_subjectへの返信は:replyerによって返信されました。',
2025-05-05 21:27:48 +07:00
]
];