@ckeditor/ckeditor5-ckfinder
Version:
CKFinder integration for CKEditor 5.
12 lines (10 loc) • 967 B
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 image or file":"画像やファイルの挿入","Could not obtain resized image URL.":"リサイズした画像のURLの取得に失敗しました。","Selecting resized image failed":"リサイズした画像の選択ができませんでした。","Could not insert image at the current position.":"現在のカーソルの場所への画像の挿入に失敗しました。","Inserting image failed":"画像の挿入に失敗しました。"},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 ||= {} );