website/data/badges/en/status.yaml
Benjamin Bach b5e39c3d19
All checks were successful
continuous-integration/drone/pr Build is passing
English translations of a lot of stuff, hopefully everything!
2023-07-24 01:26:16 +02:00

27 lines
671 B
YAML

status:
positive:
order: 1
name: positive
description: Service satisfies the requirements of the badge.
css_class: "positive"
partial:
order: 2
name: partial
description: Service partially satisfies the requirements of the badge. But to an extend that we find worth noting.
css_class: "partial"
negative:
order: 3
name: negative
description: Service does not live up to badge requirements.
css_class: "negative"
none:
order: 4
name: undefined
description: The requirements of the badge are currently undefined. This is likely due to a lack of analysis and full understanding.
css_class: "none"