12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- # -*- encoding:utf-8 -*-
- from __future__ import unicode_literals
- MESSAGES = {
- "%d min remaining to read": "%d mín restante para leitura",
- "(active)": "",
- "Also available in:": "Também disponível em:",
- "Archive": "Arquivo",
- "Authors": "",
- "Categories": "Categorias",
- "Comments": "Comentários",
- "LANGUAGE": "Português",
- "Languages:": "Idiomas:",
- "More posts about %s": "Mais posts sobre %s",
- "Newer posts": "Posts mais recentes",
- "Next post": "Próximo post",
- "No posts found.": "Nenhum tópico encontrado.",
- "Nothing found.": "Nada encontrado.",
- "Older posts": "Posts mais antigos",
- "Original site": "Site original",
- "Posted:": "Publicado:",
- "Posts about %s": "Posts sobre %s",
- "Posts by %s": "",
- "Posts for year %s": "Posts do ano %s",
- "Posts for {month} {day}, {year}": "Posts do {day} {month}, {year}",
- "Posts for {month} {year}": "Posts de {month} {year}",
- "Previous post": "Post anterior",
- "Publication date": "Data de publicação",
- "RSS feed": "Feed RSS",
- "Read in English": "Ler em português",
- "Read more": "Leia mais",
- "Skip to main content": "Pular para o conteúdo principal",
- "Source": "Código",
- "Subcategories:": "",
- "Tags and Categories": "Tags e Categorias",
- "Tags": "Tags",
- "Uncategorized": "",
- "Updates": "",
- "Write your page here.": "",
- "Write your post here.": "",
- "old posts, page %d": "Posts antigos, página %d",
- "page %d": "página %d",
- }
|