This is an automated email from the ASF dual-hosted git repository. lzwang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push: new 624ec2e866 [INLONG-8190][Dashboard] Change the display name for PostgreSQL's schema (#8191) 624ec2e866 is described below commit 624ec2e86663f15c600a2ed013213e57014282ea Author: Lizhen <88174078+bluew...@users.noreply.github.com> AuthorDate: Fri Jun 9 10:06:03 2023 +0800 [INLONG-8190][Dashboard] Change the display name for PostgreSQL's schema (#8191) --- inlong-dashboard/src/ui/locales/cn.json | 2 +- inlong-dashboard/src/ui/locales/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inlong-dashboard/src/ui/locales/cn.json b/inlong-dashboard/src/ui/locales/cn.json index 05066b71fa..3d98c4c22b 100644 --- a/inlong-dashboard/src/ui/locales/cn.json +++ b/inlong-dashboard/src/ui/locales/cn.json @@ -64,7 +64,7 @@ "meta.Sources.PostgreSQL.Username": "用户", "meta.Sources.PostgreSQL.Password": "密码", "meta.Sources.PostgreSQL.Database": "数据库名", - "meta.Sources.PostgreSQL.SchemaName": "架构名称", + "meta.Sources.PostgreSQL.SchemaName": "模式", "meta.Sources.PostgreSQL.TableName": "表格名称", "meta.Sources.PostgreSQL.TableNameHelp": "支持多个表格名称,以逗号分隔", "meta.Sources.PostgreSQL.decodingPluginName": "解码插件名称", diff --git a/inlong-dashboard/src/ui/locales/en.json b/inlong-dashboard/src/ui/locales/en.json index e53dd76795..b982b5f58e 100644 --- a/inlong-dashboard/src/ui/locales/en.json +++ b/inlong-dashboard/src/ui/locales/en.json @@ -64,7 +64,7 @@ "meta.Sources.PostgreSQL.Username": "Username", "meta.Sources.PostgreSQL.Password": "Password", "meta.Sources.PostgreSQL.Database": "Database", - "meta.Sources.PostgreSQL.SchemaName": "SchemaName", + "meta.Sources.PostgreSQL.SchemaName": "Model", "meta.Sources.PostgreSQL.TableName": "TableName", "meta.Sources.PostgreSQL.TableNameHelp": "Multiple table names are supported, separated by commas", "meta.Sources.PostgreSQL.decodingPluginName": "Decoding Plugin Name",