2024-10-10 17:47:04 +08:00
|
|
|
const translation = {
|
|
|
|
from: 'From',
|
2024-10-14 18:35:01 +08:00
|
|
|
fromMarketplace: 'From Marketplace',
|
2024-10-10 17:47:04 +08:00
|
|
|
endpointsEnabled: '{{num}} sets of endpoints enabled',
|
2024-10-12 14:39:53 +08:00
|
|
|
detailPanel: {
|
|
|
|
operation: {
|
2024-10-12 16:29:46 +08:00
|
|
|
install: 'Install',
|
|
|
|
detail: 'Detail',
|
2024-10-12 14:39:53 +08:00
|
|
|
update: 'Update',
|
|
|
|
info: 'Plugin Info',
|
|
|
|
checkUpdate: 'Check Update',
|
|
|
|
viewDetail: 'View Detail',
|
|
|
|
remove: 'Remove',
|
|
|
|
},
|
2024-10-12 17:08:45 +08:00
|
|
|
actionNum: '{{num}} ACTIONS INCLUDED',
|
2024-10-13 10:49:55 +08:00
|
|
|
endpoints: 'Endpoints',
|
|
|
|
endpointsEmpty: 'Click the \'+\' button to add an endpoint',
|
|
|
|
serviceOk: 'Service OK',
|
|
|
|
disabled: 'Disabled',
|
|
|
|
modelNum: '{{num}} MODELS INCLUDED',
|
2024-10-12 14:39:53 +08:00
|
|
|
},
|
2024-10-14 18:35:01 +08:00
|
|
|
install: '{{num}} installs',
|
|
|
|
installAction: 'Install',
|
2024-10-10 17:47:04 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
export default translation
|