packages/common-i18n/src/locales/en/plugin.json
{
"add": "New Plugins",
"title": {
"add": "New Plugins",
"edit": "Edit Plugins"
},
"pluginUser": {
"name": "Plugin User",
"description": "Plugin User as a plugin auto generated by the system"
},
"secret": "Secret",
"regenerateSecret": "Regenerate Secret",
"form": {
"name": {
"label": "Name",
"description": "name of the plugin"
},
"description": {
"label": "Description",
"description": "description of the plugin"
},
"detailDesc": {
"label": "Detail Description",
"description": "detail description of the plugin"
},
"logo": {
"label": "Logo",
"description": "logo of the plugin, you can upload a picture or use a URL",
"upload": "Upload",
"clear": "Clear",
"placeholder": "Drag and drop your logo here or click to upload",
"lengthError": "Only one file is allowed.",
"typeError": "Only image file is allowed."
},
"helpUrl": {
"label": "Help Url",
"description": "URL of the help document of the plugin"
},
"positions": {
"label": "Positions",
"description": "positions of the plugin"
},
"i18n": {
"label": "I18n",
"description": "i18n of the plugin, contains(name, description, detail description)"
},
"url": {
"label": "Url",
"description": "URL of the plugin"
}
},
"markdown": {
"write": "Write",
"preview": "Preview"
}
}