Add one change & crime
This commit is contained in:
parent
8e4c56bb0d
commit
54fbcb1ea6
17 changed files with 306 additions and 154 deletions
|
|
@ -695,6 +695,10 @@ const zh: Translations = {
|
|||
noChangeTitle: '仅不换乘行程',
|
||||
noChangeDesc:
|
||||
'仅限<strong>不换乘</strong>行程:步行、乘坐一次公共交通,再步行到目的地。适合希望一路直达的通勤。',
|
||||
oneChange: '一次换乘',
|
||||
oneChangeTitle: '一次换乘行程',
|
||||
oneChangeDesc:
|
||||
'允许<strong>最多换乘一次</strong>的行程:在两种公共交通之间换乘一次可以,但不能更多。介于不换乘与不限换乘之间的折中选择。',
|
||||
noBuses: '不坐公交',
|
||||
noBusesTitle: '排除公交',
|
||||
noBusesDesc:
|
||||
|
|
@ -1453,22 +1457,22 @@ const zh: Translations = {
|
|||
'Air Quality and Road Safety Score': '空气质量与道路安全得分',
|
||||
|
||||
// ─ Feature names (Crime) ─
|
||||
'Serious crime (avg/yr)': '严重犯罪(年均)',
|
||||
'Minor crime (avg/yr)': '轻微犯罪(年均)',
|
||||
'Violence and sexual offences (avg/yr)': '暴力和性犯罪(年均)',
|
||||
'Burglary (avg/yr)': '入室盗窃(年均)',
|
||||
'Robbery (avg/yr)': '抢劫(年均)',
|
||||
'Vehicle crime (avg/yr)': '车辆犯罪(年均)',
|
||||
'Anti-social behaviour (avg/yr)': '反社会行为(年均)',
|
||||
'Criminal damage and arson (avg/yr)': '刑事毁坏和纵火(年均)',
|
||||
'Other theft (avg/yr)': '其他盗窃(年均)',
|
||||
'Theft from the person (avg/yr)': '人身盗窃(年均)',
|
||||
'Shoplifting (avg/yr)': '商店盗窃(年均)',
|
||||
'Bicycle theft (avg/yr)': '自行车盗窃(年均)',
|
||||
'Drugs (avg/yr)': '毒品犯罪(年均)',
|
||||
'Possession of weapons (avg/yr)': '非法持有武器(年均)',
|
||||
'Public order (avg/yr)': '扰乱公共秩序(年均)',
|
||||
'Other crime (avg/yr)': '其他犯罪(年均)',
|
||||
'Serious crime (avg/yr)': '严重犯罪(密度)',
|
||||
'Minor crime (avg/yr)': '轻微犯罪(密度)',
|
||||
'Violence and sexual offences (avg/yr)': '暴力和性犯罪(密度)',
|
||||
'Burglary (avg/yr)': '入室盗窃(密度)',
|
||||
'Robbery (avg/yr)': '抢劫(密度)',
|
||||
'Vehicle crime (avg/yr)': '车辆犯罪(密度)',
|
||||
'Anti-social behaviour (avg/yr)': '反社会行为(密度)',
|
||||
'Criminal damage and arson (avg/yr)': '刑事毁坏和纵火(密度)',
|
||||
'Other theft (avg/yr)': '其他盗窃(密度)',
|
||||
'Theft from the person (avg/yr)': '人身盗窃(密度)',
|
||||
'Shoplifting (avg/yr)': '商店盗窃(密度)',
|
||||
'Bicycle theft (avg/yr)': '自行车盗窃(密度)',
|
||||
'Drugs (avg/yr)': '毒品犯罪(密度)',
|
||||
'Possession of weapons (avg/yr)': '非法持有武器(密度)',
|
||||
'Public order (avg/yr)': '扰乱公共秩序(密度)',
|
||||
'Other crime (avg/yr)': '其他犯罪(密度)',
|
||||
|
||||
// ─ Feature names (Neighbours) ─
|
||||
'Median age': '中位年龄',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue