diff options
author | crupest <crupest@outlook.com> | 2020-06-11 23:15:10 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-11 23:15:10 +0800 |
commit | 64c4376ed388af106c1de5ec8bd1d1743950a27e (patch) | |
tree | c1b4d3f4b83f5114febecb6f2e2cc6e982ec97f2 /Timeline/ClientApp/src/app/locales/en | |
parent | 93ce8560fa19c3a91de99643fdbbe4f895a47b84 (diff) | |
download | timeline-64c4376ed388af106c1de5ec8bd1d1743950a27e.tar.gz timeline-64c4376ed388af106c1de5ec8bd1d1743950a27e.tar.bz2 timeline-64c4376ed388af106c1de5ec8bd1d1743950a27e.zip |
feat(front): Application upgrade ui.
Diffstat (limited to 'Timeline/ClientApp/src/app/locales/en')
-rw-r--r-- | Timeline/ClientApp/src/app/locales/en/translation.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Timeline/ClientApp/src/app/locales/en/translation.ts b/Timeline/ClientApp/src/app/locales/en/translation.ts index 00672f67..b9fa42c9 100644 --- a/Timeline/ClientApp/src/app/locales/en/translation.ts +++ b/Timeline/ClientApp/src/app/locales/en/translation.ts @@ -3,6 +3,12 @@ import TranslationResource from '../scheme'; const translation: TranslationResource = { welcome: 'Welcome!', search: 'Search', + serviceWorker: { + availableOffline: + 'This app will be cached in your computer and you can use it offline.', + upgradeTitle: 'App is getting a new version!', + upgradeNow: 'Upgrade Now', + }, nav: { settings: 'Settings', login: 'Login', |