Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Comentarios",
  5. "You commented" : "Has comentado",
  6. "{author} commented" : "{author} comentó",
  7. "You commented on %1$s" : "Has comentado en %1$s",
  8. "You commented on {file}" : "Has comentado en {file}",
  9. "%1$s commented on %2$s" : "%1$s comentados en %2$s",
  10. "{author} commented on {file}" : "{author} comentó en {file}",
  11. "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> para archivos",
  12. "You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "Fue mencionado en \"{file}\", en un comentario realizado por un usuario que ha sido eliminado",
  13. "{user} mentioned you in a comment on \"{file}\"" : "{user} le mencionó en un comentario en “{file}”",
  14. "Files app plugin to add comments to files" : "Plugin de la app de Archivos para añadir comentarios a archivos.",
  15. "Edit comment" : "Editar comentario",
  16. "Delete comment" : "Borrar comentario",
  17. "Cancel edit" : "Cacelar edición",
  18. "New comment" : "Comentario nuevo",
  19. "Write a comment …" : "Escribir un comentario …",
  20. "Post comment" : "Publicar comentario",
  21. "@ for mentions, : for emoji, / for smart picker" : "@ para menciones, : para emoji, / para selector inteligente",
  22. "Could not reload comments" : "No se pudieron recargar los comentarios",
  23. "No comments yet, start the conversation!" : "¡No hay comentarios, empieza la conversación!",
  24. "No more messages" : "No hay más mensajes",
  25. "Retry" : "Reintentar",
  26. "Failed to mark comments as read" : "Fallo al marcar los comentarios como leídos",
  27. "Unable to load the comments list" : "No se pudo cargar la lista de comentarios",
  28. "_1 new comment_::_{unread} new comments_" : ["1 comentario nuevo","{unread} comentarios nuevos","{unread} comentarios nuevos"],
  29. "Comment" : "Comentar",
  30. "An error occurred while trying to edit the comment" : "Ocurrió un error intentando editar el comentario",
  31. "Comment deleted" : "Comentario borrado",
  32. "An error occurred while trying to delete the comment" : "Ocurrió un error intentando borrar el comentario",
  33. "An error occurred while trying to create the comment" : "Ocurrió un error intentando crear el comentario",
  34. "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Le han mencionado en \"{file}\", en un comentario de un usuario que ha sido eliminado desde entonces",
  35. "Write a message …" : "Escribir un mensaje …",
  36. "\"@\" for mentions, \":\" for emoji, \"/\" for smart picker" : "\"@\" para menciones, \":\" para emojis, \"/\" para selector inteligente",
  37. "_%n unread comment_::_%n unread comments_" : ["%n comentario sin leer","%n comentarios no leídos","%n comentarios no leídos"]
  38. },
  39. "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");