diff options
Diffstat (limited to 'config/locales/ja.yml')
-rw-r--r-- | config/locales/ja.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 1ffd25f..3672c7d 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -142,17 +142,17 @@ ja: no_blog_articles_posted: '%{date}付のブログ記事が投稿されてません。' activerecord: models: - refinery/blog_category: カテゴリ - refinery/blog_comment: コメント - refinery/blog_post: 投稿 + refinery/blog/category: カテゴリ + refinery/blog/comment: コメント + refinery/blog/post: 投稿 attributes: - refinery/blog_category: + refinery/blog/category: title: 題名 - refinery/blog_comment: + refinery/blog/comment: name: 名前 email: メール message: メッセージ - refinery/blog_post: + refinery/blog/post: title: 題名 body: 本文 teaser: 短紹介文 |