Files
ki-frontend/src/assets/skill_level.json
Michael Weimann 46fcaa2db6
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
implement profile view
2021-10-03 20:05:08 +02:00

23 lines
320 B
JSON

{
"1": {
"short": "≤ 6M",
"long": "bis 6 Monate"
},
"2":{
"short": "≤ 1J",
"long": "bis 1 Jahr"
},
"3": {
"short": "≤ 3J",
"long": "bis 3 Jahre"
},
"4": {
"short": "≤ 5J",
"long": "bis 5 Jahre"
},
"5": {
"short": "> 5J",
"long": "mehr als 5 Jahre"
}
}