Translate app into Chinese (Traditional)

This commit is contained in:
nokanol45 2022-06-15 23:46:23 +08:00
parent f70b852f1f
commit 0edc2bab8f
1 changed files with 59 additions and 0 deletions

View File

@ -0,0 +1,59 @@
/* eslint-disable prettier/prettier */
module.exports = {
name: "中文繁體",
global: {
home: "主頁",
subscriptions: "訂閲項目",
library: "媒體庫"
},
index: {
connecting: "連接中",
launching: "啟動中"
},
settings: {
general: "一般",
theme: "主題",
player: "播放器",
uitweaker: "界面調較",
startupoptions: "啟動選項",
plugins: "插件",
updates: "更新",
logs: "日誌",
about: "關於",
devmode: "登錄檔編輯"
},
mods: {
general: {
language: "語言"
},
startup: {
defaultpage: "默認頁"
},
about: {
appinformation: "程式資訊",
appversion: "程式版本",
deviceinformation: "裝置資訊",
platform: "平台",
os: "作業系統",
model: "型號",
manufacturer: "製造商",
emulator: "模擬器",
github: "GitHub",
discord: "Discord"
}
},
events: {
welcome: "歡迎來到 VueTube",
tagline: "流媒體的未來",
next: "下一個",
updated: "VueTube 已更新!",
awesome: "真棒!"
}
}