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

View File

@@ -8,5 +8,9 @@ return [
'post' => [
'edited_notify_subject' => 'Post reply was modified',
'edited_notify_body' => 'Your reply to topic: :topic_subject was modified by: :editor.',
],
'reply' => [
'replied_notify_subject' => 'Your reply has a new reply',
'replied_notify_body' => 'Your reply to topic:topic_subject was replied by :replyer.',
]
];

View File

@@ -14,4 +14,6 @@ return [
'msg_you_must_upload_in' => "Please upload the offer within ",
'msg_hours_otherwise' => " hours. Otherwise the offer would be deleted.",
'msg_reason_is' => "The reason: ",
'msg_new_offer_subject' => "A new offer has been added",
'msg_new_offer_msg' => "User :username has added a new offer :offername",
];

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 回复。',
]
];

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",
];

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 回復。',
]
];

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",
];