feat: support the process dashboard and create the time range text widget (#138)

This commit is contained in:
Fine0830
2022-08-15 16:49:00 +08:00
committed by GitHub
parent 973b51e9ca
commit 9c0bb988e6
44 changed files with 1133 additions and 213 deletions

View File

@@ -149,6 +149,7 @@ const msg = {
"The name only supports Chinese and English, horizontal lines and underscores. The length of the name is limited to 300 characters",
duplicateName: "Duplicate name",
enableAssociate: "Enable association",
text: "Text",
seconds: "Seconds",
hourTip: "Select Hour",
minuteTip: "Select Minute",

View File

@@ -145,6 +145,7 @@ const msg = {
begin: "Inicio",
associateOptions: "Opciones de asociación",
widget: "Dispositivo pequeño",
text: "Texto",
duplicateName: "Nombre duplicado",
nameTip:
"El nombre sólo admite chino e inglés, líneas horizontales y subrayado, y la longitud del nombre no excederá de 300 caracteres",

View File

@@ -146,6 +146,7 @@ const msg = {
enableAssociate: "启用关联",
nameTip: "该名称仅支持中文和英文、横线和下划线, 并且限制长度为300个字符",
duplicateName: "重复的名称",
text: "文本",
seconds: "秒",
hourTip: "选择小时",
minuteTip: "选择分钟",