mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-01 17:32:39 +00:00
100 lines
2.4 KiB
JavaScript
100 lines
2.4 KiB
JavaScript
module.exports = {
|
|
name: "繁體中文",
|
|
|
|
global: {
|
|
home: "主頁",
|
|
subscriptions: "訂閲項目",
|
|
library: "媒體庫",
|
|
restart: "重新啟動",
|
|
later: "稍後",
|
|
settingRestart: "此設定更改後需要重新啟動應用程式才會生效。"
|
|
},
|
|
|
|
index: {
|
|
connecting: "連接中",
|
|
plugins: "載入插件中",
|
|
launching: "啟動中",
|
|
},
|
|
|
|
settings: {
|
|
general: "一般",
|
|
theme: "主題",
|
|
player: "播放器",
|
|
uitweaker: "介面調整",
|
|
startupoptions: "啟動選項",
|
|
plugins: "插件",
|
|
updates: "更新",
|
|
logs: "紀錄檔",
|
|
about: "關於",
|
|
devmode: "登錄檔編輯工具",
|
|
},
|
|
|
|
mods: {
|
|
general: {
|
|
language: "語言",
|
|
},
|
|
theme: {
|
|
normal: "正常",
|
|
adaptive: "自適應",
|
|
custom: "自訂",
|
|
dark: "深色",
|
|
black: "黑色",
|
|
darkmode: "黑暗模式",
|
|
darkmodetagline: "不要温和地走進那個良夜……",
|
|
},
|
|
tweaks: {
|
|
fullscreen: "全螢幕",
|
|
navbarblur: "導覽列模糊效果",
|
|
roundedcorners: "圓角",
|
|
roundthumbnails: "圓的縮圖",
|
|
roundwatchpagecomponents: "圓的觀看頁部件",
|
|
radius: "半徑",
|
|
},
|
|
startup: {
|
|
defaultpage: "預設頁",
|
|
},
|
|
updates: {
|
|
checking: "檢查更新中",
|
|
available: "有更新可用",
|
|
noupdate: "沒有更新可用",
|
|
noupdatemessage: "您正在使用最新版本的 VueTube。您可稍後再回來查看更新。",
|
|
|
|
installed: "目前版本",
|
|
latest: "最新版本",
|
|
|
|
okay: "確定",
|
|
update: "更新",
|
|
later: "稍後",
|
|
},
|
|
logs: {
|
|
more: "更多",
|
|
},
|
|
about: {
|
|
appinformation: "應用程式資訊",
|
|
appversion: "應用程式版本",
|
|
deviceinformation: "裝置資訊",
|
|
platform: "平台",
|
|
os: "作業系統",
|
|
model: "型號",
|
|
manufacturer: "製造商",
|
|
emulator: "模擬器",
|
|
github: "GitHub",
|
|
discord: "Discord",
|
|
},
|
|
},
|
|
|
|
events: {
|
|
welcome: "歡迎使用 VueTube",
|
|
tagline: "影音串流的未來",
|
|
next: "下一步",
|
|
updated: "VueTube 已更新!",
|
|
awesome: "真棒!",
|
|
langsetup: "來選擇一種語言吧!",
|
|
featuresetup: "來揀選一些功能吧!",
|
|
enableryd: "啟用 Return YouTube Dislike",
|
|
enablespb: "啟用 SponsorBlock",
|
|
thanks: "謝謝使用 VueTube",
|
|
enjoy: "祝你有一個愉快的體驗",
|
|
packageinstaller: "選擇要下載的套件"
|
|
},
|
|
};
|