index.ts 3.47 KB
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',
};