@ckeditor/ckeditor5-media-embed
Version:
Media embed feature for CKEditor 5.
14 lines (12 loc) • 1.45 kB
JavaScript
/**
* @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 { [ 'ur' ]: translations } = {"ur":{"dictionary":{"media widget":"آلۂ میڈیا","Media URL":"میڈیا یو آر ایل","Paste the media URL in the input.":"میڈیا یو آر ایل کو چسپاں کریں","Tip: Paste the URL into the content to embed faster.":"نکتہ : یو آر ایل کو جلد ضم کرنے کے لیے ربط مواد میں چسپاں کریں","The URL must not be empty.":"یو آر ایل خالی نہیں ہونا چاہیے۔","This media URL is not supported.":"میڈیا یو آر ایل معاونت یافتہ نہیں","Insert media":"میڈیا نصب کریں","Media embed":"","Media":"","Media toolbar":"آلہ جات برائے میڈیا","Open media in new tab":"","Left aligned media":"","Centered media":"","Right aligned media":"","Resize media":"","Resize media to %0":"","Resize media to the original size":"","Resize media (in %0)":"","Custom media size":"","Media resize list":"","Media Resize":""}}};
e[ 'ur' ] ||= { dictionary: {}, getPluralForm: null };
e[ 'ur' ].dictionary = Object.assign( e[ 'ur' ].dictionary, translations.dictionary );
if ( translations.getPluralForm ) {
e[ 'ur' ].getPluralForm = translations.getPluralForm;
}
} )( window.CKEDITOR_TRANSLATIONS ||= {} );