0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-05 03:05:03 +00:00

Merge pull request #310 from nokanol45/main

Translate app into Chinese (Traditional)
This commit is contained in:
Kenny 2022-06-15 14:31:09 -04:00 committed by GitHub
commit 9d22c10dd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,58 @@
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: "真棒!"
}
}