diff options
author | Arthur <arthur@funshare.com> | 2014-05-21 10:17:24 +0800 |
---|---|---|
committer | Arthur <arthur@funshare.com> | 2014-05-21 10:17:24 +0800 |
commit | f99a505c2ce1fec0c60372a4c77c947c14c19e01 (patch) | |
tree | 983a2c081893bff63d3b7fcd1844c8cfbd9b6d09 | |
parent | d2c0564922c22c6aeb8f015e4d92550d66a56ee7 (diff) | |
download | refinerycms-blog-f99a505c2ce1fec0c60372a4c77c947c14c19e01.tar.gz refinerycms-blog-f99a505c2ce1fec0c60372a4c77c947c14c19e01.tar.bz2 refinerycms-blog-f99a505c2ce1fec0c60372a4c77c947c14c19e01.zip |
Update Translation
-rw-r--r-- | config/locales/en.yml | 5 | ||||
-rw-r--r-- | config/locales/zh-CN.yml | 23 | ||||
-rw-r--r-- | config/locales/zh-TW.yml | 22 |
3 files changed, 34 insertions, 16 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index bb4fba2..cc6751f 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1,9 +1,4 @@ en: - activerecord: - attributes: - refinery/blog/post: - body: Body - teaser: Teaser refinery: plugins: refinerycms_blog: diff --git a/config/locales/zh-CN.yml b/config/locales/zh-CN.yml index 99551ea..da5b86e 100644 --- a/config/locales/zh-CN.yml +++ b/config/locales/zh-CN.yml @@ -1,9 +1,4 @@ zh-CN: - activerecord: - attributes: - refinery/blog/post: - body: 內容 - teaser: 前言 refinery: plugins: refinerycms_blog: @@ -142,3 +137,21 @@ zh-CN: archive: blog_archive_for: '博客存档 %{date}' no_blog_articles_posted: '没有发布文章 %{date}。敬请关注。' + + 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 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 |