@ckeditor/ckeditor5-table
Version:
Table feature for CKEditor 5.
12 lines (10 loc) • 3.7 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 { [ 'ja' ]: { dictionary, getPluralForm } } = {"ja":{"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":"1本線","Dotted":"点線","Dashed":"破線","Double":"2本線","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」または「赤」をお試しください。","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 0;}}};
e[ 'ja' ] ||= { dictionary: {}, getPluralForm: null };
e[ 'ja' ].dictionary = Object.assign( e[ 'ja' ].dictionary, dictionary );
e[ 'ja' ].getPluralForm = getPluralForm;
} )( window.CKEDITOR_TRANSLATIONS ||= {} );