gl.js 2.1 KB

123456789101112131415161718192021222324252627282930313233
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Comentarios",
  5. "You commented" : "Vostede comentou",
  6. "{author} commented" : "{author} comentou",
  7. "You commented on %1$s" : "Vostede comentou en %1$s",
  8. "You commented on {file}" : "Vostede comentou en {file}",
  9. "%1$s commented on %2$s" : "%1$s comentados en %2$s",
  10. "{author} commented on {file}" : "{author} comentou en {file}",
  11. "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> para ficheiros",
  12. "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 xa foi eliminado",
  13. "{user} mentioned you in a comment on \"{file}\"" : "{user} mencionouno a vostede nun comentario en «{file}»",
  14. "Files app plugin to add comments to files" : "Complemento da aplicación de ficheiros para engadir comentarios aos ficheiros",
  15. "Edit comment" : "Editar comentario",
  16. "Delete comment" : "Eliminar comentario",
  17. "Cancel edit" : "Cancelar a edición",
  18. "Post comment" : "Publicar comentario",
  19. "No comments yet, start the conversation!" : "Aínda non hai comentarios, comeza a conversa!",
  20. "No more messages" : "Non hai máis mensaxes",
  21. "Retry" : "Tentar de novo",
  22. "Failed to mark comments as read" : "Produciuse un fallo ao marcar os comentarios como lidos",
  23. "Unable to load the comments list" : "Non é posíbel cargar a lista de comentarios",
  24. "_%n unread comment_::_%n unread comments_" : ["%n comentario sen ler","%n comentarios sen ler"],
  25. "_1 new comment_::_{unread} new comments_" : ["1 comentario novo","{unread} comentarios novos"],
  26. "Comment" : "Comentario",
  27. "An error occurred while trying to edit the comment" : "Produciuse un erro mentres tentaba editar o comentario",
  28. "Comment deleted" : "Comentario eliminado",
  29. "An error occurred while trying to delete the comment" : "Produciuse un erro mentres tentaba eliminar o comentario",
  30. "An error occurred while trying to create the comment" : "Produciuse un erro mentres tentaba crear o comentario",
  31. "%1$s commented" : "%1$s comentados"
  32. },
  33. "nplurals=2; plural=(n != 1);");