es_AR.js 2.0 KB

123456789101112131415161718192021222324252627282930313233
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Comentarios",
  5. "You commented" : "Ud. ha comentado",
  6. "%1$s commented" : "%1$s comentados",
  7. "{author} commented" : "{author} comentó",
  8. "You commented on %1$s" : "Ud. ah comentado en %1$s",
  9. "You commented on {file}" : "Ud. ha comentado en {file}",
  10. "%1$s commented on %2$s" : "%1$s comentó en %2$s",
  11. "{author} commented on {file}" : "{author} comentó en {file}",
  12. "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> en archivos",
  13. "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Usted fue mencionado en “{file}”, en un comentario de un usuario que ya ha sido eliminado",
  14. "{user} mentioned you in a comment on “{file}”" : "{user} te ha mencionado en un comentario en “{file}”",
  15. "Files app plugin to add comments to files" : "Complemento de aplicación de archivos para agregar comentarios a los archivos.",
  16. "Edit comment" : "Editar comentario",
  17. "Delete comment" : "Borrar comentario",
  18. "New comment …" : "Nuevo comentario ...",
  19. "Post" : "Post",
  20. "Cancel" : "Cancelar",
  21. "[Deleted user]" : "[Usuario borrado]",
  22. "No comments yet, start the conversation!" : "No hay comentarios aún, iniciar la conversación!",
  23. "More comments …" : "Más comentarios ...",
  24. "Save" : "Guardar",
  25. "Allowed characters {count} of {max}" : "Caracteres permitidos {count} of {max}",
  26. "Error occurred while retrieving comment with ID {id}" : "Se produjo un error al recuperar el comentario con ID {id}",
  27. "Error occurred while updating comment with id {id}" : "Se ha producido un error al actualizar el comentario con id {id}",
  28. "Error occurred while posting comment" : "Se ha producido un error al publicar un comentario",
  29. "_%n unread comment_::_%n unread comments_" : ["%n comentarios sin leer","%n comentarios sin leer"],
  30. "Comment" : "Comentar",
  31. "%1$s mentioned you in a comment on “%2$s”" : "%1$s te ha mencionado en un comentario en “%2$s”"
  32. },
  33. "nplurals=2; plural=(n != 1);");