gds-plus-design-vue 1.1.38 → 1.1.41
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/lib/gd-initial.mjs +83 -82
- package/lib/gd-initial.umd.js +19 -19
- package/lib/{index.261e13fe.mjs → index.3b465807.mjs} +3733 -2981
- package/lib/{main.34b6a2eb.mjs → main.f44d6e73.mjs} +1 -1
- package/lib/style.css +2 -2
- package/locale/en_US.js +7 -1
- package/locale/id_ID.js +7 -1
- package/locale/vi_VN.js +7 -1
- package/locale/zh_CN.js +8 -2
- package/package.json +1 -1
package/locale/en_US.js
CHANGED
|
@@ -1086,7 +1086,11 @@ export default {
|
|
|
1086
1086
|
noSysEcharts: "There is currently no system chart available",
|
|
1087
1087
|
echartsManage: "Manage personal charts",
|
|
1088
1088
|
noEcharts: "There are currently no charts available, please create them first...",
|
|
1089
|
-
none: "None"
|
|
1089
|
+
none: "None",
|
|
1090
|
+
addSequence: "Add Series",
|
|
1091
|
+
addClassLabel: "Add Category",
|
|
1092
|
+
sequenceTip: "Please provide additional information on the legend entry (sequence)",
|
|
1093
|
+
classLabelTip: "Please provide additional information on the horizontal (classification) axis label"
|
|
1090
1094
|
},
|
|
1091
1095
|
/*团队共享*/
|
|
1092
1096
|
teamSharing: {
|
|
@@ -1872,6 +1876,7 @@ export default {
|
|
|
1872
1876
|
bindTip: "Detected that your enterprise WeChat account has not been linked to a personal account. Do you want to bind a personal account?",
|
|
1873
1877
|
bind: "Bind",
|
|
1874
1878
|
browserNotSupported: "Your browser does not support full-screen mode",
|
|
1879
|
+
phoneInvalid: "Please enter the correct phone number"
|
|
1875
1880
|
},
|
|
1876
1881
|
/*设计器*/
|
|
1877
1882
|
pageDesigner: {
|
|
@@ -2397,6 +2402,7 @@ export default {
|
|
|
2397
2402
|
list: "List",
|
|
2398
2403
|
descriptions: "Descriptions",
|
|
2399
2404
|
echarts: "Echarts",
|
|
2405
|
+
chartBI: "BI chart",
|
|
2400
2406
|
statisticValue: "Statistic Value",
|
|
2401
2407
|
statistic: "statistic",
|
|
2402
2408
|
},
|
package/locale/id_ID.js
CHANGED
|
@@ -1086,7 +1086,11 @@ export default {
|
|
|
1086
1086
|
noSysEcharts: "Tidak ada grafik sistem yang tersedia",
|
|
1087
1087
|
echartsManage: "Urus grafik pribadi",
|
|
1088
1088
|
noEcharts: "Saat ini tidak ada grafik tersedia, silakan ciptakan pertama",
|
|
1089
|
-
none: "kosong"
|
|
1089
|
+
none: "kosong",
|
|
1090
|
+
addSequence: "Tambahkan Seri",
|
|
1091
|
+
addClassLabel: "Tambahkan Kategori",
|
|
1092
|
+
sequenceTip: "Silakan berikan informasi tambahan tentang entri legenda (urutan)",
|
|
1093
|
+
classLabelTip: "Silakan berikan informasi tambahan tentang label sumbu horizontal (klasifikasi)"
|
|
1090
1094
|
},
|
|
1091
1095
|
/*团队共享*/
|
|
1092
1096
|
teamSharing: {
|
|
@@ -1874,6 +1878,7 @@ export default {
|
|
|
1874
1878
|
bindTip: "Detected that your enterprise WeChat account has not been linked to a personal account. Do you want to bind a personal account?",
|
|
1875
1879
|
bind: "Bind",
|
|
1876
1880
|
browserNotSupported: "Mode layar penuh tidak didukung oleh peramban anda",
|
|
1881
|
+
phoneInvalid: "Please enter the correct phone number"
|
|
1877
1882
|
},
|
|
1878
1883
|
/*设计器*/
|
|
1879
1884
|
pageDesigner: {
|
|
@@ -2399,6 +2404,7 @@ export default {
|
|
|
2399
2404
|
list: "列表",
|
|
2400
2405
|
descriptions: "详情",
|
|
2401
2406
|
echarts: "图表",
|
|
2407
|
+
chartBI: "Bagan BI",
|
|
2402
2408
|
statisticValue: "统计数值",
|
|
2403
2409
|
statistic: "统计",
|
|
2404
2410
|
},
|
package/locale/vi_VN.js
CHANGED
|
@@ -1086,7 +1086,11 @@ export default {
|
|
|
1086
1086
|
noSysEcharts: "Không có biểu đồ hệ thống tại thời điểm này",
|
|
1087
1087
|
echartsManage: "Quản lý biểu đồ cá nhân",
|
|
1088
1088
|
noEcharts: "Không có biểu đồ, vui lòng tạo trước...",
|
|
1089
|
-
none: "khoảng trắng"
|
|
1089
|
+
none: "khoảng trắng",
|
|
1090
|
+
addSequence: "Thêm Series",
|
|
1091
|
+
addClassLabel: "Thêm danh mục",
|
|
1092
|
+
sequenceTip: "Vui lòng cung cấp thêm thông tin về mục truyền thuyết (trình tự)",
|
|
1093
|
+
classLabelTip: "Vui lòng cung cấp thêm thông tin về nhãn trục ngang (phân loại)"
|
|
1090
1094
|
},
|
|
1091
1095
|
/*团队共享*/
|
|
1092
1096
|
teamSharing: {
|
|
@@ -1874,6 +1878,7 @@ export default {
|
|
|
1874
1878
|
bindTip: "Kiểm tra phát hiện tài khoản doanh nghiệp của bạn chưa khóa tài khoản cá nhân, có khóa tài khoản cá nhân không?",
|
|
1875
1879
|
bind: "Trị",
|
|
1876
1880
|
browserNotSupported: "Trình duyệt của bạn không hỗ trợ chế độ toàn màn hình",
|
|
1881
|
+
phoneInvalid: "Vui lòng nhập đúng số điện thoại di động"
|
|
1877
1882
|
},
|
|
1878
1883
|
/*设计器*/
|
|
1879
1884
|
pageDesigner: {
|
|
@@ -2399,6 +2404,7 @@ export default {
|
|
|
2399
2404
|
list: "列表",
|
|
2400
2405
|
descriptions: "详情",
|
|
2401
2406
|
echarts: "图表",
|
|
2407
|
+
chartBI: "Biểu đồ BI",
|
|
2402
2408
|
statisticValue: "统计数值",
|
|
2403
2409
|
statistic: "统计",
|
|
2404
2410
|
},
|
package/locale/zh_CN.js
CHANGED
|
@@ -1086,7 +1086,11 @@ export default {
|
|
|
1086
1086
|
noSysEcharts: "暂无系统图表",
|
|
1087
1087
|
echartsManage: "管理个人图表",
|
|
1088
1088
|
noEcharts: "暂无图表,请先创建...",
|
|
1089
|
-
none: "空白"
|
|
1089
|
+
none: "空白",
|
|
1090
|
+
addSequence: "添加系列",
|
|
1091
|
+
addClassLabel: "添加类别",
|
|
1092
|
+
sequenceTip: "请补充 [图例条目(序列)] 信息",
|
|
1093
|
+
classLabelTip: "请补充 [水平(分类)轴标签] 信息"
|
|
1090
1094
|
},
|
|
1091
1095
|
/*团队共享*/
|
|
1092
1096
|
teamSharing: {
|
|
@@ -1099,7 +1103,7 @@ export default {
|
|
|
1099
1103
|
selectData: "选择数据",
|
|
1100
1104
|
name: "用户名称",
|
|
1101
1105
|
query: "查询",
|
|
1102
|
-
edit: "
|
|
1106
|
+
edit: "编辑",
|
|
1103
1107
|
delete: "删除",
|
|
1104
1108
|
share: "共享",
|
|
1105
1109
|
source: "来源"
|
|
@@ -1874,6 +1878,7 @@ export default {
|
|
|
1874
1878
|
bindTip: "检测到您的企微账号尚未绑定个人账号,是否绑定个人账号?",
|
|
1875
1879
|
bind: "绑定",
|
|
1876
1880
|
browserNotSupported: "您的浏览器不支持全屏模式",
|
|
1881
|
+
phoneInvalid: "请输入正确的手机号码"
|
|
1877
1882
|
},
|
|
1878
1883
|
/*设计器*/
|
|
1879
1884
|
pageDesigner: {
|
|
@@ -2399,6 +2404,7 @@ export default {
|
|
|
2399
2404
|
list: "列表",
|
|
2400
2405
|
descriptions: "详情",
|
|
2401
2406
|
echarts: "图表",
|
|
2407
|
+
chartBI: "BI图表",
|
|
2402
2408
|
statisticValue: "统计数值",
|
|
2403
2409
|
statistic: "统计",
|
|
2404
2410
|
},
|