Skip to content

Commit 6c93856

Browse files
committed
Update i18n.ts
1 parent f2de089 commit 6c93856

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

src/i18n.ts

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,17 @@ export default createI18n({
33
locale: "zh-CN",
44
messages: {
55
"zh-CN": {
6-
buttons: {
7-
add: "添加",
8-
import: "导入",
9-
raw: "原始数据",
10-
},
11-
options: {
12-
default: "默认",
13-
polyline: "多段线",
14-
scatter: "散点",
6+
buttons: { add: "添加", import: "导入", raw: "原始数据" },
7+
graphType: { interval: "默认", polyline: "多段线", scatter: "散点" },
8+
fnType: {
159
linear: "一般",
1610
implicit: "隐函数",
1711
parametric: "参数方程",
1812
polar: "极坐标",
13+
points: "点集",
14+
vector: "向量",
1915
},
20-
titles: {
16+
inputs: {
2117
fn: "函数",
2218
range: "范围",
2319
color: "颜色",

0 commit comments

Comments
 (0)