mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-04 18:55:04 +00:00
Merge pull request #310 from nokanol45/main
Translate app into Chinese (Traditional)
This commit is contained in:
commit
9d22c10dd8
1 changed files with 58 additions and 0 deletions
58
NUXT/plugins/languages/chinese-traditional.js
Normal file
58
NUXT/plugins/languages/chinese-traditional.js
Normal 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: "真棒!"
|
||||
}
|
||||
|
||||
|
||||
}
|
Loading…
Reference in a new issue