aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/locales/zh
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-06-11 23:15:10 +0800
committercrupest <crupest@outlook.com>2020-06-11 23:15:10 +0800
commit64c4376ed388af106c1de5ec8bd1d1743950a27e (patch)
treec1b4d3f4b83f5114febecb6f2e2cc6e982ec97f2 /Timeline/ClientApp/src/app/locales/zh
parent93ce8560fa19c3a91de99643fdbbe4f895a47b84 (diff)
downloadtimeline-64c4376ed388af106c1de5ec8bd1d1743950a27e.tar.gz
timeline-64c4376ed388af106c1de5ec8bd1d1743950a27e.tar.bz2
timeline-64c4376ed388af106c1de5ec8bd1d1743950a27e.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.ts5
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: '登陆',