zh_CN.po
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:727k
源码类别:

midi

开发平台:

Unix_Linux

  1. "Various audio and video decoders/encodersdelivered by the FFmpeg library. "
  2. "This includes (MS)MPEG4, DivX, SV1,H261, H263, H264, WMV, WMA, AAC, AMR, DV, "
  3. "MJPEG and other codecs"
  4. msgstr ""
  5. "FFmpeg 库提供了多个音频和视频解码器/编码器。它包含了 (MS)MPEG4, DivX, SV1,"
  6. "H261, H263, H264, WMV, WMA, AAC, AMR, DV, MJPEG 以及其它编码器。"
  7. #: modules/codec/avcodec/avcodec.c:94
  8. msgid "AltiVec FFmpeg audio/video decoder ((MS)MPEG4,SVQ1,H263,WMV,WMA)"
  9. msgstr "AltiVec FFmpeg 音频/视频解码器 ((MS)MPEG4,SVQ1,H263,WMV,WMA)"
  10. #: modules/codec/avcodec/avcodec.c:98
  11. msgid "FFmpeg audio/video decoder"
  12. msgstr "FFmpeg 音频/视频解码器"
  13. #: modules/codec/avcodec/avcodec.c:102
  14. msgid "Decoding"
  15. msgstr "正在解码"
  16. #: modules/codec/avcodec/avcodec.c:137
  17. msgid "Encoding"
  18. msgstr "正在编码"
  19. #: modules/codec/avcodec/avcodec.c:138
  20. msgid "FFmpeg audio/video encoder"
  21. msgstr "FFmpeg 音频/视频编码器"
  22. #: modules/codec/avcodec/avcodec.c:203
  23. msgid "FFmpeg deinterlace video filter"
  24. msgstr "FFmpeg 反交错视频滤镜"
  25. #: modules/codec/avcodec/avcodec.h:64 modules/codec/avcodec/avcodec.h:66
  26. msgid "Direct rendering"
  27. msgstr "直接渲染"
  28. #: modules/codec/avcodec/avcodec.h:68
  29. msgid "Error resilience"
  30. msgstr "弹性错误"
  31. #: modules/codec/avcodec/avcodec.h:70
  32. msgid ""
  33. "Ffmpeg can do error resilience.n"
  34. "However, with a buggy encoder (such as the ISO MPEG-4 encoder from M$) this "
  35. "can produce a lot of errors.n"
  36. "Valid values range from 0 to 4 (0 disables all errors resilience)."
  37. msgstr ""
  38. "Ffmpeg 可以执行弹性错误。n"
  39. "但是如果遇到了一个有问题的编码器 (类似 M$ 的 ISO MPEG-4 编码器) 这就可能产生"
  40. "一些错误。n"
  41. "有效值范围从 0 到 4 (0 表示关闭所有弹性错误)"
  42. #: modules/codec/avcodec/avcodec.h:75
  43. msgid "Workaround bugs"
  44. msgstr "工作区 bug"
  45. #: modules/codec/avcodec/avcodec.h:77
  46. msgid ""
  47. "Try to fix some bugs:n"
  48. "1  autodetectn"
  49. "2  old msmpeg4n"
  50. "4  xvid interlacedn"
  51. "8  ump4 n"
  52. "16 no paddingn"
  53. "32 ac vlcn"
  54. "64 Qpel chroma.n"
  55. "This must be the sum of the values. For example, to fix "ac vlc" and "ump4"
  56. "", enter 40."
  57. msgstr ""
  58. "尝试修正一些问题:n"
  59. "1  自动检测n"
  60. "2  旧 msmpeg4n"
  61. "4  xvid 反交错n"
  62. "8  ump4 n"
  63. "16 未填充n"
  64. "32 ac vlcn"
  65. "64 Qpel chroma.n"
  66. "这必须是值的和。例如要修正 "ac vlc" 和 "ump4", 就输入 40。"
  67. #: modules/codec/avcodec/avcodec.h:88 modules/codec/avcodec/avcodec.h:188
  68. #: modules/demux/rawdv.c:40 modules/stream_out/transcode.c:147
  69. msgid "Hurry up"
  70. msgstr "紧急"
  71. #: modules/codec/avcodec/avcodec.h:90
  72. msgid ""
  73. "The decoder can partially decode or skip frame(s) when there is not enough "
  74. "time. It's useful with low CPU power but it can produce distorted pictures."
  75. msgstr ""
  76. "解码器在时间不充足的情况下可能部分解码器或跳过帧。在 CPU 不是很强大是这非常有"
  77. "用,但是可能会破坏图像。"
  78. #: modules/codec/avcodec/avcodec.h:94
  79. msgid "Allow speed tricks"
  80. msgstr "允许非正常速度优化"
  81. #: modules/codec/avcodec/avcodec.h:96
  82. msgid ""
  83. "Allow non specification compliant speedup tricks. Faster but error-prone."
  84. msgstr "允许不符合标准的速度优化。更快但可能会出错。"
  85. #: modules/codec/avcodec/avcodec.h:98
  86. msgid "Skip frame (default=0)"
  87. msgstr "跳帧 (默认=0)"
  88. #: modules/codec/avcodec/avcodec.h:100
  89. msgid ""
  90. "Force skipping of frames to speed up decoding (-1=None, 0=Default, 1=B-"
  91. "frames, 2=P-frames, 3=B+P frames, 4=all frames)."
  92. msgstr ""
  93. "强制跳帧来加速解码 (-1=无, 0=默认, 1=B 帧, 2=P 帧, 3=B+P 帧, 4=全部帧)。"
  94. #: modules/codec/avcodec/avcodec.h:103
  95. msgid "Skip idct (default=0)"
  96. msgstr "跳过 idct (默认=0)"
  97. #: modules/codec/avcodec/avcodec.h:105
  98. msgid ""
  99. "Force skipping of idct to speed up decoding for frame types(-1=None, "
  100. "0=Default, 1=B-frames, 2=P-frames, 3=B+P frames, 4=all frames)."
  101. msgstr ""
  102. "强制跳过 idct 来加速某些帧的解码 (-1=无, 0=默认, 1=B 帧, 2=P 帧, 3=B+P 帧, 4="
  103. "全部帧)。"
  104. #: modules/codec/avcodec/avcodec.h:108
  105. msgid "Debug mask"
  106. msgstr "调试掩码"
  107. #: modules/codec/avcodec/avcodec.h:109
  108. msgid "Set ffmpeg debug mask"
  109. msgstr "设置 ffmpeg 的调试掩码"
  110. #: modules/codec/avcodec/avcodec.h:112
  111. msgid "Visualize motion vectors"
  112. msgstr "可视化运动向量"
  113. #: modules/codec/avcodec/avcodec.h:114
  114. msgid ""
  115. "You can overlay the motion vectors (arrows showing how the images move) on "
  116. "the image. This value is a mask, based on these values:n"
  117. "1 - visualize forward predicted MVs of P framesn"
  118. "2 - visualize forward predicted MVs of B framesn"
  119. "4 - visualize backward predicted MVs of B framesn"
  120. "To visualize all vectors, the value should be 7."
  121. msgstr ""
  122. "您可以覆盖图像上的运行向量 (显示如何移动图像的方向)。此值为掩码,基于下列值:n"
  123. "1 - 可视化向前预告 MVs 的 P 帧n"
  124. "2 - 可视化向前预告 MVs 的 B 帧n"
  125. "4 - 可视化向后预告 MVs 的 B 帧n"
  126. "要可视化所有向量, 值应该为 7。"
  127. #: modules/codec/avcodec/avcodec.h:121
  128. msgid "Low resolution decoding"
  129. msgstr "低分辨率解码"
  130. #: modules/codec/avcodec/avcodec.h:122
  131. msgid ""
  132. "Only decode a low resolution version of the video. This requires less "
  133. "processing power"
  134. msgstr "仅解码视频的低分辨率版本。这仅需要很少的处理器资源。"
  135. #: modules/codec/avcodec/avcodec.h:125 modules/gui/macosx/simple_prefs.m:257
  136. #: modules/gui/qt4/ui/sprefs_input.h:250
  137. msgid "Skip the loop filter for H.264 decoding"
  138. msgstr "用于 H.264 解码的跳过循环滤镜"
  139. #: modules/codec/avcodec/avcodec.h:126
  140. msgid ""
  141. "Skipping the loop filter (aka deblocking) usually has a detrimental effect "
  142. "on quality. However it provides a big speedup for high definition streams."
  143. msgstr ""
  144. "跳过循环滤镜 (aka 反块) 通常对图像质量会造成不良的效果。但是它能为高分辨率的"
  145. "流提供一个很大的提速。"
  146. #: modules/codec/avcodec/avcodec.h:135
  147. msgid "Ratio of key frames"
  148. msgstr "关键帧率"
  149. #: modules/codec/avcodec/avcodec.h:136
  150. msgid "Number of frames that will be coded for one key frame."
  151. msgstr "一个关键帧所包含的帧数。"
  152. #: modules/codec/avcodec/avcodec.h:139
  153. msgid "Ratio of B frames"
  154. msgstr "B 帧率"
  155. #: modules/codec/avcodec/avcodec.h:140
  156. msgid "Number of B frames that will be coded between two reference frames."
  157. msgstr "在两个参考帧之间将被标识为 B 帧的数量。"
  158. #: modules/codec/avcodec/avcodec.h:143
  159. msgid "Video bitrate tolerance"
  160. msgstr "视频位率偏差"
  161. #: modules/codec/avcodec/avcodec.h:144
  162. msgid "Video bitrate tolerance in kbit/s."
  163. msgstr "以 kbits/s 为单位的视频位率偏差。"
  164. #: modules/codec/avcodec/avcodec.h:146
  165. msgid "Interlaced encoding"
  166. msgstr "交错编码"
  167. #: modules/codec/avcodec/avcodec.h:147
  168. msgid "Enable dedicated algorithms for interlaced frames."
  169. msgstr "为交错的帧开启专用的算法。"
  170. #: modules/codec/avcodec/avcodec.h:150
  171. msgid "Interlaced motion estimation"
  172. msgstr "交错运动估算"
  173. #: modules/codec/avcodec/avcodec.h:151
  174. msgid "Enable interlaced motion estimation algorithms. This requires more CPU."
  175. msgstr "开启交错运动估算算法。这需要较多的 CPU 资源。"
  176. #: modules/codec/avcodec/avcodec.h:154
  177. msgid "Pre-motion estimation"
  178. msgstr "预欲动估算"
  179. #: modules/codec/avcodec/avcodec.h:155
  180. msgid "Enable the pre-motion estimation algorithm."
  181. msgstr "开启预运动估算算法。"
  182. #: modules/codec/avcodec/avcodec.h:158
  183. msgid "Rate control buffer size"
  184. msgstr "速率控制缓存大小"
  185. #: modules/codec/avcodec/avcodec.h:159
  186. msgid ""
  187. "Rate control buffer size (in kbytes). A bigger buffer will allow for better "
  188. "rate control, but will cause a delay in the stream."
  189. msgstr ""
  190. "速率控制缓存大小 (以千字节为单位)。一个较大的缓存将会有较佳的帧率控制,但是可"
  191. "能会导致流的延迟。"
  192. #: modules/codec/avcodec/avcodec.h:163
  193. msgid "Rate control buffer aggressiveness"
  194. msgstr "帧率控制缓存激进性"
  195. #: modules/codec/avcodec/avcodec.h:164
  196. msgid "Rate control buffer aggressiveness."
  197. msgstr "帧率控制缓存激进性。"
  198. #: modules/codec/avcodec/avcodec.h:167
  199. msgid "I quantization factor"
  200. msgstr "I 量化因数"
  201. #: modules/codec/avcodec/avcodec.h:169
  202. msgid ""
  203. "Quantization factor of I frames, compared with P frames (for instance 1.0 => "
  204. "same qscale for I and P frames)."
  205. msgstr "I 帧的量化因数, 与 P 帧相比较 (例如 1.0 => 相同比例的 I 和 P 帧)。"
  206. #: modules/codec/avcodec/avcodec.h:172 modules/codec/x264.c:357
  207. #: modules/demux/mod.c:78
  208. msgid "Noise reduction"
  209. msgstr "噪点消除"
  210. #: modules/codec/avcodec/avcodec.h:173
  211. msgid ""
  212. "Enable a simple noise reduction algorithm to lower the encoding length and "
  213. "bitrate, at the expense of lower quality frames."
  214. msgstr ""
  215. "开启一个简易的噪点消除算法仅在损失很小质量的画面的情况下通过降低编码长度和位"
  216. "率的方法消除噪点。"
  217. #: modules/codec/avcodec/avcodec.h:177
  218. msgid "MPEG4 quantization matrix"
  219. msgstr "MPEG4 量化矩阵"
  220. #: modules/codec/avcodec/avcodec.h:178
  221. msgid ""
  222. "Use the MPEG4 quantization matrix for MPEG2 encoding. This generally yields "
  223. "a better looking picture, while still retaining the compatibility with "
  224. "standard MPEG2 decoders."
  225. msgstr ""
  226. "为 MPEG2 编码使用 MPEG4 量化矩阵。通常这会产生质量较高的图像,但是还会保留与标"
  227. "准 MPEG2 解码器的兼容性。"
  228. #: modules/codec/avcodec/avcodec.h:183
  229. msgid "Quality level"
  230. msgstr "质量等级"
  231. #: modules/codec/avcodec/avcodec.h:184
  232. msgid ""
  233. "Quality level for the encoding of motions vectors (this can slow down the "
  234. "encoding very much)."
  235. msgstr "用于编码的动态向量的质量等级 (这可能会大大降低编码速度)。"
  236. #: modules/codec/avcodec/avcodec.h:189
  237. msgid ""
  238. "The encoder can make on-the-fly quality tradeoffs if your CPU can't keep up "
  239. "with the encoding rate. It will disable trellis quantization, then the rate "
  240. "distortion of motion vectors (hq), and raise the noise reduction threshold "
  241. "to ease the encoder's task."
  242. msgstr ""
  243. "如果您的 CPU 无法保持编码率那么编码器可以生成一个比较匆忙的质量权衡。它将会关"
  244. "闭格式结构量化,以及动态向量 (hq) 的速率失真并改善噪点消除阀来改善编码器的任"
  245. "务。"
  246. #: modules/codec/avcodec/avcodec.h:195
  247. msgid "Minimum video quantizer scale"
  248. msgstr "最小视频向量化比例"
  249. #: modules/codec/avcodec/avcodec.h:196
  250. msgid "Minimum video quantizer scale."
  251. msgstr "最小视频向量化比例。"
  252. #: modules/codec/avcodec/avcodec.h:199
  253. msgid "Maximum video quantizer scale"
  254. msgstr "最大视频向量化比例"
  255. #: modules/codec/avcodec/avcodec.h:200
  256. msgid "Maximum video quantizer scale."
  257. msgstr "最大视频向量化比例。"
  258. #: modules/codec/avcodec/avcodec.h:203
  259. msgid "Trellis quantization"
  260. msgstr "格式向量化"
  261. #: modules/codec/avcodec/avcodec.h:204
  262. msgid "Enable trellis quantization (rate distortion for block coefficients)."
  263. msgstr "开启格式向量化 (用于填充系数的速率失真)。"
  264. #: modules/codec/avcodec/avcodec.h:207
  265. msgid "Fixed quantizer scale"
  266. msgstr "固定量化比例"
  267. #: modules/codec/avcodec/avcodec.h:208
  268. msgid ""
  269. "A fixed video quantizer scale for VBR encoding (accepted values: 0.01 to "
  270. "255.0)."
  271. msgstr "为 VBR 编码固定视频量化比例 (允许值: 0.01 到 255.0)。"
  272. #: modules/codec/avcodec/avcodec.h:211
  273. msgid "Strict standard compliance"
  274. msgstr "严格标准的一致"
  275. #: modules/codec/avcodec/avcodec.h:212
  276. msgid ""
  277. "Force a strict standard compliance when encoding (accepted values: -1, 0, 1)."
  278. msgstr "在编码时强制严格标准的一致 (允许值: -1, 0, 1)。"
  279. #: modules/codec/avcodec/avcodec.h:215
  280. msgid "Luminance masking"
  281. msgstr "明亮掩码"
  282. #: modules/codec/avcodec/avcodec.h:216
  283. msgid "Raise the quantizer for very bright macroblocks (default: 0.0)."
  284. msgstr "为非常高亮度的宏块提升量化 (默认: 0.0)。"
  285. #: modules/codec/avcodec/avcodec.h:219
  286. msgid "Darkness masking"
  287. msgstr "阴暗掩码"
  288. #: modules/codec/avcodec/avcodec.h:220
  289. msgid "Raise the quantizer for very dark macroblocks (default: 0.0)."
  290. msgstr "为非常暗的宏块提升量化 (默认: 0.0)。"
  291. #: modules/codec/avcodec/avcodec.h:223
  292. msgid "Motion masking"
  293. msgstr "运动掩码"
  294. #: modules/codec/avcodec/avcodec.h:224
  295. msgid ""
  296. "Raise the quantizer for macroblocks with a high temporal complexity "
  297. "(default: 0.0)."
  298. msgstr "为高时间的复杂运动的宏块提升量化 (默认: 0.0)。"
  299. #: modules/codec/avcodec/avcodec.h:227
  300. msgid "Border masking"
  301. msgstr "边框掩码"
  302. #: modules/codec/avcodec/avcodec.h:228
  303. msgid ""
  304. "Raise the quantizer for macroblocks at the border of the frame (default: "
  305. "0.0)."
  306. msgstr "为带有边框的宏块提升量化 (默认: 0.0)。"
  307. #: modules/codec/avcodec/avcodec.h:231
  308. msgid "Luminance elimination"
  309. msgstr "亮度消除"
  310. #: modules/codec/avcodec/avcodec.h:232
  311. msgid ""
  312. "Eliminates luminance blocks when the PSNR isn't much changed (default: 0.0). "
  313. "The H264 specification recommends -4."
  314. msgstr ""
  315. "在 PSNR 不是改变的很多的情况下消除亮度块 (默认: 0.0)。H264 规格推荐为 -4。"
  316. #: modules/codec/avcodec/avcodec.h:236
  317. msgid "Chrominance elimination"
  318. msgstr "色度消除"
  319. #: modules/codec/avcodec/avcodec.h:237
  320. msgid ""
  321. "Eliminates chrominance blocks when the PSNR isn't much changed (default: "
  322. "0.0). The H264 specification recommends 7."
  323. msgstr ""
  324. "在 PSNR 不是改变的很多的情况下消除色度块 (默认: 0.0)。H264 规格推荐为 7。"
  325. #: modules/codec/avcodec/avcodec.h:242
  326. msgid "Specify AAC audio profile to use"
  327. msgstr "指定要使用的 AAC 音频方案"
  328. #: modules/codec/avcodec/avcodec.h:243
  329. msgid ""
  330. "Specify the AAC audio profile to use for encoding the audio bitstream. It "
  331. "takes the following options: main, low, ssr (not supported) and ltp "
  332. "(default: main)"
  333. msgstr ""
  334. "指定要用于编码音频位流的 AAC 音频方案。它有下列选项: 主、低、ssr (不推荐) 和 "
  335. "ltp (默认: 主)"
  336. #: modules/codec/avcodec/encoder.c:224
  337. #, c-format
  338. msgid ""%s" is no video encoder."
  339. msgstr ""%s" 不是视频编码器。"
  340. #: modules/codec/avcodec/encoder.c:232
  341. #, c-format
  342. msgid ""%s" is no audio encoder."
  343. msgstr ""%s" 不是音频编码器。"
  344. #: modules/codec/avcodec/encoder.c:258
  345. #, c-format
  346. msgid ""
  347. "It seems your FFMPEG (libavcodec) installation lacks the following encoder:n"
  348. "%s.n"
  349. "If you don't know how to fix this, ask for support from your distribution.n"
  350. "n"
  351. "This is not an error inside VLC media player.n"
  352. "Do not contact the VideoLAN project about this issue.n"
  353. msgstr ""
  354. "看上去您的 FFMPEG (libavcodec) 安装缺少下列编码器:n"
  355. "%s。n"
  356. "如果您不知道如何修正此问题,请向您的发布商寻求支持。n"
  357. "n"
  358. "这不是一个 VLC 媒体播放器内部的错误。n"
  359. "请不要向 VideoLAN 项目报告此问题。n"
  360. #: modules/codec/avcodec/encoder.c:683 modules/codec/avcodec/encoder.c:692
  361. msgid "VLC could not open the encoder."
  362. msgstr "VLC 无法打开编码器。"
  363. #: modules/codec/cc.c:64
  364. msgid "CC 608/708"
  365. msgstr "CC 608/708"
  366. #: modules/codec/cc.c:65
  367. msgid "Closed Captions decoder"
  368. msgstr "封闭字幕解码器"
  369. #: modules/codec/cdg.c:88
  370. msgid "CDG video decoder"
  371. msgstr "CDG 视频解码器"
  372. #: modules/codec/cmml/cmml.c:73
  373. msgid "CMML annotations decoder"
  374. msgstr "CMML 注释解码器"
  375. #: modules/codec/csri.c:52 modules/codec/libass.c:66
  376. msgid "Subtitles (advanced)"
  377. msgstr "字幕 (高级)"
  378. #: modules/codec/csri.c:53
  379. msgid "Wrapper for subtitle renderers using CSRI/asa"
  380. msgstr "用于 CSRI/asa 字幕渲染器的封装器"
  381. #: modules/codec/cvdsub.c:51
  382. msgid "CVD subtitle decoder"
  383. msgstr "CVD 字幕解码器"
  384. #: modules/codec/cvdsub.c:56
  385. msgid "Chaoji VCD subtitle packetizer"
  386. msgstr "Chaoji VCD 字幕分包器"
  387. #: modules/codec/dirac.c:62
  388. msgid "Constant quality factor"
  389. msgstr "恒定质量因子"
  390. #: modules/codec/dirac.c:63
  391. msgid "If bitrate=0, use this value for constant quality"
  392. msgstr "如位率=0,使用此数值以得到恒定质量"
  393. #: modules/codec/dirac.c:66
  394. msgid "CBR bitrate (kbps)"
  395. msgstr "CBR 位率 (kb/秒)"
  396. #: modules/codec/dirac.c:67
  397. msgid "A value > 0 enables constant bitrate mode"
  398. msgstr "大于零的值将启用常位率模式"
  399. #: modules/codec/dirac.c:70
  400. msgid "Enable lossless coding"
  401. msgstr "启用无损编码"
  402. #: modules/codec/dirac.c:71
  403. msgid ""
  404. "Lossless coding ignores bitrate and quality settings, allowing for perfect "
  405. "reproduction of the original"
  406. msgstr ""
  407. #: modules/codec/dirac.c:75
  408. msgid "Prefilter"
  409. msgstr "预过滤器"
  410. #: modules/codec/dirac.c:76
  411. msgid "Enable adaptive prefiltering"
  412. msgstr "启用自适应预过滤"
  413. #: modules/codec/dirac.c:80
  414. msgid "Centre Weighted Median"
  415. msgstr "中央重心"
  416. #: modules/codec/dirac.c:81
  417. msgid "Rectangular Linear Phase"
  418. msgstr "长方形线性阶段"
  419. #: modules/codec/dirac.c:81
  420. msgid "Diagonal Linear Phase"
  421. msgstr "对角线线性阶段"
  422. #: modules/codec/dirac.c:84
  423. msgid "Amount of prefiltering"
  424. msgstr "预过滤总量"
  425. #: modules/codec/dirac.c:85
  426. msgid "Higher value implies more prefiltering"
  427. msgstr "较高数值意味着更多的预过滤"
  428. #: modules/codec/dirac.c:88
  429. msgid "Chroma format"
  430. msgstr "色度格式"
  431. #: modules/codec/dirac.c:89
  432. msgid ""
  433. "Picking chroma format will force a conversion of the video into that format"
  434. msgstr ""
  435. #: modules/codec/dirac.c:94
  436. msgid "4:2:0"
  437. msgstr "4:2:0"
  438. #: modules/codec/dirac.c:94
  439. msgid "4:2:2"
  440. msgstr "4:2:2"
  441. #: modules/codec/dirac.c:94
  442. msgid "4:4:4"
  443. msgstr "4:4:4"
  444. #: modules/codec/dirac.c:97
  445. msgid "Distance between 'P' frames"
  446. msgstr "'P' 帧间的距离"
  447. #: modules/codec/dirac.c:101
  448. msgid "Number of 'P' frames per GOP"
  449. msgstr "每 GOP 的 'P' 帧数目"
  450. #: modules/codec/dirac.c:105
  451. msgid "Picture coding mode"
  452. msgstr "图片编码模式"
  453. #: modules/codec/dirac.c:106
  454. msgid ""
  455. "Field coding is where interlaced fields are coded seperately as opposed to a "
  456. "pseudo-progressive frame"
  457. msgstr ""
  458. #: modules/codec/dirac.c:111
  459. msgid "auto - let encoder decide based upon input (Best)"
  460. msgstr "音频 - 由编码器基于输入内容决定 (最佳)"
  461. #: modules/codec/dirac.c:112
  462. msgid "force coding frame as single picture"
  463. msgstr ""
  464. #: modules/codec/dirac.c:113
  465. msgid "force coding frame as seperate interlaced fields"
  466. msgstr ""
  467. #: modules/codec/dirac.c:117
  468. msgid "Width of motion compensation blocks"
  469. msgstr ""
  470. #: modules/codec/dirac.c:121
  471. msgid "Height of motion compensation blocks"
  472. msgstr ""
  473. #: modules/codec/dirac.c:126
  474. msgid "Block overlap (%)"
  475. msgstr "块重叠 (%)"
  476. #: modules/codec/dirac.c:127
  477. msgid "Amount that each motion block should be overlapped by its neighbours"
  478. msgstr ""
  479. #: modules/codec/dirac.c:132
  480. msgid "xblen"
  481. msgstr "xblen"
  482. #: modules/codec/dirac.c:133
  483. msgid "Total horizontal block length including overlaps"
  484. msgstr ""
  485. #: modules/codec/dirac.c:137
  486. msgid "yblen"
  487. msgstr "yblen"
  488. #: modules/codec/dirac.c:138
  489. msgid "Total vertical block length including overlaps"
  490. msgstr ""
  491. #: modules/codec/dirac.c:141
  492. msgid "Motion vector precision"
  493. msgstr "动作向量精确度"
  494. #: modules/codec/dirac.c:142
  495. msgid "Motion vector precision in pels."
  496. msgstr ""
  497. #: modules/codec/dirac.c:147
  498. msgid "Simple ME search area x:y"
  499. msgstr "简单 ME 搜索区域 x:y"
  500. #: modules/codec/dirac.c:148
  501. msgid ""
  502. "(Not recommended) Perform a simple (non hierarchical block matching motion "
  503. "vector search with search range of +/-x, +/-y"
  504. msgstr ""
  505. "(不推荐) 在 +/-x, +/-y 的区间内进一次简易的 (非分级) 块匹配运动向量搜索"
  506. #: modules/codec/dirac.c:153
  507. msgid "Three component motion estimation"
  508. msgstr "三原色动作估计"
  509. #: modules/codec/dirac.c:154
  510. msgid "Use chroma as part of the motion estimation process"
  511. msgstr ""
  512. #: modules/codec/dirac.c:157
  513. msgid "Intra picture DWT filter"
  514. msgstr "图片内 DWT 滤镜"
  515. #: modules/codec/dirac.c:161
  516. msgid "Inter picture DWT filter"
  517. msgstr "图片间 DWT 滤镜"
  518. #: modules/codec/dirac.c:165
  519. msgid "Number of DWT iterations"
  520. msgstr "DWT 反复数目"
  521. #: modules/codec/dirac.c:166
  522. msgid "Also known as DWT levels"
  523. msgstr "又称 DWT 级别"
  524. #: modules/codec/dirac.c:170
  525. msgid "Enable multiple quantizers"
  526. msgstr "启用多个量化器"
  527. #: modules/codec/dirac.c:171
  528. msgid "Enable multiple quantizers per subband (one per codeblock)"
  529. msgstr ""
  530. #: modules/codec/dirac.c:175
  531. msgid "Enable spatial partitioning"
  532. msgstr "启用空间化分割"
  533. #: modules/codec/dirac.c:179
  534. msgid "Disable arithmetic coding"
  535. msgstr "禁用算术编码"
  536. #: modules/codec/dirac.c:180
  537. msgid "Use variable length codes instead, useful for very high bitrates"
  538. msgstr ""
  539. #: modules/codec/dirac.c:185
  540. msgid "cycles per degree"
  541. msgstr "每 cycle 角度值"
  542. #: modules/codec/dirac.c:207
  543. msgid "Dirac video encoder using dirac-research library"
  544. msgstr ""
  545. #: modules/codec/dmo/dmo.c:102
  546. msgid "DirectMedia Object decoder"
  547. msgstr "DirectMedia Object 解码器"
  548. #: modules/codec/dmo/dmo.c:111
  549. msgid "DirectMedia Object encoder"
  550. msgstr "DirectMedia Object 编码器"
  551. #: modules/codec/dts.c:48
  552. msgid "DTS parser"
  553. msgstr "DTS 解析器"
  554. #: modules/codec/dts.c:53
  555. msgid "DTS audio packetizer"
  556. msgstr "DTS 音频分包器"
  557. #: modules/codec/dvbsub.c:56
  558. msgid "Decoding X coordinate"
  559. msgstr "解码 X 坐标"
  560. #: modules/codec/dvbsub.c:57
  561. msgid "X coordinate of the rendered subtitle"
  562. msgstr "渲染字幕的 X 坐标"
  563. #: modules/codec/dvbsub.c:59
  564. msgid "Decoding Y coordinate"
  565. msgstr "解码 Y 坐标"
  566. #: modules/codec/dvbsub.c:60
  567. msgid "Y coordinate of the rendered subtitle"
  568. msgstr "渲染字幕的 Y 坐标"
  569. #: modules/codec/dvbsub.c:62
  570. msgid "Subpicture position"
  571. msgstr "子画面位置"
  572. #: modules/codec/dvbsub.c:64
  573. msgid ""
  574. "You can enforce the subpicture position on the video (0=center, 1=left, "
  575. "2=right, 4=top, 8=bottom, you can also use combinations of these values, e."
  576. "g. 6=top-right)."
  577. msgstr ""
  578. "您可以强制指定视频上子画面的位置 (0=居中、1=左、2=右、4=上、8=下,您也可以合并"
  579. "使用这些值,例如 6=右上)。"
  580. #: modules/codec/dvbsub.c:68
  581. msgid "Encoding X coordinate"
  582. msgstr "编码 X 坐标"
  583. #: modules/codec/dvbsub.c:69
  584. msgid "X coordinate of the encoded subtitle"
  585. msgstr "编码字幕的 X 坐标"
  586. #: modules/codec/dvbsub.c:70
  587. msgid "Encoding Y coordinate"
  588. msgstr "编码 Y 坐标"
  589. #: modules/codec/dvbsub.c:71
  590. msgid "Y coordinate of the encoded subtitle"
  591. msgstr "编码字幕的 Y 坐标"
  592. #: modules/codec/dvbsub.c:91
  593. msgid "DVB subtitles decoder"
  594. msgstr "DVB 字幕解码器"
  595. #: modules/codec/dvbsub.c:92 modules/demux/ts.c:3402 modules/demux/ts.c:3459
  596. msgid "DVB subtitles"
  597. msgstr "DVB 字幕"
  598. #: modules/codec/dvbsub.c:105
  599. msgid "DVB subtitles encoder"
  600. msgstr "DVB 字幕编码器"
  601. #: modules/codec/faad.c:44
  602. msgid "AAC audio decoder (using libfaad2)"
  603. msgstr "AAC 音频解码器 (使用 libfaad2)"
  604. #: modules/codec/faad.c:388
  605. msgid "AAC extension"
  606. msgstr "AAC 扩展"
  607. #: modules/codec/fake.c:53 modules/gui/fbosd.c:109
  608. msgid "Image file"
  609. msgstr "图像文件"
  610. #: modules/codec/fake.c:55
  611. msgid "Path of the image file for fake input."
  612. msgstr "用于伪装输入的图片文件路径。"
  613. #: modules/codec/fake.c:56
  614. msgid "Reload image file"
  615. msgstr "重新载入图像文件"
  616. #: modules/codec/fake.c:58
  617. msgid "Reload image file every n seconds."
  618. msgstr "每 n 秒重新载入图像文件。"
  619. #: modules/codec/fake.c:61 modules/stream_out/mosaic_bridge.c:142
  620. #: modules/stream_out/transcode.c:79
  621. msgid "Output video width."
  622. msgstr "输出视频宽度。"
  623. #: modules/codec/fake.c:64 modules/stream_out/mosaic_bridge.c:145
  624. #: modules/stream_out/transcode.c:82
  625. msgid "Output video height."
  626. msgstr "输出视频高度。"
  627. #: modules/codec/fake.c:65 modules/video_filter/mosaic.c:136
  628. msgid "Keep aspect ratio"
  629. msgstr "保持高宽比"
  630. #: modules/codec/fake.c:67
  631. msgid "Consider width and height as maximum values."
  632. msgstr "将宽度和高度作为最大值。"
  633. #: modules/codec/fake.c:68
  634. msgid "Background aspect ratio"
  635. msgstr "背景高宽比"
  636. #: modules/codec/fake.c:70
  637. msgid "Aspect ratio of the image file (4:3, 16:9). Default is square pixels."
  638. msgstr "图像文件的高宽比 (4:3、16:9)。默认是方块像素。"
  639. #: modules/codec/fake.c:71 modules/stream_out/transcode.c:71
  640. msgid "Deinterlace video"
  641. msgstr "反交错视频"
  642. #: modules/codec/fake.c:73
  643. msgid "Deinterlace the image after loading it."
  644. msgstr "在载入它之前反交错图像。"
  645. #: modules/codec/fake.c:74 modules/stream_out/transcode.c:74
  646. msgid "Deinterlace module"
  647. msgstr "反交错模块"
  648. #: modules/codec/fake.c:76
  649. msgid "Deinterlace module to use."
  650. msgstr "要使用的反交错模块。"
  651. #: modules/codec/fake.c:77 modules/video_output/fb.c:88
  652. #: modules/video_output/omapfb.c:92 modules/video_output/yuv.c:54
  653. msgid "Chroma used."
  654. msgstr "使用了色度。"
  655. #: modules/codec/fake.c:79 modules/video_output/fb.c:90
  656. #: modules/video_output/yuv.c:56
  657. msgid "Force use of a specific chroma for output. Default is I420."
  658. msgstr "强制为输出使用指定的色度。默认是 I420。"
  659. #: modules/codec/fake.c:90
  660. msgid "Fake video decoder"
  661. msgstr "伪视频解码器"
  662. #: modules/codec/flac.c:186
  663. msgid "Flac audio decoder"
  664. msgstr "Flac 音频解码器"
  665. #: modules/codec/flac.c:192
  666. msgid "Flac audio encoder"
  667. msgstr "Flac 音频编码器"
  668. #: modules/codec/flac.c:199
  669. msgid "Flac audio packetizer"
  670. msgstr "Flac 音频分包器"
  671. #: modules/codec/fluidsynth.c:33
  672. msgid "Sound fonts (required)"
  673. msgstr "Sound fonts (需要)"
  674. #: modules/codec/fluidsynth.c:35
  675. msgid "A sound fonts file is required for software synthesis."
  676. msgstr "用于软件合成器的 sound fonts 文件。"
  677. #: modules/codec/fluidsynth.c:41
  678. msgid "FluidSynth MIDI synthetizer"
  679. msgstr "FluidSynth MIDI 合成器"
  680. #: modules/codec/fluidsynth.c:43
  681. msgid "FluidSynth"
  682. msgstr "FluidSynth"
  683. #: modules/codec/invmem.c:54 modules/video_output/vmem.c:51
  684. msgid "Video memory buffer width."
  685. msgstr "视频内存缓冲宽度。"
  686. #: modules/codec/invmem.c:57 modules/video_output/vmem.c:54
  687. msgid "Video memory buffer height."
  688. msgstr "视频内存缓冲高度。"
  689. #: modules/codec/invmem.c:59 modules/video_output/vmem.c:63
  690. msgid "Lock function"
  691. msgstr "锁定函数"
  692. #: modules/codec/invmem.c:60
  693. msgid ""
  694. "Address of the locking callback function. This function must return a valid "
  695. "memory address for use by the video renderer."
  696. msgstr "锁定调用函数的地址。此功能必须返回一个有效的内存地址供视频渲染器使用。"
  697. #: modules/codec/invmem.c:64 modules/video_output/vmem.c:68
  698. msgid "Unlock function"
  699. msgstr "取消锁定函数"
  700. #: modules/codec/invmem.c:65 modules/video_output/vmem.c:69
  701. msgid "Address of the unlocking callback function"
  702. msgstr "取消锁定调用函数的地址"
  703. #: modules/codec/invmem.c:67 modules/video_output/vmem.c:71
  704. msgid "Callback data"
  705. msgstr "调用数据"
  706. #: modules/codec/invmem.c:68 modules/video_output/vmem.c:72
  707. msgid "Data for the locking and unlocking functions"
  708. msgstr "用于锁定和取消锁定函数的数据"
  709. #: modules/codec/invmem.c:70
  710. msgid ""
  711. "This module make possible making video stream from raw-image generating (to "
  712. "memory) from rendering program uses libvlc. To use this module from libvlc "
  713. "set --codec to invmem, set all --invmem-* options in vlc_argv an use "
  714. "libvlc_media_new(libvlc, "fake://", &ex);. Besides is simillar to vmem "
  715. "video output module."
  716. msgstr ""
  717. #: modules/codec/invmem.c:79 modules/codec/invmem.c:80
  718. msgid "Memory video decoder"
  719. msgstr "内存视频解码器"
  720. #: modules/codec/kate.c:196 modules/codec/subtitles/subsdec.c:196
  721. msgid "Formatted Subtitles"
  722. msgstr "格式化字幕"
  723. #: modules/codec/kate.c:197
  724. msgid ""
  725. "Kate streams allow for text formatting. VLC partly implements this, but you "
  726. "can choose to disable all formatting.Note that this has no effect is "
  727. "rendering via Tiger is enabled."
  728. msgstr ""
  729. #: modules/codec/kate.c:204
  730. msgid "Shadow"
  731. msgstr "阴影"
  732. #: modules/codec/kate.c:204 modules/misc/freetype.c:124
  733. msgid "Outline"
  734. msgstr "轮廓"
  735. #: modules/codec/kate.c:212 modules/gui/fbosd.c:171
  736. #: modules/misc/freetype.c:131 modules/misc/quartztext.c:110
  737. #: modules/misc/win32text.c:88 modules/video_filter/marq.c:61
  738. #: modules/video_filter/rss.c:70
  739. msgid "Black"
  740. msgstr "黑色"
  741. #: modules/codec/kate.c:212 modules/gui/fbosd.c:172
  742. #: modules/misc/freetype.c:131 modules/misc/quartztext.c:110
  743. #: modules/misc/win32text.c:88 modules/video_filter/marq.c:61
  744. #: modules/video_filter/rss.c:71
  745. msgid "Gray"
  746. msgstr "灰色"
  747. #: modules/codec/kate.c:212 modules/gui/fbosd.c:172
  748. #: modules/misc/freetype.c:131 modules/misc/quartztext.c:110
  749. #: modules/misc/win32text.c:88 modules/video_filter/marq.c:62
  750. #: modules/video_filter/rss.c:71
  751. msgid "Silver"
  752. msgstr "银色"
  753. #: modules/codec/kate.c:212 modules/gui/fbosd.c:172
  754. #: modules/misc/freetype.c:131 modules/misc/quartztext.c:110
  755. #: modules/misc/win32text.c:88 modules/video_filter/marq.c:62
  756. #: modules/video_filter/rss.c:71
  757. msgid "White"
  758. msgstr "白色"
  759. #: modules/codec/kate.c:212 modules/gui/fbosd.c:172
  760. #: modules/misc/freetype.c:131 modules/misc/quartztext.c:110
  761. #: modules/misc/win32text.c:88 modules/video_filter/marq.c:62
  762. #: modules/video_filter/rss.c:71
  763. msgid "Maroon"
  764. msgstr "栗色"
  765. #: modules/codec/kate.c:213 modules/gui/fbosd.c:172
  766. #: modules/gui/macosx/controls.m:560 modules/gui/macosx/intf.m:699
  767. #: modules/misc/freetype.c:132 modules/misc/quartztext.c:111
  768. #: modules/misc/win32text.c:89 modules/video_filter/colorthres.c:63
  769. #: modules/video_filter/marq.c:62 modules/video_filter/rss.c:71
  770. msgid "Red"
  771. msgstr "红色"
  772. #: modules/codec/kate.c:213 modules/gui/fbosd.c:173
  773. #: modules/misc/freetype.c:132 modules/misc/quartztext.c:111
  774. #: modules/misc/win32text.c:89 modules/video_filter/colorthres.c:63
  775. #: modules/video_filter/marq.c:63 modules/video_filter/rss.c:72
  776. msgid "Fuchsia"
  777. msgstr "紫红色"
  778. #: modules/codec/kate.c:213 modules/gui/fbosd.c:173
  779. #: modules/gui/macosx/controls.m:564 modules/gui/macosx/intf.m:701
  780. #: modules/misc/freetype.c:132 modules/misc/quartztext.c:111
  781. #: modules/misc/win32text.c:89 modules/video_filter/colorthres.c:63
  782. #: modules/video_filter/marq.c:63 modules/video_filter/rss.c:72
  783. msgid "Yellow"
  784. msgstr "黄色"
  785. #: modules/codec/kate.c:213 modules/gui/fbosd.c:173
  786. #: modules/misc/freetype.c:132 modules/misc/quartztext.c:111
  787. #: modules/misc/win32text.c:89 modules/video_filter/marq.c:63
  788. #: modules/video_filter/rss.c:72
  789. msgid "Olive"
  790. msgstr "橄榄绿"
  791. #: modules/codec/kate.c:213 modules/gui/fbosd.c:173
  792. #: modules/gui/macosx/controls.m:562 modules/gui/macosx/intf.m:700
  793. #: modules/misc/freetype.c:132 modules/misc/quartztext.c:111
  794. #: modules/misc/win32text.c:89 modules/video_filter/marq.c:63
  795. #: modules/video_filter/rss.c:72
  796. msgid "Green"
  797. msgstr "绿色"
  798. #: modules/codec/kate.c:213 modules/gui/fbosd.c:174
  799. #: modules/misc/freetype.c:132 modules/misc/quartztext.c:111
  800. #: modules/misc/win32text.c:89 modules/video_filter/marq.c:64
  801. #: modules/video_filter/rss.c:73
  802. msgid "Teal"
  803. msgstr "凫蓝色"
  804. #: modules/codec/kate.c:214 modules/gui/fbosd.c:174
  805. #: modules/misc/freetype.c:133 modules/misc/quartztext.c:112
  806. #: modules/misc/win32text.c:90 modules/video_filter/colorthres.c:63
  807. #: modules/video_filter/marq.c:64 modules/video_filter/rss.c:73
  808. msgid "Lime"
  809. msgstr "酸橙绿色"
  810. #: modules/codec/kate.c:214 modules/gui/fbosd.c:174
  811. #: modules/misc/freetype.c:133 modules/misc/quartztext.c:112
  812. #: modules/misc/win32text.c:90 modules/video_filter/marq.c:64
  813. #: modules/video_filter/rss.c:73
  814. msgid "Purple"
  815. msgstr "紫色"
  816. #: modules/codec/kate.c:214 modules/gui/fbosd.c:174
  817. #: modules/misc/freetype.c:133 modules/misc/quartztext.c:112
  818. #: modules/misc/win32text.c:90 modules/video_filter/marq.c:64
  819. #: modules/video_filter/rss.c:73
  820. msgid "Navy"
  821. msgstr "藏青色"
  822. #: modules/codec/kate.c:214 modules/gui/fbosd.c:174
  823. #: modules/gui/macosx/controls.m:566 modules/gui/macosx/intf.m:702
  824. #: modules/misc/freetype.c:133 modules/misc/quartztext.c:112
  825. #: modules/misc/win32text.c:90 modules/video_filter/colorthres.c:63
  826. #: modules/video_filter/marq.c:64 modules/video_filter/rss.c:73
  827. msgid "Blue"
  828. msgstr "蓝色"
  829. #: modules/codec/kate.c:214 modules/gui/fbosd.c:175
  830. #: modules/misc/freetype.c:133 modules/misc/quartztext.c:112
  831. #: modules/misc/win32text.c:90 modules/video_filter/colorthres.c:63
  832. #: modules/video_filter/marq.c:65 modules/video_filter/rss.c:74
  833. msgid "Aqua"
  834. msgstr "水蓝色"
  835. #: modules/codec/kate.c:216
  836. msgid "Use Tiger for rendering"
  837. msgstr "使用 Tiger 渲染"
  838. #: modules/codec/kate.c:217
  839. msgid ""
  840. "Kate streams can be rendered using the Tiger library. Disabling this will "
  841. "only render static text and bitmap based streams."
  842. msgstr ""
  843. #: modules/codec/kate.c:221
  844. msgid "Rendering quality"
  845. msgstr "渲染质量"
  846. #: modules/codec/kate.c:222
  847. msgid ""
  848. "Select rendering quality, at the expense of speed. 0 is fastest, 1 is "
  849. "highest quality."
  850. msgstr ""
  851. #: modules/codec/kate.c:226
  852. msgid "Default font effect"
  853. msgstr "默认字体效果"
  854. #: modules/codec/kate.c:227
  855. msgid ""
  856. "Add a font effect to text to improve readability against different "
  857. "backgrounds."
  858. msgstr ""
  859. #: modules/codec/kate.c:231
  860. msgid "Default font effect strength"
  861. msgstr "默认字体效果强度"
  862. #: modules/codec/kate.c:232
  863. msgid "How pronounced to make the chosen font effect (effect dependent)."
  864. msgstr ""
  865. #: modules/codec/kate.c:236
  866. msgid "Default font description"
  867. msgstr "默认字体描述"
  868. #: modules/codec/kate.c:237
  869. msgid ""
  870. "Which font description to use if the Kate stream does not specify particular "
  871. "font parameters (name, size, etc) to use. A blank name will let Tiger choose "
  872. "font parameters where appropriate."
  873. msgstr ""
  874. #: modules/codec/kate.c:242
  875. msgid "Default font color"
  876. msgstr "默认字体颜色"
  877. #: modules/codec/kate.c:243
  878. msgid ""
  879. "Default font color to use if the Kate stream does not specify a particular "
  880. "font color to use."
  881. msgstr ""
  882. #: modules/codec/kate.c:247
  883. msgid "Default font alpha"
  884. msgstr "默认字体透明度"
  885. #: modules/codec/kate.c:248
  886. msgid ""
  887. "Transparency of the default font color if the Kate stream does not specify a "
  888. "particular font color to use."
  889. msgstr ""
  890. #: modules/codec/kate.c:252
  891. msgid "Default background color"
  892. msgstr "默认背景颜色"
  893. #: modules/codec/kate.c:253
  894. msgid ""
  895. "Default background color if the Kate stream does not specify a background "
  896. "color to use."
  897. msgstr ""
  898. #: modules/codec/kate.c:257
  899. msgid "Default background alpha"
  900. msgstr "默认背景透明度"
  901. #: modules/codec/kate.c:258
  902. msgid ""
  903. "Transparency of the default background color if the Kate stream does not "
  904. "specify a particular background color to use."
  905. msgstr ""
  906. #: modules/codec/kate.c:264
  907. msgid ""
  908. "Kate is a codec for text and image based overlays.n"
  909. "The Tiger rendering library is needed to render complex Kate streams, but "
  910. "VLC can still render static text and image based subtitles if it is not "
  911. "available.n"
  912. "Note that changing settings below will not take effect until a new stream is "
  913. "played. This will hopefully be fixed soon."
  914. msgstr ""
  915. #: modules/codec/kate.c:273
  916. msgid "Kate"
  917. msgstr "Kate"
  918. #: modules/codec/kate.c:274
  919. msgid "Kate overlay decoder"
  920. msgstr "Kate 重叠解码器"
  921. #: modules/codec/kate.c:293
  922. msgid "Tiger rendering defaults"
  923. msgstr "Tiger 渲染默认设定"
  924. #: modules/codec/kate.c:329
  925. msgid "Kate text subtitles packetizer"
  926. msgstr "Kate 文本字幕分包器"
  927. #: modules/codec/libass.c:67
  928. msgid "Subtitle renderers using libass"
  929. msgstr "使用 libass 渲染字幕"
  930. #: modules/codec/libass.c:728
  931. msgid "Building font cache"
  932. msgstr "正在创建字体缓存"
  933. #: modules/codec/libass.c:729
  934. msgid ""
  935. "Please wait while your font cache is rebuild.n"
  936. "This should take less than a minute."
  937. msgstr ""
  938. #: modules/codec/libmpeg2.c:127
  939. msgid "MPEG I/II video decoder (using libmpeg2)"
  940. msgstr "MPEG I/II 视频解码器 (使用 libmpeg2)"
  941. #: modules/codec/lpcm.c:52
  942. msgid "Linear PCM audio decoder"
  943. msgstr "线性 PCM 音频解码器"
  944. #: modules/codec/lpcm.c:57
  945. msgid "Linear PCM audio packetizer"
  946. msgstr "线性 PCM 音频分包器"
  947. #: modules/codec/mash.cpp:71
  948. msgid "Video decoder using openmash"
  949. msgstr "使用 openmash 视频解码器"
  950. #: modules/codec/mpeg_audio.c:113
  951. msgid "MPEG audio layer I/II/III decoder"
  952. msgstr "MPEG 音频层 I/II/III 解码器"
  953. #: modules/codec/mpeg_audio.c:124
  954. msgid "MPEG audio layer I/II/III packetizer"
  955. msgstr "MPEG 音频层 I/II/III 分包器"
  956. #: modules/codec/png.c:59
  957. msgid "PNG video decoder"
  958. msgstr "PNG 视频解码器"
  959. #: modules/codec/quicktime.c:68
  960. msgid "QuickTime library decoder"
  961. msgstr "QuickTime 库解码器"
  962. #: modules/codec/rawvideo.c:72
  963. msgid "Pseudo raw video decoder"
  964. msgstr "Pseudo raw 视频解码器"
  965. #: modules/codec/rawvideo.c:79
  966. msgid "Pseudo raw video packetizer"
  967. msgstr "Pseudo raw 视频分包器"
  968. #: modules/codec/realaudio.c:65
  969. msgid "RealAudio library decoder"
  970. msgstr "RealAudio 库解码器"
  971. #: modules/codec/realvideo.c:132
  972. msgid "RealVideo library decoder"
  973. msgstr "RealVideo 库解码器"
  974. #: modules/codec/schroedinger.c:51
  975. msgid "Schroedinger video decoder"
  976. msgstr "Schroedinger 视频解码器"
  977. #: modules/codec/sdl_image.c:60
  978. msgid "SDL Image decoder"
  979. msgstr "SDL 图像解码器"
  980. #: modules/codec/sdl_image.c:61
  981. msgid "SDL_image video decoder"
  982. msgstr "SDL_image 视频解码器"
  983. #: modules/codec/shine/shine_mod.c:66
  984. msgid "MP3 fixed point audio encoder"
  985. msgstr "MP3 定点音频编码器"
  986. #: modules/codec/speex.c:56 modules/codec/speex.c:844
  987. #: modules/gui/macosx/open.m:209 modules/gui/qt4/ui/video_effects.h:920
  988. msgid "Mode"
  989. msgstr "模式"
  990. #: modules/codec/speex.c:58
  991. msgid "Enforce the mode of the encoder."
  992. msgstr "强制编码器的模式。"
  993. #: modules/codec/speex.c:60 modules/codec/theora.c:95
  994. #: modules/codec/twolame.c:55 modules/codec/vorbis.c:165
  995. msgid "Encoding quality"
  996. msgstr "编码质量"
  997. #: modules/codec/speex.c:62
  998. msgid "Enforce a quality between 0 (low) and 10 (high)."
  999. msgstr "强制一个从 0 (低) 到 10 (高) 的质量值。"
  1000. #: modules/codec/speex.c:64
  1001. msgid "Encoding complexity"
  1002. msgstr "编码复杂度"
  1003. #: modules/codec/speex.c:66
  1004. msgid "Enforce the complexity of the encoder."
  1005. msgstr "强制编码器的复杂度。"
  1006. #: modules/codec/speex.c:68
  1007. msgid "Maximal bitrate"
  1008. msgstr "最大位率"
  1009. #: modules/codec/speex.c:70
  1010. msgid "Enforce the maximal VBR bitrate"
  1011. msgstr "强制 VBR 位率的最大值"
  1012. #: modules/codec/speex.c:72 modules/codec/vorbis.c:175
  1013. msgid "CBR encoding"
  1014. msgstr "CBR 编码"
  1015. #: modules/codec/speex.c:74
  1016. msgid ""
  1017. "Enforce a constant bitrate encoding (CBR) instead of default variable "
  1018. "bitrate encoding (VBR)."
  1019. msgstr ""
  1020. #: modules/codec/speex.c:77
  1021. msgid "Voice activity detection"
  1022. msgstr "语音活动检测"
  1023. #: modules/codec/speex.c:79
  1024. msgid ""
  1025. "Enable voice activity detection (VAD). It is automatically activated in VBR "
  1026. "mode."
  1027. msgstr "启用语音活动检测 (VAD)。在 VBR 模式中会自动激活。"
  1028. #: modules/codec/speex.c:82
  1029. msgid "Discontinuous Transmission"
  1030. msgstr "非连续传输"
  1031. #: modules/codec/speex.c:84
  1032. msgid "Enable discontinuous transmission (DTX)."
  1033. msgstr "启用非连续传输 (DTX)。"
  1034. #: modules/codec/speex.c:88
  1035. msgid "Narrow-band (8kHz)"
  1036. msgstr "短波 (8kHz)"
  1037. #: modules/codec/speex.c:88
  1038. msgid "Wide-band (16kHz)"
  1039. msgstr "长波 (16kHz)"
  1040. #: modules/codec/speex.c:88
  1041. msgid "Ultra-wideband (32kHz)"
  1042. msgstr "超长波 (32kHz)"
  1043. #: modules/codec/speex.c:95
  1044. msgid "Speex audio decoder"
  1045. msgstr "Speex 音频解码器"
  1046. #: modules/codec/speex.c:97
  1047. msgid "Speex"
  1048. msgstr "Speex"
  1049. #: modules/codec/speex.c:101
  1050. msgid "Speex audio packetizer"
  1051. msgstr "Speex 音频封包器"
  1052. #: modules/codec/speex.c:106
  1053. msgid "Speex audio encoder"
  1054. msgstr "Speex 音频编码器"
  1055. #: modules/codec/spudec/spudec.c:46
  1056. msgid "DVD subtitles decoder"
  1057. msgstr "DVD 字幕解码器"
  1058. #: modules/codec/spudec/spudec.c:53
  1059. msgid "DVD subtitles packetizer"
  1060. msgstr "DVD 字幕封包器"
  1061. #: modules/codec/subtitles/subsdec.c:98
  1062. msgid "Universal (UTF-8)"
  1063. msgstr "通用 (UTF-8)"
  1064. #: modules/codec/subtitles/subsdec.c:99
  1065. msgid "Universal (UTF-16)"
  1066. msgstr "通用 (UTF-16)"
  1067. #: modules/codec/subtitles/subsdec.c:100
  1068. msgid "Universal (big endian UTF-16)"
  1069. msgstr "通用 (big endian UTF-16)"
  1070. #: modules/codec/subtitles/subsdec.c:101
  1071. msgid "Universal (little endian UTF-16)"
  1072. msgstr "通用 (little endian UTF-16)"
  1073. #: modules/codec/subtitles/subsdec.c:102
  1074. msgid "Universal, Chinese (GB18030)"
  1075. msgstr "通用, 中文 (GB18030)"
  1076. #: modules/codec/subtitles/subsdec.c:106
  1077. msgid "Western European (Latin-9)"
  1078. msgstr "西欧 (Latin-9)"
  1079. #: modules/codec/subtitles/subsdec.c:107
  1080. msgid "Western European (Windows-1252)"
  1081. msgstr "西欧 (Windows-1252)"
  1082. #: modules/codec/subtitles/subsdec.c:109
  1083. msgid "Eastern European (Latin-2)"
  1084. msgstr "东欧 (Latin-2)"
  1085. #: modules/codec/subtitles/subsdec.c:110
  1086. msgid "Eastern European (Windows-1250)"
  1087. msgstr "东欧 (Windows-1250)"
  1088. #: modules/codec/subtitles/subsdec.c:112
  1089. msgid "Esperanto (Latin-3)"
  1090. msgstr "世界语 (Latin-3)"
  1091. #: modules/codec/subtitles/subsdec.c:114
  1092. msgid "Nordic (Latin-6)"
  1093. msgstr "北欧语系 (Latin-6)"
  1094. #: modules/codec/subtitles/subsdec.c:116
  1095. msgid "Cyrillic (Windows-1251)"
  1096. msgstr "西里尔语 (Windows-1251)"
  1097. #: modules/codec/subtitles/subsdec.c:117
  1098. msgid "Russian (KOI8-R)"
  1099. msgstr "俄语 (KOI8-R)"
  1100. #: modules/codec/subtitles/subsdec.c:118
  1101. msgid "Ukrainian (KOI8-U)"
  1102. msgstr "乌克兰语 (KOI8-U)"
  1103. #: modules/codec/subtitles/subsdec.c:120
  1104. msgid "Arabic (ISO 8859-6)"
  1105. msgstr "阿拉伯语 (ISO 8859-6)"
  1106. #: modules/codec/subtitles/subsdec.c:121
  1107. msgid "Arabic (Windows-1256)"
  1108. msgstr "阿拉伯语 (Windows-1256)"
  1109. #: modules/codec/subtitles/subsdec.c:123
  1110. msgid "Greek (ISO 8859-7)"
  1111. msgstr "希腊语 (ISO 8859-7)"
  1112. #: modules/codec/subtitles/subsdec.c:124
  1113. msgid "Greek (Windows-1253)"
  1114. msgstr "希腊语 (Windows-1253)"
  1115. #: modules/codec/subtitles/subsdec.c:126
  1116. msgid "Hebrew (ISO 8859-8)"
  1117. msgstr "希伯来语 (ISO 8859-8)"
  1118. #: modules/codec/subtitles/subsdec.c:127
  1119. msgid "Hebrew (Windows-1255)"
  1120. msgstr "希伯来语 (Windows-1255)"
  1121. #: modules/codec/subtitles/subsdec.c:129
  1122. msgid "Turkish (ISO 8859-9)"
  1123. msgstr "土耳其语 (ISO 8859-9)"
  1124. #: modules/codec/subtitles/subsdec.c:130
  1125. msgid "Turkish (Windows-1254)"
  1126. msgstr "土耳其语 (Windows-1254)"
  1127. #: modules/codec/subtitles/subsdec.c:133
  1128. msgid "Thai (TIS 620-2533/ISO 8859-11)"
  1129. msgstr "泰语 (TIS 620-2533/ISO 8859-11)"
  1130. #: modules/codec/subtitles/subsdec.c:134
  1131. msgid "Thai (Windows-874)"
  1132. msgstr "泰语 (Windows-874)"
  1133. #: modules/codec/subtitles/subsdec.c:136
  1134. msgid "Baltic (Latin-7)"
  1135. msgstr "波罗地海语 (Latin-7)"
  1136. #: modules/codec/subtitles/subsdec.c:137
  1137. msgid "Baltic (Windows-1257)"
  1138. msgstr "波罗地海语 (Windows-1257)"
  1139. #: modules/codec/subtitles/subsdec.c:140
  1140. msgid "Celtic (Latin-8)"
  1141. msgstr "凯尔特语 (Latin-8)"
  1142. #: modules/codec/subtitles/subsdec.c:143
  1143. msgid "South-Eastern European (Latin-10)"
  1144. msgstr "欧洲东南部 (Latin-10)"
  1145. #: modules/codec/subtitles/subsdec.c:145
  1146. msgid "Simplified Chinese (ISO-2022-CN-EXT)"
  1147. msgstr "简体中文 (ISO-2022-CN-EXT)"
  1148. #: modules/codec/subtitles/subsdec.c:146
  1149. msgid "Simplified Chinese Unix (EUC-CN)"
  1150. msgstr "简体中文 Unix (EUC-CN)"
  1151. #: modules/codec/subtitles/subsdec.c:147
  1152. msgid "Japanese (7-bits JIS/ISO-2022-JP-2)"
  1153. msgstr "日语 (7 位 JIS/ISO-2022-JP-2)"
  1154. #: modules/codec/subtitles/subsdec.c:148
  1155. msgid "Japanese Unix (EUC-JP)"
  1156. msgstr "日语 Unix (EUC-JP)"
  1157. #: modules/codec/subtitles/subsdec.c:149
  1158. msgid "Japanese (Shift JIS)"
  1159. msgstr "日语 (Shift JIS)"
  1160. #: modules/codec/subtitles/subsdec.c:150
  1161. msgid "Korean (EUC-KR/CP949)"
  1162. msgstr "朝鲜语 (EUC-KR/CP949)"
  1163. #: modules/codec/subtitles/subsdec.c:151
  1164. msgid "Korean (ISO-2022-KR)"
  1165. msgstr "朝鲜语 (ISO-2022-KR)"
  1166. #: modules/codec/subtitles/subsdec.c:152
  1167. msgid "Traditional Chinese (Big5)"
  1168. msgstr "繁体中文 (Big5)"
  1169. #: modules/codec/subtitles/subsdec.c:153
  1170. msgid "Traditional Chinese Unix (EUC-TW)"
  1171. msgstr "繁体中文 Unix (EUC-TW)"
  1172. #: modules/codec/subtitles/subsdec.c:154
  1173. msgid "Hong-Kong Supplementary (HKSCS)"
  1174. msgstr "香港补充 (HKSCS)"
  1175. #: modules/codec/subtitles/subsdec.c:156
  1176. msgid "Vietnamese (VISCII)"
  1177. msgstr "越南语 (VISCII)"
  1178. #: modules/codec/subtitles/subsdec.c:157
  1179. msgid "Vietnamese (Windows-1258)"
  1180. msgstr "越南语 (Windows-1258)"
  1181. #: modules/codec/subtitles/subsdec.c:189
  1182. msgid "Subtitles text encoding"
  1183. msgstr "字幕文本编码"
  1184. #: modules/codec/subtitles/subsdec.c:190
  1185. msgid "Set the encoding used in text subtitles"
  1186. msgstr "设置在文本字幕中使用的编码"
  1187. #: modules/codec/subtitles/subsdec.c:191
  1188. msgid "Subtitles justification"
  1189. msgstr "字幕调整"
  1190. #: modules/codec/subtitles/subsdec.c:192
  1191. msgid "Set the justification of subtitles"
  1192. msgstr "设置字幕调整"
  1193. #: modules/codec/subtitles/subsdec.c:193
  1194. msgid "UTF-8 subtitles autodetection"
  1195. msgstr "自动检测 UTF-8 字幕"
  1196. #: modules/codec/subtitles/subsdec.c:194
  1197. msgid ""
  1198. "This enables automatic detection of UTF-8 encoding within subtitles files."
  1199. msgstr "这将开启自动检测字幕文件内的 UTF-8 编码。"
  1200. #: modules/codec/subtitles/subsdec.c:197
  1201. msgid ""
  1202. "Some subtitle formats allow for text formatting. VLC partly implements this, "
  1203. "but you can choose to disable all formatting."
  1204. msgstr ""
  1205. "某些字幕格式允许文本格式。VLC 将部分处理它,但是您可以选择关闭所有格式。"
  1206. #: modules/codec/subtitles/subsdec.c:203
  1207. msgid "Text subtitles decoder"
  1208. msgstr "文本字幕解码器"
  1209. #: modules/codec/subtitles/subsusf.c:52
  1210. msgid "USFSubs"
  1211. msgstr "USFSubs"
  1212. #: modules/codec/subtitles/subsusf.c:53
  1213. msgid "USF subtitles decoder"
  1214. msgstr "USF 字幕解码器"
  1215. #: modules/codec/subtitles/t140.c:37
  1216. msgid "T.140 text encoder"
  1217. msgstr "T.140 文本编码器"
  1218. #: modules/codec/svcdsub.c:47
  1219. msgid "Enable debug"
  1220. msgstr "开启调试"
  1221. #: modules/codec/svcdsub.c:50
  1222. msgid ""
  1223. "This integer when viewed in binary is a debugging maskn"
  1224. "calls                 1n"
  1225. "packet assembly info  2n"
  1226. msgstr ""
  1227. "此整数将在二进制视图中作为调试掩码n"
  1228. "调用                  1n"
  1229. "数据包分配信息        2n"
  1230. #: modules/codec/svcdsub.c:55
  1231. msgid "Philips OGT (SVCD subtitle) decoder"
  1232. msgstr "Philips OGT (SVCD 字幕) 解码器"
  1233. #: modules/codec/svcdsub.c:56
  1234. msgid "SVCD subtitles"
  1235. msgstr "SVCD 字幕"
  1236. #: modules/codec/svcdsub.c:66
  1237. msgid "Philips OGT (SVCD subtitle) packetizer"
  1238. msgstr "Philips OGT (SVCD 字幕) 分包器"
  1239. #: modules/codec/tarkin.c:80
  1240. msgid "Tarkin decoder"
  1241. msgstr "Tarkin 解码器"
  1242. #: modules/codec/telx.c:55
  1243. msgid "Override page"
  1244. msgstr "覆盖页"
  1245. #: modules/codec/telx.c:56
  1246. msgid ""
  1247. "Override the indicated page, try this if your subtitles don't appear (-1 = "
  1248. "autodetect from TS, 0 = autodetect from teletext, >0 = actual page number, "
  1249. "usually 888 or 889)."
  1250. msgstr ""
  1251. "覆盖指示页,如果您的字幕不显示请尝试它 (-1 = 从 TS 自动检测、0 = 从 teletext "
  1252. "自动检测,>0 = 实际的页编号,通常是 888 或 889)。"
  1253. #: modules/codec/telx.c:61
  1254. msgid "Ignore subtitle flag"
  1255. msgstr "忽略字幕标志"
  1256. #: modules/codec/telx.c:62
  1257. msgid "Ignore the subtitle flag, try this if your subtitles don't appear."
  1258. msgstr "忽略字幕标志,如果您的字幕不显示请尝试它。"
  1259. #: modules/codec/telx.c:65
  1260. msgid "Workaround for France"
  1261. msgstr "针对法国的修正"
  1262. #: modules/codec/telx.c:66
  1263. msgid ""
  1264. "Some French channels do not flag their subtitling pages correctly due to a "
  1265. "historical interpretation mistake. Try using this wrong interpretation if "
  1266. "your subtitles don't appear."
  1267. msgstr ""
  1268. "由于历史上的错误一些法国频道没有正确标识出它们的字幕页。如果您的字幕没有显示"
  1269. "请尝试这些错误的指示。"
  1270. #: modules/codec/telx.c:72
  1271. msgid "Teletext subtitles decoder"
  1272. msgstr "Teletext 字幕解码器"
  1273. #: modules/codec/theora.c:97 modules/codec/vorbis.c:167
  1274. msgid ""
  1275. "Enforce a quality between 1 (low) and 10 (high), instead of specifying a "
  1276. "particular bitrate. This will produce a VBR stream."
  1277. msgstr ""
  1278. "强制指定一个 1 (低) 到 10 (高) 之间的质量,以代替指定一个详细的流。这将会生成"
  1279. "一个 VBR 流。"
  1280. #: modules/codec/theora.c:104
  1281. msgid "Theora video decoder"
  1282. msgstr "Theora 视频解码器"
  1283. #: modules/codec/theora.c:110
  1284. msgid "Theora video packetizer"
  1285. msgstr "Theora 视频分包器"
  1286. #: modules/codec/theora.c:116
  1287. msgid "Theora video encoder"
  1288. msgstr "Theora 视频编码器"
  1289. #: modules/codec/twolame.c:57
  1290. msgid ""
  1291. "Force a specific encoding quality between 0.0 (high) and 50.0 (low), instead "
  1292. "of specifying a particular bitrate. This will produce a VBR stream."
  1293. msgstr ""
  1294. "强制指定一个 0.0 (低) 到 50.0 (高) 之间的质量,以代替指定一个详细的流。这将会"
  1295. "生成一个 VBR 流。"
  1296. #: modules/codec/twolame.c:60
  1297. msgid "Stereo mode"
  1298. msgstr "立体声模式"
  1299. #: modules/codec/twolame.c:61
  1300. msgid "Handling mode for stereo streams"
  1301. msgstr "立体声流的处理模式"
  1302. #: modules/codec/twolame.c:62
  1303. msgid "VBR mode"
  1304. msgstr "VBR 模式"
  1305. #: modules/codec/twolame.c:64
  1306. msgid "Use Variable BitRate. Default is to use Constant BitRate (CBR)."
  1307. msgstr "使用可变位率。默认使用固定位率 (CBR)。"
  1308. #: modules/codec/twolame.c:65
  1309. msgid "Psycho-acoustic model"
  1310. msgstr "心理声学模型"
  1311. #: modules/codec/twolame.c:67
  1312. msgid "Integer from -1 (no model) to 4."
  1313. msgstr "从 -1 (无模型) 到 4 的整数。"
  1314. #: modules/codec/twolame.c:71
  1315. msgid "Dual mono"
  1316. msgstr "双单声道"
  1317. #: modules/codec/twolame.c:71
  1318. msgid "Joint stereo"
  1319. msgstr "联合立体声"
  1320. #: modules/codec/twolame.c:76
  1321. msgid "Libtwolame audio encoder"
  1322. msgstr "Libtwolame 音频解码器"
  1323. #: modules/codec/vorbis.c:169
  1324. msgid "Maximum encoding bitrate"
  1325. msgstr "最大编码位率"
  1326. #: modules/codec/vorbis.c:171
  1327. msgid "Maximum bitrate in kbps. This is useful for streaming applications."
  1328. msgstr "以 kbps 为单位的最大位率。这对流应用程序来说非常有用。"
  1329. #: modules/codec/vorbis.c:172
  1330. msgid "Minimum encoding bitrate"
  1331. msgstr "最小编码位率"
  1332. #: modules/codec/vorbis.c:174
  1333. msgid ""
  1334. "Minimum bitrate in kbps. This is useful for encoding for a fixed-size "
  1335. "channel."
  1336. msgstr "以 kbps 为单位的最小位率。这对编码固定大小的频道来说非常有用。"
  1337. #: modules/codec/vorbis.c:177
  1338. msgid "Force a constant bitrate encoding (CBR)."
  1339. msgstr "强制固定位率编码 (CBR)。"
  1340. #: modules/codec/vorbis.c:181
  1341. msgid "Vorbis audio decoder"
  1342. msgstr "Vorbis 音频解码器"
  1343. #: modules/codec/vorbis.c:192
  1344. msgid "Vorbis audio packetizer"
  1345. msgstr "Vorbis 音频分包器"
  1346. #: modules/codec/vorbis.c:199
  1347. msgid "Vorbis audio encoder"
  1348. msgstr "Vorbis 音频编码器"
  1349. #: modules/codec/wmafixed/wma.c:83
  1350. msgid "WMA v1/v2 fixed point audio decoder"
  1351. msgstr "WMA v1/v2 定点音频解码器"
  1352. #: modules/codec/x264.c:53
  1353. msgid "Maximum GOP size"
  1354. msgstr "最大 GOP 大小"
  1355. #: modules/codec/x264.c:54
  1356. msgid ""
  1357. "Sets maximum interval between IDR-frames.Larger values save bits, thus "
  1358. "improving quality for a given bitrate at the cost of seeking precision."
  1359. msgstr ""
  1360. "设置 IDR 帧之间的最大间隔。较大的帧将节省大小,并改进在给予为率下的搜索精确性"
  1361. "质量。"
  1362. #: modules/codec/x264.c:58
  1363. msgid "Minimum GOP size"
  1364. msgstr "最小 GOP 大小"
  1365. #: modules/codec/x264.c:59
  1366. msgid ""
  1367. "Sets minimum interval between IDR-frames. In H.264, I-frames do not "
  1368. "necessarily bound a closed GOP because it is allowable for a P-frame to be "
  1369. "predicted from more frames than just the one frame before it (also see "
  1370. "reference frame option). Therefore, I-frames are not necessarily seekable. "
  1371. "IDR-frames restrict subsequent P-frames from referring to any frame prior to "
  1372. "the IDR-frame. n"
  1373. "If scenecuts appear within this interval, they are still encoded as I-"
  1374. "frames, but do not start a new GOP."
  1375. msgstr ""
  1376. "设置 IDR 帧之间的最小间隔。在 H.264 中 I 帧没有必要绑定一个封闭的 GOP,因为它"
  1377. "允许在它之前预测更多的帧 (也可以查看参考帧选项)。因此 I 帧没有搜索的必要。"
  1378. "IDR 帧将从任意参考帧之前限制之后的 P 帧。n"
  1379. "如果场景出现在此间隔内, 它们还是将会被编码为 I 帧, 但是不启动一个新的 GOP。"
  1380. #: modules/codec/x264.c:68
  1381. msgid "Extra I-frames aggressivity"
  1382. msgstr "扩展 I 帧激进性"
  1383. #: modules/codec/x264.c:69
  1384. msgid ""
  1385. "Scene-cut detection. Controls how aggressively to insert extra I-frames. "
  1386. "With small values of scenecut, the codec often has to force an I-frame when "
  1387. "it would exceed keyint. Good values of scenecut may find a better location "
  1388. "for the I-frame. Large values use more I-frames than necessary, thus wasting "
  1389. "bits. -1 disables scene-cut detection, so I-frames are inserted only every "
  1390. "other keyint frames, which probably leads to ugly encoding artifacts. Range "
  1391. "1 to 100."
  1392. msgstr ""
  1393. "场景剪辑检测。控制如何主动的插入额外的 I 帧。较小的场景剪辑值,编码器将会经常"
  1394. "在超过关键值时强制一个 I 帧。较好的场景剪辑值可能会为 I 帧查找一个较佳的位"
  1395. "置。较大的值将使用尽可能多的 I 帧,但是会浪费容量。-1 为关闭场景剪辑检测,所以 "
  1396. "I 帧将会被插入到每个 keyint 帧中,这可能会导致编码效率的降低。范围是 1 到 "
  1397. "100。"
  1398. #: modules/codec/x264.c:80
  1399. msgid "Faster, less precise scenecut detection"
  1400. msgstr "较快,低精确性的场景剪辑检测"
  1401. #: modules/codec/x264.c:81
  1402. msgid ""
  1403. "Faster, less precise scenecut detection. Required and implied by multi-"
  1404. "threading."
  1405. msgstr "较快,低精确性的场景剪辑检测。 需要多线程支持。"
  1406. #: modules/codec/x264.c:85
  1407. msgid "B-frames between I and P"
  1408. msgstr "在 I 和 P 之间的 B 帧"
  1409. #: modules/codec/x264.c:86
  1410. msgid "Number of consecutive B-frames between I and P-frames. Range 1 to 16."
  1411. msgstr "在 I 和 P 帧之间的连续 B 帧。范围是 1 到 16。"
  1412. #: modules/codec/x264.c:89
  1413. msgid "Adaptive B-frame decision"
  1414. msgstr "适应 B 帧检测"
  1415. #: modules/codec/x264.c:91
  1416. msgid ""
  1417. "Force the specified number of consecutive B-frames to be used, except "
  1418. "possibly before an I-frame.Range 0 to 2."
  1419. msgstr ""
  1420. #: modules/codec/x264.c:95
  1421. msgid ""
  1422. "Force the specified number of consecutive B-frames to be used, except "
  1423. "possibly before an I-frame."
  1424. msgstr "强制指定要使用的连续 B 帧值,除了可能的一个在 I 帧之前。"
  1425. #: modules/codec/x264.c:99
  1426. msgid "Influence (bias) B-frames usage"
  1427. msgstr "影响 (倾向) B 帧用法"
  1428. #: modules/codec/x264.c:100
  1429. msgid ""
  1430. "Bias the choice to use B-frames. Positive values cause more B-frames, "
  1431. "negative values cause less B-frames."
  1432. msgstr "倾向使用 B 帧。积极的值将造成更多的 B 帧, 保守的值将造成较少的 B 帧。"
  1433. #: modules/codec/x264.c:104
  1434. msgid "Keep some B-frames as references"
  1435. msgstr "保留一些 B 帧作为参考"
  1436. #: modules/codec/x264.c:106
  1437. msgid ""
  1438. "Allows B-frames to be used as references for predicting other frames. Keeps "
  1439. "the middle of 2+ consecutive B-frames as a reference, and reorders frame "
  1440. "appropriately.n"
  1441. " - none: Disabledn"
  1442. " - strict: Strictly hierarchical pyramidn"
  1443. " - normal: Non-strict (not Blu-ray compatible)n"
  1444. msgstr ""
  1445. #: modules/codec/x264.c:114
  1446. msgid ""
  1447. "Allows B-frames to be used as references for predicting other frames. Keeps "
  1448. "the middle of 2+ consecutive B-frames as a reference, and reorders frame "
  1449. "appropriately."
  1450. msgstr ""
  1451. "允许 B 帧被用做参考预测其它帧。保持 2+ 连续 B 帧作为参考,并记录帧框架。"
  1452. #: modules/codec/x264.c:119
  1453. msgid "CABAC"
  1454. msgstr "CABAC"
  1455. #: modules/codec/x264.c:120
  1456. msgid ""
  1457. "CABAC (Context-Adaptive Binary Arithmetic Coding). Slightly slows down "
  1458. "encoding and decoding, but should save 10 to 15% bitrate."
  1459. msgstr ""
  1460. "CABAC (内容适应二进制算法编码)。将轻微的降速编码和解码, 但是会节省 10 到 15% "
  1461. "位率。"
  1462. #: modules/codec/x264.c:124
  1463. msgid "Number of reference frames"
  1464. msgstr "参考帧数量"
  1465. #: modules/codec/x264.c:125
  1466. msgid ""
  1467. "Number of previous frames used as predictors. This is effective in Anime, "
  1468. "but seems to make little difference in live-action source material. Some "
  1469. "decoders are unable to deal with large frameref values. Range 1 to 16."
  1470. msgstr ""
  1471. "用作预测的前帧数量。这在动画中非常有效,但是可能会造成看上去和原始版本稍有差"
  1472. "异。某些解码器可能无法分析大的参考帧值。范围是 1 到 16。"
  1473. #: modules/codec/x264.c:130
  1474. msgid "Skip loop filter"
  1475. msgstr "跳过循环滤镜"
  1476. #: modules/codec/x264.c:131
  1477. msgid "Deactivate the deblocking loop filter (decreases quality)."
  1478. msgstr "取消去块循环滤镜 (降低质量)。"
  1479. #: modules/codec/x264.c:133
  1480. msgid "Loop filter AlphaC0 and Beta parameters alpha:beta"
  1481. msgstr "循环滤镜 AlphaCO 和 Beta 参数 alpha: beta"
  1482. #: modules/codec/x264.c:134
  1483. msgid ""
  1484. "Loop filter AlphaC0 and Beta parameters. Range -6 to 6 for both alpha and "
  1485. "beta parameters. -6 means light filter, 6 means strong."
  1486. msgstr ""
  1487. "循环滤镜 AlphaCO 和 Beta 参数。alpha 和 beta 参数的范围是 -6 到 6。-6 表示很"
  1488. "少的过滤,6 表示强过滤。"
  1489. #: modules/codec/x264.c:138
  1490. msgid "H.264 level"
  1491. msgstr "H.264 等级"
  1492. #: modules/codec/x264.c:139
  1493. msgid ""
  1494. "Specify H.264 level (as defined by Annex A of the standard). Levels are not "
  1495. "enforced; it's up to the user to select a level compatible with the rest of "
  1496. "the encoding options. Range 1 to 5.1 (10 to 51 is also allowed)."
  1497. msgstr ""
  1498. "指定 H.264 等级 (由 AnnexA 定义标准)。等级不是强制的; 它将服从用户选择的其它"
  1499. "编码选项。范围是 1 到 5.1 (10 到 51 也被允许)。"
  1500. #: modules/codec/x264.c:144
  1501. msgid "H.264 profile"
  1502. msgstr "H.264 档案"
  1503. #: modules/codec/x264.c:145
  1504. msgid "Specify H.264 profile which limits are enforced overother settings"
  1505. msgstr ""
  1506. #: modules/codec/x264.c:152
  1507. msgid "Interlaced mode"
  1508. msgstr "交错模式"
  1509. #: modules/codec/x264.c:153
  1510. msgid "Pure-interlaced mode."
  1511. msgstr "纯交错模式。"
  1512. #: modules/codec/x264.c:158
  1513. msgid "Set QP"
  1514. msgstr "设置 QP"
  1515. #: modules/codec/x264.c:159
  1516. msgid ""
  1517. "This selects the quantizer to use. Lower values result in better fidelity, "
  1518. "but higher bitrates. 26 is a good default value. Range 0 (lossless) to 51."
  1519. msgstr ""
  1520. "这将选择要使用的量化器。较低的值会有较佳的精确性,但是有较高的位率。26 是一个"
  1521. "比较好的值。范围从 0 (无损) 到 51。"
  1522. #: modules/codec/x264.c:163
  1523. msgid "Quality-based VBR"
  1524. msgstr "基于质量的 VBR"
  1525. #: modules/codec/x264.c:164
  1526. msgid "1-pass Quality-based VBR. Range 0 to 51."
  1527. msgstr "基于质量的 1 pass VBR。范围从 0 到 51。"
  1528. #: modules/codec/x264.c:166
  1529. msgid "Min QP"
  1530. msgstr "最小 QP"
  1531. #: modules/codec/x264.c:167
  1532. msgid "Minimum quantizer parameter. 15 to 35 seems to be a useful range."
  1533. msgstr "最小的量化器参数。15 到 35 看上去是一个有用的范围。"
  1534. #: modules/codec/x264.c:170
  1535. msgid "Max QP"
  1536. msgstr "最大 QP"
  1537. #: modules/codec/x264.c:171
  1538. msgid "Maximum quantizer parameter."
  1539. msgstr "最大量化器参数。"
  1540. #: modules/codec/x264.c:173
  1541. msgid "Max QP step"
  1542. msgstr "最大 QP 步进"
  1543. #: modules/codec/x264.c:174
  1544. msgid "Max QP step between frames."
  1545. msgstr "在帧之前的最大 QP 步进。"
  1546. #: modules/codec/x264.c:176
  1547. msgid "Average bitrate tolerance"
  1548. msgstr "平均位率公差"
  1549. #: modules/codec/x264.c:177
  1550. msgid "Allowed variance in average bitrate (in kbits/s)."
  1551. msgstr "平均位率内允许的误差 (以 kbits/s 为单位)。"
  1552. #: modules/codec/x264.c:180
  1553. msgid "Max local bitrate"
  1554. msgstr "最大本地位率"
  1555. #: modules/codec/x264.c:181
  1556. msgid "Sets a maximum local bitrate (in kbits/s)."
  1557. msgstr "设置最大本地位率 (以 kbits/s 为位率)。"
  1558. #: modules/codec/x264.c:183
  1559. msgid "VBV buffer"
  1560. msgstr "VBV 缓冲"
  1561. #: modules/codec/x264.c:184
  1562. msgid "Averaging period for the maximum local bitrate (in kbits)."
  1563. msgstr "最大本地位率的平均周期 (以 kbits 为单位)。"
  1564. #: modules/codec/x264.c:187
  1565. msgid "Initial VBV buffer occupancy"
  1566. msgstr "初始 VBV 缓冲占有期"
  1567. #: modules/codec/x264.c:188
  1568. msgid ""
  1569. "Sets the initial buffer occupancy as a fraction of the buffer size. Range "
  1570. "0.0 to 1.0."
  1571. msgstr "设置初始缓存占有期作为缓存的一部分。范围从 0.0 到 1.0。"
  1572. #: modules/codec/x264.c:192
  1573. msgid "How AQ distributes bits"
  1574. msgstr "AQ 发布位"
  1575. #: modules/codec/x264.c:193
  1576. msgid ""
  1577. "Defines bitdistribution mode for AQ, default 1n"
  1578. " - 0: Disabledn"
  1579. " - 1: Current x264 default moden"
  1580. " - 2: uses log(var)^2 instead of log(var) and attempts to adapt strength per "
  1581. "frame"
  1582. msgstr ""
  1583. "为 AQ 定义位发布模式,默认是 1n"
  1584. " - 0: 关闭n"
  1585. " - 1: 当前 x264 默认模式n"
  1586. " - 2: 使用 log(变量)^2 而不是 log(变量),且尝试调整每帧的强度"
  1587. #: modules/codec/x264.c:198
  1588. msgid "Strength of AQ"
  1589. msgstr "AQ 强度"
  1590. #: modules/codec/x264.c:199
  1591. msgid ""
  1592. "Strength to reduce blocking and blurring in flatn"
  1593. "and textured areas, default 1.0 recommented to be between 0..2n"
  1594. " - 0.5: weak AQn"
  1595. " - 1.5: strong AQ"
  1596. msgstr ""
  1597. "减少块并模糊平面及纹理区域的强度,默认是 1.0 推荐n"
  1598. "在 0 到 2 之间n"
  1599. " - 0.5: 弱 AQn"
  1600. " - 1.5: 强 AQ"
  1601. #: modules/codec/x264.c:206
  1602. msgid "QP factor between I and P"
  1603. msgstr "I 和 P 之间的 QP 因数"
  1604. #: modules/codec/x264.c:207
  1605. msgid "QP factor between I and P. Range 1.0 to 2.0."
  1606. msgstr "在 I 和 P 之间的 QP 因数。范围从 1.0 到 2.0。"
  1607. #: modules/codec/x264.c:210
  1608. msgid "QP factor between P and B"
  1609. msgstr "P 和 B 之间的 QP 因数"
  1610. #: modules/codec/x264.c:211
  1611. msgid "QP factor between P and B. Range 1.0 to 2.0."
  1612. msgstr "在 P 和 B 之间的 QP 因数。范围从 1.0 到 2.0。"
  1613. #: modules/codec/x264.c:213
  1614. msgid "QP difference between chroma and luma"
  1615. msgstr "在色度和亮度之间的差异"
  1616. #: modules/codec/x264.c:214
  1617. msgid "QP difference between chroma and luma."
  1618. msgstr "在色度和亮度之间的差异。"
  1619. #: modules/codec/x264.c:216
  1620. msgid "Multipass ratecontrol"
  1621. msgstr "多重率控制"
  1622. #: modules/codec/x264.c:217
  1623. msgid ""
  1624. "Multipass ratecontrol:n"
  1625. " - 1: First pass, creates stats filen"
  1626. " - 2: Last pass, does not overwrite stats filen"
  1627. " - 3: Nth pass, overwrites stats filen"
  1628. msgstr ""
  1629. "多重率控制:n"
  1630. " - 1: 一重,创建状态文件n"
  1631. " - 2: 二重,不覆盖状态文件n"
  1632. " - 3: 多重,覆盖状态文件n"
  1633. #: modules/codec/x264.c:222
  1634. msgid "QP curve compression"
  1635. msgstr "QP 曲线压缩"
  1636. #: modules/codec/x264.c:223
  1637. msgid "QP curve compression. Range 0.0 (CBR) to 1.0 (QCP)."
  1638. msgstr "QP 曲线压缩。范围从 0.0 (CBR) 到 1.0 (QCP)。"
  1639. #: modules/codec/x264.c:225 modules/codec/x264.c:229
  1640. msgid "Reduce fluctuations in QP"
  1641. msgstr "减少 QP 波动"
  1642. #: modules/codec/x264.c:226
  1643. msgid ""
  1644. "This reduces the fluctuations in QP before curve compression. Temporally "
  1645. "blurs complexity."
  1646. msgstr "这将减少在曲线压缩之前的 QP 波动。临时模糊的复杂性。"
  1647. #: modules/codec/x264.c:230
  1648. msgid ""
  1649. "This reduces the fluctations in QP after curve compression. Temporally blurs "
  1650. "quants."
  1651. msgstr "这在曲线压缩之后减少 QP 的波动。临时模糊突增。"
  1652. #: modules/codec/x264.c:235
  1653. msgid "Partitions to consider"
  1654. msgstr "分割计算器"
  1655. #: modules/codec/x264.c:236
  1656. msgid ""
  1657. "Partitions to consider in analyse mode: n"
  1658. " - none  : n"
  1659. " - fast  : i4x4n"
  1660. " - normal: i4x4,p8x8,(i8x8)n"
  1661. " - slow  : i4x4,p8x8,(i8x8),b8x8n"
  1662. " - all   : i4x4,p8x8,(i8x8),b8x8,p4x4n"
  1663. "(p4x4 requires p8x8. i8x8 requires 8x8dct)."
  1664. msgstr ""
  1665. "在分析模式中的分割计算器: n"
  1666. " - 无  : n"
  1667. " - 快速  : i4x4n"
  1668. " - 普通  : i4x4,p8x8,(i8x8)n"
  1669. " - 慢    : i4x4,p8x8,(i8x8),b8x8n"
  1670. " - 全部  : i4x4,p8x8,(i8x8),b8x8,p4x4n"
  1671. "(p4x4 需要 p8x8。i8x8 需要 8x8dct)。"
  1672. #: modules/codec/x264.c:244
  1673. msgid "Direct MV prediction mode"
  1674. msgstr "直接 MV 预计模式"
  1675. #: modules/codec/x264.c:245
  1676. msgid "Direct MV prediction mode."
  1677. msgstr "直接 MV 预计模式。"
  1678. #: modules/codec/x264.c:248
  1679. msgid "Direct prediction size"
  1680. msgstr "直接预计大小"
  1681. #: modules/codec/x264.c:249
  1682. msgid ""
  1683. "Direct prediction size:  -  0: 4x4n"
  1684. " -  1: 8x8n"
  1685. " - -1: smallest possible according to leveln"
  1686. msgstr ""
  1687. "直接预计大小:  -  0: 4x4n"
  1688. " -  1: 8x8n"
  1689. " - -1: 按照等级的最小可能n"
  1690. #: modules/codec/x264.c:255
  1691. msgid "Weighted prediction for B-frames"
  1692. msgstr "用于 B 帧的有利预计"
  1693. #: modules/codec/x264.c:256
  1694. msgid "Weighted prediction for B-frames."
  1695. msgstr "用于 B 帧的有利预计。"
  1696. #: modules/codec/x264.c:258
  1697. #, fuzzy
  1698. msgid "Weighted prediction for P-frames"
  1699. msgstr "用于 B 帧的有利预计"
  1700. #: modules/codec/x264.c:259
  1701. msgid ""
  1702. " Weighted prediction for P-frames:  - 0: Disabledn"
  1703. " - 1: Blind offsetn"
  1704. " - 2: Smart analysisn"
  1705. msgstr ""
  1706. #: modules/codec/x264.c:264
  1707. msgid "Integer pixel motion estimation method"
  1708. msgstr "整数像素运动估计模式"
  1709. #: modules/codec/x264.c:266
  1710. msgid ""
  1711. "Selects the motion estimation algorithm:  - dia: diamond search, radius 1 "
  1712. "(fast)n"
  1713. " - hex: hexagonal search, radius 2n"
  1714. " - umh: uneven multi-hexagon search (better but slower)n"
  1715. " - esa: exhaustive search (extremely slow, primarily for testing)n"
  1716. " - tesa: hadamard exhaustive search (extremely slow, primarily for testing)n"
  1717. msgstr ""
  1718. "选择运动估计算法:  - dia: 方块搜索, 半径为 1 (快)n"
  1719. " - hex: 六边形搜索, 半径为 2n"
  1720. " - umh: 不一致的多六边形搜索 (较佳但速度慢)n"
  1721. " - esa: 穷举搜索 (非常慢, 主要用于测试)n"
  1722. " - tesa: hadamard 穷举搜索 (非常慢, 主要用于测试)n"
  1723. #: modules/codec/x264.c:273
  1724. msgid ""
  1725. "Selects the motion estimation algorithm:  - dia: diamond search, radius 1 "
  1726. "(fast)n"
  1727. " - hex: hexagonal search, radius 2n"
  1728. " - umh: uneven multi-hexagon search (better but slower)n"
  1729. " - esa: exhaustive search (extremely slow, primarily for testing)n"
  1730. msgstr ""
  1731. "选择运动估计算法:  - dia: 方块搜索, 半径为 1 (快)n"
  1732. " - hex: 六边形搜索, 半径为 2n"
  1733. " - umh: 不一致的多六边形搜索 (较佳但速度慢)n"
  1734. " - esa: 穷举搜索 (非常慢, 主要用于测试)n"
  1735. #: modules/codec/x264.c:281
  1736. msgid "Maximum motion vector search range"
  1737. msgstr "最大运动向量搜索范围"
  1738. #: modules/codec/x264.c:282
  1739. msgid ""
  1740. "Maximum distance to search for motion estimation, measured from predicted "
  1741. "position(s). Default of 16 is good for most footage, high motion sequences "
  1742. "may benefit from settings between 24 and 32. Range 0 to 64."
  1743. msgstr ""
  1744. "运动估算搜索的最大距离,较慎重的预测点。默认的 16 适合大多数的距离,高连续动态"
  1745. "场景可以设置为 24 和 32。范围是 0 到 64。"
  1746. #: modules/codec/x264.c:287
  1747. msgid "Maximum motion vector length"
  1748. msgstr "最大运动向量长度"
  1749. #: modules/codec/x264.c:288
  1750. msgid ""
  1751. "Maximum motion vector length in pixels. -1 is automatic, based on level."
  1752. msgstr "以像素为单位的最大运动向量长度。-1 是自动,基于等级。"
  1753. #: modules/codec/x264.c:293
  1754. msgid "Minimum buffer space between threads"
  1755. msgstr "线程之间的最小缓存空间"
  1756. #: modules/codec/x264.c:294
  1757. msgid ""
  1758. "Minimum buffer space between threads. -1 is automatic, based on number of "
  1759. "threads."
  1760. msgstr "线程之间的最小缓冲空间。-1 是自动,基于线程数量。"
  1761. #: modules/codec/x264.c:298
  1762. msgid "Subpixel motion estimation and partition decision quality"
  1763. msgstr "子像素运动估计和切割确定质量"
  1764. #: modules/codec/x264.c:302
  1765. msgid ""
  1766. "This parameter controls quality versus speed tradeoffs involved in the "
  1767. "motion estimation decision process (lower = quicker and higher = better "
  1768. "quality). Range 1 to 9."
  1769. msgstr ""
  1770. "此参数控制了在运动估计处理过程中的质量与速度比 (较低 = 快速和高质量 = 较佳的"
  1771. "质量)。范围是 1 到 9。"
  1772. #: modules/codec/x264.c:307
  1773. msgid ""
  1774. "This parameter controls quality versus speed tradeoffs involved in the "
  1775. "motion estimation decision process (lower = quicker and higher = better "
  1776. "quality). Range 1 to 7."
  1777. msgstr ""
  1778. "此参数控制了在运动估计处理过程中的质量与速度比 (较低 = 快速和高质量 = 较佳的"
  1779. "质量)。范围是 1 到 7。"
  1780. #: modules/codec/x264.c:312
  1781. msgid ""
  1782. "This parameter controls quality versus speed tradeoffs involved in the "
  1783. "motion estimation decision process (lower = quicker and higher = better "
  1784. "quality). Range 1 to 6."
  1785. msgstr ""
  1786. "此参数控制了在运动估计处理过程中的质量与速度比 (较低 = 快速和高质量 = 较佳的"
  1787. "质量)。范围是 1 到 6。"
  1788. #: modules/codec/x264.c:317
  1789. msgid ""
  1790. "This parameter controls quality versus speed tradeoffs involved in the "
  1791. "motion estimation decision process (lower = quicker and higher = better "
  1792. "quality). Range 1 to 5."
  1793. msgstr ""
  1794. "此参数控制了在运动估计处理过程中的质量与速度比 (较低 = 快速和高质量 = 较佳的"
  1795. "质量)。范围是 1 到 5。"
  1796. #: modules/codec/x264.c:322
  1797. msgid "RD based mode decision for B-frames"
  1798. msgstr "为 B 帧 RD 基于模式判断"
  1799. #: modules/codec/x264.c:323
  1800. msgid "RD based mode decision for B-frames. This requires subme 6 (or higher)."
  1801. msgstr "为 B 帧 RD 基于模式判断。这需要 subme 6 (或更高)。"
  1802. #: modules/codec/x264.c:326
  1803. msgid "Decide references on a per partition basis"
  1804. msgstr "在一个每分割基础上判断参考"
  1805. #: modules/codec/x264.c:327
  1806. msgid ""
  1807. "Allows each 8x8 or 16x8 partition to independently select a reference frame, "
  1808. "as opposed to only one ref per macroblock."
  1809. msgstr ""
  1810. "允许每 8x8 或 16x8 的分割独立的选择一个参考帧,相反的每个预宏块只有一个参考"
  1811. "帧。"
  1812. #: modules/codec/x264.c:331
  1813. msgid "Chroma in motion estimation"
  1814. msgstr "动态估算中的色度"
  1815. #: modules/codec/x264.c:332
  1816. msgid "Chroma ME for subpel and mode decision in P-frames."
  1817. msgstr "在 P 帧中的用于 subpel 和模式确定的色度 ME。"
  1818. #: modules/codec/x264.c:335
  1819. msgid "Jointly optimize both MVs in B-frames"
  1820. msgstr "在 B 帧中的 MVs 连带优化"
  1821. #: modules/codec/x264.c:336
  1822. msgid "Joint bidirectional motion refinement."
  1823. msgstr "联合双向动态优化。"
  1824. #: modules/codec/x264.c:338
  1825. msgid "Adaptive spatial transform size"
  1826. msgstr "适应空间改版大小"
  1827. #: modules/codec/x264.c:340
  1828. msgid "SATD-based decision for 8x8 transform in inter-MBs."
  1829. msgstr "用于 inter-MB 中的 8x8 的传输中的基于 SATD 的判断"
  1830. #: modules/codec/x264.c:342
  1831. msgid "Trellis RD quantization"
  1832. msgstr "格式 RD 量化"
  1833. #: modules/codec/x264.c:343
  1834. msgid ""
  1835. "Trellis RD quantization: n"
  1836. " - 0: disabledn"
  1837. " - 1: enabled only on the final encode of a MBn"
  1838. " - 2: enabled on all mode decisionsn"
  1839. "This requires CABAC."
  1840. msgstr ""
  1841. "格式 RD 量化: n"
  1842. " - 0: 关闭n"
  1843. " - 1: 仅在编码最后一个 MB 时开启n"
  1844. " - 2: 在所有模式判断时开启n"
  1845. "这需要 CABAC。"
  1846. #: modules/codec/x264.c:349
  1847. msgid "Early SKIP detection on P-frames"
  1848. msgstr "在 P 帧上的早期跳过检测"
  1849. #: modules/codec/x264.c:350
  1850. msgid "Early SKIP detection on P-frames."
  1851. msgstr "在 P 帧上的早期跳过检测。"
  1852. #: modules/codec/x264.c:352
  1853. msgid "Coefficient thresholding on P-frames"
  1854. msgstr "P 帧的阀系数"
  1855. #: modules/codec/x264.c:353
  1856. msgid ""
  1857. "Coefficient thresholding on P-frames.Eliminate dct blocks containing only a "
  1858. "small single coefficient."
  1859. msgstr "P 帧上的阀系数。消除 dct 块仅包含一个小的单一系数。"
  1860. #: modules/codec/x264.c:358
  1861. msgid ""
  1862. "Dct-domain noise reduction. Adaptive pseudo-deadzone. 10 to 1000 seems to be "
  1863. "a useful range."
  1864. msgstr "Dct-域噪点消除。适应伪造的死区。10 到 1000 看上去是一个有用的范围。"
  1865. #: modules/codec/x264.c:362
  1866. msgid "Inter luma quantization deadzone"
  1867. msgstr "Inter 亮度量化死区"
  1868. #: modules/codec/x264.c:363
  1869. msgid "Set the size of the inter luma quantization deadzone. Range 0 to 32."
  1870. msgstr "设置 inter 量化死区的大小。范围是 0 到 32。"
  1871. #: modules/codec/x264.c:366
  1872. msgid "Intra luma quantization deadzone"
  1873. msgstr "Intra 亮度量化死区"
  1874. #: modules/codec/x264.c:367
  1875. msgid "Set the size of the intra luma quantization deadzone. Range 0 to 32."
  1876. msgstr "设置 intra 量化死区的大小。范围是 0 到 32。"
  1877. #: modules/codec/x264.c:374
  1878. msgid "Non-deterministic optimizations when threaded"
  1879. msgstr "在线程中的非确定性优化"
  1880. #: modules/codec/x264.c:375
  1881. msgid "Slightly improve quality of SMP, at the cost of repeatability."
  1882. msgstr "以可重复性为代价轻微改进 SMP 的质量。"
  1883. #: modules/codec/x264.c:379
  1884. msgid "CPU optimizations"
  1885. msgstr "CPU 优化"
  1886. #: modules/codec/x264.c:380
  1887. msgid "Use assembler CPU optimizations."
  1888. msgstr "使用汇编 CPU 优化。"
  1889. #: modules/codec/x264.c:382
  1890. msgid "Filename for 2 pass stats file"
  1891. msgstr "2 重状态文件名"
  1892. #: modules/codec/x264.c:383
  1893. msgid "Filename for 2 pass stats file for multi-pass encoding."
  1894. msgstr "用于多重编码的 2 重状态文件文件名。"
  1895. #: modules/codec/x264.c:385
  1896. msgid "PSNR computation"
  1897. msgstr "PSNR 计算"
  1898. #: modules/codec/x264.c:386
  1899. msgid ""
  1900. "Compute and print PSNR stats. This has no effect on the actual encoding "
  1901. "quality."
  1902. msgstr "计算并打印 PSNR 状态。这不会影响实际编码"
  1903. #: modules/codec/x264.c:389
  1904. msgid "SSIM computation"
  1905. msgstr "SSIM 计算"
  1906. #: modules/codec/x264.c:390
  1907. msgid ""
  1908. "Compute and print SSIM stats. This has no effect on the actual encoding "
  1909. "quality."
  1910. msgstr "计算并打印 SSIM 状态。这不会影响实际编码"
  1911. #: modules/codec/x264.c:393
  1912. msgid "Quiet mode"
  1913. msgstr "静默模式"
  1914. #: modules/codec/x264.c:394
  1915. msgid "Quiet mode."
  1916. msgstr "静默模式。"
  1917. #: modules/codec/x264.c:396 modules/gui/macosx/playlistinfo.m:82
  1918. #: modules/gui/qt4/ui/streampanel.h:171
  1919. msgid "Statistics"
  1920. msgstr "统计"
  1921. #: modules/codec/x264.c:397
  1922. msgid "Print stats for each frame."
  1923. msgstr "打印每帧的状态。"
  1924. #: modules/codec/x264.c:400
  1925. msgid "SPS and PPS id numbers"
  1926. msgstr "SPS 和 PPS id 号"
  1927. #: modules/codec/x264.c:401
  1928. msgid ""
  1929. "Set SPS and PPS id numbers to allow concatenating streams with different "
  1930. "settings."
  1931. msgstr "设置 SPS 和 PPS id 号以允许用不同的设置连接流。"
  1932. #: modules/codec/x264.c:405
  1933. msgid "Access unit delimiters"
  1934. msgstr "访问单元分隔符"
  1935. #: modules/codec/x264.c:406
  1936. msgid "Generate access unit delimiter NAL units."
  1937. msgstr "生成反问单元分隔符 NAL 单元。"
  1938. #: modules/codec/x264.c:412 modules/codec/x264.c:424
  1939. msgid "dia"
  1940. msgstr "dia"
  1941. #: modules/codec/x264.c:412 modules/codec/x264.c:424
  1942. msgid "hex"
  1943. msgstr "hex"
  1944. #: modules/codec/x264.c:412 modules/codec/x264.c:424
  1945. msgid "umh"
  1946. msgstr "umh"
  1947. #: modules/codec/x264.c:412 modules/codec/x264.c:424
  1948. msgid "esa"
  1949. msgstr "esa"
  1950. #: modules/codec/x264.c:415
  1951. msgid "Framecount to use on frametype lookahead"
  1952. msgstr ""
  1953. #: modules/codec/x264.c:416
  1954. msgid ""
  1955. "Framecount to use on frametype lookahead. Currently default is lower than "
  1956. "x264 default because unmuxable outputdoesn't handle larger values that well "
  1957. "yet"
  1958. msgstr ""
  1959. #: modules/codec/x264.c:424
  1960. msgid "tesa"
  1961. msgstr "tesa"
  1962. #: modules/codec/x264.c:438
  1963. msgid "fast"
  1964. msgstr "快速"
  1965. #: modules/codec/x264.c:438
  1966. msgid "normal"
  1967. msgstr "普通"
  1968. #: modules/codec/x264.c:438
  1969. msgid "slow"
  1970. msgstr "慢"
  1971. #: modules/codec/x264.c:438
  1972. msgid "all"
  1973. msgstr "全部"
  1974. #: modules/codec/x264.c:444 modules/codec/x264.c:449
  1975. msgid "spatial"
  1976. msgstr "三位"
  1977. #: modules/codec/x264.c:444 modules/codec/x264.c:449
  1978. msgid "temporal"
  1979. msgstr "临时"
  1980. #: modules/codec/x264.c:444 modules/gui/pda/pda_interface.c:741
  1981. #: modules/video_filter/mosaic.c:168
  1982. msgid "auto"
  1983. msgstr "自动"
  1984. #: modules/codec/x264.c:453
  1985. msgid "H.264/MPEG4 AVC encoder (x264)"
  1986. msgstr "H.264/MPEG4 AVC 编码器 (x264)"
  1987. #: modules/codec/xvmc/xxmc.c:104
  1988. msgid "MPEG I/II hw video decoder (using libmpeg2)"
  1989. msgstr "MPEG I/II hw 视频解码器 (使用 libmpeg2)"
  1990. #: modules/codec/zvbi.c:59
  1991. msgid "Teletext page"
  1992. msgstr "Teletext 页"
  1993. #: modules/codec/zvbi.c:60
  1994. msgid "Open the indicated Teletext page.Default page is index 100"
  1995. msgstr "打开可能的 Teletext 页。默认的页是索引 100"
  1996. #: modules/codec/zvbi.c:63
  1997. msgid "Text is always opaque"
  1998. msgstr "文本总是不透明"
  1999. #: modules/codec/zvbi.c:64
  2000. msgid "Setting vbi-opaque to false makes the boxed text transparent."
  2001. msgstr "设置 vbi 不透明为否使得边框话的文本透明。"
  2002. #: modules/codec/zvbi.c:67
  2003. msgid "Teletext alignment"
  2004. msgstr "Teletext 排列"
  2005. #: modules/codec/zvbi.c:69
  2006. msgid ""
  2007. "You can enforce the teletext position on the video (0=center, 1=left, "
  2008. "2=right, 4=top, 8=bottom, you can also use combinations of these values, eg. "
  2009. "6 = top-right)."
  2010. msgstr ""
  2011. "您可以强制指定 teletext 在视频上的位置 (0=居中、1=左、2=右、4=上、8=下,您也可"
  2012. "以混合使用这些值,例如 6 = 右上)。"
  2013. #: modules/codec/zvbi.c:73
  2014. msgid "Teletext text subtitles"
  2015. msgstr "Teletext 文本字幕"
  2016. #: modules/codec/zvbi.c:74
  2017. msgid "Output teletext subtitles as text instead of as RGBA"
  2018. msgstr "将 teletext 字幕作为文本输出代替 RGBA"
  2019. #: modules/codec/zvbi.c:83
  2020. msgid "VBI and Teletext decoder"
  2021. msgstr "VBI 和 Teletext 解码器"
  2022. #: modules/codec/zvbi.c:84
  2023. msgid "VBI & Teletext"
  2024. msgstr "VBI 和 Teletext"
  2025. #: modules/codec/zvbi.c:687
  2026. msgid "Subpage"
  2027. msgstr "子页"
  2028. #: modules/codec/zvbi.c:701
  2029. msgid "Page"
  2030. msgstr "页"
  2031. #: modules/control/dbus.c:128
  2032. msgid "dbus"
  2033. msgstr "dbus"
  2034. #: modules/control/dbus.c:131
  2035. msgid "D-Bus control interface"
  2036. msgstr "D-Bus 控制界面"
  2037. #: modules/control/gestures.c:81
  2038. msgid "Motion threshold (10-100)"
  2039. msgstr "运动限制 (10-100)"
  2040. #: modules/control/gestures.c:83
  2041. msgid "Amount of movement required for a mouse gesture to be recorded."
  2042. msgstr "用于记录鼠标手势所需的移动数量。"
  2043. #: modules/control/gestures.c:85
  2044. msgid "Trigger button"
  2045. msgstr "触发按钮"
  2046. #: modules/control/gestures.c:87
  2047. msgid "Trigger button for mouse gestures."
  2048. msgstr "用于鼠标手势的触发按钮。"
  2049. #: modules/control/gestures.c:91
  2050. msgid "Middle"
  2051. msgstr "中"
  2052. #: modules/control/gestures.c:94
  2053. msgid "Gestures"
  2054. msgstr "手势"
  2055. #: modules/control/gestures.c:102
  2056. msgid "Mouse gestures control interface"
  2057. msgstr "鼠标手势控制界面"
  2058. #: modules/control/globalhotkeys/win32.c:46
  2059. #: modules/control/globalhotkeys/xcb.c:50
  2060. msgid "Global Hotkeys"
  2061. msgstr "全局热键"
  2062. #: modules/control/globalhotkeys/win32.c:49
  2063. #: modules/control/globalhotkeys/xcb.c:53
  2064. msgid "Global Hotkeys interface"
  2065. msgstr "全局热键界面"
  2066. #: modules/control/hotkeys.c:98
  2067. msgid "Volume Control"
  2068. msgstr "音频控制"
  2069. #: modules/control/hotkeys.c:98
  2070. msgid "Position Control"
  2071. msgstr "位置控制"
  2072. #: modules/control/hotkeys.c:98 modules/gui/macosx/intf.m:2444
  2073. msgid "Ignore"
  2074. msgstr "忽略"
  2075. #: modules/control/hotkeys.c:101 modules/gui/macosx/simple_prefs.m:195
  2076. #: modules/gui/qt4/components/simple_preferences.cpp:85
  2077. msgid "Hotkeys"
  2078. msgstr "热键"
  2079. #: modules/control/hotkeys.c:102
  2080. msgid "Hotkeys management interface"
  2081. msgstr "热键管理界面"
  2082. #: modules/control/hotkeys.c:109
  2083. msgid "MouseWheel x-axis Control"
  2084. msgstr "鼠标轮 X 轴控制"
  2085. #: modules/control/hotkeys.c:110
  2086. msgid ""
  2087. "MouseWheel x-axis can control volume, position or mousewheel event can be "
  2088. "ignored"
  2089. msgstr ""
  2090. #: modules/control/hotkeys.c:381
  2091. #, c-format
  2092. msgid "Audio Device: %s"
  2093. msgstr "音频设备: %s"
  2094. #: modules/control/hotkeys.c:474
  2095. #, c-format
  2096. msgid "Audio track: %s"
  2097. msgstr "音轨: %s"
  2098. #: modules/control/hotkeys.c:492 modules/control/hotkeys.c:517
  2099. #, c-format
  2100. msgid "Subtitle track: %s"
  2101. msgstr "字幕轨道: %s"
  2102. #: modules/control/hotkeys.c:492
  2103. msgid "N/A"
  2104. msgstr "不可用"
  2105. #: modules/control/hotkeys.c:543
  2106. #, c-format
  2107. msgid "Aspect ratio: %s"
  2108. msgstr "高宽比: %s"
  2109. #: modules/control/hotkeys.c:571
  2110. #, c-format
  2111. msgid "Crop: %s"
  2112. msgstr "裁剪: %s"
  2113. #: modules/control/hotkeys.c:585
  2114. msgid "Zooming reset"
  2115. msgstr "放大复位"
  2116. #: modules/control/hotkeys.c:593
  2117. msgid "Scaled to screen"
  2118. msgstr "缩放至屏幕"
  2119. #: modules/control/hotkeys.c:596
  2120. msgid "Original Size"
  2121. msgstr "原始大小"
  2122. #: modules/control/hotkeys.c:638
  2123. #, c-format
  2124. msgid "Deinterlace mode: %s"
  2125. msgstr "反交错模式: %s"
  2126. #: modules/control/hotkeys.c:670
  2127. #, c-format
  2128. msgid "Zoom mode: %s"
  2129. msgstr "缩放模式: %s"
  2130. #: modules/control/hotkeys.c:730
  2131. msgid "1.00x"
  2132. msgstr "1.00x"
  2133. #: modules/control/hotkeys.c:756
  2134. #, c-format
  2135. msgid "%.2fx"
  2136. msgstr "%.2fx"
  2137. #: modules/control/hotkeys.c:792 modules/control/hotkeys.c:802
  2138. #, c-format
  2139. msgid "Subtitle delay %i ms"
  2140. msgstr "字幕延迟 %i 毫秒"
  2141. #: modules/control/hotkeys.c:812 modules/control/hotkeys.c:822
  2142. #, c-format
  2143. msgid "Audio delay %i ms"
  2144. msgstr "音频延迟 %i 毫秒"
  2145. #: modules/control/hotkeys.c:873
  2146. msgid "Recording"
  2147. msgstr "正在录制"
  2148. #: modules/control/hotkeys.c:875
  2149. msgid "Recording done"
  2150. msgstr "录制完成"
  2151. #: modules/control/hotkeys.c:1099
  2152. #, c-format
  2153. msgid "Volume %d%%"
  2154. msgstr "音量 %d%%"
  2155. #: modules/control/http/http.c:40
  2156. msgid "Host address"
  2157. msgstr "主机地址"
  2158. #: modules/control/http/http.c:42
  2159. msgid ""
  2160. "Address and port the HTTP interface will listen on. It defaults to all "
  2161. "network interfaces (0.0.0.0). If you want the HTTP interface to be available "
  2162. "only on the local machine, enter 127.0.0.1"
  2163. msgstr ""
  2164. "HTTP 界面将要监听的地址和端口。它默认用于所有网络界面 (0.0.0.0)。如果您只想"
  2165. "让 HTTP 界面仅对本机可用,请输入 127.0.0.1"
  2166. #: modules/control/http/http.c:46 modules/control/http/http.c:47
  2167. msgid "Source directory"
  2168. msgstr "源目录"
  2169. #: modules/control/http/http.c:48
  2170. msgid "Handlers"
  2171. msgstr "处理器"
  2172. #: modules/control/http/http.c:50
  2173. msgid ""
  2174. "List of handler extensions and executable paths (for instance: php=/usr/bin/"
  2175. "php,pl=/usr/bin/perl)."
  2176. msgstr "处理扩展和可执行文件的路径 (例如: php=/usr/bin/php,pl=/usr/bin/perl)。"
  2177. #: modules/control/http/http.c:52
  2178. msgid "Export album art as /art."
  2179. msgstr "导出专辑封面为 /art。"
  2180. #: modules/control/http/http.c:54
  2181. msgid ""
  2182. "Allow exporting album art for current playlist items at the /art and /art?"
  2183. "id=<id> URLs."
  2184. msgstr "允许将当前播放列表项目中的专辑封面导出到 /art 和 /art?id=<id> URL。"
  2185. #: modules/control/http/http.c:57
  2186. msgid "HTTP interface x509 PEM certificate file (enables SSL)."
  2187. msgstr "HTTP 界面 x509 PEM 证书文件 (开启 SSL)。"
  2188. #: modules/control/http/http.c:60
  2189. msgid "HTTP interface x509 PEM private key file."
  2190. msgstr "HTTP 界面 x509 PEM 私匙文件。"
  2191. #: modules/control/http/http.c:62
  2192. msgid "HTTP interface x509 PEM trusted root CA certificates file."
  2193. msgstr "HTTP 界面 x509 PEM 受信任的根 CA 证书文件。"
  2194. #: modules/control/http/http.c:65
  2195. msgid "HTTP interace Certificates Revocation List file."
  2196. msgstr "HTTP 界面证书废止列表文件。"
  2197. #: modules/control/http/http.c:68
  2198. msgid "HTTP"
  2199. msgstr "HTTP"
  2200. #: modules/control/http/http.c:69
  2201. msgid "HTTP remote control interface"
  2202. msgstr "HTTP 远程控制界面"
  2203. #: modules/control/http/http.c:79
  2204. msgid "HTTP SSL"
  2205. msgstr "HTTP SSL"
  2206. #: modules/control/lirc.c:45
  2207. msgid "Change the lirc configuration file."
  2208. msgstr "更改 lirc 的设置文件。"
  2209. #: modules/control/lirc.c:47
  2210. msgid ""
  2211. "Tell lirc to read this configuration file. By default it searches in the "
  2212. "users home directory."
  2213. msgstr "告诉 lirc 读取此配置文件。按默认它将在用户的 home 目录中搜索。"
  2214. #: modules/control/lirc.c:57
  2215. msgid "Infrared"
  2216. msgstr "红外线"
  2217. #: modules/control/lirc.c:60
  2218. msgid "Infrared remote control interface"
  2219. msgstr "红外线远程控制界面"
  2220. #: modules/control/motion.c:72
  2221. msgid "Use the rotate video filter instead of transform"
  2222. msgstr "使用旋转视频滤镜代替变换"
  2223. #: modules/control/motion.c:78
  2224. msgid "motion"
  2225. msgstr "运动"
  2226. #: modules/control/motion.c:81
  2227. msgid "motion control interface"
  2228. msgstr "使用运动控制界面"
  2229. #: modules/control/motion.c:82
  2230. msgid ""
  2231. "Use HDAPS, AMS, APPLESMC or UNIMOTION motion sensors to rotate the video"
  2232. msgstr "使用 HDAPS, AMS, APPLESMC 或 UNIMOTION 运动传感器旋转视频"
  2233. #: modules/control/netsync.c:66
  2234. msgid "Act as master"
  2235. msgstr "作为主机"
  2236. #: modules/control/netsync.c:67
  2237. msgid "Should act as the master client for the network synchronisation?"
  2238. msgstr "应该为网络同步作为主客户端吗?"
  2239. #: modules/control/netsync.c:71
  2240. msgid "Master client ip address"
  2241. msgstr "主客户端 ip 地址"
  2242. #: modules/control/netsync.c:72
  2243. msgid "IP address of the master client used for the network synchronisation."
  2244. msgstr "用于网络同步的主客户端 IP 地址。"
  2245. #: modules/control/netsync.c:76
  2246. msgid "Network Sync"
  2247. msgstr "网络同步"
  2248. #: modules/control/ntservice.c:43
  2249. msgid "Install Windows Service"
  2250. msgstr "安装 Windows 服务"
  2251. #: modules/control/ntservice.c:45
  2252. msgid "Install the Service and exit."
  2253. msgstr "安装服务并退出。"
  2254. #: modules/control/ntservice.c:46
  2255. msgid "Uninstall Windows Service"
  2256. msgstr "卸载 Windows 服务"
  2257. #: modules/control/ntservice.c:48
  2258. msgid "Uninstall the Service and exit."
  2259. msgstr "卸载 服务并退出。"
  2260. #: modules/control/ntservice.c:49
  2261. msgid "Display name of the Service"
  2262. msgstr "显示服务名称"
  2263. #: modules/control/ntservice.c:51
  2264. msgid "Change the display name of the Service."
  2265. msgstr "更改服务的显示名称。"
  2266. #: modules/control/ntservice.c:52
  2267. msgid "Configuration options"
  2268. msgstr "设置选项"
  2269. #: modules/control/ntservice.c:54
  2270. msgid ""
  2271. "Configuration options that will be used by the Service (eg. --foo=bar --no-"
  2272. "foobar). It should be specified at install time so the Service is properly "
  2273. "configured."
  2274. msgstr ""
  2275. "设置将被服务使用的设置选项 (例如 --foo=bar -- no- foobar)。它应该在安装时指"
  2276. "定,这样服务才能被正确配置。"
  2277. #: modules/control/ntservice.c:59
  2278. msgid ""
  2279. "Additional interfaces spawned by the Service. It should be specified at "
  2280. "install time so the Service is properly configured. Use a comma separated "
  2281. "list of interface modules. (common values are: logger, sap, rc, http)"
  2282. msgstr ""
  2283. "服务附属的附加界面。它应该在安装时指定,这样服务才能被正确配置。使用一个逗号分"
  2284. "隔的界面列表。(公共值是: logger, sap, rc, http)"
  2285. #: modules/control/ntservice.c:65
  2286. msgid "NT Service"
  2287. msgstr "NT 服务"
  2288. #: modules/control/ntservice.c:66
  2289. msgid "Windows Service interface"
  2290. msgstr "Windows 服务界面"
  2291. #: modules/control/rc.c:74
  2292. msgid "Initializing"
  2293. msgstr "正在初始化"
  2294. #: modules/control/rc.c:75
  2295. msgid "Opening"
  2296. msgstr "正在打开"
  2297. #: modules/control/rc.c:77 modules/gui/macosx/embeddedwindow.m:151
  2298. #: modules/gui/macosx/intf.m:1981 modules/gui/macosx/intf.m:1982
  2299. #: modules/gui/macosx/intf.m:1983 modules/gui/macosx/intf.m:1984
  2300. #: modules/gui/pda/pda_interface.c:248 modules/gui/pda/pda_interface.c:249
  2301. #: modules/gui/qt4/menus.cpp:736 modules/misc/notify/xosd.c:238
  2302. msgid "Pause"
  2303. msgstr "暂停"
  2304. #: modules/control/rc.c:78
  2305. msgid "End"
  2306. msgstr "结束"
  2307. #: modules/control/rc.c:79
  2308. msgid "Error"
  2309. msgstr "错误"
  2310. #: modules/control/rc.c:166
  2311. msgid "Show stream position"
  2312. msgstr "显示流位置"
  2313. #: modules/control/rc.c:167
  2314. msgid ""
  2315. "Show the current position in seconds within the stream from time to time."
  2316. msgstr "显示在流中的当前位置。"
  2317. #: modules/control/rc.c:170
  2318. msgid "Fake TTY"
  2319. msgstr "伪装 TTY"
  2320. #: modules/control/rc.c:171
  2321. msgid "Force the rc module to use stdin as if it was a TTY."
  2322. msgstr "强制 rc 模式使用 stdin,如果它是一个 TTY。"
  2323. #: modules/control/rc.c:173
  2324. msgid "UNIX socket command input"
  2325. msgstr "UNIX 端口命令输入"
  2326. #: modules/control/rc.c:174
  2327. msgid "Accept commands over a Unix socket rather than stdin."
  2328. msgstr "尝试通过 Unix 端口输入命令。"
  2329. #: modules/control/rc.c:177
  2330. msgid "TCP command input"
  2331. msgstr "TCP 命令输入"
  2332. #: modules/control/rc.c:178
  2333. msgid ""
  2334. "Accept commands over a socket rather than stdin. You can set the address and "
  2335. "port the interface will bind to."
  2336. msgstr "尝试通过一个端口输入命令。您可以设置地址和界面将被绑定的端口。"
  2337. #: modules/control/rc.c:182 modules/misc/dummy/dummy.c:52
  2338. msgid "Do not open a DOS command box interface"
  2339. msgstr "不打开 DOS 命令行界面"
  2340. #: modules/control/rc.c:184
  2341. msgid ""
  2342. "By default the rc interface plugin will start a DOS command box. Enabling "
  2343. "the quiet mode will not bring this command box but can also be pretty "
  2344. "annoying when you want to stop VLC and no video window is open."
  2345. msgstr ""
  2346. "在默认情况下 rc 界面插件将会启动一个 DOS 命令行窗口。开启静默模式将不会出现此"
  2347. "命令窗口但是也可能在您希望在没有打开视频窗口时停止 VLC 的时候导致麻烦。"
  2348. #: modules/control/rc.c:191
  2349. msgid "RC"
  2350. msgstr "RC"
  2351. #: modules/control/rc.c:194
  2352. msgid "Remote control interface"
  2353. msgstr "远程控制界面"
  2354. #: modules/control/rc.c:343
  2355. msgid "Remote control interface initialized. Type `help' for help."
  2356. msgstr "已初始化的远程控制界面。输入 `help' 获取帮助。  "
  2357. #: modules/control/rc.c:816
  2358. #, c-format
  2359. msgid "Unknown command `%s'. Type `help' for help."
  2360. msgstr "未知的命令 `%s'。输入 `help' 获取帮助。  "
  2361. #: modules/control/rc.c:850
  2362. msgid "+----[ Remote control commands ]"
  2363. msgstr "+----[ 远程控制命令 ]"
  2364. #: modules/control/rc.c:852
  2365. msgid "| add XYZ  . . . . . . . . . . . . add XYZ to playlist"
  2366. msgstr "| add XYZ  . . . . . . . . . . . . 添加 XYZ 到播放列表"
  2367. #: modules/control/rc.c:853
  2368. msgid "| enqueue XYZ  . . . . . . . . . queue XYZ to playlist"
  2369. msgstr "| enqueue XYZ . . . . . . . . . 加入 XYZ 到队列"
  2370. #: modules/control/rc.c:854
  2371. msgid "| playlist . . . . .  show items currently in playlist"
  2372. msgstr "| playlist . . . . .  显示当前播放列表中的项目"
  2373. #: modules/control/rc.c:855
  2374. msgid "| play . . . . . . . . . . . . . . . . . . play stream"
  2375. msgstr "| play . . . . . . . . . . . . . . . . . . 播放流"
  2376. #: modules/control/rc.c:856
  2377. msgid "| stop . . . . . . . . . . . . . . . . . . stop stream"
  2378. msgstr "| stop . . . . . . . . . . . . . . . . . . 停止流"
  2379. #: modules/control/rc.c:857
  2380. msgid "| next . . . . . . . . . . . . . .  next playlist item"
  2381. msgstr "| next . . . . . . . . . . . . . .  下一个播放列表项目"
  2382. #: modules/control/rc.c:858
  2383. msgid "| prev . . . . . . . . . . . .  previous playlist item"
  2384. msgstr "| prev . . . . . . . . . . . .  上一个播放列表项目"
  2385. #: modules/control/rc.c:859
  2386. msgid "| goto . . . . . . . . . . . . . .  goto item at index"
  2387. msgstr "| goto . . . . . . . . . . . . . .  转到索引中的项目"
  2388. #: modules/control/rc.c:860
  2389. msgid "| repeat [on|off] . . . .  toggle playlist item repeat"
  2390. msgstr "| repeat [on|off] . . . .  切换播放列表项目重复"
  2391. #: modules/control/rc.c:861
  2392. msgid "| loop [on|off] . . . . . . . . . toggle playlist loop"
  2393. msgstr "| loop [on|off] . . . . . . . . . 切换播放列表循环"
  2394. #: modules/control/rc.c:862
  2395. msgid "| random [on|off] . . . . . . .  toggle random jumping"
  2396. msgstr "| random [on|off] . . . . . . .  切换随机跳转"
  2397. #: modules/control/rc.c:863
  2398. msgid "| clear . . . . . . . . . . . . . . clear the playlist"
  2399. msgstr "| clear . . . . . . . . . . . . . . 清除播放列表"
  2400. #: modules/control/rc.c:864
  2401. msgid "| status . . . . . . . . . . . current playlist status"
  2402. msgstr "| status . . . . . . . . . . . 当前的播放列表状态"
  2403. #: modules/control/rc.c:865
  2404. msgid "| title [X]  . . . . . . set/get title in current item"
  2405. msgstr "| title [X]  . . . . . . 设置/获取当前的项目"
  2406. #: modules/control/rc.c:866
  2407. msgid "| title_n  . . . . . . . .  next title in current item"
  2408. msgstr "| title_n  . . . . . . . .  当前项目的下一个标题"
  2409. #: modules/control/rc.c:867
  2410. msgid "| title_p  . . . . . .  previous title in current item"
  2411. msgstr "| title_p  . . . . . .  当前项目的上一个标题"
  2412. #: modules/control/rc.c:868
  2413. msgid "| chapter [X]  . . . . set/get chapter in current item"
  2414. msgstr "| chapter [X]  . . . . 设置获取当前项目的章节"
  2415. #: modules/control/rc.c:869
  2416. msgid "| chapter_n  . . . . . .  next chapter in current item"
  2417. msgstr "| chapter_n  . . . . . .  当前项目的下一个章节"
  2418. #: modules/control/rc.c:870
  2419. msgid "| chapter_p  . . . .  previous chapter in current item"
  2420. msgstr "| chapter_p  . . . .  当前项目的上一个章节"
  2421. #: modules/control/rc.c:872
  2422. msgid "| seek X . . . seek in seconds, for instance `seek 12'"
  2423. msgstr "| seek X . . . 以秒搜索, 例如 `seek 12'"
  2424. #: modules/control/rc.c:873
  2425. msgid "| pause  . . . . . . . . . . . . . . . .  toggle pause"
  2426. msgstr "| pause  . . . . . . . . . . . . . . . .  切换暂停"
  2427. #: modules/control/rc.c:874
  2428. msgid "| fastforward  . . . . . . . .  .  set to maximum rate"
  2429. msgstr "| fastforward  . . . . . . . .  .  设置最大率"
  2430. #: modules/control/rc.c:875
  2431. msgid "| rewind  . . . . . . . . . . . .  set to minimum rate"
  2432. msgstr "| rewind  . . . . . . . . . . . .  设置最小率"
  2433. #: modules/control/rc.c:876
  2434. msgid "| faster . . . . . . . . . .  faster playing of stream"
  2435. msgstr "| faster . . . . . . . . . .  快速播放流"
  2436. #: modules/control/rc.c:877
  2437. msgid "| slower . . . . . . . . . .  slower playing of stream"
  2438. msgstr "| slower . . . . . . . . . .  慢速播放流"
  2439. #: modules/control/rc.c:878
  2440. msgid "| normal . . . . . . . . . .  normal playing of stream"
  2441. msgstr "| normal . . . . . . . . . .  普通播放流"
  2442. #: modules/control/rc.c:879
  2443. msgid "| f [on|off] . . . . . . . . . . . . toggle fullscreen"
  2444. msgstr "| f [on|off] . . . . . . . . . . . . 切换全屏幕"
  2445. #: modules/control/rc.c:880
  2446. msgid "| info . . . . .  information about the current stream"
  2447. msgstr "| info . . . . .  当前流的信息"
  2448. #: modules/control/rc.c:881
  2449. msgid "| stats  . . . . . . . .  show statistical information"
  2450. msgstr "| stats  . . . . . . . .  显示统计信息"
  2451. #: modules/control/rc.c:882
  2452. msgid "| get_time . . seconds elapsed since stream's beginning"
  2453. msgstr "| get_time . . 从流开始时经过的秒数"
  2454. #: modules/control/rc.c:883
  2455. msgid "| is_playing . . . .  1 if a stream plays, 0 otherwise"
  2456. msgstr "| is_playing . . . .  如果流在播放为 1, 否则为 0"
  2457. #: modules/control/rc.c:884
  2458. msgid "| get_title . . . . .  the title of the current stream"
  2459. msgstr "| get_title . . . . .  当前流的标题"
  2460. #: modules/control/rc.c:885
  2461. msgid "| get_length . . . .  the length of the current stream"
  2462. msgstr "| get_length . . . .  当前流的长度"
  2463. #: modules/control/rc.c:887
  2464. msgid "| volume [X] . . . . . . . . . .  set/get audio volume"
  2465. msgstr "| volume [X] . . . . . . . . . .  设置/获取音频音量"
  2466. #: modules/control/rc.c:888
  2467. msgid "| volup [X]  . . . . . . .  raise audio volume X steps"
  2468. msgstr "| volup [X]  . . . . . . .  提升音频音量 X 级"
  2469. #: modules/control/rc.c:889
  2470. msgid "| voldown [X]  . . . . . .  lower audio volume X steps"
  2471. msgstr "| voldown [X]  . . . . . .  降低音频音量 X 级"
  2472. #: modules/control/rc.c:890
  2473. msgid "| adev [X] . . . . . . . . . . .  set/get audio device"
  2474. msgstr "| adev [X] . . . . . . . . . . .  设置/获取音频设备"
  2475. #: modules/control/rc.c:891
  2476. msgid "| achan [X]. . . . . . . . . .  set/get audio channels"
  2477. msgstr "| achan [X]. . . . . . . . . .  设置/获取声道"
  2478. #: modules/control/rc.c:892
  2479. msgid "| atrack [X] . . . . . . . . . . . set/get audio track"
  2480. msgstr "| atrack [X] . . . . . . . . . . . 设置/获取音轨"
  2481. #: modules/control/rc.c:893
  2482. msgid "| vtrack [X] . . . . . . . . . . . set/get video track"
  2483. msgstr "| vtrack [X] . . . . . . . . . . . 设置/获取视频轨道"
  2484. #: modules/control/rc.c:894
  2485. msgid "| vratio [X]  . . . . . . . set/get video aspect ratio"
  2486. msgstr "| vratio [X]  . . . . . . . 设置/获取视频高宽比"
  2487. #: modules/control/rc.c:895
  2488. msgid "| vcrop [X]  . . . . . . . . . . .  set/get video crop"
  2489. msgstr "| vcrop [X]  . . . . . . . . . . .  设置/获取视频剪辑"
  2490. #: modules/control/rc.c:896
  2491. msgid "| vzoom [X]  . . . . . . . . . . .  set/get video zoom"
  2492. msgstr "| vzoom [X]  . . . . . . . . . . .  设置/获取视频缩放"
  2493. #: modules/control/rc.c:897
  2494. msgid "| snapshot . . . . . . . . . . . . take video snapshot"
  2495. msgstr "| snapshot . . . . . . . . . . . . 获取视频截图"
  2496. #: modules/control/rc.c:898
  2497. msgid "| strack [X] . . . . . . . . . set/get subtitles track"
  2498. msgstr "| strack [X] . . . . . . . . . 设置/获取字幕轨道"
  2499. #: modules/control/rc.c:899
  2500. msgid "| key [hotkey name] . . . . . .  simulate hotkey press"
  2501. msgstr "| key [热键名] . . . . . .  模拟按下热键"
  2502. #: modules/control/rc.c:900
  2503. msgid "| menu . . [on|off|up|down|left|right|select] use menu"
  2504. msgstr "| menu . . [on|off|up|down|left|right|select] 使用菜单"
  2505. #: modules/control/rc.c:905
  2506. msgid "| @name marq-marquee  STRING  . . overlay STRING in video"
  2507. msgstr "| @name marq-marquee  STRING  . . 覆盖视频中的字串"
  2508. #: modules/control/rc.c:906
  2509. msgid "| @name marq-x X . . . . . . . . . . . .offset from left"
  2510. msgstr "| @name marq-x X . . . . . . . . . . . .左偏移"
  2511. #: modules/control/rc.c:907
  2512. msgid "| @name marq-y Y . . . . . . . . . . . . offset from top"
  2513. msgstr "| @name marq-y Y . . . . . . . . . . . . 上偏移"
  2514. #: modules/control/rc.c:908
  2515. msgid "| @name marq-position #. . .  .relative position control"
  2516. msgstr "| @name marq-position #. . .  .相对位置控制"
  2517. #: modules/control/rc.c:909
  2518. msgid "| @name marq-color # . . . . . . . . . . font color, RGB"
  2519. msgstr "| @name marq-color # . . . . . . . . . . 字体颜色, RGB"
  2520. #: modules/control/rc.c:910
  2521. msgid "| @name marq-opacity # . . . . . . . . . . . . . opacity"
  2522. msgstr "| @name marq-opacity # . . . . . . . . . . . . . 不透明度"
  2523. #: modules/control/rc.c:911
  2524. msgid "| @name marq-timeout T. . . . . . . . . . timeout, in ms"
  2525. msgstr "| @name marq-timeout T. . . . . . . . . . 超时,毫秒为单位"
  2526. #: modules/control/rc.c:912
  2527. msgid "| @name marq-size # . . . . . . . . font size, in pixels"
  2528. msgstr "| @name marq-size # . . . . . . . . 字体大小, 像素为单位"
  2529. #: modules/control/rc.c:914
  2530. msgid "| @name logo-file STRING . . .the overlay file path/name"
  2531. msgstr "| @name logo-file STRING . . .覆盖文件路径/名称"
  2532. #: modules/control/rc.c:915
  2533. msgid "| @name logo-x X . . . . . . . . . . . .offset from left"
  2534. msgstr "| @name logo-x X . . . . . . . . . . . .左侧偏移"
  2535. #: modules/control/rc.c:916
  2536. msgid "| @name logo-y Y . . . . . . . . . . . . offset from top"
  2537. msgstr "| @name logo-y Y . . . . . . . . . . . . 上侧偏移"
  2538. #: modules/control/rc.c:917
  2539. msgid "| @name logo-position #. . . . . . . . relative position"
  2540. msgstr "| @name logo-position #. . . . . . . . 相对位置"
  2541. #: modules/control/rc.c:918
  2542. msgid "| @name logo-transparency #. . . . . . . . .transparency"
  2543. msgstr "| @name logo-transparency #. . . . . . . . .透明度"
  2544. #: modules/control/rc.c:920
  2545. msgid "| @name mosaic-alpha # . . . . . . . . . . . . . . alpha"
  2546. msgstr "| @name mosaic-alpha # . . . . . . . . . . . . . . 透明度"
  2547. #: modules/control/rc.c:921
  2548. msgid "| @name mosaic-height #. . . . . . . . . . . . . .height"
  2549. msgstr "| @name mosaic-height #. . . . . . . . . . . . . .高度"
  2550. #: modules/control/rc.c:922
  2551. msgid "| @name mosaic-width # . . . . . . . . . . . . . . width"
  2552. msgstr "| @name mosaic-width # . . . . . . . . . . . . . . 宽度"
  2553. #: modules/control/rc.c:923
  2554. msgid "| @name mosaic-xoffset # . . . .top left corner position"
  2555. msgstr "| @name mosaic-xoffset # . . . .左上角位置"
  2556. #: modules/control/rc.c:924
  2557. msgid "| @name mosaic-yoffset # . . . .top left corner position"
  2558. msgstr "| @name mosaic-yoffset # . . . .左上角位置"
  2559. #: modules/control/rc.c:925
  2560. msgid "| @name mosaic-offsets x,y(,x,y)*. . . . list of offsets"
  2561. msgstr "| @name mosaic-offsets x,y(,x,y)*. . . . 偏移列表"
  2562. #: modules/control/rc.c:926
  2563. msgid "| @name mosaic-align 0..2,4..6,8..10. . .mosaic alignment"
  2564. msgstr "| @name mosaic-align 0..2,4..6,8..10. . .镶嵌排序"
  2565. #: modules/control/rc.c:927
  2566. msgid "| @name mosaic-vborder # . . . . . . . . vertical border"
  2567. msgstr "| @name mosaic-vborder # . . . . . . . . 垂直边框"
  2568. #: modules/control/rc.c:928
  2569. msgid "| @name mosaic-hborder # . . . . . . . horizontal border"
  2570. msgstr "| @name mosaic-hborder # . . . . . . . 水平边框"
  2571. #: modules/control/rc.c:929
  2572. msgid "| @name mosaic-position {0=auto,1=fixed} . . . .position"
  2573. msgstr "| @name mosaic-position {0=自动,1=固定} . . . .位置"
  2574. #: modules/control/rc.c:930
  2575. msgid "| @name mosaic-rows #. . . . . . . . . . .number of rows"
  2576. msgstr "| @name mosaic-rows #. . . . . . . . . . .行数"
  2577. #: modules/control/rc.c:931
  2578. msgid "| @name mosaic-cols #. . . . . . . . . . .number of cols"
  2579. msgstr "| @name mosaic-cols #. . . . . . . . . . .列数"
  2580. #: modules/control/rc.c:932
  2581. msgid "| @name mosaic-order id(,id)* . . . . order of pictures "
  2582. msgstr "| @name mosaic-order id(,id)* . . . . 图片顺序"
  2583. #: modules/control/rc.c:933
  2584. msgid "| @name mosaic-keep-aspect-ratio {0,1} . . .aspect ratio"
  2585. msgstr "| @name mosaic-keep-aspect-ratio {0,1} . . .高宽比"
  2586. #: modules/control/rc.c:936
  2587. msgid "| help . . . . . . . . . . . . . . . this help message"
  2588. msgstr "| help . . . . . . . . . . . . . . . 此帮助信息"
  2589. #: modules/control/rc.c:937
  2590. msgid "| longhelp . . . . . . . . . . . a longer help message"
  2591. msgstr "| longhelp . . . . . . . . . . . 一个长帮助信息"
  2592. #: modules/control/rc.c:938
  2593. msgid "| logout . . . . . . .  exit (if in socket connection)"
  2594. msgstr "| logout . . . . . . .  退出 (如果在端口连接)"
  2595. #: modules/control/rc.c:939
  2596. msgid "| quit . . . . . . . . . . . . . . . . . . .  quit vlc"
  2597. msgstr "| quit . . . . . . . . . . . . . . . . . . .  退出 vlc"
  2598. #: modules/control/rc.c:941
  2599. msgid "+----[ end of help ]"
  2600. msgstr "+----[ 帮助结束 ]"
  2601. #: modules/control/rc.c:1054
  2602. msgid "Press menu select or pause to continue."
  2603. msgstr "请按菜单选择或暂停继续。"
  2604. #: modules/control/rc.c:1318 modules/control/rc.c:1573
  2605. #: modules/control/rc.c:1644 modules/control/rc.c:1827
  2606. #: modules/control/rc.c:1928
  2607. msgid "Type 'menu select' or 'pause' to continue."
  2608. msgstr "输入 '菜单选择' 或 '暂停' 继续。"
  2609. #: modules/control/rc.c:1411
  2610. msgid "Error: `goto' needs an argument greater than zero."
  2611. msgstr "错误: `goto' 需要一个变量大于零。"
  2612. #: modules/control/rc.c:1422
  2613. #, c-format
  2614. msgid "Playlist has only %d elements"
  2615. msgstr "播放列表仅有 %d 个元素"
  2616. #: modules/control/rc.c:1912 modules/control/rc.c:1955
  2617. msgid "Please provide one of the following parameters:"
  2618. msgstr "请提供下拉参数:"
  2619. #: modules/control/rc.c:1987
  2620. msgid "Unknown command!"
  2621. msgstr "未知的命令!"
  2622. #: modules/control/rc.c:2003 modules/gui/ncurses.c:2005
  2623. msgid "+-[Incoming]"
  2624. msgstr "+-[入站]"
  2625. #: modules/control/rc.c:2004 modules/gui/ncurses.c:2008
  2626. #, c-format
  2627. msgid "| input bytes read : %8.0f kB"
  2628. msgstr "| 输入字节读取     : %8.0f kB"
  2629. #: modules/control/rc.c:2006 modules/gui/ncurses.c:2011
  2630. #, c-format
  2631. msgid "| input bitrate    :   %6.0f kb/s"
  2632. msgstr "| 输入位率         :   %6.0f kb/s"
  2633. #: modules/control/rc.c:2008 modules/gui/ncurses.c:2013
  2634. #, c-format
  2635. msgid "| demux bytes read : %8.0f kB"
  2636. msgstr "| 去复用字节读取   : %8.0f kB"
  2637. #: modules/control/rc.c:2010 modules/gui/ncurses.c:2016
  2638. #, c-format
  2639. msgid "| demux bitrate    :   %6.0f kb/s"
  2640. msgstr "| 去复用位率       :   %6.0f kb/s"
  2641. #: modules/control/rc.c:2014 modules/gui/ncurses.c:2026
  2642. msgid "+-[Video Decoding]"
  2643. msgstr "+-[视频解码]"
  2644. #: modules/control/rc.c:2015 modules/gui/ncurses.c:2029
  2645. #, c-format
  2646. msgid "| video decoded    :    %5i"
  2647. msgstr "| 已解码的视频     :    %5i"
  2648. #: modules/control/rc.c:2017 modules/gui/ncurses.c:2032
  2649. #, c-format
  2650. msgid "| frames displayed :    %5i"
  2651. msgstr "| 已显示的帧       :    %5i"
  2652. #: modules/control/rc.c:2019 modules/gui/ncurses.c:2035
  2653. #, c-format
  2654. msgid "| frames lost      :    %5i"
  2655. msgstr "| 已丢失的帧       :    %5i"
  2656. #: modules/control/rc.c:2023 modules/gui/ncurses.c:2045
  2657. msgid "+-[Audio Decoding]"
  2658. msgstr "+-[音频解码]"
  2659. #: modules/control/rc.c:2024 modules/gui/ncurses.c:2048
  2660. #, c-format
  2661. msgid "| audio decoded    :    %5i"
  2662. msgstr "| 已解码的音频     :    %5i"
  2663. #: modules/control/rc.c:2026 modules/gui/ncurses.c:2051
  2664. #, c-format
  2665. msgid "| buffers played   :    %5i"
  2666. msgstr "| 已播放的缓存     :    %5i"
  2667. #: modules/control/rc.c:2028 modules/gui/ncurses.c:2054
  2668. #, c-format
  2669. msgid "| buffers lost     :    %5i"
  2670. msgstr "| 已丢失的缓存     :    %5i"
  2671. #: modules/control/rc.c:2032 modules/gui/ncurses.c:2062
  2672. msgid "+-[Streaming]"
  2673. msgstr "+-[流]"
  2674. #: modules/control/rc.c:2033 modules/gui/ncurses.c:2065
  2675. #, c-format
  2676. msgid "| packets sent     :    %5i"
  2677. msgstr "| 发送数据包       :    %5i"
  2678. #: modules/control/rc.c:2034 modules/gui/ncurses.c:2067
  2679. #, c-format
  2680. msgid "| bytes sent       : %8.0f kB"
  2681. msgstr "| 发送字节         : %8.0f kB"
  2682. #: modules/control/rc.c:2036
  2683. #, c-format
  2684. msgid "| sending bitrate  :   %6.0f kb/s"
  2685. msgstr "| 正在发送的位率   :   %6.0f kb/s"
  2686. #: modules/control/showintf.c:66
  2687. msgid "Threshold"
  2688. msgstr "阀值"
  2689. #: modules/control/showintf.c:67
  2690. msgid "Height of the zone triggering the interface."
  2691. msgstr "界面中触发缩放的高度。"
  2692. #: modules/control/signals.c:37
  2693. msgid "Signals"
  2694. msgstr "信号"
  2695. #: modules/control/signals.c:40
  2696. msgid "POSIX signals handling interface"
  2697. msgstr "POSIX 信号处理界面"
  2698. #: modules/control/telnet.c:78 modules/stream_out/raop.c:140
  2699. msgid "Host"
  2700. msgstr "主机"
  2701. #: modules/control/telnet.c:79
  2702. msgid ""
  2703. "This is the host on which the interface will listen. It defaults to all "
  2704. "network interfaces (0.0.0.0). If you want this interface to be available "
  2705. "only on the local machine, enter "127.0.0.1"."
  2706. msgstr ""
  2707. "这是界面将要监听的主机。它默认给所有网络界面 (0.0.0.0)。如果您希望界面仅对本"
  2708. "机可用请输入 "127.0.0.1"。"
  2709. #: modules/control/telnet.c:83 modules/gui/macosx/open.m:200
  2710. #: modules/gui/macosx/open.m:202 modules/gui/macosx/output.m:147
  2711. #: modules/gui/qt4/components/sout/sout_widgets.cpp:142
  2712. #: modules/gui/qt4/components/sout/sout_widgets.cpp:187
  2713. #: modules/gui/qt4/components/sout/sout_widgets.cpp:232
  2714. #: modules/gui/qt4/components/sout/sout_widgets.cpp:278
  2715. #: modules/gui/qt4/components/sout/sout_widgets.cpp:354
  2716. #: modules/gui/qt4/ui/open_net.h:126 modules/stream_out/rtp.c:109
  2717. msgid "Port"
  2718. msgstr "端口"
  2719. #: modules/control/telnet.c:84
  2720. msgid ""
  2721. "This is the TCP port on which this interface will listen. It defaults to "
  2722. "4212."
  2723. msgstr "这是此界面将要监听的 TCP 端口。默认为 4212。"
  2724. #: modules/control/telnet.c:88
  2725. msgid ""
  2726. "A single administration password is used to protect this interface. The "
  2727. "default value is "admin"."
  2728. msgstr "一个被用于保护此界面的简易管理员密码。默认值是 "admin"。"
  2729. #: modules/control/telnet.c:102
  2730. msgid "VLM remote control interface"
  2731. msgstr "VLM 远程控制界面"
  2732. #: modules/demux/aiff.c:49
  2733. msgid "AIFF demuxer"
  2734. msgstr "AIFF 去复用器"
  2735. #: modules/demux/asf/asf.c:56
  2736. msgid "ASF v1.0 demuxer"
  2737. msgstr "ASF v1.0 去复用器"
  2738. #: modules/demux/asf/asf.c:178
  2739. msgid "Could not demux ASF stream"
  2740. msgstr "无法去复用 ASF 流"
  2741. #: modules/demux/asf/asf.c:179
  2742. msgid "VLC failed to load the ASF header."
  2743. msgstr "VLC 载入 ASF 头部失败。"
  2744. #: modules/demux/au.c:50
  2745. msgid "AU demuxer"
  2746. msgstr "AV 去复用器"
  2747. #: modules/demux/avformat/avformat.c:52
  2748. msgid "FFmpeg demuxer"
  2749. msgstr "FFmpeg 去复用器"
  2750. #: modules/demux/avformat/avformat.c:53
  2751. msgid "Avformat"
  2752. msgstr "Avformat"
  2753. #: modules/demux/avformat/avformat.c:61
  2754. msgid "FFmpeg muxer"
  2755. msgstr "FFmpeg 复用器"
  2756. #: modules/demux/avformat/avformat.h:35
  2757. msgid "Ffmpeg mux"
  2758. msgstr "Ffmpeg 复用"
  2759. #: modules/demux/avformat/avformat.h:36
  2760. msgid "Force use of ffmpeg muxer."
  2761. msgstr "强制使用 ffmpeg 复用器。"
  2762. #: modules/demux/avi/avi.c:47
  2763. msgid "Force interleaved method"
  2764. msgstr "强制交错模式"
  2765. #: modules/demux/avi/avi.c:48
  2766. msgid "Force interleaved method."
  2767. msgstr "前置交错模式。"
  2768. #: modules/demux/avi/avi.c:50
  2769. msgid "Force index creation"
  2770. msgstr "强制创建缩影"
  2771. #: modules/demux/avi/avi.c:52
  2772. msgid ""
  2773. "Recreate a index for the AVI file. Use this if your AVI file is damaged or "
  2774. "incomplete (not seekable)."
  2775. msgstr ""
  2776. "为 AVI 文件创建一个缩影。如果您的 AVI 文件已损坏或不完整 (无法搜索) 请使用此"
  2777. "功能。"
  2778. #: modules/demux/avi/avi.c:60
  2779. msgid "Ask"
  2780. msgstr "询问"
  2781. #: modules/demux/avi/avi.c:60
  2782. msgid "Always fix"
  2783. msgstr "总是修复"
  2784. #: modules/demux/avi/avi.c:61
  2785. msgid "Never fix"
  2786. msgstr "不修复"
  2787. #: modules/demux/avi/avi.c:65
  2788. msgid "AVI demuxer"
  2789. msgstr "AVI 去复用器"
  2790. #: modules/demux/avi/avi.c:701
  2791. msgid "AVI Index"
  2792. msgstr "AVI 缩影"
  2793. #: modules/demux/avi/avi.c:702
  2794. msgid ""
  2795. "This AVI file is broken. Seeking will not work correctly.n"
  2796. "Do you want to try to fix it?n"
  2797. "n"
  2798. "This might take a long time."
  2799. msgstr ""
  2800. "此 AVI 文件已经损坏。检索将无法正常工作。n"
  2801. "您要尝试修复它吗?n"
  2802. "n"
  2803. "这可能需要很长的时间。"
  2804. #: modules/demux/avi/avi.c:705
  2805. msgid "Repair"
  2806. msgstr "修复"
  2807. #: modules/demux/avi/avi.c:705
  2808. msgid "Don't repair"
  2809. msgstr "不修复"
  2810. #: modules/demux/avi/avi.c:2425
  2811. msgid "Fixing AVI Index..."
  2812. msgstr "正在修复 AVI 索引..."
  2813. #: modules/demux/cdg.c:45
  2814. msgid "CDG demuxer"
  2815. msgstr "CDG 去复用器"
  2816. #: modules/demux/demuxdump.c:42
  2817. msgid "Dump filename"
  2818. msgstr "转储文件名"
  2819. #: modules/demux/demuxdump.c:44
  2820. msgid "Name of the file to which the raw stream will be dumped."
  2821. msgstr "raw 流将被转储的文件名。"
  2822. #: modules/demux/demuxdump.c:45
  2823. msgid "Append to existing file"
  2824. msgstr "附加到已存在的文件"
  2825. #: modules/demux/demuxdump.c:47
  2826. msgid "If the file already exists, it will not be overwritten."
  2827. msgstr "如果文件已经存在,它将不会被覆盖。"
  2828. #: modules/demux/demuxdump.c:56
  2829. msgid "File dumper"
  2830. msgstr "文件转储器"
  2831. #: modules/demux/flac.c:49
  2832. msgid "FLAC demuxer"
  2833. msgstr "FLAC 去复用器"
  2834. #: modules/demux/gme.cpp:55
  2835. msgid "GME demuxer (Game_Music_Emu)"
  2836. msgstr "GME 去复用器 (Game_Music_Emu)"
  2837. #: modules/demux/kate_categories.c:40
  2838. msgid "Closed captions"
  2839. msgstr "封闭字幕"
  2840. #: modules/demux/kate_categories.c:42
  2841. msgid "Textual audio descriptions"
  2842. msgstr "原文音频描述"
  2843. #: modules/demux/kate_categories.c:43
  2844. msgid "Karaoke"
  2845. msgstr "卡拉 OK"
  2846. #: modules/demux/kate_categories.c:44
  2847. msgid "Ticker text"
  2848. msgstr "Ticker 文本"
  2849. #: modules/demux/kate_categories.c:45
  2850. msgid "Active regions"
  2851. msgstr "活动区域"
  2852. #: modules/demux/kate_categories.c:46
  2853. msgid "Semantic annotations"
  2854. msgstr "语义注解"
  2855. #: modules/demux/kate_categories.c:48
  2856. msgid "Transcript"
  2857. msgstr "抄本"
  2858. #: modules/demux/kate_categories.c:49 modules/demux/kate_categories.c:56
  2859. msgid "Lyrics"
  2860. msgstr "歌词"
  2861. #: modules/demux/kate_categories.c:50
  2862. msgid "Linguistic markup"
  2863. msgstr "语言标记"
  2864. #: modules/demux/kate_categories.c:51
  2865. msgid "Cue points"
  2866. msgstr "起始端点"
  2867. #: modules/demux/kate_categories.c:55 modules/demux/kate_categories.c:59
  2868. msgid "Subtitles (images)"
  2869. msgstr "字幕 (图像)"
  2870. #: modules/demux/kate_categories.c:60
  2871. msgid "Slides (text)"
  2872. msgstr "幻灯片 (文本)"
  2873. #: modules/demux/kate_categories.c:61
  2874. msgid "Slides (images)"
  2875. msgstr "幻灯片 (图像)"
  2876. #: modules/demux/kate_categories.c:73
  2877. msgid "Unknown category"
  2878. msgstr "未知类别"
  2879. #: modules/demux/live555.cpp:77
  2880. msgid ""
  2881. "Allows you to modify the default caching value for RTSP streams. This value "
  2882. "should be set in millisecond units."
  2883. msgstr "允许您修改 RTSP 流的默认缓冲值。此值必须以毫秒为单位设置。"
  2884. #: modules/demux/live555.cpp:80
  2885. msgid "Kasenna RTSP dialect"
  2886. msgstr "Kasenna RTSP 方言"
  2887. #: modules/demux/live555.cpp:81
  2888. msgid ""
  2889. "Kasenna servers use an old and unstandard dialect of RTSP. When you set this "
  2890. "parameter, VLC will try this dialect for communication. In this mode you "
  2891. "cannot connect to normal RTSP servers."
  2892. msgstr ""
  2893. "Kasenna 服务器使用一个旧的并且是非标准的 RTSP 方言。在您设置了此参数后,VLC "
  2894. "将会尝试使用此方言通信。在此模式中您不能连接普通的 RTSP 服务器。"
  2895. #: modules/demux/live555.cpp:85
  2896. msgid "RTSP user name"
  2897. msgstr "RTSP 用户名"
  2898. #: modules/demux/live555.cpp:86
  2899. msgid ""
  2900. "Allows you to modify the user name that will be used for authenticating the "
  2901. "connection."
  2902. msgstr "允许您修改将被用于连接验证的用户名。"
  2903. #: modules/demux/live555.cpp:88
  2904. msgid "RTSP password"
  2905. msgstr "RTSP 密码"
  2906. #: modules/demux/live555.cpp:89
  2907. msgid "Allows you to modify the password that will be used for the connection."
  2908. msgstr "允许您修改将被用于连接的密码。"
  2909. #: modules/demux/live555.cpp:93
  2910. msgid "RTP/RTSP/SDP demuxer (using Live555)"
  2911. msgstr "RTP/RTSP/SDP 去复用器 (使用 Live555)"
  2912. #: modules/demux/live555.cpp:103
  2913. msgid "RTSP/RTP access and demux"
  2914. msgstr "RTSP/RTP 访问与去复用"
  2915. #: modules/demux/live555.cpp:111 modules/demux/live555.cpp:112
  2916. #: modules/gui/macosx/simple_prefs.m:256 modules/gui/qt4/ui/sprefs_input.h:249
  2917. msgid "Use RTP over RTSP (TCP)"
  2918. msgstr "使用 RTP 代替 RTSP (TCP)"
  2919. #: modules/demux/live555.cpp:115
  2920. msgid "Client port"
  2921. msgstr "客户端端口"
  2922. #: modules/demux/live555.cpp:116
  2923. msgid "Port to use for the RTP source of the session"
  2924. msgstr "RTP 源会话使用的端口"
  2925. #: modules/demux/live555.cpp:118 modules/demux/live555.cpp:119
  2926. msgid "Force multicast RTP via RTSP"
  2927. msgstr "通过 RTSP 强制多播 RTP"
  2928. #: modules/demux/live555.cpp:122 modules/demux/live555.cpp:123
  2929. msgid "Tunnel RTSP and RTP over HTTP"
  2930. msgstr "通过 HTTP  通道使用 RTSP 和 RTP"
  2931. #: modules/demux/live555.cpp:126
  2932. msgid "HTTP tunnel port"
  2933. msgstr "HTTP 隧道端口"
  2934. #: modules/demux/live555.cpp:127
  2935. msgid "Port to use for tunneling the RTSP/RTP over HTTP."
  2936. msgstr "用于通过 HTTP 隧道 RTSP/RTP 的端口。"
  2937. #: modules/demux/live555.cpp:617
  2938. msgid "RTSP authentication"
  2939. msgstr "RTSP 验证"
  2940. #: modules/demux/live555.cpp:618
  2941. msgid "Please enter a valid login name and a password."
  2942. msgstr "请输入一个有效的登录名和密码。"
  2943. #: modules/demux/mjpeg.c:47 modules/demux/mpeg/h264.c:43
  2944. #: modules/demux/mpeg/m4v.c:43 modules/demux/rawvid.c:45
  2945. #: modules/demux/vc1.c:43 modules/gui/macosx/playlistinfo.m:107
  2946. msgid "Frames per Second"
  2947. msgstr "每秒帧数"
  2948. #: modules/demux/mjpeg.c:48
  2949. msgid ""
  2950. "This is the desired frame rate when playing MJPEG from a file. Use 0 (this "
  2951. "is the default value) for a live stream (from a camera)."
  2952. msgstr ""
  2953. "这是一个在从一个文件播放 MJPEG 时的帧率。为一个实时流 (来自摄像机) 使用 0 (这"
  2954. "是默认值)。"
  2955. #: modules/demux/mjpeg.c:54
  2956. msgid "M-JPEG camera demuxer"
  2957. msgstr "M-JPEG 摄像机去复用器"
  2958. #: modules/demux/mkv/chapter_command.cpp:146
  2959. msgid "---  DVD Menu"
  2960. msgstr "---  DVD 菜单"
  2961. #: modules/demux/mkv/chapter_command.cpp:152
  2962. msgid "First Played"
  2963. msgstr "首先播放"
  2964. #: modules/demux/mkv/chapter_command.cpp:154
  2965. msgid "Video Manager"
  2966. msgstr "视频管理器"
  2967. #: modules/demux/mkv/chapter_command.cpp:160
  2968. msgid "----- Title"
  2969. msgstr "----- 标题"
  2970. #: modules/demux/mkv/mkv.cpp:44
  2971. msgid "Matroska stream demuxer"
  2972. msgstr "Matroska 流去复用器"
  2973. #: modules/demux/mkv/mkv.cpp:51
  2974. msgid "Ordered chapters"
  2975. msgstr "已排序的章节"
  2976. #: modules/demux/mkv/mkv.cpp:52
  2977. msgid "Play ordered chapters as specified in the segment."
  2978. msgstr "播放在片段中的指定章节。"
  2979. #: modules/demux/mkv/mkv.cpp:55
  2980. msgid "Chapter codecs"
  2981. msgstr "章节代码"
  2982. #: modules/demux/mkv/mkv.cpp:56
  2983. msgid "Use chapter codecs found in the segment."
  2984. msgstr "使用章节代码在片段中查找。"
  2985. #: modules/demux/mkv/mkv.cpp:59
  2986. msgid "Preload Directory"
  2987. msgstr "预载目录"
  2988. #: modules/demux/mkv/mkv.cpp:60
  2989. msgid ""
  2990. "Preload matroska files from the same family in the same directory (not good "
  2991. "for broken files)."
  2992. msgstr "从相同的目录中预载一系列的 matroska 文件 (对损坏文件支持差)。"
  2993. #: modules/demux/mkv/mkv.cpp:63
  2994. msgid "Seek based on percent not time"
  2995. msgstr "基于百分比非时间的搜索"
  2996. #: modules/demux/mkv/mkv.cpp:64
  2997. msgid "Seek based on percent not time."
  2998. msgstr "基于百分比非时间的搜索。"
  2999. #: modules/demux/mkv/mkv.cpp:67
  3000. msgid "Dummy Elements"
  3001. msgstr "空元素"
  3002. #: modules/demux/mkv/mkv.cpp:68
  3003. msgid "Read and discard unknown EBML elements (not good for broken files)."
  3004. msgstr "读取并放弃未知的 EBML 元素 (对损坏的文件支持差)。"
  3005. #: modules/demux/mod.c:54
  3006. msgid "Enable noise reduction algorithm."
  3007. msgstr "开启噪点消除算法。"
  3008. #: modules/demux/mod.c:55
  3009. msgid "Enable reverberation"
  3010. msgstr "开启混响"
  3011. #: modules/demux/mod.c:56
  3012. msgid "Reverberation level (from 0 to 100, default value is 0)."
  3013. msgstr "混响等级 (从 0 到 100, 默认值是 0)。"
  3014. #: modules/demux/mod.c:58
  3015. msgid "Reverberation delay, in ms. Usual values are from to 40 to 200ms."
  3016. msgstr "以毫秒为单位的混响延迟。通常值是从 40 到 200 毫秒。"
  3017. #: modules/demux/mod.c:60
  3018. msgid "Enable megabass mode"
  3019. msgstr "开启超重低音模式"
  3020. #: modules/demux/mod.c:61
  3021. msgid "Megabass mode level (from 0 to 100, default value is 0)."
  3022. msgstr "超重低音模式等级 (从 0 到 100, 默认值是 0)。"
  3023. #: modules/demux/mod.c:63
  3024. msgid ""
  3025. "Megabass mode cutoff frequency, in Hz. This is the maximum frequency for "
  3026. "which the megabass effect applies. Valid values are from 10 to 100 Hz."
  3027. msgstr ""
  3028. "超重低音模式截至频率, 以 Hz 为单位。这是超重低音效果应用的最大频率。有效值从 "
  3029. "10 到 100 Hz。"
  3030. #: modules/demux/mod.c:66
  3031. msgid "Surround effect level (from 0 to 100, default value is 0)."
  3032. msgstr "环绕效果等级 (从 0 到 100, 默认值是 0)。"
  3033. #: modules/demux/mod.c:68
  3034. msgid "Surround delay, in ms. Usual values are from 5 to 40 ms."
  3035. msgstr "环绕声延迟,以毫秒为单位。通常的值是从 5 到 40 毫秒。"
  3036. #: modules/demux/mod.c:73
  3037. msgid "MOD demuxer (libmodplug)"
  3038. msgstr "MOD 去复用器 (libmodplug)"
  3039. #: modules/demux/mod.c:81
  3040. msgid "Reverb"
  3041. msgstr "混响"
  3042. #: modules/demux/mod.c:84
  3043. msgid "Reverberation level"
  3044. msgstr "混响等级"
  3045. #: modules/demux/mod.c:86
  3046. msgid "Reverberation delay"
  3047. msgstr "混响延迟"
  3048. #: modules/demux/mod.c:88
  3049. msgid "Mega bass"
  3050. msgstr "超重低音"
  3051. #: modules/demux/mod.c:91
  3052. msgid "Mega bass level"
  3053. msgstr "超重低音等级"
  3054. #: modules/demux/mod.c:93
  3055. msgid "Mega bass cutoff"
  3056. msgstr "超重低音截至频率"
  3057. #: modules/demux/mod.c:95
  3058. msgid "Surround"
  3059. msgstr "环绕声"
  3060. #: modules/demux/mod.c:98
  3061. msgid "Surround level"
  3062. msgstr "环绕声等级"
  3063. #: modules/demux/mod.c:100
  3064. msgid "Surround delay (ms)"
  3065. msgstr "环绕声延迟 (毫秒)"
  3066. #: modules/demux/mp4/mp4.c:58
  3067. msgid "MP4 stream demuxer"
  3068. msgstr "MP4 流去复用器"
  3069. #: modules/demux/mp4/mp4.c:59 modules/gui/pda/pda_interface.c:1053
  3070. msgid "MP4"
  3071. msgstr "MP4"
  3072. #: modules/demux/mpc.c:62
  3073. msgid "MusePack demuxer"
  3074. msgstr "MusePack 去复用器"
  3075. #: modules/demux/mpeg/es.c:51
  3076. msgid "MPEG-I/II/4 / A52 / DTS / MLP audio"
  3077. msgstr "MPEG-I/II/4 / A52 / DTS / MLP 音频"
  3078. #: modules/demux/mpeg/h264.c:44
  3079. msgid "Desired frame rate for the H264 stream."
  3080. msgstr "H264 流的期望帧率。"
  3081. #: modules/demux/mpeg/h264.c:51
  3082. msgid "H264 video demuxer"
  3083. msgstr "H264 视频去复用器"
  3084. #: modules/demux/mpeg/m4v.c:44
  3085. msgid ""
  3086. "This is the desired frame rate when playing MPEG4 video elementary streams."
  3087. msgstr "这是在播放 MPEG4 视频通量流时的期望帧率。"
  3088. #: modules/demux/mpeg/m4v.c:50
  3089. msgid "MPEG-4 video demuxer"
  3090. msgstr "MPEG-4 视频去复用器"
  3091. #: modules/demux/mpeg/m4v.c:51
  3092. msgid "MPEG-4 V"
  3093. msgstr "MPEG-4 V"
  3094. #: modules/demux/mpeg/mpgv.c:46
  3095. msgid "MPEG-I/II video demuxer"
  3096. msgstr "MPEG-I/II 视频去复用器"
  3097. #: modules/demux/nsc.c:46
  3098. msgid "Windows Media NSC metademux"
  3099. msgstr "Windows Media NSC 元去复用器"
  3100. #: modules/demux/nsv.c:49
  3101. msgid "NullSoft demuxer"
  3102. msgstr "NullSoft 去复用器"
  3103. #: modules/demux/nuv.c:49
  3104. msgid "Nuv demuxer"
  3105. msgstr "Nuv 去复用器"
  3106. #: modules/demux/ogg.c:54
  3107. msgid "OGG demuxer"
  3108. msgstr "OGG 去复用器"
  3109. #: modules/demux/playlist/gvp.c:207
  3110. msgid "Google Video"
  3111. msgstr "Google 视频"
  3112. #: modules/demux/playlist/playlist.c:40
  3113. msgid "Auto start"
  3114. msgstr "自动启动"
  3115. #: modules/demux/playlist/playlist.c:41
  3116. msgid "Automatically start playing the playlist content once it's loaded."
  3117. msgstr "在播放列表被载入后自动开始播放其中的内容。"
  3118. #: modules/demux/playlist/playlist.c:44
  3119. msgid "Show shoutcast adult content"
  3120. msgstr "显示 shoutcast 成人内容"
  3121. #: modules/demux/playlist/playlist.c:45
  3122. msgid "Show NC17 rated video streams when using shoutcast video playlists."
  3123. msgstr "在使用视频播放列表时显示 NC17 分级的视频流。"
  3124. #: modules/demux/playlist/playlist.c:48
  3125. msgid "Skip ads"
  3126. msgstr "跳过广告"
  3127. #: modules/demux/playlist/playlist.c:49
  3128. msgid ""
  3129. "Use playlist options usually used to prevent ads skipping to detect ads and "
  3130. "prevent adding them to the playlist."
  3131. msgstr ""
  3132. "使用播放列表选项通常被用于防治广告被跳过检测并防止添加它们到播放列表中。"
  3133. #: modules/demux/playlist/playlist.c:69
  3134. msgid "M3U playlist import"
  3135. msgstr "导入 M3U 播放列表"
  3136. #: modules/demux/playlist/playlist.c:77
  3137. msgid "RAM playlist import"
  3138. msgstr "RAM 播放列表导入"
  3139. #: modules/demux/playlist/playlist.c:83
  3140. msgid "PLS playlist import"
  3141. msgstr "导入 PLS 播放列表"
  3142. #: modules/demux/playlist/playlist.c:89
  3143. msgid "B4S playlist import"
  3144. msgstr "导入 B4S 播放列表"
  3145. #: modules/demux/playlist/playlist.c:96
  3146. msgid "DVB playlist import"
  3147. msgstr "导入 DVB 播放列表"
  3148. #: modules/demux/playlist/playlist.c:102
  3149. msgid "Podcast parser"
  3150. msgstr "Podcast 解析器"
  3151. #: modules/demux/playlist/playlist.c:108
  3152. msgid "XSPF playlist import"
  3153. msgstr "导入 XSPF 播放列表"
  3154. #: modules/demux/playlist/playlist.c:114
  3155. msgid "New winamp 5.2 shoutcast import"
  3156. msgstr "新建 winamp 5.2 shoutcast 导入"
  3157. #: modules/demux/playlist/playlist.c:122
  3158. msgid "ASX playlist import"
  3159. msgstr "导入 ASX 播放列表"
  3160. #: modules/demux/playlist/playlist.c:128
  3161. msgid "Kasenna MediaBase parser"
  3162. msgstr "Kasenna 媒体库解析器"
  3163. #: modules/demux/playlist/playlist.c:134
  3164. msgid "QuickTime Media Link importer"
  3165. msgstr "QuickTime 媒体链接导入器"
  3166. #: modules/demux/playlist/playlist.c:140
  3167. msgid "Google Video Playlist importer"
  3168. msgstr "Google 视频播放列表导入器"
  3169. #: modules/demux/playlist/playlist.c:146
  3170. msgid "Dummy ifo demux"
  3171. msgstr "空 ifo 去复用"
  3172. #: modules/demux/playlist/playlist.c:151
  3173. msgid "iTunes Music Library importer"
  3174. msgstr "iTunes 音乐库导入器"
  3175. #: modules/demux/playlist/podcast.c:254 modules/demux/playlist/podcast.c:268
  3176. #: modules/demux/playlist/podcast.c:298 modules/demux/playlist/podcast.c:311
  3177. msgid "Podcast Info"
  3178. msgstr "Podcast 信息"
  3179. #: modules/demux/playlist/podcast.c:268
  3180. msgid "Podcast Summary"
  3181. msgstr "Podcast 摘要"
  3182. #: modules/demux/playlist/podcast.c:312
  3183. msgid "Podcast Size"
  3184. msgstr "Podcast 大小"
  3185. #: modules/demux/playlist/shoutcast.c:407
  3186. msgid "Shoutcast"
  3187. msgstr "Shoutcast"
  3188. #: modules/demux/playlist/shoutcast.c:411
  3189. msgid "Listeners"
  3190. msgstr "收听者"
  3191. #: modules/demux/playlist/shoutcast.c:412
  3192. msgid "Load"
  3193. msgstr "加载"
  3194. #: modules/demux/ps.c:43
  3195. msgid "Trust MPEG timestamps"
  3196. msgstr "受信任的 MPEG 时间戳"
  3197. #: modules/demux/ps.c:44
  3198. msgid ""
  3199. "Normally we use the timestamps of the MPEG files to calculate position and "
  3200. "duration. However sometimes this might not be usable. Disable this option to "
  3201. "calculate from the bitrate instead."
  3202. msgstr ""
  3203. "通常我们使用 MPEG 文件的时间戳来计算位置和持续时间。但是在某些时候这可能没有"
  3204. "用。关闭此选项使用位率计算代替。"
  3205. #: modules/demux/ps.c:56 modules/demux/ps.c:69
  3206. msgid "MPEG-PS demuxer"
  3207. msgstr "MPEG-PS 去复用器"
  3208. #: modules/demux/ps.c:57 modules/gui/pda/pda_interface.c:1048
  3209. msgid "PS"
  3210. msgstr "PS"
  3211. #: modules/demux/pva.c:43
  3212. msgid "PVA demuxer"
  3213. msgstr "PVA 去复用器"
  3214. #: modules/demux/rawdv.c:41
  3215. msgid ""
  3216. "The demuxer will advance timestamps if the input can't keep up with the rate."
  3217. msgstr "如果输入不能保持帧率,那么去复用器将增加时间戳。"
  3218. #: modules/demux/rawdv.c:49
  3219. msgid "DV (Digital Video) demuxer"
  3220. msgstr "DV (数字视频) 去复用器"
  3221. #: modules/demux/rawvid.c:46
  3222. msgid ""
  3223. "This is the desired frame rate when playing raw video streams.  In the form "
  3224. "30000/1001 or 29.97"
  3225. msgstr ""
  3226. #: modules/demux/rawvid.c:50
  3227. msgid "This specifies the width in pixels of the raw video stream."
  3228. msgstr "这是为 raw 视频流指定宽度,以像素为单位。"
  3229. #: modules/demux/rawvid.c:54
  3230. msgid "This specifies the height in pixels of the raw video stream."
  3231. msgstr "这是为 raw 视频流指定高度,以像素为单位。"
  3232. #: modules/demux/rawvid.c:57
  3233. msgid "Force chroma (Use carefully)"
  3234. msgstr "强制色度 (谨慎使用)"
  3235. #: modules/demux/rawvid.c:58
  3236. msgid "Force chroma. This is a four character string."
  3237. msgstr "强制色度。这是一个四字节的字串。"
  3238. #: modules/demux/rawvid.c:60 modules/stream_out/switcher.c:95
  3239. msgid "Aspect ratio"
  3240. msgstr "高宽比"
  3241. #: modules/demux/rawvid.c:62
  3242. msgid "Aspect ratio (4:3, 16:9). Default assumes square pixels."
  3243. msgstr "高宽比 (4:3, 16:9)。默认是方块像素。"
  3244. #: modules/demux/rawvid.c:66
  3245. msgid "Raw video demuxer"
  3246. msgstr "Raw 去复用器"
  3247. #: modules/demux/real.c:70
  3248. msgid "Real demuxer"
  3249. msgstr "Real 去复用器"
  3250. #: modules/demux/smf.c:43
  3251. msgid "SMF demuxer"
  3252. msgstr "SMF 去复用器"
  3253. #: modules/demux/subtitle.c:54 modules/demux/subtitle_asa.c:56
  3254. msgid "Apply a delay to all subtitles (in 1/10s, eg 100 means 10s)."
  3255. msgstr "为所有字幕应用一个延迟 (在 1/10 秒,例如 100 代表 10 秒)。"
  3256. #: modules/demux/subtitle.c:56
  3257. msgid ""
  3258. "Override the normal frames per second settings. This will only work with "
  3259. "MicroDVD and SubRIP (SRT) subtitles."
  3260. msgstr "覆盖普通帧每秒设置。这仅工作于 MicroDVD 和 SubRTP (SRT) 字幕。"
  3261. #: modules/demux/subtitle.c:59
  3262. msgid ""
  3263. "Force the subtiles format. Valid values are : "microdvd", "subrip", "
  3264. ""subviewer", "ssa1", "ssa2-4", "ass", "vplayer", "sami", "
  3265. ""dvdsubtitle", "mpl2", "aqt", "pjs", "mpsub", "jacosub", "psb"
  3266. "", "realtext", "dks", "subviewer1",  and "auto" (meaning "
  3267. "autodetection, this should always work)."
  3268. msgstr ""
  3269. "强制字幕格式。可用的值是 : "microdvd", "subrip", "subviewer", "ssa1"
  3270. "", "ssa2-4", "ass", "vplayer", "sami", "dvdsubtitle", "mpl2", "