{% load i18n %} {% if analysis.redirect %}
{% translate "The repository URL returned a permanent HTTP redirect. Weblate automatically accepts only verified redirects on the same host. Update the component to use the canonical repository URL if the redirect points elsewhere." %}
{% endif %} {% 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.github_pull_request_creation_restricted %}
{% if analysis.github_pull_request_creation_restricted_username %}
{% blocktranslate with username=analysis.github_pull_request_creation_restricted_username %}The GitHub repository allows only collaborators to create pull requests. Ask a repository maintainer to allow pull requests from all users or add {{ username }} as a collaborator.{% endblocktranslate %}
{% else %}
{% translate "The GitHub repository allows only collaborators to create pull requests. Ask a repository maintainer to allow pull requests from all users." %}
{% endif %}
{% translate "The upstream repository could not be temporarily accessed. Please try it again later." %}
{% endif %} {% if analysis.host_key_message %}{{ analysis.host_key_message }}
{% 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 }}
{% 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 %} {% if not analysis.redirect %}{% translate "Weblate will retry the operation once it is needed again, so the alert might disappear for the temporary issues." %}
{% endif %}