api.ts
528 Bytes
export default {
action: {
create: 'Add',
edit: 'Edit',
detail: 'Detail',
},
search: {
apiNamePlaceholder: 'Please enter the API name',
interfaceAddressPlaceholder: 'Please enter the interface address',
documentUrlPlaceholder: 'Please enter the document address',
},
text: {
name: 'API name',
categoryName: 'Category name',
interfaceAddress: 'Interface address',
requestMethod: 'Request method',
interfaceParams: 'Interface params',
documentUrl: 'Document url',
},
};