diff --git a/src/components/page-header/about-modal.tsx b/src/components/page-header/about-modal.tsx index 06c55f908..f33419f22 100644 --- a/src/components/page-header/about-modal.tsx +++ b/src/components/page-header/about-modal.tsx @@ -131,6 +131,22 @@ const AboutModal = (props: { isOpen: boolean; onClose: () => void }) => { + window.open('https://github.com/Minwtraft', '_blank')} + cursor="pointer" + > + + + + Minwtraft + + + {t('header.about.Minwtraft')} + + + diff --git a/src/components/svgs/stations/gzmtr-basic.tsx b/src/components/svgs/stations/gzmtr-basic.tsx index 8df152239..fba4d2764 100644 --- a/src/components/svgs/stations/gzmtr-basic.tsx +++ b/src/components/svgs/stations/gzmtr-basic.tsx @@ -81,9 +81,9 @@ const GzmtrBasicStation = (props: StationComponentProps) => { (nameOffsetX === 'left' ? -1 : nameOffsetX === 'right' ? 1 : 0); return ( - + { @@ -117,7 +117,7 @@ const GzmtrBasicStation = (props: StationComponentProps) => { {secondaryNames.join('') !== '' && ( { ( { ) - + {secondaryNames[0]} - + {secondaryNames[1]} @@ -149,10 +149,10 @@ const GzmtrBasicStation = (props: StationComponentProps) => { transform={`translate(${textX + underConstructionDx}, ${textY})`} textAnchor={nameOffsetX === 'middle' ? 'start' : textAnchor} > - + (未开通) - + (Under Construction) diff --git a/src/components/svgs/stations/gzmtr-int-2024.tsx b/src/components/svgs/stations/gzmtr-int-2024.tsx index 85e090bc1..6f0388049 100644 --- a/src/components/svgs/stations/gzmtr-int-2024.tsx +++ b/src/components/svgs/stations/gzmtr-int-2024.tsx @@ -114,15 +114,15 @@ const GzmtrInt2024Station = (props: StationComponentProps) => { @@ -130,7 +130,7 @@ const GzmtrInt2024Station = (props: StationComponentProps) => { {secondaryNames.join('') !== '' && ( { ( { ) - + {secondaryNames[0]} - + {secondaryNames[1]} @@ -159,10 +159,10 @@ const GzmtrInt2024Station = (props: StationComponentProps) => { )} {!open && ( - + (未开通) - + (Under Construction) diff --git a/src/i18n/translations/en.json b/src/i18n/translations/en.json index d54ea0fc0..a7190ac6d 100644 --- a/src/i18n/translations/en.json +++ b/src/i18n/translations/en.json @@ -660,6 +660,7 @@ "langonginc": "Live a life you will remember.", "203IhzElttil": "Special thanks for his diligent work in ensuring that the stations of Shanghai Metro match the original design.", "Swiftiecott": "Special thanks for his diligent work in ensuring that the stations of Beijing Subway match the original design.", + "Minwtraft": "Special thanks for his diligent work in ensuring that the stations of Guangzhou Metro match the original design.", "contactUs": "Contact Us", "github": "Project repository", "githubContent": "Face any problems? Search or raise an issue here!", diff --git a/src/i18n/translations/ja.json b/src/i18n/translations/ja.json index 500b80118..6e0eb2e33 100644 --- a/src/i18n/translations/ja.json +++ b/src/i18n/translations/ja.json @@ -659,6 +659,7 @@ "styleContributors": "風格の貢献者", "203IhzElttil": "上海地下鉄の駅がオリジナルの設計と一致するように、彼の勤勉な仕事に特別な感謝を述べます。", "Swiftiecott": "北京地下鉄の駅がオリジナルの設計と一致するように、彼の勤勉な仕事に特別な感謝を述べます。", + "Minwtraft": "広州地下鉄の駅がオリジナルの設計と一致するように、彼の勤勉な仕事に特別な感謝を述べます。", "contactUs": "お問い合わせ", "github": "プロジェクトリポジトリ", "githubContent": "問題が発生しましたか?こちらで検索したり、問題を報告したりしてください!", diff --git a/src/i18n/translations/ko.json b/src/i18n/translations/ko.json index 575bcf31b..b7430b9cf 100644 --- a/src/i18n/translations/ko.json +++ b/src/i18n/translations/ko.json @@ -659,6 +659,7 @@ "langonginc": "기억에 남을 삶을 살아보세요.", "203IhzElttil": "상하이 지하철의 역들이 원래 디자인과 일치하도록 확실한 작업을 해준 그에게 특별한 감사의 말씀을 전합니다.", "Swiftiecott": "베이징 지하철의 역들이 원래 디자인과 일치하도록 확실한 작업을 해준 그에게 특별한 감사의 말씀을 전합니다.", + "Minwtraft": "광저우 지하철의 역들이 원래 디자인과 일치하도록 확실한 작업을 해준 그에게 특별한 감사의 말씀을 전합니다.", "contactUs": "우리에게 연락하기", "github": "프로젝트 저장소", "githubContent": "무슨 문제라도 있나요? 여기서 문제를 검색하거나 제기하십시오!", diff --git a/src/i18n/translations/zh-Hans.json b/src/i18n/translations/zh-Hans.json index cc8ecaa91..395da6181 100644 --- a/src/i18n/translations/zh-Hans.json +++ b/src/i18n/translations/zh-Hans.json @@ -659,6 +659,7 @@ "langonginc": "活出值得铭记的人生。", "203IhzElttil": "特别感谢他勤勉工作,确保上海地铁站与原始设计相符。", "Swiftiecott": "特别感谢他勤勉工作,确保北京地铁站与原始设计相符。", + "Minwtraft": "特别感谢他勤勉工作,确保广州地铁站与原始设计相符。", "contactUs": "联系我们", "github": "项目仓库", "githubContent": "遇到任何问题?在这里搜索或提出一个问题!", diff --git a/src/i18n/translations/zh-Hant.json b/src/i18n/translations/zh-Hant.json index 58e83e44d..48cfc1c55 100644 --- a/src/i18n/translations/zh-Hant.json +++ b/src/i18n/translations/zh-Hant.json @@ -659,6 +659,7 @@ "langonginc": "活出值得銘記的人生。", "203IhzElttil": "特別感謝他勤奮工作,確保上海地鐵站與原始設計相符。", "Swiftiecott": "特別感謝他勤奮工作,確保北京地鐵站與原始設計相符。", + "Minwtraft": "特別感謝他勤奮工作,確保廣州地鐵站與原始設計相符。", "contactUs": "聯繫我們", "github": "項目倉庫", "githubContent": "遇到任何問題?在這裡搜索或提出一個問題!",