mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-01 09:22:39 +00:00
355196d39b
- Added Simplified Chinese - Modified Traditional Chinese
84 lines
1.7 KiB
JavaScript
84 lines
1.7 KiB
JavaScript
module.exports = {
|
|
name: "繁體中文",
|
|
|
|
global: {
|
|
home: "主頁",
|
|
subscriptions: "訂閲項目",
|
|
library: "媒體庫"
|
|
},
|
|
|
|
index: {
|
|
connecting: "連接中",
|
|
launching: "啟動中"
|
|
},
|
|
|
|
settings: {
|
|
general: "一般",
|
|
theme: "主題",
|
|
player: "播放器",
|
|
uitweaker: "介面調整",
|
|
startupoptions: "啟動選項",
|
|
plugins: "插件",
|
|
updates: "更新",
|
|
logs: "紀錄檔",
|
|
about: "關於",
|
|
devmode: "登錄檔編輯工具"
|
|
},
|
|
|
|
mods: {
|
|
general: {
|
|
language: "語言"
|
|
},
|
|
theme: {
|
|
normal: "正常",
|
|
adaptive: "自適應",
|
|
custom: "自訂",
|
|
dark: "深色",
|
|
black: "黑色",
|
|
darkmode: "黑暗模式",
|
|
darkmodetagline: "Bravo Six, Going Dark."
|
|
},
|
|
tweaks: {
|
|
fullscreen: "全螢幕",
|
|
navbarblur: "導覽列模糊效果",
|
|
roundedcorners: "圓角",
|
|
roundthumbnails: "圓的縮圖",
|
|
roundwatchpagecomponents: "圓的觀看頁部件",
|
|
radius: "半徑"
|
|
},
|
|
startup: {
|
|
defaultpage: "預設頁"
|
|
},
|
|
updates: {
|
|
install: "安裝",
|
|
view: "查看",
|
|
latest: "最新",
|
|
installed: "已安裝"
|
|
},
|
|
logs: {
|
|
more: "更多"
|
|
},
|
|
about: {
|
|
appinformation: "應用程式資訊",
|
|
appversion: "應用程式版本",
|
|
deviceinformation: "裝置資訊",
|
|
platform: "平台",
|
|
os: "作業系統",
|
|
model: "型號",
|
|
manufacturer: "製造商",
|
|
emulator: "模擬器",
|
|
github: "GitHub",
|
|
discord: "Discord"
|
|
}
|
|
},
|
|
|
|
events: {
|
|
welcome: "歡迎來到 VueTube",
|
|
tagline: "影音串流的未來",
|
|
next: "下一個",
|
|
updated: "VueTube 已更新!",
|
|
awesome: "真棒!"
|
|
}
|
|
|
|
|
|
}
|