Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
We don't have pandemic.events domain name anymore, fallback to github.io
  • Loading branch information
Stimim committed May 14, 2021
1 parent cb9548f commit 068ab43
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,7 +1,7 @@
# 2019-nCov
Use Google Maps Timeline data to check whether you had contacted the patient or not.

Check it now! [https://pandemic.events](https://pandemic.events)
Check it now! [https://yjlou.github.io/2019-nCov/](https://yjlou.github.io/2019-nCov/)

# The Web Interface

Expand Down Expand Up @@ -57,7 +57,7 @@ See preview [here](http://raw.githack.com/yjlou/2019-nCov/master/index.html).
New change may take few minutes to be propagated on the server side.

Note that the preview is only for developer and could be broken anytime. If you are not developer,
please use the [production page](https://pandemic.events) instead.
please use the [production page](https://yjlou.github.io/2019-nCov/) instead.

## Push to production

Expand All @@ -73,7 +73,7 @@ Ensure your local repo is clean to create a branch.
$ git branch -D prod
```

See production [here](https://pandemic.events). New change may take few minutes to be
See production [here](https://yjlou.github.io/2019-nCov/). New change may take few minutes to be
propagated on the server side.

## Local test
Expand Down
2 changes: 1 addition & 1 deletion locales/en-US/text.json
@@ -1,7 +1,7 @@
{
"HTML_SELECT_LANGUAGE": "Select Language",
"HTML_ALERT_MOBILE": "To get the best user experience, we recommend laptop or notebook.",
"HTML_ALERT_STAGING": "This is the page for developer to test. If you are not developer, please use <a href='https://pandemic.events'>production page</a> instead.",
"HTML_ALERT_STAGING": "This is the page for developer to test. If you are not developer, please use <a href='https://yjlou.github.io/2019-nCov/'>production page</a> instead.",
"HTML_APP_NAME": "COVID-19 Location History Tool",
"HTML_APP_DESCRIPTION": "By comparing with your mobile phone historical location data, this program can tell you whether you have contacted the confirmed patient or not.",
"HTML_PROCESS_IN_LOCAL": "For your privacy, your data are ONLY processed in local and will NOT be uploaded to any server.",
Expand Down
2 changes: 1 addition & 1 deletion locales/he/text.json
@@ -1,7 +1,7 @@
{
"HTML_SELECT_LANGUAGE": "בחר שפה",
"HTML_ALERT_MOBILE": "לחווית משתמש אופטימלית, אנו ממליצים על מחשב נייח או נייד",
"HTML_ALERT_STAGING": "זהו דף לבדיקות פיתוח. אם אינך מפתח תוכנה, אנא השתמש ב <a href='https://pandemic.events'>אתר החיצוני </a> במקום.",
"HTML_ALERT_STAGING": "זהו דף לבדיקות פיתוח. אם אינך מפתח תוכנה, אנא השתמש ב <a href='https://yjlou.github.io/2019-nCov/'>אתר החיצוני </a> במקום.",
"HTML_APP_NAME": "כלי להשוואת היסטורית מיקומים עם חולי נגיף הקורונה",
"HTML_APP_DESCRIPTION": "על ידי השוואה עם הסטורית המיקומים של הטלפון הנייד שלך, תוכנה זו תאתר האם קיים חשד שנמצאת במגע עם חולה קורונה מאומת.",
"HTML_PROCESS_IN_LOCAL": "למען שמירה על פרטיותך, המידע שלך מעובד מקומית על המחשב שלך ולא מועלה לשום שרת.",
Expand Down
2 changes: 1 addition & 1 deletion locales/ko/text.json
@@ -1,7 +1,7 @@
{
"HTML_SELECT_LANGUAGE": "언어를 선택하십시오",
"HTML_ALERT_MOBILE": "최상의 사용자 경험을 얻으려면 랩톱 또는 노트북을 권장합니다.",
"HTML_ALERT_STAGING": "개발자가 테스트 할 페이지입니다. 개발자가 아닌 경우 <a href='https://pandemic.events'>공식 페이지</a>를 대신 사용하십시오.",
"HTML_ALERT_STAGING": "개발자가 테스트 할 페이지입니다. 개발자가 아닌 경우 <a href='https://yjlou.github.io/2019-nCov/'>공식 페이지</a>를 대신 사용하십시오.",
"HTML_APP_NAME": "코로나",
"HTML_APP_DESCRIPTION": "이 프로그램은 휴대폰 위치 기록 데이터와 비교하여 확진자와 접촉 여부를 알려 줍니다",
"HTML_PROCESS_IN_LOCAL": "개인 정보 보호를 위해 데이터는 로컬에서만 처리되며 서버에 업로드되지 않습니다.",
Expand Down
2 changes: 1 addition & 1 deletion locales/zh-TW/text.json
@@ -1,7 +1,7 @@
{
"HTML_SELECT_LANGUAGE": "選擇語言",
"HTML_ALERT_MOBILE": "為了達到最好的使用者體驗,建議使用桌上型或筆記型電腦操作。",
"HTML_ALERT_STAGING": "這是給開發人員測試的網頁。如果你不是開發人員,請前往<a href='https://pandemic.events'>正式網頁</a>。",
"HTML_ALERT_STAGING": "這是給開發人員測試的網頁。如果你不是開發人員,請前往<a href='https://yjlou.github.io/2019-nCov/'>正式網頁</a>。",
"HTML_APP_NAME": "武漢肺炎歷史軌跡比對",
"HTML_APP_DESCRIPTION": "這個程式藉由比對你的手機歷史位置記錄,來判斷是否曾與病患接觸。",
"HTML_PROCESS_IN_LOCAL": "基於隱私考量,你的資料只會在本地端處理,不會上傳到任何網路主機。",
Expand Down

0 comments on commit 068ab43

Please sign in to comment.