UNPKG

alpaca

Version:

Alpaca provides the easiest and fastest way to generate interactive forms for the web and mobile devices. It runs simply as HTML5 or more elaborately using Bootstrap, jQuery Mobile or jQuery UI. Alpaca uses Handlebars to process JSON schema and provide

105 lines (104 loc) 2.9 kB
(function ($) { $.extend($.summernote.lang, { 'ja-JP': { font: { bold: '太字', italic: '斜体', underline: '下線', clear: 'クリア', height: '文字高', name: 'フォント', strikethrough: '取り消し線', size: '大きさ' }, image: { image: '画像', insert: '画像挿入', resizeFull: '最大化', resizeHalf: '1/2', resizeQuarter: '1/4', floatLeft: '左寄せ', floatRight: '右寄せ', floatNone: '寄せ解除', dragImageHere: 'ここに画像をドラッグしてください', selectFromFiles: '画像ファイルを選ぶ', url: 'URLから画像を挿入する', remove: '画像を削除する' }, video: { video: '動画', videoLink: '動画リンク', insert: '動画挿入', url: '動画のURL', providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion, Youku)' }, link: { link: 'リンク', insert: 'リンク挿入', unlink: 'リンク解除', edit: '編集', textToDisplay: 'リンク文字列', url: 'URLを入力してください', openInNewWindow: '新しいウィンドウで開く' }, table: { table: 'テーブル' }, hr: { insert: '水平線の挿入' }, style: { style: 'スタイル', normal: '標準', blockquote: '引用', pre: 'コード', h1: '見出し1', h2: '見出し2', h3: '見出し3', h4: '見出し4', h5: '見出し5', h6: '見出し6' }, lists: { unordered: '通常リスト', ordered: '番号リスト' }, options: { help: 'ヘルプ', fullscreen: 'フルスクリーン', codeview: 'コード表示' }, paragraph: { paragraph: '文章', outdent: '字上げ', indent: '字下げ', left: '左寄せ', center: '中央寄せ', right: '右寄せ', justify: '均等割付' }, color: { recent: '現在の色', more: 'もっと見る', background: '背景色', foreground: '文字色', transparent: '透過率', setTransparent: '透過率を設定', reset: '標準', resetToDefault: '標準に戻す' }, shortcut: { shortcuts: 'ショートカット', close: '閉じる', textFormatting: '文字フォーマット', action: 'アクション', paragraphFormatting: '文章フォーマット', documentStyle: 'ドキュメント形式' }, history: { undo: '元に戻す', redo: 'やり直す' } } }); })(jQuery);