@ckeditor/ckeditor5-image
Version:
Image feature for CKEditor 5.
12 lines (10 loc) • 2.21 kB
JavaScript
/**
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
( e => {
const { [ 'ms' ]: { dictionary, getPluralForm } } = {"ms":{"dictionary":{"image widget":"widget imej","Wrap text":"Balut teks","Break text":"Potong teks","In line":"Dalam baris","Side image":"Sisi imej","Full size image":"Imej bersaiz penuh","Left aligned image":"Imej berjajar kiri","Centered image":"Imej berjajar tengah","Right aligned image":"Imej berjajar kanan","Change image text alternative":"Tukar alternatif teks imej","Text alternative":"Alternatif teks","Enter image caption":"Masukkan kapsyen imej","Insert image":"Masukkan imej","Replace image":"Gantikan imej","Upload from computer":"Muat naik daripada komputer","Replace from computer":"Gantikan daripada komputer","Upload image from computer":"Muat naik gambar daripada komputer","Image from computer":"Gambar daripada komputer","Replace image from computer":"Gantikan imej daripada komputer","Upload failed":"Muat naik gagal","Image toolbar":"Bar alat capaian imej","Resize image":"Saizkan semula imej","Resize image to %0":"Saizkan semula imej kepada %0","Resize image to the original size":"Saizkan semula imej kepada saiz asal","Resize image (in %0)":"Ubah saiz imej (dalam %0)","Original":"Asal","Custom image size":"Suaikan saiz imej","Custom":"Suaikan","Image resize list":"Senarai saizkan semula imej ","Insert":"Masukkan","Update":"Kemaskini","Insert image via URL":"Masukkan imej melalui URL","Update image URL":"Kemaskini URL imej","Caption for the image":"Kapsyen untuk imej","Caption for image: %0":"Kapsyen untuk imej: %0","The value must not be empty.":"Nilai tidak boleh kosong.","The value should be a plain number.":"Nilai hendaklah nombor biasa.","Uploading image":"Memuat naik imej","Image upload complete":"Muat naik imej selesai","Error during image upload":"Ralat semasa muat naik imej"},getPluralForm(n){return 0;}}};
e[ 'ms' ] ||= { dictionary: {}, getPluralForm: null };
e[ 'ms' ].dictionary = Object.assign( e[ 'ms' ].dictionary, dictionary );
e[ 'ms' ].getPluralForm = getPluralForm;
} )( window.CKEDITOR_TRANSLATIONS ||= {} );