]> git.wh0rd.org - tt-rss.git/blob - lib/dijit/_editor/nls/ja/FontChoice.js.uncompressed.js
51232f1a5951fc36c415bf5b9dab1552392ae2df
[tt-rss.git] / lib / dijit / _editor / nls / ja / FontChoice.js.uncompressed.js
1 define(
2 "dijit/_editor/nls/ja/FontChoice", ({
3 fontSize: "サイズ",
4 fontName: "フォント",
5 formatBlock: "フォーマット",
6 serif: "serif",
7 "sans-serif": "sans-serif",
8 monospace: "monospace",
9 cursive: "cursive",
10 fantasy: "fantasy",
11 noFormat: "なし",
12 p: "段落",
13 h1: "見出し",
14 h2: "副見出し",
15 h3: "副見出しの副見出し",
16 pre: "事前フォーマット済み",
17 1: "超極小",
18 2: "極小",
19 3: "小",
20 4: "標準",
21 5: "大",
22 6: "特大",
23 7: "超特大"
24 })
25 );