diff options
author | crupest <crupest@outlook.com> | 2020-06-11 23:15:10 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-11 23:15:10 +0800 |
commit | 532775219a11817cea0f5c44c9bbcc99d815a884 (patch) | |
tree | 7025158d81076aabd42bd864217bf3c07cca2128 /Timeline/ClientApp/src/app/locales/zh | |
parent | cf6cfe87b46a2a3eb2913209092ab4c5639e75c3 (diff) | |
download | timeline-532775219a11817cea0f5c44c9bbcc99d815a884.tar.gz timeline-532775219a11817cea0f5c44c9bbcc99d815a884.tar.bz2 timeline-532775219a11817cea0f5c44c9bbcc99d815a884.zip |
feat(front): Application upgrade ui.
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 66421375..03fb470a 100644 --- a/Timeline/ClientApp/src/app/locales/zh/translation.ts +++ b/Timeline/ClientApp/src/app/locales/zh/translation.ts @@ -3,6 +3,11 @@ import TranslationResource from '../scheme'; const translation: TranslationResource = { welcome: '欢迎!', search: '搜索', + serviceWorker: { + availableOffline: '这个 App 将会缓存在本地,你将可以离线使用它。', + upgradeTitle: 'App 有新版本!', + upgradeNow: '现在升级', + }, nav: { settings: '设置', login: '登陆', |