wip: article AI polish, category SEO fields, cover generator, membership plan seeder
CI / PHPUnit (PHP 8.3) (push) Failing after 4s
CI / PHPUnit (PHP 8.2) (push) Failing after 1m9s
CI / Deploy (manual gate) (push) Skipped

This commit is contained in:
2026-09-07 18:48:37 +00:00
parent 263b98b218
commit 3cec4c5e18
121 changed files with 4701 additions and 313 deletions
+16
View File
@@ -18,12 +18,28 @@ return [
'subscribe' => '订阅',
'empty_category' => '暂无分类',
],
'category' => [
'post_count' => ':count 篇文章',
],
'article' => [
'toc' => '目录',
'password_error' => '密码错误',
'paywall_title' => '付费内容',
'paywall_hint' => '购买后可阅读全文。',
'buy' => '立即购买',
'membership_required' => '本文仅限会员阅读。',
],
'membership' => [
'title' => '会员套餐',
'active' => '当前会员::plan',
'inactive' => '你还不是付费会员。',
'expires' => '到期::date',
'lifetime' => '终身有效',
'days' => ':days 天',
'subscribe' => '订阅',
'no_plans' => '暂无可用套餐。',
'back_profile' => '返回资料',
'manage' => '查看 / 订阅会员',
],
'common' => [
'pinned' => '置顶',