From e72bc27e6389f073ea840637be40609d3f0f1f85 Mon Sep 17 00:00:00 2001 From: yokinist Date: Sat, 7 Mar 2020 13:47:11 +0900 Subject: [PATCH 001/686] :recycle: rewrite WhatsNew to TS --- components/WhatsNew.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/WhatsNew.vue b/components/WhatsNew.vue index 6e1ccf7c..719fecdf 100644 --- a/components/WhatsNew.vue +++ b/components/WhatsNew.vue @@ -15,7 +15,7 @@ - From 16694a61598891a4ae4adb074c87054bf5f4abb5 Mon Sep 17 00:00:00 2001 From: yokinist Date: Sat, 7 Mar 2020 14:35:04 +0900 Subject: [PATCH 003/686] :recycle: add Vue.extend to WhatsNew --- components/WhatsNew.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/components/WhatsNew.vue b/components/WhatsNew.vue index 719fecdf..592843bd 100644 --- a/components/WhatsNew.vue +++ b/components/WhatsNew.vue @@ -16,14 +16,16 @@ - diff --git a/components/DataTable.vue b/components/DataTable.vue index 106eba50..3b3782ae 100644 --- a/components/DataTable.vue +++ b/components/DataTable.vue @@ -58,11 +58,12 @@ } - diff --git a/components/DataView.vue b/components/DataView.vue index c42b7f07..d51864de 100644 --- a/components/DataView.vue +++ b/components/DataView.vue @@ -36,15 +36,24 @@ diff --git a/components/ListItem.vue b/components/ListItem.vue index 48c47cd6..2682d52a 100644 --- a/components/ListItem.vue +++ b/components/ListItem.vue @@ -44,57 +44,51 @@ - diff --git a/components/NumberDisplay.vue b/components/NumberDisplay.vue index bec4c908..a05f5e73 100644 --- a/components/NumberDisplay.vue +++ b/components/NumberDisplay.vue @@ -36,11 +36,25 @@ } - diff --git a/components/PageHeader.vue b/components/PageHeader.vue index 43e7add5..26c8bb49 100644 --- a/components/PageHeader.vue +++ b/components/PageHeader.vue @@ -12,10 +12,25 @@ - - From 2fd6583e0cf3891ffa1b6e6d0b51530ea4c26cf9 Mon Sep 17 00:00:00 2001 From: yokinist Date: Sat, 7 Mar 2020 21:01:09 +0900 Subject: [PATCH 022/686] :recycle: rewrite TextCard to TS --- components/TextCard.vue | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/components/TextCard.vue b/components/TextCard.vue index 6ba76395..d9e9b7de 100644 --- a/components/TextCard.vue +++ b/components/TextCard.vue @@ -12,22 +12,22 @@ - From a2c14e153b287ab850eb71a377313e130222c06e Mon Sep 17 00:00:00 2001 From: yokinist Date: Sat, 7 Mar 2020 21:01:52 +0900 Subject: [PATCH 024/686] :recycle: rewrite StaticInfo to TS --- components/StaticInfo.vue | 39 ++++++++++++++++++++++++--------------- 1 file changed, 24 insertions(+), 15 deletions(-) diff --git a/components/StaticInfo.vue b/components/StaticInfo.vue index 1e510062..e44cf89b 100644 --- a/components/StaticInfo.vue +++ b/components/StaticInfo.vue @@ -15,23 +15,32 @@ + + From ed7d407aab49f784b8b67361acaa852735af3717 Mon Sep 17 00:00:00 2001 From: DJYoko Date: Mon, 9 Mar 2020 00:37:52 +0900 Subject: [PATCH 055/686] =?UTF-8?q?#837=20=E9=96=8B=E7=99=BA=E4=B8=AD?= =?UTF-8?q?=E3=81=AE=E8=A1=A8=E7=A4=BA=E7=94=A8=E3=81=AE=E3=82=B3=E3=83=B3?= =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=8D=E3=83=B3=E3=83=88=E3=82=92=E3=83=88?= =?UTF-8?q?=E3=83=83=E3=83=97=E7=94=BB=E9=9D=A2=E6=9C=80=E4=B8=8B=E9=83=A8?= =?UTF-8?q?=E3=81=AB=E7=B5=84=E3=81=BF=E8=BE=BC=E3=81=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/index.vue b/pages/index.vue index ea73ca36..2db9176d 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -96,6 +96,7 @@ /> + @@ -114,6 +115,7 @@ import formatTable from '@/utils/formatTable' import formatConfirmedCases from '@/utils/formatConfirmedCases' import News from '@/data/news.json' import SvgCard from '@/components/SvgCard.vue' +import DevelopmentModeMark from '@/components/DevelopmentModeMark.vue' import ConfirmedCasesTable from '@/components/ConfirmedCasesTable.vue' export default { @@ -126,6 +128,7 @@ export default { StaticInfo, DataTable, SvgCard, + DevelopmentModeMark, ConfirmedCasesTable }, data() { From 603910485d80c8ca90ff9a11977c3599d292b789 Mon Sep 17 00:00:00 2001 From: DJYoko Date: Mon, 9 Mar 2020 10:52:55 +0900 Subject: [PATCH 056/686] #837 fix lint error --- components/DevelopmentModeMark.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/DevelopmentModeMark.vue b/components/DevelopmentModeMark.vue index 4f14496c..b19b3680 100644 --- a/components/DevelopmentModeMark.vue +++ b/components/DevelopmentModeMark.vue @@ -5,8 +5,9 @@ href="https://stopcovid19.metro.tokyo.lg.jp/" target="_blank" rel="noopener" - >公開サイトへ + 公開サイトへ + From c98d80db198d1b27f73d841f77e38d2e7016312e Mon Sep 17 00:00:00 2001 From: DJYoko Date: Mon, 9 Mar 2020 10:56:34 +0900 Subject: [PATCH 057/686] #837 fix lint error --- components/DevelopmentModeMark.vue | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/components/DevelopmentModeMark.vue b/components/DevelopmentModeMark.vue index b19b3680..982ec013 100644 --- a/components/DevelopmentModeMark.vue +++ b/components/DevelopmentModeMark.vue @@ -53,13 +53,7 @@ export default { // 暫定的にURLの正規表現を公開状態の判定に用いている // 可能であれば環境変数から状態を判定したい const url = 'https://stopcovid19.metro.tokyo.lg.jp' - const regex = url.replace(/\//g, '\/').replace(/\./g, '\.') - console.log( - regex, - location.href, - new RegExp(regex), - location.href.match(new RegExp(regex)) - ) + const regex = url.replace(/\//g, '/').replace(/\./g, '.') return location.href.match(new RegExp(regex)) === null } } From c1cb53498fefd1898465f79e5c37f35a5301e10c Mon Sep 17 00:00:00 2001 From: DJYoko Date: Mon, 9 Mar 2020 15:10:01 +0900 Subject: [PATCH 058/686] =?UTF-8?q?#837=20=E6=9C=AC=E7=95=AA=E5=85=AC?= =?UTF-8?q?=E9=96=8BURL=E3=81=A8=E3=81=AE=E7=AA=81=E5=90=88=E7=94=A8?= =?UTF-8?q?=E6=AD=A3=E8=A6=8F=E8=A1=A8=E7=8F=BE=E3=81=AE=E6=94=B9=E8=89=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/DevelopmentModeMark.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/components/DevelopmentModeMark.vue b/components/DevelopmentModeMark.vue index 982ec013..8d95d70f 100644 --- a/components/DevelopmentModeMark.vue +++ b/components/DevelopmentModeMark.vue @@ -52,9 +52,13 @@ export default { isDevelopmentMode: () => { // 暫定的にURLの正規表現を公開状態の判定に用いている // 可能であれば環境変数から状態を判定したい - const url = 'https://stopcovid19.metro.tokyo.lg.jp' - const regex = url.replace(/\//g, '/').replace(/\./g, '.') - return location.href.match(new RegExp(regex)) === null + + // const releaseUrl = 'http://localhost' //検証用 + const releaseUrl = 'https://stopcovid19.metro.tokyo.lg.jp' + const regex = new RegExp( + '^' + releaseUrl.replace(/\//g, '\\/').replace(/\./g, '\\.') + ) + return location.href.match(regex) === null } } } From c8012fb80818cf88b05bfafe0c09b1a9df5783a1 Mon Sep 17 00:00:00 2001 From: konu96 Date: Mon, 9 Mar 2020 16:37:20 +0900 Subject: [PATCH 059/686] [FIX] add role property and aria-hidden --- components/ListItem.vue | 3 ++- components/SideNavigation.vue | 33 +++++++++++---------------------- 2 files changed, 13 insertions(+), 23 deletions(-) diff --git a/components/ListItem.vue b/components/ListItem.vue index 01c6eb24..a95a74a2 100644 --- a/components/ListItem.vue +++ b/components/ListItem.vue @@ -38,7 +38,8 @@ :aria-label="ariaLabel" class="ListItem-ExternalLinkIcon" size="12" - @click="openNavi" + role="img" + :aria-hidden="false" > mdi-open-in-new diff --git a/components/SideNavigation.vue b/components/SideNavigation.vue index a6f91fbe..86e0543c 100644 --- a/components/SideNavigation.vue +++ b/components/SideNavigation.vue @@ -37,8 +37,7 @@ :link="item.link" :icon="item.icon" :title="item.title" - :aria-label="item.ariaLabel" - @openNavi="openNavi" + aria-label="別タブで開く" /> @@ -112,63 +111,53 @@ export default { { icon: 'mdi-chart-timeline-variant', title: this.$t('The latest updates'), - link: '/', - ariaLabel: this.$t('The latest updates') + link: '/' }, { icon: 'covid', title: this.$t('If you have any symptoms'), link: '/flow', - divider: true, - ariaLabel: this.$t('If you have any symptoms') + divider: true }, { icon: 'parent', title: this.$t('for Families with children'), - link: '/parent', - ariaLabel: this.$t('for Families with children') + link: '/parent' }, { icon: 'mdi-account-multiple', title: this.$t('for Citizens'), - link: 'https://www.metro.tokyo.lg.jp/tosei/tosei/news/2019-ncov.html', - ariaLabel: this.$t('for Citizens') + link: 'https://www.metro.tokyo.lg.jp/tosei/tosei/news/2019-ncov.html' }, { icon: 'mdi-domain', title: this.$t('for Enterprises and Employees'), link: '/worker', - divider: true, - ariaLabel: this.$t('for Enterprises and Employees') + divider: true }, { title: this.$t('Official statements from Task Force'), link: - 'https://www.bousai.metro.tokyo.lg.jp/taisaku/saigai/1007261/index.html', - ariaLabel: this.$t('Official statements from Task Force') + 'https://www.bousai.metro.tokyo.lg.jp/taisaku/saigai/1007261/index.html' }, { title: this.$t('Cancelled public events'), link: - 'https://www.seisakukikaku.metro.tokyo.lg.jp/information/event02.html', - ariaLabel: this.$t('Cancelled public events') + 'https://www.seisakukikaku.metro.tokyo.lg.jp/information/event02.html' }, { title: this.$t('Message from Governor Koike'), link: - 'https://www.metro.tokyo.lg.jp/tosei/governor/governor/katsudo/2020/03/03_00.html', - ariaLabel: this.$t('Message from Governor Koike') + 'https://www.metro.tokyo.lg.jp/tosei/governor/governor/katsudo/2020/03/03_00.html' }, { title: this.$t('About us'), - link: '/about', - ariaLabel: this.$t('About us') + link: '/about' }, { title: this.$t('Government official website'), link: 'https://www.metro.tokyo.lg.jp/', - divider: true, - ariaLabel: this.$t('Government official website') + divider: true } ] }, From 2f19dea2b9d1ab026be78722407a0bc840c5071c Mon Sep 17 00:00:00 2001 From: konu96 Date: Mon, 9 Mar 2020 16:41:35 +0900 Subject: [PATCH 060/686] =?UTF-8?q?[FIX]=20=E5=AD=90=E3=82=B3=E3=83=B3?= =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=8D=E3=83=B3=E3=83=88=E3=81=A7=E3=83=87?= =?UTF-8?q?=E3=83=BC=E3=82=BF=E3=82=92=E6=8C=87=E5=AE=9A=E3=81=99=E3=82=8B?= =?UTF-8?q?=E3=82=88=E3=81=86=E3=81=AB=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/ListItem.vue | 12 +----------- components/SideNavigation.vue | 7 +------ 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/components/ListItem.vue b/components/ListItem.vue index a95a74a2..05c2309a 100644 --- a/components/ListItem.vue +++ b/components/ListItem.vue @@ -35,7 +35,7 @@ diff --git a/components/SideNavigation.vue b/components/SideNavigation.vue index 86e0543c..cf64933d 100644 --- a/components/SideNavigation.vue +++ b/components/SideNavigation.vue @@ -33,12 +33,7 @@ class="SideNavigation-ListItemContainer" @click="closeNavi" > - + From 25463be6896246dc320e21819c1efaa0b6eccc7c Mon Sep 17 00:00:00 2001 From: Munieru <20086673+munierujp@users.noreply.github.com> Date: Mon, 9 Mar 2020 21:11:46 +0900 Subject: [PATCH 061/686] Update package.json Co-Authored-By: Amon Sawamura --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2adda09e..5be2bc84 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "eslint --fix", "git add" ], - "*.{css,vue}": "stylelint" + "*.{css,scss,vue}": "stylelint" }, "husky": { "hooks": { From 9030f9b551593d3cb2eb996ec3a2ba4628a1ed10 Mon Sep 17 00:00:00 2001 From: macropygia <3162324+macropygia@users.noreply.github.com> Date: Mon, 9 Mar 2020 22:28:49 +0900 Subject: [PATCH 062/686] =?UTF-8?q?StaticCard=E3=82=B3=E3=83=B3=E3=83=9D?= =?UTF-8?q?=E3=83=BC=E3=83=8D=E3=83=B3=E3=83=88=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/variables.scss | 5 ++ components/StaticCard.vue | 104 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 109 insertions(+) create mode 100644 components/StaticCard.vue diff --git a/assets/variables.scss b/assets/variables.scss index 44d42023..ea050e4c 100644 --- a/assets/variables.scss +++ b/assets/variables.scss @@ -64,6 +64,11 @@ $z-index-map: ( color: $gray-2; font-weight: bold; } +@mixin card-h3 { + @include font-size(16); + color: $gray-2; + font-weight: bold; +} @mixin body-text { @include font-size(16); color: $gray-1; diff --git a/components/StaticCard.vue b/components/StaticCard.vue new file mode 100644 index 00000000..b86e73d0 --- /dev/null +++ b/components/StaticCard.vue @@ -0,0 +1,104 @@ + + + + + From 3b2c70a9ca56acb37cf3f7a43ece14760b699c0f Mon Sep 17 00:00:00 2001 From: yuzhi Date: Mon, 9 Mar 2020 23:11:36 +0900 Subject: [PATCH 063/686] doc: add zh_cn translation for readme, contributing and coc files. --- .github/CODE_OF_CONDUCT_ZH_CN.md | 36 ++++++++++++++++++++++++ .github/CONTRIBUTING_ZH_CN.md | 43 +++++++++++++++++++++++++++++ README.md | 2 +- README_EN.md | 2 +- README_ES.md | 2 +- README_KO.md | 2 +- README_ZH_CN.md | 47 ++++++++++++++++++++++++++++++++ README_ZH_TW.md | 2 +- 8 files changed, 131 insertions(+), 5 deletions(-) create mode 100644 .github/CODE_OF_CONDUCT_ZH_CN.md create mode 100644 .github/CONTRIBUTING_ZH_CN.md create mode 100644 README_ZH_CN.md diff --git a/.github/CODE_OF_CONDUCT_ZH_CN.md b/.github/CODE_OF_CONDUCT_ZH_CN.md new file mode 100644 index 00000000..0389a28e --- /dev/null +++ b/.github/CODE_OF_CONDUCT_ZH_CN.md @@ -0,0 +1,36 @@ +version 1.0, 2020/3/3 + +# 我们的使命 + +* 我们为了保护东京都都民的生命以及健康。 +* 我们为了向海内外人士提供正确的数据。 +* 我们会展现我们的诚信,并且将我们的工作成果视觉化。 + + +# 建立网站的行动原则 (CoC) + +## User perspective 从用户角度出发 + +* 资讯只有在被传达人们传达后才有意义。我们十分重视 UX(使用者体验)。 +* 我们使用基于统计出来的证据来做出决策、例如存取分析、关键字数据以及社群媒体数据。 + +## No one left behind (没有人被丢下) + +* 目标是成为一个无论国籍、年龄或是有障碍的人士,任何人都可以愉快地使用的网站。 +* 符合通用设计准则。 + +## International (国际化) + +* 使用符合外国人习惯的表达方式。 +* 提供多种语言。 + +## Be open (保持开放) + +* 开放原始码:我们尽可能地开放网站相关的原始码以及技术,并提供给其他的地方政府使用。 +* 公开资料:以容易理解、任何人都可以轻易上手的资料格式公开资料。 + +## Build with people (与人们共筑) + +* 与形形色色的人们一起创造,而非仅仅是东京都的人们。 +* 欢迎民间工程师们提交贡献。 +* 与需要资讯的人们共同发展网站。 diff --git a/.github/CONTRIBUTING_ZH_CN.md b/.github/CONTRIBUTING_ZH_CN.md new file mode 100644 index 00000000..e0ead94c --- /dev/null +++ b/.github/CONTRIBUTING_ZH_CN.md @@ -0,0 +1,43 @@ +# 如何贡献 + +贡献者: +十分感谢您参与本项目。 + +我是开发经理関(Seki)。如果您有任何问题,请随时透过 Slack 进行咨询。 + +这个页面将会告诉您应该如何贡献以及参与这个网站的开发: + +## 对 Issue 的评论以及 Pull Request 的请求 +* 请自由的对 Issue 发表评论,我们也接受新的问题回报以及建议。 +* 新增新的 Issue 之前,请务必搜寻同样的 Issue 不存在才开立新的 Issue. +* Pull Request 发送时,请务必注记对应的 Issue 编号。我们不会接受没有 Issue 编号的 Pull Request. +* 请注意改善建议的 Issue (标签为`improve`的) 可能不会每次都被接受。 (特别是针对 UI 的) +* 如果能够优先处理 `good first issue` / `help wanted` / `bug` 的话将会很有帮助。 + +## 如何参与交流 +* 如果你没有 Code for Japan 的 Slack 帐号的话、请[点这边注册](https://cfjslackin.herokuapp.com/)。 +* 请参加 `#covid19` 频道。 + +## 给参加者 +* 进行参与开发之前、请先阅读[Principle/行动规范](CODE_OF_CONDUCT_ZH.md) 。 +* 交流时也请先确认 Code for Japan 的[行动规范(日文网页)](https://github.com/codeforjapan/codeofconduct) 。 +* 如果有自己可以做而且没有被指派(assign)的 Issue 的话、请在 Issue 下回应「やります!(我来做)」后再开始开发。 +* [关于good first issue 标签](https://github.com/tokyo-metropolitan-gov/covid19/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) 是推荐给新手的。 +* 如果您可能要离开作业半天以上的话,请确保其他人可以接续您的工作。 (如果长时间占住 Issue, 那么这个 Issue 会被卡住。) +* 对于一天以上没有更新的 Issue,我们可能会拔掉 Assignment。在工作中善用[Draft Pull Request (日文网页)](https://qiita.com/tatane616/items/13da1b6797a7b871ad58) 的话可以让大家更轻易地了解您目前的进度。 +* Issue 相关的问题请在 Issue 内回应栏讨论(而不是 Slack)。 +* 我们也接受建议!请积极的开新的 Issue 吧。 + +## 补充 CONTRIBUTORS.md 的相关资讯 +对于提供贡献的大家、在[CONTRIBUTORS.md](https://github.com/tokyo-metropolitan-gov/covid19/blob/development/CONTRIBUTORS.md) 这份文件中记载了名字(昵称)以及角色。 +如果您有任何贡献,请在此留下您的大名。 +请在[#654](https://github.com/tokyo-metropolitan-gov/covid19/issues/654) 这个 Issue 留下您要公开的名字、连结(如果有的话)、角色。 + +## 开发相关的资讯 +* 开发环境 https://dev-covid19-tokyo.netlify.com/ +* 测试环境 https://stg-covid19-tokyo.netlify.com/ +* 正式环境 https://covid19-tokyo.netlify.com/ +* [设计稿](https://www.figma.com/file/V7vt80p2gauhdgTZeVNbgj/UI%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3?node-id=121%3A156) + +也很欢迎更新此文件! + diff --git a/README.md b/README.md index 73851e5e..9f927201 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![東京都 新型コロナウイルス感染症対策サイト](https://user-images.githubusercontent.com/1301149/75629392-1d19d900-5c25-11ea-843d-2d4376e3a560.png)](https://stopcovid19.metro.tokyo.lg.jp/) -### 日本語 | [English](./README_EN.md) | [Spanish](./README_ES.md) | [Korean](./README_KO.md) | [Chinese (Taiwan)](./README_ZH_TW.md) +### 日本語 | [English](./README_EN.md) | [Spanish](./README_ES.md) | [Korean](./README_KO.md) | [Chinese (Taiwan)](./README_ZH_TW.md) | [Chinese (Simplified)](./README_ZH_CN.md) ## 貢献の仕方 Issues にあるいろいろな修正にご協力いただけると嬉しいです。 diff --git a/README_EN.md b/README_EN.md index 39f7dcc1..fd00f170 100644 --- a/README_EN.md +++ b/README_EN.md @@ -4,7 +4,7 @@ [![Tokyo COVID-19 Task Force website](https://user-images.githubusercontent.com/1301149/75629392-1d19d900-5c25-11ea-843d-2d4376e3a560.png)](https://stopcovid19.metro.tokyo.lg.jp/) -### [日本語](./README.md) | English | [Spanish](./README_ES.md) | [Korean](./README_KO.md) | [Chinese (Taiwan)](./README_ZH_TW.md) +### [日本語](./README.md) | English | [Spanish](./README_ES.md) | [Korean](./README_KO.md) | [Chinese (Taiwan)](./README_ZH_TW.md) | [Chinese (Simplified)](./README_ZH_CN.md) ## How to Contribute diff --git a/README_ES.md b/README_ES.md index 56b49d6a..4d416a97 100644 --- a/README_ES.md +++ b/README_ES.md @@ -4,7 +4,7 @@ [![Tokyo COVID-19 Task Force website](https://user-images.githubusercontent.com/1301149/75629392-1d19d900-5c25-11ea-843d-2d4376e3a560.png)](https://stopcovid19.metro.tokyo.lg.jp/) -### [日本語](./README.md) | [English](./README_EN.md) | Spanish | [Korean](./README_KO.md) | [Chinese (Taiwan)](./README_ZH_TW.md) +### [日本語](./README.md) | [English](./README_EN.md) | Spanish | [Korean](./README_KO.md) | [Chinese (Taiwan)](./README_ZH_TW.md) | [Chinese (Simplified)](./README_ZH_CN.md) ## Cómo Contribuir diff --git a/README_KO.md b/README_KO.md index 3fc8d951..efd0412b 100644 --- a/README_KO.md +++ b/README_KO.md @@ -4,7 +4,7 @@ [![도쿄도 코로나19 감역대책 사이트](https://user-images.githubusercontent.com/1301149/75629392-1d19d900-5c25-11ea-843d-2d4376e3a560.png)](https://stopcovid19.metro.tokyo.lg.jp/) -### [日本語](./README.md) | [English](./README_EN.md) | [Spanish](./README_ES.md) | Korean | [Chinese (Taiwan)](./README_ZH_TW.md) +### [日本語](./README.md) | [English](./README_EN.md) | [Spanish](./README_ES.md) | Korean | [Chinese (Taiwan)](./README_ZH_TW.md) | [Chinese (Simplified)](./README_ZH_CN.md) ## 기여방법 오픈상태의 Issue에 협력해주신다면 대단히 감사하겠습니다. diff --git a/README_ZH_CN.md b/README_ZH_CN.md new file mode 100644 index 00000000..a64c6cb5 --- /dev/null +++ b/README_ZH_CN.md @@ -0,0 +1,47 @@ +# 东京都 新型冠状病毒疫情对策网站 + +![](https://github.com/tokyo-metropolitan-gov/covid19/workflows/production%20deploy/badge.svg) + +[![东京都新型冠状病毒疫情对策网站](https://user-images.githubusercontent.com/1301149/75629392-1d19d900-5c25-11ea-843d-2d4376e3a560.png)](https://stopcovid19.metro. tokyo.lg.jp/) + +### [日本语](./README.md) | [English](./README_EN.md) | [Spanish](./README_ES.md) | [Korean](./README_KO.md) | [Chinese (Taiwan)](./README_ZH_TW.md) | Chinese (Simplified) + +## 如何贡献 +如果您能协助对 Issus 做出各种修正,我们将不胜感激。 + +详情请阅读[如何贡献](./.github/CONTRIBUTING_ZH_TW.md)。 + +## 行动原则 +详情请阅读[建立网站的行动原则](./.github/CODE_OF_CONDUCT_ZH_TW.md)。 + +## 许可证 +本软件采用[MIT授权条款](./LICENSE.txt)释出。 + +## 面向开发者的信息 + +### 构建开发环境 + +- Node.js 版本最低需求: 10.19.0及以上 + +**使用 yarn 的步骤** +``` bash +# install dependencies +$ yarn install + +# serve with hot reload at localhost:3000 +$ yarn dev +``` + +**使用 docker compose 的步骤** +```bash +# serve with hot reload at localhost:3000 +$ docker-compose up --build +``` + +### Deploy 到 Staging环境以及正式环境的方法 + +当 `master` 分支被更新时,HTML 文件将会在 `production` 分支中被构建(Build)出来。紧接着,正式版网站 https://stopcovid19.metro.tokyo.lg.jp/ 会被更新。 + +当 `staging` 分支被更新时,HTML 文件将会在 `gh-pages` 分支中被构建(Build)出来。紧接着, Staging 版网站 https://stg-covid19-tokyo.netlify.com/ 会被更新。 + +当 `development` 分支被更新时,HTML 文件将会在 `dev-pages` 分支中被构建(Build)出来。紧接着,开发版网站 https://dev-covid19-tokyo.netlify.com/ 会被更新。 diff --git a/README_ZH_TW.md b/README_ZH_TW.md index 6486d537..bacd0689 100644 --- a/README_ZH_TW.md +++ b/README_ZH_TW.md @@ -4,7 +4,7 @@ [![東京都 新型冠狀病毒疫情中心](https://user-images.githubusercontent.com/1301149/75629392-1d19d900-5c25-11ea-843d-2d4376e3a560.png)](https://stopcovid19.metro.tokyo.lg.jp/) -### [日本語](./README.md) | [English](./README_EN.md) | [Spanish](./README_ES.md) | [Korean](./README_KO.md) | Chinese (Taiwan) +### [日本語](./README.md) | [English](./README_EN.md) | [Spanish](./README_ES.md) | [Korean](./README_KO.md) | Chinese (Taiwan) | [Chinese (Simplified)](./README_ZH_CN.md) ## 如何貢獻 如果您能對 Issus 中做出各式各樣的修正協助,我們將不勝感激。 From 33a8eb504b101868be642b61e6abb5367d29b80f Mon Sep 17 00:00:00 2001 From: yuzhi Date: Mon, 9 Mar 2020 23:33:38 +0900 Subject: [PATCH 064/686] chore: text update --- .github/CONTRIBUTING_ZH_CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING_ZH_CN.md b/.github/CONTRIBUTING_ZH_CN.md index e0ead94c..ae333b9e 100644 --- a/.github/CONTRIBUTING_ZH_CN.md +++ b/.github/CONTRIBUTING_ZH_CN.md @@ -8,7 +8,7 @@ 这个页面将会告诉您应该如何贡献以及参与这个网站的开发: ## 对 Issue 的评论以及 Pull Request 的请求 -* 请自由的对 Issue 发表评论,我们也接受新的问题回报以及建议。 +* 请自由的对 Issue 发表评论,我们也接受新的问题反馈以及建议。 * 新增新的 Issue 之前,请务必搜寻同样的 Issue 不存在才开立新的 Issue. * Pull Request 发送时,请务必注记对应的 Issue 编号。我们不会接受没有 Issue 编号的 Pull Request. * 请注意改善建议的 Issue (标签为`improve`的) 可能不会每次都被接受。 (特别是针对 UI 的) From 64d2736b536298c666dde52df2c0bae8a5bafc02 Mon Sep 17 00:00:00 2001 From: daitasu Date: Tue, 10 Mar 2020 00:01:37 +0900 Subject: [PATCH 065/686] fix: resolve Vue Warning and Set Vue.Extend options type in TimeBarChart.vue --- components/TimeBarChart.vue | 69 +++++++++++++++++++++++++++++-------- 1 file changed, 54 insertions(+), 15 deletions(-) diff --git a/components/TimeBarChart.vue b/components/TimeBarChart.vue index 819c010f..bc2858c9 100644 --- a/components/TimeBarChart.vue +++ b/components/TimeBarChart.vue @@ -19,6 +19,7 @@ From 33023048e60b5f1cb7266719b5b5018b701c4d28 Mon Sep 17 00:00:00 2001 From: daitasu Date: Tue, 10 Mar 2020 00:02:40 +0900 Subject: [PATCH 066/686] refactor: Set Vue.Extend options type in MetroBarChart.vue --- components/MetroBarChart.vue | 39 ++++++++++++++++++++++++------------ 1 file changed, 26 insertions(+), 13 deletions(-) diff --git a/components/MetroBarChart.vue b/components/MetroBarChart.vue index 8745722b..f96a562d 100644 --- a/components/MetroBarChart.vue +++ b/components/MetroBarChart.vue @@ -25,24 +25,35 @@ From 7071a0796a43d52c3bd729687c51f8002343996f Mon Sep 17 00:00:00 2001 From: macropygia <3162324+macropygia@users.noreply.github.com> Date: Tue, 10 Mar 2020 11:00:15 +0900 Subject: [PATCH 067/686] =?UTF-8?q?=E6=96=87=E5=AD=97=E8=A3=85=E9=A3=BE?= =?UTF-8?q?=E3=83=BB=E6=96=87=E5=AD=97=E8=89=B2=E3=83=BB=E4=BD=99=E7=99=BD?= =?UTF-8?q?=E3=82=92=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/StaticCard.vue | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/components/StaticCard.vue b/components/StaticCard.vue index b86e73d0..be9517e7 100644 --- a/components/StaticCard.vue +++ b/components/StaticCard.vue @@ -9,6 +9,12 @@ import { Vue, Component } from 'vue-property-decorator' @Component export default class StaticCard extends Vue {} + +/* Prepare for #621 +import Vue from 'vue' + +export default Vue.extend() +*/ From bddb23aaf5d05e9b6370be8f9a645df07ffde0bb Mon Sep 17 00:00:00 2001 From: Toshihiro Naka Date: Tue, 10 Mar 2020 17:48:13 +0900 Subject: [PATCH 072/686] fix svg width in DesktopFlowSvg #1008 --- components/DesktopFlowSvg.vue | 2 +- components/PrinterButton.vue | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/components/DesktopFlowSvg.vue b/components/DesktopFlowSvg.vue index eb532bd1..f71e7754 100644 --- a/components/DesktopFlowSvg.vue +++ b/components/DesktopFlowSvg.vue @@ -1221,7 +1221,7 @@ From c25b8392bcef96ca0deccc04689727e1daa419a3 Mon Sep 17 00:00:00 2001 From: Toshihiro Naka Date: Tue, 10 Mar 2020 18:15:56 +0900 Subject: [PATCH 073/686] fix svg width in PrinterButton component #1008 --- components/DesktopFlowSvg.vue | 2 +- components/PrinterButton.vue | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/components/DesktopFlowSvg.vue b/components/DesktopFlowSvg.vue index f71e7754..eb532bd1 100644 --- a/components/DesktopFlowSvg.vue +++ b/components/DesktopFlowSvg.vue @@ -1221,7 +1221,7 @@ From 01c15f74dfc68a9ab118109cc9e2ca3d82a59c5f Mon Sep 17 00:00:00 2001 From: konu96 Date: Tue, 10 Mar 2020 18:09:18 +0900 Subject: [PATCH 074/686] =?UTF-8?q?[FIX]=20=E4=BB=96=E3=81=AEv-icon=20?= =?UTF-8?q?=E3=82=82=20aria=20=E3=81=AB=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/DataView.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/components/DataView.vue b/components/DataView.vue index c42b7f07..ef5ffa03 100644 --- a/components/DataView.vue +++ b/components/DataView.vue @@ -27,7 +27,13 @@ rel="noopener" > オープンデータへのリンク - + mdi-open-in-new From 2552109cc65aeee319eb1317eb4547929a9d4138 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=88=B4=E6=9C=A8=20=E5=85=89?= Date: Tue, 10 Mar 2020 22:50:13 +0900 Subject: [PATCH 075/686] fix: eslintrc replace to json --- .eslintrc => .eslintrc.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .eslintrc => .eslintrc.json (100%) diff --git a/.eslintrc b/.eslintrc.json similarity index 100% rename from .eslintrc rename to .eslintrc.json From 416f33d8ab5f0d6ee2325c79b7827befe6c83f5f Mon Sep 17 00:00:00 2001 From: pichu Date: Tue, 10 Mar 2020 23:56:43 +0800 Subject: [PATCH 076/686] update readme_zh_tw.md for cannot find module and other version chapters --- README_ZH_TW.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README_ZH_TW.md b/README_ZH_TW.md index de0b135b..c841992d 100644 --- a/README_ZH_TW.md +++ b/README_ZH_TW.md @@ -18,6 +18,14 @@ ## 授權 本軟體採[MIT授權條款](./LICENSE.txt)釋出。 +## 從這個網站延伸出來的東西 + +### 【北海道版】新型冠狀病度感染症對應網站(【北海道版】新型コロナウイルス感染症対策サイト) +[網站連結](https://stopcovid19.hokkaido.dev/) + +[往GitHub的連結](https://github.com/codeforsapporo/covid19) + + ## 給開發者的資訊 ### 開發環境建置 @@ -39,6 +47,18 @@ $ yarn dev $ docker-compose up --build ``` +### 被 `Cannot find module ****` 卡住時 + +**使用 yarn 的做法** +``` +$ yarn install +``` + +**使用 docker compose 的做法** +```bash +$ docker-compose run --rm app yarn install +``` + ### Deploy 到 Staging 環境以及正式環境的方法 當 `master` 分支被更新時,HTML 檔案將會在 `production` 分支中被組建 (build)起來。然後正式版網站 https://stopcovid19.metro.tokyo.lg.jp/ 會被更新。 From f008f4465ef4977547126ac0f6d401ef2686eb1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=88=B4=E6=9C=A8=20=E5=85=89?= Date: Wed, 11 Mar 2020 10:38:53 +0900 Subject: [PATCH 077/686] update: replace to js --- .eslintrc.js | 21 +++++++++++++++++++++ .eslintrc.json | 21 --------------------- 2 files changed, 21 insertions(+), 21 deletions(-) create mode 100644 .eslintrc.js delete mode 100644 .eslintrc.json diff --git a/.eslintrc.js b/.eslintrc.js new file mode 100644 index 00000000..5af1c61f --- /dev/null +++ b/.eslintrc.js @@ -0,0 +1,21 @@ +module.exports = { + extends: [ + '@nuxtjs/eslint-config-typescript', + 'prettier', + 'plugin:prettier/recommended' + ], + rules: { + 'vue/max-attributes-per-line': 'off', + 'vue/html-self-closing': ['error', { + 'html': { + 'void': 'always' + } + }], + 'prettier/prettier': [ + 'error', { + 'semi': false, + 'singleQuote': true + } + ] + } +} diff --git a/.eslintrc.json b/.eslintrc.json deleted file mode 100644 index a7a31981..00000000 --- a/.eslintrc.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "extends": [ - "@nuxtjs/eslint-config-typescript", - "prettier", - "plugin:prettier/recommended" - ], - "rules": { - "vue/max-attributes-per-line": "off", - "vue/html-self-closing": ["error", { - "html": { - "void": "always" - } - }], - "prettier/prettier": [ - "error", { - "semi": false, - "singleQuote": true - } - ] - } -} \ No newline at end of file From 71cd8585bc85baf649100a88f4e7583d9fa8e5b4 Mon Sep 17 00:00:00 2001 From: pichu Date: Wed, 11 Mar 2020 10:01:31 +0800 Subject: [PATCH 078/686] fix typo --- README_ZH_TW.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_ZH_TW.md b/README_ZH_TW.md index c841992d..5f909774 100644 --- a/README_ZH_TW.md +++ b/README_ZH_TW.md @@ -18,7 +18,7 @@ ## 授權 本軟體採[MIT授權條款](./LICENSE.txt)釋出。 -## 從這個網站延伸出來的東西 +## 從這個網站衍生出來的東西 ### 【北海道版】新型冠狀病度感染症對應網站(【北海道版】新型コロナウイルス感染症対策サイト) [網站連結](https://stopcovid19.hokkaido.dev/) From 5600250f8c7fad0c34266b448945d267fc7d3623 Mon Sep 17 00:00:00 2001 From: macropygia <3162324+macropygia@users.noreply.github.com> Date: Wed, 11 Mar 2020 13:13:40 +0900 Subject: [PATCH 079/686] =?UTF-8?q?=E4=B8=8B=E7=B7=9A=E3=81=AB=E3=82=88?= =?UTF-8?q?=E3=82=8B=E3=83=86=E3=82=AD=E3=82=B9=E3=83=88=E5=BC=B7=E8=AA=BF?= =?UTF-8?q?=E3=81=AE=E4=BD=93=E8=A3=81=E3=82=92flow=E8=B8=8F=E8=A5=B2?= =?UTF-8?q?=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/StaticCard.vue | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/components/StaticCard.vue b/components/StaticCard.vue index cc30e8ce..51d05e90 100644 --- a/components/StaticCard.vue +++ b/components/StaticCard.vue @@ -70,13 +70,7 @@ export default Vue.extend() } strong, em { - background: linear-gradient( - transparent, - transparent 65%, - lighten($green-4, 40%) 0, - lighten($green-4, 40%) 95%, - transparent 0 - ); + border-bottom: 2px solid $green-1; } em { font-style: normal; From 03e30b428a9201ed7790ec8822ae509752053680 Mon Sep 17 00:00:00 2001 From: DaeHyun Sung Date: Wed, 11 Mar 2020 23:43:08 +0900 Subject: [PATCH 080/686] Update Korean translation for following up README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update Korean translation(README_KO.md) for following up README.md * add "このサイトから派生したもの" chapter * add "`Cannot find module ****` と怒られた時" chapter --- README_KO.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README_KO.md b/README_KO.md index 3075fbc8..6f59035b 100644 --- a/README_KO.md +++ b/README_KO.md @@ -19,6 +19,13 @@ ## 라이선스 이 소프트웨어는 [MIT 라이선스](./LICENSE.txt)를 따르고 있습니다. +## 이 사이트에서 파생된 사이트 + +### 【홋카이도판】코로나19 대책 사이트 +[사이트 링크](https://stopcovid19.hokkaido.dev/) + +[GitHub 링크](https://github.com/codeforsapporo/covid19) + ## 개발자를 위한 개발 정보 ### 개발환경을 구축하는 방법 @@ -40,6 +47,18 @@ $ yarn dev $ docker-compose up --build ``` +### `Cannot find module ****` 에러를 해결하는 방법 + +**yarn을 사용할 경우** +``` +$ yarn install +``` + +**docker compose를 사용할 경우** +```bash +$ docker-compose run --rm app yarn install +``` + ### 스테이징 환경 및 운영 환경으로 반영 방법 `master` 브랜치가 업데이트되면, 자동적으로 `production` 브랜치의 HTML 파일이 빌드됩니다. 이후, 운영 환경 사이트 https://stopcovid19.metro.tokyo.lg.jp/ 가 갱신됩니다. From 084e2c583867aac7f1d3d90bbb995df5d8ba07fb Mon Sep 17 00:00:00 2001 From: Yoshiki Honda Date: Thu, 12 Mar 2020 00:35:50 +0900 Subject: [PATCH 081/686] =?UTF-8?q?=E5=8D=B0=E5=88=B7=E3=83=9C=E3=82=BF?= =?UTF-8?q?=E3=83=B3=E3=81=AE=E3=83=9E=E3=82=A6=E3=82=B9=E3=82=AA=E3=83=BC?= =?UTF-8?q?=E3=83=90=E3=83=BC=E6=99=82=E3=81=AE=E5=8F=8D=E8=BB=A2=E5=87=A6?= =?UTF-8?q?=E7=90=86=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/PrinterButton.vue | 52 +++++++++++++++++++++++++++--------- static/printer_outline.svg | 11 ++++++++ 2 files changed, 51 insertions(+), 12 deletions(-) create mode 100644 static/printer_outline.svg diff --git a/components/PrinterButton.vue b/components/PrinterButton.vue index 34228547..4b673590 100644 --- a/components/PrinterButton.vue +++ b/components/PrinterButton.vue @@ -1,15 +1,22 @@ @@ -23,10 +30,12 @@ diff --git a/components/flow/FlowSpGeneral.vue b/components/flow/FlowSpGeneral.vue index 6fa4f58a..a9e04a4c 100644 --- a/components/flow/FlowSpGeneral.vue +++ b/components/flow/FlowSpGeneral.vue @@ -1,64 +1,41 @@ @@ -80,7 +57,7 @@ }, "en": { "一般の方": "People without any specific health conditions", - "{duration}続いている": "Having these symptoms for {duration", + "{duration}続いている": "Having these symptoms for {duration}", "{day}日以上": "{day} consecutive days or more", "{cold}のような症状": "Having {cold} symptoms", "風邪": "cold/flu", @@ -147,135 +124,13 @@ diff --git a/components/flow/FlowSpPast.vue b/components/flow/FlowSpPast.vue index 62b2a01d..9e926bfd 100644 --- a/components/flow/FlowSpPast.vue +++ b/components/flow/FlowSpPast.vue @@ -3,12 +3,12 @@

