gl.js 2.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Comentarios",
  5. "You commented" : "Vostede comentou",
  6. "%1$s commented" : "%1$s comentados",
  7. "{author} commented" : "{author} comentou",
  8. "You commented on %1$s" : "Vostede comentou en %1$s",
  9. "You commented on {file}" : "Vostede comentou en {file}",
  10. "%1$s commented on %2$s" : "%1$s comentados en %2$s",
  11. "{author} commented on {file}" : "{author} comentou en {file}",
  12. "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> para ficheiros",
  13. "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Mencionárono en «{file}», nun comentario dun usuario que foi eliminado",
  14. "{user} mentioned you in a comment on “{file}”" : "{user} mencionouno a vostede nun comentario en «{file}»",
  15. "Files app plugin to add comments to files" : "Engadido do aplicativo de ficheiros para engadir comentarios aos ficheirros",
  16. "Edit comment" : "Editar comentario",
  17. "Delete comment" : "Eliminar comentario",
  18. "New comment …" : "Comentario novo…",
  19. "Post" : "Publicar",
  20. "Cancel" : "Cancelar",
  21. "[Deleted user]" : "[Usuario eliminado]",
  22. "No comments yet, start the conversation!" : "Aínda non hai comentarios, comeza a conversa!",
  23. "More comments …" : "Máis comentarios…",
  24. "Save" : "Gardar",
  25. "Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}",
  26. "Error occurred while retrieving comment with ID {id}" : "Produciuse un erro ao recuperar o comentario co ID {id}",
  27. "Error occurred while updating comment with id {id}" : "Produciuse un erro ao actualizar o comentario co ID {id}",
  28. "Error occurred while posting comment" : "Produciuse un erro ao publicar o comentario",
  29. "_%n unread comment_::_%n unread comments_" : ["%n comentario sen ler","%n comentarios sen ler"],
  30. "_1 new comment_::_{unread} new comments_" : ["1 comentario novo","{unread} comentarios novos"],
  31. "Comment" : "Comentario",
  32. "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Mencionárono en «%s», nun comentario dun usuario que foi eliminado",
  33. "%1$s mentioned you in a comment on “%2$s”" : "%1$s mencionouno a vostede nun comentario en «%2$s»"
  34. },
  35. "nplurals=2; plural=(n != 1);");