record.ts 983 Bytes
export default {
  search: {
    applicationNamePlaceholder: '请输入应用名称',
    keyPlaceholder: '请输入应用名称',
    secretPlaceholder: '请输入应用名称',
    organizationPlaceholder: '请选择组织',
  },
  text: {
    apiName: 'API名称',
    applicationName: '应用名称',
    categoryName: '所属类别',
    interfaceResponse: '接口响应',
    callTime: '调用时间',
    accumulatedNumberOfCalls: '累计调用次数',
    numberOfSuccessfulAttempts: '成功次数',
    numberOfFailedAttempts: '失败次数',
    lineTitle: 'API调用Top5',
    pieTitle: 'API调用总占比',
    pieShowTitle: '应用占比',
    timeLineTitle: '接口调用历史',
    timeSelect: {
      oneHour: '1小时',
      sevenDays: '7天',
      thirtyDays: '30天',
    },
    totalText: {
      t1: 'API总调用次数',
      t2: '成功次数',
      t3: '失败次数',
    },
    interfaceStatus: '接口状态',
    totalNumberOfCalls: 'Top5',
  },
};