forked from VueTubeApp/VueTube
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathchinese-traditional.js
142 lines (133 loc) · 3.49 KB
/
chinese-traditional.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: "選擇要下載的套件",
},
};