pt_BR.json 2.1 KB

123456789101112131415161718192021222324252627282930
  1. { "translations": {
  2. "Comments" : "Comentários",
  3. "You commented" : "Você comentou",
  4. "{author} commented" : "{author} comentou",
  5. "You commented on %1$s" : "Você comentou em %1$s",
  6. "You commented on {file}" : "Você comentou sobre {file}",
  7. "%1$s commented on %2$s" : "%1$s comentaram em %2$s",
  8. "{author} commented on {file}" : "{author} comentou em {file}",
  9. "<strong>Comments</strong> for files" : "<strong>Comentários</strong> para arquivos",
  10. "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Você foi mencionado em \"{file}\", em um comentário de um usuário que já foi excluído",
  11. "{user} mentioned you in a comment on \"{file}\"" : "{user} mencionou você em um comentário em \"{file}\"",
  12. "Files app plugin to add comments to files" : "Complemento do aplicativo Files para adicionar comentários",
  13. "Edit comment" : "Editar comentário",
  14. "Delete comment" : "Excluir comentário",
  15. "Cancel edit" : "Cancelar edição",
  16. "Post comment" : "Postar comentário",
  17. "No comments yet, start the conversation!" : "Nenhum comentário ainda, inicie uma conversa!",
  18. "No more messages" : "Sem mais mensagens",
  19. "Retry" : "Tentar novamente",
  20. "Unable to load the comments list" : "Não foi possível carregar a lista de comentários",
  21. "_%n unread comment_::_%n unread comments_" : ["%n comentários não lidos","%n comentários não lidos","%n comentários não lidos"],
  22. "_1 new comment_::_{unread} new comments_" : ["1 novo comentário","{unread} novos comentários","{unread} novos comentários"],
  23. "Comment" : "Comentar",
  24. "An error occurred while trying to edit the comment" : "Ocorreu um erro ao tentar editar o comentário",
  25. "Comment deleted" : "Comentário excluído",
  26. "An error occurred while trying to delete the comment" : "Ocorreu um erro ao tentar excluir o comentário",
  27. "An error occurred while trying to create the comment" : "Ocorreu um erro ao tentar criar o comentário",
  28. "%1$s commented" : "%1$s comentou"
  29. },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
  30. }