Skip to content

Commit d98aedd

Browse files
Kinplemelon0721Betty
authored andcommitted
refactor(i18n): new field in oracle connector
1 parent bda976e commit d98aedd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/i18n/lib/enConnectorsLabel.ts

+1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ export const enConnectorsLabel: Record<string, Record<string, string>> = {
145145
oracle: {
146146
sid: 'Oracle Database SID',
147147
service_name: 'Oracle Database Service Name',
148+
role: 'Role',
148149
},
149150
rabbitmq: {
150151
port: 'Port',

packages/i18n/lib/zhConnectorsLabel.ts

+1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ export const zhConnectorsLabel: Record<string, Record<string, string>> = {
145145
oracle: {
146146
sid: 'Oracle Database SID',
147147
service_name: 'Oracle 数据库服务名称',
148+
role: '角色',
148149
},
149150
rabbitmq: {
150151
port: '端口',

0 commit comments

Comments
 (0)