1 # Chinese (simplified) translation about gstreamer.
2 # This file is put in the public domain.
3 # Funda Wang <fundawang@linux.net.cn>, 2005.
4 # Ji ZhengYu <zhengyuji@gmail.com>, 2008, 2009.
5 # Tianze Wang <zwpwjwtz@126.com>, 2015.
8 "Project-Id-Version: gstreamer 1.10.0\n"
9 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
10 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
11 "PO-Revision-Date: 2016-11-02 13:43+0800\n"
12 "Last-Translator: Tianze Wang <zwpwjwtz@126.com>\n"
13 "Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "X-Bugs: Report translation errors to the Language-Team address.\n"
19 "Plural-Forms: nplurals=1; plural=0;\n"
20 "X-Generator: Poedit 1.8.9\n"
23 msgid "Print the GStreamer version"
24 msgstr "打印 GStreamer 版本"
27 msgid "Make all warnings fatal"
28 msgstr "将所有的警告也当作严重问题"
31 msgid "Print available debug categories and exit"
35 msgid "Default debug level from 1 (only error) to 9 (anything) or 0 for no output"
36 msgstr "默认调试级别,从 1(仅有错误)到 9(所有内容),0代表无输出"
43 msgid "Comma-separated list of category_name:level pairs to set specific levels for the individual categories. Example: GST_AUTOPLUG:5,GST_ELEMENT_*:3"
44 msgstr "逗号分隔的“类别名称:级别”列表用来为每个类别设置指定的调试级别。如:GST_AUTOPLUG:5,GST_ELEMENT_*:3"
51 msgid "Disable colored debugging output"
55 msgid "Changes coloring mode of the debug log. Possible modes: off, on, disable, auto, unix"
56 msgstr "改变调试日志的颜色模式。可能的模式有:off、on、disable、auto和unix"
59 msgid "Disable debugging"
63 msgid "Enable verbose plugin loading diagnostics"
67 msgid "Colon-separated paths containing plugins"
75 msgid "Comma-separated list of plugins to preload in addition to the list stored in environment variable GST_PLUGIN_PATH"
76 msgstr "逗号分隔的预载入的插件列表,而且此列表被保存于环境变量 GST_PLUGIN_PATH 中"
83 msgid "Disable trapping of segmentation faults during plugin loading"
84 msgstr "禁止跟踪装入插件时的段严重错误"
87 msgid "Disable updating the registry"
91 msgid "Disable spawning a helper process while scanning the registry"
92 msgstr "扫描寄存器时禁止启动帮助进程"
95 msgid "GStreamer Options"
99 msgid "Show GStreamer Options"
100 msgstr "显示 GStreamer 选项"
103 msgid "Unknown option"
106 #: gst/gsterror.c:130
107 msgid "GStreamer encountered a general core library error."
108 msgstr "GStreamer 遇到了常规核心库错误。"
110 #: gst/gsterror.c:132 gst/gsterror.c:174 gst/gsterror.c:198 gst/gsterror.c:240
111 msgid "GStreamer developers were too lazy to assign an error code to this error."
112 msgstr "GStreamer 开发者未对此错误指派错误代码。"
114 #: gst/gsterror.c:135
115 msgid "Internal GStreamer error: code not implemented."
116 msgstr "GStreamer 内部错误:代码未实现。"
118 #: gst/gsterror.c:137
119 msgid "GStreamer error: state change failed and some element failed to post a proper error message with the reason for the failure."
120 msgstr "Gstreamer 错误:改变状态时失败,并且一些组件无法提供有关错误原因的信息。"
122 #: gst/gsterror.c:140
123 msgid "Internal GStreamer error: pad problem."
124 msgstr "GStreamer 内部错误: 填充问题。"
126 #: gst/gsterror.c:142
127 msgid "Internal GStreamer error: thread problem."
128 msgstr "GStreamer 内部错误:线程问题。"
130 #: gst/gsterror.c:144
131 msgid "GStreamer error: negotiation problem."
132 msgstr "GStreamer 错误: 协商问题。"
134 #: gst/gsterror.c:146
135 msgid "Internal GStreamer error: event problem."
136 msgstr "GStreamer 内部错误:事件问题。"
138 #: gst/gsterror.c:148
139 msgid "Internal GStreamer error: seek problem."
140 msgstr "GStreamer 内部错误:搜索问题。"
142 #: gst/gsterror.c:150
143 msgid "Internal GStreamer error: caps problem."
144 msgstr "GStreamer 内部错误: 分析器问题。"
146 #: gst/gsterror.c:152
147 msgid "Internal GStreamer error: tag problem."
148 msgstr "GStreamer 内部错误:标签问题。"
150 #: gst/gsterror.c:154
151 msgid "Your GStreamer installation is missing a plug-in."
152 msgstr "您的 GStreamer 安装缺少插件。"
154 #: gst/gsterror.c:156
155 msgid "GStreamer error: clock problem."
156 msgstr "GStreamer 错误:时钟错误。"
158 #: gst/gsterror.c:158
159 msgid "This application is trying to use GStreamer functionality that has been disabled."
160 msgstr "此程序正尝试使用已被禁用的 GStreamer 功能。"
162 #: gst/gsterror.c:172
163 msgid "GStreamer encountered a general supporting library error."
164 msgstr "GStreamer 遇到了常规支持库错误。"
166 #: gst/gsterror.c:177
167 msgid "Could not initialize supporting library."
170 #: gst/gsterror.c:179
171 msgid "Could not close supporting library."
174 #: gst/gsterror.c:181
175 msgid "Could not configure supporting library."
178 #: gst/gsterror.c:183
179 msgid "Encoding error."
182 #: gst/gsterror.c:196
183 msgid "GStreamer encountered a general resource error."
184 msgstr "GStreamer 遇到了常规资源错误。"
186 #: gst/gsterror.c:201
187 msgid "Resource not found."
190 #: gst/gsterror.c:203
191 msgid "Resource busy or not available."
194 #: gst/gsterror.c:205
195 msgid "Could not open resource for reading."
198 #: gst/gsterror.c:207
199 msgid "Could not open resource for writing."
202 #: gst/gsterror.c:209
203 msgid "Could not open resource for reading and writing."
204 msgstr "无法打开资源读取和写入。"
206 #: gst/gsterror.c:211
207 msgid "Could not close resource."
210 #: gst/gsterror.c:213
211 msgid "Could not read from resource."
214 #: gst/gsterror.c:215
215 msgid "Could not write to resource."
218 #: gst/gsterror.c:217
219 msgid "Could not perform seek on resource."
222 #: gst/gsterror.c:219
223 msgid "Could not synchronize on resource."
226 #: gst/gsterror.c:221
227 msgid "Could not get/set settings from/on resource."
228 msgstr "无法从资源获得设置或在资源上设定设置。"
230 #: gst/gsterror.c:223
231 msgid "No space left on the resource."
234 #: gst/gsterror.c:225
235 msgid "Not authorized to access resource."
238 #: gst/gsterror.c:238
239 msgid "GStreamer encountered a general stream error."
240 msgstr "GStreamer 遇到了常规流错误。"
242 #: gst/gsterror.c:243
243 msgid "Element doesn't implement handling of this stream. Please file a bug."
244 msgstr "组件未实现对此流的处理。请提交错误报告。"
246 #: gst/gsterror.c:246
247 msgid "Could not determine type of stream."
250 #: gst/gsterror.c:248
251 msgid "The stream is of a different type than handled by this element."
252 msgstr "此流的类型与此组件可处理的类型不符。"
254 #: gst/gsterror.c:251
255 msgid "There is no codec present that can handle the stream's type."
256 msgstr "没有可处理此流类型的编解码器。"
258 #: gst/gsterror.c:253
259 msgid "Could not decode stream."
262 #: gst/gsterror.c:255
263 msgid "Could not encode stream."
266 #: gst/gsterror.c:257
267 msgid "Could not demultiplex stream."
270 #: gst/gsterror.c:259
271 msgid "Could not multiplex stream."
274 #: gst/gsterror.c:261
275 msgid "The stream is in the wrong format."
278 #: gst/gsterror.c:263
279 msgid "The stream is encrypted and decryption is not supported."
280 msgstr "此为加密流且不支持解密。"
282 #: gst/gsterror.c:265
283 msgid "The stream is encrypted and can't be decrypted because no suitable key has been supplied."
284 msgstr "此为加密流,而且由于未提供合适的密钥因此无法解密。"
286 #: gst/gsterror.c:305
288 msgid "No error message for domain %s."
291 #: gst/gsterror.c:313
293 msgid "No standard error message for domain %s and code %d."
294 msgstr "域 %s 和代码 %d 中无标准错误信息。"
296 #: gst/gstpipeline.c:549
297 msgid "Selected clock cannot be used in pipeline."
298 msgstr "选中的时钟序列无法用在管道中。"
300 #: gst/gstregistry.c:1709
302 msgid "Error writing registry cache to %s: %s"
303 msgstr "寄存器缓存写入 %s 时出错: %s"
305 #: gst/gsttaglist.c:107
309 #: gst/gsttaglist.c:107
310 msgid "commonly used title"
313 #: gst/gsttaglist.c:110
314 msgid "title sortname"
317 #: gst/gsttaglist.c:110
318 msgid "commonly used title for sorting purposes"
321 #: gst/gsttaglist.c:113
325 #: gst/gsttaglist.c:114
326 msgid "person(s) responsible for the recording"
329 #: gst/gsttaglist.c:118
330 msgid "artist sortname"
333 #: gst/gsttaglist.c:119
334 msgid "person(s) responsible for the recording for sorting purposes"
335 msgstr "用于排序的负责录制的人名"
337 #: gst/gsttaglist.c:122
341 #: gst/gsttaglist.c:123
342 msgid "album containing this data"
345 #: gst/gsttaglist.c:126
346 msgid "album sortname"
349 #: gst/gsttaglist.c:127
350 msgid "album containing this data for sorting purposes"
353 #: gst/gsttaglist.c:130
357 #: gst/gsttaglist.c:131
358 msgid "The artist of the entire album, as it should be displayed"
359 msgstr "用于显示的整张专辑的艺术家"
361 #: gst/gsttaglist.c:135
362 msgid "album artist sortname"
365 #: gst/gsttaglist.c:136
366 msgid "The artist of the entire album, as it should be sorted"
367 msgstr "用于排序的整张专辑的艺术家名"
369 #: gst/gsttaglist.c:138
373 #: gst/gsttaglist.c:138
374 msgid "date the data was created (as a GDate structure)"
375 msgstr "创建数据的日期(为 GDate 结构)"
377 #: gst/gsttaglist.c:140
381 #: gst/gsttaglist.c:141
382 msgid "date and time the data was created (as a GstDateTime structure)"
383 msgstr "创建数据的日期和时间为 GDate 结构)"
385 #: gst/gsttaglist.c:145
389 #: gst/gsttaglist.c:146
390 msgid "genre this data belongs to"
393 #: gst/gsttaglist.c:149
397 #: gst/gsttaglist.c:150
398 msgid "free text commenting the data"
401 #: gst/gsttaglist.c:153
402 msgid "extended comment"
405 #: gst/gsttaglist.c:154
406 msgid "free text commenting the data in key=value or key[en]=comment form"
407 msgstr "以“关键词=值或 key[en]=注释”这种形式注释数据的任意文本"
409 #: gst/gsttaglist.c:158
413 #: gst/gsttaglist.c:159
414 msgid "track number inside a collection"
417 #: gst/gsttaglist.c:162
421 #: gst/gsttaglist.c:163
422 msgid "count of tracks inside collection this track belongs to"
423 msgstr "此音轨所属的收藏集中的音轨数"
425 #: gst/gsttaglist.c:167
429 #: gst/gsttaglist.c:168
430 msgid "disc number inside a collection"
433 #: gst/gsttaglist.c:171
437 #: gst/gsttaglist.c:172
438 msgid "count of discs inside collection this disc belongs to"
439 msgstr "此碟所属的收藏集中的碟片数"
441 #: gst/gsttaglist.c:176
445 #: gst/gsttaglist.c:176
446 msgid "Origin of media as a URI (location, where the original of the file or stream is hosted)"
447 msgstr "媒体来源作为 URI 地址(原始文件或流所在的位置)"
449 #: gst/gsttaglist.c:181
453 #: gst/gsttaglist.c:182
454 msgid "Homepage for this media (i.e. artist or movie homepage)"
455 msgstr "此媒体的主页(艺术家或电影等)"
457 #: gst/gsttaglist.c:185
461 #: gst/gsttaglist.c:186
462 msgid "short text describing the content of the data"
465 #: gst/gsttaglist.c:189
469 #: gst/gsttaglist.c:189
470 msgid "version of this data"
473 #: gst/gsttaglist.c:191
477 #: gst/gsttaglist.c:193
478 msgid "International Standard Recording Code - see http://www.ifpi.org/isrc/"
479 msgstr "International Standard Recording Code - see http://www.ifpi.org/isrc/"
481 #: gst/gsttaglist.c:197
485 #: gst/gsttaglist.c:200
489 #: gst/gsttaglist.c:200
490 msgid "copyright notice of the data"
493 #: gst/gsttaglist.c:202
494 msgid "copyright uri"
497 #: gst/gsttaglist.c:203
498 msgid "URI to the copyright notice of the data"
501 #: gst/gsttaglist.c:205
505 #: gst/gsttaglist.c:205
506 msgid "name of the encoding person or organization"
509 #: gst/gsttaglist.c:209
513 #: gst/gsttaglist.c:209
514 msgid "contact information"
517 #: gst/gsttaglist.c:211
521 #: gst/gsttaglist.c:211
522 msgid "license of data"
525 #: gst/gsttaglist.c:213
529 #: gst/gsttaglist.c:214
530 msgid "URI to the license of the data"
533 #: gst/gsttaglist.c:217
537 #: gst/gsttaglist.c:218
538 msgid "person(s) performing"
541 #: gst/gsttaglist.c:221
545 #: gst/gsttaglist.c:222
546 msgid "person(s) who composed the recording"
549 #: gst/gsttaglist.c:226
553 #: gst/gsttaglist.c:227
554 msgid "conductor/performer refinement"
557 #: gst/gsttaglist.c:230
561 #: gst/gsttaglist.c:230
562 msgid "length in GStreamer time units (nanoseconds)"
563 msgstr "GStreamer 时间单位的长度(纳秒)"
565 #: gst/gsttaglist.c:233
569 #: gst/gsttaglist.c:234
570 msgid "codec the data is stored in"
573 #: gst/gsttaglist.c:237
577 #: gst/gsttaglist.c:237
578 msgid "codec the video data is stored in"
579 msgstr "视频数据以...编码存储"
581 #: gst/gsttaglist.c:240
585 #: gst/gsttaglist.c:240
586 msgid "codec the audio data is stored in"
587 msgstr "音频数据以...编码存储"
589 #: gst/gsttaglist.c:243
590 msgid "subtitle codec"
593 #: gst/gsttaglist.c:243
594 msgid "codec the subtitle data is stored in"
597 #: gst/gsttaglist.c:245
598 msgid "container format"
601 #: gst/gsttaglist.c:246
602 msgid "container format the data is stored in"
605 #: gst/gsttaglist.c:248
609 #: gst/gsttaglist.c:248
610 msgid "exact or average bitrate in bits/s"
611 msgstr "精确或平均比特率(比特/秒)"
613 #: gst/gsttaglist.c:250
614 msgid "nominal bitrate"
617 #: gst/gsttaglist.c:250
618 msgid "nominal bitrate in bits/s"
621 #: gst/gsttaglist.c:252
622 msgid "minimum bitrate"
625 #: gst/gsttaglist.c:252
626 msgid "minimum bitrate in bits/s"
629 #: gst/gsttaglist.c:254
630 msgid "maximum bitrate"
633 #: gst/gsttaglist.c:254
634 msgid "maximum bitrate in bits/s"
637 #: gst/gsttaglist.c:257
641 #: gst/gsttaglist.c:257
642 msgid "encoder used to encode this stream"
645 #: gst/gsttaglist.c:260
646 msgid "encoder version"
649 #: gst/gsttaglist.c:261
650 msgid "version of the encoder used to encode this stream"
651 msgstr "用于编码此流的编码器版本"
653 #: gst/gsttaglist.c:263
657 #: gst/gsttaglist.c:263
658 msgid "serial number of track"
661 #: gst/gsttaglist.c:265
662 msgid "replaygain track gain"
665 #: gst/gsttaglist.c:265
666 msgid "track gain in db"
669 #: gst/gsttaglist.c:267
670 msgid "replaygain track peak"
673 #: gst/gsttaglist.c:267
674 msgid "peak of the track"
677 #: gst/gsttaglist.c:269
678 msgid "replaygain album gain"
681 #: gst/gsttaglist.c:269
682 msgid "album gain in db"
685 #: gst/gsttaglist.c:271
686 msgid "replaygain album peak"
689 #: gst/gsttaglist.c:271
690 msgid "peak of the album"
693 #: gst/gsttaglist.c:273
694 msgid "replaygain reference level"
697 #: gst/gsttaglist.c:274
698 msgid "reference level of track and album gain values"
699 msgstr "音轨和专辑增益的参考级别值"
701 #: gst/gsttaglist.c:276
702 msgid "language code"
705 #: gst/gsttaglist.c:277
706 msgid "language code for this stream, conforming to ISO-639-1 or ISO-639-2"
707 msgstr "此流的语言代码(依照 ISO-639-1 或 ISO-639-2 规范)"
709 #: gst/gsttaglist.c:280
710 msgid "language name"
713 #: gst/gsttaglist.c:281
714 msgid "freeform name of the language this stream is in"
715 msgstr "此流的语言名称(freeform格式)"
717 #: gst/gsttaglist.c:283
721 #: gst/gsttaglist.c:283
722 msgid "image related to this stream"
725 #. TRANSLATORS: 'preview image' = image that shows a preview of the full image
726 #: gst/gsttaglist.c:287
727 msgid "preview image"
730 #: gst/gsttaglist.c:287
731 msgid "preview image related to this stream"
734 #: gst/gsttaglist.c:289
738 #: gst/gsttaglist.c:289
739 msgid "file attached to this stream"
742 #: gst/gsttaglist.c:292
743 msgid "beats per minute"
746 #: gst/gsttaglist.c:293
747 msgid "number of beats per minute in audio"
750 #: gst/gsttaglist.c:295
754 #: gst/gsttaglist.c:295
755 msgid "comma separated keywords describing the content"
756 msgstr "逗号分隔的描述数据内容的简要文本"
758 #: gst/gsttaglist.c:298
759 msgid "geo location name"
762 #: gst/gsttaglist.c:299
763 msgid "human readable descriptive location of where the media has been recorded or produced"
764 msgstr "有关此媒体在何处录制或生产的可读信息"
766 #: gst/gsttaglist.c:302
767 msgid "geo location latitude"
770 #: gst/gsttaglist.c:303
771 msgid "geo latitude location of where the media has been recorded or produced in degrees according to WGS84 (zero at the equator, negative values for southern latitudes)"
772 msgstr "根据 WGS84(赤道为 0 度,南半球为负值)标准确定的地理纬度值(有关此媒体在哪里录制或产生的)"
774 #: gst/gsttaglist.c:307
775 msgid "geo location longitude"
778 #: gst/gsttaglist.c:308
779 msgid "geo longitude location of where the media has been recorded or produced in degrees according to WGS84 (zero at the prime meridian in Greenwich/UK, negative values for western longitudes)"
780 msgstr "根据 WGS84(英国格林威治本初子午线上为 0 度,西半球为负值)标准确定的地理经度值(有关此媒体在哪里录制或产生的)"
782 #: gst/gsttaglist.c:312
783 msgid "geo location elevation"
786 #: gst/gsttaglist.c:313
787 msgid "geo elevation of where the media has been recorded or produced in meters according to WGS84 (zero is average sea level)"
788 msgstr "根据 WGS84(平均海平面为 0 米)标准确定的地理海拔高度(有关此媒体在哪里录制或产生的)"
790 #: gst/gsttaglist.c:316
791 msgid "geo location country"
794 #: gst/gsttaglist.c:317
795 msgid "country (english name) where the media has been recorded or produced"
796 msgstr "媒体录制或制作地所在国家(的英语名)"
798 #: gst/gsttaglist.c:320
799 msgid "geo location city"
802 #: gst/gsttaglist.c:321
803 msgid "city (english name) where the media has been recorded or produced"
804 msgstr "媒体录制或制作地所在城市(的英语名)"
806 #: gst/gsttaglist.c:324
807 msgid "geo location sublocation"
810 #: gst/gsttaglist.c:325
811 msgid "a location within a city where the media has been produced or created (e.g. the neighborhood)"
812 msgstr "媒体录制或制作地所在城市的区(的英语名),如“the neighborhood”"
814 #: gst/gsttaglist.c:328
815 msgid "geo location horizontal error"
818 #: gst/gsttaglist.c:329
819 msgid "expected error of the horizontal positioning measures (in meters)"
820 msgstr "预期的水平定位测量误差(单位为米)"
822 #: gst/gsttaglist.c:332
823 msgid "geo location movement speed"
826 #: gst/gsttaglist.c:333
827 msgid "movement speed of the capturing device while performing the capture in m/s"
828 msgstr "进行捕捉时捕捉设备的移动速度,单位:米每秒"
830 #: gst/gsttaglist.c:336
831 msgid "geo location movement direction"
834 #: gst/gsttaglist.c:337
835 msgid "indicates the movement direction of the device performing the capture of a media. It is represented as degrees in floating point representation, 0 means the geographic north, and increases clockwise"
836 msgstr "进行捕捉时捕捉设备的移动方向。它由角度的浮点值表示,0为地理北极,且按顺时针方向增大"
838 #: gst/gsttaglist.c:342
839 msgid "geo location capture direction"
842 #: gst/gsttaglist.c:343
843 msgid "indicates the direction the device is pointing to when capturing a media. It is represented as degrees in floating point representation, 0 means the geographic north, and increases clockwise"
844 msgstr "进行捕捉时捕捉设备的朝向。它由角度的浮点值表示,0为地理北极,且按顺时针方向增大"
846 #. TRANSLATORS: 'show name' = 'TV/radio/podcast show name' here
847 #: gst/gsttaglist.c:349
851 #: gst/gsttaglist.c:350
852 msgid "Name of the tv/podcast/series show the media is from"
853 msgstr "tv/podcast/series 的名称,此名称代表媒体来自何处"
855 #. TRANSLATORS: 'show sortname' = 'TV/radio/podcast show name as used for sorting purposes' here
856 #: gst/gsttaglist.c:355
857 msgid "show sortname"
860 #: gst/gsttaglist.c:356
861 msgid "Name of the tv/podcast/series show the media is from, for sorting purposes"
862 msgstr "tv/podcast/series 名称代表此媒体来自何处(排名显示)"
864 #: gst/gsttaglist.c:359
865 msgid "episode number"
868 #: gst/gsttaglist.c:360
869 msgid "The episode number in the season the media is part of"
872 #: gst/gsttaglist.c:363
873 msgid "season number"
876 #: gst/gsttaglist.c:364
877 msgid "The season number of the show the media is part of"
880 #: gst/gsttaglist.c:367
884 #: gst/gsttaglist.c:367
885 msgid "The lyrics of the media, commonly used for songs"
888 #: gst/gsttaglist.c:370
889 msgid "composer sortname"
892 #: gst/gsttaglist.c:371
893 msgid "person(s) who composed the recording, for sorting purposes"
894 msgstr "用于排序的负责制作的人名"
896 #: gst/gsttaglist.c:373
900 #: gst/gsttaglist.c:374
901 msgid "Groups related media that spans multiple tracks, like the different pieces of a concerto. It is a higher level than a track, but lower than an album"
902 msgstr "媒体组横跨多个音轨,就好像是一场音乐会的不同时段。这个概念范围比音轨高,但小于专辑"
904 #: gst/gsttaglist.c:378
908 #: gst/gsttaglist.c:379
909 msgid "Rating attributed by a user. The higher the rank, the more the user likes this media"
910 msgstr "由用户提供的评级。评级越高,意味着有越多的用户喜欢这一媒体"
912 #: gst/gsttaglist.c:382
913 msgid "device manufacturer"
916 #: gst/gsttaglist.c:383
917 msgid "Manufacturer of the device used to create this media"
918 msgstr "用于创建此媒体的设备的生产厂家"
920 #: gst/gsttaglist.c:385
924 #: gst/gsttaglist.c:386
925 msgid "Model of the device used to create this media"
926 msgstr "用于创建此媒体的设备的模式"
928 #: gst/gsttaglist.c:388
929 msgid "application name"
932 #: gst/gsttaglist.c:389
933 msgid "Application used to create the media"
934 msgstr "用于创建此媒体的应用程序"
936 #: gst/gsttaglist.c:391
937 msgid "application data"
940 #: gst/gsttaglist.c:392
941 msgid "Arbitrary application data to be serialized into the media"
942 msgstr "被序列化后写入到媒体中的应用程序数据"
944 #: gst/gsttaglist.c:394
945 msgid "image orientation"
948 #: gst/gsttaglist.c:395
949 msgid "How the image should be rotated or flipped before display"
950 msgstr "指示应如何旋转或翻转该图像后再显示它"
952 #: gst/gsttaglist.c:398
956 #: gst/gsttaglist.c:399
957 msgid "Name of the label or publisher"
960 #: gst/gsttaglist.c:402
961 msgid "interpreted-by"
964 #: gst/gsttaglist.c:403
965 msgid "Information about the people behind a remix and similar interpretations"
966 msgstr "混音(或类似解说)作者的信息"
968 #: gst/gsttaglist.c:407
969 msgid "midi-base-note"
972 #: gst/gsttaglist.c:407
973 msgid "Midi note number of the audio track."
974 msgstr "音频轨的midi注解编号"
976 #: gst/gsttaglist.c:410
980 #: gst/gsttaglist.c:410
984 #: gst/gsttaglist.c:450
990 msgid "No URI handler for the %s protocol found"
991 msgstr "未找到用于 %s 协议的URI处理器"
995 msgid "URI scheme '%s' not supported"
996 msgstr "不支持URI方案“%s”"
998 #: gst/gstutils.c:2485 tools/gst-launch.c:325
1000 msgid "ERROR: from element %s: %s\n"
1001 msgstr "错误:来自组件 %s:%s\n"
1003 #: gst/gstutils.c:2487 tools/gst-launch.c:327 tools/gst-launch.c:671
1006 "Additional debug info:\n"
1012 #: gst/parse/grammar.y:216
1014 msgid "link has no source [sink=%s@%p]"
1015 msgstr "链接没有源 [汇为 %s@%p]"
1017 #: gst/parse/grammar.y:221
1019 msgid "link has no sink [source=%s@%p]"
1020 msgstr "链接没有汇 [源为 %s@%p]"
1022 #: gst/parse/grammar.y:412
1024 msgid "no property \"%s\" in element \"%s\""
1025 msgstr "组件“%2$s”中找不到属性“%1$s”"
1027 #: gst/parse/grammar.y:453
1029 msgid "could not set property \"%s\" in element \"%s\" to \"%s\""
1030 msgstr "无法设置组件“%2$s”中的属性“%1$s”为“%3$s”"
1032 #: gst/parse/grammar.y:503
1033 msgid "Delayed linking failed."
1036 #: gst/parse/grammar.y:641
1038 msgid "could not link %s to %s"
1039 msgstr "无法将 %s 链接到 %s"
1041 #: gst/parse/grammar.y:716
1043 msgid "no element \"%s\""
1046 #: gst/parse/grammar.y:777
1048 msgid "unexpected reference \"%s\" - ignoring"
1049 msgstr "未预期的引用“%s” - 忽略"
1051 #: gst/parse/grammar.y:783
1053 msgid "unexpected pad-reference \"%s\" - ignoring"
1054 msgstr "未预期的填充引用“%s” - 忽略"
1056 #: gst/parse/grammar.y:822
1058 msgid "could not parse caps \"%s\""
1059 msgstr "无法解析分析器“%s”"
1061 #: gst/parse/grammar.y:850
1063 msgid "no sink element for URI \"%s\""
1064 msgstr "URI“%s”上无消音组件"
1066 #: gst/parse/grammar.y:869
1068 msgid "no source element for URI \"%s\""
1069 msgstr "URI“%s”无源组件"
1071 #: gst/parse/grammar.y:959
1072 msgid "syntax error"
1075 #: gst/parse/grammar.y:973
1079 #: gst/parse/grammar.y:982
1081 msgid "specified empty bin \"%s\", not allowed"
1082 msgstr "不允许指定空储仓“%s”"
1084 #: gst/parse/grammar.y:992
1086 msgid "no bin \"%s\", unpacking elements"
1087 msgstr "找不到用于解包组件的储仓“%s”"
1089 #: gst/parse/grammar.y:1023
1090 msgid "empty pipeline not allowed"
1093 #: libs/gst/base/gstbasesink.c:2833
1094 msgid "A lot of buffers are being dropped."
1097 #: libs/gst/base/gstbasesink.c:3332
1098 msgid "Internal data flow problem."
1101 #: libs/gst/base/gstbasesink.c:4043 libs/gst/base/gstbasesrc.c:2958
1102 msgid "Internal data flow error."
1105 #: libs/gst/base/gstbasesrc.c:2550
1106 msgid "Internal clock error."
1109 #: libs/gst/base/gstbasesrc.c:2578
1110 msgid "Failed to map buffer."
1113 #: plugins/elements/gstcapsfilter.c:128
1117 #: plugins/elements/gstcapsfilter.c:129
1118 msgid "Restrict the possible allowed capabilities (NULL means ANY). Setting this property takes a reference to the supplied GstCaps object."
1119 msgstr "限制所允许的功能 (NULL 表示无限制)。此属性可以为所提供的 GstCaps 对象设置一个关联应用。"
1121 #: plugins/elements/gstcapsfilter.c:136
1122 msgid "Caps Change Mode"
1125 #: plugins/elements/gstcapsfilter.c:137
1126 msgid "Filter caps change behaviour"
1129 #: plugins/elements/gstdownloadbuffer.c:920 plugins/elements/gstqueue2.c:1710
1130 msgid "No Temp directory specified."
1133 #: plugins/elements/gstdownloadbuffer.c:926 plugins/elements/gstqueue2.c:1716
1135 msgid "Could not create temp file \"%s\"."
1136 msgstr "无法创建临时文件“%s”。"
1138 #: plugins/elements/gstdownloadbuffer.c:934 plugins/elements/gstfilesrc.c:534
1139 #: plugins/elements/gstqueue2.c:1724
1141 msgid "Could not open file \"%s\" for reading."
1142 msgstr "无法打开文件“%s”读取。"
1144 #: plugins/elements/gstdownloadbuffer.c:1258 plugins/elements/gstqueue2.c:2144
1145 msgid "Error while writing to download file."
1148 #: plugins/elements/gstfilesink.c:431
1149 msgid "No file name specified for writing."
1152 #: plugins/elements/gstfilesink.c:437
1154 msgid "Could not open file \"%s\" for writing."
1155 msgstr "无法打开文件“%s”写入。"
1157 #: plugins/elements/gstfilesink.c:449
1159 msgid "Error closing file \"%s\"."
1160 msgstr "关闭文件“%s”出错。"
1162 #: plugins/elements/gstfilesink.c:618
1164 msgid "Error while seeking in file \"%s\"."
1165 msgstr "在文件“%s”搜寻时出错。"
1167 #: plugins/elements/gstfilesink.c:626 plugins/elements/gstfilesink.c:703
1168 #: plugins/elements/gstfilesink.c:738
1170 msgid "Error while writing to file \"%s\"."
1171 msgstr "写入文件“%s”时出错。"
1173 #: plugins/elements/gstfilesrc.c:522
1174 msgid "No file name specified for reading."
1177 #: plugins/elements/gstfilesrc.c:543
1179 msgid "Could not get info on \"%s\"."
1180 msgstr "无法在“%s”上获得信息。"
1182 #: plugins/elements/gstfilesrc.c:549
1184 msgid "\"%s\" is a directory."
1187 #: plugins/elements/gstfilesrc.c:555
1189 msgid "File \"%s\" is a socket."
1190 msgstr "文件“%s”是套接字。"
1192 #: plugins/elements/gstidentity.c:659
1193 msgid "Failed after iterations as requested."
1194 msgstr "在完成所要求的迭代操作后出错。"
1196 #: plugins/elements/gsttypefindelement.c:252
1200 #: plugins/elements/gsttypefindelement.c:253
1201 msgid "detected capabilities in stream"
1204 #: plugins/elements/gsttypefindelement.c:256
1208 #: plugins/elements/gsttypefindelement.c:261
1212 #: plugins/elements/gsttypefindelement.c:262
1213 msgid "force caps without doing a typefind"
1214 msgstr "不做类型查找的强制分析"
1216 #: plugins/elements/gsttypefindelement.c:982
1217 #: plugins/elements/gsttypefindelement.c:1004
1218 msgid "Stream doesn't contain enough data."
1221 #: plugins/elements/gsttypefindelement.c:1124
1222 msgid "Stream contains no data."
1225 #: tools/gst-inspect.c:195
1226 msgid "Implemented Interfaces:\n"
1229 #: tools/gst-inspect.c:281
1233 #: tools/gst-inspect.c:290
1237 #: tools/gst-inspect.c:294
1241 #: tools/gst-inspect.c:298
1242 msgid "controllable"
1245 #: tools/gst-inspect.c:302
1246 msgid "changeable in NULL, READY, PAUSED or PLAYING state"
1247 msgstr "可以在NULL、READY、PAUSED或PLAYING状态下改变"
1249 #: tools/gst-inspect.c:304
1250 msgid "changeable only in NULL, READY or PAUSED state"
1251 msgstr "只能在NULL、READY或PAUSED状态下改变"
1253 #: tools/gst-inspect.c:306
1254 msgid "changeable only in NULL or READY state"
1255 msgstr "只能在NULL、或READY状态下改变"
1257 #: tools/gst-inspect.c:909
1258 msgid "Blacklisted files:"
1261 #: tools/gst-inspect.c:921 tools/gst-inspect.c:1010
1262 msgid "Total count: "
1265 #: tools/gst-inspect.c:922
1267 msgid "%d blacklisted file"
1268 msgid_plural "%d blacklisted files"
1269 msgstr[0] "%d 个黑名单文件"
1271 #: tools/gst-inspect.c:1011
1274 msgid_plural "%d plugins"
1277 #: tools/gst-inspect.c:1014
1279 msgid "%d blacklist entry"
1280 msgid_plural "%d blacklist entries"
1281 msgstr[0] "%d 个黑名单记录"
1283 #: tools/gst-inspect.c:1019
1286 msgid_plural "%d features"
1289 #: tools/gst-inspect.c:1468
1290 msgid "Print all elements"
1293 #: tools/gst-inspect.c:1470
1294 msgid "Print list of blacklisted files"
1297 #: tools/gst-inspect.c:1472
1299 "Print a machine-parsable list of features the specified plugin or all plugins provide.\n"
1300 " Useful in connection with external automatic plugin installation mechanisms"
1302 "打印机器可解析的指定(或所有)插件提供的特性列表。\n"
1303 " 可以用于与外部自动插件安装机制的连接"
1305 #: tools/gst-inspect.c:1477
1306 msgid "List the plugin contents"
1309 #: tools/gst-inspect.c:1479
1310 msgid "Check if the specified element or plugin exists"
1311 msgstr "检查指定的组件或插件是否存在"
1313 #: tools/gst-inspect.c:1482
1314 msgid "When checking if an element or plugin exists, also check that its version is at least the version specified"
1315 msgstr "当检查组件或插件是否存在时,也检测它们的版本是否大于等于指定版本"
1317 #: tools/gst-inspect.c:1486
1318 msgid "Print supported URI schemes, with the elements that implement them"
1319 msgstr "打印所支持的 URI 样式及它们的关联组件"
1321 #: tools/gst-inspect.c:1634
1323 msgid "Could not load plugin file: %s\n"
1324 msgstr "无法载入插件文件: %s\n"
1326 #: tools/gst-inspect.c:1639
1328 msgid "No such element or plugin '%s'\n"
1329 msgstr "没有那样的组件或插件‘%s’\n"
1331 #: tools/gst-launch.c:252
1332 msgid "Index statistics"
1335 #: tools/gst-launch.c:552
1337 msgid "Got message #%u from element \"%s\" (%s): "
1338 msgstr "从组件“%2$s”获得消息 #%1$u(%3$s): "
1340 #: tools/gst-launch.c:556
1342 msgid "Got message #%u from pad \"%s:%s\" (%s): "
1343 msgstr "从填充“%2$s:%3$s”获得消息 #%1$u(%4$s): "
1345 #: tools/gst-launch.c:560
1347 msgid "Got message #%u from object \"%s\" (%s): "
1348 msgstr "从对象“%2$s”获得消息 #%1$u(%3$s): "
1350 #: tools/gst-launch.c:564
1352 msgid "Got message #%u (%s): "
1353 msgstr "获得消息 #%u(%s): "
1355 #: tools/gst-launch.c:596
1357 msgid "Got EOS from element \"%s\".\n"
1358 msgstr "收到来自组件“%s”的 EOS 信号。\n"
1360 #: tools/gst-launch.c:605
1362 msgid "FOUND TAG : found by element \"%s\".\n"
1363 msgstr "找到标识 :由组件“%s”找到。\n"
1365 #: tools/gst-launch.c:608
1367 msgid "FOUND TAG : found by pad \"%s:%s\".\n"
1368 msgstr "找到标识 :由填充“%s:%s”找到。\n"
1370 #: tools/gst-launch.c:611
1372 msgid "FOUND TAG : found by object \"%s\".\n"
1373 msgstr "找到标识 :由对象“%s”找到。\n"
1375 #: tools/gst-launch.c:614
1379 #: tools/gst-launch.c:629
1381 msgid "FOUND TOC : found by element \"%s\".\n"
1382 msgstr "找到TOC :由组件“%s”找到。\n"
1384 #: tools/gst-launch.c:632
1386 msgid "FOUND TOC : found by object \"%s\".\n"
1387 msgstr "找到TOC :由对象“%s”找到。\n"
1389 #: tools/gst-launch.c:635
1393 #: tools/gst-launch.c:652
1402 #: tools/gst-launch.c:669
1404 msgid "WARNING: from element %s: %s\n"
1405 msgstr "警告:来自组件 %s:%s\n"
1407 #: tools/gst-launch.c:704
1408 msgid "Prerolled, waiting for buffering to finish...\n"
1409 msgstr "已加载预告片,等待缓冲完成...\n"
1411 #: tools/gst-launch.c:708
1412 msgid "Prerolled, waiting for progress to finish...\n"
1413 msgstr "已加载预告片,等待处理完成...\n"
1415 #: tools/gst-launch.c:720
1416 msgid "buffering..."
1419 #: tools/gst-launch.c:731
1420 msgid "Done buffering, setting pipeline to PLAYING ...\n"
1421 msgstr "缓冲完成,设置播放管道 ...\n"
1423 #: tools/gst-launch.c:739
1424 msgid "Buffering, setting pipeline to PAUSED ...\n"
1425 msgstr "正在缓冲,设置暂停管道 ...\n"
1427 #: tools/gst-launch.c:748
1428 msgid "Redistribute latency...\n"
1429 msgstr "重新分配延迟时间...\n"
1431 #: tools/gst-launch.c:759
1433 msgid "Setting state to %s as requested by %s...\n"
1434 msgstr "%2$s 发起请求时状态设置为 %1$s...\n"
1436 #: tools/gst-launch.c:775
1437 msgid "Interrupt: Stopping pipeline ...\n"
1438 msgstr "中断: 中止管道 ...\n"
1440 #: tools/gst-launch.c:804
1442 msgid "Progress: (%s) %s\n"
1443 msgstr "进度:(%s)%s\n"
1445 #: tools/gst-launch.c:817
1447 msgid "Missing element: %s\n"
1448 msgstr "缺少组件:“%s”\n"
1450 #: tools/gst-launch.c:831
1452 msgid "Got context from element '%s': %s=%s\n"
1453 msgstr "从组件“%s”获取上下文:%s=%s\n"
1455 #: tools/gst-launch.c:961
1456 msgid "Output tags (also known as metadata)"
1457 msgstr "输出标识(也可认为是元数据)"
1459 #: tools/gst-launch.c:963
1460 msgid "Output TOC (chapters and editions)"
1461 msgstr "输出TOC(章节和版本)"
1463 #: tools/gst-launch.c:965
1464 msgid "Output status information and property notifications"
1465 msgstr "输出状态信息和属性通知"
1467 #: tools/gst-launch.c:967
1468 msgid "Do not print any progress information"
1471 #: tools/gst-launch.c:969
1472 msgid "Output messages"
1475 #: tools/gst-launch.c:971
1476 msgid "Do not output status information for the specified property if verbose output is enabled (can be used multiple times)"
1477 msgstr "如果启用了详细输出模式,不输出指定属性的状态信息(可以多次使用)"
1479 #: tools/gst-launch.c:973
1480 msgid "PROPERTY-NAME"
1483 #: tools/gst-launch.c:975
1484 msgid "Do not install a fault handler"
1487 #: tools/gst-launch.c:977
1488 msgid "Force EOS on sources before shutting the pipeline down"
1489 msgstr "关闭管道前强制对源发出 EOS 信号"
1491 #: tools/gst-launch.c:980
1492 msgid "Gather and print index statistics"
1495 #: tools/gst-launch.c:1045
1497 msgid "ERROR: pipeline could not be constructed: %s.\n"
1498 msgstr "错误: 无法创建管道: %s。\n"
1500 #: tools/gst-launch.c:1049
1501 msgid "ERROR: pipeline could not be constructed.\n"
1502 msgstr "错误: 无法创建管道。\n"
1504 #: tools/gst-launch.c:1053
1506 msgid "WARNING: erroneous pipeline: %s\n"
1507 msgstr "警告: 错误管道: %s\n"
1509 #: tools/gst-launch.c:1069
1510 msgid "ERROR: the 'pipeline' element wasn't found.\n"
1511 msgstr "错误: 未找到‘管道’组件。\n"
1513 #: tools/gst-launch.c:1100 tools/gst-launch.c:1201
1514 msgid "Setting pipeline to PAUSED ...\n"
1515 msgstr "设置暂停管道 ...\n"
1517 #: tools/gst-launch.c:1105
1518 msgid "ERROR: Pipeline doesn't want to pause.\n"
1519 msgstr "错误: 管道不想暂停。\n"
1521 #: tools/gst-launch.c:1110
1522 msgid "Pipeline is live and does not need PREROLL ...\n"
1523 msgstr "管道正在使用且不需要 PREROLL ...\n"
1525 #: tools/gst-launch.c:1114
1526 msgid "Pipeline is PREROLLING ...\n"
1527 msgstr "管道正在 PREROLLING ...\n"
1529 #: tools/gst-launch.c:1117 tools/gst-launch.c:1131
1530 msgid "ERROR: pipeline doesn't want to preroll.\n"
1531 msgstr "错误: 管道不需要 preroll.\n"
1533 #: tools/gst-launch.c:1124
1534 msgid "Pipeline is PREROLLED ...\n"
1535 msgstr "管道被 PREROLLED ...\n"
1537 #: tools/gst-launch.c:1137
1538 msgid "Setting pipeline to PLAYING ...\n"
1539 msgstr "设置播放管道 ...\n"
1541 #: tools/gst-launch.c:1144
1542 msgid "ERROR: pipeline doesn't want to play.\n"
1543 msgstr "错误: 管道不想播放。\n"
1545 #: tools/gst-launch.c:1163
1546 msgid "EOS on shutdown enabled -- Forcing EOS on the pipeline\n"
1547 msgstr "允许关闭时发出 EOS 信号 —— 强制对管道发出 EOS 信号\n"
1549 #: tools/gst-launch.c:1167
1550 msgid "EOS on shutdown enabled -- waiting for EOS after Error\n"
1551 msgstr "允许关闭时发出 EOS 信号 —— 发生错误后等待EOS信号\n"
1553 #: tools/gst-launch.c:1170
1554 msgid "Waiting for EOS...\n"
1555 msgstr "等待 EOS 信号...\n"
1557 #: tools/gst-launch.c:1177
1558 msgid "EOS received - stopping pipeline...\n"
1559 msgstr "收到 EOS 信号 - 中止管道 ...\n"
1561 #: tools/gst-launch.c:1181
1562 msgid "Interrupt while waiting for EOS - stopping pipeline...\n"
1563 msgstr "等待EOS信号时被中断 - 正在中止管道...\n"
1565 #: tools/gst-launch.c:1186
1566 msgid "An error happened while waiting for EOS\n"
1567 msgstr "等待 EOS 信号时出现一个错误\n"
1569 #: tools/gst-launch.c:1197
1570 msgid "Execution ended after %"
1573 #: tools/gst-launch.c:1213
1574 msgid "Setting pipeline to READY ...\n"
1575 msgstr "设置备用管道 ...\n"
1577 #: tools/gst-launch.c:1225
1578 msgid "Setting pipeline to NULL ...\n"
1579 msgstr "设置 NULL 管道 ...\n"
1581 #: tools/gst-launch.c:1229
1582 msgid "Freeing pipeline ...\n"
1583 msgstr "释放管道资源 ...\n"
1585 #~ msgid "Internal data stream error."
1586 #~ msgstr "内部数据流错误。"
1588 #~ msgid "Do not output status information of TYPE"
1589 #~ msgstr "不输出类型的状态信息"
1591 #~ msgid "TYPE1,TYPE2,..."
1592 #~ msgstr "类型1,类型2,..."
1594 #~ msgid "link without source element"
1595 #~ msgstr "不带源组件的链接"
1597 #~ msgid "link without sink element"
1598 #~ msgstr "不带消音组件的链接"
1600 #~ msgid "no element to link URI \"%s\" to"
1601 #~ msgstr "无组件让 URI“%s”来连接"
1603 #~ msgid "could not link sink element for URI \"%s\""
1604 #~ msgstr "无法连接 URI“%s”的消音组件"
1609 #~ msgid "Usage: gst-xmllaunch <file.xml> [ element.property=value ... ]\n"
1610 #~ msgstr "用法: gst-xmllaunch <file.xml> [ element.property=value ... ]\n"
1612 #~ msgid "ERROR: parse of xml file '%s' failed.\n"
1613 #~ msgstr "错误: xml 文件‘%s’解析失败。\n"
1615 #~ msgid "ERROR: no toplevel pipeline element in file '%s'.\n"
1616 #~ msgstr "错误: 文件‘%s’中没有顶级管道组件。\n"
1618 #~ msgid "WARNING: only one toplevel element is supported at this time.\n"
1619 #~ msgstr "警告: 此时仅支持一个一级组件。\n"
1621 #~ msgid "ERROR: could not parse command line argument %d: %s.\n"
1622 #~ msgstr "错误: 无法解析命令行参数 %d: %s。\n"
1624 #~ msgid "WARNING: element named '%s' not found.\n"
1625 #~ msgstr "警告: 组件名‘%s’未找到。\n"
1627 #~ msgid "Save xml representation of pipeline to FILE and exit"
1628 #~ msgstr "保存管道的 xml 描述符至文件并退出"
1633 #~ msgid "Print alloc trace (if enabled at compile time)"
1634 #~ msgstr "打印分配记录(如果在编译时开启的话)"
1636 #~ msgid "Error re-scanning registry %s: %s"
1637 #~ msgstr "重新扫描寄存器 %s 时出错: %s"
1639 #~ msgid "Error re-scanning registry %s"
1640 #~ msgstr "重新扫描寄存器 %s 时出错"
1642 #~ msgid "Internal GStreamer error: state change failed."
1643 #~ msgstr "GStreamer 内部错误:状态更改失败。"
1645 #~ msgid "Error while writing to file descriptor \"%d\"."
1646 #~ msgstr "写入文件描述符“%d”时出错。"
1648 #~ msgid "File descriptor \"%d\" is not valid."
1649 #~ msgstr "文件描述符“%d”无效。"
1651 #~ msgid "FREEING pipeline ...\n"
1652 #~ msgstr "正在释放管道 ...\n"
1654 #~ msgid "original location of file as a URI"
1655 #~ msgstr "文件原始位置作为 URI 地址"
1657 #~ msgid "Do not install signal handlers for SIGUSR1 and SIGUSR2"
1658 #~ msgstr "不设置 SIGUSR1 和 SIGUSR2 信号的处理器"