errors.json 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. {
  2. "id": "ng",
  3. "generated": "Mon Jul 03 2017 12:42:45 GMT-0700 (PDT)",
  4. "errors": {
  5. "ng": {
  6. "areq": "Argument '{0}' is {1}",
  7. "cpta": "Can't copy! TypedArray destination cannot be mutated.",
  8. "test": "no injector found for element argument to getTestability",
  9. "cpws": "Can't copy! Making copies of Window or Scope instances is not supported.",
  10. "aobj": "Argument '{0}' must be an object",
  11. "btstrpd": "App already bootstrapped with this element '{0}'",
  12. "cpi": "Can't copy! Source and destination are identical.",
  13. "badname": "hasOwnProperty is not a valid {0} name"
  14. },
  15. "$http": {
  16. "baddata": "Data must be a valid JSON object. Received: \"{0}\". Parse error: \"{1}\"",
  17. "badreq": "Http request configuration url must be a string or a $sce trusted object. Received: {0}",
  18. "badjsonp": "Illegal use of callback param, \"{0}\", in url, \"{1}\""
  19. },
  20. "ngRepeat": {
  21. "badident": "alias '{0}' is invalid --- must be a valid JS identifier which is not a reserved name.",
  22. "iexp": "Expected expression in form of '_item_ in _collection_[ track by _id_]' but got '{0}'.",
  23. "dupes": "Duplicates in a repeater are not allowed. Use 'track by' expression to specify unique keys. Repeater: {0}, Duplicate key: {1}, Duplicate value: {2}",
  24. "iidexp": "'_item_' in '_item_ in _collection_' should be an identifier or '(_key_, _value_)' expression, but got '{0}'."
  25. },
  26. "$sce": {
  27. "imatcher": "Matchers may only be \"self\", string patterns or RegExp objects",
  28. "icontext": "Attempted to trust a value in invalid context. Context: {0}; Value: {1}",
  29. "iwcard": "Illegal sequence *** in string matcher. String: {0}",
  30. "insecurl": "Blocked loading resource from url not allowed by $sceDelegate policy. URL: {0}",
  31. "iequirks": "Strict Contextual Escaping does not support Internet Explorer version < 11 in quirks mode. You can fix this by adding the text <!doctype html> to the top of your HTML document. See http://docs.angularjs.org/api/ng.$sce for more information.",
  32. "unsafe": "Attempting to use an unsafe value in a safe context.",
  33. "itype": "Attempted to trust a non-string value in a content requiring a string: Context: {0}"
  34. },
  35. "ngPattern": {
  36. "noregexp": "Expected {0} to be a RegExp but was {1}. Element: {2}"
  37. },
  38. "$controller": {
  39. "ctrlfmt": "Badly formed controller string '{0}'. Must match `__name__ as __id__` or `__name__`.",
  40. "ctrlreg": "The controller with the name '{0}' is not registered.",
  41. "noscp": "Cannot export controller '{0}' as '{1}'! No $scope object provided via `locals`."
  42. },
  43. "$parse": {
  44. "ueoe": "Unexpected end of expression: {0}",
  45. "lexerr": "Lexer Error: {0} at column{1} in expression [{2}].",
  46. "esc": "IMPOSSIBLE",
  47. "lval": "Trying to assign a value to a non l-value",
  48. "syntax": "Syntax Error: Token '{0}' {1} at column {2} of the expression [{3}] starting at [{4}]."
  49. },
  50. "orderBy": {
  51. "notarray": "Expected array but received: {0}"
  52. },
  53. "jqLite": {
  54. "offargs": "jqLite#off() does not support the `selector` argument",
  55. "onargs": "jqLite#on() does not support the `selector` or `eventData` parameters",
  56. "nosel": "Looking up elements via selectors is not supported by jqLite! See: http://docs.angularjs.org/api/angular.element"
  57. },
  58. "$animate": {
  59. "notcsel": "Expecting class selector starting with '.' got '{0}'.",
  60. "nongcls": "$animateProvider.classNameFilter(regex) prohibits accepting a regex value which matches/contains the \"{0}\" CSS class."
  61. },
  62. "$q": {
  63. "norslvr": "Expected resolverFn, got '{0}'",
  64. "qcycle": "Expected promise to be resolved with value other than itself '{0}'"
  65. },
  66. "$injector": {
  67. "pget": "Provider '{0}' must define $get factory method.",
  68. "cdep": "Circular dependency found: {0}",
  69. "nomod": "Module '{0}' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.",
  70. "strictdi": "{0} is not using explicit annotation and cannot be invoked in strict mode",
  71. "modulerr": "Failed to instantiate module {0} due to:\n{1}",
  72. "undef": "Provider '{0}' must return a value from $get factory method.",
  73. "unpr": "Unknown provider: {0}",
  74. "itkn": "Incorrect injection token! Expected service name as string, got {0}"
  75. },
  76. "$templateRequest": {
  77. "tpload": "Failed to load template: {0} (HTTP status: {1} {2})"
  78. },
  79. "filter": {
  80. "notarray": "Expected array but received: {0}"
  81. },
  82. "ngTransclude": {
  83. "orphan": "Illegal use of ngTransclude directive in the template! No parent directive that requires a transclusion found. Element: {0}"
  84. },
  85. "ngModel": {
  86. "nopromise": "Expected asynchronous validator to return a promise but got '{0}' instead.",
  87. "nonassign": "Expression '{0}' is non-assignable. Element: {1}",
  88. "datefmt": "Expected `{0}` to be a date",
  89. "constexpr": "Expected constant expression for `{0}`, but saw `{1}`.",
  90. "numfmt": "Expected `{0}` to be a number"
  91. },
  92. "$location": {
  93. "nostate": "History API state support is available only in HTML5 mode and only in browsers supporting HTML5 History API",
  94. "badpath": "Invalid url \"{0}\".",
  95. "ipthprfx": "Invalid url \"{0}\", missing path prefix \"{1}\".",
  96. "isrcharg": "The first argument of the `$location#search()` call must be a string or an object.",
  97. "nobase": "$location in HTML5 mode requires a <base> tag to be present!"
  98. },
  99. "$cacheFactory": {
  100. "iid": "CacheId '{0}' is already taken!"
  101. },
  102. "$interpolate": {
  103. "noconcat": "Error while interpolating: {0}\nStrict Contextual Escaping disallows interpolations that concatenate multiple expressions when a trusted value is required. See http://docs.angularjs.org/api/ng.$sce",
  104. "interr": "Can't interpolate: {0}\n{1}",
  105. "nochgmustache": "angular-message-format.js currently does not allow you to use custom start and end symbols for interpolation.",
  106. "reqcomma": "Expected a comma after the keyword “{0}” at line {1}, column {2} of text “{3}”",
  107. "untermstr": "The string beginning at line {0}, column {1} is unterminated in text “{2}”",
  108. "badexpr": "Unexpected operator “{0}” at line {1}, column {2} in text. Was expecting “{3}”. Text: “{4}”",
  109. "dupvalue": "The choice “{0}” is specified more than once. Duplicate key is at line {1}, column {2} in text “{3}”",
  110. "unsafe": "Use of select/plural MessageFormat syntax is currently disallowed in a secure context ({0}). At line {1}, column {2} of text “{3}”",
  111. "reqother": "“other” is a required option.",
  112. "reqendinterp": "Expecting end of interpolation symbol, “{0}”, at line {1}, column {2} in text “{3}”",
  113. "reqarg": "Expected one of “plural” or “select” at line {0}, column {1} of text “{2}”",
  114. "wantstring": "Expected the beginning of a string at line {0}, column {1} in text “{2}”",
  115. "logicbug": "The messageformat parser has encountered an internal error. Please file a github issue against the AngularJS project and provide this message text that triggers the bug. Text: “{0}”",
  116. "reqopenbrace": "The plural choice “{0}” must be followed by a message in braces at line {1}, column {2} in text “{3}”",
  117. "unknarg": "Unsupported keyword “{0}” at line {0}, column {1}. Only “plural” and “select” are currently supported. Text: “{3}”",
  118. "reqendbrace": "The plural/select choice “{0}” message starting at line {1}, column {2} does not have an ending closing brace. Text “{3}”"
  119. },
  120. "ngOptions": {
  121. "iexp": "Expected expression in form of '_select_ (as _label_)? for (_key_,)?_value_ in _collection_' but got '{0}'. Element: {1}"
  122. },
  123. "$rootScope": {
  124. "inprog": "{0} already in progress",
  125. "infdig": "{0} $digest() iterations reached. Aborting!\nWatchers fired in the last 5 iterations: {1}"
  126. },
  127. "$compile": {
  128. "selmulti": "Binding to the 'multiple' attribute is not supported. Element: {0}",
  129. "ctreq": "Controller '{0}', required by directive '{1}', can't be found!",
  130. "tplrt": "Template for directive '{0}' must have exactly one root element. {1}",
  131. "iscp": "Invalid {3} for directive '{0}'. Definition: {... {1}: '{2}' ...}",
  132. "baddir": "Directive/Component name '{0}' is invalid. The name should not contain leading or trailing whitespaces",
  133. "multilink": "This element has already been linked.",
  134. "noctrl": "Cannot bind to controller without directive '{0}'s controller.",
  135. "multidir": "Multiple directives [{0}{1}, {2}{3}] asking for {4} on: {5}",
  136. "badrestrict": "Restrict property '{0}' of directive '{1}' is invalid",
  137. "uterdir": "Unterminated attribute, found '{0}' but no matching '{1}' found.",
  138. "infchng": "{0} $onChanges() iterations reached. Aborting!\n",
  139. "reqslot": "Required transclusion slot `{0}` was not filled.",
  140. "nodomevents": "Interpolations for HTML DOM event attributes are disallowed. Please use the ng- versions (such as ng-click instead of onclick) instead.",
  141. "nonassign": "Expression '{0}' in attribute '{1}' used with directive '{2}' is non-assignable!",
  142. "noslot": "No parent directive that requires a transclusion with slot name \"{0}\". Element: {1}"
  143. },
  144. "$resource": {
  145. "badargs": "Expected up to 4 arguments [params, data, success, error], got {0} arguments",
  146. "badmember": "Dotted member path \"@{0}\" is invalid.",
  147. "badname": "hasOwnProperty is not a valid parameter name.",
  148. "badcfg": "Error in resource configuration for action `{0}`. Expected response to contain an {1} but got an {2} (Request: {3} {4})"
  149. },
  150. "$route": {
  151. "norout": "Tried updating route when with no current route"
  152. },
  153. "linky": {
  154. "notstring": "Expected string but received: {0}"
  155. },
  156. "$sanitize": {
  157. "noinert": "Can't create an inert html document",
  158. "uinput": "Failed to sanitize html because the input is unstable",
  159. "elclob": "Failed to sanitize html because the element is clobbered: {0}"
  160. }
  161. }
  162. }