record.ts
1.14 KB
export default {
search: {
name: 'Application name',
applicationNamePlaceholder: 'Please enter the application name',
keyPlaceholder: 'Please enter the key',
secretPlaceholder: 'Please enter the secret',
organizationPlaceholder: 'Please select an organization',
},
text: {
apiName: 'API name',
applicationName: 'Application name',
categoryName: 'Category name',
interfaceResponse: 'Interface response',
callTime: 'Call time',
accumulatedNumberOfCalls: 'Accumulated number of calls',
numberOfSuccessfulAttempts: 'Number of successful attempts',
numberOfFailedAttempts: 'Number of failed attempts',
lineTitle: 'Top Five API calls',
pieTitle: 'Proportion of API calls',
pieShowTitle: 'Proportion App',
timeLineTitle: 'Interface call history',
timeSelect: {
oneHour: 'One Hour',
sevenDays: 'Seven Days',
thirtyDays: 'Thirty Days',
},
totalText: {
t1: 'Total number of API calls',
t2: 'Number of successful attempts',
t3: 'Number of failures',
},
interfaceStatus: 'Interface Status',
totalNumberOfCalls: 'Total Number Of Calls',
},
};