You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
// These must match the error codes in ExtensionsDomain.Errors.* :
312
+
"INVALID_ZIP_FILE": "[6737444] !é={0} is not a valid zipped package.=!",
313
+
"INVALID_PACKAGE_JSON": "[6737442] !é=Package.json file is not valid (error was: {0}).=!",
314
+
"MISSING_PACKAGE_NAME": "[6737447] !é=Missing package name in {0}.=!",
315
+
"BAD_PACKAGE_NAME": "[6737429] !é={0} is an invalid package name.=!",
316
+
"MISSING_PACKAGE_VERSION": "[6737448] !é=Missing package version in {0}.=!",
317
+
"INVALID_VERSION_NUMBER": "[6737443] !é=Package version ({0}) is not a valid version number.=!",
318
+
"API_NOT_COMPATIBLE": "[6737427] !é=The extension was installed into your disabled extensions directory because it is not compatible with this version of Brackets.=!",
319
+
"MISSING_MAIN": "[6737446] !é=Package has no main.js file.=!",
320
+
"ALREADY_INSTALLED": "[6737426] !é=The extension was installed into your disabled extensions directory because it was previously installed.=!",
321
+
"NO_DISABLED_DIRECTORY": "[6737449] !é=Cannot save extension to extensions/disabled because the folder does not exist.=!",
322
+
"DOWNLOAD_ID_IN_USE": "[6737431] !é=Internal error: download ID already in use.=!",
// These must match the error codes in ExtensionsDomain.Errors.* :
312
+
"INVALID_ZIP_FILE": "!能=[6737444] {0} is not a valid zipped package._=!",
313
+
"INVALID_PACKAGE_JSON": "!能=[6737442] Package.json file is not valid (error was: {0})._=!",
314
+
"MISSING_PACKAGE_NAME": "!能=[6737447] Missing package name in {0}._=!",
315
+
"BAD_PACKAGE_NAME": "!能=[6737429] {0} is an invalid package name._=!",
316
+
"MISSING_PACKAGE_VERSION": "!能=[6737448] Missing package version in {0}._=!",
317
+
"INVALID_VERSION_NUMBER": "!能=[6737443] Package version ({0}) is not a valid version number._=!",
318
+
"API_NOT_COMPATIBLE": "!能=[6737427] The extension was installed into your disabled extensions directory because it is not compatible with this version of Brackets._=!",
319
+
"MISSING_MAIN": "!能=[6737446] Package has no main.js file._=!",
320
+
"ALREADY_INSTALLED": "!能=[6737426] The extension was installed into your disabled extensions directory because it was previously installed._=!",
321
+
"NO_DISABLED_DIRECTORY": "!能=[6737449] Cannot save extension to extensions/disabled because the folder does not exist._=!",
322
+
"DOWNLOAD_ID_IN_USE": "!能=[6737431] Internal error: download ID already in use._=!",
0 commit comments