diff options
author | crupest <crupest@outlook.com> | 2020-08-07 18:27:04 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-08-07 18:27:04 +0800 |
commit | 0d4e3079aa53f9553eb538951b6ebd6bf4a7a2ee (patch) | |
tree | cb3dcd5dfd2ea37592f51e22b76c64023ece8aeb /Timeline/ClientApp/src/app/locales/en | |
parent | 394ba7b875e93ec571f92e808ec0ec80298d8a23 (diff) | |
download | timeline-0d4e3079aa53f9553eb538951b6ebd6bf4a7a2ee.tar.gz timeline-0d4e3079aa53f9553eb538951b6ebd6bf4a7a2ee.tar.bz2 timeline-0d4e3079aa53f9553eb538951b6ebd6bf4a7a2ee.zip |
Create home page for offline.
Diffstat (limited to 'Timeline/ClientApp/src/app/locales/en')
-rw-r--r-- | Timeline/ClientApp/src/app/locales/en/translation.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Timeline/ClientApp/src/app/locales/en/translation.ts b/Timeline/ClientApp/src/app/locales/en/translation.ts index 2f8fb312..e7f395e1 100644 --- a/Timeline/ClientApp/src/app/locales/en/translation.ts +++ b/Timeline/ClientApp/src/app/locales/en/translation.ts @@ -3,6 +3,7 @@ import TranslationResource from '../scheme'; const translation: TranslationResource = {
welcome: 'Welcome!',
search: 'Search',
+ loadFailReload: 'Load failed, click <1>here</1> to reload.',
serviceWorker: {
availableOffline:
'Timeline is now cached in your computer and you can use it offline. 🎉🎉🎉',
@@ -26,6 +27,8 @@ const translation: TranslationResource = { allTimeline: 'All Timelines',
joinTimeline: 'Joined Timelines',
ownTimeline: 'Owned Timelines',
+ offlinePrompt:
+ 'Oh oh, it seems you are offline. Here list some timelines cached locally. You can view them or click <1>here</1> to refresh.',
createButton: 'Create Timeline',
createDialog: {
title: 'Create Timeline!',
|