gl.js 2.0 KB

1234567891011121314151617181920212223242526272829303132
  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. "Files app plugin to add comments to files" : "Engadido da aplicación de ficheiros para engadir comentarios aos ficheiros",
  14. "Edit comment" : "Editar comentario",
  15. "Delete comment" : "Eliminar comentario",
  16. "Cancel edit" : "Cancelar a edición",
  17. "Post comment" : "Publicar comentario",
  18. "No comments yet, start the conversation!" : "Aínda non hai comentarios, comeza a conversa!",
  19. "No more messages" : "Non hai máis mensaxes",
  20. "Retry" : "Volver tentar",
  21. "Unable to load the comments list" : "Non é posíbel cargar a lista de comentarios",
  22. "_%n unread comment_::_%n unread comments_" : ["%n comentario sen ler","%n comentarios sen ler"],
  23. "_1 new comment_::_{unread} new comments_" : ["1 comentario novo","{unread} comentarios novos"],
  24. "Comment" : "Comentario",
  25. "An error occurred while trying to edit the comment" : "Produciuse un erro mentres tentaba editar o comentario",
  26. "Comment deleted" : "Comentario eliminado",
  27. "An error occurred while trying to delete the comment" : "Produciuse un erro mentres tentaba eliminar o comentario",
  28. "An error occurred while trying to create the comment" : "Produciuse un erro mentres tentaba crear o comentario",
  29. "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",
  30. "{user} mentioned you in a comment on “{file}”" : "{user} mencionouno a vostede nun comentario en «{file}»"
  31. },
  32. "nplurals=2; plural=(n != 1);");