{% load i18n %} {% load translations %} {% load permissions %} {% with object.repo_needs_commit as needs_commit %} {% can_commit_translation user project as user_can_commit_translation %} {% can_update_translation user project as user_can_update_translation %} {% can_push_translation user project as user_can_push_translation %} {% can_reset_translation user project as user_can_reset_translation %} {% can_lock_subproject user project as user_can_lock_subproject %}
{% trans "There has been a merge failure on the repository:" %}
{{ changes.0.target }}
{% trans "Check our FAQ for information how to resolve this." %}
{% trans "Last remote commit:" %} {% include "git-commit-info.html" %}
{% endwith %} {% with object.get_export_url as export_url %} {% if export_url %}
{% trans "Git repository with Weblate translations:" %}
{{ export_url }}
{{ status.1 }}{% endfor %}
{{ change.timestamp|naturaltime }} | {{ change.get_user_display }} | {{ change.get_action_display }} | {% if change.translation %} {{ change.translation.language }} {% endif %} |
{{ change.target }} |
{% trans "Commit" %} |
{% trans "Commit pending changes to the local repository" %} |
{% trans "Pull" %} |
{% trans "Pull changes from the remote repository" %} |
{% trans "Push" %} |
{% trans "Push changes to the remote repository" %} |
{% trans "Rebase" %} |
{% trans "Rebase local changes onto the remote repository" %} |
{% trans "Reset" %} |
{% trans "Reset all changes in the local repository" %} |
{% trans "Unlock" %} |
{% trans "Allow changes in the local repository" %} |
{% trans "Lock" %} |
{% trans "Prevent any changes in the local repository" %} |