datatlas-erasme / datatlas

🌍 Create and share shiny maps of your territory ✨
https://dev-datatlas.datagora.erasme.org
GNU General Public License v3.0
1 stars 0 forks source link

i18n for agregation #306

Open aangelot opened 5 months ago

aangelot commented 5 months ago

export const AGGREGATION_TYPES = { // default count: 'Nombre', // linear average: 'Moyenne', maximum: 'Maximum', minimum: 'Minimum', median: 'Médiane', stdev: 'Écart-type', sum: 'Somme', variance: 'Variance', // ordinal mode: 'Mode', countUnique: 'Compte unique' };

Total points : 'Nombre d'items' Mode of groupe : 'Mode du groupe' Sum of : 'Somme de'