24 lines
596 B
TypeScript
24 lines
596 B
TypeScript
const translation = {
|
|
from: 'From',
|
|
endpointsEnabled: '{{num}} sets of endpoints enabled',
|
|
detailPanel: {
|
|
operation: {
|
|
install: 'Install',
|
|
detail: 'Detail',
|
|
update: 'Update',
|
|
info: 'Plugin Info',
|
|
checkUpdate: 'Check Update',
|
|
viewDetail: 'View Detail',
|
|
remove: 'Remove',
|
|
},
|
|
actionNum: '{{num}} ACTIONS INCLUDED',
|
|
endpoints: 'Endpoints',
|
|
endpointsEmpty: 'Click the \'+\' button to add an endpoint',
|
|
serviceOk: 'Service OK',
|
|
disabled: 'Disabled',
|
|
modelNum: '{{num}} MODELS INCLUDED',
|
|
},
|
|
}
|
|
|
|
export default translation
|