diff options
author | Philip Arndt <p@arndt.io> | 2014-08-21 15:13:53 +0200 |
---|---|---|
committer | Philip Arndt <p@arndt.io> | 2014-08-21 15:13:53 +0200 |
commit | f036c0f58cd6eeda1f3235a0d19eb18998aa64ad (patch) | |
tree | c57c09a8c617864c17250de19d65562d9aa888f5 /config | |
parent | 36e507cae87819a190e8ed3fa0a0747373555024 (diff) | |
parent | f99a505c2ce1fec0c60372a4c77c947c14c19e01 (diff) | |
download | refinerycms-blog-f036c0f58cd6eeda1f3235a0d19eb18998aa64ad.tar.gz refinerycms-blog-f036c0f58cd6eeda1f3235a0d19eb18998aa64ad.tar.bz2 refinerycms-blog-f036c0f58cd6eeda1f3235a0d19eb18998aa64ad.zip |
Merge remote-tracking branch 'arthurtalkgoal/master'
Conflicts:
config/locales/zh-TW.yml
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/zh-CN.yml | 33 | ||||
-rw-r--r-- | config/locales/zh-TW.yml | 38 |
2 files changed, 65 insertions, 6 deletions
diff --git a/config/locales/zh-CN.yml b/config/locales/zh-CN.yml index 63d6f34..da5b86e 100644 --- a/config/locales/zh-CN.yml +++ b/config/locales/zh-CN.yml @@ -36,7 +36,17 @@ zh-CN: posts: form: toggle_advanced_options: 点击进入标签详解设置和菜单选项 - published_at: 发布日期 + published_at: 公布日期 + custom_url: 自设网址 + custom_url_help: 由此字句生成网志发帖,而非从标题 + source_url: 来源网站 + source_url_help: 记录发帖来源 + source_url_title: 网址来源标题 + source_url_title_help: 发帖的来源网址标题 + author: 作者 + author_help: 设定此用者成为作者 + copy_body: 复制发帖内容至前言 + copy_body_help: '复制发帖内容至前言,前言留白让系统自动生成前言。' index: no_items_yet: '目前尚未发博。 点击 "%{create}" 添加您的第一篇博文。' uncategorized: @@ -74,6 +84,7 @@ zh-CN: moderation: 等待审核 update_notified: 更新获得通知的人 comments: 评论 + teasers: 前言 comment_mailer: notification: greeting: 您好 @@ -99,6 +110,8 @@ zh-CN: singular: 评论 none: 没有评论 archives: 档案 + tags: + title: "标签" categories: show: no_posts: 此处没有文章。 @@ -124,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 6ae1da7..e174a03 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -35,8 +35,18 @@ zh-TW: approve: 批准此評論 posts: form: - toggle_advanced_options: 點擊進入標籤詳解設置和菜單選項 - published_at: 發佈日期 + toggle_advanced_options: 按此存取關鍵字標簽及菜單選項 + published_at: 公佈日期 + custom_url: 自設網址 + custom_url_help: 由此字句生成網誌發帖,而非從標題 + source_url: 來源網站 + source_url_help: 記錄發帖來源 + source_url_title: 網址來源標題 + source_url_title_help: 發帖的來源網址標題 + author: 作者 + author_help: 設定此用者成為作者 + copy_body: 複製發帖內容至前言 + copy_body_help: '複製發帖內容至前言。前言留白讓系統自動生成前言。' index: no_items_yet: '目前尚未發博客。點擊 "%{create}" 添加您的第一篇博客。' uncategorized: @@ -74,6 +84,7 @@ zh-TW: moderation: 等待審核 update_notified: 更新獲得通知的人 comments: 評論 + teasers: 前言 comment_mailer: notification: greeting: 您好 @@ -99,9 +110,11 @@ zh-TW: singular: 評論 none: 没有評論 archives: 檔案 + tags: + title: "標簽" categories: show: - no_posts: 此處沒有文章。 + no_posts: 此處沒有文章。 posts: post: filled_in: 用戶體驗 @@ -115,7 +128,7 @@ zh-TW: no_blog_articles_yet: 尚未發布文章。敬請關注。 show: blog_home: 博客首頁 - by: 作者 + by: 作者 categories: 標簽 category: 標簽 comments: @@ -129,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: 前言 |