UNPKG

@ckeditor/ckeditor5-media-embed

Version:

Media embed feature for CKEditor 5.

12 lines (10 loc) 1.5 kB
/** * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ ( e => { const { [ 'zh-cn' ]: { dictionary, getPluralForm } } = {"zh-cn":{"dictionary":{"media widget":"媒体小部件","Media URL":"媒体URL","Paste the media URL in the input.":"在输入中粘贴媒体URL","Tip: Paste the URL into the content to embed faster.":"提示:将URL粘贴到内容中可更快地嵌入","The URL must not be empty.":"URL不可以为空。","This media URL is not supported.":"不支持此媒体URL。","Insert media":"插入媒体","Media":"媒体","Media toolbar":"媒体工具栏","Open media in new tab":"在新标签页打开媒体","Media embed":"已嵌入媒体","Left aligned media":"左对齐媒体","Centered media":"居中媒体","Right aligned media":"右对齐媒体","Resize media":"调整素材尺寸","Resize media to %0":"将素材尺寸调整为 %0","Resize media to the original size":"将素材恢复为原始尺寸","Resize media (in %0)":"调整素材尺寸(位于 %0 内)","Custom media size":"自定义素材尺寸","Media resize list":"素材尺寸调整列表","Media Resize":"素材尺寸调整"},getPluralForm(n){return 0;}}}; e[ 'zh-cn' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'zh-cn' ].dictionary = Object.assign( e[ 'zh-cn' ].dictionary, dictionary ); e[ 'zh-cn' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );