aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/locales/scheme.ts
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/ClientApp/src/app/locales/scheme.ts')
-rw-r--r--Timeline/ClientApp/src/app/locales/scheme.ts5
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;