Files
larablog/lang/en/frontend.php
T
gouki 3cec4c5e18
CI / PHPUnit (PHP 8.3) (push) Failing after 4s
CI / PHPUnit (PHP 8.2) (push) Failing after 1m9s
CI / Deploy (manual gate) (push) Skipped
wip: article AI polish, category SEO fields, cover generator, membership plan seeder
2026-09-07 18:48:37 +00:00

61 lines
1.8 KiB
PHP

<?php
return [
'nav' => [
'home' => 'Home',
'archives' => 'Archives',
'tags' => 'Tags',
'comments' => 'Comments',
'links' => 'Links',
'search' => 'Search',
'login' => 'Login',
'register' => 'Register',
'profile' => 'Profile',
'logout' => 'Log out',
],
'sidebar' => [
'categories' => 'Categories',
'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',
'reads' => 'views',
'no_posts' => 'No posts yet',
'no_posts_hint' => 'Publish from admin or run db:seed.',
'comments' => 'Comments',
'no_comments' => 'No comments yet.',
'submit_comment' => 'Submit',
'nickname' => 'Name',
'website' => 'Website',
'content' => 'Content',
'password' => 'Password',
'unlock' => 'Unlock',
'password_protected' => 'This post is password protected.',
'theme' => 'Theme',
],
];