mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
parse more hints
This commit is contained in:
parent
bdb9c15c7e
commit
5f03c8e878
1 changed files with 60 additions and 0 deletions
|
@ -6,6 +6,11 @@ const hints = Object.assign(Object.create(null), {
|
||||||
code: 'bicycle-conveyance',
|
code: 'bicycle-conveyance',
|
||||||
text: 'bicycles conveyed'
|
text: 'bicycles conveyed'
|
||||||
},
|
},
|
||||||
|
fr: {
|
||||||
|
type: 'hint',
|
||||||
|
code: 'bicycle-conveyance-reservation',
|
||||||
|
text: 'bicycles conveyed, subject to reservation'
|
||||||
|
},
|
||||||
nf: {
|
nf: {
|
||||||
type: 'hint',
|
type: 'hint',
|
||||||
code: 'no-bicycle-conveyance',
|
code: 'no-bicycle-conveyance',
|
||||||
|
@ -26,11 +31,26 @@ const hints = Object.assign(Object.create(null), {
|
||||||
code: 'wifi',
|
code: 'wifi',
|
||||||
text: 'WiFi available'
|
text: 'WiFi available'
|
||||||
},
|
},
|
||||||
|
wi: {
|
||||||
|
type: 'hint',
|
||||||
|
code: 'wifi',
|
||||||
|
text: 'WiFi available'
|
||||||
|
},
|
||||||
sn: {
|
sn: {
|
||||||
type: 'hint',
|
type: 'hint',
|
||||||
code: 'snacks',
|
code: 'snacks',
|
||||||
text: 'snacks available for purchase'
|
text: 'snacks available for purchase'
|
||||||
},
|
},
|
||||||
|
mb: {
|
||||||
|
type: 'hint',
|
||||||
|
code: 'snacks',
|
||||||
|
text: 'snacks available for purchase'
|
||||||
|
},
|
||||||
|
mp: {
|
||||||
|
type: 'hint',
|
||||||
|
code: 'snacks',
|
||||||
|
text: 'snacks available for purchase at the seat'
|
||||||
|
},
|
||||||
bf: {
|
bf: {
|
||||||
type: 'hint',
|
type: 'hint',
|
||||||
code: 'barrier-free',
|
code: 'barrier-free',
|
||||||
|
@ -56,6 +76,11 @@ const hints = Object.assign(Object.create(null), {
|
||||||
code: 'childrens-area',
|
code: 'childrens-area',
|
||||||
text: `children's area available`
|
text: `children's area available`
|
||||||
},
|
},
|
||||||
|
kr: {
|
||||||
|
type: 'hint',
|
||||||
|
code: 'kids-service',
|
||||||
|
text: 'DB Kids Service available'
|
||||||
|
},
|
||||||
ls: {
|
ls: {
|
||||||
type: 'hint',
|
type: 'hint',
|
||||||
code: 'power-sockets',
|
code: 'power-sockets',
|
||||||
|
@ -90,6 +115,41 @@ const hints = Object.assign(Object.create(null), {
|
||||||
type: 'hint',
|
type: 'hint',
|
||||||
code: 'ice-sprinter',
|
code: 'ice-sprinter',
|
||||||
text: 'ICE Sprinter service'
|
text: 'ICE Sprinter service'
|
||||||
|
},
|
||||||
|
rp: {
|
||||||
|
type: 'hint',
|
||||||
|
code: 'compulsory-reservation',
|
||||||
|
text: 'compulsory seat reservation'
|
||||||
|
},
|
||||||
|
sk: {
|
||||||
|
type: 'hint',
|
||||||
|
code: 'oversize-luggage-forbidden',
|
||||||
|
text: 'oversize luggage not allowed'
|
||||||
|
},
|
||||||
|
hu: {
|
||||||
|
type: 'hint',
|
||||||
|
code: 'animals-forbidden',
|
||||||
|
text: 'animals not allowed, except guide dogs'
|
||||||
|
},
|
||||||
|
ik: {
|
||||||
|
type: 'hint',
|
||||||
|
code: 'baby-cot-required',
|
||||||
|
text: 'baby cot/child seat required'
|
||||||
|
},
|
||||||
|
ee: {
|
||||||
|
type: 'hint',
|
||||||
|
code: 'on-board-entertainment',
|
||||||
|
text: 'on-board entertainment available'
|
||||||
|
},
|
||||||
|
toilet: {
|
||||||
|
type: 'hint',
|
||||||
|
code: 'toilet',
|
||||||
|
text: 'toilet available'
|
||||||
|
},
|
||||||
|
iz: {
|
||||||
|
type: 'hint',
|
||||||
|
code: 'intercity-2',
|
||||||
|
text: 'Intercity 2'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue