@ckeditor/ckeditor5-core
Version:
The core architecture of CKEditor 5 – the best browser-based rich text editor.
12 lines (10 loc) • 3.48 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":{"Cancel":"キャンセル","Clear":"消去","Remove color":"カラーを削除","Restore default":"初期値に戻す","Save":"保存","Show more items":"他の項目を表示","%0 of %1":"%0/%1","Cannot upload file:":"ファイルをアップロードできません:","Rich Text Editor. Editing area: %0":"リッチテキストエディタ。編集エリア:%0","Insert with file manager":"ファイルマネージャで挿入","Replace with file manager":"ファイルマネージャで置換","Insert image with file manager":"ファイルマネージャで画像を挿入","Replace image with file manager":"ファイルマネージャで画像を置換","File":"ファイル","With file manager":"ファイルマネージャー付き","Toggle caption off":"キャプションをオフにする","Toggle caption on":"キャプションをオンにする","Content editing keystrokes":"コンテンツ編集のキーストローク","These keyboard shortcuts allow for quick access to content editing features.":"これらのキーボードショートカットを使用すると、コンテンツ編集機能に速やかにアクセスできます。","User interface and content navigation keystrokes":"ユーザーインターフェースとコンテンツナビゲーションのキーストローク","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"以下のキーストロークを使用すると、CKEditor 5ユーザーインターフェースをより効率的に操作できます。","Close contextual balloons, dropdowns, and dialogs":"コンテキストバルーン、ドロップダウンメニュー、ダイアログを閉じる","Open the accessibility help dialog":"アクセシビリティに関するヘルプのダイアログを開く","Move focus between form fields (inputs, buttons, etc.)":"フォーカスをフォームフィールド(入力欄、ボタンなど)間で移動させる","Move focus to the menu bar, navigate between menu bars":"フォーカスをメニューバーに移し、メニューバー間で移動","Move focus to the toolbar, navigate between toolbars":"フォーカスをツールバーへ移動させて、ツールバーを操作する","Navigate through the toolbar or menu bar":"ツールバーまたはメニューバー内を移動","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"現在フォーカスしているボタンを実行。エディターコンテンツに作用するボタンを実行するとフォーカスはコンテンツに戻ります。","Accept":"同意します","Paragraph":"段落","Color picker":"カラーピッカー","Please try a different phrase or check the spelling.":"別のフレーズを試すかスペルを確認してください。","Source":"ソース","Insert":"インサート","Update":"アップデート","Back":"戻る"},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 ||= {} );