Files
espocrm/application/Espo/Resources/i18n/en_US/Extension.json
2026-01-19 17:46:06 +01:00

18 lines
569 B
JSON

{
"fields": {
"name": "Name",
"version": "Version",
"description": "Description",
"isInstalled": "Installed",
"checkVersionUrl": "An URL for checking new versions"
},
"labels": {
"Uninstall": "Uninstall",
"Install": "Install"
},
"messages": {
"uninstalled": "Extension {name} has been uninstalled",
"fileExceedsMaxUploadSize": "The file size exceeds the max upload size {maxSize}. Consider increasing `post_max_size` or install the extension via CLI."
}
}