diff options
author | crupest <crupest@outlook.com> | 2020-06-05 21:32:16 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-05 21:32:16 +0800 |
commit | 622eac55ae87128073c98a006fe20dc079beb2a2 (patch) | |
tree | c36c3080f68ce5fb6ed19098d83fafd013efc0be /Timeline/ClientApp/src/locales/zh | |
parent | 0ea07270b008d6f11155bf131d31a2d000d6442b (diff) | |
download | timeline-622eac55ae87128073c98a006fe20dc079beb2a2.tar.gz timeline-622eac55ae87128073c98a006fe20dc079beb2a2.tar.bz2 timeline-622eac55ae87128073c98a006fe20dc079beb2a2.zip |
feat(front): Fix #73 .
Diffstat (limited to 'Timeline/ClientApp/src/locales/zh')
-rw-r--r-- | Timeline/ClientApp/src/locales/zh/translation.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Timeline/ClientApp/src/locales/zh/translation.ts b/Timeline/ClientApp/src/locales/zh/translation.ts index d1789f3c..130ee297 100644 --- a/Timeline/ClientApp/src/locales/zh/translation.ts +++ b/Timeline/ClientApp/src/locales/zh/translation.ts @@ -79,6 +79,12 @@ const translation: TranslationResource = { '这是一个危险的操作。如果您确认要删除时间线<1>{{name}}</1>,请在下面输入它的名字并点击确认。',
notMatch: '名字不匹配',
},
+ post: {
+ deleteDialog: {
+ title: '确认删除',
+ prompt: '确定删除这个消息?这个操作不可撤销。',
+ },
+ },
},
user: {
username: '用户名',
|