jscript9.dll.mui Microsoft ® JScript 7b0f57d3c88c5d6ba5c348ad57d217ab

File info

File name: jscript9.dll.mui
Size: 31232 byte
MD5: 7b0f57d3c88c5d6ba5c348ad57d217ab
SHA1: a843bac68995b484f3870e306673aa5f827e5a8e
SHA256: 4234f572c950ea00891382f701250204ab3df5bd81d8a29eb5f51b14fca6d3b2
Operating systems: Windows 10
Extension: MUI

Translations messages and strings

If an error occurred or the following message in Chinese (Traditional) language and you cannot find a solution, than check answer in English. Table below helps to know how correctly this phrase sounds in English.

id Chinese (Traditional) English
5程序呼叫或引數不正確 Invalid procedure call or argument
6溢位 Overflow
7記憶體不足 Out of memory
9陣列索引超出範圍 Subscript out of range
10此陣列的長度是固定的或暫時被鎖住 This array is fixed or temporarily locked
11除以零 Division by zero
13類型不符 Type mismatch
14字串空間不足 Out of string space
17無法執行所要求的動作 Can't perform requested operation
28堆疊空間不足 Out of stack space
35沒有定義這個 Sub 或 Function Sub or Function not defined
48載入 DLL 時發生錯誤 Error in loading DLL
51內部錯誤 Internal error
52錯誤的檔案名稱或代號 Bad file name or number
53找不到檔案 File not found
54錯誤的檔案模式 Bad file mode
55檔案已開啟 File already open
57週邊設備 I/O 錯誤 Device I/O error
58檔案已存在 File already exists
61磁碟已滿 Disk full
62輸入超出檔案結尾 Input past end of file
67檔案過多 Too many files
68無法使用周邊設備 Device unavailable
70沒有使用權限 Permission denied
71磁碟尚未準備好 Disk not ready
74在不同的磁碟機上,無法重新命名 Can't rename with different drive
75路徑或檔案存取錯誤 Path/File access error
76找不到路徑 Path not found
91沒有設定物件變數或 With 區塊變數 Object variable or With block variable not set
92沒有設定 For 迴圈的初始值 For loop not initialized
94Null 的使用不正確 Invalid use of Null
322無法產生必要的暫時檔案 Can't create necessary temporary file
424此處需要物件 Object required
429Automation 伺服程式無法產生物件 Automation server can't create object
430該物件類別不支援 Automation Class doesn't support Automation
432在 Automation 的運作過程中找不到檔案名稱或物件類別名稱 File name or class name not found during Automation operation
438物件不支援此屬性或方法 Object doesn't support this property or method
440Automation 錯誤 Automation error
445物件不支援此動作 Object doesn't support this action
446物件不支援指名引數(Named Argument) Object doesn't support named arguments
447物件不支援目前的地區設定 Object doesn't support current locale setting
448找不到指名引數(Named Argument) Named argument not found
449引數不為選擇性 Argument not optional
450引數的個數錯誤或指定了不正確的屬性 Wrong number of arguments or invalid property assignment
451此物件並非集合物件 Object not a collection
453找不到指定的 DLL 函數 Specified DLL function not found
458此變數使用了 JavaScript 不支援的 Automation 型態 Variable uses an Automation type not supported in JavaScript
462遠端伺服器不存在或無法使用 The remote server machine does not exist or is unavailable
501無法指定至變數 Cannot assign to variable
502物件無法安全地於 Scripting 中使用 Object not safe for scripting
503物件無法安全地初始化 Object not safe for initializing
504物件無法安全地建立 Object not safe for creating
507發生例外情況 An exception occurred
1002語法錯誤 Syntax error
1003必須要有 ':' Expected ':'
1004必須要有 ';' Expected ';'
1005必須要有 '(' Expected '('
1006必須要有 ')' Expected ')'
1007必須要有 ']' Expected ']'
1008必須要有 '{' Expected '{'
1009必須要有 '}' Expected '}'
1010必須要有識別項 Expected identifier
1011必須要有 '=' Expected '='
1012必須要有 '/' Expected '/'
1013不正確的數字 Invalid number
1014字元無效 Invalid character
1015無法判定字串常數的結尾 Unterminated string constant
1016無法判定程式註解的結尾 Unterminated comment
1018不能在函數之外使用 'return' 陳述式 'return' statement outside of function
1019不能在迴圈之外使用 'break' Can't have 'break' outside of loop
1020不能在迴圈之外使用 'continue' Can't have 'continue' outside of loop
1023必須是十六進位制的數值 Expected hexadecimal digit
1024必須要有 'while' Expected 'while'
1025標籤被重新定義 Label redefined
1026標籤不存在 Label not found
1027'switch' 陳述式中,'default' 僅能出現一次 'default' can only appear once in a 'switch' statement
1028必須要有識別項,字串或數字 Expected identifier, string or number
1029必須要有 '@end' Expected '@end'
1030關閉條件式編譯 Conditional compilation is turned off
1031必須要有常數 Expected constant
1032必須要有 '@' Expected '@'
1033必須要有 'catch' Expected 'catch'
1034必須要有 'var' Expected 'var'
1035'throw' 必須接著一運算式,且於同一行程式碼 'throw' must be followed by an expression on the same source line
1037不可在 strict 模式中使用 'with' 陳述式 'with' statements are not allowed in strict mode
1038不可在 strict 模式中使用重複的型式參數名稱 Duplicate formal parameter names not allowed in strict mode
1039不可在 strict 模式中使用八進位數值常值與逸出字元 Octal numeric literals and escape characters not allowed in strict mode
1041在 strict 模式中使用 'eval' 無效 Invalid usage of 'eval' in strict mode
1042在 strict 模式中使用 'arguments' 無效 Invalid usage of 'arguments' in strict mode
1045在 strict 模式中不可對運算式呼叫 delete Calling delete on expression not allowed in strict mode
1046在 strict 模式中不可有屬性的多個定義 Multiple definitions of a property not allowed in strict mode
1047在 strict 模式中,無法在陳述式或區塊中使用巢狀函式宣告。它們只能出現在頂層或直接出現在函式主體內。 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.
1048為識別碼使用關鍵字是無效的 The use of a keyword for an identifier is invalid
1049為識別碼使用未來的保留字是無效的 The use of a future reserved word for an identifier is invalid
1050為識別碼使用未來的保留字是無效的。識別碼名稱在 strict 模式中是保留字。 The use of a future reserved word for an identifier is invalid. The identifier name is reserved in strict mode.
1051Setter 函式必須有一個引數 Setter functions must have one argument
1052Let/Const 重新宣告 Let/Const redeclaration
1053必須初始化 Const Const must be initialized
1054必須在區塊內宣告 Const 與 let Const and let must be declared inside of block
1055對 const 的指派 Assignment to const
4096JavaScript 編譯錯誤 JavaScript compilation error
4097JavaScript 執行階段錯誤 JavaScript runtime error
4098未知的執行階段錯誤 Unknown runtime error
5000無法指定至 'this' Cannot assign to 'this'
5001必須要有數字 Number expected
5002必須要有函數 Function expected
5003無法指定為函數的結果 Cannot assign to a function result
5004無法索引物件 Cannot index object
5005必須要有字串 String expected
5006必須要有 Date 物件 Date object expected
5007必須要有物件 Object expected
5008指派的左側無效 Invalid left-hand side in assignment
5009未定義的識別項 Undefined identifier
5010必須要有布林值 Boolean expected
5011無法執行已被釋放的 Script Can't execute code from a freed script
5012必須要有物件成員 Object member expected
5013必須要有 VBArray VBArray expected
5014必須要有 JavaScript 物件 JavaScript object expected
5015必須要有 Enumerator 物件 Enumerator object expected
5016必須要有通用運算式 (Regular Expression) 物件 Regular Expression object expected
5017在通用運算式 (Regular Expression) 中有語法錯誤 Syntax error in regular expression
5018未預期的次數符號 Unexpected quantifier
5019通用(Regular) 運算式中,必須要有 ']' Expected ']' in regular expression
5020通用(Regular) 運算式中,必須要有 ')' Expected ')' in regular expression
5021不正確的字元集範圍 Invalid range in character set
5022已丟出(Throw) 一 例外事件但並未被接收(Catch) Exception thrown and not caught
5023函數沒有一個正確的原型(Prototype) 物件 Function does not have a valid prototype object
5024此 URI 含有一個不正確的字元 The URI to be encoded contains an invalid character
5025此 URI 不是個正確編碼 The URI to be decoded is not a valid encoding
5026分數位的數值超出範圍 The number of fractional digits is out of range
5027此精算值是超出範圍的 The precision is out of range
5028必須要有陣列或引數物件 Array or arguments object expected
5029陣列長度必須是一有限的正整數 Array length must be a finite positive integer
5030陣列長度必須被指定為一有限的正值 Array length must be assigned a finite positive number
5031需要有陣列或引數物件 Array object expected
5034不支援數值引數中的循環參照 Circular reference in value argument not supported
5035無效的取代子引數 Invalid replacer argument
5038引數清單太大,無法套用 Argument list too large to apply
5039重新宣告 const 屬性 Redeclaration of const property
5040循環 __proto__ 值 Cyclic __proto__ value
5041無法設定物件成員 Object member not configurable
5042未在 strict 模式中定義此變數 Variable undefined in strict mode
5043不可在 strict 模式中存取函式或引數物件的 'caller' 屬性 Accessing the 'caller' property of a function or arguments object is not allowed in strict mode
5044不可在 strict 模式中存取引數物件的 'callee' 屬性 Accessing the 'callee' property of an arguments object is not allowed in strict mode
5045不可在 strict 模式中指派唯讀屬性 Assignment to read-only properties is not allowed in strict mode
5046不可建立無法延伸的物件 Cannot create property for a non-extensible object
5053屬性不可同時具有存取子與值 Property cannot have both accessors and a value
5054'this' 為 null 或未經定義 'this' is null or undefined
5059必須要有日期 Date expected
5064必須要有 RegExp 物件 RegExp object expected
5065無效的函數引數 Invalid function argument
5072無效的 'length' 屬性 Invalid 'length' property
5074無效的運算元 Invalid Operand
5076無效的屬性描述元 Invalid property descriptor
5077無法定義屬性: 物件不可延伸 Cannot define property: object is not extensible
5078無法重新定義不可設定的屬性 Cannot redefine non-configurable property
5079無法修改不可寫入的屬性 Cannot modify non-writable property
5080無法修改屬性: 'length' 不可寫入 Cannot modify property: 'length' is not writable
5081無法定義屬性 Cannot define property
5082已指定型別的陣列建構函式引數無效 Typed array constructor argument is invalid
5083'this' 不是已指定型別的陣列物件 'this' is not a typed array object
5084建立已指定型別之陣列時指定的位移/長度無效 Invalid offset/length when creating typed array
5085已指定型別之陣列子陣列方法中的開始/結束值無效 Invalid begin/end value in typed array subarray method
5086已指定型別之陣列集中的來源無效 Invalid source in typed array set
5087'this' 不是 DataView 物件 'this' is not a DataView object
5088DataView 中的引數無效 Invalid arguments in DataView
5089DataView 作業存取超過指定的緩衝區長度 DataView operation access beyond specified buffer length
5091無效的函式簽章 invalid function signature
5092無效的屬性簽章 invalid property signature
5093無效的輸入參數型別 invalid input parameter type
5094無效的輸出參數 invalid ouput parameter
5095不允許在 strict 模式中存取函式的 'arguments' 屬性 Accessing the 'arguments' property of a function is not allowed in strict mode
5096必須是可檢查的物件 Inspectable Object expected
5097無法將引數的類型轉換為 'char' Could not convert argument to type 'char'
5098無法將引數的類型轉換為 'GUID' Could not convert argument to type 'GUID'
5099必須是 IInspectable IInspectable expected
5100無法將物件轉換為 struct: 物件缺少必要屬性 Could not convert object to struct: object missing expected property
5101類型不詳 Unknown type
5102呼叫函式時使用的引數太多 Function called with too few arguments
5103類型不是可建構的 Type is not constructible
5104無法將值轉換為 PropertyValue: PropertyValue 不支援此類型 Could not convert value to PropertyValue: Type not supported by PropertyValue
5105無法將值轉換為 IInspectable: IInspectable 不支援此類型 Could not convert value to IInspectable: Type not supported by IInspectable
5106無法將 Date 轉換為 Windows.Foundation.DateTime: 值超過有效範圍 Could not convert Date to Windows.Foundation.DateTime: value outside of valid range
5107無法將值轉換為 Windows.Foundation.TimeSpan: 值超過有效範圍 Could not convert value to Windows.Foundation.TimeSpan: value outside of valid range
5108對於已釋放之可檢查的物件的存取無效 Invalid access to already released Inspectable Object
5109無法釋放已釋放的可檢查的物件 Cannot release already released Inspectable Object
5110'this' 不是預期的類型 'this' is not of the expected type
5111為陣列指定的長度與大小不合法 Illegal length and size specified for the array
5112嘗試取得中繼資料資訊時發生意外失敗 An unexpected failure occurred while trying to obtain metadata information
5113在宣告之前使用 Use before declaration
5114無法重新初始化 'this',物件已初始化。 Cannot re-initialize 'this', object already initialized
5115無法初始化 'this',因為它不是可延伸的物件 Cannot initialize 'this' because it is a non-extensible object
5117'key' 不是物件 'key' is not an object
5118選項值超出有效範圍 Option value is outside of valid range
5119預期應有物件或字串 Object or string expected
5120無法用於新陳述式中 This can't be used in a new statement
5121地區設定的格式不正確 Locale is not well-formed
5122貨幣代碼無效 Currency code is invalid
5123未指定貨幣代碼 Currency code was not specified
5124無效的日期 Invalid Date
5125Intl 無法使用。 Intl is not available.
5200狀態是「錯誤」,但 getResults 未傳回錯誤 Status is 'error', but getResults did not return an error
5201傳遞給已完成之處理常式的狀態參數遺失或無效 Missing or invalid status parameter passed to completed handler
5202傳遞給已完成之處理常式的傳送者參數遺失或無效 Missing or invalid sender parameter passed to completed handler
5400針對機器碼進行評估時已停用函式評估 Function evaluation is disabled while debugging native code
5401針對機器碼進行偵錯時不支援評估 JavaScript 運算式 Evaluation of the JavaScript expression is not supported while debugging native code
5604預期應有 ArrayBuffer 物件 ArrayBuffer object expected
6000無限 Infinity
6001-無限 -Infinity
10438物件沒有支援這個屬性或方法 '%s' Object doesn't support property or method '%s'
10449函數 '%s' 的引數不為選擇性 Argument to the function '%s' is not optional
15001'%s' 不是一個數字 '%s' is not a number
15002'%s' 不是一個函數 '%s' is not a function
15004'%s' 不是一個可給予索引的物件 '%s' is not an indexable object
15005'%s' 不是一個字串 '%s' is not a string
15006'%s' 不是一個日期物件 '%s' is not a date object
15007'%s' 是 null 或不是一個物件 '%s' is null or not an object
15008無法指定至 '%s' Cannot assign to '%s'
15009'%s' 未經定義 '%s' is undefined
15010'%s' 並非為布林值 '%s' is not a boolean
15012無法刪除 '%s' Cannot delete '%s'
15013'%s' 不是一個 VBArray '%s' is not a VBArray
15014'%s' 不是 JavaScript 物件 '%s' is not a JavaScript object
15015'%s' 不是一個列舉值物件 '%s' is not an enumerator object
15016'%s' 不是一個通用運算式 (Regular Expression) 物件 '%s' is not a regular expression object
15028%s 不是陣列或引數物件 %s is not an Array or arguments object
15031%s 不是陣列物件 %s is not an Array object
15036屬性描述元上的 '%s' 屬性在此物件上不可設為 'true' '%s' attribute on the property descriptor cannot be set to 'true' on this object
15037屬性描述元上的 '%s' 屬性在此物件上不可設為 'false' '%s' attribute on the property descriptor cannot be set to 'false' on this object
15039重新宣告常數 '%s' Redeclaration of const '%s'
15041不可在 strict 模式中對 '%s' 呼叫 delete Calling delete on '%s' is not allowed in strict mode
15047無法設定未定義或 Null 參考的屬性 '%s' Unable to set property '%s' of undefined or null reference
15048無法取得未定義或 Null 參考的屬性 '%s' Unable to get property '%s' of undefined or null reference
15049無法刪除未定義或 Null 參考的屬性 '%s' Unable to delete property '%s' of undefined or null reference
15050無法存取屬性 '%s': 型別 'VarDate' 不支援使用者定義的屬性 Unable to access property '%s': type 'VarDate' does not support user-defined properties
15051屬性 '%s' 的值不是 Function 物件 The value of the property '%s' is not a Function object
15052屬性 '%s' 的值為 null 或未經定義,且不是 Function 物件 The value of the property '%s' is null or undefined, not a Function object
15054%s: 'this' 為 null 或未經定義 %s: 'this' is null or undefined
15055%s: 'this' 不是物件 %s: 'this' is not an Object
15056%s: 'this' 不是 Function 物件 %s: 'this' is not a Function object
15057%s: 'this' 不是 String 物件 %s: 'this' is not a String object
15058%s: 'this' 不是 Boolean 物件 %s: 'this' is not a Boolean object
15059%s: 'this' 不是 Date 物件 %s: 'this' is not a Date object
15060%s: 'this' 不是 Number 物件 %s: 'this' is not a Number object
15061%s: 'this' 不是 VBArray 物件 %s: 'this' is not a VBArray object
15062%s: 'this' 不是 JavaScript 物件 %s: 'this' is not a JavaScript object
15063%s: 'this' 不是 Enumerator 物件 %s: 'this' is not an Enumerator object
15064%s: 'this' 不是 RegExp 物件 %s: 'this' is not a RegExp object
15065%s: 無效的引數 %s: invalid argument
15066%s: 引數不是物件 %s: argument is not an Object
15067%s: 引數不是 JavaScript 物件 %s: argument is not a JavaScript object
15068%s: 引數不是 Function 物件 %s: argument is not a Function object
15069%s: 引數不是 VBArray 物件 %s: argument is not a VBArray object
15070%s: 引數為 null 或未經定義 %s: argument is null or undefined
15071%s: 引數不是物件或不是 null %s: argument is not an Object and is not null
15072%s: 引數不具有效的 'length' 屬性 %s: argument does not have a valid 'length' property
15073%s: 必須要有陣列或引數物件 %s: Array or arguments object expected
15074'%s' 的運算元無效: 必須要有物件 Invalid operand to '%s': Object expected
15075'%s' 的運算元無效: 必須要有函數 Invalid operand to '%s': Function expected
15076屬性 '%s' 的描述子無效 Invalid descriptor for property '%s'
15077無法定義屬性 '%s': 物件不可延伸 Cannot define property '%s': object is not extensible
15078無法重新定義不可設定的屬性 '%s' Cannot redefine non-configurable property '%s'
15079無法修改不可寫入的屬性 '%s' Cannot modify non-writable property '%s'
15080無法修改屬性 '%s': 'length' 是不可寫入的 Cannot modify property '%s': 'length' is not writable
15081無法定義屬性 '%s' Cannot define property '%s'
15088未在 DataView 方法中指定必要引數 %s Required argument %s in DataView method is not specified
15090DataView 建構函式引數 %s 無效 DataView constructor argument %s is invalid
15091函式 '%s' 具有無效的簽章,因此無法呼叫 The function '%s' has an invalid signature and cannot be called
15092屬性 '%s' 具有無效的簽章,因此無法存取 The property '%s' has an invalid signature and cannot be accessed
15093不支援使用預設介面為 Windows.Foundation.IPropertyValue 的執行階段類別 %s 做為輸入參數型別 The runtimeclass %s that has Windows.Foundation.IPropertyValue as default interface is not supported as input parameter type
15094不支援使用介面為 Windows.Foundation.IPropertyValue (執行階段類別名稱為 %s) 的物件做為輸出參數 The object with interface Windows.Foundation.IPropertyValue that has runtimeclass name %s is not supported as out parameter
15096%s: 'this' 不是可檢查的物件 %s: 'this' is not an Inspectable Object
15097%s: 無法將引數的類型轉換為 'char' %s: could not convert argument to type 'char'
15098%s: 無法將引數的類型轉換為 'GUID' %s: could not convert argument to type 'GUID'
15099%s: 無法將傳回值轉換為 IInspectable %s: could not convert return value to IInspectable
15100無法將物件轉換為 struct: 物件缺少必要屬性 '%s' Could not convert object to struct: object missing expected property '%s'
15101找不到類型 '%s' Type '%s' not found
15102%s: 呼叫函式時使用的引數太多 %s: function called with too few arguments
15103%s: 類型不是可建構的 %s: type is not constructible
15104無法將值轉換為 PropertyValue: PropertyValue 不支援 %s Could not convert value to PropertyValue: %s not supported by PropertyValue
15105無法將值轉換為 IInspectable: IInspectable 不支援 %s Could not convert value to IInspectable: %s not supported by IInspectable
15108%s: 可檢查的物件 'this' 已釋放,因此無法存取 %s: The Inspectable object 'this' is released and cannot be accessed
15110'this' 不是預期的類型: %s 'this' is not of expected type: %s
15112%s: 嘗試取得中繼資料資訊時發生意外失敗 %s: an unexpected failure occurred while trying to obtain metadata information
15114無法初始化 '%s' 物件: 'this' 已初始化為 '%s' 物件 Cannot initialize '%s' object: 'this' is already initialized as '%s' object
15115無法初始化 '%s' 物件: 'this' 不是可延伸的 Cannot initialize '%s' object: 'this' is not extensible
15116%s: 'this' 不是 %s 物件 %s: 'this' is not a %s object
15117%s: 'key' 不是物件 %s: 'key' is not an object
15118選項值 '%s' (屬於 '%s') 超出有效範圍。預期應為: %s Option value '%s' for '%s' is outside of valid range. Expected: %s
15119%s 不是物件或字串 %s is not an object or a string
15120函式 '%s' 不是建構函式 Function '%s' is not a constructor
15121地區設定 '%s' 的格式不正確 Locale '%s' is not well-formed
15122貨幣代碼 '%s' 無效 Currency code '%s' is invalid
15604%s 不是 ArrayBuffer %s is not an ArrayBuffer
20001無法從已釋放的指令碼執行程式碼 Can't execute code from a freed script
32812指定日期無法在目前地區設定的日曆樣式使用 The specified date is not available in the current locale's calendar
0x10000001已在處理 INTERNET 控制代碼之建立或解構的所有 WinINet 事件上設定旗標 Flagged on all WinINet events dealing with creation or destruction of INTERNET handles
0x10000002已在處理 HTTP 要求及回應之程序的所有 WinINet 事件上設定旗標 Flagged on all WinINet events dealing with processing of HTTP requests and responses
0x10000003已在處理網路操作 (TCP, DNS) 的所有 WinINet 事件上設定旗標 Flagged on all WinINet events dealing with network operations (TCP, DNS)
0x10000004已在處理驗證的所有 WinINet 事件上設定旗標 Flagged on all WinINet events dealing with authentication
0x10000005已在處理 HTTPS 的所有 WinINet 事件上設定旗標 Flagged on all WinINet events dealing with HTTPS
0x10000006已在處理 AUTOPROXY 的所有 WinINet 事件上設定旗標 Flagged on all WinINet events dealing with AUTOPROXY
0x10000007已在處理 Cookie 的所有 WinINet 事件上設定旗標 Flagged on all WinINet events dealing with Cookies
0x10000008已在所有 WinINet IE 事件上設定旗標 Flagged on all WinINet IE events
0x10000021已在處理傳送封包擷取的所有 WinINet 事件上設定旗標 Flagged on all WinINet events dealing with sending packet capture
0x10000022已在處理接收封包擷取的所有 WinINet 事件上設定旗標 Flagged on all WinINet events dealing with receiving packet capture
0x10000023已在只與行動 SKU 相關的所有 WinINet 事件上設定旗標 Flagged on all WinINet events relevant only to Mobile SKUs
0x1000002A已在處理可能為個人識別資訊的所有 WinINet 事件上設定旗標 Flagged on all WinINet events dealing with potential personally identifiable information
0x1000002B已在處理封包擷取的所有 WinINet 事件上設定旗標 Flagged on all WinINet events dealing with packet capture
0x10000031回應時間 Response Time
0x30000000資訊 Info
0x30000001開始 Start
0x30000002停止 Stop
0x3000000B失敗 Fail
0x50000002錯誤 Error
0x50000005詳細資訊 Verbose
0x700001F4WININET_ROOT_HANDLE_CREATED WININET_ROOT_HANDLE_CREATED
0x700001F5WININET_OPEN_URL_HANDLE_CREATED WININET_OPEN_URL_HANDLE_CREATED
0x700001F6WININET_CONNECT_HANDLE_CREATED WININET_CONNECT_HANDLE_CREATED
0x700001F7WININET_HTTP_REQUEST_HANDLE_CREATED WININET_HTTP_REQUEST_HANDLE_CREATED
0x700001F8WININET_HANDLE_CLOSED WININET_HANDLE_CLOSED
0x700001F9WININET_HANDLE_CREATE_FAILED WININET_HANDLE_CREATE_FAILED
0x700001FAWININET_HANDLE_CLOSE_FAILED WININET_HANDLE_CLOSE_FAILED
0x700001FBWININET_HTTP_REQUEST WININET_HTTP_REQUEST
0x700001FCWININET_HTTP_RESPONSE WININET_HTTP_RESPONSE
0x700001FDWININET_HTTP_CONNECTION_CLOSED WININET_HTTP_CONNECTION_CLOSED
0x700001FEWININET_KEEP_ALIVE_CONNECTION_REUSED WININET_KEEP_ALIVE_CONNECTION_REUSED
0x700001FFWININET_KEEP_ALIVE_CONNECTION_POOLED WININET_KEEP_ALIVE_CONNECTION_POOLED
0x70000200WININET_KEEP_ALIVE_CONNECTION_CLOSED WININET_KEEP_ALIVE_CONNECTION_CLOSED
0x70000201WININET_HTTP_RESPONSE_BODY_RECEIVED WININET_HTTP_RESPONSE_BODY_RECEIVED
0x70000202WININET_TCP_CONNECTION WININET_TCP_CONNECTION
0x70000203WININET_DNS_QUERY WININET_DNS_QUERY
0x70000204WININET_NETWORK_CHANGE_DETECTED WININET_NETWORK_CHANGE_DETECTED
0x70000205WININET_COOKIE_HEADER_RECEIVED WININET_COOKIE_HEADER_RECEIVED
0x70000206WININET_COOKIE_STORED WININET_COOKIE_STORED
0x70000207WININET_COOKIE_DELETED WININET_COOKIE_DELETED
0x70000208WININET_COOKIE_BLOCKED WININET_COOKIE_BLOCKED
0x70000209WININET_COOKIE_P3P_REJECTED WININET_COOKIE_P3P_REJECTED
0x7000020AWININET_COOKIE_REQUEST_HEADER_CREATED WININET_COOKIE_REQUEST_HEADER_CREATED
0x7000020BWININET_COOKIE_ADDED_TO_HEADER WININET_COOKIE_ADDED_TO_HEADER
0x7000020CWININET_AUTH_RESPONSE_RECEIVED WININET_AUTH_RESPONSE_RECEIVED
0x7000020DWININET_AUTH_CLIENT_SETS_USERNAME WININET_AUTH_CLIENT_SETS_USERNAME
0x7000020EWININET_AUTH_CLIENT_SETS_PASSWORD WININET_AUTH_CLIENT_SETS_PASSWORD
0x7000020FWININET_AUTH_USING_CACHED_CREDS WININET_AUTH_USING_CACHED_CREDS
0x70000210WININET_AUTH_USING_DEFAULT_CREDS WININET_AUTH_USING_DEFAULT_CREDS
0x70000211WININET_AUTH_CLIENT_ADD_HEADERS WININET_AUTH_CLIENT_ADD_HEADERS
0x70000212WININET_HTTPS_NEGOTIATION WININET_HTTPS_NEGOTIATION
0x70000213WININET_HTTPS_SERVER_CERT_ERROR WININET_HTTPS_SERVER_CERT_ERROR
0x70000214WININET_HTTPS_SERVER_CERT_VALIDATED WININET_HTTPS_SERVER_CERT_VALIDATED
0x70000215WININET_HTTPS_CLIENT_CERT_REQUIRED WININET_HTTPS_CLIENT_CERT_REQUIRED
0x70000216WININET_HTTPS_CLIENT_CERT_UNAVAILABLE WININET_HTTPS_CLIENT_CERT_UNAVAILABLE
0x70000217WININET_HTTPS_CLIENT_CERT_SELECTED WININET_HTTPS_CLIENT_CERT_SELECTED
0x70000218WININET_HTTPS_RENEGOTIATION WININET_HTTPS_RENEGOTIATION
0x70000219WININET_AUTOPROXY_SEARCH WININET_AUTOPROXY_SEARCH
0x7000021AWININET_AUTOPROXY_DHCP WININET_AUTOPROXY_DHCP
0x7000021BWININET_AUTOPROXY_DNS WININET_AUTOPROXY_DNS
0x7000021CWININET_AUTOPROXY_DOWNLOAD WININET_AUTOPROXY_DOWNLOAD
0x7000021DWININET_AUTOPROXY_FIND_INFO_FOR_URL WININET_AUTOPROXY_FIND_INFO_FOR_URL
0x7000021EWININET_TEST_EVENT WININET_TEST_EVENT
0x7000021FWININET_BLOCKING_AUTOPROXY_DETERMINATION WININET_BLOCKING_AUTOPROXY_DETERMINATION
0x70000220WININET_TRANSFER WININET_TRANSFER
0x70000221WININET_AUTOPROXY_SWPAD WININET_AUTOPROXY_SWPAD
0x70000222WININET_REQUEST_HEADER WININET_REQUEST_HEADER
0x70000223WININET_RESPONSE_HEADER WININET_RESPONSE_HEADER
0x70000224WININET_REQUEST_HEADER_OPTIONAL WININET_REQUEST_HEADER_OPTIONAL
0x70000244WININET_AUTOPROXY_PERFTRACK_HOST_IP_LOOKUP WININET_AUTOPROXY_PERFTRACK_HOST_IP_LOOKUP
0x70000245WININET_AUTOPROXY_PERFTRACK_SWPAD_LOOKUP WININET_AUTOPROXY_PERFTRACK_SWPAD_LOOKUP
0x70000246WININET_AUTOPROXY_PERFTRACK_KNOWN_DETECTION WININET_AUTOPROXY_PERFTRACK_KNOWN_DETECTION
0x70000247WININET_AUTOPROXY_PERFTRACK_UNKNOWN_DETECTION WININET_AUTOPROXY_PERFTRACK_UNKNOWN_DETECTION
0x70000248WININET_AUTOPROXY_PERFTRACK_SCRIPT_DOWNLOAD WININET_AUTOPROXY_PERFTRACK_SCRIPT_DOWNLOAD
0x7000024BWININET_AUTOPROXY_PERFTRACK_ALL WININET_AUTOPROXY_PERFTRACK_ALL
0x7000024CWININET_HTTP_RESPONSE_BODY_READ_ERROR WININET_HTTP_RESPONSE_BODY_READ_ERROR
0x7000024DWININET_STREAM_DATA_INDICATED WININET_STREAM_DATA_INDICATED
0x7000024EWININET_APPLICATION_OFFLINE_CHECK WININET_APPLICATION_OFFLINE_CHECK
0x90000001Microsoft-Windows-WinINet Microsoft-Windows-WinINet
0xB0000065工作階段控制代碼 %1 已建立: UserAgent=%3,AccessType=%5,ProxyList=%7,ProxyBypassList=%9,旗標=%10 Session handle %1 created: UserAgent=%3, AccessType=%5, ProxyList=%7, ProxyBypassList=%9, Flags=%10
0xB0000066依 InternetOpenURL 來建立控制代碼 %1: SessionHandle=%2,URL=%4,標頭=%6,旗標=%7 Handle %1 created by InternetOpenURL: SessionHandle=%2,URL=%4, Headers=%6, Flags=%7
0xB0000067依 InternetConnect 來建立控制代碼 %1: SessionHandle=%2,伺服器=%4:%5,%7,旗標=%8 Handle %1 created by InternetConnect: SessionHandle=%2, Server=%4:%5, %7, Flags=%8
0xB0000068依 HttpOpenRequest 來建立要求控制代碼 %1: ConnectionHandle=%2,%4,目標=%6,版本=%8,Referrer=%10,媒體類型=%12,旗標=%13 Request handle %1 created by HttpOpenRequest: ConnectionHandle=%2, %4, Target=%6, Ver=%8, Referrer=%10, Media types=%12, Flags=%13
0xB0000069控制代碼 %1 已順利關閉 Handle %1 closed successfully
0xB000006A無法建立控制代碼: ParentHandle=%1,錯誤=%2 Failed to create handle: ParentHandle=%1, Error=%2
0xB000006B控制代碼 %1 無法關閉: 錯誤=%2 Handle %1 failed to close: Error=%2
0xB000006C要求控制代碼 %1 伺服器詳細資料: 伺服器 =%3 連接埠 =%4 服務 =%6 Request handle %1 Server Details: Server=%3 Port=%4 Service=%6
0xB00000C8已從 API 接收 HTTP 要求 : RequestHandle=%1 HTTP request was received from API: RequestHandle=%1
0xB00000C9順利傳送 HTTP 要求: RequestHandle=%1,SocketHandle=%2,%4,CookieSent= %5 HTTP request was sent successfully: RequestHandle=%1, SocketHandle=%2, %4, CookieSent= %5
0xB00000CAHTTP 要求傳送失敗: 控制代碼=%1,錯誤=%2 HTTP request send failed: Handle=%1, Error=%2
0xB00000CB收到 HTTP 回應 (%1): RequestHandle=%2,SocketHandle=%3,%5,ContentLength=%7 HTTP response (%1) received: RequestHandle=%2, SocketHandle=%3, %5, ContentLength=%7
0xB00000CCHTTP 回應失敗: 控制代碼=%1,錯誤=%2 HTTP response failed: Handle=%1, Error=%2
0xB00000CDHTTP 連線 (控制代碼=%1,SocketHandle=%2) 已關閉,理由如下: %4 HTTP connection (Handle=%1, SocketHandle=%2) closed due to the following reason: %4
0xB00000CE重新使用保持使用中連線: ConnectionHandle=%1,SocketHandle=%2 Keep-alive connection is re-used: ConnectionHandle=%1, SocketHandle=%2
0xB00000CF連線已回到保持使用中集區: RequestHandle=%1, SocketHandle=%2 Connection is returned to keep-alive pool: RequestHandle=%1, SocketHandle=%2
0xB00000D0保持使用中連線已關閉: ConnectionHandle=%1,SocketHandle=%2 Keep-alive connection is closed: ConnectionHandle=%1, SocketHandle=%2
0xB00000D1已收到 HTTP 回應實體內容: RequestHandle=%1 HTTP response entity body received: RequestHandle=%1
0xB00000D2HTTP 要求標頭 RequestHandle=%1 %3 HTTP Request Headers RequestHandle=%1 %3
0xB00000D3HTTP 回應標頭 RequestHandle=%1 %3 HTTP Response Headers RequestHandle=%1 %3
0xB00000D4HTTP 要求標頭 OptionalData RequestHandle=%1 %3 HTTP Request Headers OptionalData RequestHandle=%1 %3
0xB00000D5WinInet::Http 回應實體內容接收失敗: 要求控制代碼=%1,錯誤=%2 WinInet::Http response entity body receive failed: Request Handle=%1, Error=%2
0xB000012D已建立與伺服器 %2 的 TCP 連線: ConnectionHandle=%3,SocketHandle=%4,LocalPort=%5 TCP connection to server %2 established: ConnectionHandle=%3, SocketHandle=%4, LocalPort=%5
0xB000012E到連線控制代碼 %3 之 %2 的 TCP 連線失敗: 錯誤=%4 TCP connection to %2 for connection handle %3 failed: Error=%4
0xB000012FTCP 連線已順利關閉: SocketHandle=%1 TCP connection closed successfully: SocketHandle=%1
0xB0000130已傳送對 %2 主機名稱的 DNS 查詢: 控制代碼=%3 DNS query for %2 hostname is sent: Handle=%3
0xB0000131對 %2 主機名稱的 DNS 查詢已完成: 控制代碼=%3,位址=%5 DNS query for %2 hostname is complete: Handle=%3, Addresses=%5
0xB0000132對 %2 主機名稱的 DNS 查詢失敗: 控制代碼=%3 錯誤=%4 DNS query for %2 hostname failed: Handle=%3 Error=%4
0xB0000133對 %2 主機名稱之重新使用的 DNS 快取查詢已完成: 控制代碼=%3,位址=%5 Re-used DNS cache, query for %2 hostname is complete: Handle=%3, Addresses=%5
0xB0000134偵測到網路變更: 控制代碼=%1 A network change was detected: Handle=%1
0xB00001F5收到包含 Cookie 標頭的回應: URL=%2 Received response including a cookie header: URL=%2
0xB00001F6用戶端已在 Cookie Jar 中儲存 Cookie: 網域=%2,路徑=%4,名稱=%6,值=%8 Client has stored a cookie in the cookie jar: Domain=%2, Path=%4, Name=%6, Value=%8
0xB00001F7用戶端已刪除 Cookie Jar 中的 Cookie: 網域=%2,路徑=%4,名稱=%6,值=%8 Client has deleted a cookie in the cookie jar: Domain=%2, Path=%4, Name=%6, Value=%8
0xB00001F8用戶端已拒絕伺服器傳送的 Cookie: 網域=%2,路徑=%4,名稱=%6,值=%8 Client has rejected a cookie sent by the server: Domain=%2, Path=%4, Name=%6, Value=%8
0xB00001F9用戶端的 P3P 原則已拒絕伺服器 Cookie: 網域=%2,路徑=%4,名稱=%6,值=%8 Server cookie was rejected by the client's P3P policy: Domain=%2, Path=%4, Name=%6, Value=%8
0xB00001FA已為要求建立 Cookie 標頭: URL=%2 A cookie header was created for the request: URL=%2
0xB00001FBCookie 已新增到要求標頭: 網域=%2,路徑=%4,名稱=%6,值=%8 Cookie added to the request header: Domain=%2, Path=%4, Name=%6, Value=%8
0xB0000259已收到驗證回應: RequestHandle=%1,架構=%3,IsProxy=%4 Auth response received: RequestHandle=%1, Scheme=%3, IsProxy=%4
0xB000025A用戶端設定使用者名稱: RequestHandle=%1,IsProxy=%2 Client sets username: RequestHandle=%1, IsProxy=%2
0xB000025B用戶端設定密碼: RequestHandle=%1,IsProxy=%2 Client sets password: RequestHandle=%1, IsProxy=%2
0xB000025C使用快取的認證: RequestHandle=%1,IsProxy=%2 Using cached credentials: RequestHandle=%1, IsProxy=%2
0xB000025D使用預設的認證: RequestHandle=%1,IsProxy=%2 Using default credentials: RequestHandle=%1, IsProxy=%2
0xB000025E用戶端將授權標頭新增到 HTTP 要求: RequestHandle=%1,架構=%3,IsProxy=%4 Client adds authorization headers to an HTTP request: RequestHandle=%1, Scheme=%3, IsProxy=%4
0xB00002BD用戶端開始 SSL 交涉: RequestHandle=%1 Client begins SSL negotiation: RequestHandle=%1
0xB00002BE已順利完成用戶端與伺服器間的 SSL 交涉: RequestHandle=%1 SSL negotiation between client and server has completed successfully: RequestHandle=%1
0xB00002BFSSL 交涉失敗: RequestHandle=%1,錯誤=%2 SSL negotiation failed: RequestHandle=%1, Error=%2
0xB00002C0驗證伺服器憑證時發生錯誤 (SCHANNEL 錯誤): RequestHandle=%1,錯誤=%2 Error validating server certificate (SCHANNEL error): RequestHandle=%1, Error=%2
0xB00002C1已驗證伺服器憑證: RequestHandle=%1,CertHash=%3,WarningFlags=%4 Server certificate validated: RequestHandle=%1, CertHash=%3, WarningFlags=%4
0xB00002C2伺服器需要用戶端授權的用戶端憑證: RequestHandle=%1 Server requires a client certificate for client authorization: RequestHandle=%1
0xB00002C3沒有可用的用戶端憑證: RequestHandle=%1 There is no client certificate available: RequestHandle=%1
0xB00002C4選取的用戶端憑證將用於 SSL 交易: RequestHandle=%1,CertHash=%3 The selected client certificate will be used for the SSL transaction: RequestHandle=%1, CertHash=%3
0xB00002C7用戶端開始 SSL 重新交涉: RequestHandle=%1 Client begins SSL renegotiation: RequestHandle=%1
0xB00002C8已順利完成用戶端與伺服器間的 SSL 重新交涉: RequestHandle=%1 SSL renegotiation between client and server has completed successfully: RequestHandle=%1
0xB00002C9SSL 重新交涉失敗: RequestHandle=%1,錯誤=%2 SSL renegotiation failed: RequestHandle=%1, Error=%2
0xB0000321用戶端開始嘗試尋找 WPAD 設定檔: ConnectionName=%2,DetectFlags=%3 Client begins attempts to locate the WPAD configuration file: ConnectionName=%2, DetectFlags=%3
0xB0000322使用 DHCP 開始搜尋設定檔: 介面=%2 Begin search for configuration file using DHCP: Interface=%2
0xB0000323已使用 DHCP 找到 WPAD 設定檔: 介面=%2,ConfigurationURL=%4 WPAD configuration file found using DHCP: Interface=%2, ConfigurationURL=%4
0xB0000324使用 DHCP 搜尋 WPAD 設定檔失敗: 介面=%2,ConfigurationURL=%4,錯誤=%5 Search for WPAD configuration file using DHCP failed: Interface=%2, ConfigurationURL=%4, Error=%5
0xB0000325使用 DNS 開始搜尋設定檔: DetectFlags=%1 Begin search for configuration file using DNS: DetectFlags=%1
0xB0000326已使用 DNS 找到 WPAD 設定檔: ConfigurationURL=%2,DetectFlags=%3 WPAD configuration file found using DNS: ConfigurationURL=%2, DetectFlags=%3
0xB0000327使用 DNS 搜尋 WPAD 設定檔失敗: DetectFlags=%1,錯誤=%2 Search for WPAD configuration file using DNS failed: DetectFlags=%1, Error=%2
0xB0000328搜尋 WPAD 設定檔失敗: 錯誤=%1 Search for WPAD configruation file failed: Error=%1
0xB0000329從設定 URL 開始下載設定檔: ConfigurationURL=%2 Begin downloading the configuration file from the configuration URL: ConfigurationURL=%2
0xB000032A用戶端已順利從設定 URL 下載設定檔: ConfigurationURL=%2 Client successfully downloaded the configuration file from the configuration URL: ConfigurationURL=%2
0xB000032B從設定 URL 下載設定檔失敗: ConfigurationURL=%2,錯誤=%3 Downloading the configuration file from the configuration URL failed: ConfigurationURL=%2, Error=%3
0xB000032C下載的設定檔無法使用: ConfigurationURL=%2,MIMEType=%4,錯誤=%5 The downloaded configuration file could not be used: ConfigurationURL=%2, MIMEType=%4, Error=%5
0xB000032D搜尋 URL 的 Proxy 資訊: URL=%2 Searching for Proxy Information for the URL: URL=%2
0xB000032E用戶端已順利擷取 Proxy 資料以供存取指定的資源: URL=%2,ProxyString=%4 Client has successfully retrieved proxy data for accessing a specified resource: URL=%2, ProxyString=%4
0xB000032F尋找 URL 的 Proxy 資訊時發生錯誤: URL=%2,錯誤=%3 Error locating proxy information for the URL: URL=%2, Error=%3
0xB0000330已開始封鎖自動 Proxy 判斷 Blocking autoproxy determination started
0xB0000331已停止封鎖自動 Proxy 判斷 Blocking autoproxy determination stopped
0xB0000332WinInet 活動傳輸事件 WinInet Activity Transfer Event
0xB0000333AutoProxy SWPAD 決定 (%1) NumConnections (%2) AutoProxy SWPAD Decision (%1) NumConnections (%2)
0xB0000334已開始自動 Proxy 主機 IP 查閱 Autoproxy host IP lookup started
0xB0000335已停止自動 Proxy 主機 IP 查閱 Autoproxy host IP lookup stopped
0xB0000336已開始自動 Proxy SWPAD 查閱 Autoproxy SWPAD lookup started
0xB0000337已停止自動 Proxy SWPAD 查閱 Autoproxy SWPAD lookup stopped
0xB0000338已開始在 SWPAD 為開啟的情況下進行自動 Proxy 偵測 Autoproxy Detection with SWPAD ON started
0xB0000339已停止在 SWPAD 為開啟的情況下進行自動 Proxy 偵測 Autoproxy Detection with SWPAD ON stopped
0xB000033A已開始在 SWPAD 為未知的情況下進行自動 Proxy 偵測 Autoproxy Detection with SWPAD UNKNOWN started
0xB000033B已停止在 SWPAD 為未知的情況下進行自動 Proxy 偵測 Autoproxy Detection with SWPAD UNKNOWN stopped
0xB000033C已開始自動下載 Proxy 指令碼 Autoproxy Script Download Started
0xB000033D已停止下載自動 Proxy 指令碼 Autoproxy Script Download Stopped
0xB0000342已開始自動 Proxy 完整案例 Autoproxy full scenario started
0xB0000343已停止自動 Proxy 完整案例 Autoproxy full scenario stopped
0xB0000385應用程式離線檢查已開始 Application offline check started
0xB0000386應用程式離線檢查完成 Application offline check complete
0xB0000421要求的 URL=%1 指令動詞=%2 RequestHeaders=%3 ResponseHeaders=%4 狀態=%5 快取=%6 Requested URL=%1 Verb=%2 RequestHeaders=%3 ResponseHeaders=%4 Status=%5 Cache=%6
0xB0000422清除的 URL=%1 Scavenged URL=%1
0xB00100C8已從 API 接收 HTTP 要求: RequestHandle=%1,RequestContext=%2 HTTP request was received from API: RequestHandle=%1, RequestContext=%2
0xB20007D1已擷取 WinINet 要求標頭緩衝區 The WinINet request header buffer captured
0xB20007D2已擷取 WinINet 要求承載緩衝區 The WinINet request payload buffer captured
0xB20007D3已擷取 WinINet 回應標頭緩衝區 The WinINet response header buffer captured
0xB20007D4已擷取 WinINet 回應承載緩衝區 The WinINet response payload buffer captured
0xD0000001WPAD_NETWORK_DECISION_OFF WPAD_NETWORK_DECISION_OFF
0xD0000002WPAD_NETWORK_DECISION_ON WPAD_NETWORK_DECISION_ON
0xD0000003WPAD_NETWORK_DECISION_UNKNOWN WPAD_NETWORK_DECISION_UNKNOWN
0xD0000004Missed Missed
0xD0000005Hit Hit
0xD0000006過時已修改 Stale-Modified
0xD0000007Stale-NotModified Stale-NotModified
0xD0000008HTTP HTTP
0xD0000009SPDY3 SPDY3
0xD000000A已擷取之標頭或承載的開始區段 Start fragment of captured header or payload
0xD000000B已擷取之標頭或承載的結束區段 End fragment of captured header or payload

