Skip to content

Commit da0d052

Browse files
committed
fix: 添加缺少的文案
1 parent 010ae07 commit da0d052

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

src/renderer/src/locales/langs/en-US.json

+2
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,10 @@
114114
"update": {
115115
"checkUpdate": "Check Update",
116116
"content": "Discovered a new version, are you sure you want to update it?",
117+
"downloading": "Downloading, please be patient",
117118
"newUpdateVersion": "Discovered a new version, are you sure you want to update it?",
118119
"noUpdateVersion": "It is already the latest version",
120+
"reboot": "Restart",
119121
"rebootAndUpdate": "Download completed, do you want to restart and update?"
120122
}
121123
},

src/renderer/src/locales/langs/zh-CN.json

+2
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,10 @@
114114
"update": {
115115
"checkUpdate": "检查更新",
116116
"content": "发现新版本,您确定要更新吗?",
117+
"downloading": "下载中,请耐心等待",
117118
"newUpdateVersion": "发现新版本, 确定更新?",
118119
"noUpdateVersion": "当前版本已经是最新版本",
120+
"reboot": "重启",
119121
"rebootAndUpdate": "下载完成,是否重启并更新?"
120122
}
121123
},

src/renderer/src/typings/app.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,8 @@ declare namespace App {
304304
noUpdateVersion: string
305305
rebootAndUpdate: string
306306
checkUpdate: string
307+
downloading: string
308+
reboot: string
307309
}
308310
prdDep: string
309311
devDep: string

src/renderer/src/typings/components.d.ts

-5
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ declare module 'vue' {
3232
LookForward: typeof import('./../components/custom/look-forward.vue')['default']
3333
MenuToggler: typeof import('./../components/common/menu-toggler.vue')['default']
3434
MovieCard: typeof import('./../components/custom/card/movie-card.vue')['default']
35-
NAlert: typeof import('naive-ui')['NAlert']
3635
NBreadcrumb: typeof import('naive-ui')['NBreadcrumb']
3736
NBreadcrumbItem: typeof import('naive-ui')['NBreadcrumbItem']
3837
NButton: typeof import('naive-ui')['NButton']
@@ -44,7 +43,6 @@ declare module 'vue' {
4443
NCollapse: typeof import('naive-ui')['NCollapse']
4544
NCollapseItem: typeof import('naive-ui')['NCollapseItem']
4645
NColorPicker: typeof import('naive-ui')['NColorPicker']
47-
NConfigProvider: typeof import('naive-ui')['NConfigProvider']
4846
NDatePicker: typeof import('naive-ui')['NDatePicker']
4947
NDescriptions: typeof import('naive-ui')['NDescriptions']
5048
NDescriptionsItem: typeof import('naive-ui')['NDescriptionsItem']
@@ -56,7 +54,6 @@ declare module 'vue' {
5654
NDynamicTags: typeof import('naive-ui')['NDynamicTags']
5755
NEmpty: typeof import('naive-ui')['NEmpty']
5856
NFlex: typeof import('naive-ui')['NFlex']
59-
NFloatButton: typeof import('naive-ui')['NFloatButton']
6057
NForm: typeof import('naive-ui')['NForm']
6158
NFormItem: typeof import('naive-ui')['NFormItem']
6259
NGi: typeof import('naive-ui')['NGi']
@@ -86,10 +83,8 @@ declare module 'vue' {
8683
NRate: typeof import('naive-ui')['NRate']
8784
NResult: typeof import('naive-ui')['NResult']
8885
NSelect: typeof import('naive-ui')['NSelect']
89-
NSl: typeof import('naive-ui')['NSl']
9086
NSlider: typeof import('naive-ui')['NSlider']
9187
NSpace: typeof import('naive-ui')['NSpace']
92-
NSpan: typeof import('naive-ui')['NSpan']
9388
NStatistic: typeof import('naive-ui')['NStatistic']
9489
NSwitch: typeof import('naive-ui')['NSwitch']
9590
NTab: typeof import('naive-ui')['NTab']

0 commit comments

Comments
 (0)