Skip to content
Snippets Groups Projects
Commit 39ae23bd authored by FORESTIER Fabien's avatar FORESTIER Fabien
Browse files

Update text in dataset data tab

parent c32f3e67
No related branches found
No related tags found
1 merge request!19Development
Pipeline #
......@@ -41,11 +41,11 @@
</div>
<div>
<span class="bullet"></span>
<a [routerLink]="['/', AppRoutes.credits.uri]" i18n="@@header.credits">Credits</a>
<a [routerLink]="['/', AppRoutes.credits.uri]" i18n="@@footer.credits">Credits</a>
</div>
<div>
<span class="bullet"></span>
<a [routerLink]="['/', AppRoutes.cgu.uri]" i18n="@@header.cgu">Terms of use</a>
<a [routerLink]="['/', AppRoutes.cgu.uri]" i18n="@@footer.cgu">Terms of use</a>
</div>
</div>
<div class="column metropole">
......
......@@ -21,7 +21,7 @@
<div class="column is-paddingless">
<div class="properties-number">
<span><span class="selected-properties-number">{{ selectedProperties.length }}</span>/{{ properties.length }}
maximum</span>
<span i18n="@@dataset.data.displayedProperties"> displayed properties</span></span>
</div>
<div class="dropdown properties-dropdown" [ngClass]="{'is-active': displayColumnsMenu}" (clickOutside)="closeColumsMenu()">
<div class="dropdown-trigger">
......
......@@ -22,11 +22,11 @@
<source>Documentation</source>
<target>Documentation</target>
</trans-unit>
<trans-unit id="header.credits" datatype="html">
<trans-unit id="footer.credits" datatype="html">
<source>Credits</source>
<target>Credits</target>
</trans-unit>
<trans-unit id="header.cgu" datatype="html">
<trans-unit id="footer.cgu" datatype="html">
<source>Terms of use</source>
<target>Terms of use</target>
</trans-unit>
......@@ -302,6 +302,10 @@
<source>Filter records</source>
<target>Filter records</target>
</trans-unit>
<trans-unit id="dataset.data.displayedProperties" datatype="html">
<source> displayed properties</source>
<target> displayed properties</target>
</trans-unit>
<trans-unit id="dataset.data.customizeButton" datatype="html">
<source>Customize</source>
<target>Customize</target>
......
......@@ -22,11 +22,11 @@
<source>Drafts</source>
<target>Brouillons</target>
</trans-unit>
<trans-unit id="menu.credits" datatype="html">
<trans-unit id="footer.credits" datatype="html">
<source>Credits</source>
<target>Crédits</target>
</trans-unit>
<trans-unit id="header.cgu" datatype="html">
<trans-unit id="footer.cgu" datatype="html">
<source>Terms of use</source>
<target>Conditions générales d'utilisation</target>
</trans-unit>
......@@ -310,6 +310,10 @@
<source> records found.</source>
<target> enregistrements trouvés.</target>
</trans-unit>
<trans-unit id="dataset.data.displayedProperties" datatype="html">
<source> displayed properties</source>
<target> propriétés affichées</target>
</trans-unit>
<trans-unit id="dataset.data.customizeButton" datatype="html">
<source>Customize</source>
<target>Personnaliser</target>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment