mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
updated translation by changing translation in twig
This commit is contained in:
parent
651c455bdf
commit
f7f7e1cb1d
@ -20,7 +20,6 @@ The document is successfully updated: Le document est mis à jour
|
|||||||
Any description: Aucune description
|
Any description: Aucune description
|
||||||
Document from person %name%: Document de l'usager %name%
|
Document from person %name%: Document de l'usager %name%
|
||||||
See the document: Voir le document
|
See the document: Voir le document
|
||||||
No item: Aucun document
|
|
||||||
|
|
||||||
document:
|
document:
|
||||||
Any title: Aucun titre
|
Any title: Aucun titre
|
||||||
|
@ -173,10 +173,10 @@
|
|||||||
{{ form_widget(entry) }}
|
{{ form_widget(entry) }}
|
||||||
{{ form_errors(entry) }}
|
{{ form_errors(entry) }}
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
{% else %}
|
{% else %}
|
||||||
<li data-collection-empty-explain="1">
|
<li data-collection-empty-explain="1">
|
||||||
<span class="chill-no-data-statement">{{ form.vars.empty_collection_explain|default('No item')|trans }}</span>
|
<span class="chill-no-data-statement">{{ form.vars.empty_collection_explain|default('No entities')|trans }}</span>
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user