mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 12:24:50 +00:00
pluralization wave 1
This commit is contained in:
@@ -23,15 +23,14 @@
|
||||
{{ trans('form.ruleGroup_areYouSure', {'title': ruleGroup.title}) }}
|
||||
</p>
|
||||
|
||||
<p class="text-danger">
|
||||
{% if ruleGroup.rules|length > 0 %}
|
||||
{{ Lang.choice('form.also_delete_rules', ruleGroup.rules|length, {count: ruleGroup.rules|length}) }}
|
||||
{% endif %}
|
||||
</p>
|
||||
|
||||
{% if ruleGroup.rules|length > 0 %}
|
||||
<p class="text-danger">
|
||||
{{ trans_choice('form.also_delete_rules', ruleGroup.rules|length) }}
|
||||
</p>
|
||||
|
||||
<p class="text-success">
|
||||
{{ 'save_rules_by_moving'|_ }}
|
||||
{{ trans_choice('firefly.save_rules_by_moving', ruleGroup.rules|length) }}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user