{% load i18n %} {% load translations %}
{% trans "Weblate could not push changes to the upstream repository." %}
{{ error }}{% if analysis.terminal %}
{% trans "Your push URL seems to miss credentials. Either provide them in the URL or use SSH with key based authentication." %}
{% endif %} {% if analysis.repo_suggestion %}{% trans "You might want to use following URL instead:" %} {{ analysis.repo_suggestion }}
{% trans "You might want to choose Git with force push as version control system in the component configuration to overwrite the remote repository after rebasing commits in Weblate." %}
{% elif analysis.behind %}{% trans "The Weblate repository is missing some commits from upstream. Perhaps it is not receiving notifications upon updates of the remote repository." %}
{% endif %}