diff --git a/src/main/resources/i18n/messages.properties b/src/main/resources/i18n/messages.properties index 949f4fabd..3fb752243 100644 --- a/src/main/resources/i18n/messages.properties +++ b/src/main/resources/i18n/messages.properties @@ -69,6 +69,7 @@ admin.index.blog-data.during = 在此期间: # 附件管理页面 admin.attachments.title = 附件管理 +admin.attachments.btn.upload = 上传 # 备份管理页面 admin.backup.title = 备份管理 @@ -111,13 +112,17 @@ admin.tags.title = 标签 # 主题管理页面 admin.themes.title = 主题管理 +admin.themes.btn.install = 安装主题 +admin.themes.btn.setting = 设置 +admin.themes.btn.enable = 启用 +admin.themes.btn.activated = 已启用 +admin.themes.bread.appearance = 外观 # 主题编辑页面 admin.themes.edit.title = 主题编辑 # 关于页面 admin.halo.title = 关于Halo -admin.halo.bread.index = 首页 admin.halo.bread.active = 关于Halo admin.halo.content.p1 = Halo可能是最好的Java博客系统 admin.halo.content.p2 = 非常感谢你使用Halo进行创作。 @@ -140,6 +145,11 @@ common.th.comment-page = 评论页面 common.th.content = 内容 common.th.action = 事件 common.th.result = 结果 +common.th.categories = 分类目录 +common.th.tags = 标签 +common.th.common = 评论 +common.th.views = 访问量 +common.th.control = 操作 common.status.published = 已发布 @@ -148,3 +158,11 @@ common.status.recycle-bin = 回收站 common.status.draft = 草 稿 common.text.no-data = 暂无数据 + +# 分页信息 +admin.pageinfo.text.no = 第 +admin.pageinfo.text.page = 页 +admin.pageinfo.btn.first = 首页 +admin.pageinfo.btn.last = 尾页 +admin.pageinfo.btn.pre = 上一页 +admin.pageinfo.btn.next = 下一页 diff --git a/src/main/resources/i18n/messages_en_US.properties b/src/main/resources/i18n/messages_en_US.properties index 9532dfc58..8f53b6f4f 100644 --- a/src/main/resources/i18n/messages_en_US.properties +++ b/src/main/resources/i18n/messages_en_US.properties @@ -75,6 +75,7 @@ admin.index.blog-data.during = During this period: # attachments page admin.attachments.title = Attachments manage +admin.attachments.btn.upload = Upload # backup page admin.backup.title = Backup manage @@ -105,6 +106,8 @@ admin.pages.edit.title = Page edit # posts page admin.posts.title = Posts manage +admin.posts.btn.new-post = New +admin.posts.bread.all-posts = All # posts edit page admin.posts.edit.title = Post edit @@ -120,10 +123,14 @@ admin.themes.title = Themes manage # themes edit page admin.themes.edit.title = Theme edit +admin.themes.btn.install = Install +admin.themes.btn.setting = Setting +admin.themes.btn.enable = Enable +admin.themes.btn.activated = Activated +admin.themes.bread.appearance = Appearance # about page admin.halo.title = About Halo -admin.halo.bread.index = Home admin.halo.bread.active = About halo admin.halo.content.p1 = Halo may be the best Java blog system. admin.halo.content.p2 = Thank you very much for writing with Halo. @@ -146,6 +153,11 @@ common.th.comment-page = Page common.th.content = Content common.th.action = Action common.th.result = Result +common.th.categories = Categories +common.th.tags = Tags +common.th.comments = Comments +common.th.views = Views +common.th.control = Control common.status.published = Published common.status.checking = Pending Review @@ -154,3 +166,10 @@ common.status.draft = Draft common.text.no-data = No data +# 分页信息 +admin.pageinfo.text.no = ( +admin.pageinfo.text.page = ) +admin.pageinfo.btn.first = Home +admin.pageinfo.btn.last = Last +admin.pageinfo.btn.pre = Previous +admin.pageinfo.btn.next = Next diff --git a/src/main/resources/i18n/messages_zh_CN.properties b/src/main/resources/i18n/messages_zh_CN.properties index 24a48fb84..b4f5826ed 100644 --- a/src/main/resources/i18n/messages_zh_CN.properties +++ b/src/main/resources/i18n/messages_zh_CN.properties @@ -75,6 +75,7 @@ admin.index.blog-data.during = 在此期间: # 附件管理页面 admin.attachments.title = 附件管理 +admin.attachments.btn.upload = 上传 # 备份管理页面 admin.backup.title = 备份管理 @@ -105,6 +106,8 @@ admin.pages.edit.title = 页面编辑 # 文章管理页面 admin.posts.title = 文章管理 +admin.posts.btn.new-post = 写文章 +admin.posts.bread.all-posts = 所有文章 # 文章编辑页面 admin.posts.edit.title = 文章编辑 @@ -117,13 +120,17 @@ admin.tags.title = 标签 # 主题管理页面 admin.themes.title = 主题管理 +admin.themes.btn.install = 安装主题 +admin.themes.btn.setting = 设置 +admin.themes.btn.enable = 启用 +admin.themes.btn.activated = 已启用 +admin.themes.bread.appearance = 外观 # 主题编辑页面 admin.themes.edit.title = 主题编辑 # 关于页面 admin.halo.title = 关于Halo -admin.halo.bread.index = 首页 admin.halo.bread.active = 关于Halo admin.halo.content.p1 = Halo可能是最好的Java博客系统 admin.halo.content.p2 = 非常感谢你使用Halo进行创作。 @@ -146,6 +153,11 @@ common.th.comment-page = 评论页面 common.th.content = 内容 common.th.action = 事件 common.th.result = 结果 +common.th.categories = 分类目录 +common.th.tags = 标签 +common.th.comments = 评论 +common.th.views = 访问量 +common.th.control = 操作 common.status.published = 已发布 @@ -154,3 +166,11 @@ common.status.recycle-bin = 回收站 common.status.draft = 草 稿 common.text.no-data = 暂无数据 + +# 分页信息 +admin.pageinfo.text.no = 第 +admin.pageinfo.text.page = 页 +admin.pageinfo.btn.first = 首页 +admin.pageinfo.btn.last = 尾页 +admin.pageinfo.btn.pre = 上一页 +admin.pageinfo.btn.next = 下一页 diff --git a/src/main/resources/templates/admin/admin_attachment.ftl b/src/main/resources/templates/admin/admin_attachment.ftl index 5608eb83d..a76fd45f6 100755 --- a/src/main/resources/templates/admin/admin_attachment.ftl +++ b/src/main/resources/templates/admin/admin_attachment.ftl @@ -16,11 +16,11 @@

