Add one change & crime
This commit is contained in:
parent
8e4c56bb0d
commit
54fbcb1ea6
17 changed files with 306 additions and 154 deletions
|
|
@ -732,6 +732,10 @@ const en = {
|
|||
noChangeTitle: 'No-change journeys only',
|
||||
noChangeDesc:
|
||||
'Restricts to journeys with <strong>no transfers</strong> —walk, board one transit service, then walk to the destination. Useful when you want a single straight-through commute.',
|
||||
oneChange: 'One change',
|
||||
oneChangeTitle: 'One-change journeys',
|
||||
oneChangeDesc:
|
||||
'Allows journeys with <strong>at most one transfer</strong> —so a single change between two transit services is fine, but no more. A middle ground between no-change and unrestricted journeys.',
|
||||
noBuses: 'No buses',
|
||||
noBusesTitle: 'Excluding buses',
|
||||
noBusesDesc:
|
||||
|
|
@ -1518,22 +1522,22 @@ const en = {
|
|||
'Air Quality and Road Safety Score': 'Air Quality and Road Safety Score',
|
||||
|
||||
// ─ Feature names (Crime) ─
|
||||
'Serious crime (avg/yr)': 'Serious crime (avg/yr)',
|
||||
'Minor crime (avg/yr)': 'Minor crime (avg/yr)',
|
||||
'Violence and sexual offences (avg/yr)': 'Violence and sexual offences (avg/yr)',
|
||||
'Burglary (avg/yr)': 'Burglary (avg/yr)',
|
||||
'Robbery (avg/yr)': 'Robbery (avg/yr)',
|
||||
'Vehicle crime (avg/yr)': 'Vehicle crime (avg/yr)',
|
||||
'Anti-social behaviour (avg/yr)': 'Anti-social behaviour (avg/yr)',
|
||||
'Criminal damage and arson (avg/yr)': 'Criminal damage and arson (avg/yr)',
|
||||
'Other theft (avg/yr)': 'Other theft (avg/yr)',
|
||||
'Theft from the person (avg/yr)': 'Theft from the person (avg/yr)',
|
||||
'Shoplifting (avg/yr)': 'Shoplifting (avg/yr)',
|
||||
'Bicycle theft (avg/yr)': 'Bicycle theft (avg/yr)',
|
||||
'Drugs (avg/yr)': 'Drugs (avg/yr)',
|
||||
'Possession of weapons (avg/yr)': 'Possession of weapons (avg/yr)',
|
||||
'Public order (avg/yr)': 'Public order (avg/yr)',
|
||||
'Other crime (avg/yr)': 'Other crime (avg/yr)',
|
||||
'Serious crime (avg/yr)': 'Serious crime (density)',
|
||||
'Minor crime (avg/yr)': 'Minor crime (density)',
|
||||
'Violence and sexual offences (avg/yr)': 'Violence and sexual offences (density)',
|
||||
'Burglary (avg/yr)': 'Burglary (density)',
|
||||
'Robbery (avg/yr)': 'Robbery (density)',
|
||||
'Vehicle crime (avg/yr)': 'Vehicle crime (density)',
|
||||
'Anti-social behaviour (avg/yr)': 'Anti-social behaviour (density)',
|
||||
'Criminal damage and arson (avg/yr)': 'Criminal damage and arson (density)',
|
||||
'Other theft (avg/yr)': 'Other theft (density)',
|
||||
'Theft from the person (avg/yr)': 'Theft from the person (density)',
|
||||
'Shoplifting (avg/yr)': 'Shoplifting (density)',
|
||||
'Bicycle theft (avg/yr)': 'Bicycle theft (density)',
|
||||
'Drugs (avg/yr)': 'Drugs (density)',
|
||||
'Possession of weapons (avg/yr)': 'Possession of weapons (density)',
|
||||
'Public order (avg/yr)': 'Public order (density)',
|
||||
'Other crime (avg/yr)': 'Other crime (density)',
|
||||
|
||||
// ─ Feature names (Neighbours) ─
|
||||
'Median age': 'Median age',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue