deLabels top-level constant

Map<String, String> const deLabels

Implementation

const Map<String, String> deLabels = {
  'enterPassword': 'Geben Sie ein Passwort ein',
  'weak': 'Schwach',
  'fair': 'Mittel',
  'good': 'Gut',
  'strong': 'Stark',
  'suggestions': 'Vorschläge:',
};