Merge remote-tracking branch 'origin/php8' into php8

This commit is contained in:
xiaomlove
2025-09-17 04:05:45 +07:00
19 changed files with 365 additions and 108 deletions
+4
View File
@@ -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 回復。',
]
];
+2
View File
@@ -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",
];