Node-Red configuration
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ui_chart.json 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "ui_chart": {
  3. "label": {
  4. "group": "グループ",
  5. "size": "サイズ",
  6. "label": "ラベル",
  7. "optionalChartTitle": "任意のグラフタイトル",
  8. "type": "種類",
  9. "lineChart": "  折れ線グラフ",
  10. "barChart": "  棒グラフ",
  11. "barChartH": "  棒グラフ(横)",
  12. "pieChart": "  円グラフ",
  13. "polarAreaChart": "  鶏頭図",
  14. "radarChart": "  レーダーチャート",
  15. "enlargePoints": "ポイントを表示",
  16. "xAxis": "X軸",
  17. "last": "直近",
  18. "seconds": "秒",
  19. "minutes": "分",
  20. "hours": "時間",
  21. "days": "日",
  22. "weeks": "週",
  23. "or": "又は",
  24. "points": "ポイント",
  25. "xAxisLabel": "X軸ラベル",
  26. "HHmmss": "HH:mm:ss",
  27. "HHmm": "HH:mm",
  28. "yearMonthDate": "年-月-日",
  29. "dateMonth": "日/月",
  30. "dayHHmm": "曜日 HH:mm",
  31. "custom": "カスタム",
  32. "automatic": "自動",
  33. "asUTC": "UTCを使用",
  34. "yAxis": "Y軸",
  35. "min": "最小",
  36. "max": "最大",
  37. "legend": "凡例",
  38. "none": "非表示",
  39. "show": "表示",
  40. "interpolate": "補完",
  41. "linear": "直線",
  42. "step": "段階",
  43. "bezier": "ベジェ",
  44. "cubic": "3次補間",
  45. "cubicMono": "単調3次補間",
  46. "cutout": "中心の切抜き率",
  47. "useFirstColourForAllBars": "最初の色を全グラフで使用",
  48. "seriesColours": "配色",
  49. "blankLabel": "初期ラベル",
  50. "displayThisTextBeforeValidDataArrives": "有効なデータが届く前に本文字列を表示",
  51. "useDifferentColor": "シリーズに別の色を使用",
  52. "className": "種類",
  53. "classNamePlaceholder": "ウィジェット用のCSSクラス名(オプション)"
  54. }
  55. }
  56. }