diff --git a/src/locales/lang/en.ts b/src/locales/lang/en.ts index 6c3657a8..06c0c22f 100644 --- a/src/locales/lang/en.ts +++ b/src/locales/lang/en.ts @@ -65,6 +65,13 @@ const msg = { divide: "Divide", convertToMilliseconds: "Convert Unix Timestamp(milliseconds)", convertToSeconds: "Convert Unix Timestamp(seconds)", + smooth: "Smooth", + showSymbol: "Show Symbol", + step: "Step", + showValues: "Show Values", + fontSize: "Font Size", + showBackground: "Show Background", + areaOpacity: "Area Opacity", hourTip: "Select Hour", minuteTip: "Select Minute", secondTip: "Select Second", @@ -260,8 +267,6 @@ const msg = { eventsParameters: "Event Parameters", eventDetail: "Event Detail", value: "Value", - tableHeader: "Header Names", - tableValues: "Table Values", show: "Show", hide: "Hide", statistics: "Statistics", diff --git a/src/locales/lang/zh.ts b/src/locales/lang/zh.ts index 3331467b..c8bdd9d4 100644 --- a/src/locales/lang/zh.ts +++ b/src/locales/lang/zh.ts @@ -63,6 +63,13 @@ const msg = { divide: "除法", convertToMilliseconds: "转换Unix时间戳(毫秒)", convertToSeconds: "转换Unix时间戳(秒)", + smooth: "光滑的", + showSymbol: "显示符号", + step: "台阶", + showValues: "显示值", + fontSize: "字体大小", + showBackground: "显示背景", + areaOpacity: "透明度", hourTip: "选择小时", minuteTip: "选择分钟", secondTip: "选择秒数", diff --git a/src/views/dashboard/configuration/graph-styles/Area.vue b/src/views/dashboard/configuration/graph-styles/Area.vue index 44950f8a..11fbf536 100644 --- a/src/views/dashboard/configuration/graph-styles/Area.vue +++ b/src/views/dashboard/configuration/graph-styles/Area.vue @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -->