frLabels top-level constant

Map<String, String> const frLabels

Implementation

const Map<String, String> frLabels = {
  'enterPassword': 'Entrez un mot de passe',
  'weak': 'Faible',
  'fair': 'Moyenne',
  'good': 'Bonne',
  'strong': 'Forte',
  'suggestions': 'Suggestions :',
};