aboutsummaryrefslogtreecommitdiffstats
path: root/config/locales/zh-TW.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config/locales/zh-TW.yml')
-rw-r--r--config/locales/zh-TW.yml22
1 files changed, 16 insertions, 6 deletions
diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml
index 50b7c40..f3274f6 100644
--- a/config/locales/zh-TW.yml
+++ b/config/locales/zh-TW.yml
@@ -1,9 +1,4 @@
zh-TW:
- activerecord:
- attributes:
- refinery/blog/post:
- body: 內容
- teaser: 前言
refinery:
plugins:
refinerycms_blog:
@@ -147,4 +142,19 @@ zh-TW:
archive:
blog_archive_for: '博客存檔 %{date}'
no_blog_articles_posted: '沒有發布文章 %{date}。敬請關注。'
- \ No newline at end of file
+ activerecord:
+ models:
+ refinery/blog/category: 分類
+ refinery/blog/comment: 評論
+ refinery/blog/post: 博文發帖
+ attributes:
+ refinery/blog/category:
+ title: 標題
+ refinery/blog/comment:
+ name: 姓名
+ email: 電郵
+ message: 信息
+ refinery/blog/post:
+ title: Title
+ body: 標題
+ teaser: 前言 \ No newline at end of file