From 8014e72962f5a26ca2c2985f89da70865515595b Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 3 Jul 2024 15:11:15 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=95=B0=E6=8D=AE=E6=BA=90):=20=E5=88=9B?= =?UTF-8?q?=E5=BB=BApostgresql=E6=95=B0=E6=8D=AE=E6=BA=90=EF=BC=8CUI?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/locales/zh-CN.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index 3124894fed..5b9330505d 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -409,7 +409,7 @@ export default { direct: '直连模式', extract: '抽取模式', all_compute_mode: '直连、抽取模式', - extra_params: '额外的JDBC连接字符串', + extra_params: '额外的 JDBC 连接字符串', jdbcUrl: 'JDBC 连接', please_input_dataPath: '请输入 JsonPath 数据路径', show_api_data: '查看API数据结构',