refactor(alpine): restructure components and remove unused utilities for better modularity and maintainability
这个提交包含在:
@@ -6,3 +6,71 @@ page.tag.title=Tag: {0}
|
||||
page.categories.title=Categories
|
||||
page.category.title=Category: {0}
|
||||
page.about.title=About
|
||||
devcm.activity.aria=IDE activity bar
|
||||
devcm.activity.link=Link
|
||||
devcm.activity.explorer=Explorer
|
||||
devcm.activity.search=Search
|
||||
devcm.activity.archive=Archive
|
||||
devcm.activity.categories=Categories
|
||||
devcm.activity.tags=Tags
|
||||
devcm.activity.login=Login
|
||||
devcm.activity.console=Console
|
||||
devcm.activity.logout=Logout
|
||||
devcm.action.open=Open
|
||||
devcm.action.openPage=Open page
|
||||
devcm.action.openCategory=Open category
|
||||
devcm.action.closeTab=Close editor tab
|
||||
devcm.action.closePostTab=Close post tab
|
||||
devcm.action.closePageTab=Close page tab
|
||||
devcm.action.closeCategoryTab=Close category tab
|
||||
devcm.action.closeTagTab=Close tag tab
|
||||
devcm.action.closeTagsTab=Close tags tab
|
||||
devcm.action.closeLinksTab=Close links tab
|
||||
devcm.action.closeMomentsTab=Close moments tab
|
||||
devcm.action.newPost=New post
|
||||
devcm.action.toggleTheme=Toggle theme
|
||||
devcm.home.subtitle=Development Content Management.
|
||||
devcm.home.defaultContent=A Terminal-style Halo theme.
|
||||
devcm.home.postCount=> Current page has {0} post(s)
|
||||
devcm.post.featured=FEATURED
|
||||
devcm.post.readMore=Read more
|
||||
devcm.pagination.previous=Previous
|
||||
devcm.pagination.next=Next
|
||||
devcm.explorer.title=EXPLORER
|
||||
devcm.explorer.pages=pages
|
||||
devcm.explorer.home=Home
|
||||
devcm.explorer.categories=CATEGORIES
|
||||
devcm.explorer.tags=TAGS CLOUD
|
||||
devcm.right.context=Context panel
|
||||
devcm.right.articleInfo=ARTICLE INFO
|
||||
devcm.right.author=Author
|
||||
devcm.right.publishedAt=Published at
|
||||
devcm.right.category=Category
|
||||
devcm.right.tags=Tags
|
||||
devcm.right.toc=TABLE OF CONTENTS
|
||||
devcm.right.nearbyPosts=NEARBY POSTS
|
||||
devcm.right.previousPost=Previous
|
||||
devcm.right.nextPost=Next
|
||||
devcm.right.latestPosts=LATEST POSTS
|
||||
devcm.right.posts=posts
|
||||
devcm.archive.command=archive --view posts
|
||||
devcm.archive.title=Archives
|
||||
devcm.archive.description=Browse content by publish date.
|
||||
devcm.archive.tableTitle=Archive list
|
||||
devcm.archive.columnTitle=Title
|
||||
devcm.archive.columnTags=Tags
|
||||
devcm.archive.columnDate=Date
|
||||
devcm.archive.group=Archive group
|
||||
devcm.categories.command=archive --view categories
|
||||
devcm.categories.title=Categories
|
||||
devcm.categories.description=Browse posts by category and explore the site structure.
|
||||
devcm.categories.articleCount={0} articles
|
||||
devcm.tags.title=All tags
|
||||
devcm.taxonomy.categoryTitle=Category: {0}
|
||||
devcm.taxonomy.tagTitle=Tag: {0}
|
||||
devcm.taxonomy.postCount=({0} posts)
|
||||
devcm.links.defaultGroup=Links
|
||||
devcm.comments.file=comments.log
|
||||
devcm.comments.title=## Comments
|
||||
devcm.status.poweredBy=Powered by
|
||||
devcm.status.language=Language
|
||||
|
||||
@@ -6,3 +6,71 @@ page.tag.title=标签:{0}
|
||||
page.categories.title=分类
|
||||
page.category.title=分类:{0}
|
||||
page.about.title=关于
|
||||
devcm.activity.aria=IDE 活动栏
|
||||
devcm.activity.link=链接
|
||||
devcm.activity.explorer=资源管理器
|
||||
devcm.activity.search=搜索
|
||||
devcm.activity.archive=归档
|
||||
devcm.activity.categories=分类
|
||||
devcm.activity.tags=标签
|
||||
devcm.activity.login=登录
|
||||
devcm.activity.console=控制台
|
||||
devcm.activity.logout=登出
|
||||
devcm.action.open=打开
|
||||
devcm.action.openPage=打开页面
|
||||
devcm.action.openCategory=打开分类
|
||||
devcm.action.closeTab=关闭编辑器标签
|
||||
devcm.action.closePostTab=关闭文章标签
|
||||
devcm.action.closePageTab=关闭页面标签
|
||||
devcm.action.closeCategoryTab=关闭分类标签
|
||||
devcm.action.closeTagTab=关闭标签页
|
||||
devcm.action.closeTagsTab=关闭标签列表
|
||||
devcm.action.closeLinksTab=关闭链接页
|
||||
devcm.action.closeMomentsTab=关闭瞬间页
|
||||
devcm.action.newPost=新建文章
|
||||
devcm.action.toggleTheme=切换主题
|
||||
devcm.home.subtitle=Development Content Management.
|
||||
devcm.home.defaultContent=一款 Terminal 风格的 Halo 主题。
|
||||
devcm.home.postCount=> 当前页共有 {0} 篇文章
|
||||
devcm.post.featured=精选
|
||||
devcm.post.readMore=阅读全文
|
||||
devcm.pagination.previous=上一页
|
||||
devcm.pagination.next=下一页
|
||||
devcm.explorer.title=资源管理器
|
||||
devcm.explorer.pages=pages
|
||||
devcm.explorer.home=首页
|
||||
devcm.explorer.categories=分类
|
||||
devcm.explorer.tags=标签云
|
||||
devcm.right.context=上下文面板
|
||||
devcm.right.articleInfo=文章信息
|
||||
devcm.right.author=作者
|
||||
devcm.right.publishedAt=发布于
|
||||
devcm.right.category=分类
|
||||
devcm.right.tags=标签
|
||||
devcm.right.toc=目录
|
||||
devcm.right.nearbyPosts=相邻文章
|
||||
devcm.right.previousPost=上一篇
|
||||
devcm.right.nextPost=下一篇
|
||||
devcm.right.latestPosts=最新文章
|
||||
devcm.right.posts=篇文章
|
||||
devcm.archive.command=archive --view posts
|
||||
devcm.archive.title=文章归档
|
||||
devcm.archive.description=按发布时间浏览站点内容。
|
||||
devcm.archive.tableTitle=归档列表
|
||||
devcm.archive.columnTitle=标题
|
||||
devcm.archive.columnTags=标签
|
||||
devcm.archive.columnDate=日期
|
||||
devcm.archive.group=归档分组
|
||||
devcm.categories.command=archive --view categories
|
||||
devcm.categories.title=分类
|
||||
devcm.categories.description=按分类浏览文章,探索站点内容结构。
|
||||
devcm.categories.articleCount={0} 篇文章
|
||||
devcm.tags.title=所有标签
|
||||
devcm.taxonomy.categoryTitle=分类:{0}
|
||||
devcm.taxonomy.tagTitle=标签:{0}
|
||||
devcm.taxonomy.postCount=({0} 篇文章)
|
||||
devcm.links.defaultGroup=友情链接
|
||||
devcm.comments.file=comments.log
|
||||
devcm.comments.title=## 评论区
|
||||
devcm.status.poweredBy=Powered by
|
||||
devcm.status.language=语言
|
||||
|
||||
在新议题中引用
屏蔽一个用户