<@spring.message code='admin.attachments.title' />

- 上传 + <@spring.message code='admin.attachments.btn.upload' />
@@ -43,13 +43,13 @@
- 第${attachments.number+1}/${attachments.totalPages}页 + <@spring.message code='admin.pageinfo.text.no' />${attachments.number+1}/${attachments.totalPages}<@spring.message code='admin.pageinfo.text.page' />
diff --git a/src/main/resources/templates/admin/admin_comment.ftl b/src/main/resources/templates/admin/admin_comment.ftl index a7e491975..4afad7fa8 100755 --- a/src/main/resources/templates/admin/admin_comment.ftl +++ b/src/main/resources/templates/admin/admin_comment.ftl @@ -14,21 +14,21 @@

<@spring.message code='admin.comments.title' />

@@ -38,11 +38,11 @@ - - - - - + + + + + @@ -58,7 +58,7 @@ ${comment.post.postTitle} - +
评论者评论内容评论页面日期操作<@spring.message code='common.th.comment-author' /><@spring.message code='common.th.content' /><@spring.message code='common.th.comment-page' /><@spring.message code='common.th.date' /><@spring.message code='common.th.control' />
${comment.commentDate}${comment.commentDate?string('yyyy-MM-dd HH:mm')} <#switch comment.commentStatus> <#case 0> @@ -91,10 +91,10 @@ 第${comments.number+1}/${comments.totalPages}页 diff --git a/src/main/resources/templates/admin/admin_halo.ftl b/src/main/resources/templates/admin/admin_halo.ftl index 417f283a1..579da53d0 100644 --- a/src/main/resources/templates/admin/admin_halo.ftl +++ b/src/main/resources/templates/admin/admin_halo.ftl @@ -19,7 +19,7 @@

<@spring.message code='admin.halo.title' />

diff --git a/src/main/resources/templates/admin/admin_post.ftl b/src/main/resources/templates/admin/admin_post.ftl index ef40ff41c..afd8d58cd 100755 --- a/src/main/resources/templates/admin/admin_post.ftl +++ b/src/main/resources/templates/admin/admin_post.ftl @@ -15,15 +15,15 @@

<@spring.message code='admin.posts.title' />

- 写文章 + <@spring.message code='admin.posts.btn.new-post' />
@@ -31,13 +31,13 @@ @@ -47,13 +47,13 @@ - - - - - - - + + + + + + + @@ -124,10 +124,10 @@ 第${posts.number+1}/${posts.totalPages}页 diff --git a/src/main/resources/templates/admin/admin_theme.ftl b/src/main/resources/templates/admin/admin_theme.ftl index 19524e63e..7d205944f 100755 --- a/src/main/resources/templates/admin/admin_theme.ftl +++ b/src/main/resources/templates/admin/admin_theme.ftl @@ -61,12 +61,12 @@

<@spring.message code='admin.themes.title' />

- 安装主题 + <@spring.message code='admin.themes.btn.install' />
@@ -81,12 +81,12 @@
标题分类目录标签评论访问量日期操作<@spring.message code='common.th.title' /><@spring.message code='common.th.categories' /><@spring.message code='common.th.tags' /><@spring.message code='common.th.comments' /><@spring.message code='common.th.views' /><@spring.message code='common.th.date' /><@spring.message code='common.th.control' />