Initial baseline: LaraBlog core with plugin commerce surface.

Captures the current working tree after theme slots, ArticleAccess, and the payment / paid-content plugins so subsequent work has a reviewable git history.
This commit is contained in:
ak
2026-08-12 01:15:38 +08:00
commit 263b98b218
337 changed files with 31393 additions and 0 deletions
+44
View File
@@ -0,0 +1,44 @@
<?php
return [
'nav' => [
'home' => '首页',
'archives' => '归档',
'tags' => '标签',
'comments' => '评论',
'links' => '链接',
'search' => '搜索',
'login' => '登录',
'register' => '注册',
'profile' => '资料',
'logout' => '退出登录',
],
'sidebar' => [
'categories' => '分类',
'subscribe' => '订阅',
'empty_category' => '暂无分类',
],
'article' => [
'toc' => '目录',
'password_error' => '密码错误',
'paywall_title' => '付费内容',
'paywall_hint' => '购买后可阅读全文。',
'buy' => '立即购买',
],
'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' => '主题',
],
];