Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(i18n): text for new configs in IoTDB #57

Merged
merged 1 commit into from
Sep 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/i18n/lib/enConnectorsLabel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ export const enConnectorsLabel: Record<string, Record<string, string>> = {
iotdb: {
base_url: 'IoTDB REST Service Base URL',
iotdb_version: 'IoTDB Version',
driver: 'Driver',
protocol_version: 'Protocol Version',
zoneId: 'Zone ID',
},
elasticsearch: {
server: 'Server',
Expand Down
5 changes: 5 additions & 0 deletions packages/i18n/lib/enSymbolLabel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,9 @@ export const enSymbolLabel: Record<string, string> = {
h: 'hour',
d: 'day',
no_compression: 'No compression',
restapi: 'REST API',
thrift: 'Thrift Protocol',
protocol_v1: 'v1',
protocol_v2: 'v2',
protocol_v3: 'v3',
}
3 changes: 3 additions & 0 deletions packages/i18n/lib/zhConnectorsLabel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ export const zhConnectorsLabel: Record<string, Record<string, string>> = {
iotdb: {
base_url: 'IoTDB REST 服务基础 URL',
iotdb_version: 'IoTDB 版本',
driver: '驱动',
protocol_version: '协议版本',
zoneId: '时区 ID',
},
elasticsearch: {
server: '服务器地址',
Expand Down
5 changes: 5 additions & 0 deletions packages/i18n/lib/zhSymbolLabel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,9 @@ export const zhSymbolLabel: Record<string, string> = {
h: '小时',
d: '天',
no_compression: '不压缩',
restapi: 'REST API',
thrift: 'Thrift 协议',
protocol_v1: 'v1',
protocol_v2: 'v2',
protocol_v3: 'v3',
}
Loading