aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/locales/en
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-07-31 00:57:22 +0800
committercrupest <crupest@outlook.com>2020-07-31 00:57:22 +0800
commit4d17746be0daff8f566ec102d4d119321cda8c53 (patch)
tree1aa2d67ae16cb2eb2b4524ab8c8d79d1ab09b5a0 /Timeline/ClientApp/src/app/locales/en
parent4e5a42bfb82aacfcc6d2d1be24aaceb73b4b154d (diff)
downloadtimeline-4d17746be0daff8f566ec102d4d119321cda8c53.tar.gz
timeline-4d17746be0daff8f566ec102d4d119321cda8c53.tar.bz2
timeline-4d17746be0daff8f566ec102d4d119321cda8c53.zip
Add sync state badge.
Diffstat (limited to 'Timeline/ClientApp/src/app/locales/en')
-rw-r--r--Timeline/ClientApp/src/app/locales/en/translation.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/Timeline/ClientApp/src/app/locales/en/translation.ts b/Timeline/ClientApp/src/app/locales/en/translation.ts
index 6abe910e..2f8fb312 100644
--- a/Timeline/ClientApp/src/app/locales/en/translation.ts
+++ b/Timeline/ClientApp/src/app/locales/en/translation.ts
@@ -92,6 +92,11 @@ const translation: TranslationResource = {
'This is a dangerous action. If you are sure to delete timeline<1>{{name}}</1>, please input its name below and click confirm button.',
notMatch: 'Name does not match.',
},
+ postSyncState: {
+ syncing: 'Syncing',
+ synced: 'Synced',
+ offline: 'Offline',
+ },
post: {
deleteDialog: {
title: 'Confirm Delete',