Blame view

node_modules/video.js/dist/lang/zh-TW.js 3.31 KB
2a09d1a4   liuqimichale   添加宜春 天水 宣化
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
  videojs.addLanguage("zh-TW",{
   "Play": "播放",
   "Pause": "暫停",
   "Current Time": "目前時間",
   "Duration": "總共時間",
   "Remaining Time": "剩餘時間",
   "Stream Type": "串流類型",
   "LIVE": "直播",
   "Loaded": "載入完畢",
   "Progress": "進度",
   "Fullscreen": "全螢幕",
   "Non-Fullscreen": "退出全螢幕",
   "Mute": "靜音",
   "Unmute": "取消靜音",
   "Playback Rate": " 播放速率",
   "Subtitles": "字幕",
   "subtitles off": "關閉字幕",
   "Captions": "內嵌字幕",
   "captions off": "關閉內嵌字幕",
   "Chapters": "章節",
   "Close Modal Dialog": "關閉彈窗",
   "Descriptions": "描述",
   "descriptions off": "關閉描述",
   "Audio Track": "音軌",
   "You aborted the media playback": "影片播放已終止",
   "A network error caused the media download to fail part-way.": "網路錯誤導致影片下載失敗。",
   "The media could not be loaded, either because the server or network failed or because the format is not supported.": "影片因格式不支援或者伺服器或網路的問題無法載入。",
   "The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "由於影片檔案損毀或是該影片使用了您的瀏覽器不支援的功能,播放終止。",
   "No compatible source was found for this media.": "無法找到相容此影片的來源。",
   "The media is encrypted and we do not have the keys to decrypt it.": "影片已加密,無法解密。",
   "Play Video": "播放影片",
   "Close": "關閉",
   "Modal Window": "對話框",
   "This is a modal window": "這是一個對話框",
   "This modal can be closed by pressing the Escape key or activating the close button.": "可以按ESC按鍵或啟用關閉按鈕來關閉此對話框。",
   ", opens captions settings dialog": ", 開啟標題設定對話框",
   ", opens subtitles settings dialog": ", 開啟字幕設定對話框",
   ", opens descriptions settings dialog": ", 開啟描述設定對話框",
   ", selected": ", 選擇",
   "captions settings": "字幕設定",
   "Audio Player": "音頻播放器",
   "Video Player": "視頻播放器",
   "Replay": "重播",
   "Progress Bar": "進度小節",
   "Volume Level": "音量",
   "subtitles settings": "字幕設定",
   "descriptions settings": "描述設定",
   "Text": "文字",
   "White": "白",
   "Black": "黑",
   "Red": "紅",
   "Green": "綠",
   "Blue": "藍",
   "Yellow": "黃",
   "Magenta": "紫紅",
   "Cyan": "青",
   "Background": "背景",
   "Window": "視窗",
   "Transparent": "透明",
   "Semi-Transparent": "半透明",
   "Opaque": "不透明",
   "Font Size": "字型尺寸",
   "Text Edge Style": "字型邊緣樣式",
   "None": "無",
   "Raised": "浮雕",
   "Depressed": "壓低",
   "Uniform": "均勻",
   "Dropshadow": "下陰影",
   "Font Family": "字型庫",
   "Proportional Sans-Serif": "比例無細體",
   "Monospace Sans-Serif": "單間隔無細體",
   "Proportional Serif": "比例細體",
   "Monospace Serif": "單間隔細體",
   "Casual": "輕便的",
   "Script": "手寫體",
   "Small Caps": "小型大寫字體",
   "Reset": "重置",
   "restore all settings to the default values": "恢復全部設定至預設值",
   "Done": "完成",
   "Caption Settings Dialog": "字幕設定視窗",
   "Beginning of dialog window. Escape will cancel and close the window.": "開始對話視窗。離開會取消及關閉視窗",
   "End of dialog window.": "結束對話視窗"
  });