Merge branch 'master' of https://github.com/designcreateplay/NodeBB
commit
825c568bc1
@ -1,5 +1,5 @@
|
||||
{
|
||||
"title": "Recent",
|
||||
"title": "Reciente",
|
||||
"day": "Día",
|
||||
"week": "Semana",
|
||||
"month": "Mes"
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"title": "Unread",
|
||||
"title": "No leeido",
|
||||
"no_unread_topics": "No hay temas nuevos para leer.",
|
||||
"mark_all_read": "Marcar todo como leeido",
|
||||
"load_more": "Cargar más"
|
||||
|
@ -1,53 +1,47 @@
|
||||
{
|
||||
"topic": "Tópico",
|
||||
"topics": "Tópicos",
|
||||
|
||||
"no_topics_found": "Nenhum tópico encontrado!",
|
||||
|
||||
"profile": "Profile",
|
||||
"posted_by": "Postado por",
|
||||
"chat": "Chat",
|
||||
"notify_me": "Ser notificado a cada nova resposta",
|
||||
"quote": "Citar",
|
||||
"reply": "Esponder",
|
||||
"edit": "Editar",
|
||||
"delete": "Deletar",
|
||||
"move": "Mover",
|
||||
"fork": "Fork",
|
||||
"banned": "Banido",
|
||||
"link": "Link",
|
||||
"share": "Compartilho",
|
||||
"tools": "Ferramentas",
|
||||
|
||||
"thread_tools.title": "Ferramentas da Thread",
|
||||
"thread_tools.markAsUnreadForAll": "Marcar como não lido",
|
||||
"thread_tools.pin": "Fixar Thread",
|
||||
"thread_tools.lock": "Travar Thread",
|
||||
"thread_tools.move": "Mover Thread",
|
||||
"thread_tools.fork": "Fork Thread",
|
||||
"thread_tools.delete": "Deletar Thread",
|
||||
|
||||
"load_categories": "Carregando Categorias",
|
||||
"disabled_categories_note": "Categorias desabilitadas estão em cinza",
|
||||
"confirm_move": "Mover",
|
||||
"confirm_fork": "Fork",
|
||||
|
||||
"favourite": "Favoritar",
|
||||
"favourites": "Favoritos",
|
||||
"favourites.not_logged_in.title": "Não Logado",
|
||||
"favourites.not_logged_in.message": "Por Favor logar para favoritar o tópico",
|
||||
"favourites.has_no_favourites": "Você não tem nenhum item favoritado!",
|
||||
|
||||
"posted_by": "postado por",
|
||||
"loading_more_posts": "Carregando mais posts",
|
||||
"move_topic": "Mover Tópico",
|
||||
"move_post": "Mover Post",
|
||||
"fork_topic": "Fork Tópico",
|
||||
"topic_will_be_moved_to": "Este tópico será movido para categoria",
|
||||
"fork_topic_instruction": "Clique nos postas que você fazer o fork",
|
||||
"fork_no_pids": "Nenhum Tópico selecionado",
|
||||
"fork_success": "Fork realizado com sucesso!",
|
||||
|
||||
"reputation": "Reputação",
|
||||
"posts": "Posts"
|
||||
}
|
||||
"topic": "Tópico",
|
||||
"topics": "Tópicos",
|
||||
"no_topics_found": "Nenhum tópico encontrado!",
|
||||
"profile": "Profile",
|
||||
"posted_by": "Posted by",
|
||||
"chat": "Chat",
|
||||
"notify_me": "Ser notificado a cada nova resposta",
|
||||
"quote": "Citar",
|
||||
"reply": "Esponder",
|
||||
"edit": "Editar",
|
||||
"delete": "Deletar",
|
||||
"move": "Mover",
|
||||
"fork": "Fork",
|
||||
"banned": "Banido",
|
||||
"link": "Link",
|
||||
"share": "Compartilho",
|
||||
"tools": "Ferramentas",
|
||||
"flag": "Flag",
|
||||
"flag_title": "Flag this post for moderation",
|
||||
"thread_tools.title": "Ferramentas da Thread",
|
||||
"thread_tools.markAsUnreadForAll": "Marcar como não lido",
|
||||
"thread_tools.pin": "Fixar Thread",
|
||||
"thread_tools.lock": "Travar Thread",
|
||||
"thread_tools.move": "Mover Thread",
|
||||
"thread_tools.fork": "Fork Thread",
|
||||
"thread_tools.delete": "Deletar Thread",
|
||||
"load_categories": "Carregando Categorias",
|
||||
"disabled_categories_note": "Categorias desabilitadas estão em cinza",
|
||||
"confirm_move": "Mover",
|
||||
"confirm_fork": "Fork",
|
||||
"favourite": "Favoritar",
|
||||
"favourites": "Favoritos",
|
||||
"favourites.not_logged_in.title": "Não Logado",
|
||||
"favourites.not_logged_in.message": "Por Favor logar para favoritar o tópico",
|
||||
"favourites.has_no_favourites": "Você não tem nenhum item favoritado!",
|
||||
"loading_more_posts": "Carregando mais posts",
|
||||
"move_topic": "Mover Tópico",
|
||||
"move_post": "Mover Post",
|
||||
"fork_topic": "Fork Tópico",
|
||||
"topic_will_be_moved_to": "Este tópico será movido para categoria",
|
||||
"fork_topic_instruction": "Clique nos postas que você fazer o fork",
|
||||
"fork_no_pids": "Nenhum Tópico selecionado",
|
||||
"fork_success": "Fork realizado com sucesso!",
|
||||
"reputation": "Reputação",
|
||||
"posts": "Posts"
|
||||
}
|
Loading…
Reference in New Issue