]> git.wh0rd.org - tt-rss.git/blame - lib/dijit/_editor/nls/ja/commands.js.uncompressed.js
modify dojo rebuild script to remove uncompressed files
[tt-rss.git] / lib / dijit / _editor / nls / ja / commands.js.uncompressed.js
CommitLineData
f0cfe83e
AD
1define(
2"dijit/_editor/nls/ja/commands", ({
3 'bold': '太字',
4 'copy': 'コピー',
5 'cut': '切り取り',
6 'delete': '削除',
7 'indent': 'インデント',
8 'insertHorizontalRule': '水平罫線',
9 'insertOrderedList': '番号付きリスト',
10 'insertUnorderedList': '黒丸付きリスト',
11 'italic': 'イタリック',
12 'justifyCenter': '中央揃え',
13 'justifyFull': '両端揃え',
14 'justifyLeft': '左揃え',
15 'justifyRight': '右揃え',
16 'outdent': 'アウトデント',
17 'paste': '貼り付け',
18 'redo': 'やり直し',
19 'removeFormat': '形式の削除',
20 'selectAll': 'すべて選択',
21 'strikethrough': '取り消し線',
22 'subscript': '下付き文字',
23 'superscript': '上付き文字',
24 'underline': '下線',
25 'undo': '元に戻す',
26 'unlink': 'リンクの削除',
27 'createLink': 'リンクの作成',
28 'toggleDir': '方向の切り替え',
29 'insertImage': 'イメージの挿入',
30 'insertTable': 'テーブルの挿入/編集',
31 'toggleTableBorder': 'テーブルボーダーの切り替え',
32 'deleteTable': 'テーブルの削除',
33 'tableProp': 'テーブルプロパティ',
34 'htmlToggle': 'HTML ソース',
35 'foreColor': '前景色',
36 'hiliteColor': '背景色',
37 'plainFormatBlock': '段落スタイル',
38 'formatBlock': '段落スタイル',
39 'fontSize': 'フォントサイズ',
40 'fontName': 'フォント名',
41 'tabIndent': 'タブインデント',
42 "fullScreen": "全画面表示に切り替え",
43 "viewSource": "HTML ソースの表示",
44 "print": "印刷",
45 "newPage": "新しいページ",
46 /* Error messages */
47 'systemShortcut': '"${0}" アクションを使用できるのは、ブラウザーでキーボードショートカットを使用する場合のみです。 ${1} を使用してください。',
48 'ctrlKey':'Ctrl+${0}',
49 'appleKey':'\u2318${0}' // "command" or open-apple key on Macintosh
50})
51);