mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add lang: ja
This commit is contained in:
@@ -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によって変更されました。',
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user