Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 915dc46

Browse files
authored
Merge pull request #484 from nokanol45/main
Update Chinese translations
2 parents 4a96ec2 + 6c8cc3b commit 915dc46

File tree

2 files changed

+22
-8
lines changed

2 files changed

+22
-8
lines changed

NUXT/plugins/languages/chinese-simplified.js

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,17 @@ module.exports = {
5454
defaultpage: "默认页",
5555
},
5656
updates: {
57-
install: "安装",
58-
view: "查看",
59-
latest: "最新",
60-
installed: "已安装",
57+
checking: "检查更新中",
58+
available: "有更新可用",
59+
noupdate: "没有更新可用",
60+
noupdatemessage: "您正在使用最新版本的 VueTube。您可稍后再回来查看更新。",
61+
62+
installed: "目前版本",
63+
latest: "最新版本",
64+
65+
okay: "確定",
66+
update: "更新",
67+
later: "稍後",
6168
},
6269
logs: {
6370
more: "更多",

NUXT/plugins/languages/chinese-traditional.js

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,17 @@ module.exports = {
5454
defaultpage: "預設頁",
5555
},
5656
updates: {
57-
install: "安裝",
58-
view: "查看",
59-
latest: "最新",
60-
installed: "已安裝",
57+
checking: "檢查更新中",
58+
available: "有更新可用",
59+
noupdate: "沒有更新可用",
60+
noupdatemessage: "您正在使用最新版本的 VueTube。您可稍後再回來查看更新。",
61+
62+
installed: "目前版本",
63+
latest: "最新版本",
64+
65+
okay: "確定",
66+
update: "更新",
67+
later: "稍後",
6168
},
6269
logs: {
6370
more: "更多",

0 commit comments

Comments
 (0)