trivial: update translation strings

This commit is contained in:
Lauréline Guérin 2022-05-17 14:53:26 +02:00
parent 272c541b94
commit 889ea77c77
No known key found for this signature in database
GPG Key ID: 1FAB9B9B4F93D473
6 changed files with 10 additions and 10 deletions

View File

@ -106,7 +106,7 @@
{% else %}
<div class="big-msg-info">
{% blocktrans %}
This agenda doesn't have any pricing definied yet. Click on the "New pricing" button in
This agenda doesn't have any pricing defined yet. Click on the "New pricing" button in
the top right of the page to add a first one.
{% endblocktrans %}
</div>

View File

@ -46,7 +46,7 @@
</table>
{% if user_can_manage %}
<p>
<a class="pk-button" href="{% if matrix.criteria %}{% url 'chrono-manager-agenda-pricing-matrix-slug-edit' agenda.pk object.pk matrix.criteria.slug %}{% else %}{% url 'chrono-manager-agenda-pricing-matrix-edit' agenda.pk object.pk %}{% endif %}">{% trans "Edit Pricing" %}</a>
<a class="pk-button" href="{% if matrix.criteria %}{% url 'chrono-manager-agenda-pricing-matrix-slug-edit' agenda.pk object.pk matrix.criteria.slug %}{% else %}{% url 'chrono-manager-agenda-pricing-matrix-edit' agenda.pk object.pk %}{% endif %}">{% trans "Edit pricing" %}</a>
</p>
{% endif %}
</div>

View File

@ -6,15 +6,15 @@
{% if object.pk %}
<a href="{% url 'chrono-manager-pricing-criteria-category-edit' object.pk %}">{{ object }}</a>
{% else %}
<a href="{% url 'chrono-manager-pricing-criteria-category-add' %}">{% trans "New criteria category" %}</a>
<a href="{% url 'chrono-manager-pricing-criteria-category-add' %}">{% trans "New category" %}</a>
{% endif %}
{% endblock %}
{% block appbar %}
{% if object.pk %}
<h2>{% trans "Edit criteria category" %}</h2>
<h2>{% trans "Edit category" %}</h2>
{% else %}
<h2>{% trans "New criteria category" %}</h2>
<h2>{% trans "New category" %}</h2>
{% endif %}
{% endblock %}

View File

@ -9,7 +9,7 @@
{% block appbar %}
<h2>{% trans 'Criterias' %}</h2>
<span class="actions">
<a rel="popup" href="{% url 'chrono-manager-pricing-criteria-category-add' %}">{% trans 'New criteria category' %}</a>
<a rel="popup" href="{% url 'chrono-manager-pricing-criteria-category-add' %}">{% trans 'New category' %}</a>
</span>
{% endblock %}
@ -50,7 +50,7 @@ Use drag and drop with the ⣿ handles to reorder criterias inside a category.
{% empty %}
<div class="big-msg-info">
{% blocktrans %}
This site doesn't have any pricing criteria category yet. Click on the "New category" button in the top
This site doesn't have any pricing category yet. Click on the "New category" button in the top
right of the page to add a first one.
{% endblocktrans %}
</div>

View File

@ -3,11 +3,11 @@
{% block breadcrumb %}
{{ block.super }}
<a href="{% url 'chrono-manager-pricing-duplicate' object.pk %}">{% trans "Duplicate pricing" %}</a>
<a href="{% url 'chrono-manager-pricing-duplicate' object.pk %}">{% trans "Duplicate pricing model" %}</a>
{% endblock %}
{% block appbar %}
<h2>{% trans "Duplicate pricing" %}</h2>
<h2>{% trans "Duplicate pricing model" %}</h2>
{% endblock %}
{% block content %}

View File

@ -35,7 +35,7 @@
{% endfor %}
</tbody>
</table>
<button id="add-pricing-variable-form" type="button">{% trans "Add another" %}</button>
<button id="add-pricing-variable-form" type="button">{% trans "Add another variable" %}</button>
<div class="buttons">
<button class="submit-button">{% trans "Save" %}</button>
<a class="cancel" href="{% url 'chrono-manager-pricing-detail' object.pk %}">{% trans 'Cancel' %}</a>