You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
419 B

  1. export default {
  2. checkedTooltip: 'Geprüft',
  3. notCheckedTooltip: 'Nicht geprüft',
  4. selectFilterTooltip: 'Wähle einen Filter',
  5. filterOption1: 'Alle',
  6. filterOption2: 'Erledigt',
  7. filterOption3: 'Unerledigt',
  8. guidelineTooltip: 'Zeige Leitfaden',
  9. guidelinePopupTitle: 'Annotationsleitfaden',
  10. metadataDefaultMessage: 'Keine Daten verfügbar',
  11. key: 'Schlüssel',
  12. value: 'Wert',
  13. newText: 'Neuer Text'
  14. }