From 13dcf8946ea337b945984e771e18faaed9872c61 Mon Sep 17 00:00:00 2001 From: Qiuxia Fan Date: Thu, 14 Jul 2022 15:57:27 +0800 Subject: [PATCH] update --- src/locales/lang/en.ts | 2 +- src/locales/lang/es.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/lang/en.ts b/src/locales/lang/en.ts index 262b00b5..f2a90370 100644 --- a/src/locales/lang/en.ts +++ b/src/locales/lang/en.ts @@ -145,7 +145,7 @@ const msg = { associateOptions: "Association Options", widget: "Widget", nameTip: - "The name only supports Chinese and English, horizontal lines and underscores and is limited to 300 characters", + "The name only supports Chinese and English, horizontal lines and underscores. The length of the name is limited to 300 characters", duplicateName: "Duplicate name", seconds: "Seconds", hourTip: "Select Hour", diff --git a/src/locales/lang/es.ts b/src/locales/lang/es.ts index bcabd5fd..2da52839 100644 --- a/src/locales/lang/es.ts +++ b/src/locales/lang/es.ts @@ -146,7 +146,7 @@ const msg = { widget: "Dispositivo pequeño", duplicateName: "Nombre duplicado", nameTip: - "Este nombre sólo admite chino e inglés, líneas horizontales y subrayado, y no más de 300 caracteres", + "El nombre sólo admite chino e inglés, líneas horizontales y subrayado, y la longitud del nombre no excederá de 300 caracteres", seconds: "Segundos", hourTip: "Seleccione Hora", minuteTip: "Seleccione Minuto",