add lang: ja

This commit is contained in:
xiaomlove
2025-04-19 02:06:51 +07:00
parent 432c57f886
commit ff11c10eab
275 changed files with 8545 additions and 730 deletions
+14
View File
@@ -0,0 +1,14 @@
<?php
return array (
'topic' =>
array (
'replied_notify_subject' => '投稿への新しい返信',
'replied_notify_body' => 'あなたの投稿:: topic_subjectは新しい返信を受け取りました。',
),
'post' =>
array (
'edited_notify_subject' => '返信を投稿しました',
'edited_notify_body' => '投稿での返信:: topic_subjectは:: editorによって変更されました。',
),
);