Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #154 from covid19-oita/development
Browse files Browse the repository at this point in the history
Release v2.4.4
  • Loading branch information
nojiri1098 authored Apr 8, 2020
2 parents 5e6995e + a262c45 commit f64a37e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Pull submodule latest commit
run: |
git submodule update -i
cd data/ && git checkout development
cd data/ && git checkout master
- name: Setup Node
uses: actions/setup-node@v1
Expand Down
4 changes: 2 additions & 2 deletions assets/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,11 +189,11 @@
"合計": "Total",
"{date}の全体累計": "Cumulative total as of %{date}",
"{date}の合計": "Total of %{date}",
"入院患者数と残り病床数": "Number of Hospitalized Patients and Remaining Sickbeds",
"入院患者数と病床数": "Number of Hospitalized Patients and Sickbeds",
"床": "beds",
"総病床数": "Total Number of Sickbeds",
"入院患者数": "Hospitalized Patients",
"残り病床数": "Remaining Sickbeds",
"病床数": "Sickbeds",
"最新のお知らせ": "What's new",
"都の備蓄マスク20万枚を都内全区市町村へ提供": "Oita Prefecture Government provides the stockpile of masks for all the wards: and the municipalities in Oita (in Japanese)",
"都内医療機関及び保健所等へのマスクの配布について": "Regarding the distribution of masks to medical institutions: public health centers: etc.: in Oita",
Expand Down
4 changes: 2 additions & 2 deletions assets/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,11 @@
"合計": "合計",
"{date}の全体累計": "%{date}の全体累計",
"{date}の合計": "%{date}の合計",
"入院患者数と残り病床数": "入院患者数と残り病床数",
"入院患者数と病床数": "入院患者数と病床数",
"床": "",
"総病床数": "総病床数",
"入院患者数": "入院患者数",
"残り病床数": "残り病床数",
"病床数": "病床数",
"最新のお知らせ": "最新のお知らせ",
"都の備蓄マスク20万枚を都内全区市町村へ提供": "都の備蓄マスク20万枚を都内全区市町村へ提供",
"都内医療機関及び保健所等へのマスクの配布について": "都内医療機関及び保健所等へのマスクの配布について",
Expand Down
2 changes: 1 addition & 1 deletion components/cards/SickbedsSummaryCard.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<v-col cols="12" md="6" class="DataCard">
<circle-chart
:title="$t('入院患者数と残り病床数')"
:title="$t('入院患者数と病床数')"
:title-id="'patietns-and-sickedbeds'"
:chart-data="sickbedsGraph"
:date="date"
Expand Down

0 comments on commit f64a37e

Please sign in to comment.