forked from kompetenzinventar/ki-frontend
23 lines
320 B
JSON
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"
|
|
}
|
|
}
|