diff options
| author | crupest <crupest@outlook.com> | 2020-07-31 01:16:10 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-31 01:16:10 +0800 |
| commit | fe950cad28ec6ff7bf6f399ddd31448180bc7601 (patch) | |
| tree | d58a7c9a33a4cf16b128d71b94edf0110298bd13 /Timeline/ClientApp/src/app/locales/scheme.ts | |
| parent | d900c1b8c012970db491f421e1975f5de3b450f3 (diff) | |
| parent | b8cf8379358958c1155442d0526bbfc8c4d65ded (diff) | |
| download | timeline-fe950cad28ec6ff7bf6f399ddd31448180bc7601.tar.gz timeline-fe950cad28ec6ff7bf6f399ddd31448180bc7601.tar.bz2 timeline-fe950cad28ec6ff7bf6f399ddd31448180bc7601.zip | |
Merge pull request #127 from crupest/offline-post
Add feature of offline post cache.
Diffstat (limited to 'Timeline/ClientApp/src/app/locales/scheme.ts')
| -rw-r--r-- | Timeline/ClientApp/src/app/locales/scheme.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Timeline/ClientApp/src/app/locales/scheme.ts b/Timeline/ClientApp/src/app/locales/scheme.ts index 19ac6c31..7aa7e125 100644 --- a/Timeline/ClientApp/src/app/locales/scheme.ts +++ b/Timeline/ClientApp/src/app/locales/scheme.ts @@ -83,6 +83,11 @@ export default interface TranslationResource { inputPrompt: string;
notMatch: string;
};
+ postSyncState: {
+ syncing: string;
+ synced: string;
+ offline: string;
+ };
post: {
deleteDialog: {
title: string;
|
