Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(venue): add sign on moreInfo #548

Merged
merged 5 commits into from
Jun 30, 2024
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions i18n/venue/index.i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default genI18nMessages({
description2:
'Take the MRT Red Line from Kaohsiung International Airport(R4) to Kaohsiung Main Station(R11) and then take Bus Red 28 to the National Science and Technology Museum.。',
moreInfo: {
title: 'For more information, please refer to {0}。',
title: 'For more information, please refer to {0}。',
info1: 'the traffic information of national science and technology museum.',
},
},
Expand Down Expand Up @@ -154,7 +154,7 @@ export default genI18nMessages({
descriptionLinkTitle2: '覺民路',
descriptionLinkTitle3: '南館',
},
moreInfo: '※停車相關資訊詳細說明請見 {0}。',
moreInfo: '※ 停車相關資訊詳細說明請見 {0}。',
moreInfoLinkTitle: '國立科學工藝博物館交通資訊',
},
publicTransport: {
Expand All @@ -167,21 +167,21 @@ export default genI18nMessages({
bus: {
title: '公車',
description:
'紅28繞中都濕地公園、紅28、紅28公車式小黃、60覺民幹線、60覺民幹線區間車、73、37、 76、77、81、168環西幹線、168環西幹線區間車、168環東幹線、168環東幹線區間車、8503',
'紅 28 繞中都濕地公園、紅 28、紅 28 公車式小黃、60 覺民幹線、60 覺民幹線區間車、73、37、 76、77、81、168 環西幹線、168 環西幹線區間車、168 環東幹線、168 環東幹線區間車、8503',
},
uBike: {
link: {
description1: 'YouBike 官方網站',
description2: 'OpenCycleMap',
},
description1:
'科工館週邊亦有不少 YouBike 的租借站。更多 YouBike 附近路線的資訊,可以見 {0},建議還車前留意APP上站點可停駐數量。由台鐵科工館站或輕軌科工館出發騎乘時間約 5-10 分鐘。',
'科工館週邊亦有不少 YouBike 的租借站。更多 YouBike 附近路線的資訊,可以見 {0},建議還車前留意 APP 上站點可停。由台鐵科工館站或輕軌科工館出發騎乘時間約 5-10 分鐘。',
},
uBikePark: {
parkPlace: {
park1: 'YouBike 2.0:科工館',
park2: 'YouBike 2.0:平等九如一路口',
park3: 'YouBike 2.0:鐵道憲政139巷口',
park3: 'YouBike 2.0:鐵道憲政 139 巷口',
park4: 'YouBike 2.0:國立科學工藝博物館',
},
parkingInfo: {
Expand All @@ -196,11 +196,11 @@ export default genI18nMessages({
publicTransportInfo: {
title: '乘車方式',
description1:
'高雄捷運紅線「高雄國際機場站 (R4)」搭乘至「高雄車站 (R11)」,轉乘台鐵至「科工館車站」下車,步行約10分鐘至本館。',
'高雄捷運紅線「高雄國際機場站 (R4)」搭乘至「高雄車站 (R11)」,轉乘台鐵至「科工館車站」下車,步行約 10 分鐘至本館。',
description2:
'搭乘高雄捷運紅線至「高雄車站 (R11)」,轉搭60號公車(覺民幹線)至科工館站即可抵達。',
'搭乘高雄捷運紅線至「高雄車站 (R11)」,轉搭 60 號公車(覺民幹線)至科工館站即可抵達。',
moreInfo: {
title: '更多詳細資訊請參考 {0}。',
title: '更多詳細資訊請參考 {0}。',
info1: '國立科學工藝博物館交通資訊',
},
},
Expand Down
Loading