mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-26 05:05:23 +00:00
Merge pull request #324 from nokanol45/main
Chinese translation: add Simplified Chinese and modify Traditional Chinese terms
This commit is contained in:
commit
62f8e98047
2 changed files with 91 additions and 7 deletions
84
NUXT/plugins/languages/chinese-simplified.js
Normal file
84
NUXT/plugins/languages/chinese-simplified.js
Normal file
|
@ -0,0 +1,84 @@
|
||||||
|
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: "真棒!"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
|
@ -16,13 +16,13 @@ module.exports = {
|
||||||
general: "一般",
|
general: "一般",
|
||||||
theme: "主題",
|
theme: "主題",
|
||||||
player: "播放器",
|
player: "播放器",
|
||||||
uitweaker: "介面調校",
|
uitweaker: "介面調整",
|
||||||
startupoptions: "啟動選項",
|
startupoptions: "啟動選項",
|
||||||
plugins: "插件",
|
plugins: "插件",
|
||||||
updates: "更新",
|
updates: "更新",
|
||||||
logs: "日誌",
|
logs: "紀錄檔",
|
||||||
about: "關於",
|
about: "關於",
|
||||||
devmode: "登錄檔編輯"
|
devmode: "登錄檔編輯工具"
|
||||||
},
|
},
|
||||||
|
|
||||||
mods: {
|
mods: {
|
||||||
|
@ -47,7 +47,7 @@ module.exports = {
|
||||||
radius: "半徑"
|
radius: "半徑"
|
||||||
},
|
},
|
||||||
startup: {
|
startup: {
|
||||||
defaultpage: "默認頁"
|
defaultpage: "預設頁"
|
||||||
},
|
},
|
||||||
updates: {
|
updates: {
|
||||||
install: "安裝",
|
install: "安裝",
|
||||||
|
@ -74,10 +74,10 @@ module.exports = {
|
||||||
|
|
||||||
events: {
|
events: {
|
||||||
welcome: "歡迎來到 VueTube",
|
welcome: "歡迎來到 VueTube",
|
||||||
tagline: "流媒體的未來",
|
tagline: "影音串流的未來",
|
||||||
next: "下一個",
|
next: "下一個",
|
||||||
updated: "VueTube 已更新!",
|
updated: "VueTube 已更新!",
|
||||||
awesome: "真棒!"
|
awesome: "真棒!"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue