configuration.ts 1.92 KB
export default {
  batchCreateGBTText: 'Batch @:common.createText GBT28181',
  createText: '@:common.createText video',
  splitScreenModeText: 'Split screen mode',
  listModeText: 'List mode',
  fullscreenText: 'Fullscreen',
  createConfigurationText: '@:common.createText video configuration',
  editConfigurationText: '@:common.editText  video configuration',
  createStreamConfigurationText: '@:common.createText stream configuration',
  streamConfigurationPlaceholderText: '@:common.chooseText stream configuration',

  avatarText: 'Video avatar',
  videoNameText: 'Video name',
  streamGetTypeText: 'Video stream type',
  channelNumText: 'Channel number',
  videoManufacturerText: 'Video manufacturer',
  cameraNumberText: 'Camera number',
  cameraNumberHelpText: 'Click to see how to get the "Camera Number"',
  monitoringPointNumberText: 'Monitoring point number',
  monitoringPointNumberHelpText: 'Click to see how to obtain the "Monitoring Point Number"',
  videoStreamText: 'Video stream',
  streamingMediaPlatformText: 'Streaming media platform',
  streamingMediaConfigurationText: 'Streaming media configuration',
  codeStreamText: 'Code stream',
  articulationText: 'Articulation',
  videoFormatText: 'Video format',
  playProtocolText: 'Play protocol',
  playProtocolHelpText:
    'If the platform uses the https hls protocol, you need to contact Hikang Open Platform expert support.',
  previewText: 'Preview',
  videoListText: 'Video list',
  cameraNameText: 'Camera name',
  cameraNumberWithMonitoringPointNumberText:
    '@:video.configuration.cameraNumberText / @:video.configuration.monitoringPointNumberText',

  createGBTText: '@:common.createText GBT28181',
  deviceSelectTypeText: 'Device selection mode',
  selectAllText: 'All',
  selectPartText: 'Part',
  deviceWithChannelText: 'Device with channel number',
  deviceSelectPlaceholderText: '@:common.chooseText device',
  channelNumberRuleText: 'The number of channels must be less than 50',
};