Skip to content

Commit 28e6f39

Browse files
committed
feat(pipeline): Added IE errors locale files
1 parent 1757bc8 commit 28e6f39

35 files changed

+10115
-0
lines changed

src/sentry/data/error-locale/ar-SA.txt

Lines changed: 289 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 289 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,289 @@
1+
5,Invalid procedure call or argument
2+
6,Overflow
3+
7,Out of memory
4+
9,Subscript out of range
5+
10,This array is fixed or temporarily locked
6+
11,Division by zero
7+
13,Type mismatch
8+
14,Out of string space
9+
17,Can't perform requested operation
10+
28,Out of stack space
11+
35,Sub or Function not defined
12+
48,Error in loading DLL
13+
51,Internal error
14+
52,Bad file name or number
15+
53,File not found
16+
54,Bad file mode
17+
55,File already open
18+
57,Device I/O error
19+
58,File already exists
20+
61,Disk full
21+
62,Input past end of file
22+
67,Too many files
23+
68,Device unavailable
24+
70,Permission denied
25+
71,Disk not ready
26+
74,Can't rename with different drive
27+
75,Path/File access error
28+
76,Path not found
29+
91,Object variable or With block variable not set
30+
92,For loop not initialized
31+
94,Invalid use of Null
32+
322,Can't create necessary temporary file
33+
424,Object required
34+
429,Automation server can't create object
35+
430,Class doesn't support Automation
36+
432,File name or class name not found during Automation operation
37+
438,Object doesn't support this property or method
38+
440,Automation error
39+
445,Object doesn't support this action
40+
446,Object doesn't support named arguments
41+
447,Object doesn't support current locale setting
42+
448,Named argument not found
43+
449,Argument not optional
44+
450,Wrong number of arguments or invalid property assignment
45+
451,Object not a collection
46+
453,Specified DLL function not found
47+
458,Variable uses an Automation type not supported in JavaScript
48+
462,The remote server machine does not exist or is unavailable
49+
501,Cannot assign to variable
50+
502,Object not safe for scripting
51+
503,Object not safe for initializing
52+
504,Object not safe for creating
53+
507,An exception occurred
54+
1001,Out of memory
55+
1002,Syntax error
56+
1003,Expected ':'
57+
1004,Expected ';'
58+
1005,Expected '('
59+
1006,Expected ')'
60+
1007,Expected ']'
61+
1008,Expected '{'
62+
1009,Expected '}'
63+
1010,Expected identifier
64+
1011,Expected '='
65+
1012,Expected '/'
66+
1013,Invalid number
67+
1014,Invalid character
68+
1015,Unterminated string constant
69+
1016,Unterminated comment
70+
1018,'return' statement outside of function
71+
1019,Can't have 'break' outside of loop
72+
1020,Can't have 'continue' outside of loop
73+
1023,Expected hexadecimal digit
74+
1024,Expected 'while'
75+
1025,Label redefined
76+
1026,Label not found
77+
1027,'default' can only appear once in a 'switch' statement
78+
1028,Expected identifier, string or number
79+
1029,Expected '@end'
80+
1030,Conditional compilation is turned off
81+
1031,Expected constant
82+
1032,Expected '@'
83+
1033,Expected 'catch'
84+
1034,Expected 'var'
85+
1035,'throw' must be followed by an expression on the same source line
86+
1037,'with' statements are not allowed in strict mode
87+
1038,Duplicate formal parameter names not allowed in strict mode
88+
1039,Octal numeric literals and escape characters not allowed in strict mode
89+
1041,Invalid usage of 'eval' in strict mode
90+
1042,Invalid usage of 'arguments' in strict mode
91+
1045,Calling delete on expression not allowed in strict mode
92+
1046,Multiple definitions of a property not allowed in strict mode
93+
1047,In strict mode, function declarations cannot be nested inside a statement or block. They may only appear at the top level or directly inside a function body.
94+
1048,The use of a keyword for an identifier is invalid
95+
1049,The use of a future reserved word for an identifier is invalid
96+
1050,The use of a future reserved word for an identifier is invalid. The identifier name is reserved in strict mode.
97+
1051,Setter functions must have one argument
98+
4096,JavaScript compilation error
99+
4097,JavaScript runtime error
100+
4098,Unknown runtime error
101+
5000,Cannot assign to 'this'
102+
5001,Number expected
103+
5002,Function expected
104+
5003,Cannot assign to a function result
105+
5004,Cannot index object
106+
5005,String expected
107+
5006,Date object expected
108+
5007,Object expected
109+
5008,Invalid left-hand side in assignment
110+
5009,Undefined identifier
111+
5010,Boolean expected
112+
5011,Can't execute code from a freed script
113+
5012,Object member expected
114+
5013,VBArray expected
115+
5014,JavaScript object expected
116+
5015,Enumerator object expected
117+
5016,Regular Expression object expected
118+
5017,Syntax error in regular expression
119+
5018,Unexpected quantifier
120+
5019,Expected ']' in regular expression
121+
5020,Expected ')' in regular expression
122+
5021,Invalid range in character set
123+
5022,Exception thrown and not caught
124+
5023,Function does not have a valid prototype object
125+
5024,The URI to be encoded contains an invalid character
126+
5025,The URI to be decoded is not a valid encoding
127+
5026,The number of fractional digits is out of range
128+
5027,The precision is out of range
129+
5028,Array or arguments object expected
130+
5029,Array length must be a finite positive integer
131+
5030,Array length must be assigned a finite positive number
132+
5031,Array object expected
133+
5034,Circular reference in value argument not supported
134+
5035,Invalid replacer argument
135+
5038,Argument list too large to apply
136+
5039,Redeclaration of const property
137+
5041,Object member not configurable
138+
5042,Variable undefined in strict mode
139+
5043,Accessing the 'caller' property of a function or arguments object is not allowed in strict mode
140+
5044,Accessing the 'callee' property of an arguments object is not allowed in strict mode
141+
5045,Assignment to read-only properties is not allowed in strict mode
142+
5046,Cannot create property for a non-extensible object
143+
5047,Object expected
144+
5048,Object expected
145+
5049,Object expected
146+
5050,Object expected
147+
5051,Function expected
148+
5052,Function expected
149+
5053,Property cannot have both accessors and a value
150+
5054,'this' is null or undefined
151+
5055,Object expected
152+
5056,Function expected
153+
5057,String expected
154+
5058,Boolean expected
155+
5059,Date expected
156+
5060,Number expected
157+
5061,VBArray expected
158+
5062,JavaScript object expected
159+
5063,Enumerator object expected
160+
5064,RegExp object expected
161+
5065,Invalid function argument
162+
5066,Object expected
163+
5067,JavaScript object expected
164+
5068,Function expected
165+
5069,VBArray expected
166+
5070,Object expected
167+
5071,Object expected
168+
5072,Invalid 'length' property
169+
5073,Array or arguments object expected
170+
5074,Invalid Operand
171+
5075,Invalid Operand
172+
5076,Invalid property descriptor
173+
5077,Cannot define property: object is not extensible
174+
5078,Cannot redefine non-configurable property
175+
5079,Cannot modify non-writable property
176+
5080,Cannot modify property: 'length' is not writable
177+
5081,Cannot define property
178+
5082,Typed array constructor argument is invalid
179+
5083,'this' is not a typed array object
180+
5084,Invalid offset/length when creating typed array
181+
5085,Invalid begin/end value in typed array subarray method
182+
5086,Invalid source in typed array set
183+
5087,'this' is not a DataView object
184+
5088,Invalid arguments in DataView
185+
5089,DataView operation access beyond specified buffer length
186+
5090,Invalid arguments in DataView
187+
5091,invalid function signature
188+
5092,invalid property signature
189+
5093,invalid input parameter type
190+
5094,invalid ouput parameter
191+
5095,Accessing the 'arguments' property of a function is not allowed in strict mode
192+
5096,Inspectable Object expected
193+
5097,Could not convert argument to type 'char'
194+
5098,Could not convert argument to type 'GUID'
195+
5099,IInspectable expected
196+
5100,Could not convert object to struct: object missing expected property
197+
5101,Unknown type
198+
5102,Function called with too few arguments
199+
5103,Type is not constructible
200+
5104,Could not convert value to PropertyValue: Type not supported by PropertyValue
201+
5105,Could not convert value to IInspectable: Type not supported by IInspectable
202+
5106,Could not convert Date to Windows.Foundation.DateTime: value outside of valid range
203+
5107,Could not convert value to Windows.Foundation.TimeSpan: value outside of valid range
204+
5108,Invalid access to already released Inspectable Object
205+
5109,Cannot release already released Inspectable Object
206+
5110,'this' is not of the expected type
207+
5111,Illegal length and size specified for the array
208+
5112,An unexpected failure occurred while trying to obtain metadata information
209+
5200,Status is 'error', but getResults did not return an error
210+
5201,Missing or invalid status parameter passed to completed handler
211+
5202,Missing or invalid sender parameter passed to completed handler
212+
6000,Infinity
213+
6001,-Infinity
214+
10438,Object doesn't support property or method '%s'
215+
10449,Argument to the function '%s' is not optional
216+
15001,'%s' is not a number
217+
15002,'%s' is not a function
218+
15004,'%s' is not an indexable object
219+
15005,'%s' is not a string
220+
15006,'%s' is not a date object
221+
15007,'%s' is null or not an object
222+
15008,Cannot assign to '%s'
223+
15009,'%s' is undefined
224+
15010,'%s' is not a boolean
225+
15012,Cannot delete '%s'
226+
15013,'%s' is not a VBArray
227+
15014,'%s' is not a JavaScript object
228+
15015,'%s' is not an enumerator object
229+
15016,'%s' is not a regular expression object
230+
15028,%s is not an Array or arguments object
231+
15031,%s is not an Array object
232+
15036,'%s' attribute on the property descriptor cannot be set to 'true' on this object
233+
15037,'%s' attribute on the property descriptor cannot be set to 'false' on this object
234+
15039,Redeclaration of const '%s'
235+
15041,Calling delete on '%s' is not allowed in strict mode
236+
15047,Unable to set property '%s' of undefined or null reference
237+
15048,Unable to get property '%s' of undefined or null reference
238+
15049,Unable to delete property '%s' of undefined or null reference
239+
15050,Unable to access property '%s': type 'VarDate' does not support user-defined properties
240+
15051,The value of the property '%s' is not a Function object
241+
15052,The value of the property '%s' is null or undefined, not a Function object
242+
15054,%s: 'this' is null or undefined
243+
15055,%s: 'this' is not an Object
244+
15056,%s: 'this' is not a Function object
245+
15057,%s: 'this' is not a String object
246+
15058,%s: 'this' is not a Boolean object
247+
15059,%s: 'this' is not a Date object
248+
15060,%s: 'this' is not a Number object
249+
15061,%s: 'this' is not a VBArray object
250+
15062,%s: 'this' is not a JavaScript object
251+
15063,%s: 'this' is not an Enumerator object
252+
15064,%s: 'this' is not a RegExp object
253+
15065,%s: invalid argument
254+
15066,%s: argument is not an Object
255+
15067,%s: argument is not a JavaScript object
256+
15068,%s: argument is not a Function object
257+
15069,%s: argument is not a VBArray object
258+
15070,%s: argument is null or undefined
259+
15071,%s: argument is not an Object and is not null
260+
15072,%s: argument does not have a valid 'length' property
261+
15073,%s: Array or arguments object expected
262+
15074,Invalid operand to '%s': Object expected
263+
15075,Invalid operand to '%s': Function expected
264+
15076,Invalid descriptor for property '%s'
265+
15077,Cannot define property '%s': object is not extensible
266+
15078,Cannot redefine non-configurable property '%s'
267+
15079,Cannot modify non-writable property '%s'
268+
15080,Cannot modify property '%s': 'length' is not writable
269+
15081,Cannot define property '%s'
270+
15088,Required argument %s in DataView method is not specified
271+
15090,DataView constructor argument %s is invalid
272+
15091,The function '%s' has an invalid signature and cannot be called
273+
15092,The property '%s' has an invalid signature and cannot be accessed
274+
15093,The runtimeclass %s that has Windows.Foundation.IPropertyValue as default interface is not supported as input parameter type
275+
15094,The object with interface Windows.Foundation.IPropertyValue that has runtimeclass name %s is not supported as out parameter
276+
15096,%s: 'this' is not an Inspectable Object
277+
15097,%s: could not convert argument to type 'char'
278+
15098,%s: could not convert argument to type 'GUID'
279+
15099,%s: could not convert return value to IInspectable
280+
15100,Could not convert object to struct: object missing expected property '%s'
281+
15101,Type '%s' not found
282+
15102,%s: function called with too few arguments
283+
15103,%s: type is not constructible
284+
15104,Could not convert value to PropertyValue: %s not supported by PropertyValue
285+
15105,Could not convert value to IInspectable: %s not supported by IInspectable
286+
15108,%s: The Inspectable object 'this' is released and cannot be accessed
287+
15110,'this' is not of expected type: %s
288+
15112,%s: an unexpected failure occurred while trying to obtain metadata information
289+
32812,The specified date is not available in the current locale's calendar

0 commit comments

Comments
 (0)