diff options
author | Ravi <cerebroso@gmail.com> | 2011-06-03 13:29:36 -0300 |
---|---|---|
committer | Ravi <cerebroso@gmail.com> | 2011-06-03 13:29:36 -0300 |
commit | 6511748e8d8c7b7da44d4b6f8592daf5e8cf451e (patch) | |
tree | 7f731c09f5d6d8717dabace239f2a0c6765be9fd | |
parent | ff3134ab6b71413b0ba70074b27cb83c1ade7302 (diff) | |
download | refinerycms-blog-6511748e8d8c7b7da44d4b6f8592daf5e8cf451e.tar.gz refinerycms-blog-6511748e8d8c7b7da44d4b6f8592daf5e8cf451e.tar.bz2 refinerycms-blog-6511748e8d8c7b7da44d4b6f8592daf5e8cf451e.zip |
pt-BR translation for some model attributes
-rw-r--r-- | config/locales/pt-BR.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index 706f34c..6f7fd2d 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -2,6 +2,14 @@ pt-BR: plugins: refinerycms_blog: title: Blog + activerecord: + attributes: + blog_post: + title: Título + body: Corpo + blog_comment: + name: Nome + message: Mensagem admin: blog: categories: @@ -101,6 +109,8 @@ pt-BR: singular: comentário none: não há comentários archives: Arquivos + tags: + title: Tags categories: show: no_posts: Não há posts aqui ainda. |