Create zh-TW.ts

Add Traditional Chinese
This commit is contained in:
startgo
2025-07-07 03:17:26 +08:00
committed by GitHub
parent 1e9b41530b
commit a43e798af4

View File

@@ -0,0 +1,67 @@
const zh-TW = {
translation: {
serial: {
notSupported: '當前瀏覽器不支援序列埠,無法使用鍵鼠。請使用桌面版 Chrome 瀏覽器。',
failed: '序列埠連線失敗,請重試。'
},
camera: {
tip: '等待授權中...',
denied: '權限不足',
authorize: '遠端桌面需要取得攝影機權限,請在瀏覽器設定中允許使用攝影機。',
failed: '攝影機連線失敗,請重試。'
},
modal: {
title: '選擇 USB 裝置',
selectVideo: '請選擇視訊輸入裝置',
selectSerial: '選擇序列埠裝置'
},
menu: {
serial: '序列埠',
keyboard: '鍵盤',
mouse: '滑鼠'
},
video: {
resolution: '解析度',
customResolution: '自訂',
device: '裝置',
custom: {
title: '自訂解析度',
width: '寬度',
height: '高度',
confirm: '確定',
cancel: '取消'
}
},
keyboard: {
paste: '貼上',
virtualKeyboard: '虛擬鍵盤',
ctrlAltDel: 'Ctrl + Alt + Delete'
},
mouse: {
cursor: {
title: '滑鼠指標',
pointer: '箭頭',
grab: '抓取',
cell: '格線',
hide: '隱藏'
},
mode: '滑鼠模式',
absolute: '絕對模式',
relative: '相對模式',
direction: '滾輪方向',
scrollUp: '向上',
scrollDown: '向下',
speed: '滾輪速度',
fast: '快',
slow: '慢',
requestPointer: '正在使用滑鼠相對模式,請點擊桌面取得滑鼠指標。'
},
settings: {
language: '語言',
document: '文件',
download: '下載'
}
}
};
export default zh-TW;