forked from VueTubeApp/VueTube
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathchinese-simplified.js
142 lines (133 loc) · 3.48 KB
/
chinese-simplified.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
module.exports = {
name: "简体中文",
global: {
home: "首页",
subscriptions: "订阅内容",
library: "媒体库",
restart: "重新启动",
later: "稍后",
settingRestart: "此设置修改后需要重新启动应用程序才会生效。",
okay: "确定",
},
pages: {
index: "",
home: "首页",
library: "媒体库",
search: "搜索",
settings: "设置",
subscriptions: "订阅内容",
watch: "观看",
about: "关于",
developer: "开发者",
general: "常用",
player: "播放器",
plugins: "插件",
startup: "启动选项",
theme: "主题",
tweaks: "界面调整",
updates: "更新"
},
index: {
connecting: "连接中",
plugins: "载入插件中",
launching: "启动中",
},
settings: {
general: "常用",
theme: "主题",
player: "播放器",
uitweaker: "界面调整",
startupoptions: "启动选项",
plugins: "插件",
updates: "更新",
logs: "日志",
about: "关于",
devmode: "开发者模式",
},
mods: {
general: {
language: "语言",
backup: "备份",
restore: "从备份回复",
},
theme: {
normal: "正常",
adaptive: "自适应",
custom: "自定义",
dark: "深色",
black: "黑色",
darkmode: "黑暗模式",
darkmodetagline: "不要温和地走进那个良夜……",
},
tweaks: {
fullscreen: "全屏",
navbarblur: "导航栏模糊效果",
roundedcorners: "圆角",
roundthumbnails: "圆的缩图",
roundwatchpagecomponents: "圆的观看页部件",
radius: "半径",
},
startup: {
defaultpage: "默认页",
},
updates: {
updating: "下载更新中",
checking: "检查更新中",
available: "有更新可用",
noupdate: "没有更新可用",
noupdatemessage: "您正在使用最新版本的 VueTube。您可稍后再回来查看更新。",
installed: "目前版本",
latest: "最新版本",
published: "发布日期",
users: "用家数目",
size: "更新大小",
okay: "確定",
refresh: "刷新",
update: "更新",
later: "稍后",
},
logs: {
more: "更多",
},
about: {
appinformation: "应用程序信息",
appversion: "应用程序版本",
deviceinformation: "设备信息",
platform: "平台",
os: "操作系统",
model: "型号",
manufacturer: "制造商",
emulator: "模拟器",
github: "GitHub",
discord: "Discord",
},
developer: {
registryeditor: "注册表编辑工具",
registrywarning: "更改项目可能会令应用程序损毁!",
createentry: "加入项目",
createentryfull: "加入注册表项目",
cancel: "取消",
create: "加入",
key: "键",
value: "值项",
confirmdelete: "确认删除",
areyousure: "您确认要删除",
delete: "删除",
change: "更改",
},
},
events: {
welcome: "欢迎使用 VueTube",
tagline: "流媒体的未来",
next: "下一步",
updated: "VueTube 已更新",
awesome: "真棒!",
langsetup: "来选择一种语言吧!",
featuresetup: "来拣选一些功能吧!",
enableryd: "启用 Return YouTube Dislike",
enablespb: "启用 SponsorBlock",
thanks: "谢谢使用 VueTube",
enjoy: "祝您有一个愉快的体验",
packageinstaller: "选择要下载的应用包"
},
};