@ckeditor/ckeditor5-table
Version:
Table feature for CKEditor 5.
12 lines (10 loc) • 5.49 kB
JavaScript
/**
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
*/
( e => {
const { [ 'bn' ]: { dictionary, getPluralForm } } = {"bn":{"dictionary":{"Insert table":"টেবিল ঢোকান","Header column":"হেডার কলাম","Insert column left":"বাম দিকে কলাম ঢোকান","Insert column right":"ডানদিকে কলাম ঢোকান","Delete column":"কলাম মুছে ফেলুন","Select column":"কলাম নির্বাচন করুন","Column":"কলাম","Header row":"হেডার সারি","Insert row below":"নীচে সারি ঢোকান","Insert row above":"উপরে সারি ঢোকান","Delete row":"সারি মুছুন","Select row":"সারি নির্বাচন করুন","Row":"সারি ","Merge cell up":"সেল আপ মার্জ","Merge cell right":" ডানদিকে সেল মার্জ করুন","Merge cell down":"নিচে সেল মার্জ করুন","Merge cell left":"বামদিকে সেল মার্জ করুন","Split cell vertically":"সেল উল্লম্বভাবে বিভক্ত করুন","Split cell horizontally":"অনুভূমিকভাবে সেল বিভক্ত করুন","Merge cells":"সেল একত্রিত করুন","Table toolbar":"টেবিল টুলবার","Table properties":"টেবিল বৈশিষ্ট্য","Cell properties":"সেল বৈশিষ্ট্য","Border":"বর্ডার ","Style":"স্টাইল ","Width":"প্রস্থ","Height":"উচ্চতা","Color":" রং","Background":"ব্যাকগ্রাউন্ড","Padding":"প্যাডিং","Dimensions":"মাত্রাগুলো","Table cell text alignment":"সক্ষম সেল টেক্সট সারিবদ্ধকরণ","Alignment":"সারিবদ্ধকরণ","Horizontal text alignment toolbar":"অনুভূমিক টেক্সট সারিবদ্ধকরণ টুলবার","Vertical text alignment toolbar":"উল্লম্ব টেক্সট সারিবদ্ধকরণ টুলবার","Table alignment toolbar":"টেবিল সারিবদ্ধকরণ টুলবার","None":"কোনোটিই নয়","Solid":"সলিড","Dotted":"ডটেড","Dashed":"ড্যাশড","Double":"দ্বিগুণ","Groove":"খাঁজকাটা","Ridge":"রিজ","Inset":"ইনসেট","Outset":"শুরু","Align cell text to the left":"বাম দিকে সেল টেক্সট সারিবদ্ধ করুন","Align cell text to the center":"কেন্দ্রে সেল টেক্সট সারিবদ্ধ করুন","Align cell text to the right":"ডানদিকে সেল টেক্সট সারিবদ্ধ করুন ","Justify cell text":"সেল টেক্সট জাস্টিফাই করুন","Align cell text to the top":"শীর্ষে সেল টেক্সট সারিবদ্ধ করুন","Align cell text to the middle":"মাঝখানে সেল টেক্সট সারিবদ্ধ করুন","Align cell text to the bottom":"নীচে সেল টেক্সট সারিবদ্ধ করুন","Align table to the left":"বাম দিকে টেবিল সারিবদ্ধ করুন","Center table":"কেন্দ্রের টেবিল","Align table to the right":"ডানদিকে টেবিলটি সারিবদ্ধ করুন","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"রংটি সঠিক নয়। \"#FF0000\" অথবা \"rgb(255,0,0)\" অথবা \"লাল\" ব্যাবহার করুন।\n","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"মানটি সঠিক নয়। \"10px\" বা \"2em\" বা সহজভাবে \"2\" ব্যবহার করে দেখুন।","Enter table caption":"টেবিল ক্যাপশন লিখুন","Keystrokes that can be used in a table cell":"যে কীস্ট্রোকগুলি টেবিল সেলে ব্যবহার করা যেতে পারে","Move the selection to the next cell":"পরবর্তী সেলে সিলেকশন স্থানান্তর করুন","Move the selection to the previous cell":"পূর্ববর্তী সেলে সিলেকশন স্থানান্তর করুন","Insert a new table row (when in the last cell of a table)":"একটি নতুন টেবিলের সারি প্রবেশ করুন (কোনো টেবিলের শেষ সেলে থাকা অবস্থায়)","Navigate through the table":"টেবিলের মধ্যে দিয়ে নেভিগেট করুন","Table":"টেবিল"},getPluralForm(n){return (n != 1);}}};
e[ 'bn' ] ||= { dictionary: {}, getPluralForm: null };
e[ 'bn' ].dictionary = Object.assign( e[ 'bn' ].dictionary, dictionary );
e[ 'bn' ].getPluralForm = getPluralForm;
} )( window.CKEDITOR_TRANSLATIONS ||= {} );