UNPKG

@ckeditor/ckeditor5-link

Version:

Link feature for CKEditor 5.

14 lines (12 loc) 1.22 kB
/** * @license Copyright (c) 2003-2026, 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' ]: translations } = {"ja":{"dictionary":{"Unlink":"リンク解除","Link":"リンク","Link URL":"リンクURL","Link URL must not be empty.":"リンクURLは空白にできません。","Link image":"リンク画像","Link properties":"リンクのプロパティ","Edit link":"リンクを編集","Open link in new tab":"新しいタブでリンクを開く","Open in a new tab":"新しいタブで開く","Downloadable":"ダウンロード可能","Create link":"リンクを作成する","Move out of a link":"リンクの外に移動する","Displayed text":"表示されるテキスト","No links available":"利用できるリンクがありません","This link has no URL":"このリンクにはURLがありません"}}}; e[ 'ja' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'ja' ].dictionary = Object.assign( e[ 'ja' ].dictionary, translations.dictionary ); if ( translations.getPluralForm ) { e[ 'ja' ].getPluralForm = translations.getPluralForm; } } )( window.CKEDITOR_TRANSLATIONS ||= {} );