@pitcher/canvas-ui 2025.12.9-123521-beta → 2025.12.9-123935-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/locale/zh.json CHANGED
@@ -812,74 +812,53 @@
812
812
  "stripingStartPosition": null
813
813
  },
814
814
  "dataCharts": {
815
- "addSeries": "添加系列",
816
- "addYourChart": "添加您的图表",
817
- "animation": "动画",
818
- "chartSettings": "图表设置",
819
- "chartSize": "图表大小",
820
- "chartTitle": "图表标题",
821
- "chartType": "图表类型",
822
- "chartTypeSwitcherMultiSeriesDisabled": "多系列图表无法启用此功能。",
823
- "colorScheme": "配色方案",
824
- "configureArrayObjectFields": "配置数组/对象字段",
825
- "dataPoints": "数据点",
826
- "dataSettings": "数据设置",
827
- "editDataChartsComponent": "编辑图表",
828
- "enableChartTypeSwitcher": "允许在查看模式下切换图表类型",
829
- "enableDataEntry": "允许用户在编辑模式下输入数据",
830
- "enableFullscreenBtn": "在查看模式下显示全屏按钮",
831
- "height": "高度",
832
- "labelField": "标签字段",
833
- "legendPosition": "图例位置",
815
+ "addYourChart": "Add your chart",
816
+ "animation": "Animation",
817
+ "chartTitle": "Chart Title",
818
+ "chartType": "Chart Type",
819
+ "colorScheme": "Color Scheme",
820
+ "configureArrayObjectFields": "Configure Array/Object Fields",
821
+ "dataPoints": "Data Points",
822
+ "editDataChartsComponent": "Edit Chart",
823
+ "labelField": "Label Field",
824
+ "legendPosition": "Legend Position",
834
825
  "legendPositions": {
835
- "bottom": "底部",
836
- "left": "左侧",
826
+ "bottom": "Bottom",
827
+ "left": "Left",
837
828
  "none": "无",
838
- "right": "右侧",
839
- "top": "顶部"
829
+ "right": "Right",
830
+ "top": "Top"
840
831
  },
841
- "orientation": "图表方向",
832
+ "orientation": "Chart Orientation",
842
833
  "orientations": {
843
- "horizontal": "水平",
844
- "vertical": "垂直"
834
+ "horizontal": "Horizontal",
835
+ "vertical": "Vertical"
845
836
  },
846
- "percentDisplay": "将数字显示为百分比",
847
- "percentDisplayHint": "0-1之间的值将显示为百分比",
848
- "pointStyle": "点样式",
837
+ "pointStyle": "Point Style",
849
838
  "pointStyles": {
850
- "circle": "圆形",
851
- "cross": "十字",
852
- "dash": "短横线",
853
- "rect": "矩形",
854
- "star": "星形",
855
- "triangle": "三角形"
839
+ "circle": "Circle",
840
+ "cross": "Cross",
841
+ "dash": "Dash",
842
+ "rect": "Rectangle",
843
+ "star": "Star",
844
+ "triangle": "Triangle"
856
845
  },
857
846
  "preview": "预览",
858
- "removeAll": "全部删除",
859
- "rValueField": "大小/半径字段",
860
- "selectDynamicValue": "选择动态值",
861
- "series": "系列",
862
- "seriesName": "系列名称",
847
+ "removeAll": "Remove all",
848
+ "selectDynamicValue": "Select a dynamic value",
863
849
  "types": {
864
- "area": "面积图",
865
- "bar": "柱状图",
866
- "bubble": "气泡图",
867
- "doughnut": "环形图",
868
- "line": "折线图",
869
- "pie": "饼图",
870
- "polarArea": "极坐标面积图",
871
- "radar": "雷达图",
872
- "scatter": "散点图"
873
- },
874
- "useCustomColors": "使用自定义颜色",
875
- "useThemeColors": "使用主题颜色",
876
- "valueField": "值字段",
877
- "viewModeControls": "查看模式控件",
878
- "width": "宽度",
879
- "xAxisLabel": "X轴标签",
880
- "xValueField": "X值字段",
881
- "yAxisLabel": "Y轴标签",
882
- "yValueField": "Y值字段"
850
+ "bar": "Bar Chart",
851
+ "doughnut": "Doughnut Chart",
852
+ "line": "Line Chart",
853
+ "pie": "Pie Chart",
854
+ "polarArea": "Polar Area Chart",
855
+ "radar": "Radar Chart"
856
+ },
857
+ "useCustomColors": "Use custom colors",
858
+ "useThemeColors": "Use theme colors",
859
+ "valueField": "Value Field",
860
+ "xAxisLabel": "X-Axis Label",
861
+ "yAxisLabel": "Y-Axis Label"
883
862
  },
884
863
  "deletedFile": {
885
864
  "clickMessage": "Click here to add a new one",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pitcher/canvas-ui",
3
- "version": "2025.12.9-123521-beta",
3
+ "version": "2025.12.9-123935-beta",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"