Nareshkumar Rao
3 years ago
3 changed files with 62 additions and 52 deletions
@ -1,16 +1,19 @@ |
|||||
const strings_en = { |
const strings_en = { |
||||
telegram_inform_infect: "ATTENTION! Someone you have been \ |
|
||||
|
telegram_inform_infect: |
||||
|
"ATTENTION! Someone you have been \ |
||||
in contact with has reported being tested POSITIVE with \ |
in contact with has reported being tested POSITIVE with \ |
||||
COVID19. Please maintain a self-quarantine until getting \ |
COVID19. Please maintain a self-quarantine until getting \ |
||||
tested, and follow all local guidelines.", |
tested, and follow all local guidelines.", |
||||
|
|
||||
telegram_inform_positive: "Thanks for informing us. We will \ |
|
||||
|
telegram_inform_positive: |
||||
|
"Thanks for informing us. We will \ |
||||
notify the people you were in contact with! Please follow all \ |
notify the people you were in contact with! Please follow all \ |
||||
local COVID19 guidelines.", |
local COVID19 guidelines.", |
||||
|
|
||||
telegram_qr_scanned: "Someone scanned your QR code. You will \ |
|
||||
|
telegram_qr_scanned: |
||||
|
"Someone scanned your QR code. You will \ |
||||
be notified if they report being tested positive with COVID19. If \ |
be notified if they report being tested positive with COVID19. If \ |
||||
you are tested positive, please tell me /COVIDPOSITIVE", |
you are tested positive, please tell me /COVIDPOSITIVE", |
||||
}; |
}; |
||||
|
|
||||
exports.strings_en = strings_en; |
|
||||
|
exports.strings_en = strings_en; |
||||
|
Loading…
Reference in new issue