From 4cd913ce0bbac22ca02f63647b530e919c5de402 Mon Sep 17 00:00:00 2001 From: cooj Date: Mon, 29 Jul 2024 16:53:01 +0800 Subject: [PATCH] Fix Simplified Chinese translation 'comment' Word --- src/i18n/locales/zh.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/zh.js b/src/i18n/locales/zh.js index 04f2dc4..9c8fb81 100644 --- a/src/i18n/locales/zh.js +++ b/src/i18n/locales/zh.js @@ -107,7 +107,7 @@ const zh = { default_value: "默认值", check: "检查表达式", this_will_appear_as_is: "*此内容将按原样显示在生成的脚本中。", - comment: "评论", + comment: "注释", add_field: "添加字段", values: "值", size: "大小",