teableio/teable

View on GitHub
plugins/src/locales/chart/en.json

Summary

Maintainability
Test Coverage
{
  "notBaseId": "Missing baseId",
  "notDashboardId": "Missing dashboardId",
  "notPluginInstallId": "Missing pluginInstallId",
  "initBridge": "Bridge Initializing...",
  "actions": {
    "cancel": "Cancel",
    "save": "Save"
  },
  "queryTitle": "Data Query Configuration",
  "notSupport": "Not supported",
  "chart": {
    "bar": "Bar",
    "line": "Line",
    "pie": "Pie",
    "area": "Area",
    "table": "Table"
  },
  "form": {
    "chartType": {
      "placeholder": "Select Chart Type",
      "label": "Chart Type"
    },
    "pie": {
      "dimension": "Dimension",
      "measure": "Measure",
      "showTotal": "Show Total"
    },
    "combo": {
      "xAxis": {
        "label": "X Axis",
        "placeholder": "Select X Axis"
      },
      "yAxis": {
        "label": "Y Axis",
        "placeholder": "Select Y Axis",
        "position": "Y-axis position"
      },
      "xDisplay": {
        "label": "X Display"
      },
      "yDisplay": {
        "label": "Y Display"
      },
      "addXAxis": "Add series breakout",
      "addYAxis": "Add another series",
      "stack": "Stack",
      "position": {
        "label": "Position",
        "auto": "Auto",
        "left": "Left",
        "right": "Right"
      },
      "goalLine": {
        "label": "Goal Line"
      },
      "range": {
        "label": "Range",
        "min": "Min",
        "max": "Max"
      },
      "lineStyle": {
        "label": "Line Style",
        "normal": "Normal",
        "linear": "Linear",
        "step": "Step"
      },
      "displayType": "Display type"
    },
    "typeError": "Form: Not supported type of chart",
    "updateQuery": "Update",
    "queryError": "Query Error",
    "querySuccess": "Query has configured",
    "decimal": "Decimal",
    "prefix": "Prefix",
    "suffix": "Suffix",
    "showLabel": "Show values label on chart",
    "showLegend": "Show legend",
    "value": "Value",
    "label": "Label",
    "padding": {
      "label": "Padding",
      "top": "Top",
      "right": "Right",
      "bottom": "Bottom",
      "left": "Left"
    },
    "tableConfig": "Table Configuration",
    "width": "Width"
  },
  "reloadQuery": "Reload Query",
  "noStorage": "Please configure the chart plugin first",
  "noPermission": "No permission to access",
  "goConfig": "Go to configuration"
}