EXIF

File Name:jscript9.dll.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-s..-jscript9.resources_31bf3856ad364e35_11.0.15063.0_zh-tw_8a432991004bde3c\
File Size:30 kB
File Permissions:rw-rw-rw-
File Type:Win32 DLL
File Type Extension:dll
MIME Type:application/octet-stream
Machine Type:Intel 386 or later, and compatibles
Time Stamp:0000:00:00 00:00:00
PE Type:PE32
Linker Version:14.10
Code Size:0
Initialized Data Size:30720
Uninitialized Data Size:0
Entry Point:0x0000
OS Version:10.0
Image Version:10.0
Subsystem Version:6.0
Subsystem:Windows GUI
File Version Number:11.0.15063.0
Product Version Number:11.0.15063.0
File Flags Mask:0x003f
File Flags:(none)
File OS:Windows NT 32-bit
Object File Type:Dynamic link library
File Subtype:0
Language Code:Chinese (Traditional)
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:Microsoft ® JScript
File Version:11.00.15063.0 (WinBuild.160101.0800)
Internal Name:jscript9.dll
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original File Name:jscript9.dll.mui
Product Name:Internet Explorer
Product Version:11.00.15063.0
Directory:%WINDIR%\WinSxS\x86_microsoft-windows-s..-jscript9.resources_31bf3856ad364e35_11.0.15063.0_zh-tw_2e248e0d47ee6d06\

What is jscript9.dll.mui?

jscript9.dll.mui is Multilingual User Interface resource file that contain Chinese (Traditional) language for file jscript9.dll (Microsoft ® JScript).

File version info

File Description:Microsoft ® JScript
File Version:11.00.15063.0 (WinBuild.160101.0800)
Company Name:Microsoft Corporation
Internal Name:jscript9.dll
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original Filename:jscript9.dll.mui
Product Name:Internet Explorer
Product Version:11.00.15063.0
Translation:0x404, 1200