Files
larablog/lang/zh_CN/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.9 KiB
PHP

<?php
return [
'nav' => [
'home' => '首页',
'archives' => '归档',
'tags' => '标签',
'comments' => '评论',
'links' => '链接',
'search' => '搜索',
'login' => '登录',
'register' => '注册',
'profile' => '资料',
'logout' => '退出登录',
],
'sidebar' => [
'categories' => '分类',
'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' => '置顶',
'reads' => '阅读',
'no_posts' => '还没有文章',
'no_posts_hint' => '去后台发布第一篇,或运行 php artisan db:seed 载入演示内容。',
'comments' => '评论',
'no_comments' => '还没有评论,来抢沙发。',
'submit_comment' => '提交评论',
'nickname' => '昵称',
'website' => '网站',
'content' => '内容',
'password' => '密码',
'unlock' => '解锁',
'password_protected' => '这篇文章受密码保护,请输入阅读密码。',
'theme' => '主题',
],
];