messages_ja.json 52 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678
  1. {
  2. "actions.applyHighlight.description": "ノードの強調表示",
  3. "actions.applyHighlight.label": "強調表示の適用操作",
  4. "actions.applySelection.description": "ノードを選択します。",
  5. "actions.applySelection.label": "選択の適用操作",
  6. "actions.args.attributes.description": "(オプション) 操作時に適用する属性と値のマッピング。",
  7. "actions.args.attributes.label": "(オプション) 属性関数引数",
  8. "actions.args.primaryAttributes.description": "(オプション) 操作時に適用する 1 次属性のマッピング。",
  9. "actions.args.primaryAttributes.label": "(オプション) 1 次属性関数引数",
  10. "actions.args.primarySelector.description": "操作を適用するノードの 1 次セレクター。",
  11. "actions.args.primarySelector.label": "1 次セレクター関数引数",
  12. "actions.args.secondaryAttributes.description": "(オプション) 操作時に適用する 2 次属性のマッピング。",
  13. "actions.args.secondaryAttributes.label": "(オプション) 2 次属性関数引数",
  14. "actions.args.secondarySelector.description": "操作を適用するノードの 2 次セレクター。",
  15. "actions.args.secondarySelector.label": "2 次セレクター関数引数",
  16. "actions.args.selector.description": "操作を適用するノードのセレクター。",
  17. "actions.args.selector.label": "セレクター関数引数",
  18. "actions.breadCrumb.description": "階層リンクで階層の細目を上下にナビゲートします。",
  19. "actions.breadCrumb.label": "階層リンク・ナビゲーション操作",
  20. "actions.chord.selector.description": "操作を適用する弦のセレクター。",
  21. "actions.chord.selector.label": "弦のセレクター関数引数",
  22. "actions.chord.toggleSelect.description": "弦の選択を切り替えます。",
  23. "actions.chord.toggleSelect.label": "弦の選択の切り替え操作",
  24. "actions.chordGroup.highlight.description": "弦グループとそれに接続されているすべてのものを強調表示します。",
  25. "actions.chordGroup.highlight.label": "弦グループ強調表示操作",
  26. "actions.chordGroup.removeHighlight.description": "弦グループとそれに接続されているすべてのものの強調表示を削除します。",
  27. "actions.chordGroup.removeHighlight.label": "弦グループの強調表示の削除操作",
  28. "actions.chordGroup.selector.description": "操作を適用する弦グループのセレクター。",
  29. "actions.chordGroup.selector.label": "弦グループのセレクター関数引数",
  30. "actions.drillDown.description": "次の詳細レベルにドリルダウンします。",
  31. "actions.drillDown.label": "ドリルダウン操作",
  32. "actions.removeAllSelect.description": "すべてのノードからすべての選択を削除します。",
  33. "actions.removeAllSelect.label": "すべての選択の削除操作",
  34. "actions.removeHighlight.description": "ノードから強調表示を削除します。",
  35. "actions.removeHighlight.label": "強調表示の削除操作",
  36. "actions.removeSelection.description": "ノードの選択を削除します。",
  37. "actions.removeSelection.label": "選択の削除操作",
  38. "actions.toggleSelect.description": "ノードの選択を切り替えます。",
  39. "actions.toggleSelect.label": "選択の切り替え操作",
  40. "actions.zoom.args.panX.description": "x 方向のパン量。",
  41. "actions.zoom.args.panX.label": "ズームの x パン量関数引数",
  42. "actions.zoom.args.panY.description": "y 方向のパン量。",
  43. "actions.zoom.args.panY.label": "ズームの y パン量関数引数",
  44. "actions.zoom.args.scale.description": "ズーム操作のスケール量。",
  45. "actions.zoom.args.scale.label": "ズームのスケール関数引数",
  46. "actions.zoom.description": "ズーム操作",
  47. "actions.zoom.label": "ズーム操作",
  48. "actions.zoomPackedBubble.description": "パック・バブル・チャートのズーム。",
  49. "actions.zoomPackedBubble.label": "パック・バブル・チャートのズーム操作",
  50. "alignAxes.description": "従属軸のグリッド線を調整します。",
  51. "alignAxes.falseLabel": "位置を揃えない",
  52. "alignAxes.name": "従属軸をグリッドに合わせる",
  53. "alignAxes.trueLabel": "位置を揃える",
  54. "axis.labels.truncationText.description": "切り捨てを示すためにラベルの終端に配置するテキスト。",
  55. "axis.labels.truncationText.name": "軸切り捨てのテキスト",
  56. "axis.x.gridlines.display.description": "X 軸のグリッド線を表示または非表示にします。",
  57. "axis.x.gridlines.display.falseLabel": "非表示",
  58. "axis.x.gridlines.display.name": "グリッド線を表示",
  59. "axis.x.gridlines.display.trueLabel": "表示",
  60. "axis.x.gridlines.style.stroke-dasharray.description": "X 軸のグリッド線に適用する破線パターン。",
  61. "axis.x.gridlines.style.stroke-dasharray.name": "グリッド線の破線パターン",
  62. "axis.x.gridlines.style.stroke.description": "X 軸のグリッド線の色。",
  63. "axis.x.gridlines.style.stroke.name": "グリッド線の色",
  64. "axis.x.labels.allowRotate45.description": "ラベルの自動レイアウトの rotate45 オプションを有効または無効にします。",
  65. "axis.x.labels.allowRotate45.falseLabel": "rotate45 オプションの無効化",
  66. "axis.x.labels.allowRotate45.name": "45 度の回転を許可",
  67. "axis.x.labels.allowRotate45.trueLabel": "rotate45 オプションの有効化",
  68. "axis.x.labels.allowRotate90.description": "ラベルの自動レイアウトの rotate90 オプションを有効または無効にします。",
  69. "axis.x.labels.allowRotate90.falseLabel": "rotate90 オプションの無効化",
  70. "axis.x.labels.allowRotate90.name": "90 度の回転を許可",
  71. "axis.x.labels.allowRotate90.trueLabel": "rotate90 オプションの有効化",
  72. "axis.x.labels.allowStagger.description": "ラベルの自動レイアウトでのスタッガー・オプションを許可します。",
  73. "axis.x.labels.allowStagger.falseLabel": "X 軸はスタッガーを不許可",
  74. "axis.x.labels.allowStagger.name": "互い違いを許可する",
  75. "axis.x.labels.allowStagger.trueLabel": "X 軸はスタッガーを許可",
  76. "axis.x.labels.display.description": "X 軸のラベルを表示または非表示にします。",
  77. "axis.x.labels.display.falseLabel": "非表示",
  78. "axis.x.labels.display.name": "ラベルの表示",
  79. "axis.x.labels.display.trueLabel": "表示",
  80. "axis.x.labels.layoutMode.description": "X 軸のラベルのレイアウト・モードを設定します。",
  81. "axis.x.labels.layoutMode.name": "レイアウト・モード",
  82. "axis.x.labels.layoutMode.options.automatic": "自動",
  83. "axis.x.labels.layoutMode.options.horizontal": "横",
  84. "axis.x.labels.layoutMode.options.rotate45": "45 度回転",
  85. "axis.x.labels.layoutMode.options.rotate90": "90 度回転",
  86. "axis.x.labels.layoutMode.options.stagger": "互い違い",
  87. "axis.x.labels.style.fill.description": "X 軸のラベルの色。",
  88. "axis.x.labels.style.fill.name": "ラベルの色",
  89. "axis.x.labels.style.font-family.description": "X 軸のラベルのフォント・ファミリー。",
  90. "axis.x.labels.style.font-family.name": "ラベルのフォント・ファミリー",
  91. "axis.x.labels.style.font-size.description": "X 軸のラベルのサイズ (CSS サイズ)。",
  92. "axis.x.labels.style.font-size.name": "ラベルのフォント・サイズ",
  93. "axis.x.labels.style.font.description": "X 軸のラベルのフォント・プロパティー (CSS スタイル)。",
  94. "axis.x.labels.style.font.name": "ラベルのフォント",
  95. "axis.x.labels.zoomPan.description": "パンやズームを行うときに X 軸のラベルを表示または非表示にします。",
  96. "axis.x.labels.zoomPan.falseLabel": "表示",
  97. "axis.x.labels.zoomPan.name": "ラベルのパン/ズーム",
  98. "axis.x.labels.zoomPan.trueLabel": "非表示",
  99. "axis.x.line.display.description": "X 軸の線を表示または非表示にします。",
  100. "axis.x.line.display.falseLabel": "非表示",
  101. "axis.x.line.display.name": "折れ線を表示",
  102. "axis.x.line.display.trueLabel": "表示",
  103. "axis.x.line.style.stroke.description": "X 軸の線の色。",
  104. "axis.x.line.style.stroke.name": "線の色",
  105. "axis.x.scale.includeZero.description": "「はい」に設定した場合、X 軸に 0 が含められます。",
  106. "axis.x.scale.includeZero.falseLabel": "含めない",
  107. "axis.x.scale.includeZero.name": "ゼロを含む",
  108. "axis.x.scale.includeZero.trueLabel": "含む",
  109. "axis.x.scale.max.description": "X 軸に表示される最大値。",
  110. "axis.x.scale.max.name": "最大値",
  111. "axis.x.scale.min.description": "X 軸に表示される最小値。",
  112. "axis.x.scale.min.name": "最小値",
  113. "axis.x.scale.nice.description": "「はい」に設定した場合、X 軸でナイス・エンドポイント値を使用します。",
  114. "axis.x.scale.nice.falseLabel": "ナイスを行わない",
  115. "axis.x.scale.nice.name": "ナイス",
  116. "axis.x.scale.nice.trueLabel": "ナイスを適用する",
  117. "axis.x.ticks.display.description": "X 軸の目盛りを表示または非表示にします。",
  118. "axis.x.ticks.display.falseLabel": "非表示",
  119. "axis.x.ticks.display.name": "目盛りの表示",
  120. "axis.x.ticks.display.trueLabel": "表示",
  121. "axis.x.ticks.style.stroke.description": "X 軸の目盛りの色。",
  122. "axis.x.ticks.style.stroke.name": "目盛りの色",
  123. "axis.x.title.display.description": "X 軸のタイトルを表示または非表示にします。",
  124. "axis.x.title.display.falseLabel": "非表示",
  125. "axis.x.title.display.name": "タイトルを表示",
  126. "axis.x.title.display.trueLabel": "表示",
  127. "axis.x.title.style.fill.description": "X 軸のタイトルの色。",
  128. "axis.x.title.style.fill.name": "タイトルの色",
  129. "axis.x.title.style.font-family.description": "X 軸のタイトルのフォント・ファミリー名。",
  130. "axis.x.title.style.font-family.name": "タイトルのフォント・ファミリー",
  131. "axis.x.title.style.font-size.description": "X 軸のタイトルのフォント・サイズ (CSS サイズ)。",
  132. "axis.x.title.style.font-size.name": "タイトルのフォント・サイズ",
  133. "axis.x.title.style.font.description": "X 軸のタイトルのフォント・プロパティー (CSS スタイル)。",
  134. "axis.x.title.style.font.name": "タイトルのフォント",
  135. "axis.x.title.text.description": "X 軸のタイトル。",
  136. "axis.x.title.text.name": "タイトル",
  137. "axis.y.gridlines.display.description": "縦棒グラフ Y 軸グリッド線を表示または非表示にします。",
  138. "axis.y.gridlines.display.falseLabel": "非表示",
  139. "axis.y.gridlines.display.name": "Y 軸 (列) のグリッド線を表示",
  140. "axis.y.gridlines.display.trueLabel": "表示",
  141. "axis.y.gridlines.style.stroke-dasharray.description": "縦棒グラフ Y 軸グリッド線に適用される破線パターン。",
  142. "axis.y.gridlines.style.stroke-dasharray.name": "Y 軸 (列) のグリッド線の破線パターン",
  143. "axis.y.gridlines.style.stroke.description": "縦棒グラフ Y 軸グリッド線の色。",
  144. "axis.y.gridlines.style.stroke.name": "Y 軸 (列) のグリッド線の色",
  145. "axis.y.labels.display.description": "縦棒グラフの Y 軸のラベルを表示または非表示にします。",
  146. "axis.y.labels.display.falseLabel": "非表示",
  147. "axis.y.labels.display.name": "Y 軸 (列) のラベルを表示",
  148. "axis.y.labels.display.trueLabel": "表示",
  149. "axis.y.labels.hideOverlap.description": "縦棒グラフ Y 軸の重なり合うラベルを表示または非表示にします。",
  150. "axis.y.labels.hideOverlap.falseLabel": "非表示にしない",
  151. "axis.y.labels.hideOverlap.name": "Y 軸 (列) の重なり合うラベルを非表示にする",
  152. "axis.y.labels.hideOverlap.trueLabel": "非表示",
  153. "axis.y.labels.layoutMode.description": "Y 軸のラベルのレイアウト・モードを設定します。",
  154. "axis.y.labels.layoutMode.name": "レイアウト・モード",
  155. "axis.y.labels.layoutMode.options.horizontal": "横",
  156. "axis.y.labels.layoutMode.options.rotate90": "90 度回転",
  157. "axis.y.labels.rotation.description": "縦棒グラフの Y 軸のラベルを回転させます。",
  158. "axis.y.labels.rotation.name": "Y 軸 (列) のラベルの回転",
  159. "axis.y.labels.style.fill.description": "縦棒グラフの Y 軸のラベルの色。",
  160. "axis.y.labels.style.fill.name": "Y 軸 (列) のラベルの色",
  161. "axis.y.labels.style.font-family.description": "縦棒グラフの Y 軸のラベルのフォント・ファミリー。",
  162. "axis.y.labels.style.font-family.name": "Y 軸 (列) のラベルのフォント・ファミリー",
  163. "axis.y.labels.style.font-size.description": "縦棒グラフの Y 軸のラベルのサイズ (CSS サイズ)。",
  164. "axis.y.labels.style.font-size.name": "Y 軸 (列) のラベルのフォント・サイズ",
  165. "axis.y.labels.style.font.description": "縦棒グラフ Y 軸のラベルのフォント・プロパティー (CSS スタイル)。",
  166. "axis.y.labels.style.font.name": "Y 軸 (列) のラベルのフォント",
  167. "axis.y.labels.style.text-anchor.description": "縦棒グラフの Y 軸のラベルのテキスト・アンカー位置。",
  168. "axis.y.labels.style.text-anchor.name": "Y 軸 (列) のラベルのテキスト・アンカー",
  169. "axis.y.labels.style.text-anchor.options.end": "末尾",
  170. "axis.y.labels.style.text-anchor.options.middle": "中央",
  171. "axis.y.labels.style.text-anchor.options.start": "開始",
  172. "axis.y.labels.wrap.description": "縦棒グラフ Y 軸のラベル折り返しを有効または無効にします。",
  173. "axis.y.labels.wrap.falseLabel": "折り返しなし",
  174. "axis.y.labels.wrap.name": "Y 軸 (列) のラベルの折り返し",
  175. "axis.y.labels.wrap.trueLabel": "折り返す",
  176. "axis.y.labels.wrapValignment.description": "縦棒グラフの Y 軸のラベルの垂直方向の位置合わせをします。",
  177. "axis.y.labels.wrapValignment.name": "Y 軸 (列) の折り返しラベルの配置",
  178. "axis.y.labels.wrapValignment.options.bottom": "下位",
  179. "axis.y.labels.wrapValignment.options.middle": "中央",
  180. "axis.y.labels.wrapValignment.options.top": "上位",
  181. "axis.y.labels.zoomPan.description": "パンやズームを行うときに縦棒グラフの Y 軸のラベルを表示または非表示にします。",
  182. "axis.y.labels.zoomPan.falseLabel": "表示",
  183. "axis.y.labels.zoomPan.name": "Y 軸 (列) のラベルのパン・ズームの非表示",
  184. "axis.y.labels.zoomPan.trueLabel": "非表示",
  185. "axis.y.line.display.description": "縦棒グラフ Y 軸線を表示または非表示にします。",
  186. "axis.y.line.display.falseLabel": "非表示",
  187. "axis.y.line.display.name": "Y 軸 (列) の線の表示",
  188. "axis.y.line.display.trueLabel": "表示",
  189. "axis.y.line.style.stroke.description": "縦棒グラフ Y 軸線の色。",
  190. "axis.y.line.style.stroke.name": "Y 軸 (列) の線の色",
  191. "axis.y.scale.includeZero.description": "「はい」に設定すると、縦棒グラフ Y 軸に 0 が含まれます。",
  192. "axis.y.scale.includeZero.falseLabel": "含めない",
  193. "axis.y.scale.includeZero.name": "Y 軸 (列) にゼロを含める",
  194. "axis.y.scale.includeZero.trueLabel": "含む",
  195. "axis.y.scale.max.description": "縦棒グラフ Y 軸に表示される最大値。",
  196. "axis.y.scale.max.name": "Y 軸 (列) の最大値",
  197. "axis.y.scale.min.description": "縦棒グラフ Y 軸に表示される最小値。",
  198. "axis.y.scale.min.name": "Y 軸 (列) の最小値",
  199. "axis.y.scale.nice.description": "「はい」に設定すると、縦棒グラフ Y 軸にナイス・エンドポイント値が使用されます。",
  200. "axis.y.scale.nice.falseLabel": "ナイスを行わない",
  201. "axis.y.scale.nice.name": "Y 軸 (列) のナイス",
  202. "axis.y.scale.nice.trueLabel": "ナイスを適用する",
  203. "axis.y.ticks.display.description": "縦棒グラフ Y 軸目盛りマークを表示または非表示にします。",
  204. "axis.y.ticks.display.falseLabel": "非表示",
  205. "axis.y.ticks.display.name": "Y 軸 (列) の目盛りを表示",
  206. "axis.y.ticks.display.trueLabel": "表示",
  207. "axis.y.ticks.style.stroke.description": "縦棒グラフ Y 軸目盛りの色。",
  208. "axis.y.ticks.style.stroke.name": "Y 軸 (列) の目盛りの色",
  209. "axis.y.title.display.description": "縦棒グラフ Y 軸タイトルを表示または非表示にします。",
  210. "axis.y.title.display.falseLabel": "非表示",
  211. "axis.y.title.display.name": "Y 軸 (列) のタイトルの表示",
  212. "axis.y.title.display.trueLabel": "表示",
  213. "axis.y.title.style.fill.description": "縦棒グラフ Y 軸タイトルの色。",
  214. "axis.y.title.style.fill.name": "Y 軸 (列) のタイトルの色",
  215. "axis.y.title.style.font-family.description": "縦棒グラフ Y 軸タイトルのフォント・ファミリー名。",
  216. "axis.y.title.style.font-family.name": "Y 軸 (列) のタイトルのフォント・ファミリー",
  217. "axis.y.title.style.font-size.description": "縦棒グラフ Y 軸タイトル・フォントのサイズ (CSS サイズ)。",
  218. "axis.y.title.style.font-size.name": "Y 軸 (列) のタイトルのフォント・サイズ",
  219. "axis.y.title.style.font.description": "縦棒グラフ Y 軸タイトルのフォント・プロパティー (CSS スタイル)。",
  220. "axis.y.title.style.font.name": "Y 軸 (列) のタイトルのフォント",
  221. "axis.y.title.text.description": "縦棒グラフ Y 軸のタイトル。",
  222. "axis.y.title.text.name": "Y 軸 (列) のタイトル",
  223. "axis.y2.gridlines.display.description": "折れ線グラフ Y 軸グリッド線を表示または非表示にします。",
  224. "axis.y2.gridlines.display.falseLabel": "非表示",
  225. "axis.y2.gridlines.display.name": "Y 軸 (線) のグリッド線を表示",
  226. "axis.y2.gridlines.display.trueLabel": "表示",
  227. "axis.y2.gridlines.style.stroke-dasharray.description": "折れ線グラフ Y 軸グリッド線に適用される破線パターン。",
  228. "axis.y2.gridlines.style.stroke-dasharray.name": "Y 軸 (線) のグリッド線の破線パターン",
  229. "axis.y2.gridlines.style.stroke.description": "折れ線グラフ Y 軸グリッド線の色。",
  230. "axis.y2.gridlines.style.stroke.name": "Y 軸 (線) のグリッド線の色",
  231. "axis.y2.labels.display.description": "折れ線グラフの Y 軸のラベルを表示または非表示にします。",
  232. "axis.y2.labels.display.falseLabel": "非表示",
  233. "axis.y2.labels.display.name": "Y 軸 (線) のラベルを表示",
  234. "axis.y2.labels.display.trueLabel": "表示",
  235. "axis.y2.labels.hideOverlap.description": "折れ線グラフ Y 軸の重なり合うラベルを表示または非表示にします。",
  236. "axis.y2.labels.hideOverlap.falseLabel": "非表示にしない",
  237. "axis.y2.labels.hideOverlap.name": "Y 軸 (線) の重なり合うラベルを非表示にする",
  238. "axis.y2.labels.hideOverlap.trueLabel": "非表示",
  239. "axis.y2.labels.layoutMode.description": "Y2 軸のラベルのレイアウト・モードを設定します。",
  240. "axis.y2.labels.layoutMode.name": "レイアウト・モード",
  241. "axis.y2.labels.layoutMode.options.horizontal": "横",
  242. "axis.y2.labels.layoutMode.options.rotate90": "90 度回転",
  243. "axis.y2.labels.rotation.description": "折れ線グラフの Y 軸のラベルを回転させます。",
  244. "axis.y2.labels.rotation.name": "Y 軸 (線) のラベルの回転",
  245. "axis.y2.labels.style.fill.description": "折れ線グラフの Y 軸のラベルの色。",
  246. "axis.y2.labels.style.fill.name": "Y 軸 (線) のラベルの色",
  247. "axis.y2.labels.style.font-family.description": "折れ線グラフの Y 軸のラベルのフォント・ファミリー。",
  248. "axis.y2.labels.style.font-family.name": "Y 軸 (線) のラベルのフォント・ファミリー",
  249. "axis.y2.labels.style.font-size.description": "折れ線グラフの Y 軸のラベルのサイズ (CSS サイズ)。",
  250. "axis.y2.labels.style.font-size.name": "Y 軸 (線) のラベルのフォント・サイズ",
  251. "axis.y2.labels.style.font.description": "折れ線グラフ Y 軸のラベルのフォント・プロパティー (CSS スタイル)。",
  252. "axis.y2.labels.style.font.name": "Y 軸 (線) のラベルのフォント",
  253. "axis.y2.labels.style.text-anchor.description": "折れ線グラフの Y 軸のラベルのテキスト・アンカー位置。",
  254. "axis.y2.labels.style.text-anchor.name": "Y 軸 (線) のラベルのテキスト・アンカー",
  255. "axis.y2.labels.style.text-anchor.options.end": "末尾",
  256. "axis.y2.labels.style.text-anchor.options.middle": "中央",
  257. "axis.y2.labels.style.text-anchor.options.start": "開始",
  258. "axis.y2.labels.wrap.description": "折れ線グラフ Y 軸のラベル折り返しを有効または無効にします。",
  259. "axis.y2.labels.wrap.falseLabel": "折り返しなし",
  260. "axis.y2.labels.wrap.name": "Y 軸 (線) のラベルの折り返し",
  261. "axis.y2.labels.wrap.trueLabel": "折り返す",
  262. "axis.y2.labels.wrapValignment.description": "折れ線グラフの Y 軸のラベルの垂直方向の位置合わせをします。",
  263. "axis.y2.labels.wrapValignment.name": "Y 軸 (線) の折り返しラベルの配置",
  264. "axis.y2.labels.wrapValignment.options.bottom": "下位",
  265. "axis.y2.labels.wrapValignment.options.middle": "中央",
  266. "axis.y2.labels.wrapValignment.options.top": "上位",
  267. "axis.y2.labels.zoomPan.description": "パンやズームを行うときに折れ線グラフの Y 軸のラベルを表示または非表示にします。",
  268. "axis.y2.labels.zoomPan.falseLabel": "表示",
  269. "axis.y2.labels.zoomPan.name": "Y 軸 (線) のラベルのパン・ズームの非表示",
  270. "axis.y2.labels.zoomPan.trueLabel": "非表示",
  271. "axis.y2.line.display.description": "折れ線グラフ Y 軸線を表示または非表示にします。",
  272. "axis.y2.line.display.falseLabel": "非表示",
  273. "axis.y2.line.display.name": "Y 軸 (線) の線の表示",
  274. "axis.y2.line.display.trueLabel": "表示",
  275. "axis.y2.line.style.stroke.description": "折れ線グラフ Y 軸線の色。",
  276. "axis.y2.line.style.stroke.name": "Y 軸 (線) の線の色",
  277. "axis.y2.scale.includeZero.description": "「はい」に設定すると、折れ線グラフ Y 軸に 0 が含まれます。",
  278. "axis.y2.scale.includeZero.falseLabel": "含めない",
  279. "axis.y2.scale.includeZero.name": "Y 軸 (線) にゼロを含める",
  280. "axis.y2.scale.includeZero.trueLabel": "含む",
  281. "axis.y2.scale.max.description": "折れ線グラフ Y 軸に表示される最大値",
  282. "axis.y2.scale.max.name": "Y 軸 (線) の最大値",
  283. "axis.y2.scale.min.description": "折れ線グラフ Y 軸に表示される最小値。",
  284. "axis.y2.scale.min.name": "Y 軸 (線) の最小値",
  285. "axis.y2.scale.nice.description": "「はい」に設定すると、折れ線グラフ Y 軸にナイス・エンドポイント値が使用されます。",
  286. "axis.y2.scale.nice.falseLabel": "ナイスを行わない",
  287. "axis.y2.scale.nice.name": "Y 軸 (線) のナイス",
  288. "axis.y2.scale.nice.trueLabel": "ナイスを適用する",
  289. "axis.y2.ticks.display.description": "折れ線グラフ Y 軸目盛りマークを表示または非表示にします。",
  290. "axis.y2.ticks.display.falseLabel": "非表示",
  291. "axis.y2.ticks.display.name": "Y 軸 (線) の目盛りを表示",
  292. "axis.y2.ticks.display.trueLabel": "表示",
  293. "axis.y2.ticks.style.stroke.description": "折れ線グラフ Y 軸目盛りの色。",
  294. "axis.y2.ticks.style.stroke.name": "Y 軸 (線) の目盛りの色",
  295. "axis.y2.title.display.description": "折れ線グラフ Y 軸タイトルを表示または非表示にします。",
  296. "axis.y2.title.display.falseLabel": "非表示",
  297. "axis.y2.title.display.name": "Y 軸 (線) のタイトルを表示",
  298. "axis.y2.title.display.trueLabel": "表示",
  299. "axis.y2.title.style.fill.description": "折れ線グラフ Y 軸タイトルの色。",
  300. "axis.y2.title.style.fill.name": "Y 軸 (線) のタイトルの色",
  301. "axis.y2.title.style.font-family.description": "折れ線グラフ Y 軸タイトルのフォント・ファミリー名。",
  302. "axis.y2.title.style.font-family.name": "Y 軸 (線) のタイトルのフォント・ファミリー",
  303. "axis.y2.title.style.font-size.description": "折れ線グラフ Y 軸タイトル・フォントのサイズ (CSS サイズ)。",
  304. "axis.y2.title.style.font-size.name": "Y 軸 (線) のタイトルのフォント・サイズ",
  305. "axis.y2.title.style.font.description": "折れ線グラフ Y 軸タイトルのフォント・プロパティー (CSS スタイル)。",
  306. "axis.y2.title.style.font.name": "Y 軸 (線) のタイトルのフォント",
  307. "axis.y2.title.text.description": "折れ線グラフ Y 軸のタイトル。",
  308. "axis.y2.title.text.name": "Y 軸 (線) のタイトル",
  309. "background.chart.color.description": "グラフの背景色。",
  310. "background.chart.color.name": "背景色",
  311. "background.color.description": "グラフの背景色。",
  312. "background.elements.color.description": "グラフ要素の背景色。",
  313. "background.elements.color.name": "要素の背景色",
  314. "color.null.description": "縦棒グラフで Null 値に使用される色。",
  315. "color.null.name": "縦棒グラフでの Null の色",
  316. "color.palette.column.description": "縦棒グラフに使用するカラー・パレット。",
  317. "color.palette.column.name": "列のカラー・パレット",
  318. "color.palette.line.description": "折れ線グラフに使用するカラー・パレット。",
  319. "color.palette.line.name": "線のカラー・パレット",
  320. "column.applysize.description": "「はい」に設定すると、縦棒グラフのサイズは順序尺度によって制御されます。",
  321. "column.applysize.name": "サイズを序数列に適用",
  322. "column.borderColor.description": "縦棒グラフでの境界線の色。",
  323. "column.borderColor.name": "列の境界線の色",
  324. "column.borderWidth.description": "縦棒グラフでの境界線の幅。",
  325. "column.borderWidth.name": "列の境界線の幅",
  326. "column.size.description": "連続データが使用される場合の縦棒グラフの幅 (転置された高さ)。",
  327. "column.size.name": "列のサイズ",
  328. "composite.config.composite.description": "横棒視覚化と折れ線視覚化の機能を組み合わせた視覚化。 組み合わせ視覚化では、1 つ以上のカテゴリーに対する複数のデータ系列をプロットするために、縦棒グラフに折れ線グラフを重ね合わせます。",
  329. "composite.config.composite.label": "高度な折れ線と縦棒",
  330. "composite.config.compositeOneDataSet.description": "横棒視覚化と折れ線視覚化の機能を組み合わせた視覚化。 組み合わせ視覚化では、縦棒グラフに折れ線グラフを重ね合わせます。",
  331. "composite.config.compositeOneDataSet.label": "単純な折れ線と縦棒",
  332. "composite.config.compositeSmoothOneDataSet.description": "横棒視覚化と折れ線視覚化の機能を組み合わせた視覚化。 組み合わせ視覚化では、縦棒グラフに折れ線グラフを重ね合わせます。",
  333. "composite.config.compositeSmoothOneDataSet.label": "折れ線と縦棒",
  334. "composite.description": "複合グラフでは、縦棒グラフと折れ線グラフの組み合わせがレンダリングされます。 左軸は縦棒グラフ用、右軸は折れ線グラフ用です。",
  335. "composite.falseLabel.applySize": "サイズを適用しない",
  336. "composite.falseLabel.columnLegend": "非表示",
  337. "composite.falseLabel.delay": "互い違いなし",
  338. "composite.falseLabel.itemLabel": "非表示",
  339. "composite.falseLabel.lineLegend": "非表示",
  340. "composite.falseLabel.lineOnly": "線のみ",
  341. "composite.falseLabel.sortX": "線をソートしない (データ順を使用)",
  342. "composite.label": "複合",
  343. "composite.propertyPresentation.advanced.compositeSpecificProperties.description": "複合グラフ固有のプロパティー",
  344. "composite.propertyPresentation.advanced.compositeSpecificProperties.label": "複合",
  345. "composite.propertyPresentation.advanced.y2AxisProperties.description": "第 2 の Y 軸のプロパティー。",
  346. "composite.propertyPresentation.advanced.y2AxisProperties.label": "y2 軸",
  347. "composite.trueLabel.applySize": "サイズを適用",
  348. "composite.trueLabel.columnLegend": "表示",
  349. "composite.trueLabel.delay": "互い違いを使用",
  350. "composite.trueLabel.itemLabel": "表示",
  351. "composite.trueLabel.lineLegend": "表示",
  352. "composite.trueLabel.lineWithPoints": "線と点",
  353. "composite.trueLabel.sortX": "x 値で線をソート",
  354. "contrast.label.color.description": "ラベルの色を背景から際立つように調整します。",
  355. "contrast.label.color.name": "ラベル色と背景とのコントラスト",
  356. "data.handling.description": "データのプロットに使用する設定。",
  357. "data.handling.name": "設定",
  358. "data.handling.options.Clustered": "クラスター",
  359. "data.handling.options.None": "なし",
  360. "data.handling.options.Stacked": "積み上げ",
  361. "data.handling.options.Stacked100": "100% 積み上げ",
  362. "data.label.display.description": "データ・ラベルを表示または非表示にします。",
  363. "data.label.display.name": "データ・ラベル",
  364. "data.label.type.description": "表示するデータ・ラベルのタイプ。",
  365. "data.label.type.name": "データ・ラベル・タイプ",
  366. "data.label.type.options.percentByCategory": "カテゴリーの割合",
  367. "data.label.type.options.percentByColor": "色の割合 (系列)",
  368. "data.label.type.options.value": "値",
  369. "datamodel.hierarchial.label": "階層データ・モデル",
  370. "datamodel.simple.description": "単純な複合グラフのデータ・モデル。",
  371. "datamodel.simple.label": "単純な複合グラフ・データ・モデル",
  372. "datamodel.tabular.composite.description": "縦棒グラフ・データ・セットと折れ線グラフ・データ・セットを別々に示す複合データ・モデル。",
  373. "datamodel.tabular.label": "表形式データ・モデル",
  374. "dataset.composite.description": "複合グラフのデータ・セット。",
  375. "dataset.composite.label": "表形式データ・セット - 折れ線と縦棒",
  376. "dataset.hierarchial.label": "階層データ・セット",
  377. "dataset.tabular.composite.column.description": "縦棒の表形式データ・セット。",
  378. "dataset.tabular.composite.column.label": "縦棒グラフ表形式データ・セット",
  379. "dataset.tabular.composite.line.description": "折れ線の表形式データ・セット。",
  380. "dataset.tabular.composite.line.label": "折れ線グラフ表形式データ・セット",
  381. "dataset.tabular.description": "行と列の表形式データ・セット。",
  382. "dataset.tabular.label": "表形式データ・セット",
  383. "dataset.tabular.link.description": "ノード間のリンクを決定します。",
  384. "dataset.tabular.link.label": "表形式リンク・データ・セット",
  385. "dataset.tabular.node.description": "ノードを定義する表形式データ・セット。",
  386. "dataset.tabular.node.label": "表形式ノード・データ・セット",
  387. "dataslost.label.composite.column.description": "縦棒のラベル。",
  388. "dataslot.categories.label": "カテゴリー",
  389. "dataslot.category.label": "カテゴリー",
  390. "dataslot.children.description": "ツリー・ノードに適用すると、そのノードの子が配列リストとして返されます。",
  391. "dataslot.children.label": "子",
  392. "dataslot.color.composite.description": "縦棒の色。",
  393. "dataslot.color.composite.line.description": "線の色。",
  394. "dataslot.color.description": "形状の色を決定します。",
  395. "dataslot.color.label": "色",
  396. "dataslot.colorLine.composite.line.description": "線の色。",
  397. "dataslot.colorLine.label": "カラー線",
  398. "dataslot.group.composite.line.description": "点を結合して折れ線にするために使用されるグループ。 指定しない場合は、すべての点が 1 つの折れ線に含められます。 グループは線の色にも使用されます。",
  399. "dataslot.key.description": "各行の要素と一致させるために呼び出されます。 主として遷移に使用されます。",
  400. "dataslot.key.label": "キー",
  401. "dataslot.keyLine.description": "線のキー。",
  402. "dataslot.keyLine.label": "キー線",
  403. "dataslot.label.composite.line.description": "定義されている場合は、(折れ線ではなく) 点のラベル。",
  404. "dataslot.label.description": "形状のラベルを決定します。",
  405. "dataslot.label.label": "ラベル",
  406. "dataslot.labelLine.composite.line.description": "線のラベル。",
  407. "dataslot.labelLine.label": "ラベル線",
  408. "dataslot.maximumValue.label": "最大値",
  409. "dataslot.source.label": "ソース",
  410. "dataslot.sourceValue.label": "ソース値",
  411. "dataslot.tabular.id.description": "ノードの ID。",
  412. "dataslot.tabular.id.label": "識別子",
  413. "dataslot.tabular.size.description": "形状のサイズを決定します。",
  414. "dataslot.tabular.size.label": "サイズ",
  415. "dataslot.target.label": "目標値",
  416. "dataslot.targetValue.label": "目標",
  417. "dataslot.value.label": "値",
  418. "dataslot.x.composite.description": "縦棒の X 座標。 値は数値、文字列、または日付です。",
  419. "dataslot.x.label": "X 軸",
  420. "dataslot.y.composite.description": "縦棒の Y 値 (エクステント)。 値は数値でなければなりません。",
  421. "dataslot.y.label": "Y 軸",
  422. "dataslot.yColumn.composite.description": "縦棒の Y 値 (エクステント)。 値は数値でなければなりません。",
  423. "dataslot.yColumn.label": "縦棒の値",
  424. "dataslot.yLine.composite.description": "折れ線の Y 値 (エクステント)。 値は数値でなければなりません。",
  425. "dataslot.yLine.label": "線の値",
  426. "dataslot.yStart.composite.description": "Y スケール上の縦棒の開始位置。",
  427. "dataslot.yStart.composite.label": "y 開始位置",
  428. "defaultPalette.description": "Rave2 デフォルトの説明",
  429. "defaultPalette.label": "Rave2 デフォルト",
  430. "effect.delay.description": "遷移を X 座標に沿って調整 (遅らせ) ます。",
  431. "effect.delay.name": "時差遷移",
  432. "effect.duration.description": "アニメーション期間 (ミリ秒単位)。",
  433. "effect.duration.name": "アニメーション期間 (ミリ秒)",
  434. "effect.name.description": "グラフ描画時に使用する効果。",
  435. "effect.name.name": "アニメーション",
  436. "effect.name.options.none": "なし",
  437. "effect.name.options.transition": "遷移",
  438. "item.label.description": "アイテム・ラベルを表示または非表示にします。",
  439. "item.label.name": "アイテム・ラベル",
  440. "label.shadow.description": "ラベルのシャドーを表示または非表示にします。",
  441. "label.shadow.name": "ラベルのシャドー",
  442. "labelResolution.description": "ラベルの重なり合いの解決に使用する方法。",
  443. "labelResolution.name": "ラベルの解決",
  444. "labelResolution.options.DropLabels": "ラベルの除去",
  445. "labelResolution.options.MoveLabels": "ラベルの移動",
  446. "labelResolution.options.none": "なし",
  447. "labelstyle.font.description": "アイテム・ラベルのフォント・スタイル",
  448. "labelstyle.font.name": "アイテム・ラベルのフォント",
  449. "layout.axissize.bottom.max.description": "CSS のサイズまたはパーセントで示した下軸の最大サイズ。",
  450. "layout.axissize.bottom.max.name": "下軸の最大サイズ",
  451. "layout.axissize.bottom.min.description": "CSS のサイズまたはパーセントで示した下軸の最小サイズ。",
  452. "layout.axissize.bottom.min.name": "下軸の最小サイズ",
  453. "layout.axissize.bottom.preferred.description": "CSS のサイズまたはパーセントで示した下軸の優先サイズ。",
  454. "layout.axissize.bottom.preferred.name": "下軸の優先サイズ",
  455. "layout.axissize.left.max.description": "CSS のサイズまたはパーセントで示した左軸の最大サイズ。",
  456. "layout.axissize.left.max.name": "左軸の最大サイズ",
  457. "layout.axissize.left.min.description": "CSS のサイズまたはパーセントで示した左軸の最小サイズ。",
  458. "layout.axissize.left.min.name": "左軸の最小サイズ",
  459. "layout.axissize.left.preferred.description": "CSS のサイズまたはパーセントで示した左軸の優先サイズ。",
  460. "layout.axissize.left.preferred.name": "左軸の優先サイズ",
  461. "layout.axissize.right.max.description": "CSS のサイズまたはパーセントで示した右軸の最大サイズ。",
  462. "layout.axissize.right.max.name": "右軸の最大サイズ",
  463. "layout.axissize.right.min.description": "CSS のサイズまたはパーセントで示した右軸の最小サイズ。",
  464. "layout.axissize.right.min.name": "右軸の最小サイズ",
  465. "layout.axissize.right.preferred.description": "CSS のサイズまたはパーセントで示した右軸の優先サイズ。",
  466. "layout.axissize.right.preferred.name": "右軸の優先サイズ",
  467. "layout.axissize.top.max.description": "CSS のサイズまたはパーセントで示した上軸の最大サイズ。",
  468. "layout.axissize.top.max.name": "上軸の最大サイズ",
  469. "layout.axissize.top.min.description": "CSS のサイズまたはパーセントで示した上軸の最小サイズ。",
  470. "layout.axissize.top.min.name": "上軸の最小サイズ",
  471. "layout.axissize.top.preferred.description": "CSS のサイズまたはパーセントで示した上軸の優先サイズ。",
  472. "layout.axissize.top.preferred.name": "上軸の優先サイズ",
  473. "layout.chart.padding.bottom.description": "グラフの下部余白。",
  474. "layout.chart.padding.bottom.name": "下部余白",
  475. "layout.chart.padding.left.description": "グラフの左余白。",
  476. "layout.chart.padding.left.name": "左余白",
  477. "layout.chart.padding.right.description": "グラフの右余白。",
  478. "layout.chart.padding.right.name": "右余白",
  479. "layout.chart.padding.top.description": "グラフの上部余白。",
  480. "layout.chart.padding.top.name": "上部余白",
  481. "layout.legendchart.align.description": "凡例をグラフの内部に位置合わせするかどうか。",
  482. "layout.legendchart.align.name": "凡例をグラフに位置合わせ",
  483. "layout.legendchart.gap.description": "凡例とグラフの間のスペース (CSS サイズまたはパーセンテージ)。",
  484. "layout.legendchart.gap.name": "凡例とグラフの間のスペース",
  485. "layout.legendsize.max.description": "凡例の最大サイズ (CSS のサイズまたはパーセンテージ)。",
  486. "layout.legendsize.max.name": "最大サイズ",
  487. "layout.legendsize.min.description": "凡例の最小サイズ (CSS のサイズまたはパーセンテージ)。",
  488. "layout.legendsize.min.name": "最小サイズ",
  489. "layout.legendsize.preferred.description": "凡例の優先サイズ (CSS のサイズまたはパーセンテージ)。",
  490. "layout.legendsize.preferred.name": "優先サイズ",
  491. "layout.padding.description": "グラフと凡例の周囲の余白。",
  492. "layout.padding.name": "間隔",
  493. "legend.column.display.description": "縦棒グラフの凡例を表示または非表示にします。",
  494. "legend.column.display.name": "列の凡例を表示",
  495. "legend.column.entrystyle.font.description": "縦棒グラフの凡例項目のフォント・スタイル。",
  496. "legend.column.entrystyle.font.name": "列の凡例項目のフォント",
  497. "legend.column.title.description": "縦棒グラフの凡例のタイトル",
  498. "legend.column.title.name": "列の凡例タイトル",
  499. "legend.column.titlestyle.fill.description": "縦棒グラフの凡例タイトルの色。",
  500. "legend.column.titlestyle.fill.name": "列の凡例タイトルの色",
  501. "legend.column.titlestyle.font.description": "縦棒グラフの凡例タイトルのフォント・スタイル。",
  502. "legend.column.titlestyle.font.name": "列の凡例タイトルのフォント",
  503. "legend.column.titlestyle.fontfamily.description": "縦棒グラフの凡例タイトルのフォント・ファミリー。",
  504. "legend.column.titlestyle.fontfamily.name": "列の凡例タイトルのフォント・ファミリー",
  505. "legend.column.titlestyle.fontsize.description": "縦棒グラフの凡例タイトルのフォント・サイズ。",
  506. "legend.column.titlestyle.fontsize.name": "列の凡例タイトルのフォント・サイズ",
  507. "legend.display.description": "凡例を表示または非表示にします。",
  508. "legend.display.falseLabel": "非表示",
  509. "legend.display.name": "凡例の表示",
  510. "legend.display.trueLabel": "表示",
  511. "legend.entrystyle.font.description": "凡例項目のフォント・プロパティー。",
  512. "legend.entrystyle.font.name": "エントリーのフォント",
  513. "legend.line.display.description": "折れ線グラフの凡例を表示または非表示にします。",
  514. "legend.line.display.name": "線の凡例を表示",
  515. "legend.line.entrystyle.font.description": "折れ線グラフの凡例項目のフォント・スタイル。",
  516. "legend.line.entrystyle.font.name": "線の凡例項目のフォント",
  517. "legend.line.title.description": "折れ線グラフの凡例のタイトル。",
  518. "legend.line.title.name": "線の凡例タイトル",
  519. "legend.line.titlestyle.fill.description": "折れ線グラフの凡例タイトルの色。",
  520. "legend.line.titlestyle.fill.name": "線の凡例タイトルの色",
  521. "legend.line.titlestyle.font.description": "折れ線グラフの凡例タイトルのフォント・スタイル。",
  522. "legend.line.titlestyle.font.name": "線の凡例タイトルのフォント",
  523. "legend.line.titlestyle.fontfamily.description": "折れ線グラフの凡例タイトルのフォント・ファミリー。",
  524. "legend.line.titlestyle.fontfamily.name": "線の凡例タイトルのフォント・ファミリー",
  525. "legend.line.titlestyle.fontsize.description": "折れ線グラフの凡例タイトルのフォント・サイズ。",
  526. "legend.line.titlestyle.fontsize.name": "線の凡例タイトルのフォント・サイズ",
  527. "legend.position.description": "グラフ内の凡例の位置。",
  528. "legend.position.name": "凡例の位置",
  529. "legend.position.options.bottom": "下位",
  530. "legend.position.options.left": "左",
  531. "legend.position.options.right": "右",
  532. "legend.position.options.top": "上位",
  533. "legend.title.description": "凡例のタイトル。",
  534. "legend.title.name": "タイトル",
  535. "legend.titlestyle.fill.description": "凡例タイトルの色。",
  536. "legend.titlestyle.fill.name": "タイトルの色",
  537. "legend.titlestyle.font.description": "凡例タイトルのフォント・プロパティー。",
  538. "legend.titlestyle.font.name": "タイトルのフォント",
  539. "legend.titlestyle.fontfamily.description": "凡例タイトルのフォント・ファミリー。",
  540. "legend.titlestyle.fontfamily.name": "タイトルのフォント・ファミリー",
  541. "legend.titlestyle.fontsize.description": "凡例タイトルのフォント・サイズ。",
  542. "legend.titlestyle.fontsize.name": "タイトルのフォント・サイズ",
  543. "lineWithPoints.display.description": "折れ線グラフでは、線と点、線のみ、点のみのいずれかが表示されます。",
  544. "lineWithPoints.display.name": "折れ線グラフの表示モード",
  545. "lineWithPoints.display.options.line": "線のみ",
  546. "lineWithPoints.display.options.linePoints": "線と点",
  547. "lineWithPoints.display.options.points": "点のみ",
  548. "lineWithPoints.interpolate.description": "折れ線グラフの線の描画方法を制御します。",
  549. "lineWithPoints.interpolate.name": "補間モード",
  550. "lineWithPoints.interpolate.options.basis": "基底",
  551. "lineWithPoints.interpolate.options.basis-open": "基底 (開)",
  552. "lineWithPoints.interpolate.options.cardinal": "カーディナル",
  553. "lineWithPoints.interpolate.options.cardinal-open": "カーディナル (開)",
  554. "lineWithPoints.interpolate.options.linear": "直線",
  555. "lineWithPoints.interpolate.options.monotone": "モノトーン",
  556. "lineWithPoints.interpolate.options.step": "階段状",
  557. "lineWithPoints.interpolate.options.step-after": "階段状 (後)",
  558. "lineWithPoints.interpolate.options.step-before": "階段状 (前)",
  559. "lineWithPoints.showMissingAsGap.description": "データが欠落した部分を線で補間する代わりに、欠落データをギャップの状態にして表示します",
  560. "lineWithPoints.showMissingAsGap.name": "欠落データをギャップとして表示",
  561. "lineWithPoints.size.description": "線と点のシンボルのサイズ (正方ピクセル)。",
  562. "lineWithPoints.size.name": "線と点のサイズ",
  563. "lineWithPoints.symbol.description": "線と点のシンボルに使用される形状。",
  564. "lineWithPoints.symbol.name": "線と点のシンボル",
  565. "lineWithPoints.symbol.options.circle": "円",
  566. "lineWithPoints.symbol.options.cross": "十字",
  567. "lineWithPoints.symbol.options.diamond": "ひし形",
  568. "lineWithPoints.symbol.options.donut": "ドーナツ・グラフ",
  569. "lineWithPoints.symbol.options.donut-plus": "ドーナツ・プラス",
  570. "lineWithPoints.symbol.options.horizontal-rectangle": "横の長方形",
  571. "lineWithPoints.symbol.options.rectangle": "長方形",
  572. "lineWithPoints.symbol.options.square": "四角形",
  573. "lineWithPoints.symbol.options.star": "星形",
  574. "lineWithPoints.symbol.options.triangle-down": "下向き三角形",
  575. "lineWithPoints.symbol.options.triangle-left": "左向き三角形",
  576. "lineWithPoints.symbol.options.triangle-right": "右向き三角形",
  577. "lineWithPoints.symbol.options.triangle-up": "上向き三角形",
  578. "lineWithPoints.symbol.options.vertical-rectangle": "縦の長方形",
  579. "propertyPresentation.advanced.axisSizeProperties.description": "軸サイズのプロパティー。",
  580. "propertyPresentation.advanced.axisSizeProperties.label": "軸サイズ",
  581. "propertyPresentation.advanced.clientBehaviorProperties.description": "クライアント・サイドのプロパティー。",
  582. "propertyPresentation.advanced.clientBehaviorProperties.label": "クライアントの振る舞い",
  583. "propertyPresentation.advanced.commonProperties.description": "共通のプロパティー。",
  584. "propertyPresentation.advanced.commonProperties.label": "共通",
  585. "propertyPresentation.advanced.description": "グループ化構造の全プロパティーの詳細リスト。",
  586. "propertyPresentation.advanced.label": "詳細設定",
  587. "propertyPresentation.advanced.labelProperties.description": "ラベルのプロパティー",
  588. "propertyPresentation.advanced.labelProperties.label": "ラベル",
  589. "propertyPresentation.advanced.legendProperties.description": "凡例のプロパティー。",
  590. "propertyPresentation.advanced.legendProperties.label": "凡例",
  591. "propertyPresentation.advanced.xAxisProperties.description": "X 軸のプロパティー。",
  592. "propertyPresentation.advanced.xAxisProperties.label": "X 軸",
  593. "propertyPresentation.advanced.yAxisProperties.description": "Y 軸のプロパティー。",
  594. "propertyPresentation.advanced.yAxisProperties.label": "Y 軸",
  595. "propertyPresentation.simple.description": "一般的なプロパティーの単純リスト。",
  596. "propertyPresentation.simple.label": "単純",
  597. "rave2.colorpalette.blueContinuousSequential.description": "「青 - 連続、順次」の説明",
  598. "rave2.colorpalette.blueContinuousSequential.label": "青 - 連続、順次",
  599. "rave2.colorpalette.blueDiscreteSequential.description": "「青 - 不連続、順次」の説明",
  600. "rave2.colorpalette.blueDiscreteSequential.label": "青 - 不連続、順次",
  601. "rave2.colorpalette.blueGreenContinuousDivergent.description": "「青/緑 - 連続、分化」の説明",
  602. "rave2.colorpalette.blueGreenContinuousDivergent.label": "青/緑 - 連続、分化",
  603. "rave2.colorpalette.blueGreenDiscreteDivergent.description": "「青/緑 - 不連続、分化」の説明",
  604. "rave2.colorpalette.blueGreenDiscreteDivergent.label": "青/緑 - 不連続、分化",
  605. "rave2.colorpalette.dark.description": "「暗い」の説明",
  606. "rave2.colorpalette.dark.label": "暗い",
  607. "rave2.colorpalette.financial.description": "財務の説明",
  608. "rave2.colorpalette.financial.label": "財務",
  609. "rave2.colorpalette.greenContinuousSequential.description": "「緑 - 連続、順次」の説明",
  610. "rave2.colorpalette.greenContinuousSequential.label": "緑 - 連続、順次",
  611. "rave2.colorpalette.greenDiscreteSequential.description": "「緑 - 不連続、順次」の説明",
  612. "rave2.colorpalette.greenDiscreteSequential.label": "緑 - 不連続、順次",
  613. "rave2.colorpalette.light.description": "「明るい」の説明",
  614. "rave2.colorpalette.light.label": "明るい",
  615. "rave2.colorpalette.medical.description": "医療の説明",
  616. "rave2.colorpalette.medical.label": "医療",
  617. "rave2.colorpalette.orangeContinuousSequential.description": "「オレンジ - 連続、順次」の説明",
  618. "rave2.colorpalette.orangeContinuousSequential.label": "オレンジ - 連続、順次",
  619. "rave2.colorpalette.orangeDiscreteSequential.description": "「オレンジ - 不連続、順次」の説明",
  620. "rave2.colorpalette.orangeDiscreteSequential.label": " オレンジ - 不連続、順次",
  621. "rave2.colorpalette.purpleContinuousSequential.description": "「紫 - 連続、順次」の説明",
  622. "rave2.colorpalette.purpleContinuousSequential.label": "紫 - 連続、順次",
  623. "rave2.colorpalette.purpleDiscreteSequential.description": "「紫 - 不連続、順次」の説明",
  624. "rave2.colorpalette.purpleDiscreteSequential.label": "紫 - 不連続、順次",
  625. "rave2.colorpalette.redBlueContinuousDivergent.description": "「赤/青 - 連続、分化」の説明",
  626. "rave2.colorpalette.redBlueContinuousDivergent.label": "赤/青 - 連続、分化",
  627. "rave2.colorpalette.redBlueDiscreteDivergent.description": "「赤/青 - 不連続、分化」の説明",
  628. "rave2.colorpalette.redBlueDiscreteDivergent.label": "赤/青 - 不連続、分化",
  629. "rave2.colorpalette.redBlueInverseContinuousDivergent.description": "「赤/青 - 逆、連続、分化」の説明",
  630. "rave2.colorpalette.redBlueInverseContinuousDivergent.label": "赤/青 - 逆、連続、分化",
  631. "rave2.colorpalette.redBlueInverseDiscreteDivergent.description": "「赤/青 - 逆、不連続、分化」の説明",
  632. "rave2.colorpalette.redBlueInverseDiscreteDivergent.label": "赤/青 - 逆、不連続、分化",
  633. "rave2.colorpalette.redContinuousSequential.description": "「赤 - 連続、順次」の説明",
  634. "rave2.colorpalette.redContinuousSequential.label": "赤 - 連続、順次",
  635. "rave2.colorpalette.redDiscreteSequential.description": "「赤 - 不連続、順次」の説明",
  636. "rave2.colorpalette.redDiscreteSequential.label": " 赤 - 不連続、順次",
  637. "rave2.colorpalette.redGreenContinuousDivergent.description": "「赤/緑 - 連続、分化」の説明",
  638. "rave2.colorpalette.redGreenContinuousDivergent.label": "赤/緑 - 連続、分化",
  639. "rave2.colorpalette.redGreenDiscreteDivergent.description": "「赤/緑 - 不連続、分化」の説明",
  640. "rave2.colorpalette.redGreenDiscreteDivergent.label": "赤/緑 - 不連続、分化",
  641. "rave2.colorpalette.redGreenInverseContinuousDivergent.description": "「赤/緑 - 逆、連続、分化」の説明",
  642. "rave2.colorpalette.redGreenInverseContinuousDivergent.label": "赤/緑 - 逆、連続、分化",
  643. "rave2.colorpalette.redGreenInverseDiscreteDivergent.description": "「赤/緑 - 逆、不連続、分化」の説明",
  644. "rave2.colorpalette.redGreenInverseDiscreteDivergent.label": "赤/緑 - 逆、不連続、分化",
  645. "rave2.colorpalette.tealContinuousSequential.description": "「青緑 - 連続、順次」の説明",
  646. "rave2.colorpalette.tealContinuousSequential.label": "青緑 - 連続、順次",
  647. "rave2.colorpalette.tealDiscreteSequential.description": "「青緑 - 不連続、順次」の説明",
  648. "rave2.colorpalette.tealDiscreteSequential.label": "青緑 - 不連続、順次",
  649. "rave2.colorpalette.tealPurpleContinuousDivergent.description": "「青緑/紫 - 連続、分化」の説明",
  650. "rave2.colorpalette.tealPurpleContinuousDivergent.label": "青緑/紫 - 連続、分化",
  651. "rave2.colorpalette.tealPurpleDiscreteDivergent.description": "「青緑/紫 - 不連続、分化」の説明",
  652. "rave2.colorpalette.tealPurpleDiscreteDivergent.label": "青緑/紫 - 不連続、分化",
  653. "rave2.colorpalette.violetContinuousSequential.description": "「すみれ色 - 連続、順次」の説明",
  654. "rave2.colorpalette.violetContinuousSequential.label": "すみれ色 - 連続、順次",
  655. "rave2.colorpalette.violetDiscreteSequential.description": "「すみれ色 - 不連続、順次」の説明",
  656. "rave2.colorpalette.violetDiscreteSequential.label": "すみれ色 - 不連続、順次",
  657. "rave2.colorpalette.yellowContinuousSequential.description": "「黄 - 連続、順次」の説明",
  658. "rave2.colorpalette.yellowContinuousSequential.label": "黄 - 連続、順次",
  659. "rave2.colorpalette.yellowDiscreteSequential.description": "「黄 - 不連続、順次」の説明",
  660. "rave2.colorpalette.yellowDiscreteSequential.label": "黄 - 不連続、順次",
  661. "sortX.description": "x で折れ線の点をソートします。",
  662. "sortX.name": "x で点をソート",
  663. "swapLineColumn.description": "「はい」に設定すると、左側に折れ線グラフ軸、右側に縦棒グラフ軸が表示されます。",
  664. "swapLineColumn.falseLabel": "切り替えない",
  665. "swapLineColumn.name": "線と列の軸の交換",
  666. "swapLineColumn.trueLabel": "切り替える",
  667. "transpose.description": "「はい」に設定すると、Y 軸に独立スケールが表示され、X 軸に従属スケールが表示されます。",
  668. "transpose.falseLabel": "入れ替えない",
  669. "transpose.name": "X 軸と Y 軸の切り替え",
  670. "transpose.trueLabel": "入れ替え",
  671. "zoom.description": "X 方向、Y 方向、Y2 方向、または全方向にグラフをズームします。",
  672. "zoom.name": "ズーム",
  673. "zoom.options.all": "すべて",
  674. "zoom.options.none": "なし",
  675. "zoom.options.x": "X",
  676. "zoom.options.y": "Y",
  677. "zoom.options.y2": "Y2"
  678. }