mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
Merge remote-tracking branch 'origin/php8' into php8
This commit is contained in:
@@ -8,5 +8,9 @@ return [
|
||||
'post' => [
|
||||
'edited_notify_subject' => '帖子回復被修改',
|
||||
'edited_notify_body' => '你在帖子::topic_subject 的回復被::editor 修改。',
|
||||
],
|
||||
'reply' => [
|
||||
'replied_notify_subject' => '帖子回復有了新回復',
|
||||
'replied_notify_body' => '你在帖子::topic_subject 的回復被::replyer 回復。',
|
||||
]
|
||||
];
|
||||
|
||||
@@ -14,4 +14,6 @@ return [
|
||||
'msg_you_must_upload_in' => "請在",
|
||||
'msg_hours_otherwise' => "小時內上傳通過候選的內容。否則該候選將被刪除。",
|
||||
'msg_reason_is' => "原因:",
|
||||
'msg_new_offer_subject' => "有新的候選被添加",
|
||||
'msg_new_offer_msg' => "用戶 :username 添加了新的候選 :offername",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user