{% load i18n %} {% if analysis.not_found %}

{% translate "The upstream repository was not found. Please check whether it exists and is accessible to Weblate." %}

{% endif %} {% if analysis.permission %}

{% translate "The upstream repository could not be accessed. Please check whether it is accessible to Weblate." %}

{% endif %} {% if analysis.gerrit %}

{% translate "Gerrit prohibited this push. You might need a gerrit-account that has the forge author permissions for the repository/branch or have to use the squash add-on on this component in Weblate." %}

{% endif %} {% if analysis.temporary %}

{% translate "The upstream repository could not be temporarily accessed. Please try it again later." %}

{% endif %} {% if analysis.terminal %}

{% translate "Your repository URL seems to miss credentials. Either provide them in the URL or use SSH with key based authentication." %}

{% endif %} {% if analysis.repo_suggestion %}

{% translate "You might want to use following URL instead:" %} {{ analysis.repo_suggestion }}

{% endif %} {% if analysis.force_push_suggestion %}

{% translate "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 %}

{% translate "The Weblate repository is missing some commits from upstream. Perhaps it is not receiving notifications upon updates of the remote repository." %}

{% endif %}

{% translate "Weblate will retry the operation once it is needed again, so the alert might disappear for the temporary issues." %}