All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
package.dist.esm.i18n.ja-jp.js Maven / Gradle / Ivy
/**
* @toast-ui/editor : i18n
* @version 3.1.10 | Wed Jul 27 2022
* @author NHN Cloud FE Development Lab
* @license MIT
*/
import Editor from '@toast-ui/editor';
/**
* @fileoverview I18N for Japanese
* @author NHN Cloud FE Development Lab
*/
Editor.setLanguage(['ja', 'ja-JP'], {
Markdown: 'マークダウン',
WYSIWYG: 'WYSIWYG',
Write: '編集する',
Preview: 'プレビュー',
Headings: '見出し',
Paragraph: '本文',
Bold: '太字',
Italic: 'イタリック',
Strike: 'ストライク',
Code: 'インラインコード',
Line: 'ライン',
Blockquote: '引用',
'Unordered list': '番号なしリスト',
'Ordered list': '順序付きリスト',
Task: 'タスク',
Indent: 'インデント',
Outdent: 'アウトデント',
'Insert link': 'リンク挿入',
'Insert CodeBlock': 'コードブロック挿入',
'Insert table': 'テーブル挿入',
'Insert image': '画像挿入',
Heading: '見出し',
'Image URL': 'イメージURL',
'Select image file': '画像ファイル選択',
'Choose a file': 'ファイルの選択',
'No file': 'ファイルがない',
Description: 'ディスクリプション ',
OK: 'はい',
More: 'もっと',
Cancel: 'キャンセル',
File: 'ファイル',
URL: 'URL',
'Link text': 'リンクテキスト',
'Add row to up': '行を上に追加',
'Add row to down': '下に行を追加',
'Add column to left': '左側に列を追加',
'Add column to right': '右側に列を追加',
'Remove row': '行削除',
'Remove column': '列削除',
'Align column to left': '左揃え',
'Align column to center': '中央揃え',
'Align column to right': '右揃え',
'Remove table': 'テーブル削除',
'Would you like to paste as table?': 'テーブルを貼り付けますか?',
'Text color': '文字色相',
'Auto scroll enabled': '自動スクロールが有効',
'Auto scroll disabled': '自動スクロールを無効に',
'Choose language': '言語選択',
});