We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2de089 commit 6c93856Copy full SHA for 6c93856
1 file changed
src/i18n.ts
@@ -3,21 +3,17 @@ export default createI18n({
3
locale: "zh-CN",
4
messages: {
5
"zh-CN": {
6
- buttons: {
7
- add: "添加",
8
- import: "导入",
9
- raw: "原始数据",
10
- },
11
- options: {
12
- default: "默认",
13
- polyline: "多段线",
14
- scatter: "散点",
+ buttons: { add: "添加", import: "导入", raw: "原始数据" },
+ graphType: { interval: "默认", polyline: "多段线", scatter: "散点" },
+ fnType: {
15
linear: "一般",
16
implicit: "隐函数",
17
parametric: "参数方程",
18
polar: "极坐标",
+ points: "点集",
+ vector: "向量",
19
},
20
- titles: {
+ inputs: {
21
fn: "函数",
22
range: "范围",
23
color: "颜色",
0 commit comments