mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-07-21 08:54:29 +08:00
35 lines
916 B
TypeScript
35 lines
916 B
TypeScript
const translation = {
|
|
from: 'From',
|
|
fromMarketplace: 'From Marketplace',
|
|
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',
|
|
},
|
|
install: '{{num}} installs',
|
|
installAction: 'Install',
|
|
privilege: {
|
|
title: 'Plugin Preferences',
|
|
whoCanInstall: 'Who can install and manage plugins?',
|
|
whoCanDebug: 'Who can debug plugins?',
|
|
everyone: 'Everyone',
|
|
admin: 'Admins',
|
|
noOne: 'No one',
|
|
},
|
|
}
|
|
|
|
export default translation
|