|
1 | 1 | export const en = {
|
2 |
| - chart: { |
3 |
| - delete: "Delete", |
4 |
| - data: "Data", |
5 |
| - mode: "Mode", |
6 |
| - config: "Configuration", |
7 |
| - UIMode: "UI Mode", |
8 |
| - chartType: "Chart type", |
9 |
| - xAxis: "X-axis", |
10 |
| - chartSeries: "Chart series", |
11 |
| - customSeries: "Custom series", |
12 |
| - add: "Add", |
13 |
| - confirmDelete: "Confirm Delete: ", |
14 |
| - seriesName: "Series Name", |
15 |
| - dataColumns: "Data columns", |
16 |
| - title: "Title", |
17 |
| - xAxisDirection: "X axis direction", |
18 |
| - xAxisName: "X axis name", |
19 |
| - xAxisType: "X axis type", |
20 |
| - xAxisTypeTooltip: |
21 |
| - "By default, it will be automatically detected according to X-axis data. For the type description, please refer to: ", |
22 |
| - logBase: "LogBase", |
23 |
| - yAxisName: "Y axis name", |
24 |
| - yAxisType: "Y axis type", |
25 |
| - yAxisDataFormat: "Y axis data type", |
26 |
| - yAxisDataFormatTooltip: `Value indicates the value of each coordinate. Example: '{{value * 100 + "%"}}'`, |
27 |
| - basicBar: "Basic bar", |
28 |
| - stackedBar: "Stacked bar", |
29 |
| - barType: "Bar chart type", |
30 |
| - categoryAxis: "Category axis", |
31 |
| - valueAxis: "Value axis", |
32 |
| - timeAxis: "Time axis", |
33 |
| - logAxis: "Log axis", |
34 |
| - auto: "Default", |
35 |
| - legendPosition: "Legend position", |
36 |
| - basicLine: "Basic line", |
37 |
| - stackedLine: "Stacked line", |
38 |
| - areaLine: "Area line", |
39 |
| - smooth: "Smooth curve", |
40 |
| - lineType: "Line chart type", |
41 |
| - basicPie: "Basic pie", |
42 |
| - doughnutPie: "Doughnut pie", |
43 |
| - rosePie: "Rose pie", |
44 |
| - pieType: "Pie chart type", |
45 |
| - spending: "Spending", |
46 |
| - budget: "Budget", |
47 |
| - bar: "Bar chart", |
48 |
| - line: "Line chart", |
49 |
| - scatter: "Scatter chart", |
50 |
| - pie: "Pie chart", |
51 |
| - horizontal: "Horizontal", |
52 |
| - vertical: "Vertical", |
53 |
| - noData: "No data", |
54 |
| - unknown: "Unknown", |
55 |
| - select: "Select", |
56 |
| - unSelect: "Unselect", |
57 |
| - echartsOptionLabel: "Option", |
58 |
| - echartsOptionTooltip: "ECharts option", |
59 |
| - echartsOptionExamples: "ECharts examples", |
60 |
| - echartsMapOptionTooltip: "ECharts Map Option", |
61 |
| - echartsMapOptionExamples: "ECharts Map Examples", |
62 |
| - selectDesc: "Triggered when the user selects part of the data in the chart", |
63 |
| - unselectDesc: "Triggered when the user unselects part of the data in the chart", |
64 |
| - selectedPointsDesc: "Selected points", |
65 |
| - dataDesc: "The raw data used in the current chart", |
66 |
| - titleDesc: "Current chart title", |
67 |
| - scatterShape: "Scatter shape", |
68 |
| - circle: "Circle", |
69 |
| - rect: "Rect", |
70 |
| - triangle: "Triangle", |
71 |
| - diamond: "Diamond", |
72 |
| - pin: "Pin", |
73 |
| - arrow: "Arrow", |
74 |
| - pointColorLabel: "Point color", |
75 |
| - pointColorTooltip: `Set the point color according to the series name and current point value, optional variables: seriesName, value. Example: '{{value < 25000 ? "red" : "green"}}'`, |
76 |
| - mapReady: "Map Ready", |
77 |
| - mapReadyDesc: "Triggers when map is ready", |
78 |
| - zoomLevelChange: "Zoom Level Change", |
79 |
| - zoomLevelChangeDesc: "Triggers when map zoom level changed", |
80 |
| - centerPositionChange: "Center Position Change", |
81 |
| - centerPositionChangeDesc: "Triggers when map center position changed" |
| 2 | + "chart": { |
| 3 | + "delete": "Delete", |
| 4 | + "data": "Data", |
| 5 | + "mode": "Mode", |
| 6 | + "config": "Configuration", |
| 7 | + "UIMode": "UI Mode", |
| 8 | + "chartType": "Chart Type", |
| 9 | + "xAxis": "X-axis", |
| 10 | + "chartSeries": "Chart Series", |
| 11 | + "customSeries": "Custom Series", |
| 12 | + "add": "Add", |
| 13 | + "confirmDelete": "Confirm Delete: ", |
| 14 | + "seriesName": "Series Name", |
| 15 | + "dataColumns": "Data Columns", |
| 16 | + "title": "Title", |
| 17 | + "xAxisDirection": "X-axis Direction", |
| 18 | + "xAxisName": "X-axis Name", |
| 19 | + "xAxisType": "X-axis Type", |
| 20 | + "xAxisTypeTooltip": "Automatically detected based on X-axis data. For type description, refer to: ", |
| 21 | + "logBase": "Log Base", |
| 22 | + "yAxisName": "Y-axis Name", |
| 23 | + "yAxisType": "Y-axis Type", |
| 24 | + "yAxisDataFormat": "Y-axis Data Type", |
| 25 | + "yAxisDataFormatTooltip": "Indicates the value of each coordinate. Example: '{{value * 100 + \"%\"}}'", |
| 26 | + "basicBar": "Basic Bar", |
| 27 | + "stackedBar": "Stacked Bar", |
| 28 | + "barType": "Bar Chart Type", |
| 29 | + "categoryAxis": "Category Axis", |
| 30 | + "valueAxis": "Value Axis", |
| 31 | + "timeAxis": "Time Axis", |
| 32 | + "logAxis": "Log Axis", |
| 33 | + "auto": "Default", |
| 34 | + "legendPosition": "Legend Position", |
| 35 | + "basicLine": "Basic Line", |
| 36 | + "stackedLine": "Stacked Line", |
| 37 | + "areaLine": "Area Line", |
| 38 | + "smooth": "Smooth Curve", |
| 39 | + "lineType": "Line Chart Type", |
| 40 | + "basicPie": "Basic Pie", |
| 41 | + "doughnutPie": "Doughnut Pie", |
| 42 | + "rosePie": "Rose Pie", |
| 43 | + "pieType": "Pie Chart Type", |
| 44 | + "spending": "Spending", |
| 45 | + "budget": "Budget", |
| 46 | + "bar": "Bar Chart", |
| 47 | + "line": "Line Chart", |
| 48 | + "scatter": "Scatter Chart", |
| 49 | + "pie": "Pie Chart", |
| 50 | + "horizontal": "Horizontal", |
| 51 | + "vertical": "Vertical", |
| 52 | + "noData": "No Data", |
| 53 | + "unknown": "Unknown", |
| 54 | + "select": "Select", |
| 55 | + "unSelect": "Unselect", |
| 56 | + "echartsOptionLabel": "Option", |
| 57 | + "echartsOptionTooltip": "ECharts Option", |
| 58 | + "echartsOptionExamples": "ECharts Examples", |
| 59 | + "echartsMapOptionTooltip": "ECharts Map Option", |
| 60 | + "echartsMapOptionExamples": "ECharts Map Examples", |
| 61 | + "selectDesc": "Triggered when a user selects part of the data in the chart", |
| 62 | + "unselectDesc": "Triggered when a user unselects part of the data in the chart", |
| 63 | + "selectedPointsDesc": "Selected Points", |
| 64 | + "dataDesc": "JSON Data for the Chart", |
| 65 | + "titleDesc": "Current Chart Title", |
| 66 | + "scatterShape": "Scatter Shape", |
| 67 | + "circle": "Circle", |
| 68 | + "rect": "Rectangle", |
| 69 | + "triangle": "Triangle", |
| 70 | + "diamond": "Diamond", |
| 71 | + "pin": "Pin", |
| 72 | + "arrow": "Arrow", |
| 73 | + "pointColorLabel": "Point Color", |
| 74 | + "pointColorTooltip": "Set point color based on series name and value. Variables: seriesName, value. Example: '{{value < 25000 ? \"red\" : \"green\"}}'", |
| 75 | + "mapReady": "Map Ready", |
| 76 | + "mapReadyDesc": "Triggers when the map is ready", |
| 77 | + "zoomLevelChange": "Zoom Level Change", |
| 78 | + "zoomLevelChangeDesc": "Triggers when the map zoom level changes", |
| 79 | + "centerPositionChange": "Center Position Change", |
| 80 | + "centerPositionChangeDesc": "Triggers when the map center position changes" |
82 | 81 | },
|
83 |
| - imageEditor: { |
84 |
| - defaultSrc: "", |
85 |
| - save: "Save", |
86 |
| - saveDesc: "Save image", |
87 |
| - src: "Image source", |
88 |
| - name: "Image name", |
89 |
| - buttonText: "Button text", |
90 |
| - srcDesc: "Image source", |
91 |
| - nameDesc: "Image name", |
92 |
| - dataURIDesc: "Image data URI", |
93 |
| - dataDesc: "Image data", |
94 |
| - buttonTextDesc: "Button text", |
| 82 | + "imageEditor": { |
| 83 | + "defaultSrc": "", |
| 84 | + "save": "Save", |
| 85 | + "saveDesc": "Save Image", |
| 86 | + "src": "Image Source", |
| 87 | + "name": "Image Name", |
| 88 | + "buttonText": "Button Text", |
| 89 | + "srcDesc": "Image Source", |
| 90 | + "nameDesc": "Image Name", |
| 91 | + "dataURIDesc": "Image Data URI", |
| 92 | + "dataDesc": "Image Data", |
| 93 | + "buttonTextDesc": "Button Text" |
95 | 94 | },
|
96 |
| - calendar: { |
97 |
| - events: "Events data", |
98 |
| - editable: "Editable", |
99 |
| - defaultDate: "Default date", |
100 |
| - defaultDateTooltip: "The date that the calendar initially displays", |
101 |
| - defaultView: "Default view", |
102 |
| - defaultViewTooltip: "The view that the calendar initially displays", |
103 |
| - showEventTime: "Show event times", |
104 |
| - showEventTimeTooltip: "Whether to display the time text of the event", |
105 |
| - showWeekends: "Show weekends", |
106 |
| - showAllDay: "Show all-day", |
107 |
| - showAllDayTooltip: "Whether to display the all-day slot in the week and day views", |
108 |
| - dayMaxEvents: "Day max events", |
109 |
| - dayMaxEventsTooltip: |
110 |
| - "The maximum number of events to display in the month view per day, with 0 being limited to the height of the cell", |
111 |
| - eventMaxStack: "Event max stack", |
112 |
| - eventMaxStackTooltip: |
113 |
| - "The maximum number of events to stack horizontally in the week and day views, with 0 being no limit", |
114 |
| - selectInterval: "The interval selected on the calendar", |
115 |
| - selectEvent: "Selected event", |
116 |
| - changeSet: |
117 |
| - "The event object changed by dragging in the calendar, the key is the eventId, and the value is the event", |
118 |
| - headerBtnBackground: "Button background", |
119 |
| - btnText: "Button text", |
120 |
| - title: "Title", |
121 |
| - selectBackground: "Selected background", |
122 |
| - today: "Today", |
123 |
| - month: "Month", |
124 |
| - week: "Week", |
125 |
| - day: "Day", |
126 |
| - list: "List", |
127 |
| - monday: "Monday", |
128 |
| - tuesday: "Tuesday", |
129 |
| - wednesday: "Wednesday", |
130 |
| - thursday: "Thursday", |
131 |
| - friday: "Friday", |
132 |
| - saturday: "Saturday", |
133 |
| - sunday: "Sunday", |
134 |
| - startWeek: "Start from", |
135 |
| - creatEvent: "Create event", |
136 |
| - editEvent: "Edit event", |
137 |
| - eventName: "Event name", |
138 |
| - eventColor: "Event color", |
139 |
| - eventGroupId: "Group ID", |
140 |
| - groupIdTooltip: |
141 |
| - "Group ID is used to group different events, and events in the same group can be dragged and resized together.", |
142 |
| - more: "more", |
143 |
| - allDay: "All day", |
144 |
| - eventNameRequire: "Please enter Event name", |
145 |
| - eventId: "Event ID", |
146 |
| - eventIdRequire: "Please enter Event ID", |
147 |
| - eventIdTooltip: "Unique ID for each event", |
148 |
| - eventIdExist: "ID already exists", |
| 95 | + "calendar": { |
| 96 | + "events": "Events Data", |
| 97 | + "editable": "Editable", |
| 98 | + "defaultDate": "Default Date", |
| 99 | + "defaultDateTooltip": "Initial display date of the calendar", |
| 100 | + "defaultView": "Default View", |
| 101 | + "defaultViewTooltip": "Initial view of the calendar", |
| 102 | + "showEventTime": "Show Event Times", |
| 103 | + "showEventTimeTooltip": "Display event time text", |
| 104 | + "showWeekends": "Show Weekends", |
| 105 | + "showAllDay": "Show All-Day", |
| 106 | + "showAllDayTooltip": "Display all-day slot in week and day views", |
| 107 | + "dayMaxEvents": "Day Max Events", |
| 108 | + "dayMaxEventsTooltip": "Max events per day in month view, 0 for cell height limit", |
| 109 | + "eventMaxStack": "Event Max Stack", |
| 110 | + "eventMaxStackTooltip": "Max events to stack horizontally in week and day views, 0 for no limit", |
| 111 | + "selectInterval": "Selected Interval", |
| 112 | + "selectEvent": "Selected Event", |
| 113 | + "changeSet": "Changed Event Object", |
| 114 | + "headerBtnBackground": "Button Background", |
| 115 | + "btnText": "Button Text", |
| 116 | + "title": "Title", |
| 117 | + "selectBackground": "Selected Background", |
| 118 | + "today": "Today", |
| 119 | + "month": "Month", |
| 120 | + "week": "Week", |
| 121 | + "day": "Day", |
| 122 | + "list": "List", |
| 123 | + "monday": "Monday", |
| 124 | + "tuesday": "Tuesday", |
| 125 | + "wednesday": "Wednesday", |
| 126 | + "thursday": "Thursday", |
| 127 | + "friday": "Friday", |
| 128 | + "saturday": "Saturday", |
| 129 | + "sunday": "Sunday", |
| 130 | + "startWeek": "Start From", |
| 131 | + "creatEvent": "Create Event", |
| 132 | + "editEvent": "Edit Event", |
| 133 | + "eventName": "Event Name", |
| 134 | + "eventColor": "Event Color", |
| 135 | + "eventGroupId": "Group ID", |
| 136 | + "groupIdTooltip": "Group ID groups events for drag and resize together.", |
| 137 | + "more": "More", |
| 138 | + "allDay": "All Day", |
| 139 | + "eventNameRequire": "Enter Event Name", |
| 140 | + "eventId": "Event ID", |
| 141 | + "eventIdRequire": "Enter Event ID", |
| 142 | + "eventIdTooltip": "Unique ID for each event", |
| 143 | + "eventIdExist": "ID Exists" |
149 | 144 | },
|
150 | 145 | };
|
0 commit comments