Skip to content

Commit

Permalink
dictionary keys fixed in fr locale
Browse files Browse the repository at this point in the history
  • Loading branch information
Kravtsov Dmytro committed Sep 19, 2019
1 parent 18dcbe5 commit c76b02f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lib/locales/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ module.exports = {
dictionary: {
'Autoscale': 'Échelle automatique',
'Box Select': 'Sélection rectangulaire',
'Click to enter Colorscale titre': 'Ajouter un titre à l\'échelle de couleurs',
'Click to enter Component A titre': 'Ajouter un titre à la composante A',
'Click to enter Component B titre': 'Ajouter un titre à la composante B',
'Click to enter Component C titre': 'Ajouter un titre à la composante C',
'Click to enter Plot titre': 'Ajouter un titre au graphique',
'Click to enter X axis titre': 'Ajouter un titre à l\'axe des x',
'Click to enter Y axis titre': 'Ajouter un titre à l\'axe des y',
'Click to enter Colorscale title': 'Ajouter un titre à l\'échelle de couleurs',
'Click to enter Component A title': 'Ajouter un titre à la composante A',
'Click to enter Component B title': 'Ajouter un titre à la composante B',
'Click to enter Component C title': 'Ajouter un titre à la composante C',
'Click to enter Plot title': 'Ajouter un titre au graphique',
'Click to enter X axis title': 'Ajouter un titre à l\'axe des x',
'Click to enter Y axis title': 'Ajouter un titre à l\'axe des y',
'Click to enter radial axis title': 'Ajouter un titre à l\'axe radial',
'Compare data on hover': 'Comparaison entre données en survol',
'Double-click on legend to isolate one trace': 'Double-cliquer sur la légende pour isoler une série',
Expand Down

0 comments on commit c76b02f

Please sign in to comment.