index.ts
3.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
export default {
title: 'Data flow list',
add: 'Add flow configuration',
editText: 'Edit flow configuration',
batchEnable: 'BatchEnable',
action: 'Action',
status: 'Status',
name: 'Name',
batchDelete: 'Batch deletion',
view: 'Check',
edit: 'Edit',
singleDelete: 'Delete',
more: 'More',
sureBatchDelete: 'Are you sure you want to delete data in bulk',
sureDelete: 'Are you sure you want to delete it',
enable: 'Enable',
disable: 'Disable',
dataFlowName: 'Name',
remark: 'Remark',
type: 'Type',
createTime: 'CreateTime',
affiliatedOrganization: 'Affiliated Organization',
nextStep: 'next Step',
chooseCirculationMethod: 'choose Circulation Method',
improveConfigurationParameters: 'improve Configuration Parameters',
datasourceType: 'datasource Type',
datasourceProduct: 'datasource Product',
datasourceDevice: 'datasource Device',
conversionMethod: 'conversion Method',
dataSourceProductIsAMandatoryOption: 'dataSource Product Is A Mandatory Option',
pleaseSelectProduct: 'please Select Product',
dataSourceDeviceIsAMandatoryOption: 'dataSource Device Is A Mandatory Option',
pleaseSelectDevice: 'please Select Device',
pleaseEnterDescription: 'please Enter Description',
topicPattern: 'topic Pattern',
pleaseEnter: 'please Enter',
bootstrapServers: 'bootstrap Servers',
retries: 'retries',
batchSize: 'batch Size',
linger: 'linger',
bufferMemory: 'bufferMemory',
acks: 'acks',
pleaseSelect: 'please Select',
keySerializer: 'key Serializer',
valueSerializer: 'value Serializer',
otherProperties: 'other Properties',
isItEnabled: 'is It Enabled',
isItEnabledText: 'Add the metadata of the message as key value pairs to the Kafka message header',
characterSet: 'character Set',
host: 'host',
port: 'port',
connectTimeoutSec: 'connect Timeout Sec',
clientId: 'client Id',
clientIdSuffix: 'Add service ID as suffix to client ID',
clearSession: 'clear Session',
enableSSL: 'enable SSL',
credentialsType: 'credentials Type',
username: 'username',
password: 'password',
exchangeNamePattern: 'exchange Name Pattern',
routingKeyPattern: 'routing Key Pattern',
messageProperties: 'message Properties',
virtualHost: 'virtual Host',
automaticRecovery: 'automatic Recovery',
connectionTimeout: 'connection Timeout',
handshakeTimeout: 'handshake Timeout',
clientProperties: 'client Properties',
restEndpointUrlPattern: 'rest End point Url Pattern',
requestMethod: 'request Method',
enableProxy: 'enable Proxy',
proxyHost: 'proxy Host',
proxyPort: 'proxy Port',
proxyUser: 'proxy User',
proxyPassword: 'proxy Password',
usingSystemAgentProperties: 'using System Agent Properties',
maxParallelRequestsCount: 'max Parallel Requests Count',
noRequestBody: 'no Request Body',
readTimeoutMs: 'read Timeout Ms',
redisText: 'Using Redis queues for message persistence',
redisTextWord: 'Trimming Redis queues',
redisMaxText: 'Redis max QueueSize',
uploadTooltip: 'Click or drag the file here to upload',
uploadType: 'Support extension:',
uploadSize: 'File size: maximum supported',
prevStep: 'prev Step',
pleaseInputParamsKey: 'please Input Params Key',
pleaseInputParamsValue: 'please Input Params Value',
addText: 'add',
all: 'all',
product: 'product',
device: 'device',
multipleErrorMessage: 'Multiple activation failures in circulation configuration',
multipleSuccessMessage: 'Multiple circulation configurations have been successfully enabled',
flowConfiguration: 'Flow configuration',
};