You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pt_PT.js 1.2KB

123456789101112131415161718192021
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Comentários",
  5. "You commented" : "Comentou",
  6. "{author} commented" : "{author} comentou",
  7. "You commented on %1$s" : "Comentaste em %1$s",
  8. "You commented on {file}" : "Comentaste em {file}",
  9. "%1$s commented on %2$s" : "%1$s comentou %2$s",
  10. "{author} commented on {file}" : "{author} comentou em {file}",
  11. "<strong>Comments</strong> for files" : "<strong>Comentários</strong> aos ficheiros",
  12. "Files app plugin to add comments to files" : "Plugin de aplicação de ficheiros para adicionar comentários aos ficheiros",
  13. "Edit comment" : "Editar comentário",
  14. "Delete comment" : "Eliminar comentário",
  15. "No comments yet, start the conversation!" : "Ainda sem comentários, inicie uma conversação!",
  16. "Retry" : "Repetir",
  17. "_1 new comment_::_{unread} new comments_" : ["1 novo comentário","{unread} novos comentários","{unread} novos comentários"],
  18. "Comment" : "Comentário",
  19. "_%n unread comment_::_%n unread comments_" : ["%n comentários por ler","%n comentários por ler","%n comentários por ler"]
  20. },
  21. "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");