- 2 + 2

@@ -17,14 +17,14 @@ {{ $t('「新型コロナウイルス感染者」と') }} - + {{ $t('濃厚接触') }}

-
-
-
- {{ $t('発熱') }} -
-
-
+
+

+ {{ $t('発熱') }} +

+

{{ $t('または') }} -

-
-
- {{ $t('呼吸器症状') }} -
-
+

+

+ {{ $t('呼吸器症状') }} +

@@ -57,7 +53,7 @@ @@ -71,7 +67,7 @@

-
-
-
- {{ $t('呼吸器症状') }} -
-
-
+
+

+ {{ $t('呼吸器症状') }} +

+

{{ $t('かつ') }} -

-
-
- - - - {{ $t('37.5℃') }} - - +

+

+ + + + {{ $t('37.5℃') }} + -

-
+ +

{{ $t('新型コロナ受診相談窓口へ') }} @@ -244,7 +236,7 @@ diff --git a/components/flow/FlowSpSuspect.vue b/components/flow/FlowSpSuspect.vue index 9dafeac3..f32c82ae 100644 --- a/components/flow/FlowSpSuspect.vue +++ b/components/flow/FlowSpSuspect.vue @@ -1,56 +1,32 @@ @@ -115,9 +91,9 @@ diff --git a/components/flow/flow_sp.scss b/components/flow/flow_sp.scss new file mode 100644 index 00000000..0101f724 --- /dev/null +++ b/components/flow/flow_sp.scss @@ -0,0 +1,353 @@ +@function px2vw($px, $vw: 600) { + @return $px / $vw * 100vw; +} +.container { + color: $gray-2; + font-size: px2vw(22); + font-weight: bold; + line-height: 1.35; + // override default styles + em { + font-style: normal; + } + // override Vuetify styles + p { + margin-bottom: 0; + } +} +.heading { + text-align: center; + .icon { + display: block; + margin: 0 auto px2vw(20); + width: px2vw(72); + height: px2vw(72); + } + &.multi { + display: flex; + flex-wrap: wrap; + justify-content: space-around; + margin-top: px2vw(-20); + margin-left: px2vw(-10); + margin-right: px2vw(-10); + .icon { + display: block; + margin-bottom: 0; + width: px2vw(50); + height: px2vw(50); + } + > .item { + display: flex; + align-items: center; + margin: px2vw(20) px2vw(10) 0; + svg { + margin-right: px2vw(5); + } + } + } +} +.type { + margin-top: px2vw(20); + text-align: center; + .source { + display: block; + color: $green-1; + &:last-child { + margin-top: px2vw(10); + } + } + .behavior { + display: block; + &:last-child { + margin-top: px2vw(5); + } + } +} +.symptomContainer { + margin-top: px2vw(15); + padding-top: px2vw(30); + align-items: stretch; + display: flex; + justify-content: space-between; + // override Vuetify sytle (ul) + padding-left: 0 !important; + .symptom { + display: flex; + justify-content: center; + align-items: center; + min-height: px2vw(92); + padding: px2vw(15) px2vw(15) px2vw(10); + border: px2vw(4) solid $green-1; + border-radius: px2vw(5); + text-align: center; + position: relative; + &::before { + content: ''; + position: absolute; + margin: auto; + width: px2vw(50); + height: px2vw(50); + background-color: $white; + border-radius: px2vw(25); + background-image: url(/flow/check_circle-24px.svg); + background-size: cover; + position: absolute; + left: 0; + right: 0; + top: px2vw(-8); + transform: translateY(-50%); + } + } + .op { + display: flex; + align-items: center; + justify-content: center; + } + &.req { + margin-top: px2vw(20); + > .symptom { + flex-basis: 36%; + } + > .op { + flex-basis: 28%; + } + } + &.double { + flex-wrap: wrap; + > .symptom { + flex-basis: 48%; + &:nth-child(n+3) { + margin-top: px2vw(45); + } + } + } + &.triple { + margin-left: px2vw(-11); + margin-right: px2vw(-11); + > .symptom { + margin: 0 px2vw(11); + flex-grow: 10; + } + } +} +.duration { + margin-top: px2vw(30); + text-align: center; + line-height: 1.15; +} +.advisory { + margin-top: px2vw(25); + text-align: center; + .open { + margin-top: px2vw(10); + } +} +.phone { + display: flex; + justify-content: center; + align-items: center; + &:not(:first-child) { + margin-top: px2vw(30); + } + > * { + display: block; + } + .icon { + width: px2vw(42); + height: px2vw(42); + margin-right: px2vw(10); + > img, + > svg { + display: block; + } + } + a { + line-height: 1; + text-decoration: none; + } +} +.hr { + margin-top: px2vw(30); + border-bottom: 1px $gray-4 solid; + height: 1px; + width: 100%; +} +.button { + margin-top: px2vw(30); + padding: 0 px2vw(30) 0 px2vw(36); + height: px2vw(96); + display: flex; + align-items: center; + justify-content: space-between; + background-color: #ffe200; + border-radius: px2vw(6); + box-shadow: px2vw(-1.5) px2vw(3) px2vw(7.5) $gray-3; + text-decoration: none; + .text { + color: $gray-2; + } + .icon { + margin-left: px2vw(10); + width: px2vw(45); + height: px2vw(45); + transform: rotateZ(90deg); + display: block; + } +} +// 装飾 +.fzSmall { + font-size: px2vw(18); +} +.fzRegular { + font-size: px2vw(22); +} +.fzMedium { + font-size: px2vw(24); +} +.fzLarge { + font-size: px2vw(30); +} +.fzXLarge { + font-size: px2vw(36); +} +.fzNumeric { + font-size: px2vw(50); +} +.underline { + border-bottom: px2vw(4) solid $green-1; +} +.break { + display: block; +} + +// 601-768 (769以上はPC版) +@include largerThan($small) { + $vw: 960; + .container { + font-size: px2vw(22, $vw); + } + .heading { + .icon { + margin: 0 auto px2vw(20, $vw); + width: px2vw(72, $vw); + height: px2vw(72, $vw); + } + &.multi { + margin-top: px2vw(-20, $vw); + margin-left: px2vw(-10, $vw); + margin-right: px2vw(-10, $vw); + .icon { + width: px2vw(50, $vw); + height: px2vw(50, $vw); + } + > .item { + margin: px2vw(20, $vw) px2vw(10, $vw) 0; + svg { + margin-right: px2vw(5, $vw); + } + } + } + } + .type { + margin-top: px2vw(20, $vw); + .source { + &:last-child { + margin-top: px2vw(10, $vw); + } + } + .behavior { + &:last-child { + margin-top: px2vw(5, $vw); + } + } + } + .symptomContainer { + margin-top: px2vw(15, $vw); + padding-top: px2vw(30, $vw); + .symptom { + min-height: px2vw(92, $vw); + padding: px2vw(15, $vw) px2vw(15, $vw) px2vw(10, $vw); + border: px2vw(4, $vw) solid $green-1; + border-radius: px2vw(5, $vw); + &::before { + width: px2vw(50, $vw); + height: px2vw(50, $vw); + border-radius: px2vw(25, $vw); + top: px2vw(-8, $vw); + } + } + &.req { + margin-top: px2vw(20, $vw); + } + &.double { + > .symptom { + &:nth-child(n+3) { + margin-top: px2vw(45, $vw); + } + } + } + &.triple { + margin-left: px2vw(-11, $vw); + margin-right: px2vw(-11, $vw); + > .symptom { + margin: 0 px2vw(11, $vw); + } + } + } + .duration { + margin-top: px2vw(30, $vw); + } + .advisory { + margin-top: px2vw(25, $vw); + .open { + margin-top: px2vw(10, $vw); + } + } + .phone { + &:not(:first-child) { + margin-top: px2vw(30, $vw); + } + .icon { + width: px2vw(42, $vw); + height: px2vw(42, $vw); + margin-right: px2vw(10, $vw); + } + } + .hr { + margin-top: px2vw(30, $vw); + } + .button { + margin-top: px2vw(30, $vw); + padding: 0 px2vw(30, $vw) 0 px2vw(36, $vw); + height: px2vw(96, $vw); + border-radius: px2vw(6, $vw); + box-shadow: px2vw(-1.5, $vw) px2vw(3, $vw) px2vw(7.5, $vw) $gray-3; + .icon { + margin-left: px2vw(10, $vw); + width: px2vw(45, $vw); + height: px2vw(45, $vw); + } + } + // 装飾 + .fzSmall { + font-size: px2vw(18, $vw); + } + .fzRegular { + font-size: px2vw(22, $vw); + } + .fzMedium { + font-size: px2vw(24, $vw); + } + .fzLarge { + font-size: px2vw((30 - 2), $vw); + } + .fzXLarge { + font-size: px2vw((36 - 4), $vw); + } + .fzNumeric { + font-size: px2vw((50 - 4), $vw); + } + .underline { + border-bottom: px2vw(4, $vw) solid $green-1; + } +} From 68d8da6c8b01cd459788a8da6bac7eff6bf5fd79 Mon Sep 17 00:00:00 2001 From: macropygia <3162324+macropygia@users.noreply.github.com> Date: Fri, 13 Mar 2020 00:27:51 +0900 Subject: [PATCH 108/686] eslint error fix --- components/flow/FlowSpElder.vue | 22 +++++-- components/flow/FlowSpGeneral.vue | 22 +++++-- components/flow/FlowSpPast.vue | 97 +++++++++++++++---------------- components/flow/flow_sp.scss | 4 +- 4 files changed, 82 insertions(+), 63 deletions(-) diff --git a/components/flow/FlowSpElder.vue b/components/flow/FlowSpElder.vue index 0f1bdc62..2b163364 100644 --- a/components/flow/FlowSpElder.vue +++ b/components/flow/FlowSpElder.vue @@ -24,16 +24,21 @@
  • - {{ $t('風邪') }} + {{ + $t('風邪') + }}
  • - - - {{ $t('37.5℃') }} - + + {{ $t('37.5℃') }}
  • @@ -43,7 +48,12 @@

    - + 2 diff --git a/components/flow/FlowSpGeneral.vue b/components/flow/FlowSpGeneral.vue index a9e04a4c..90ae14e6 100644 --- a/components/flow/FlowSpGeneral.vue +++ b/components/flow/FlowSpGeneral.vue @@ -10,16 +10,21 @@

  • - {{ $t('風邪') }} + {{ + $t('風邪') + }}
  • - - - {{ $t('37.5℃') }} - + + {{ $t('37.5℃') }}
  • @@ -28,7 +33,12 @@

    - + 4 diff --git a/components/flow/FlowSpPast.vue b/components/flow/FlowSpPast.vue index 9e926bfd..ea80bbf2 100644 --- a/components/flow/FlowSpPast.vue +++ b/components/flow/FlowSpPast.vue @@ -14,54 +14,54 @@

    -

    - {{ $t('発熱') }} -

    -

    - {{ $t('または') }} -

    -

    - {{ $t('呼吸器症状') }} -

    +

    {{ $t('発熱') }}

    +

    {{ $t('または') }}

    +

    {{ $t('呼吸器症状') }}

    -

    - {{ $t('呼吸器症状') }} -

    -

    - {{ $t('かつ') }} -

    +

    {{ $t('呼吸器症状') }}

    +

    {{ $t('かつ') }}

    - - - {{ $t('37.5℃') }} - + + {{ $t('37.5℃') }}

    @@ -252,5 +251,5 @@ export default { diff --git a/components/flow/flow_sp.scss b/components/flow/flow_sp.scss index 0101f724..598e1ede 100644 --- a/components/flow/flow_sp.scss +++ b/components/flow/flow_sp.scss @@ -116,7 +116,7 @@ flex-wrap: wrap; > .symptom { flex-basis: 48%; - &:nth-child(n+3) { + &:nth-child(n + 3) { margin-top: px2vw(45); } } @@ -281,7 +281,7 @@ } &.double { > .symptom { - &:nth-child(n+3) { + &:nth-child(n + 3) { margin-top: px2vw(45, $vw); } } From 032b0b3250d4a9e503c1916ab47a1c42e25b8346 Mon Sep 17 00:00:00 2001 From: macropygia <3162324+macropygia@users.noreply.github.com> Date: Fri, 13 Mar 2020 00:34:46 +0900 Subject: [PATCH 109/686] eslint error fix --- components/flow/FlowSpElder.vue | 14 +++++++++----- components/flow/FlowSpGeneral.vue | 8 ++++++-- components/flow/FlowSpPast.vue | 20 +++++++++++++++----- components/flow/FlowSpSuspect.vue | 20 +++++++++++++++----- 4 files changed, 45 insertions(+), 17 deletions(-) diff --git a/components/flow/FlowSpElder.vue b/components/flow/FlowSpElder.vue index 2b163364..67c07ecb 100644 --- a/components/flow/FlowSpElder.vue +++ b/components/flow/FlowSpElder.vue @@ -24,9 +24,9 @@
  • - {{ - $t('風邪') - }} + + {{ $t('風邪') }} +
  • @@ -42,8 +42,12 @@ -
  • {{ $t('強いだるさ') }}
  • -
  • {{ $t('息苦しさ') }}
  • +
  • + {{ $t('強いだるさ') }} +
  • +
  • + {{ $t('息苦しさ') }} +
  • diff --git a/components/flow/FlowSpGeneral.vue b/components/flow/FlowSpGeneral.vue index 90ae14e6..60488538 100644 --- a/components/flow/FlowSpGeneral.vue +++ b/components/flow/FlowSpGeneral.vue @@ -28,8 +28,12 @@ -

  • {{ $t('強いだるさ') }}
  • -
  • {{ $t('息苦しさ') }}
  • +
  • + {{ $t('強いだるさ') }} +
  • +
  • + {{ $t('息苦しさ') }} +
  • diff --git a/components/flow/FlowSpPast.vue b/components/flow/FlowSpPast.vue index ea80bbf2..6ae5edfe 100644 --- a/components/flow/FlowSpPast.vue +++ b/components/flow/FlowSpPast.vue @@ -43,9 +43,15 @@

    -

    {{ $t('発熱') }}

    -

    {{ $t('または') }}

    -

    {{ $t('呼吸器症状') }}

    +

    + {{ $t('発熱') }} +

    +

    + {{ $t('または') }} +

    +

    + {{ $t('呼吸器症状') }} +

    @@ -86,8 +92,12 @@

    -

    {{ $t('呼吸器症状') }}

    -

    {{ $t('かつ') }}

    +

    + {{ $t('呼吸器症状') }} +

    +

    + {{ $t('かつ') }} +

      -
    • {{ $t('微熱') }}
    • -
    • {{ $t('軽い咳') }}
    • -
    • {{ $t('感染の不安') }}
    • +
    • + {{ $t('微熱') }} +
    • +
    • + {{ $t('軽い咳') }} +
    • +
    • + {{ $t('感染の不安') }} +
    -

    {{ $t('新型コロナコールセンター') }}

    -

    {{ $t('午前9時から午後9時(土日祝含む)') }}

    +

    + {{ $t('新型コロナコールセンター') }} +

    +

    + {{ $t('午前9時から午後9時(土日祝含む)') }} +

    From e281ddd24eca524946ce06a1a6dd58b775e4fdc0 Mon Sep 17 00:00:00 2001 From: DJYoko Date: Fri, 13 Mar 2020 00:43:21 +0900 Subject: [PATCH 110/686] =?UTF-8?q?#837=20=E9=96=8B=E7=99=BA=E8=A1=A8?= =?UTF-8?q?=E7=A4=BA=E7=94=A8=E3=82=B3=E3=83=B3=E3=83=9D=E3=83=BC=E3=83=8D?= =?UTF-8?q?=E3=83=B3=E3=83=88=20-=20=E4=B8=8B=E5=B1=A4=E7=94=BB=E9=9D=A2?= =?UTF-8?q?=E7=BE=A4=E3=81=AB=E5=B1=95=E9=96=8B=E3=81=99=E3=82=8B=E3=81=9F?= =?UTF-8?q?=E3=82=81=20layout/default=20=E3=81=8B=E3=82=89=E3=82=A4?= =?UTF-8?q?=E3=83=B3=E3=83=9D=E3=83=BC=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/default.vue | 3 +++ pages/index.vue | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/default.vue b/layouts/default.vue index 2c8ed188..9d873746 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -17,6 +17,7 @@ +

    @@ -25,6 +26,7 @@ import Vue from 'vue' import { MetaInfo } from 'vue-meta' import ScaleLoader from 'vue-spinner/src/ScaleLoader.vue' +import DevelopmentModeMark from '@/components/DevelopmentModeMark.vue' import SideNavigation from '@/components/SideNavigation.vue' type LocalData = { @@ -34,6 +36,7 @@ type LocalData = { export default Vue.extend({ components: { + DevelopmentModeMark, ScaleLoader, SideNavigation }, diff --git a/pages/index.vue b/pages/index.vue index 2db9176d..ea73ca36 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -96,7 +96,6 @@ /> -
    @@ -115,7 +114,6 @@ import formatTable from '@/utils/formatTable' import formatConfirmedCases from '@/utils/formatConfirmedCases' import News from '@/data/news.json' import SvgCard from '@/components/SvgCard.vue' -import DevelopmentModeMark from '@/components/DevelopmentModeMark.vue' import ConfirmedCasesTable from '@/components/ConfirmedCasesTable.vue' export default { @@ -128,7 +126,6 @@ export default { StaticInfo, DataTable, SvgCard, - DevelopmentModeMark, ConfirmedCasesTable }, data() { From d0505c4583f47bf5b98ab29e93c19ed0d2569330 Mon Sep 17 00:00:00 2001 From: DJYoko Date: Fri, 13 Mar 2020 01:02:10 +0900 Subject: [PATCH 111/686] =?UTF-8?q?#837=20=E9=96=8B=E7=99=BA=E8=A1=A8?= =?UTF-8?q?=E7=A4=BA=E7=94=A8=E3=82=B3=E3=83=B3=E3=83=9D=E3=83=BC=E3=83=8D?= =?UTF-8?q?=E3=83=B3=E3=83=88=20-=20=E7=AB=B6=E5=90=88=E8=A7=A3=E6=B6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/default.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/layouts/default.vue b/layouts/default.vue index ace16eaa..4d2ff17c 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -13,6 +13,7 @@ +
    @@ -21,6 +22,7 @@ import Vue from 'vue' import { MetaInfo } from 'vue-meta' import SideNavigation from '@/components/SideNavigation.vue' +import DevelopmentModeMark from '@/components/DevelopmentModeMark.vue' type LocalData = { isOpenNavigation: boolean @@ -28,6 +30,7 @@ type LocalData = { export default Vue.extend({ components: { + DevelopmentModeMark, SideNavigation }, data(): LocalData { From 71f234b7f9c499630c6a3e329e467232d2a3a2ae Mon Sep 17 00:00:00 2001 From: DJYoko Date: Fri, 13 Mar 2020 01:13:17 +0900 Subject: [PATCH 112/686] =?UTF-8?q?#837=20=E9=96=8B=E7=99=BA=E8=A1=A8?= =?UTF-8?q?=E7=A4=BA=E7=94=A8=E3=82=B3=E3=83=B3=E3=83=9D=E3=83=BC=E3=83=8D?= =?UTF-8?q?=E3=83=B3=E3=83=88=20-=20=E3=83=93=E3=83=AB=E3=83=89=E6=99=82?= =?UTF-8?q?=E3=83=86=E3=82=B9=E3=83=88=E6=99=82=E3=81=AE=E3=82=B0=E3=83=AD?= =?UTF-8?q?=E3=83=BC=E3=83=90=E3=83=AB=E5=8F=82=E7=85=A7=20(location)=20?= =?UTF-8?q?=E5=9B=9E=E9=81=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/DevelopmentModeMark.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/components/DevelopmentModeMark.vue b/components/DevelopmentModeMark.vue index 8d95d70f..15b25105 100644 --- a/components/DevelopmentModeMark.vue +++ b/components/DevelopmentModeMark.vue @@ -58,7 +58,10 @@ export default { const regex = new RegExp( '^' + releaseUrl.replace(/\//g, '\\/').replace(/\./g, '\\.') ) - return location.href.match(regex) === null + if (process.browser) { + return location.href.match(regex) === null + } + return false } } } From 96fbaa24074e091f613a3c9efa8c8a06407f5fc7 Mon Sep 17 00:00:00 2001 From: DJYoko Date: Fri, 13 Mar 2020 01:52:02 +0900 Subject: [PATCH 113/686] =?UTF-8?q?#837=20=E9=96=8B=E7=99=BA=E8=A1=A8?= =?UTF-8?q?=E7=A4=BA=E7=94=A8=E3=82=B3=E3=83=B3=E3=83=9D=E3=83=BC=E3=83=8D?= =?UTF-8?q?=E3=83=B3=E3=83=88=20-=20=E3=83=87=E3=83=95=E3=82=A9=E3=83=AB?= =?UTF-8?q?=E3=83=88=E5=87=BA=E5=8A=9B=E3=82=92=20true=20=E3=81=AB?= =?UTF-8?q?=E3=81=97=E3=81=A6=20=E7=94=BB=E9=9D=A2=E3=83=91=E3=83=BC?= =?UTF-8?q?=E3=82=B9=E3=81=A8SSR=E3=81=AE=E4=B9=96=E9=9B=A2=E3=82=92?= =?UTF-8?q?=E9=98=B2=E6=AD=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/DevelopmentModeMark.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/DevelopmentModeMark.vue b/components/DevelopmentModeMark.vue index 15b25105..61390dc6 100644 --- a/components/DevelopmentModeMark.vue +++ b/components/DevelopmentModeMark.vue @@ -61,7 +61,9 @@ export default { if (process.browser) { return location.href.match(regex) === null } - return false + // 自動テスト・SSRにおけるパースは無条件で有効にしておく + // これだと本番で出力されないが、そもそも本番では出力しない機能のため。 + return true } } } From f53a39d380db8d689852da7b0ef5a5369c4db0c6 Mon Sep 17 00:00:00 2001 From: macropygia <3162324+macropygia@users.noreply.github.com> Date: Fri, 13 Mar 2020 02:35:56 +0900 Subject: [PATCH 114/686] =?UTF-8?q?=E5=8D=98=E7=8B=AC=E3=82=B3=E3=83=B3?= =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=8D=E3=83=B3=E3=83=88=E7=94=A8=E3=81=AE?= =?UTF-8?q?=E3=82=B9=E3=82=BF=E3=82=A4=E3=83=AB=E3=82=92=E3=81=9D=E3=82=8C?= =?UTF-8?q?=E3=81=9E=E3=82=8C=E3=81=AE=E3=82=B3=E3=83=B3=E3=83=9D=E3=83=BC?= =?UTF-8?q?=E3=83=8D=E3=83=B3=E3=83=88=E3=81=AB=E5=88=86=E9=9B=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/flow/FlowSpElder.vue | 26 +++++++ components/flow/FlowSpPast.vue | 19 +++++ components/flow/FlowSpSuspect.vue | 22 +++++- components/flow/flow_sp.scss | 119 +++++++++++------------------- 4 files changed, 109 insertions(+), 77 deletions(-) diff --git a/components/flow/FlowSpElder.vue b/components/flow/FlowSpElder.vue index 67c07ecb..6ec48c31 100644 --- a/components/flow/FlowSpElder.vue +++ b/components/flow/FlowSpElder.vue @@ -183,4 +183,30 @@ export default { diff --git a/components/flow/FlowSpPast.vue b/components/flow/FlowSpPast.vue index 6ae5edfe..621981b9 100644 --- a/components/flow/FlowSpPast.vue +++ b/components/flow/FlowSpPast.vue @@ -262,4 +262,23 @@ export default { diff --git a/components/flow/FlowSpSuspect.vue b/components/flow/FlowSpSuspect.vue index fbb248bd..28dce6ab 100644 --- a/components/flow/FlowSpSuspect.vue +++ b/components/flow/FlowSpSuspect.vue @@ -19,7 +19,7 @@ -
    +

    {{ $t('新型コロナコールセンター') }}

    @@ -112,4 +112,24 @@ export default { diff --git a/components/flow/flow_sp.scss b/components/flow/flow_sp.scss index 598e1ede..80ad43de 100644 --- a/components/flow/flow_sp.scss +++ b/components/flow/flow_sp.scss @@ -1,6 +1,7 @@ @function px2vw($px, $vw: 600) { @return $px / $vw * 100vw; } +// common .container { color: $gray-2; font-size: px2vw(22); @@ -15,6 +16,7 @@ margin-bottom: 0; } } +// common .heading { text-align: center; .icon { @@ -23,46 +25,8 @@ width: px2vw(72); height: px2vw(72); } - &.multi { - display: flex; - flex-wrap: wrap; - justify-content: space-around; - margin-top: px2vw(-20); - margin-left: px2vw(-10); - margin-right: px2vw(-10); - .icon { - display: block; - margin-bottom: 0; - width: px2vw(50); - height: px2vw(50); - } - > .item { - display: flex; - align-items: center; - margin: px2vw(20) px2vw(10) 0; - svg { - margin-right: px2vw(5); - } - } - } -} -.type { - margin-top: px2vw(20); - text-align: center; - .source { - display: block; - color: $green-1; - &:last-child { - margin-top: px2vw(10); - } - } - .behavior { - display: block; - &:last-child { - margin-top: px2vw(5); - } - } } +// past, general, older ,suspect .symptomContainer { margin-top: px2vw(15); padding-top: px2vw(30); @@ -98,20 +62,7 @@ transform: translateY(-50%); } } - .op { - display: flex; - align-items: center; - justify-content: center; - } - &.req { - margin-top: px2vw(20); - > .symptom { - flex-basis: 36%; - } - > .op { - flex-basis: 28%; - } - } + // general, elder &.double { flex-wrap: wrap; > .symptom { @@ -121,27 +72,14 @@ } } } - &.triple { - margin-left: px2vw(-11); - margin-right: px2vw(-11); - > .symptom { - margin: 0 px2vw(11); - flex-grow: 10; - } - } } +// general, elder .duration { margin-top: px2vw(30); text-align: center; line-height: 1.15; } -.advisory { - margin-top: px2vw(25); - text-align: center; - .open { - margin-top: px2vw(10); - } -} +// suspect, advisory .phone { display: flex; justify-content: center; @@ -166,12 +104,7 @@ text-decoration: none; } } -.hr { - margin-top: px2vw(30); - border-bottom: 1px $gray-4 solid; - height: 1px; - width: 100%; -} +// past, general, elder ,suspect .button { margin-top: px2vw(30); padding: 0 px2vw(30) 0 px2vw(36); @@ -194,7 +127,32 @@ display: block; } } -// 装飾 +// according +.hr { + margin-top: px2vw(30); + border-bottom: 1px $gray-4 solid; + height: 1px; + width: 100%; +} +// according +.type { + margin-top: px2vw(20); + text-align: center; + .source { + display: block; + color: $green-1; + &:last-child { + margin-top: px2vw(10); + } + } + .behavior { + display: block; + &:last-child { + margin-top: px2vw(5); + } + } +} +// common .fzSmall { font-size: px2vw(18); } @@ -213,6 +171,15 @@ .fzNumeric { font-size: px2vw(50); } +.mt5 { + margin-top: px2vw(5); +} +.mt10 { + margin-top: px2vw(10); +} +.mb10 { + margin-bottom: px2vw(10); +} .underline { border-bottom: px2vw(4) solid $green-1; } @@ -297,7 +264,7 @@ .duration { margin-top: px2vw(30, $vw); } - .advisory { + .callcenter { margin-top: px2vw(25, $vw); .open { margin-top: px2vw(10, $vw); From fb72dd7e9f253dd666a1295e739398b744c7b2e9 Mon Sep 17 00:00:00 2001 From: macropygia <3162324+macropygia@users.noreply.github.com> Date: Fri, 13 Mar 2020 02:45:36 +0900 Subject: [PATCH 115/686] =?UTF-8?q?Advisory,=20Hospitalized=20=E3=83=9E?= =?UTF-8?q?=E3=83=BC=E3=82=AF=E3=82=A2=E3=83=83=E3=83=97=E3=83=BB=E3=82=B9?= =?UTF-8?q?=E3=82=BF=E3=82=A4=E3=83=AB=E5=85=B1=E9=80=9A=E5=8C=96=20?= =?UTF-8?q?=E5=A4=9A=E8=A8=80=E8=AA=9E=E7=94=A8=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/flow/FlowSpAdvisory.vue | 169 ++++++++++--------------- components/flow/FlowSpHospitalized.vue | 39 +++--- 2 files changed, 86 insertions(+), 122 deletions(-) diff --git a/components/flow/FlowSpAdvisory.vue b/components/flow/FlowSpAdvisory.vue index 47c6072f..7022e02f 100644 --- a/components/flow/FlowSpAdvisory.vue +++ b/components/flow/FlowSpAdvisory.vue @@ -1,20 +1,19 @@ From 96c0930bc7c0805a50ac5829a10b7e9de188d7a1 Mon Sep 17 00:00:00 2001 From: macropygia <3162324+macropygia@users.noreply.github.com> Date: Fri, 13 Mar 2020 17:50:42 +0900 Subject: [PATCH 132/686] =?UTF-8?q?BP601-768=E5=AF=BE=E5=BF=9C=20=E5=BE=AE?= =?UTF-8?q?=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/flow/FlowSpAccording.vue | 199 ++++++++----------------- components/flow/FlowSpAdvisory.vue | 25 ++++ components/flow/FlowSpElder.vue | 21 +++ components/flow/FlowSpHospitalized.vue | 10 ++ components/flow/FlowSpPast.vue | 26 ++++ components/flow/FlowSpSuspect.vue | 24 ++- components/flow/flow_sp.scss | 65 ++------ 7 files changed, 178 insertions(+), 192 deletions(-) diff --git a/components/flow/FlowSpAccording.vue b/components/flow/FlowSpAccording.vue index bac7debc..cea0da1f 100644 --- a/components/flow/FlowSpAccording.vue +++ b/components/flow/FlowSpAccording.vue @@ -10,7 +10,7 @@ :class="$style.diag" path="新型コロナ外来 {advice} と判断された場合" > - + {{ $t('受診が必要') }} @@ -58,7 +58,7 @@ - {{ $t('PCR検査') }}{{ $t('※') }} + {{ $t('PCR検査') }}{{ $t('※') }} @@ -104,7 +104,7 @@ :class="[$style.diag, $style.hr]" path="新型コロナ外来 {advice} と判断された場合" > - + {{ $t('受診が不要') }} @@ -323,6 +323,9 @@ export default { .note { margin-top: px2vw(10); } + .fzXLLarge { + font-size: px2vw(56); + } } .rectContainer { .rect { @@ -393,152 +396,70 @@ export default { } } } -/* -@function px2vw($px, $vw: 600) { - @return $px / $vw * 100vw; -} - -.container { - color: $gray-2; - font-size: px2vw(22); - line-height: 1.15; - // override default styles - em { - font-style: normal; - } - // override Vuetify styles - p { - margin-bottom: 0; - } -} -.heading { - color: $green-1; - text-align: center; - font-weight: bold; - line-height: 1.5; - > span { - display: block; - font-size: px2vw(38); - } -} -.diag { - margin-top: px2vw(30); - font-weight: bold; - text-align: center; - line-height: 1.35; - &.hr { - border-top: 1px solid $gray-4; - padding-top: px2vw(30); - } - .large { - font-size: px2vw(64); - } - .line { - display: block; - } - .place { - font-size: px2vw(30); - } - .note { - margin-top: px2vw(10); - } -} -.decision { - margin-top: px2vw(20); - padding: px2vw(25); - background-color: $gray-2; - border-radius: px2vw(5); - color: $white; - text-align: center; - font-weight: bold; - line-height: 1.65; - > span { - display: block; - &.small { - font-size: px2vw(18); - } - } -} -.rectContainer { - margin-top: px2vw(25); - display: flex; - justify-content: space-between; - a { - color: inherit; - text-decoration: none; - } -} -// 601-768 (769以上はPC版) @include largerThan($small) { - .container { - font-size: px2vw(20, 768); - } - .heading { - > span { - font-size: px2vw(32, 768); - } - } - .diag { - margin-top: px2vw(30, 768); - &.hr { - padding-top: px2vw(30, 768); - } - .large { - font-size: px2vw(48, 768); + $vw: 960; + .according { + .diag { + margin-top: px2vw(30, $vw); + &.hr { + padding-top: px2vw(30, $vw); + } } - .place { - font-size: px2vw(26, 768); + .decision { + margin-top: px2vw(20, $vw); + padding: px2vw(20, $vw); + border-radius: px2vw(6, $vw); } .note { - margin-top: px2vw(10, 768); + margin-top: px2vw(10, $vw); } - } - .decision { - margin-top: px2vw(20, 768); - padding: px2vw(25, 768); - border-radius: px2vw(5, 768); - > span { - &.small { - font-size: px2vw(18, 768); - } + .fzXLLarge { + font-size: px2vw(56, $vw); } } .rectContainer { - margin-top: px2vw(25, 768); - } - .rect { - min-height: px2vw(188, 768); - border-radius: px2vw(5, 768); - font-size: px2vw(24, 768); - &.shadow { - box-shadow: 0 px2vw(3, 768) px2vw(6, 768) $gray-3; - } - &.border { - border: px2vw(3, 768) solid $gray-4; - padding: px2vw(10, 768); - } - &.bdGreen { - padding: px2vw(20, 768); - } - .large { - font-size: px2vw(36, 768); - } - .advisory { - font-size: px2vw(32, 768); - margin-top: px2vw(10, 768); - margin-bottom: px2vw(10, 768); - } - .line { - margin-top: px2vw(5, 768); - } - .arrow { - margin-top: px2vw(10, 768); - } - .icon { - margin-bottom: px2vw(10, 768); + .rect { + min-height: px2vw(188, $vw); + padding: px2vw(20, $vw) px2vw(10, $vw); + border-radius: px2vw(6, $vw); + font-size: px2vw(24, $vw); + &.shadow { + box-shadow: px2vw(-1.5, $vw) px2vw(3, $vw) px2vw(7.5, $vw) $gray-3; + padding-bottom: px2vw((56 + 20 * 2), $vw); + } + &.border { + border: px2vw(3, $vw) solid $gray-4; + padding-top: px2vw((46 + 20 * 2), $vw); + } + &.consult { + border: px2vw(3, $vw) solid $green-1; + } + &:nth-child(n + 3) { + margin-top: px2vw((486 - 233 - 233), $vw); + } + .large { + font-size: px2vw(42, $vw); + } + .advisory { + font-size: px2vw(38, $vw); + margin-top: px2vw(10, $vw); + margin-bottom: px2vw(10, $vw); + } + .line { + margin-top: px2vw(5, $vw); + } + .arrow { + width: px2vw(56, $vw); + height: px2vw(56, $vw); + bottom: px2vw(20, $vw); + } + .icon { + width: px2vw(46, $vw); + height: px2vw(46, $vw); + top: px2vw(20, $vw); + } } } } -*/ diff --git a/components/flow/FlowSpAdvisory.vue b/components/flow/FlowSpAdvisory.vue index 697cbdef..3b2c08d3 100644 --- a/components/flow/FlowSpAdvisory.vue +++ b/components/flow/FlowSpAdvisory.vue @@ -180,4 +180,29 @@ export default { } } } + +@include largerThan($small) { + $vw: 960; + .open { + margin-top: px2vw(20, $vw); + > span { + padding: px2vw(20) px2vw(40, $vw); + border-radius: px2vw(6, $vw); + } + } + .daytime { + margin-top: px2vw(20, $vw); + > * { + padding: px2vw(30) px2vw(10, $vw); + } + } + .night { + margin: px2vw(30, $vw) auto; + > li { + &:not(:first-child) { + margin-top: px2vw(20, $vw); + } + } + } +} diff --git a/components/flow/FlowSpElder.vue b/components/flow/FlowSpElder.vue index 7ca78432..c74348f6 100644 --- a/components/flow/FlowSpElder.vue +++ b/components/flow/FlowSpElder.vue @@ -209,4 +209,25 @@ export default { } } } + +@include largerThan($small) { + $vw: 960; + .heading { + &.multi { + margin-top: px2vw(-20, $vw); + margin-left: px2vw(-10, $vw); + margin-right: px2vw(-10, $vw); + .icon { + width: px2vw(50, $vw); + height: px2vw(50, $vw); + } + > .item { + margin: px2vw(20, $vw) px2vw(10, $vw) 0; + svg { + margin-right: px2vw(5, $vw); + } + } + } + } +} diff --git a/components/flow/FlowSpHospitalized.vue b/components/flow/FlowSpHospitalized.vue index 28bf3c69..84451ba4 100644 --- a/components/flow/FlowSpHospitalized.vue +++ b/components/flow/FlowSpHospitalized.vue @@ -59,4 +59,14 @@ export default { margin-top: px2vw(30); text-align: center; } + +@include largerThan($small) { + $vw: 960; + .heading .icon { + margin-bottom: px2vw(10, $vw); + } + .facility { + margin-top: px2vw(30, $vw); + } +} diff --git a/components/flow/FlowSpPast.vue b/components/flow/FlowSpPast.vue index 7220ee23..47a5e312 100644 --- a/components/flow/FlowSpPast.vue +++ b/components/flow/FlowSpPast.vue @@ -303,4 +303,30 @@ export default { } } } + +@include largerThan($small) { + $vw: 960; + .type { + margin-top: px2vw(20, $vw); + &.hr { + margin-top: px2vw(30, $vw); + padding-top: px2vw(30, $vw); + } + .source { + &:last-child { + margin-top: px2vw(10, $vw); + } + } + .behavior { + &:last-child { + margin-top: px2vw(5, $vw); + } + } + } + .rectContainer { + &.req { + margin-top: px2vw(20, $vw); + } + } +} diff --git a/components/flow/FlowSpSuspect.vue b/components/flow/FlowSpSuspect.vue index 26f02f05..86e2540b 100644 --- a/components/flow/FlowSpSuspect.vue +++ b/components/flow/FlowSpSuspect.vue @@ -119,7 +119,8 @@ export default { margin-left: px2vw(-11); margin-right: px2vw(-11); > .symptom { - margin: 0 px2vw(11); + margin-left: px2vw(11); + margin-right: px2vw(11); flex-grow: 10; } } @@ -132,4 +133,25 @@ export default { margin-top: px2vw(10); } } + +@include largerThan($small) { + $vw: 960; + .rectContainer { + &.triple { + margin-left: px2vw(-11, $vw); + margin-right: px2vw(-11, $vw); + > .symptom { + margin-left: px2vw(11, $vw); + margin-right: px2vw(11, $vw); + } + } + } + // suspect + .callcenter { + margin-top: px2vw(25, $vw); + .open { + margin-top: px2vw(10, $vw); + } + } +} diff --git a/components/flow/flow_sp.scss b/components/flow/flow_sp.scss index 017c68e8..de220929 100644 --- a/components/flow/flow_sp.scss +++ b/components/flow/flow_sp.scss @@ -28,8 +28,7 @@ } // past, general, older ,suspect .rectContainer { - margin-top: px2vw(10); - padding-top: px2vw(30); + margin-top: px2vw(20); align-items: stretch; display: flex; justify-content: space-between; @@ -40,6 +39,7 @@ justify-content: center; align-items: center; min-height: px2vw(92); + margin-top: px2vw(30); padding: px2vw(15) px2vw(15) px2vw(10); border: px2vw(4) solid $green-1; border-radius: px2vw(5); @@ -164,50 +164,26 @@ // 601-768 (769以上はPC版) @include largerThan($small) { + // サイドバーが固定幅でコンテンツエリアが狭いため基準を大きくして調整する $vw: 960; + // common .container { font-size: px2vw(22, $vw); } + // common .heading { .icon { margin: 0 auto px2vw(20, $vw); width: px2vw(72, $vw); height: px2vw(72, $vw); } - &.multi { - margin-top: px2vw(-20, $vw); - margin-left: px2vw(-10, $vw); - margin-right: px2vw(-10, $vw); - .icon { - width: px2vw(50, $vw); - height: px2vw(50, $vw); - } - > .item { - margin: px2vw(20, $vw) px2vw(10, $vw) 0; - svg { - margin-right: px2vw(5, $vw); - } - } - } } - .type { + // past, general, older ,suspect + .rectContainer { margin-top: px2vw(20, $vw); - .source { - &:last-child { - margin-top: px2vw(10, $vw); - } - } - .behavior { - &:last-child { - margin-top: px2vw(10, $vw); - } - } - } - .symptomContainer { - margin-top: px2vw(15, $vw); - padding-top: px2vw(30, $vw); .symptom { min-height: px2vw(92, $vw); + margin-top: px2vw(30, $vw); padding: px2vw(15, $vw) px2vw(15, $vw) px2vw(10, $vw); border: px2vw(4, $vw) solid $green-1; border-radius: px2vw(5, $vw); @@ -218,9 +194,7 @@ top: px2vw(-8, $vw); } } - &.req { - margin-top: px2vw(20, $vw); - } + // general, elder &.double { > .symptom { &:nth-child(n + 3) { @@ -228,23 +202,12 @@ } } } - &.triple { - margin-left: px2vw(-11, $vw); - margin-right: px2vw(-11, $vw); - > .symptom { - margin: 0 px2vw(11, $vw); - } - } } + // general, elder .duration { margin-top: px2vw(30, $vw); } - .callcenter { - margin-top: px2vw(25, $vw); - .open { - margin-top: px2vw(10, $vw); - } - } + // suspect, advisory .phone { &:not(:first-child) { margin-top: px2vw(30, $vw); @@ -255,9 +218,7 @@ margin-right: px2vw(10, $vw); } } - .hr { - margin-top: px2vw(30, $vw); - } + // past, general, elder ,suspect .button { margin-top: px2vw(30, $vw); padding: 0 px2vw(30, $vw) 0 px2vw(36, $vw); @@ -270,7 +231,7 @@ height: px2vw(45, $vw); } } - // 装飾 + // common .fzSmall { font-size: px2vw(18, $vw); } From 97da86e636dbec2ec1b60fb300799ef6f5b66ed4 Mon Sep 17 00:00:00 2001 From: macropygia <3162324+macropygia@users.noreply.github.com> Date: Fri, 13 Mar 2020 17:53:20 +0900 Subject: [PATCH 133/686] empty commit From f98dd2fbf7c8c1b9d1aaa61f19b600e3fc48a1bb Mon Sep 17 00:00:00 2001 From: kebhr <42484226+kebhr@users.noreply.github.com> Date: Fri, 13 Mar 2020 17:59:19 +0900 Subject: [PATCH 134/686] update translation of pages/about.i18n.json related to #1312 --- pages/about.i18n.json | 114 +++++++++++++++++++++--------------------- 1 file changed, 57 insertions(+), 57 deletions(-) diff --git a/pages/about.i18n.json b/pages/about.i18n.json index 7d2f30c1..fca81b13 100644 --- a/pages/about.i18n.json +++ b/pages/about.i18n.json @@ -70,7 +70,7 @@ "ただし、クッキーを受け入れない設定をされている場合は、当サイトの機能が正常に動作しない場合がございます。": "However, if you disable cookies, this site may not work as expected.", "Google Analyticsの利用について": "Regarding the use of Google Analytics", "当サイトでは、サービス向上やサイトの改善のためにGoogle LLCの提供するアクセス分析のツールであるGoogle Analyticsを利用した計測を行っております。": "This site uses Google Analytics, an access analysis tool provided by Google LLC, to provide better services.", - "Google Analyticsは、当サイトが発行するクッキー (Cookie) を利用して、個人を特定する情報を含まずにWebサイトの利用データ(アクセス状況、トラフィック、閲覧環境など)を収集しております。クッキー (Cookie) の利用に関してはGoogleのプライバシーポリシーと規約に基づいております。": "Google Analytics uses Cookies to collect anonymous usage data(page views, traffic, used OS/browser information and so on). We use Cookies based on Google's privacy policy and terms.", + "Google Analyticsは、当サイトが発行するクッキー (Cookie) を利用して、個人を特定する情報を含まずにWebサイトの利用データ(アクセス状況、トラフィック、閲覧環境など)を収集しております。クッキー (Cookie) の利用に関してはGoogleのプライバシーポリシーと規約に基づいております。": "Google Analytics uses Cookies to collect anonymous usage data (page views, traffic, used OS/browser information and so on). We use Cookies based on Google's privacy policy and terms.", "取得したデータは Webサイト利用状況の分析、サイト運営者へのレポートの作成、その他のサービスの提供に関わる目的に限り、これを使用します。": "The acquired data will only be used for purposes related to analyzing website use, creating reports to publishers and providing other services.", "Google Analyticsの利用規約及びプライバシーポリシーに関する説明については、Google Analyticsのサイトをご覧ください。": "About Google Analytics Terms of Service and Privacy Policy, please visit the Google Analytics site.", "Google Analytics利用規約": "Google Analytics Terms of Service", @@ -95,19 +95,19 @@ "当サイトについて": "关于本站", "当サイトは新型コロナウイルス感染症 (COVID-19) に関する最新情報を提供するために、東京都が開設したものです。": "本网站是由东京都政府开设,用于提供关于新型冠状病毒肺炎(COVID-19)的最新资讯。", "東京都による公式情報と客観的な数値をわかりやすく伝えることで、東京都にお住まいの方や、東京都内に拠点を持つ企業の方、東京都を訪れる方が、現状を把握して適切な対策を取れるようにすることを目的としています。": "本网站的目的是透过东京都的官方情报与客观数字,希望可以让住在东京的人、在东京有办公室的企业、以及来访东京的人,可以正确把握现状并采取适当的对策。", - "ブラウザ環境について": "关于网页浏览器", + "ブラウザ環境について": "浏览器兼容性", "当サイトは以下の環境でご覧いただくことを推奨いたします。": "本网站建议使用以下浏览器", "Microsoft Edge 最新版": "Microsoft Edge 最新版", "Mozilla Firefox 最新版": "Mozilla Firefox 最新版", "Google Chrome 最新版(Windows 10以上)": "Google Chrome 最新版(Windows 10以上)", "Apple Safari (macOS) 最新版": "Apple Safari (macOS) 最新版", "Opera Software ASA Opera 最新版": "Opera Software ASA Opera 最新版", - "※ 推奨環境以外で利用された場合や、推奨環境下でもご利用のブラウザの設定等によっては、正しく表示されない場合がありますのでご了承ください。": "※ 请注意,如果您使用的是上述以外的浏览器,由于设定的关系,可能会造成部分网页无法正常显示。", + "※ 推奨環境以外で利用された場合や、推奨環境下でもご利用のブラウザの設定等によっては、正しく表示されない場合がありますのでご了承ください。": "※ 无法保证上述未列出之浏览器的显示效果。此外,即使您使用上述浏览器,由于浏览器设置不同,也可能会有部分网页无法正常显示,敬请谅解。", "当サイトへのリンクについて": "关于本网站的分享", - "当サイトへのリンクは自由です。": "可以自由转发本网站的连结。", + "当サイトへのリンクは自由です。": "可以自由转发本网站的链接。", "JavaScriptについて": "关于 JavaScript", "当サイトではJavaScriptを使用しております。": "本网站使用了 JavaScript。", - "JavaScriptを無効にして使用された場合、各ページが正常に動作しない、または、表示されない場合がございます。": "如果您将 JavaScript 设为无效化,会造成网页无法正常操作,或者造成网页无法正常显示。", + "JavaScriptを無効にして使用された場合、各ページが正常に動作しない、または、表示されない場合がございます。": "如果您禁用了 JavaScript ,将会导致网页无法正常运作,或者无法显示。", "当サイトをご利用の際には、JavaScriptを有効にして頂きますようお願いいたします。": "当您使用本网站时,请务必将 JavaScript 设为有效。", "クッキー (Cookie) について": "关于 Cookie 的使用", "当サイトの一部ではクッキーを使用しています。": "本网站有部分使用 Cookie。", @@ -118,7 +118,7 @@ "当サイトでは、サービス向上やサイトの改善のためにGoogle LLCの提供するアクセス分析のツールであるGoogle Analyticsを利用した計測を行っております。": "本网站为了改善使用性,导入了 Google 的流量分析工具 Google Analytics,以便计算分析。", "Google Analyticsは、当サイトが発行するクッキー (Cookie) を利用して、個人を特定する情報を含まずにWebサイトの利用データ(アクセス状況、トラフィック、閲覧環境など)を収集しております。クッキー (Cookie) の利用に関してはGoogleのプライバシーポリシーと規約に基づいております。": "Google Analytics 会使用本网站发行的 Cookie 收集不包含个人信息在内的网站使用状况(如浏览次数,流量及浏览器运行环境等)。Cookie 的使用基于 Google 的隐私权政策与条款。", "取得したデータは Webサイト利用状況の分析、サイト運営者へのレポートの作成、その他のサービスの提供に関わる目的に限り、これを使用します。": "收集的信息仅用于网站使用状况分析、向网站运营方的报告及提供相关服务时的参考。", - "Google Analyticsの利用規約及びプライバシーポリシーに関する説明については、Google Analyticsのサイトをご覧ください。": "关于 Google Analytice 的使用条款与隐私政策的说明,请参考 Google Analytics 的网站。", + "Google Analyticsの利用規約及びプライバシーポリシーに関する説明については、Google Analyticsのサイトをご覧ください。": "关于 Google Analytics 的使用条款与隐私政策的说明,请参考 Google Analytics 的网站。", "Google Analytics利用規約": "Google Analytics 服务条款", "Googleのプライバシーポリシー": "Google 隐私权政策", "Google Analyticsに関する詳細情報": "关于 Google Analytics 的详情", @@ -126,16 +126,16 @@ "当サイトに掲載されている情報の正確性については万全を期していますが、東京都は利用者が当サイトの情報を用いて行う一切の行為について責任を負うものではありません。": "本网站会尽可能保证资讯的准确性。东京都政府不承担使用本网站资讯时的责任。", "また、利用者が当サイトを利用したことにより発生した利用者の損害及び利用者が第三者に与えた損害に対して、責任を負うものではありません。": "如使用者因使用本网站而产生损害或造成他人损害,本网站概不负责。", "当サイトに掲載されている情報は、予告なしに変更又は削除することがあります。": "本网站的资讯内容可能会随时进行变更或消除,恕不另行通知。", - "データについて": "本站数据", + "データについて": "关于数据", "本サイトで公表しているデータは、{catalogWebsite}より誰でも自由にダウンロードが可能です。(データは順次追加予定です)": "本网站内所公布的数据,可于{catalogWebsite}自行下载。(数据会随时添加)", "東京都オープンデータカタログサイト": "东京都数据开放平台", "ソースコードについて": "关于代码开源", - "当サイトのソースコードはMITライセンスで公開されており、誰でも自由に利用することができます。": "本网站采用 MIT 许可证,任何人都可以自由的使用", + "当サイトのソースコードはMITライセンスで公開されており、誰でも自由に利用することができます。": "本网站的源代码采用 MIT 许可证公开,任何人都可以自由地使用。", "詳しくは、{githubRepo}をご確認ください。": "详情请参考 {githubRepo}。", "GitHub リポジトリ": "GitHub 仓库", "お問い合わせ先": "联系方式", "東京都生活文化局広報広聴部広報課": "东京都生活文化局宣传部宣传科", - "電話": "TEL" + "電話": "电话" }, "zh-tw": { "当サイトについて": "關於本網站", @@ -150,7 +150,7 @@ "Opera Software ASA Opera 最新版": "Opera Software ASA Opera 最新版", "※ 推奨環境以外で利用された場合や、推奨環境下でもご利用のブラウザの設定等によっては、正しく表示されない場合がありますのでご了承ください。": "※ 請注意,若您使用的是建議以外的瀏覽器,由於設定的關係,可能會造成部分網頁無法正常顯示。", "当サイトへのリンクについて": "關於本網站的分享", - "当サイトへのリンクは自由です。": "可以自由轉發本網站的連結。", + "当サイトへのリンクは自由です。": "可以自由轉貼本網站的連結。", "JavaScriptについて": "關於 JavaScript", "当サイトではJavaScriptを使用しております。": "本網站使用了 JavaScript。", "JavaScriptを無効にして使用された場合、各ページが正常に動作しない、または、表示されない場合がございます。": "如果您停用了 JavaScript,會造成網頁無法正常操作,或者造成網頁無法正常顯示。", @@ -161,10 +161,10 @@ "ブラウザに関する情報の収集を希望しない場合は、インターネット閲覧ソフト(ブラウザ)をご自身で設定することにより、クッキーの機能が働かないようにすることも可能です。": "如果您不希望被收集瀏覽時的訊息,您可以將瀏覽器的 Cookie 功能關閉。", "ただし、クッキーを受け入れない設定をされている場合は、当サイトの機能が正常に動作しない場合がございます。": "不過如果當您關閉了 Cookie 功能,可能會造成部分網頁無法正常操作。", "Google Analyticsの利用について": "關於 Google Analytics 的使用", - "当サイトでは、サービス向上やサイトの改善のためにGoogle LLCの提供するアクセス分析のツールであるGoogle Analyticsを利用した計測を行っております。": "本網站為了改善服務,導入了 Google 的流量分析工具 Google Analytics。", - "Google Analyticsは、当サイトが発行するクッキー (Cookie) を利用して、個人を特定する情報を含まずにWebサイトの利用データ(アクセス状況、トラフィック、閲覧環境など)を収集しております。クッキー (Cookie) の利用に関してはGoogleのプライバシーポリシーと規約に基づいております。": "Google Analytics 也會利用本網站發行的 Cookie ,來收集不包含特定個人情報的網站利用情報(瀏覽次數、流量、瀏覽方式等)。Cookie 的利用,是基於 Google 的隱私權政策與條款來運作。", + "当サイトでは、サービス向上やサイトの改善のためにGoogle LLCの提供するアクセス分析のツールであるGoogle Analyticsを利用した計測を行っております。": "本網站為了改善服務,採用了 Google 的流量分析工具 Google Analytics。", + "Google Analyticsは、当サイトが発行するクッキー (Cookie) を利用して、個人を特定する情報を含まずにWebサイトの利用データ(アクセス状況、トラフィック、閲覧環境など)を収集しております。クッキー (Cookie) の利用に関してはGoogleのプライバシーポリシーと規約に基づいております。": "Google Analytics 也會利用本網站發行的 Cookie ,來收集不包含特定個人資訊的網站使用方式(瀏覽次數、流量、瀏覽方式等)。Cookie 的利用,是基於 Google 的隱私權政策與條款來運作。", "取得したデータは Webサイト利用状況の分析、サイト運営者へのレポートの作成、その他のサービスの提供に関わる目的に限り、これを使用します。": "蒐集資料的用途,僅限定於本網站的利用狀況分析,以及網站營運報告的作成,還有同相關服務提供時的參考。", - "Google Analyticsの利用規約及びプライバシーポリシーに関する説明については、Google Analyticsのサイトをご覧ください。": "關於 Google Analytice 的使用條款與隱私政策的說明,請參考 Google Analytics 的網站。", + "Google Analyticsの利用規約及びプライバシーポリシーに関する説明については、Google Analyticsのサイトをご覧ください。": "關於 Google Analytics 的使用條款與隱私政策的說明,請參考 Google Analytics 的網站。", "Google Analytics利用規約": "Google Analytics 服務條款", "Googleのプライバシーポリシー": "Google 隱私權政策", "Google Analyticsに関する詳細情報": "關於 Google Analytics 的詳情", @@ -173,10 +173,10 @@ "また、利用者が当サイトを利用したことにより発生した利用者の損害及び利用者が第三者に与えた損害に対して、責任を負うものではありません。": "若使用者因使用本網站而發生損害,或造成及於第三人之損害,本網站概不負責。", "当サイトに掲載されている情報は、予告なしに変更又は削除することがあります。": "本網站所登載的資訊,我們有權隨時變更或刪除,且毋須事先通知。", "データについて": "資料說明", - "本サイトで公表しているデータは、{catalogWebsite}より誰でも自由にダウンロードが可能です。(データは順次追加予定です)": "本網站內公佈之資料,可至{catalogWebsite}自由下載。(資料將會隨時增加)", + "本サイトで公表しているデータは、{catalogWebsite}より誰でも自由にダウンロードが可能です。(データは順次追加予定です)": "本網站內公佈之資料,可至{catalogWebsite}自由下載(資料將會隨時增加)。", "東京都オープンデータカタログサイト": "東京都資料開放平臺", - "ソースコードについて": "源碼說明", - "当サイトのソースコードはMITライセンスで公開されており、誰でも自由に利用することができます。": "本站源碼採用 MIT 授權釋出,任何人都可以自由運用。", + "ソースコードについて": "關於原始碼", + "当サイトのソースコードはMITライセンスで公開されており、誰でも自由に利用することができます。": "本站原始碼採用 MIT 授權釋出,任何人都可以自由運用。", "詳しくは、{githubRepo}をご確認ください。": "詳情請參閱 {githubRepo}。", "GitHub リポジトリ": "GitHub 版本庫", "お問い合わせ先": "聯絡方式與部門", @@ -230,49 +230,49 @@ "電話": "전화" }, "ja-basic": { - "当サイトについて": "このインターネットページのこと", - "当サイトは新型コロナウイルス感染症 (COVID-19) に関する最新情報を提供するために、東京都が開設したものです。": "このページは とうきょうとが つくりました。あたらしい じょうほうが みられます", - "東京都による公式情報と客観的な数値をわかりやすく伝えることで、東京都にお住まいの方や、東京都内に拠点を持つ企業の方、東京都を訪れる方が、現状を把握して適切な対策を取れるようにすることを目的としています。": "このページをつくったのは、とうきょうと が いろいろなデータ、すうじ を わかりやすく つたえるため です。すんでいる ひと、はたらいている ひと、とうきょう に きた ひと が、いま を ただしくわかり、かんがえられる よう にする ため です", - "ブラウザ環境について": "ページ を みる ための インターネット に つなぐ かんきょう について", - "当サイトは以下の環境でご覧いただくことを推奨いたします。": "この インターネット ページ は、つぎ の かんきょう で みて もらうことを おすすめ します", - "Microsoft Edge 最新版": "Microsoft Edge いちばんあたらしいもの", - "Mozilla Firefox 最新版": "Mozilla Firefox いちばんあたらしいもの", - "Google Chrome 最新版(Windows 10以上)": "Google Chrome いちばんあたらしいもの(Windows 10よりあたらしいもの)", - "Apple Safari (macOS) 最新版": "Apple Safari (macOS) いちばんあたらしいもの", - "Opera Software ASA Opera 最新版": "Opera Software ASA Opera いちばんあたらしいもの", - "※ 推奨環境以外で利用された場合や、推奨環境下でもご利用のブラウザの設定等によっては、正しく表示されない場合がありますのでご了承ください。": "※ ちゅうい: おすすめ の インターネット に つなぐ かんきょう で みないと、ただしく みる ことができない かもしれません。", - "当サイトへのリンクについて": "この ページ に つなげる ための インターネットリンク に ついて", - "当サイトへのリンクは自由です。": "この ページへ の リンク は じゆう です", + "当サイトについて": "この ウェブサイトページ について", + "当サイトは新型コロナウイルス感染症 (COVID-19) に関する最新情報を提供するために、東京都が開設したものです。": "この ウェブサイト は、 新(あたら)しい コロナウイルスの 病気(びょうき)(COVID-19) について 一番(いちばん) 新(あたら)しい 情報(じょうほう) を 伝(つた)えるために 東京都(とうきょうと)が 作(つく)った ものです。", + "東京都による公式情報と客観的な数値をわかりやすく伝えることで、東京都にお住まいの方や、東京都内に拠点を持つ企業の方、東京都を訪れる方が、現状を把握して適切な対策を取れるようにすることを目的としています。": "東京都(とうきょうと)が 出(だ)す 情報(じょうほう)と データ の 数字(すうじ)を わかりやすく 伝(つた)える こと で、東京都(とうきょうと)に 住(す)む 人(ひと)や、東京都(とうきょうと)で 働(はたら)く人(ひと)、東京都(とうきょうと)に 来(き)た 人(ひと)が、今(いま)を正(ただ)しく 知(し)って、考(かんが)えられる よう に する ため です。", + "ブラウザ環境について": "この ウェブサイト を 見(み)る ため に インターネット に つなぐ 環境(かんきょう)に ついて", + "当サイトは以下の環境でご覧いただくことを推奨いたします。": "この ウェブサイト は、次(つぎ)の 環境(かんきょう)で 見(み)てもらうことを おすすめ します", + "Microsoft Edge 最新版": "Microsoft Edge 一番(いちばん)新(あたら)しいもの", + "Mozilla Firefox 最新版": "Mozilla Firefox 一番(いちばん)新(あたら)しいもの", + "Google Chrome 最新版(Windows 10以上)": "Google Chrome 一番(いちばん)新(あたら)しいもの(Windows 10 より 新(あたら)しいもの)", + "Apple Safari (macOS) 最新版": "Apple Safari (macOS) 一番(いちばん)新(あたら)しいもの", + "Opera Software ASA Opera 最新版": "Opera Software ASA Opera 一番(いちばん)新(あたら)しいもの", + "※ 推奨環境以外で利用された場合や、推奨環境下でもご利用のブラウザの設定等によっては、正しく表示されない場合がありますのでご了承ください。": "※ インターネット に つなぐ 環境(かんきょう)が おすすめ した もの では ないとき、正(ただ)しく 見(み)る こと が できない かも しれません。", + "当サイトへのリンクについて": "この ウェブサイト への リンク について", + "当サイトへのリンクは自由です。": "この ウェブサイト への リンクは 自由(じゆう)です。", "JavaScriptについて": "JavaScript(ジャバスクリプト)について", - "当サイトではJavaScriptを使用しております。": "このページでは、JavaScript という ぎじゅつ をつかっています。", - "JavaScriptを無効にして使用された場合、各ページが正常に動作しない、または、表示されない場合がございます。": "これを OFF にしていると、ページが うまく みられない とき が あります。", - "当サイトをご利用の際には、JavaScriptを有効にして頂きますようお願いいたします。": "ON に して ください。", + "当サイトではJavaScriptを使用しております。": "この ウェブサイトでは、JavaScript(ジャバスクリプト) という 技術(ぎじゅつ)を 使(つか)っています。", + "JavaScriptを無効にして使用された場合、各ページが正常に動作しない、または、表示されない場合がございます。": "これ を オフ(OFF)に すると、ページ が うまく 見(み)られない とき が あります。", + "当サイトをご利用の際には、JavaScriptを有効にして頂きますようお願いいたします。": "オン(ON)に してください。", "クッキー (Cookie) について": "Cookie(クッキー)について", - "当サイトの一部ではクッキーを使用しています。": "このページでは、Cookieというぎじゅつをつかっています。", - "クッキーとは、Webコンテンツからの要求で利用者の手元の端末に一時的に保存されるデータのことで、当サイトでは利用状況の把握のためにクッキーを使用する場合があります。": "この ページ では、Cookieという ぎじゅつ を つかっています。クッキーとは、インターネットページ から、あなた の けいたいでんわ やパソコン など みているきかいに ほぞんされる データ のことです。このページでは みんな のために なっているか つかわれかた をしる ために、クッキー をつかう とき が あります。", - "ブラウザに関する情報の収集を希望しない場合は、インターネット閲覧ソフト(ブラウザ)をご自身で設定することにより、クッキーの機能が働かないようにすることも可能です。": "クッキー を つかわれたくない とき、インターネット に つなぐ ソフト の せってい を じぶん で かえることで、OFFに する ことも できます", - "ただし、クッキーを受け入れない設定をされている場合は、当サイトの機能が正常に動作しない場合がございます。": "ただし、クッキー を OFF に した ばあい、この ページ が うまく みることが できない とき が あります", - "Google Analyticsの利用について": "Google Analytics を つかう こと に ついて", - "当サイトでは、サービス向上やサイトの改善のためにGoogle LLCの提供するアクセス分析のツールであるGoogle Analyticsを利用した計測を行っております。": "この ページ では、サービス を よくしたり、ページ を もっと よく する ために、Googleが くばっている どうぐ「Google Analytics」を つかって、どのように みなさん が つかって くれているか を みています", - "Google Analyticsは、当サイトが発行するクッキー (Cookie) を利用して、個人を特定する情報を含まずにWebサイトの利用データ(アクセス状況、トラフィック、閲覧環境など)を収集しております。クッキー (Cookie) の利用に関してはGoogleのプライバシーポリシーと規約に基づいております。": "Google Analytics は、この ページ が だしている クッキーを つかって、あなた が だれか わからない ように した うえで、どのように この ページ が みられているかを、Google の プライバシーポリシー という かんがえかた にそって、データ を あつめています。", - "取得したデータは Webサイト利用状況の分析、サイト運営者へのレポートの作成、その他のサービスの提供に関わる目的に限り、これを使用します。": "あつめた データ は、この ページ が どのように みられているか、とうきょう と によるレポート を つくること、ほか の サービス を だすか かんがえる ため に だけ、つかいます。", - "Google Analyticsの利用規約及びプライバシーポリシーに関する説明については、Google Analyticsのサイトをご覧ください。": "Google Analytics の つかいかた、プライバシーポリシー に ついては、Google Analytics の ページ をみて ください", - "Google Analytics利用規約": "Google Analytics を つかう とき の やくそく", - "Googleのプライバシーポリシー": "Googleのプライバシーポリシー(あなた の じょうほう を とりあつかう とき の Google の かんがえ、きめていること)", - "Google Analyticsに関する詳細情報": "Google Analytics に ついて の くわしい はなし", - "免責事項": "せきにん を もてない こと", - "当サイトに掲載されている情報の正確性については万全を期していますが、東京都は利用者が当サイトの情報を用いて行う一切の行為について責任を負うものではありません。": "この ページ は、ただしい こと を つたえられるよう、みんな で よく しらべて いますが、この ページ に かいてある こと を もとに あなた が おこなった こうどう に ついて とうきょうとが なにか の せきにん を もつこと が できないこと は わかっていて ください。", - "また、利用者が当サイトを利用したことにより発生した利用者の損害及び利用者が第三者に与えた損害に対して、責任を負うものではありません。": "この ページ に かいてあること が きっかけで なにか もんだい が おきたり、あなたがだれか に もんだい や トラブル を おこした ばあい、とうきょうとが なにか の せきにん を もつこと が できない ことは わかって いて ください。", - "当サイトに掲載されている情報は、予告なしに変更又は削除することがあります。": "このページに かいてある ことは、おしらせ なしで、かえたり、けすことが あります", + "当サイトの一部ではクッキーを使用しています。": "この ウェブサイト の 一部(いちぶ)では、Cookie(クッキー)という 技術(ぎじゅつ)を 使(つか)って います。", + "クッキーとは、Webコンテンツからの要求で利用者の手元の端末に一時的に保存されるデータのことで、当サイトでは利用状況の把握のためにクッキーを使用する場合があります。": "クッキーとは、ウェブサイト の ページ から、あなた の 携帯電話(けいたいでんわ)や パソコン など、見(み)ている 機械(きかい)に 保存(ほぞん)される データ の こと です。この ウェブサイト では みなさん の ため に なって いる か、使(つか)われかた を 知(し)るために、クッキー を 使(つか)う とき が あります。", + "ブラウザに関する情報の収集を希望しない場合は、インターネット閲覧ソフト(ブラウザ)をご自身で設定することにより、クッキーの機能が働かないようにすることも可能です。": "インターネット に つなぐ ソフト(ブラウザ)に ついて の 情報(じょうほう)を 集(あつ)める こと を 希望(きぼう)しない とき は、ブラウザ を 自分(じぶん)で 設定(せってい)する こと で、クッキー の 機能(きのう)が はたらかない よう に する こと も できます。", + "ただし、クッキーを受け入れない設定をされている場合は、当サイトの機能が正常に動作しない場合がございます。": "ただし、クッキー を 受(う)け入(い)れない 設定(せってい)を している とき は、この ウェブサイト が 正(ただ)しく 動(うご)かない ときが あります。", + "Google Analyticsの利用について": "Google Analytics を 使(つか)う こと について", + "当サイトでは、サービス向上やサイトの改善のためにGoogle LLCの提供するアクセス分析のツールであるGoogle Analyticsを利用した計測を行っております。": "この ウェブサイト では、サービス を 良(よ)く したり、ページ の 中身(なかみ)を 良(よ)く する ため に、Google LLC が 配(くば)っている Google Analytics を使(つか)って、どのように みなさん が 使(つか)って いるか を 見(み)ています。", + "Google Analyticsは、当サイトが発行するクッキー (Cookie) を利用して、個人を特定する情報を含まずにWebサイトの利用データ(アクセス状況、トラフィック、閲覧環境など)を収集しております。クッキー (Cookie) の利用に関してはGoogleのプライバシーポリシーと規約に基づいております。": "Google Analytics は、この ウェブサイト が 出(だ)す クッキー を 使(つか)って、個人(こじん)が 誰(だれ)かは わからない よう に した うえで、どのように この ウェブサイト が 見(み)られて いる か、Google の プライバシーポリシー の考(かんが)えかた を もと に、データを 集(あつ)めています。", + "取得したデータは Webサイト利用状況の分析、サイト運営者へのレポートの作成、その他のサービスの提供に関わる目的に限り、これを使用します。": "集(あつ)めた データ は、この ウェブサイト が どのように 見(み)られて いる か、ウェブサイト を 動(うご)かしている ところ への レポート を つくる こと、その 他(ほか)の サービス を 届(とど)ける こと に ついて だけ 使(つか)います。", + "Google Analyticsの利用規約及びプライバシーポリシーに関する説明については、Google Analyticsのサイトをご覧ください。": "Google Analytics の 使(つか)い方、プライバシーポリシー に ついて は、Google Analytics の ウェブサイト を 見(み)てください", + "Google Analytics利用規約": "Google Analytics を 使(つか)うときの 決(き)まりごと", + "Googleのプライバシーポリシー": "Googleの プライバシーポリシー", + "Google Analyticsに関する詳細情報": "Google Analyticsについての 詳(くわ)しい 情報(じょうほう)", + "免責事項": "責任(せきにん)を もてない こと", + "当サイトに掲載されている情報の正確性については万全を期していますが、東京都は利用者が当サイトの情報を用いて行う一切の行為について責任を負うものではありません。": "この ウェブサイトは、正(ただ)しい ことを 伝(つた)えられるよう、よく 調(しら)べて いますが、東京都(とうきょうと)は、見(み)る人(ひと)が この ウェブサイトの 情報(じょうほう)を使(つか)って、行(おこな)う すべて の 行為(こうい)について、責任(せきにん)を もつ もの では ありません。", + "また、利用者が当サイトを利用したことにより発生した利用者の損害及び利用者が第三者に与えた損害に対して、責任を負うものではありません。": "また、使(つか)う 人(ひと)が、この ウェブサイト を 使(つか)った こと に よって 使(つか)う人(ひと)の 損害(そんがい)、また 使(つか)った 人(ひと)が 他(ほか)の 人(ひと)に 与(あた)えた 損害(そんがい)に ついて 東京都(とうきょうと)が 責任(せきにん) を もつ もの では ありません。", + "当サイトに掲載されている情報は、予告なしに変更又は削除することがあります。": "この ウェブサイトに のっている 情報(じょうほう)は、お知(し)らせ なし で、変(か)えたり、消(け)すことが あります。", "データについて": "データ について", - "本サイトで公表しているデータは、{catalogWebsite}より誰でも自由にダウンロードが可能です。(データは順次追加予定です)": "ここ に かいてある データ は {catalogWebsite} という ページ から みることができます。(データ は あたらしく ふえていきます)", - "東京都オープンデータカタログサイト": "とうきょうとオープンデータカタログサイト", - "ソースコードについて": "この ページ を うごかしている プログラム(コンピュータ が わかる ことば で かかれた もの)", - "当サイトのソースコードはMITライセンスで公開されており、誰でも自由に利用することができます。": "ここで つかわれている プログラム は だれでも つかってよい ルールで かかれています", - "詳しくは、{githubRepo}をご確認ください。": "この ページ の プログラミング について くわしく しりたい とき は {githubRepo} を みてください", - "GitHub リポジトリ": "GitHub の リポジトリ というところ", - "お問い合わせ先": "といあわせさき(こまったときに きくところ)", - "東京都生活文化局広報広聴部広報課": "とうきょうと せいかつぶ ぶんかきょく こうほう こうちょうぶ こうほうか", - "電話": "でんわ" + "本サイトで公表しているデータは、{catalogWebsite}より誰でも自由にダウンロードが可能です。(データは順次追加予定です)": "この ウェブサイト で 出(だ)している データ は、{catalogWebsite} から 誰(だれ)でも 自由(じゆう)に 見(み)る こと が できます(データ は 順番(じゅんばん)に 新(あたら)しく 増(ふ)えて いきます)。", + "東京都オープンデータカタログサイト": "東京都(とうきょうと)オープンデータカタログサイト", + "ソースコードについて": "プログラム の ソースコード に ついて", + "当サイトのソースコードはMITライセンスで公開されており、誰でも自由に利用することができます。": "ここで 使(つか)われている プログラム は、MITライセンス で 公開(こうかい)されて いる ので、 誰(だれ)でも 自由(じゆう)に 使(つか)う こと が できます。", + "詳しくは、{githubRepo}をご確認ください。": "詳(くわ)しくは、{githubRepo} を 見(み)て ください。", + "GitHub リポジトリ": "GitHubリポジトリ", + "お問い合わせ先": "お問(と)い合(あ)わせ先(さき)(困(こま)ったとき に 聞(き)くところ)", + "東京都生活文化局広報広聴部広報課": "東京都生活文化局広報広聴部広報課(とうきょうと せいかつぶんかきょく こうほうこうちょうぶ こうほうか)", + "電話": "電話(でんわ)" } } From 2392f29d8ecd6eedbbf22f67d9cf8388e180e0e2 Mon Sep 17 00:00:00 2001 From: kebhr <42484226+kebhr@users.noreply.github.com> Date: Fri, 13 Mar 2020 18:27:38 +0900 Subject: [PATCH 135/686] update translation of pages/flow.i18n.json --- pages/flow.i18n.json | 14 +++++++------- pages/flow.vue | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pages/flow.i18n.json b/pages/flow.i18n.json index d77112cc..d1e97a90 100644 --- a/pages/flow.i18n.json +++ b/pages/flow.i18n.json @@ -1,26 +1,26 @@ { "ja": { "新型コロナウイルス感染症が心配なときに": "新型コロナウイルス感染症が心配なときに", - "詳細を見る(東京都福祉保健局)": "詳細を見る(東京都福祉保健局)" + "詳細を見る(東京都福祉保健局)": "詳細を見る(東京都福祉保健局)" }, "en": { "新型コロナウイルス感染症が心配なときに": "If you suspect having COVID-19", - "詳細を見る(東京都福祉保健局)": "More information at Bureau of Social Welfare and Public Health website" + "詳細を見る(東京都福祉保健局)": "More information at Bureau of Social Welfare and Public Health website" }, "zh-cn": { "新型コロナウイルス感染症が心配なときに": "如果您担心感染了新冠肺炎", - "詳細を見る(東京都福祉保健局)": "了解更多(东京都福祉保健局)" + "詳細を見る(東京都福祉保健局)": "了解更多(东京都福祉保健局)" }, "zh-tw": { "新型コロナウイルス感染症が心配なときに": "若您擔心遭受感染", - "詳細を見る(東京都福祉保健局)": "更多資訊(東京都福祉保健局)" + "詳細を見る(東京都福祉保健局)": "更多資訊(東京都福祉保健局)" }, "ko": { "新型コロナウイルス感染症が心配なときに": "감염이 의심될 때", - "詳細を見る(東京都福祉保健局)": "자세히 보기 (도쿄도청 복지 보건국)" + "詳細を見る(東京都福祉保健局)": "자세히 보기 (도쿄도청 복지 보건국)" }, "ja-basic": { - "新型コロナウイルス感染症が心配なときに": "コロナウイルス が こわいときに", - "詳細を見る(東京都福祉保健局)": "くわしく しらべる(とうきょうとふくしほけんきょく)" + "新型コロナウイルス感染症が心配なときに": "新(あたら)しい コロナウイルス が 心配(しんぱい)な とき に", + "詳細を見る(東京都福祉保健局)": "詳(くわ)しく 調(しら)べる(東京都福祉保健局(とうきょうと ふくし ほけんきょく))" } } diff --git a/pages/flow.vue b/pages/flow.vue index a5330ca3..474a237c 100644 --- a/pages/flow.vue +++ b/pages/flow.vue @@ -21,7 +21,7 @@ rel="noopener" class="Flow-Card-Button" > - {{ $t('詳細を見る(東京都福祉保健局)') }} + {{ $t('詳細を見る(東京都福祉保健局)') }} mdi-open-in-new From 1169fb390a93f3ea14e417558f08deab0074e0bb Mon Sep 17 00:00:00 2001 From: Goto Date: Fri, 13 Mar 2020 10:28:29 +0100 Subject: [PATCH 136/686] English wording update --- components/flow/FlowPc.i18n.json | 2 +- components/flow/FlowPcRequired.i18n.json | 2 +- components/flow/FlowSpAccording.i18n.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/flow/FlowPc.i18n.json b/components/flow/FlowPc.i18n.json index 40753956..5d5cd1d9 100644 --- a/components/flow/FlowPc.i18n.json +++ b/components/flow/FlowPc.i18n.json @@ -7,7 +7,7 @@ }, "en": { "新型コロナウイルス感染症にかかる相談窓口について": "Regarding the COVID-19 Infection Telephone Advisory Center", - "{advisory}による相談結果": "According to call {advisory}", + "{advisory}による相談結果": "After your inquiry with {advisory}", "新型コロナ受診相談窓口": "advisory", "※保険適用となる検査は、当面の間、院内感染防止等の観点から、「帰国者・接触者外来」等の医療機関で実施": "Until further notice, due to prevention of hospital infection, examinations covered by insurance is only avairable at medical institutions such as an outpatient for returnees and contactees." }, diff --git a/components/flow/FlowPcRequired.i18n.json b/components/flow/FlowPcRequired.i18n.json index 9893a29e..dff53839 100644 --- a/components/flow/FlowPcRequired.i18n.json +++ b/components/flow/FlowPcRequired.i18n.json @@ -13,7 +13,7 @@ "受診が必要": "advised to be examined", "新型コロナ外来(帰国者・接触者外来)": "COVID-19 consultation for returnees and contactees", "医師による判断": "Diagnosis by doctors", - "検査の必要{ifRequired}": "You are {ifRequired} to be tested", + "検査の必要{ifRequired}": "Test {ifRequired}", "あり": "required", "なし": "not required" }, diff --git a/components/flow/FlowSpAccording.i18n.json b/components/flow/FlowSpAccording.i18n.json index 31a1953b..0a34ec6f 100644 --- a/components/flow/FlowSpAccording.i18n.json +++ b/components/flow/FlowSpAccording.i18n.json @@ -23,13 +23,13 @@ "一般の医療機関を受診": "一般の医療機関を受診" }, "en": { - "{advisory}による相談結果": "According to call {advisory}", + "{advisory}による相談結果": "After your inquiry with {advisory}", "新型コロナ受診相談窓口": "Combined telephone advice center", "新型コロナ外来 {advice} と判断された場合": "If you are {advice} for COVID-19", "受診が必要": "advised to be examined", "新型コロナ外来(帰国者・接触者外来)": "COVID-19 consultation for returnees and contactees", "医師による判断": "Diagnosis by doctors", - "検査の必要{ifRequired}": "You are {ifRequired} to be tested", + "検査の必要{ifRequired}": "Test {ifRequired}", "あり": "required", "なし": "not required", "PCR検査": "PCR diagnostic test", From a4f48567cb5eacf1862e0162fc9a271f689ea683 Mon Sep 17 00:00:00 2001 From: Takahiro Miura Date: Fri, 13 Mar 2020 18:31:31 +0900 Subject: [PATCH 137/686] =?UTF-8?q?DataSelector=E3=81=A8ListItem=E3=81=ABf?= =?UTF-8?q?ocus=E6=99=82=E3=81=AEoutlin=E3=82=92=E8=BF=BD=E5=8A=A0,Languag?= =?UTF-8?q?eSelecter=E3=81=AEoutline=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/DataSelector.vue | 3 +++ components/LanguageSelector.vue | 3 --- components/ListItem.vue | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/components/DataSelector.vue b/components/DataSelector.vue index da5b6271..658e95a4 100644 --- a/components/DataSelector.vue +++ b/components/DataSelector.vue @@ -32,6 +32,9 @@ &::before { background-color: inherit; } + &:focus { + outline: solid $green-1 2px; + } } & .v-btn--active { diff --git a/components/LanguageSelector.vue b/components/LanguageSelector.vue index 3eec312d..ac243cc4 100644 --- a/components/LanguageSelector.vue +++ b/components/LanguageSelector.vue @@ -70,9 +70,6 @@ export default class LanguageSelector extends Vue { font-size: 12px; box-sizing: border-box; cursor: pointer; - &:focus { - outline: none; - } } } &-Background { diff --git a/components/ListItem.vue b/components/ListItem.vue index b974ada8..4f3eb612 100644 --- a/components/ListItem.vue +++ b/components/ListItem.vue @@ -138,6 +138,9 @@ export default class ListItem extends Vue { } } } + &:focus { + outline: solid $green-1 2px; + } } &-Text { color: $gray-1; From 35c5a2e17f7172856d400bb4dbd29aafc464f291 Mon Sep 17 00:00:00 2001 From: Goto Date: Fri, 13 Mar 2020 10:49:11 +0100 Subject: [PATCH 138/686] #1174 replacement --- components/TimeStackedBarChart.i18n.json | 1 + components/cards/MetroCard.vue | 2 +- pages/cards/_card.vue | 2 +- pages/index.i18n.json | 4 ++-- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/components/TimeStackedBarChart.i18n.json b/components/TimeStackedBarChart.i18n.json index e93f2677..759253e4 100644 --- a/components/TimeStackedBarChart.i18n.json +++ b/components/TimeStackedBarChart.i18n.json @@ -9,6 +9,7 @@ "en": { "(注)同一の対象者について複数の検体を調査する場合あり": "(Note) More than one sample from the same subject may be tested.", "{date}の全体累計": "Cumulative total as of %{date}", + "{date}の合計": "Total of %{date}", "都内": "Tokyo", "その他": "Others" }, diff --git a/components/cards/MetroCard.vue b/components/cards/MetroCard.vue index 44c3b329..c84999d6 100644 --- a/components/cards/MetroCard.vue +++ b/components/cards/MetroCard.vue @@ -23,7 +23,7 @@ "2月25日~28日": "2月25日~28日" }, "en": { - "都営地下鉄の利用者数の推移": "The predicted number of Toei subway passengers", + "都営地下鉄の利用者数の推移": "Trend of Toei subway passengers", "期間: {duration}": "Period: {duration}", "{duration}の利用者数との相対値: {percentage}": "Relative value based on the number of users {duration}: {percentage}", "1月20日~1月24日": "from January 20 to 24", diff --git a/pages/cards/_card.vue b/pages/cards/_card.vue index 8522f767..c0e9a880 100644 --- a/pages/cards/_card.vue +++ b/pages/cards/_card.vue @@ -52,7 +52,7 @@ "検査実施数": "Number of tests conducted", "新型コロナコールセンター相談件数": "Number of inquiries to COVID-19 telephone advisory center", "新型コロナ受診相談窓口相談件数": "Number of inquiries to combined telephone advisory center", - "都営地下鉄の利用者数の推移": "The predicted number of Toei subway passengers", + "都営地下鉄の利用者数の推移": "Trend of Toei subway passengers", "都庁来庁者数の推移": "Trend in the number of TMG visitors" }, "zh-cn": { diff --git a/pages/index.i18n.json b/pages/index.i18n.json index cf2ac999..a535e234 100644 --- a/pages/index.i18n.json +++ b/pages/index.i18n.json @@ -49,7 +49,7 @@ "検査実施数": "Number of tests conducted", "新型コロナコールセンター相談件数": "Number of inquiries to COVID-19 telephone advisory center", "新型コロナ受診相談窓口相談件数": "Number of inquiries to combined telephone advisory center", - "都営地下鉄の利用者数の推移": "The predicted number of Toei subway passengers", + "都営地下鉄の利用者数の推移": "Trend of Toei subway passengers", "都庁来庁者数の推移": "Trend in the number of TMG visitors", "都内発生(疑い例・接触者調査)": "Emerged in Tokyo (Suspected cases or contactees)", "その他(チャーター便・クルーズ船)": "Others (Returnees or Cruise ship passengers)", @@ -63,7 +63,7 @@ "人": "persons", "件": { "tested": "cases", - "reports": "reports" + "reports": "inquiries" }, "日付": "Date", "居住地": "Residence", From 9e1ebfd38baec51a4f7a13420bee2c157b67e95c Mon Sep 17 00:00:00 2001 From: macropygia <3162324+macropygia@users.noreply.github.com> Date: Fri, 13 Mar 2020 19:08:28 +0900 Subject: [PATCH 139/686] =?UTF-8?q?PCR=E6=A4=9C=E6=9F=BB=E3=81=AE=E6=B3=A8?= =?UTF-8?q?=E9=87=88=E3=82=92=E4=B8=AD=E5=A4=AE=E5=AF=84=E3=81=9B=E2=86=92?= =?UTF-8?q?=E5=B7=A6=E5=AF=84=E3=81=9B=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/flow/FlowSpAccording.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/flow/FlowSpAccording.vue b/components/flow/FlowSpAccording.vue index cea0da1f..32e53d89 100644 --- a/components/flow/FlowSpAccording.vue +++ b/components/flow/FlowSpAccording.vue @@ -412,6 +412,7 @@ export default { border-radius: px2vw(6, $vw); } .note { + text-align: left; margin-top: px2vw(10, $vw); } .fzXLLarge { From 15965955da6c795a0e06949e975059887fd45efe Mon Sep 17 00:00:00 2001 From: macropygia <3162324+macropygia@users.noreply.github.com> Date: Fri, 13 Mar 2020 19:11:11 +0900 Subject: [PATCH 140/686] =?UTF-8?q?=E3=80=8C=E3=81=BE=E3=81=9F=E3=81=AF?= =?UTF-8?q?=E3=80=8D=E3=80=8C=E3=81=8B=E3=81=A4=E3=80=8D=E3=81=AE=E4=B8=8A?= =?UTF-8?q?=E4=B8=8B=E4=B8=AD=E5=A4=AE=E6=8F=83=E3=81=88=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=E3=82=92=E5=B7=A6=E5=8F=B3=E3=81=AE=E3=83=9C=E3=83=83=E3=82=AF?= =?UTF-8?q?=E3=82=B9=E3=81=AB=E5=90=88=E3=82=8F=E3=81=9B=E3=81=A6=E3=82=AA?= =?UTF-8?q?=E3=83=95=E3=82=BB=E3=83=83=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/flow/FlowSpPast.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/components/flow/FlowSpPast.vue b/components/flow/FlowSpPast.vue index 47a5e312..63ae5076 100644 --- a/components/flow/FlowSpPast.vue +++ b/components/flow/FlowSpPast.vue @@ -300,6 +300,8 @@ export default { } > .op { flex-basis: 28%; + margin-top: px2vw(30); + padding: px2vw(15) px2vw(15) px2vw(10); } } } @@ -326,6 +328,11 @@ export default { .rectContainer { &.req { margin-top: px2vw(20, $vw); + > .op { + flex-basis: 28%; + margin-top: px2vw(30, $vw); + padding: px2vw(15, $vw) px2vw(15, $vw) px2vw(10, $vw); + } } } } From fbf237bcdb30ad2d4f87e75e30793ba326479948 Mon Sep 17 00:00:00 2001 From: macropygia <3162324+macropygia@users.noreply.github.com> Date: Fri, 13 Mar 2020 19:31:29 +0900 Subject: [PATCH 141/686] =?UTF-8?q?=E3=82=AF=E3=83=AA=E3=83=83=E3=82=AB?= =?UTF-8?q?=E3=83=96=E3=83=AB=E3=82=A8=E3=83=AA=E3=82=A2=E3=82=92=E7=A4=BA?= =?UTF-8?q?=E3=81=99=E3=82=B9=E3=82=BF=E3=82=A4=E3=83=AB=E3=82=92=E5=B0=82?= =?UTF-8?q?=E7=94=A8=E3=82=AF=E3=83=A9=E3=82=B9=E3=81=AB=E5=88=86=E9=9B=A2?= =?UTF-8?q?=E3=81=97=E5=A4=96=E8=A6=B3=E3=82=92=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/flow/FlowSpAccording.vue | 22 ++++++++++------------ components/flow/FlowSpElder.vue | 2 +- components/flow/FlowSpGeneral.vue | 2 +- components/flow/FlowSpPast.vue | 2 +- components/flow/FlowSpSuspect.vue | 2 +- components/flow/flow_sp.scss | 8 ++++++-- 6 files changed, 20 insertions(+), 18 deletions(-) diff --git a/components/flow/FlowSpAccording.vue b/components/flow/FlowSpAccording.vue index 32e53d89..585c2a32 100644 --- a/components/flow/FlowSpAccording.vue +++ b/components/flow/FlowSpAccording.vue @@ -23,7 +23,7 @@

    @@ -39,7 +39,7 @@

    @@ -75,7 +75,7 @@

    @@ -87,7 +87,7 @@

    @@ -109,13 +109,13 @@

    -
    +

    {{ $t('自宅で安静に過ごす') }}

    -
    +
    @@ -342,13 +342,12 @@ export default { color: inherit !important; text-align: center; font-weight: bold; - &.shadow { - box-shadow: px2vw(-1.5) px2vw(3) px2vw(7.5) $gray-3; + &.result { // icon padding-bottom: px2vw((56 + 20 * 2)); position: relative; } - &.border { + &.solution { border: px2vw(3) solid $gray-4; // icon padding-top: px2vw((46 + 20 * 2)); @@ -425,11 +424,10 @@ export default { padding: px2vw(20, $vw) px2vw(10, $vw); border-radius: px2vw(6, $vw); font-size: px2vw(24, $vw); - &.shadow { - box-shadow: px2vw(-1.5, $vw) px2vw(3, $vw) px2vw(7.5, $vw) $gray-3; + &.result { padding-bottom: px2vw((56 + 20 * 2), $vw); } - &.border { + &.solution { border: px2vw(3, $vw) solid $gray-4; padding-top: px2vw((46 + 20 * 2), $vw); } diff --git a/components/flow/FlowSpElder.vue b/components/flow/FlowSpElder.vue index c74348f6..ca03fb5d 100644 --- a/components/flow/FlowSpElder.vue +++ b/components/flow/FlowSpElder.vue @@ -63,7 +63,7 @@

    -
    + {{ $t('新型コロナ受診相談窓口へ') }} diff --git a/components/flow/FlowSpGeneral.vue b/components/flow/FlowSpGeneral.vue index 95e5e0cb..3825cae2 100644 --- a/components/flow/FlowSpGeneral.vue +++ b/components/flow/FlowSpGeneral.vue @@ -47,7 +47,7 @@

    - + {{ $t('新型コロナ受診相談窓口へ') }} diff --git a/components/flow/FlowSpPast.vue b/components/flow/FlowSpPast.vue index 63ae5076..3e016946 100644 --- a/components/flow/FlowSpPast.vue +++ b/components/flow/FlowSpPast.vue @@ -110,7 +110,7 @@

    - + {{ $t('新型コロナ受診相談窓口へ') }} diff --git a/components/flow/FlowSpSuspect.vue b/components/flow/FlowSpSuspect.vue index 86e2540b..a60ac111 100644 --- a/components/flow/FlowSpSuspect.vue +++ b/components/flow/FlowSpSuspect.vue @@ -34,7 +34,7 @@

    - + {{ $t('専門的な助言が必要な場合') }} diff --git a/components/flow/flow_sp.scss b/components/flow/flow_sp.scss index de220929..11d2117b 100644 --- a/components/flow/flow_sp.scss +++ b/components/flow/flow_sp.scss @@ -114,7 +114,6 @@ justify-content: space-between; background-color: #ffe200; border-radius: px2vw(6); - box-shadow: px2vw(-1.5) px2vw(3) px2vw(7.5) $gray-3; text-decoration: none; .text { color: $gray-2; @@ -161,6 +160,9 @@ .break { display: block; } +.clickable { + box-shadow: 0 px2vw(1.2) px2vw(6) $gray-3; +} // 601-768 (769以上はPC版) @include largerThan($small) { @@ -224,7 +226,6 @@ padding: 0 px2vw(30, $vw) 0 px2vw(36, $vw); height: px2vw(96, $vw); border-radius: px2vw(6, $vw); - box-shadow: px2vw(-1.5, $vw) px2vw(3, $vw) px2vw(7.5, $vw) $gray-3; .icon { margin-left: px2vw(10, $vw); width: px2vw(45, $vw); @@ -253,4 +254,7 @@ .underline { border-bottom: px2vw(4, $vw) solid $green-1; } + .clickable { + box-shadow: 0 px2vw(1.2, $vw) px2vw(6, $vw) $gray-3; + } } From fad791a95c8879cf7a688fe27d52b5a4f3fa52a3 Mon Sep 17 00:00:00 2001 From: nokazn Date: Fri, 13 Mar 2020 11:52:03 +0000 Subject: [PATCH 142/686] update js-basic --- pages/parent.i18n.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/pages/parent.i18n.json b/pages/parent.i18n.json index 25da1b7d..3c7907d8 100644 --- a/pages/parent.i18n.json +++ b/pages/parent.i18n.json @@ -78,16 +78,16 @@ "詳細は、各学校からのお知らせ等をご確認ください。": "" }, "ja-basic": { - "臨時休校中の新型コロナウイルス感染症対応についてのお願い": "いま がっこう が やすみ に なっている あいだの、コロナに かからないように するための おねがい", - "感染予防・健康管理": "コロナに なるべく かからないように・げんきでいるために", - "不特定多数の人の集まる場所等への外出を避け、基本的に自宅で過ごしてください。": "〇 ひとが たくさん あつまるところに いかないで ください。なるべくいえにいてください。", - "手洗い、咳エチケット等により、感染予防に努めてください。": "〇 てをよくあらい、せき が でている ひと は まわり の ひと に かけないようにして、おたがい で コロナ に かからないよう きをつけましょう", - "【参考】感染症予防のための正しい手洗い方法(動画)": "(さんこう)コロナにかかりづらくするための てのあらいかた(どうが・ムービー)", - "規則正しい生活を心がけ、日常の健康管理に十分気を付けてください。": "〇 まいにち はやくねて、からだがつかれないように きをつけてください。", - "感染症を疑う場合の対応": "コロナにかかったかもしれない とおもったら", - "各保健所にご相談ください": "〇 かぜ、37.5℃より あつい ねつ が 4にち より ながく つづいている、だるい(つらい・いつも より からだ が おもい など)、いきがくるしい などがあるときは、ちかくのほけんじょ に はなしてください", - "「新型コロナウイルス感染症にかかる相談窓口について」": "〇 コロナにかかったときに はなす ところ(とうきょうとふくしほけんきょく)", - "その他": "ほかのこと", - "詳細は、各学校からのお知らせ等をご確認ください。": "〇 くわしいことは、がっこう からの おしらせ を みてください" + "臨時休校中の新型コロナウイルス感染症対応についてのお願い": "いま 学校(がっこう)が 休(やす)み の とき、 新(あたら)しい コロナウイルスの 病気(びょうき)に かからない よう に する ための お願(ねが)い", + "感染予防・健康管理": "新(あたら)しい コロナウイルスの 病気(びょうき)に かからない よう に する ため に", + "不特定多数の人の集まる場所等への外出を避け、基本的に自宅で過ごしてください。": "〇 人(ひと)が 集(あつ)まる ところ に 行(い)かないで、なるべく 家(いえ)で すごしてください。", + "手洗い、咳エチケット等により、感染予防に努めてください。": "〇 手(て)を 洗(あら)い、咳(せき)が でる人(ひと)は、周(まわ)りの 人(ひと)に かけない よう に して ください。お互(たが)いに コロナウイルス に かからない よう に 気(き)を つけましょう。", + "【参考】感染症予防のための正しい手洗い方法(動画)": "【参考(さんこう)】新(あたら)しい コロナウイルスの 病気(びょうき)に かかりづらく する ため の 手(て)の 洗(あら)い方(かた)(動画(どうが))", + "規則正しい生活を心がけ、日常の健康管理に十分気を付けてください。": "〇 毎日(まいにち) 早(はや)く寝(ね)て、体(からだ)が 疲(つか)れない よう に 気(き)を つけて ください。", + "感染症を疑う場合の対応": "新(あたら)しい コロナウイルスの 病気(びょうき)に かかったかもしれない と 思(おも)ったら", + "各保健所にご相談ください": "〇 風邪(かぜ)、37.5度(ど)より 高(たか)い熱(ねつ) が 4日(にち) より 長(なが)く 続(つづ)いている、強(つよ)い だるさ(つらい・いつも より 体(からだ)が 重(おも)い) 、息(いき)や胸(むね)が つらい とき は、 保健所(ほけんじょ)に 相談(そうだん)して ください。(※保健所(ほけんじょ):みなさん が 元気(げんき)で いる こと を 助(たす)ける 役所(やくしょ) です)", + "「新型コロナウイルス感染症にかかる相談窓口について」": "〇 新(あたら)しい コロナウイルス の 病気(びょうき)に かかった とき に 相談(そうだん) する ところ に ついて (東京都福祉保健局(とうきょうと ふくしほけんきょく))", + "その他": "その他(ほか)", + "詳細は、各学校からのお知らせ等をご確認ください。": "〇 詳(くわ)しい こと は 学校(がっこう)から の お知(し)らせ を みてください。" } } From 3ffb7ae5f37929426033d0c7b19f17b36b645607 Mon Sep 17 00:00:00 2001 From: nokazn Date: Fri, 13 Mar 2020 12:25:15 +0000 Subject: [PATCH 143/686] update en, zh-cn, zh-tw, ko --- pages/parent.i18n.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pages/parent.i18n.json b/pages/parent.i18n.json index 3c7907d8..f4ae4456 100644 --- a/pages/parent.i18n.json +++ b/pages/parent.i18n.json @@ -18,22 +18,22 @@ "不特定多数の人の集まる場所等への外出を避け、基本的に自宅で過ごしてください。": "Avoid crowded areas and stay at home.", "手洗い、咳エチケット等により、感染予防に努めてください。": "To prevent the spread of infection, - Wash your hands regularly. - Cover your mouth when coughing or sneezing.", "【参考】感染症予防のための正しい手洗い方法(動画)": "[Video instruction] How to wash your hands properly", - "規則正しい生活を心がけ、日常の健康管理に十分気を付けてください。": "Keep an orderly lifestyle and monitor your health condition", + "規則正しい生活を心がけ、日常の健康管理に十分気を付けてください。": "Keep an orderly lifestyle and monitor your health condition.", "感染症を疑う場合の対応": "If you think you are infected", "各保健所にご相談ください": "If you have any symptoms listed below, please call the nearby public health center.
    • Having cold or flu-like symptoms.
    • Having a fever above 37.5 degree for four days or more.
    • Extreme fatigue.
    • Having difficulties when breathing.
    ", "「新型コロナウイルス感染症にかかる相談窓口について」": "See the website: about COVID-19 telephone advisory center (Bureau of Social Welfare and Public Health)", "その他": "Other information", - "詳細は、各学校からのお知らせ等をご確認ください。": "Make sure to check for any updates from the schools" + "詳細は、各学校からのお知らせ等をご確認ください。": "Make sure to check for any updates from the schools." }, "zh-cn": { "臨時休校中の新型コロナウイルス感染症対応についてのお願い": "关于临时停课期间的新冠肺炎防治对应", "感染予防・健康管理": "预防感染与健康管理指南", - "不特定多数の人の集まる場所等への外出を避け、基本的に自宅で過ごしてください。": "〇 尽量不要出没于人多的场所,尽可能待在家中。", + "不特定多数の人の集まる場所等への外出を避け、基本的に自宅で過ごしてください。": "〇 避免前往人群聚集场所,尽可能待在家中。", "手洗い、咳エチケット等により、感染予防に努めてください。": "〇 勤洗手,咳嗽时注意卫生,以控制与预防感染。", "【参考】感染症予防のための正しい手洗い方法(動画)": "【参考】预防感染的正确洗手方法(视频)", "規則正しい生活を心がけ、日常の健康管理に十分気を付けてください。": "〇 尽可能保证规律作息,并请注意日常的健康管理。", - "感染症を疑う場合の対応": "当怀疑孩子感染新冠肺炎时", - "各保健所にご相談ください": "〇 如果有以下症状时,请联络就近的保健所:\n出现感冒的症状;\n持续 4 天发烧37.5℃以上;\n强烈的倦怠感;\n呼吸困难。", + "感染症を疑う場合の対応": "怀疑已经感染新冠肺炎时", + "各保健所にご相談ください": "〇 如果感冒或发烧37.5℃的症状持续4天或更长,或感觉到有强烈的倦怠感以及呼吸困难等症状,请与就近的保健所联系。", "「新型コロナウイルス感染症にかかる相談窓口について」": "〇 「关于新型冠状病毒感染咨询窗口」(东京都福祉保健局)", "その他": "其它", "詳細は、各学校からのお知らせ等をご確認ください。": "〇 详情请参见各个学校的通知。" @@ -41,12 +41,12 @@ "zh-tw": { "臨時休校中の新型コロナウイルス感染症対応についてのお願い": "關於臨時停課期間的新型冠狀病毒肺炎防治對應", "感染予防・健康管理": "預防感染與健康管理指南", - "不特定多数の人の集まる場所等への外出を避け、基本的に自宅で過ごしてください。": "〇 盡量不要出沒於人多的場所,盡可能的待在家裡。", + "不特定多数の人の集まる場所等への外出を避け、基本的に自宅で過ごしてください。": "〇 盡量不要出入人多的場所,盡可能的待在家裡。", "手洗い、咳エチケット等により、感染予防に努めてください。": "〇 勤洗手,咳嗽時注意衛生,以控制與預防感染。", "【参考】感染症予防のための正しい手洗い方法(動画)": "【參考】預防感染的正確洗手方法(影片)", "規則正しい生活を心がけ、日常の健康管理に十分気を付けてください。": "〇 盡可能維持規律作息,並請注意日常的健康管理。", "感染症を疑う場合の対応": "當懷疑罹患新型冠狀病毒肺炎時", - "各保健所にご相談ください": "〇 有感冒的症狀,或者是攝氏 37.5度以上的發燒持續4天以上,有強烈倦怠感,呼吸困難時,請和各地保健所連絡。", + "各保健所にご相談ください": "〇 有感冒的症狀,或者是攝氏 37.5度以上的發燒持續4天以上,有強烈倦怠感,呼吸困難時,請和各地保健所聯絡。", "「新型コロナウイルス感染症にかかる相談窓口について」": "〇 「關於新型冠狀病毒感染諮詢窗口」(東京都福祉保建局)", "その他": "其它", "詳細は、各学校からのお知らせ等をご確認ください。": "〇 詳情請參閱各個學校的通知。" @@ -62,7 +62,7 @@ "各保健所にご相談ください": "〇 감기 증상, 4일 이상 지속되는 37.5도 이상의 발열, 강한 피로감(권태감), 호흡 곤란이 있을 경우, 각 보건소에 문의하십시오.", "「新型コロナウイルス感染症にかかる相談窓口について」": "〇 \"신종 코로나 바이러스 감염 관련 전화 상담에 대해\"(도쿄도 복지 보건국)", "その他": "기타", - "詳細は、各学校からのお知らせ等をご確認ください。": "〇 자세한 내용은 각 학교의 통지를 확인하시기 바랍니다." + "詳細は、各学校からのお知らせ等をご確認ください。": "〇 자세한 내용은 각 학교의 공지 등을 확인하시기 바랍니다." }, "pt-BR": { "臨時休校中の新型コロナウイルス感染症対応についてのお願い": "", From bce309daa3320e90f819e1555c2995deb5fcfad8 Mon Sep 17 00:00:00 2001 From: rikupin1105 <41769991+rikupin1105@users.noreply.github.com> Date: Fri, 13 Mar 2020 21:30:04 +0900 Subject: [PATCH 144/686] =?UTF-8?q?=E5=B2=90=E9=98=9C=E7=9C=8C=E3=82=92?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- forkedSites.md | 1 + 1 file changed, 1 insertion(+) diff --git a/forkedSites.md b/forkedSites.md index adb9f909..859e06f7 100644 --- a/forkedSites.md +++ b/forkedSites.md @@ -7,6 +7,7 @@ 東京都(このサイト)|https://stopcovid19.metro.tokyo.lg.jp|[tokyo-metropolitan-gov/covid19](/tokyo-metropolitan-gov/covid19)| 北海道|https://stopcovid19.hokkaido.dev/|[codeforsapporo/covid19](/codeforsapporo/covid19)| 神奈川県|https://www.pref.kanagawa.jp/osirase/1369/| | +岐阜県|https://covid19-gifu.netlify.com/|[CODE-for-GIFU/covid19](/CODE-for-GIFU/covid19)| 愛知県|https://stopcovid19.code4.nagoya/|[code4nagoya/covid19](/code4nagoya/covid19)| ## 都道府県追加時のルール From b7295b39341850e20640e94d27600f16fde1e6ed Mon Sep 17 00:00:00 2001 From: nokazn Date: Fri, 13 Mar 2020 12:38:29 +0000 Subject: [PATCH 145/686] update js-basic --- pages/worker.i18n.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/pages/worker.i18n.json b/pages/worker.i18n.json index 3f3e1c25..5fa3c8d1 100644 --- a/pages/worker.i18n.json +++ b/pages/worker.i18n.json @@ -76,18 +76,18 @@ "テレワーク・時差出勤などスムーズビズの取組は、新型コロナウイルス感染症の対策としても効果的です。感染症対策として、東京2020大会時の交通混雑緩和に向けた取組の前倒しをお願いします。": "텔레워크·시차 출퇴근 등의 스무스 비즈 (Smooth Biz.) 의 노력은 신종 코로나 바이러스 감염 방지에도 효과적입니다. 감염 대책을 위해, 도쿄 2020 올림픽 때의 교통 혼잡 완화를 위한 조치를 앞당겨 시행하도록 부탁 드립니다." }, "ja-basic": { - "企業の皆様・はたらく皆様へ": "はたらいている ひと へ", - "新型コロナウイルス感染症対応緊急融資": "コロナで つらい かいしゃや はたるくひと のために おかね を かします", - "新型コロナウイルスによる経営課題に関する専門家派遣": "コロナで かいしゃが つづけられるか こまっている ときに、かいしゃ の おかね や かいしゃで はたらく ひと の ことを いっしょに かんがえてくれる くわしい ひと が あなたの かいしゃに はなしを ききに いきます", - "事業継続緊急対策(テレワーク)助成金": "はたらく ひとが かいしゃではなく いえで はたらく ことに おかね を すこし だします", - "中小企業者等特別相談窓口": "とくに ちいさな かいしゃ の ひとが はなしたいとき の まどぐち", - "緊急労働相談ダイヤル": "かいしゃ や はたらく ひとが こまっているときの でんわ", - "新しいワークスタイルや企業活動の東京モデル「スムーズビズ」": "とうきょうと が おうえんしている あたらしい はたらきかた 「スムーズビズ」", - "新型コロナウイルス感染症により事業活動に影響を受けている中小企業等を対象とした緊急融資制度です。融資限度額は2億8千万円で、信用保証料を都が全額補助します。": "コロナ で かいしゃを つづけられるか こまっている とくに ちいさなかいしゃ のために おかねを かす しくみ です。2おく 8せんまんえん が おかね を かす いちばん おおきな きんがく です。しんようほしょう りょう という おかね は、すべて とうきょうと が ほしょう します。", - "新型コロナウイルス感染症により経営面の影響を受けている中小企業を対象に、中小企業診断士等の専門家を無料で派遣し、経営改善等に向けたアドバイスを実施します(1社あたり4回まで・無料)。": "コロナで かいしゃを つづけられるか こまっている とくに ちいさな かいしゃ のために、 かいしゃのおかねや かいしゃで はたるくひとの ことを いっしょに かんがえてくれる くわしい ひと が あなたの かいしゃに むかいます。(ひとつの かいしゃ に 4かい まで きてもらえます。おかねは かかりません。)", - "都内中堅・中小企業に対し、テレワークの導入に必要な機器やソフトウェア等の経費を助成します(限度額250万円、助成率10/10)。ぜひご活用ください。": "かいしゃに いかない で いえ で しごとを するために ひつような パソコン や パソコン ソフト を いれるのに かかる おかねを とうきょうと が すこし だします(250まん えん まで なら ぜんぶ の おかね をだします)", - "資金繰りに関する相談、経営に関する相談(東京都産業労働局 報道発表)": "かいしゃ を つづける ために ひつよう な まいにち の おかね で とても こまったときに はなすところ(とうきょうと さんぎょう ろうどうきょく が つたえて います)", - "新型コロナウイルスに関する休暇や休業の取り扱い、職場のハラスメントなどについての相談(東京都産業労働局 報道発表)": "コロナ の せいで(コロナ に かかっていなくても)すこし やすむ とき、しばらく やすむ とき、はたらいている ところで いやな こと を された と かんじた とき に はなす ところ(とうきょうと さんぎょう ろうどうきょく が つたえて います)", - "テレワーク・時差出勤などスムーズビズの取組は、新型コロナウイルス感染症の対策としても効果的です。感染症対策として、東京2020大会時の交通混雑緩和に向けた取組の前倒しをお願いします。": "いえではたらくこと じかんを ずらして かいしゃ に いくことは コロナに かかりづらく するために とても よいことです。2020とうきょう オリンピック パラリンピック のときに でんしゃや ばバス が こむ ように しない ためにも、 このような はたらきかた 「スムーズビズ」を はやめに やってみて ください" + "企業の皆様・はたらく皆様へ": "働(はたら)いている みなさん へ", + "新型コロナウイルス感染症対応緊急融資": "新(あたら)しい コロナウイルス感染症対応緊急融資(コロナウイルスかんせんしょうたいおう きんきゅうゆうし):急(いそ)ぎ で お金(かね)を 貸(か)します", + "新型コロナウイルスによる経営課題に関する専門家派遣": "新(あたら)しい コロナウイルスによる 経営課題(けいえいかだい)に 関(かん)する 専門家(せんもんか)派遣(はけん):会社(かいしゃ)を続けるのが 難しくなってきた ときに、会社(かいしゃ)の ことに 詳(くわ)しい 人(ひと) が 向(む)かいます", + "事業継続緊急対策(テレワーク)助成金": "事業継続緊急対策(じぎょうけいぞく きんきゅうたいさく)(テレワーク)助成金(じょせいきん):会社(かいしゃ)を 続(つづ)けるために 家(いえ)で 働(はたら)く こと を 東京都(とうきょうと)が お金(かね)を 出(だ)して 応援(おうえん)します", + "中小企業者等特別相談窓口": "中小企業者等特別相談窓口(ちゅうしょうきぎょうしゃ とう とくべつそうだんまどぐち):小(ちい)さな 会社(かいしゃ)の 相談(そうだん)に 特別(とくべつ)に 対応(たいおう)する ところ", + "緊急労働相談ダイヤル": "緊急労働相談ダイヤル(きんきゅう ろうどう そうだんダイヤル):働く(ひと)の ための 相談(そうだん)電話(でんわ)", + "新しいワークスタイルや企業活動の東京モデル「スムーズビズ」": "新(あたら)しい 働(はたら)き方(かた)の 東京(とうきょう)モデル「スムーズビズ」", + "新型コロナウイルス感染症により事業活動に影響を受けている中小企業等を対象とした緊急融資制度です。融資限度額は2億8千万円で、信用保証料を都が全額補助します。": "コロナウイルスで 会社(かいしゃ)が 影響(えいきょう)を 受(う)けている 小(ちい)さな 会社等(かいしゃなど)へ お金(かね)を 貸(か)す 仕組(しく)み です。貸(か)せる お金(かね)は、2億(おく)8千万(せんまん)円(えん)までで、信用保証料(しんよう ほしょうりょう)のお金(かね)を 東京都(とうきょうと)が 全部(ぜんぶ)出(だ)します。", + "新型コロナウイルス感染症により経営面の影響を受けている中小企業を対象に、中小企業診断士等の専門家を無料で派遣し、経営改善等に向けたアドバイスを実施します(1社あたり4回まで・無料)。": "コロナウイルスで 会社(かいしゃ)が 影響(えいきょう)を 受(う)けている 小(ちい)さな 会社等(かいしゃなど)へ 中小企業診断士(ちゅうしょうきぎょうしんだんし)等(など)の 詳(くわ)しい 人(ひと)が 無料(むりょう)で 向(む)かいます。 経営改善(けいえいかいぜん)等(など) 会社(かいしゃ)を 良(よ)くするための 相談(そうだん)に のります(1つの会社(かいしゃ)は、4回(かい)まで できます。お金(かね)は かかりません)。", + "都内中堅・中小企業に対し、テレワークの導入に必要な機器やソフトウェア等の経費を助成します(限度額250万円、助成率10/10)。ぜひご活用ください。": "東京都(とうきょうと)の中堅(ちゅうけん)・中小企業(ちゅうしょうきぎょう)の小(さな)会社に、家(いえ)で 働(はたら)くための テレワークを するために 必要(ひつよう)な 機器(きき)や ソフトウェア等(など)の お金(かね)を 出(だ)します(250万円(まんえん)までなら、全部(ぜんぶ)の お金(かね))。ぜひ 使(つか)って ください。", + "資金繰りに関する相談、経営に関する相談(東京都産業労働局 報道発表)": "会社(かいしゃ)を 続(つづ)けるための 問題(もんだい)、会社(かいしゃ)の お金(かね)の 問題(もんだい)等(など)の相談(そうだん)(東京都産業労働局(とうきょうと さんぎょうろうどうきょく)からの お知(し)らせ)", + "新型コロナウイルスに関する休暇や休業の取り扱い、職場のハラスメントなどについての相談(東京都産業労働局 報道発表)": "新(あたら)しい コロナウイルスのために 仕事(しごと)を 休(やす)む、働(はたら)くところでの 嫌(いや)がらせ についての相談(そうだん) (東京都産業論豪局発表((とうきょうと さんぎょうろうどうきょく)からの お知(し)らせ)", + "テレワーク・時差出勤などスムーズビズの取組は、新型コロナウイルス感染症の対策としても効果的です。感染症対策として、東京2020大会時の交通混雑緩和に向けた取組の前倒しをお願いします。": "テレワーク(家(いえ)で 働(はたら)くこと)、時間(じかん)を ずらして 会社(かいしゃ)に 行(い)くこと などの スムーズビズの 取組(とりくみ)は、新(あたら)しい コロナウイルスの 病気(びょうき)に かからないように するためにも とても 良(よ)い ことです。東京(とうきょう)2020 オリンピック・パラリンピック大会(たいかい)のときに 車(クルマ)や 電車(でんしゃ)が 混(こ)まないよう するためにも、このような 取組(とりくみ)を 早(はや)め に お願(ねが)い します。" } } From 36aef8f06c785079d7fb015895c69808d2834309 Mon Sep 17 00:00:00 2001 From: Kazuki Imamura Date: Fri, 13 Mar 2020 21:53:18 +0900 Subject: [PATCH 146/686] lint --- components/flow/FlowSpAccording.vue | 4 +++- components/flow/FlowSpElder.vue | 6 +++++- components/flow/FlowSpGeneral.vue | 6 +++++- components/flow/FlowSpPast.vue | 6 +++++- components/flow/FlowSpSuspect.vue | 6 +++++- 5 files changed, 23 insertions(+), 5 deletions(-) diff --git a/components/flow/FlowSpAccording.vue b/components/flow/FlowSpAccording.vue index 616a2549..8adae8b7 100644 --- a/components/flow/FlowSpAccording.vue +++ b/components/flow/FlowSpAccording.vue @@ -18,7 +18,9 @@ {{ $t('新型コロナ外来(帰国者・接触者外来)') }} - {{ $t('医師による判断') }} + {{ + $t('医師による判断') + }}

    -
    + {{ $t('新型コロナ受診相談窓口へ') }} diff --git a/components/flow/FlowSpGeneral.vue b/components/flow/FlowSpGeneral.vue index 82cc058b..0dec6658 100644 --- a/components/flow/FlowSpGeneral.vue +++ b/components/flow/FlowSpGeneral.vue @@ -47,7 +47,11 @@

    - + {{ $t('新型コロナ受診相談窓口へ') }} diff --git a/components/flow/FlowSpPast.vue b/components/flow/FlowSpPast.vue index 0b8cf8c3..2a04c47b 100644 --- a/components/flow/FlowSpPast.vue +++ b/components/flow/FlowSpPast.vue @@ -110,7 +110,11 @@

    - + {{ $t('新型コロナ受診相談窓口へ') }} diff --git a/components/flow/FlowSpSuspect.vue b/components/flow/FlowSpSuspect.vue index 632be85b..9e916c20 100644 --- a/components/flow/FlowSpSuspect.vue +++ b/components/flow/FlowSpSuspect.vue @@ -34,7 +34,11 @@

    - + {{ $t('専門的な助言が必要な場合') }} From 7bf1b20abebebb189ff27b90f74b5e8df2c1a667 Mon Sep 17 00:00:00 2001 From: NumLocker Date: Fri, 13 Mar 2020 21:53:40 +0900 Subject: [PATCH 147/686] =?UTF-8?q?=E3=82=A2=E3=82=AF=E3=82=BB=E3=82=B7?= =?UTF-8?q?=E3=83=93=E3=83=AA=E3=83=86=E3=82=A3=E3=81=AE=E6=94=B9=E5=96=84?= =?UTF-8?q?=20select=E3=82=BF=E3=82=B0=E3=81=8A=E3=82=88=E3=81=B3option?= =?UTF-8?q?=E3=82=BF=E3=82=B0=20-=20=E5=A4=9A=E8=A8=80=E8=AA=9E=E9=81=B8?= =?UTF-8?q?=E6=8A=9E=E3=83=97=E3=83=AB=E3=83=80=E3=82=A6=E3=83=B3=E3=83=A1?= =?UTF-8?q?=E3=83=8B=E3=83=A5=E3=83=BC=E3=81=AE=E9=81=B8=E6=8A=9E=E3=82=92?= =?UTF-8?q?=E8=A3=9C=E5=8A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/LanguageSelector.vue | 3 ++- nuxt.config.ts | 22 +++++++++++++++------- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/components/LanguageSelector.vue b/components/LanguageSelector.vue index 3eec312d..e63f9a2f 100644 --- a/components/LanguageSelector.vue +++ b/components/LanguageSelector.vue @@ -1,11 +1,12 @@ @@ -107,60 +110,8 @@ export default { const data = { Data, metroGraph, - metroGraphOption: { - responsive: true, - legend: { - display: true, - onHover: e => { - e.currentTarget.style.cursor = 'pointer' - }, - onLeave: e => { - e.currentTarget.style.cursor = 'default' - }, - labels: { - boxWidth: 20 - } - }, - scales: { - xAxes: [ - { - position: 'bottom', - stacked: false, - gridLines: { - display: true - }, - ticks: { - fontSize: 10, - maxTicksLimit: 20, - fontColor: '#808080' - } - } - ], - yAxes: [ - { - stacked: false, - gridLines: { - display: true - }, - ticks: { - fontSize: 12, - maxTicksLimit: 10, - fontColor: '#808080', - callback(value) { - return value.toFixed(2) + '%' - } - } - } - ] - }, - tooltips: { - displayColors: false, - callbacks: { - title: metroGraphTooltipTitle, - label: metroGraphTooltipLabel - } - } - } + metroGraphTooltipTitle, + metroGraphTooltipLabel } return data } From cc1eca3e88e9a5acd2ae451c8afd2bf31452ede2 Mon Sep 17 00:00:00 2001 From: oti Date: Sun, 15 Mar 2020 16:23:22 +0900 Subject: [PATCH 333/686] =?UTF-8?q?v-list=20=E3=82=B3=E3=83=B3=E3=83=9D?= =?UTF-8?q?=E3=83=BC=E3=83=8D=E3=83=B3=E3=83=88=E3=82=92=E5=88=A9=E7=94=A8?= =?UTF-8?q?=E3=81=97=E3=81=AA=E3=81=84=E3=83=A1=E3=83=8B=E3=83=A5=E3=83=BC?= =?UTF-8?q?=E3=82=92=E5=AE=9F=E8=A3=85=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/MenuList.vue | 176 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 176 insertions(+) create mode 100644 components/MenuList.vue diff --git a/components/MenuList.vue b/components/MenuList.vue new file mode 100644 index 00000000..50978a8a --- /dev/null +++ b/components/MenuList.vue @@ -0,0 +1,176 @@ + + + + + From 8bc262b28e449de33bc4392502c53a09fbc6c57f Mon Sep 17 00:00:00 2001 From: oti Date: Sun, 15 Mar 2020 16:30:47 +0900 Subject: [PATCH 334/686] =?UTF-8?q?MenuList=20=E3=82=B3=E3=83=B3=E3=83=9D?= =?UTF-8?q?=E3=83=BC=E3=83=8D=E3=83=B3=E3=83=88=E3=82=92=20SideNavigation?= =?UTF-8?q?=20=E3=82=B3=E3=83=B3=E3=83=9D=E3=83=BC=E3=83=8D=E3=83=B3?= =?UTF-8?q?=E3=83=88=E3=81=A7=E5=BC=95=E3=81=8D=E5=BD=93=E3=81=A6=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/SideNavigation.vue | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/components/SideNavigation.vue b/components/SideNavigation.vue index 74d3a1ac..01993120 100644 --- a/components/SideNavigation.vue +++ b/components/SideNavigation.vue @@ -27,17 +27,9 @@ mdi-close