owncloud/core

View on GitHub
apps/comments/l10n/es.json

Summary

Maintainability
Test Coverage
{ "translations": {
    "Type in a new comment..." : "Escribe un nuevo comentario...",
    "Delete comment" : "Borrar comentario",
    "Post" : "Publicar",
    "Cancel" : "Cancelar",
    "Edit comment" : "Editar comentario",
    "[Deleted user]" : "[Usuario eliminado]",
    "Comments" : "Comentarios",
    "No other comments available" : "No hay otros comentarios disponibles",
    "More comments..." : "Más comentarios...",
    "Save" : "Guardar",
    "Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}",
    "Error occurred while retrieving comment with id {id}" : "Se produjo un error al obtener el comentario con el id {id}",
    "Error occurred while updating comment with id {id}" : "Se produjo un error al actualizar el comentario con el id {id}",
    "Error occurred while posting comment" : "Se produjo un error al intentar incluir un comentario",
    "{count} unread comments" : "{count} comentarios no leídos",
    "Comment" : "Comentario",
    "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Comentarios</strong> de archivos <em>(siempre se listarán en stream)</em>",
    "You commented" : "Has comentado",
    "%1$s commented" : "%1$s comentados",
    "You commented on %2$s" : "Has comentado en %2$s",
    "%1$s commented on %2$s" : "%1$s comentados en %2$s"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}