diff options
author | crupest <crupest@outlook.com> | 2020-07-31 00:57:22 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-07-31 00:57:22 +0800 |
commit | 4d17746be0daff8f566ec102d4d119321cda8c53 (patch) | |
tree | 1aa2d67ae16cb2eb2b4524ab8c8d79d1ab09b5a0 /Timeline/ClientApp/src/app/locales/zh | |
parent | 4e5a42bfb82aacfcc6d2d1be24aaceb73b4b154d (diff) | |
download | timeline-4d17746be0daff8f566ec102d4d119321cda8c53.tar.gz timeline-4d17746be0daff8f566ec102d4d119321cda8c53.tar.bz2 timeline-4d17746be0daff8f566ec102d4d119321cda8c53.zip |
Add sync state badge.
Diffstat (limited to 'Timeline/ClientApp/src/app/locales/zh')
-rw-r--r-- | Timeline/ClientApp/src/app/locales/zh/translation.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Timeline/ClientApp/src/app/locales/zh/translation.ts b/Timeline/ClientApp/src/app/locales/zh/translation.ts index 372979c0..35cfa38c 100644 --- a/Timeline/ClientApp/src/app/locales/zh/translation.ts +++ b/Timeline/ClientApp/src/app/locales/zh/translation.ts @@ -88,6 +88,11 @@ const translation: TranslationResource = { '这是一个危险的操作。如果您确认要删除时间线<1>{{name}}</1>,请在下面输入它的名字并点击确认。',
notMatch: '名字不匹配',
},
+ postSyncState: {
+ syncing: '同步中',
+ synced: '同步成功',
+ offline: '离线',
+ },
post: {
deleteDialog: {
title: '确认删除',
|