588 lines
14 KiB
JavaScript
588 lines
14 KiB
JavaScript
require({cache:{
|
|
'dijit/form/nls/ja/validate':function(){
|
|
define(
|
|
//begin v1.x content
|
|
({
|
|
invalidMessage: "入力した値は無効です。",
|
|
missingMessage: "この値は必須です。",
|
|
rangeMessage: "この値は範囲外です。"
|
|
})
|
|
//end v1.x content
|
|
);
|
|
|
|
},
|
|
'dijit/form/nls/ja-jp/validate':function(){
|
|
define('dijit/form/nls/ja-jp/validate',{});
|
|
},
|
|
'dijit/_editor/nls/ja/commands':function(){
|
|
define(
|
|
//begin v1.x content
|
|
({
|
|
'bold': '太字',
|
|
'copy': 'コピー',
|
|
'cut': '切り取り',
|
|
'delete': '削除',
|
|
'indent': 'インデント',
|
|
'insertHorizontalRule': '水平罫線',
|
|
'insertOrderedList': '番号付きリスト',
|
|
'insertUnorderedList': '黒丸付きリスト',
|
|
'italic': 'イタリック',
|
|
'justifyCenter': '中央揃え',
|
|
'justifyFull': '両端揃え',
|
|
'justifyLeft': '左揃え',
|
|
'justifyRight': '右揃え',
|
|
'outdent': 'アウトデント',
|
|
'paste': '貼り付け',
|
|
'redo': 'やり直し',
|
|
'removeFormat': '書式のクリア',
|
|
'selectAll': 'すべて選択',
|
|
'strikethrough': '取り消し線',
|
|
'subscript': '下付き文字',
|
|
'superscript': '上付き文字',
|
|
'underline': '下線',
|
|
'undo': '元に戻す',
|
|
'unlink': 'リンクの削除',
|
|
'createLink': 'リンクの作成',
|
|
'toggleDir': '方向の切り替え',
|
|
'insertImage': 'イメージの挿入',
|
|
'insertTable': 'テーブルの挿入/編集',
|
|
'toggleTableBorder': 'テーブル・ボーダーの切り替え',
|
|
'deleteTable': 'テーブルの削除',
|
|
'tableProp': 'テーブル・プロパティー',
|
|
'htmlToggle': 'HTML ソース',
|
|
'foreColor': '前景色',
|
|
'hiliteColor': 'マーカー',
|
|
'plainFormatBlock': '段落スタイル',
|
|
'formatBlock': '段落スタイル',
|
|
'fontSize': 'フォント・サイズ',
|
|
'fontName': 'フォント名',
|
|
'tabIndent': 'タブ・インデント',
|
|
"fullScreen": "全画面表示に切り替え",
|
|
"viewSource": "HTML ソースの表示",
|
|
"print": "印刷",
|
|
"newPage": "新規ページ",
|
|
/* Error messages */
|
|
'systemShortcut': '"${0}" アクションを使用できるのは、ブラウザーでキーボード・ショートカットを使用する場合のみです。${1} を使用してください。',
|
|
'ctrlKey':'Ctrl+${0}'
|
|
})
|
|
//end v1.x content
|
|
);
|
|
|
|
},
|
|
'dijit/_editor/nls/ja-jp/commands':function(){
|
|
define('dijit/_editor/nls/ja-jp/commands',{});
|
|
},
|
|
'dojo/cldr/nls/ja/gregorian':function(){
|
|
define(
|
|
//begin v1.x content
|
|
{
|
|
"field-weekday": "曜日",
|
|
"dateFormatItem-yQQQ": "yQQQ",
|
|
"dateFormatItem-yMEd": "y/M/d(EEE)",
|
|
"dateFormatItem-MMMEd": "M月d日(E)",
|
|
"eraNarrow": [
|
|
"BC",
|
|
"AD"
|
|
],
|
|
"dateFormat-long": "y年M月d日",
|
|
"months-format-wide": [
|
|
"1月",
|
|
"2月",
|
|
"3月",
|
|
"4月",
|
|
"5月",
|
|
"6月",
|
|
"7月",
|
|
"8月",
|
|
"9月",
|
|
"10月",
|
|
"11月",
|
|
"12月"
|
|
],
|
|
"dateTimeFormat-medium": "{1} {0}",
|
|
"dayPeriods-format-wide-pm": "午後",
|
|
"dateFormat-full": "y年M月d日EEEE",
|
|
"dateFormatItem-Md": "M/d",
|
|
"dateFormatItem-yMd": "y/M/d",
|
|
"field-era": "時代",
|
|
"dateFormatItem-yM": "y/M",
|
|
"months-standAlone-wide": [
|
|
"1月",
|
|
"2月",
|
|
"3月",
|
|
"4月",
|
|
"5月",
|
|
"6月",
|
|
"7月",
|
|
"8月",
|
|
"9月",
|
|
"10月",
|
|
"11月",
|
|
"12月"
|
|
],
|
|
"timeFormat-short": "H:mm",
|
|
"quarters-format-wide": [
|
|
"第1四半期",
|
|
"第2四半期",
|
|
"第3四半期",
|
|
"第4四半期"
|
|
],
|
|
"timeFormat-long": "H:mm:ss z",
|
|
"field-year": "年",
|
|
"dateFormatItem-yMMM": "y年M月",
|
|
"dateFormatItem-yQ": "y/Q",
|
|
"field-hour": "時",
|
|
"dateFormatItem-MMdd": "MM/dd",
|
|
"months-format-abbr": [
|
|
"1月",
|
|
"2月",
|
|
"3月",
|
|
"4月",
|
|
"5月",
|
|
"6月",
|
|
"7月",
|
|
"8月",
|
|
"9月",
|
|
"10月",
|
|
"11月",
|
|
"12月"
|
|
],
|
|
"dateFormatItem-yyQ": "yy/Q",
|
|
"timeFormat-full": "H時mm分ss秒 zzzz",
|
|
"field-day-relative+0": "今日",
|
|
"field-day-relative+1": "明日",
|
|
"field-day-relative+2": "明後日",
|
|
"dateFormatItem-H": "H時",
|
|
"field-day-relative+3": "3日後",
|
|
"months-standAlone-abbr": [
|
|
"1月",
|
|
"2月",
|
|
"3月",
|
|
"4月",
|
|
"5月",
|
|
"6月",
|
|
"7月",
|
|
"8月",
|
|
"9月",
|
|
"10月",
|
|
"11月",
|
|
"12月"
|
|
],
|
|
"quarters-format-abbr": [
|
|
"Q1",
|
|
"Q2",
|
|
"Q3",
|
|
"Q4"
|
|
],
|
|
"quarters-standAlone-wide": [
|
|
"第1四半期",
|
|
"第2四半期",
|
|
"第3四半期",
|
|
"第4四半期"
|
|
],
|
|
"dateFormatItem-M": "M月",
|
|
"days-standAlone-wide": [
|
|
"日曜日",
|
|
"月曜日",
|
|
"火曜日",
|
|
"水曜日",
|
|
"木曜日",
|
|
"金曜日",
|
|
"土曜日"
|
|
],
|
|
"dateFormatItem-yyMMM": "y年M月",
|
|
"timeFormat-medium": "H:mm:ss",
|
|
"dateFormatItem-Hm": "H:mm",
|
|
"eraAbbr": [
|
|
"BC",
|
|
"AD"
|
|
],
|
|
"field-minute": "分",
|
|
"field-dayperiod": "午前/午後",
|
|
"days-standAlone-abbr": [
|
|
"日",
|
|
"月",
|
|
"火",
|
|
"水",
|
|
"木",
|
|
"金",
|
|
"土"
|
|
],
|
|
"dateFormatItem-d": "d日",
|
|
"dateFormatItem-ms": "mm:ss",
|
|
"field-day-relative+-1": "昨日",
|
|
"dateFormatItem-h": "ah時",
|
|
"dateTimeFormat-long": "{1}{0}",
|
|
"field-day-relative+-2": "一昨日",
|
|
"field-day-relative+-3": "3日前",
|
|
"dateFormatItem-MMMd": "M月d日",
|
|
"dateFormatItem-MEd": "M/d(E)",
|
|
"dateTimeFormat-full": "{1}{0}",
|
|
"field-day": "日",
|
|
"days-format-wide": [
|
|
"日曜日",
|
|
"月曜日",
|
|
"火曜日",
|
|
"水曜日",
|
|
"木曜日",
|
|
"金曜日",
|
|
"土曜日"
|
|
],
|
|
"field-zone": "タイムゾーン",
|
|
"dateFormatItem-yyyyMM": "yyyy/MM",
|
|
"dateFormatItem-y": "y年",
|
|
"months-standAlone-narrow": [
|
|
"1",
|
|
"2",
|
|
"3",
|
|
"4",
|
|
"5",
|
|
"6",
|
|
"7",
|
|
"8",
|
|
"9",
|
|
"10",
|
|
"11",
|
|
"12"
|
|
],
|
|
"dateFormatItem-hm": "ah:mm",
|
|
"dateFormatItem-GGGGyMd": "GGGGy年M月d日",
|
|
"days-format-abbr": [
|
|
"日",
|
|
"月",
|
|
"火",
|
|
"水",
|
|
"木",
|
|
"金",
|
|
"土"
|
|
],
|
|
"dateFormatItem-yMMMd": "y年M月d日",
|
|
"eraNames": [
|
|
"紀元前",
|
|
"西暦"
|
|
],
|
|
"days-format-narrow": [
|
|
"日",
|
|
"月",
|
|
"火",
|
|
"水",
|
|
"木",
|
|
"金",
|
|
"土"
|
|
],
|
|
"field-month": "月",
|
|
"days-standAlone-narrow": [
|
|
"日",
|
|
"月",
|
|
"火",
|
|
"水",
|
|
"木",
|
|
"金",
|
|
"土"
|
|
],
|
|
"dateFormatItem-MMM": "LLL",
|
|
"dayPeriods-format-wide-am": "午前",
|
|
"dateFormat-short": "yy/MM/dd",
|
|
"field-second": "秒",
|
|
"dateFormatItem-yMMMEd": "y年M月d日(EEE)",
|
|
"dateFormatItem-Ed": "d日(EEE)",
|
|
"field-week": "週",
|
|
"dateFormat-medium": "yyyy/MM/dd",
|
|
"dateTimeFormat-short": "{1} {0}",
|
|
"dateFormatItem-Hms": "H:mm:ss",
|
|
"dateFormatItem-hms": "ah:mm:ss",
|
|
"dateFormatItem-yyyy": "y年"
|
|
}
|
|
//end v1.x content
|
|
);
|
|
},
|
|
'dojo/cldr/nls/ja-jp/gregorian':function(){
|
|
define('dojo/cldr/nls/ja-jp/gregorian',{});
|
|
},
|
|
'dijit/nls/ja/loading':function(){
|
|
define(
|
|
//begin v1.x content
|
|
({
|
|
loadingState: "ロード中...",
|
|
errorState: "エラーが発生しました。"
|
|
})
|
|
//end v1.x content
|
|
);
|
|
|
|
},
|
|
'dijit/nls/ja-jp/loading':function(){
|
|
define('dijit/nls/ja-jp/loading',{});
|
|
},
|
|
'dojo/nls/ja/colors':function(){
|
|
define(
|
|
//begin v1.x content
|
|
({
|
|
// local representation of all CSS3 named colors, companion to dojo.colors. To be used where descriptive information
|
|
// is required for each color, such as a palette widget, and not for specifying color programatically.
|
|
|
|
//Note: due to the SVG 1.0 spec additions, some of these are alternate spellings for the same color e.g. gray vs. gray.
|
|
//TODO: should we be using unique rgb values as keys instead and avoid these duplicates, or rely on the caller to do the reverse mapping?
|
|
aliceblue: "アリス・ブルー",
|
|
antiquewhite: "アンティーク・ホワイト",
|
|
aqua: "アクア",
|
|
aquamarine: "碧緑",
|
|
azure: "薄い空色",
|
|
beige: "ベージュ",
|
|
bisque: "ビスク",
|
|
black: "黒",
|
|
blanchedalmond: "皮なしアーモンド",
|
|
blue: "青",
|
|
blueviolet: "青紫",
|
|
brown: "茶",
|
|
burlywood: "バーリーウッド",
|
|
cadetblue: "くすんだ青",
|
|
chartreuse: "淡黄緑",
|
|
chocolate: "チョコレート",
|
|
coral: "珊瑚",
|
|
cornflowerblue: "コーンフラワー・ブルー",
|
|
cornsilk: "コーンシルク",
|
|
crimson: "深紅",
|
|
cyan: "シアン・ブルー",
|
|
darkblue: "ダーク・ブルー",
|
|
darkcyan: "ダーク・シアン・ブルー",
|
|
darkgoldenrod: "ダーク・ゴールデン・ロッド",
|
|
darkgray: "ダーク・グレイ",
|
|
darkgreen: "ダーク・グリーン",
|
|
darkgrey: "ダーク・グレイ", // same as darkgray
|
|
darkkhaki: "ダーク・カーキー",
|
|
darkmagenta: "ダーク・マジェンタ",
|
|
darkolivegreen: "ダーク・オリーブ・グリーン",
|
|
darkorange: "ダーク・オレンジ",
|
|
darkorchid: "ダーク・オーキッド",
|
|
darkred: "ダーク・レッド",
|
|
darksalmon: "ダーク・サーモン",
|
|
darkseagreen: "ダーク・シー・グリーン",
|
|
darkslateblue: "ダーク・スレート・ブルー",
|
|
darkslategray: "ダーク・スレート・グレイ",
|
|
darkslategrey: "ダーク・スレート・グレイ", // same as darkslategray
|
|
darkturquoise: "ダーク・ターコイズ",
|
|
darkviolet: "ダーク・バイオレット",
|
|
deeppink: "濃いピンク",
|
|
deepskyblue: "濃い空色",
|
|
dimgray: "くすんだグレイ",
|
|
dimgrey: "くすんだグレイ", // same as dimgray
|
|
dodgerblue: "ドッジャー・ブルー",
|
|
firebrick: "赤煉瓦色",
|
|
floralwhite: "フローラル・ホワイト",
|
|
forestgreen: "フォレスト・グリーン",
|
|
fuchsia: "紫紅色",
|
|
gainsboro: "ゲインズボーロ",
|
|
ghostwhite: "ゴースト・ホワイト",
|
|
gold: "金",
|
|
goldenrod: "ゴールデン・ロッド",
|
|
gray: "グレイ",
|
|
green: "緑",
|
|
greenyellow: "緑黄色",
|
|
grey: "グレイ", // same as gray
|
|
honeydew: "ハニーデュー",
|
|
hotpink: "ホット・ピンク",
|
|
indianred: "インディアン・レッド",
|
|
indigo: "藍色",
|
|
ivory: "アイボリー",
|
|
khaki: "カーキー",
|
|
lavender: "ラベンダー",
|
|
lavenderblush: "ラベンダー・ブラッシ",
|
|
lawngreen: "ローン・グリーン",
|
|
lemonchiffon: "レモン・シフォン",
|
|
lightblue: "ライト・ブルー",
|
|
lightcoral: "ライト・コーラル",
|
|
lightcyan: "ライト・シアン",
|
|
lightgoldenrodyellow: "ライト・ゴールデン・ロッド・イエロー",
|
|
lightgray: "ライト・グレイ",
|
|
lightgreen: "ライト・グリーン",
|
|
lightgrey: "ライト・グレイ", // same as lightgray
|
|
lightpink: "ライト・ピンク",
|
|
lightsalmon: "ライト・サーモン",
|
|
lightseagreen: "ライト・シー・グリーン",
|
|
lightskyblue: "ライト・スカイ・ブルー",
|
|
lightslategray: "ライト・スレート・グレイ",
|
|
lightslategrey: "ライト・スレート・グレイ", // same as lightslategray
|
|
lightsteelblue: "ライト・スチール・ブルー",
|
|
lightyellow: "ライト・イエロー",
|
|
lime: "ライム",
|
|
limegreen: "ライム・グリーン",
|
|
linen: "亜麻色",
|
|
magenta: "赤紫",
|
|
maroon: "えび茶",
|
|
mediumaquamarine: "ミディアム・アクアマリーン",
|
|
mediumblue: "ミディアム・ブルー",
|
|
mediumorchid: "ミディアム・オーキッド",
|
|
mediumpurple: "ミディアム・パープル",
|
|
mediumseagreen: "ミディアム・シー・グリーン",
|
|
mediumslateblue: "ミディアム・スレート・ブルー",
|
|
mediumspringgreen: "ミディアム・スプリング・グリーン",
|
|
mediumturquoise: "ミディアム・ターコイズ",
|
|
mediumvioletred: "ミディアム・バイオレット・レッド",
|
|
midnightblue: "ミッドナイト・ブルー",
|
|
mintcream: "ミント・クリーム",
|
|
mistyrose: "ミスティ・ローズ",
|
|
moccasin: "モカシン",
|
|
navajowhite: "ナバホ・ホワイト",
|
|
navy: "濃紺",
|
|
oldlace: "オールド・レイス",
|
|
olive: "オリーブ",
|
|
olivedrab: "濃黄緑",
|
|
orange: "オレンジ",
|
|
orangered: "オレンジ・レッド",
|
|
orchid: "薄紫",
|
|
palegoldenrod: "ペイル・ゴールデン・ロッド",
|
|
palegreen: "ペイル・グリーン",
|
|
paleturquoise: "ペイル・ターコイズ",
|
|
palevioletred: "ペイル・バイオレット・レッド",
|
|
papayawhip: "パパイア・ホイップ",
|
|
peachpuff: "ピーチ・パフ",
|
|
peru: "ペルー",
|
|
pink: "ピンク",
|
|
plum: "深紫",
|
|
powderblue: "淡青",
|
|
purple: "紫",
|
|
red: "赤",
|
|
rosybrown: "ロージー・ブラウン",
|
|
royalblue: "藤色",
|
|
saddlebrown: "サドル・ブラウン",
|
|
salmon: "サーモン",
|
|
sandybrown: "砂褐色",
|
|
seagreen: "シー・グリーン",
|
|
seashell: "シーシェル",
|
|
sienna: "黄褐色",
|
|
silver: "銀",
|
|
skyblue: "スカイ・ブルー",
|
|
slateblue: "スレート・ブルー",
|
|
slategray: "スレート・グレイ",
|
|
slategrey: "スレート・グレイ", // same as slategray
|
|
snow: "雪色",
|
|
springgreen: "スプリング・グリーン",
|
|
steelblue: "鋼色",
|
|
tan: "茶褐色",
|
|
teal: "ティール",
|
|
thistle: "シスル",
|
|
tomato: "トマト色",
|
|
transparent: "透明",
|
|
turquoise: "ターコイズ",
|
|
violet: "すみれ色",
|
|
wheat: "小麦色",
|
|
white: "白",
|
|
whitesmoke: "ホワイト・スモーク",
|
|
yellow: "黄",
|
|
yellowgreen: "黄緑"
|
|
})
|
|
//end v1.x content
|
|
);
|
|
|
|
},
|
|
'dojo/nls/ja-jp/colors':function(){
|
|
define('dojo/nls/ja-jp/colors',{});
|
|
},
|
|
'dojo/cldr/nls/ja/number':function(){
|
|
define(
|
|
//begin v1.x content
|
|
{
|
|
"decimalFormat": "#,##0.###",
|
|
"group": ",",
|
|
"scientificFormat": "#E0",
|
|
"percentFormat": "#,##0%",
|
|
"currencyFormat": "¤#,##0.00",
|
|
"decimal": "."
|
|
}
|
|
//end v1.x content
|
|
);
|
|
},
|
|
'dojo/cldr/nls/ja-jp/number':function(){
|
|
define('dojo/cldr/nls/ja-jp/number',{});
|
|
},
|
|
'dijit/_editor/nls/ja/FontChoice':function(){
|
|
define(
|
|
"dijit/_editor/nls/ja/FontChoice", //begin v1.x content
|
|
({
|
|
fontSize: "サイズ",
|
|
fontName: "フォント",
|
|
formatBlock: "フォーマット",
|
|
|
|
serif: "serif",
|
|
"sans-serif": "sans-serif",
|
|
monospace: "monospace",
|
|
cursive: "cursive",
|
|
fantasy: "fantasy",
|
|
|
|
noFormat: "なし",
|
|
p: "段落",
|
|
h1: "見出し",
|
|
h2: "副見出し",
|
|
h3: "副見出しの副見出し",
|
|
pre: "事前フォーマット済み",
|
|
|
|
1: "超極小",
|
|
2: "極小",
|
|
3: "小",
|
|
4: "標準",
|
|
5: "大",
|
|
6: "特大",
|
|
7: "超特大"
|
|
})
|
|
//end v1.x content
|
|
);
|
|
|
|
},
|
|
'dijit/_editor/nls/ja-jp/FontChoice':function(){
|
|
define('dijit/_editor/nls/ja-jp/FontChoice',{});
|
|
},
|
|
'dojo/cldr/nls/ja/currency':function(){
|
|
define(
|
|
//begin v1.x content
|
|
{
|
|
"HKD_displayName": "香港ドル",
|
|
"CHF_displayName": "スイス フラン",
|
|
"JPY_symbol": "¥",
|
|
"CAD_displayName": "カナダ ドル",
|
|
"CNY_displayName": "中国人民元",
|
|
"USD_symbol": "$",
|
|
"AUD_displayName": "オーストラリア ドル",
|
|
"JPY_displayName": "日本円",
|
|
"USD_displayName": "米ドル",
|
|
"CNY_symbol": "元",
|
|
"GBP_displayName": "英国ポンド",
|
|
"EUR_displayName": "ユーロ"
|
|
}
|
|
//end v1.x content
|
|
);
|
|
},
|
|
'dojo/cldr/nls/ja-jp/currency':function(){
|
|
define('dojo/cldr/nls/ja-jp/currency',{});
|
|
},
|
|
'dijit/form/nls/ja/ComboBox':function(){
|
|
define(
|
|
//begin v1.x content
|
|
({
|
|
previousMessage: "以前の選択項目",
|
|
nextMessage: "追加の選択項目"
|
|
})
|
|
//end v1.x content
|
|
);
|
|
|
|
},
|
|
'dijit/form/nls/ja-jp/ComboBox':function(){
|
|
define('dijit/form/nls/ja-jp/ComboBox',{});
|
|
},
|
|
'dijit/nls/ja/common':function(){
|
|
define(
|
|
//begin v1.x content
|
|
({
|
|
buttonOk: "OK",
|
|
buttonCancel: "キャンセル",
|
|
buttonSave: "保存",
|
|
itemClose: "閉じる"
|
|
})
|
|
//end v1.x content
|
|
);
|
|
|
|
},
|
|
'dijit/nls/ja-jp/common':function(){
|
|
define('dijit/nls/ja-jp/common',{});
|
|
}}});
|
|
define("dijit/nls/dijit-all_ja-jp", [], 1);
|