wip: article AI polish, category SEO fields, cover generator, membership plan seeder
This commit is contained in:
@@ -18,12 +18,28 @@ return [
|
||||
'subscribe' => 'Subscribe',
|
||||
'empty_category' => 'No categories',
|
||||
],
|
||||
'category' => [
|
||||
'post_count' => ':count posts',
|
||||
],
|
||||
'article' => [
|
||||
'toc' => 'Contents',
|
||||
'password_error' => 'Incorrect password',
|
||||
'paywall_title' => 'Paid content',
|
||||
'paywall_hint' => 'Purchase to read the full article.',
|
||||
'buy' => 'Buy now',
|
||||
'membership_required' => 'Members only.',
|
||||
],
|
||||
'membership' => [
|
||||
'title' => 'Membership plans',
|
||||
'active' => 'Active plan: :plan',
|
||||
'inactive' => 'You are not a paid member yet.',
|
||||
'expires' => 'Expires: :date',
|
||||
'lifetime' => 'Lifetime',
|
||||
'days' => ':days days',
|
||||
'subscribe' => 'Subscribe',
|
||||
'no_plans' => 'No plans available.',
|
||||
'back_profile' => 'Back to profile',
|
||||
'manage' => 'View / subscribe',
|
||||
],
|
||||
'common' => [
|
||||
'pinned' => 'Pinned',
|
||||
|
||||
Reference in New Issue
Block a user