diff options
| author | crupest <crupest@outlook.com> | 2020-08-07 18:32:05 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-07 18:32:05 +0800 |
| commit | 87e87e6f93ed1dc3f4c1e0fd312a95e17d8162fc (patch) | |
| tree | cb3dcd5dfd2ea37592f51e22b76c64023ece8aeb /Timeline/ClientApp/src/app/locales/scheme.ts | |
| parent | 394ba7b875e93ec571f92e808ec0ec80298d8a23 (diff) | |
| parent | 0d4e3079aa53f9553eb538951b6ebd6bf4a7a2ee (diff) | |
| download | timeline-87e87e6f93ed1dc3f4c1e0fd312a95e17d8162fc.tar.gz timeline-87e87e6f93ed1dc3f4c1e0fd312a95e17d8162fc.tar.bz2 timeline-87e87e6f93ed1dc3f4c1e0fd312a95e17d8162fc.zip | |
Merge pull request #138 from crupest/home-offline
Create home page for offline.
Diffstat (limited to 'Timeline/ClientApp/src/app/locales/scheme.ts')
| -rw-r--r-- | Timeline/ClientApp/src/app/locales/scheme.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Timeline/ClientApp/src/app/locales/scheme.ts b/Timeline/ClientApp/src/app/locales/scheme.ts index 7aa7e125..bbbc2686 100644 --- a/Timeline/ClientApp/src/app/locales/scheme.ts +++ b/Timeline/ClientApp/src/app/locales/scheme.ts @@ -3,6 +3,7 @@ export default interface TranslationResource { search: string;
chooseImage: string;
loadImageError: string;
+ loadFailReload: string;
serviceWorker: {
availableOffline: string;
upgradePrompt: string;
@@ -21,6 +22,7 @@ export default interface TranslationResource { allTimeline: string;
joinTimeline: string;
ownTimeline: string;
+ offlinePrompt: string;
createButton: string;
createDialog: {
title: string;
|
