File name: | F12Script2.dll.mui |
Size: | 57856 byte |
MD5: | 8772861cacc4d8cddfce86dc96e9c4a1 |
SHA1: | b1d85ead5dceefc646186a4bea97e588ab672a9c |
SHA256: | 597620f4d8313483ed0ba3f8081a72d8f51a387fb37846a6d0c894f28e86a339 |
Operating systems: | Windows 10 |
Extension: | MUI |
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 |
---|---|---|
101 | {0} - {1} | {0} - {1} |
102 | {0} 個主控台錯誤 | {0} Console errors |
103 | 分析工作階段作用中 | Profiling session active |
104 | 模擬作用中 | Emulation active |
105 | 1 個主控台錯誤 | 1 Console error |
117 | 已暫停執行指令碼 | Script execution paused |
118 | 更多工具 | More tools |
119 | 關閉 | Close |
120 | 最大化 | Maximize |
121 | 往下還原 | Restore Down |
122 | 最小化 | Minimize |
124 | 釘選 (Ctrl+P) | Pin (Ctrl+P) |
125 | 取消釘選 (Ctrl+P) | Unpin (Ctrl+P) |
126 | 將應用程式帶到前景 (F12) | Bring application to foreground (F12) |
127 | 說明 (F1) | Help (F1) |
128 | 顯示主控台 (Ctrl+`) | Show Console (Ctrl+`) |
129 | 隱藏主控台 (Ctrl+`) | Hide Console (Ctrl+`) |
130 | 文件模式 - {0} | Document mode - {0} |
131 | 模擬的文件模式 - {0} | Document mode emulated - {0} |
132 | {0} - F12 開發人員工具 | {0} - F12 Developer Tools |
144 | 固定 (Ctrl+P) | Dock (Ctrl+P) |
145 | 卸除 (Ctrl+P) | Undock (Ctrl+P) |
201 | 偵錯工具 {0} | Debugger {0} |
202 | 中斷點 | Breakpoints |
203 | 呼叫堆疊 | Call stack |
204 | 監看式 | Watches |
206 | 中斷 (Ctrl+Shift+B) | Break (Ctrl+Shift+B) |
207 | 在新的背景工作上中斷 (Ctrl+Shift+W) | Break on new worker (Ctrl+Shift+W) |
208 | 逐程序 (F10) | Step over (F10) |
209 | 跳離函式 (Shift+F11) | Step out (Shift+F11) |
210 | 逐步執行 (F11) | Step into (F11) |
211 | 發生任何例外狀況時中斷 | Break on all exceptions |
212 | 發生例外狀況時一律不中斷 | Never break on exceptions |
213 | 發生未處理的例外狀況時中斷 | Break on unhandled exceptions |
214 | 變更例外狀況行為 (Ctrl+Shift+E) | Change exception behavior (Ctrl+Shift+E) |
217 | 美化功能 (Ctrl+Shift+P) | Pretty print (Ctrl+Shift+P) |
218 | 全部重新整理 | Refresh all |
219 | 名稱 | Name |
220 | 值 | Value |
221 | 圖示 | Icon |
225 | 重新整理 | Refresh |
226 | 刪除 | Delete |
227 | 關閉索引標籤 | Close tab |
228 | 開啟文件 (Ctrl+O) | Open document (Ctrl+O) |
229 | 全部刪除 | Delete all |
233 | 移至來源 | Go to source |
234 | 啟用 | Enable |
235 | 停用 | Disable |
240 | 關閉所有索引標籤 | Close all tabs |
241 | 關閉其他索引標籤 | Close other tabs |
242 | 停用中斷點 | Disable breakpoint |
243 | 啟用中斷點 | Enable breakpoint |
244 | 插入中斷點 | Insert breakpoint |
245 | 移除中斷點 | Remove breakpoint |
246 | 設定下一個陳述式 | Set next statement |
247 | 執行至游標處 | Run to cursor |
248 | 堆疊框架 | Stack frames |
250 | 位置 | Location |
256 | 使用中框架 | Active frame |
258 | 尋找... (Ctrl+F) | Find... (Ctrl+F) |
259 | 在檔案中尋找 (Ctrl+F) | Find in files (Ctrl+F) |
260 | 無法在這個位置設定下一個陳述式 | Unable to set next statement to this location |
262 | 複製 | Copy |
263 | 全部複製 | Copy all |
264 | 行,欄 | Line, column |
267 | 行: {0},欄: {1} | Line: {0}, Col: {1} |
268 | 停用所有中斷點 | Disable all breakpoints |
269 | 啟用所有中斷點 | Enable all breakpoints |
270 | 移除所有中斷點 | Remove all breakpoints |
271 | 動態指令碼 | Dynamic scripts |
272 | 偵錯工具 | Debugger |
273 | [區域變數] | [locals] |
277 | 全部啟用 | Enable all |
278 | 全部停用 | Disable all |
279 | 條件... | Condition... |
281 | 條件中斷點 | Conditional breakpoint |
282 | 條件 | Condition |
283 | 在輸入方塊中輸入運算式,以在每次遇到中斷點時進行評估。若運算式評估結果為 'true',則偵錯工具將中斷。系統會根據中斷點位置評估運算式,而且運算式具有區域變數的存取權。 | In the input box, enter the expression to evaluate every time the breakpoint is encountered. If the expression evaluates to 'true' then the debugger will break. The expression is evaluated in the context of the breakpoint location and has access to local variables. |
284 | 要追蹤的訊息 | Message to trace |
285 | 追蹤 | Trace |
286 | 在輸入方塊中輸入運算式或以引號括住的字串,每次遇到追蹤點時都會追蹤這些運算式或字串。例如,'日期是 ' + new Date() | In the input box, enter the expression or quoted strings that should be traced every time the tracepoint is encountered. E.g., 'The date is ' + new Date() |
287 | 確定 | OK |
288 | 取消 | Cancel |
289 | 其他資訊 | More info |
290 | 新增條件至此中斷點 (Alt+F9) | Add a condition to this breakpoint (Alt+F9) |
291 | 刪除此中斷點 (F9) | Delete this breakpoint (F9) |
296 | 插入追蹤點 | Insert tracepoint |
297 | 新增監看式 | Add watch |
298 | 追蹤訊息... | Trace message... |
299 | 暫停這個網頁背景工作 | Pause this web worker |
303 | 區域變數 | Locals |
350 | {0}-{1}-{2} {3}:{4}:{5} | {0}-{1}-{2} {3}:{4}:{5} |
351 | {0}:{1}:{2} | {0}:{1}:{2} |
352 | more than {0} days ago | more than {0} days ago |
353 | more than one day ago | more than one day ago |
354 | {0} hours ago | {0} hours ago |
355 | one hour ago | one hour ago |
356 | {0} minutes ago | {0} minutes ago |
357 | one minute ago | one minute ago |
358 | a couple of seconds ago | a couple of seconds ago |
359 | {0} 秒 | {0}s |
360 | {0} 分 | {0}m |
361 | {0} 小時 | {0}h |
362 | {0} 天 | {0}d |
363 | {0}: {1} | {0}: {1} |
371 | 發生未知的錯誤。如需詳細資訊,請參閱記錄檔。 | An unknown error occurred. Please consult the log for more details. |
374 | 無法從已停止的計時器啟動新計時器。 | Cannot start a new timer from a stopped one. |
376 | 編輯器內容 | Editor content |
378 | 將輸入語彙基元化時,模式失敗。 | The mode has failed while tokenizing the input. |
379 | {0} {1} |
{0} {1} |
380 | 混合的定位點與空格 | Mixed tabs and spaces |
381 | 必須在 '=' 前面保留一個空格 | You must leave a space before '=' |
382 | 必須在 '=' 後面保留一個空格 | You must leave a space after '=' |
383 | 字串必須當地語系化 | String needs localization |
384 | 未使用的匯入 '{0}' | Unused import '{0}' |
385 | 分析期間已停用偵錯。您必須停止所有執行中的分析工作階段以繼續偵錯。 | Debugging is disabled when profiling. You must stop all active profiling sessions to resume debugging. |
387 | 顯示全部... | Show all... |
391 | 新增監看式 (Ctrl+W) | Add watch (Ctrl+W) |
394 | 編輯值 | Edit value |
399 | 無法開啟 {0} | Failed to open {0} |
400 | 無法開啟 {0} : {1} | Failed to open {0} : {1} |
401 | 正在開啟 {0} | Opening {0} |
402 | 繼續執行指令碼之前,無法使用該命令。 | Command is not available until script execution resumes. |
403 | 停止執行指令碼之前,無法使用該命令。 | Command is not available until script execution stops. |
404 | 正在等候指令碼停止執行。 | Waiting for script execution to stop. |
405 | 正在等候下一個指令碼執行。 | Waiting for the next script to run. |
409 | 選取要偵錯的目標 | Select target to debug |
411 | 開啟自動換行 (Alt+W) | Turn word wrap on (Alt+W) |
412 | 關閉自動換行 (Alt+W) | Turn word wrap off (Alt+W) |
422 | 顯示下一個陳述式 | Show next statement |
423 | 複製 URL | Copy URL |
424 | 在瀏覽器中開啟 | Open in browser |
425 | 複製來源位置 | Copy source location |
426 | ||
427 | 要篩選的類型 | Type to filter |
428 | [未載入] | [Not loaded] |
429 | 指令碼偵錯工具無法連線到目標處理程序。{0} | The script debugger failed to connect to the target process. {0} |
430 | 已連結偵錯工具。 | A debugger is already attached. |
433 | 程式庫框架已隱藏。按一下可顯示程式庫程式碼中的框架。(Ctrl+Shift+J) | Library frames hidden. Click to show frames from library code. (Ctrl+Shift+J) |
434 | 程式庫框架可見。按一下可隱藏程式庫程式碼中的框架。(Ctrl+Shift+J) | Library frames visible. Click to hide frames from library code. (Ctrl+Shift+J) |
435 | [程式庫程式碼] | [Library code] |
438 | 從磁碟載入 Just My Code 設定時發生問題。設定將還原為預設值。{0} | There was a problem loading Just My Code settings from disk. Settings will revert to default. {0} |
439 | 將目前的 Just My Code 設定儲存至磁碟時發生問題。{0} | There was a problem saving the current Just My Code settings to disk. {0} |
440 | 剖析 MyCode.json 檔案中的 Just My Code 設定時發生問題。設定將還原為預設值,已執行的任何變更都不會儲存。 | There was a problem parsing the Just My Code settings from the MyCode.json file. Settings will revert to default and any changes made will not be saved. |
444 | 無法切換來源對應,因為這個檔案沒有可用的對應 | Cannot toggle source maps because this file does not have a map available |
445 | 目前文件的來源對應已過期。對應的檔案可能與 IE 中載入的檔案不符。 | The source map for the current document is out of date. The mapped file may not match the file loaded in IE. |
446 | 找不到來源對應 {1} 中指定的 {0}。 | Could not locate {0} specified in source map {1}. |
447 | 在 {1} 找不到 {0} 的來源對應。 | Source map for {0} was not found at {1}. |
448 | 位在 {0} 的來源對應不符合來源對應 v3 規格。 | Source map at {0} does not conform to the Source Map v3 specification. |
449 | 不支援的來源對應版本。{0} 使用版本 {1},但是只支援版本 3。 | Unsupported source map version. {0} uses version {1} and only version 3 is supported. |
450 | 追蹤點 | Tracepoint |
451 | 未繫結 | Unbound |
452 | 只偵錯我的程式碼 (Ctrl+J) | Debug just my code (Ctrl+J) |
453 | 停用所有中斷點 (Ctrl+Shift+F11) | Disable all breakpoints (Ctrl+Shift+F11) |
454 | 啟用所有中斷點 (Ctrl+Shift+F11) | Enable all breakpoints (Ctrl+Shift+F11) |
465 | 事件中斷點 | Event breakpoint |
466 | 條件式事件中斷點 | Conditional event breakpoint |
467 | 事件追蹤點 | Event tracepoint |
468 | '{0}' 事件 | '{0}' event |
470 | 新增事件中斷點 | Add event breakpoint |
471 | 新增事件追蹤點 | Add event tracepoint |
474 | 新增 | Add |
475 | 事件 | Event |
476 | 在條件方塊中,您可以輸入選擇性運算式,以便在每次觸發事件時進行評估。若運算式評估結果為 'true',則偵錯工具會中斷。運算式是在中斷位置的上下文中進行評估,而且可以存取區域變數。 | In the condition box, you can enter an optional expression to evaluate every time the event is triggered. If the expression evaluates to 'true' then the debugger will break. The expression is evaluated in the context of the break location and has access to local variables. |
477 | 在追蹤方塊中,輸入要在每次觸發事件時追蹤的運算式或加上引號的字串。例如,'日期是 ' + new Date() | In the trace box, enter the expression or quoted strings that should be traced every time the event is triggered. E.g., 'The date is ' + new Date() |
478 | 事件中斷點與條件式事件中斷點的線上說明 | Online help for event breakpoints and conditional event breakpoints |
479 | 事件追蹤點的線上說明 | Online help for event tracepoints |
481 | 標示為我的程式碼 (Ctrl+L) | Mark as my code (Ctrl+L) |
482 | 程式庫程式碼 (Ctrl+L) | Library code (Ctrl+L) |
484 | 已在偵錯工具中暫停 | Paused in debugger |
485 | 選擇來源對應 | Choose source map |
486 | 只在文件模式 9 或更高版本中支援 | Only supported on Document Mode 9 or higher |
487 | 非同步框架已隱藏。按一下以顯示非同步堆疊資訊。 | Async frames hidden. Click to show asynchronous stack information. |
488 | 非同步框架是可見的。按一下以隱藏非同步堆疊資訊。 | Async frames visible. Click to hide asynchronous stack information. |
489 | (非同步框架) | (Async frames) |
490 | [非同步呼叫] | [Async Call] |
491 | 繼續 (F5 或 F8)快速繼續 (按住 F5 或 F8 不放)繼續並重新整理 (Ctrl+Shift+F5) | Continue (F5 or F8)Fast continue (Hold F5 or F8)Continue and refresh (Ctrl+Shift+F5) |
492 | (未知的位置) | (unknown location) |
493 | ['{0}' 已觸發事件中斷點] | ['{0}' triggered an event breakpoint] |
494 | 典型事件 | Typical Events |
495 | 滑鼠事件 | Mouse Events |
496 | 鍵盤事件 | Keyboard Events |
497 | 指標事件 | Pointer Events |
498 | 計時器 | Timer |
499 | 滑鼠 | Mouse |
500 | 鍵盤 | Keyboard |
501 | 指標 | Pointer |
502 | 焦點 | Focus |
503 | 雜項 | Misc |
504 | 視窗 | Window |
505 | 控制 | Control |
506 | 裝置 | Device |
507 | 媒體 | Media |
512 | 遊戲台 | Gamepad |
513 | Just My Code 已停用 | Just my code is disabled |
520 | 移至上一個位置 | Go to previous location |
521 | 移至下一個位置 | Go to next location |
522 | 全部清除 | Clear all |
523 | 符合項: {0} 符合的文件: {1} | Matches: {0} Matching documents: {1} |
528 | 移至行... | Go to line... |
529 | 複製位置 | Copy location |
531 | [機器碼] | [Native code] |
532 | {0}。{1} | {0}. {1} |
533 | 機碼 | Key |
535 | 製作的名稱: {0}。產生的名稱: {1} | Authored name: {0}. Generated name: {1} |
536 | 本機存放區 | Local Storage |
537 | 工作階段存放區 | Session Storage |
540 | 網域 | Domain |
541 | 路徑 | Path |
542 | 到期日 | Expires |
544 | 安全 | Secure |
545 | Cookie | Cookies |
549 | 屬性變更時中斷 | Break when properties change |
550 | 值變更時中斷 | Break when the value changes |
551 | 儲存變更時發生錯誤。 | An error occurred while saving changes. |
552 | 無法套用編輯結果。 | Failed to apply edits. |
553 | Ctrl + 按一下以開啟連結 | Ctrl + click to open link |
554 | 開啟連結 | Open link |
555 | 載入對應至此產生之檔案的原始檔 (Ctrl+Shift+M) | Load the sources mapped to this generated file (Ctrl+Shift+M) |
556 | 自動換行 (Alt+W) | Word wrap (Alt+W) |
557 | XMLHttpRequest 回應事件 | XMLHttpRequest response event |
558 | XMLHttpRequest 回應 | XMLHttpRequest response |
559 | 新增 XMLHttpRequest 中斷點 | Add XMLHttpRequest breakpoint |
560 | 監看式 (Alt+Shift+W) | Watches (Alt+Shift+W) |
561 | 呼叫堆疊 (Alt+Shift+C) | Call stack (Alt+Shift+C) |
562 | 中斷點 (Alt+Shift+B) | Breakpoints (Alt+Shift+B) |
571 | 變更已套用,但可能無法立即使用。您可能需要重新整理頁面,變更才會生效。 | The changes were applied but may not be available immediately. You may need to refresh the page for the changes to reliably take affect. |
572 | 變更已套用,但可能無法立即使用: {0}。您可能需要重新整理頁面,變更才會生效。 | The changes were applied but may not be available immediately: {0}. You may need to refresh the page for the changes to reliably take affect. |
573 | 已順利套用變更。 | The changes were applied successfully. |
574 | 已順利套用變更,且已針對此 URL 啟用 URL 重新導向。 | The changes were applied successfully, and URL redirection has been enabled for this URL. |
576 | [主要執行緒] | [Main Thread] |
577 | 儲存 (Ctrl+S) | Save (Ctrl+S) |
579 | 發生錯誤: {0} | An error has occurred: {0} |
580 | 刪除所有 Cookie | Delete all cookies |
581 | 刪除所有工作階段 Cookie | Delete all session cookies |
582 | 刪除 Cookie | Delete cookie |
583 | 偵錯工具已中斷連線。按一下以連線 | Debugger disconnected. Click to connect |
584 | 偵錯工具已連線。按一下以中斷連線 | Debugger connected. Click to disconnect |
585 | 僅限 HTTP | HTTP Only |
586 | 工作階段 | Session |
587 | 唯讀 | Read-only |
588 | 文件有擱置的編輯時,無法變更中斷點。 | Cannot change breakpoints while the document has pending edits. |
589 | 無法變更預覽文件的中斷點。 | Cannot change breakpoints of preview documents. |
590 | 執行暫停時,無法儲存文件。 | Cannot save document while execution is paused. |
591 | 美化功能開啟時,無法儲存文件。 | Cannot save document while pretty print is toggled on. |
592 | 無法儲存預覽文件。 | Cannot save a preview document. |
593 | 模擬到達儲存空間限制 | Simulate reaching the storage limit |
594 | 隱藏結果 | Hide results |
595 | 顯示結果 | Show results |
596 | 參照 | References |
597 | 已停用這份文件的來源對應。 | Source mapping for this document has been disabled. |
598 | 標示為程式庫程式碼 (Ctrl + L) | Mark as library code (Ctrl+L) |
599 | asm.js 已停用,因為指令碼偵錯工具已連線。請中斷連線以啟用 asm.js。 | asm.js has been disabled as the script debugger is connected. Disconnect the debugger to enable asm.js. |
600 | asm.js 編譯失敗。{0} | asm.js compilation failed. {0} |
601 | 屬性 | Attributes |
602 | 框線 | Border |
607 | 複製項目 | Copy item |
610 | 文字 - 空白文字節點 | Text - Empty text node |
611 | 全部顯示 | Display all |
612 | 錯誤 | Errors |
613 | 篩選 | Filter |
614 | 訊息 | Messages |
615 | 警告 | Warnings |
617 | 版面配置 | Layout |
618 | 邊界 | Margin |
619 | {0} 個錯誤 | {0} Errors |
620 | {0} 則訊息 | {0} Messages |
621 | {0} 個警告 | {0} Warnings |
622 | 您目前未連結到支援的網頁或應用程式。 | You are not currently attached to a supported page or app. |
623 | 位移 | Offset |
624 | 邊框間距 | Padding |
625 | 執行指令碼 (Enter) | Run script (Enter) |
629 | 樣式 | Styles |
632 | 已連結 JavaScript 主控台並正在接受命令。 | JavaScript Console is attached and accepting commands. |
633 | 已分離 JavaScript 主控台。 | JavaScript Console is detached. |
634 | 目前元素的 DOM 屬性 | DOM attributes of the current element |
635 | 目前元素的方塊模型維度 | Dimensions of the current element's box model |
636 | 選取元素 (Ctrl+B) | Select element (Ctrl+B) |
638 | 目前套用的樣式 (依樣式表組織) | Currently applied styles organized by stylesheet |
639 | 目前套用的樣式 (依 CSS 屬性組織) | Currently applied styles organized by CSS properties |
640 | 連結的網頁並非以相容的 Internet Explorer 文件模式執行。 | The attached page is not running in a compatible Internet Explorer document mode. |
655 | 選取元素 | Select element |
656 | 色彩選擇器 | Color picker |
657 | 色調 | Hue |
658 | 彩度 | Saturation |
659 | 亮度 | Lightness |
660 | 不透明度 | Opacity |
661 | 新增屬性 | Add attribute |
662 | 新增屬性至目前的元素 | Add a new attribute to the current element |
663 | 目前的元素 | Current element |
664 | 目前選取的元素 | Currently selected element |
665 | 移除屬性 | Remove attribute |
666 | 移除目前選取的屬性 | Remove the currently selected attribute |
668 | 刪除元素 | Delete element |
669 | (文字) | (Text) |
670 | (顯示全部) | (Show all) |
671 | (DOCTYPE) | (DOCTYPE) |
672 | (註解) | (Comment) |
675 | Refresh DOM Explorer | Refresh DOM Explorer |
676 | 重新整理 DOM 樹狀目錄 | Refresh DOM tree |
677 | 目前的視窗: {0} | Current window: {0} |
678 | 正在載入... | Loading... |
679 | 清除屬性 | Clear attribute |
680 | 清除目前選取的屬性值 | Clear the value of the currently selected attribute |
681 | 指令碼診斷視窗不支援已安裝的 Internet Explorer 版本。 | The script diagnostics windows do not support the installed version of Internet Explorer. |
682 | 剪下 | Cut |
683 | 貼上 | Paste |
684 | 貼上為子系 | Paste as child |
685 | 在插入點之前貼上 | Paste before |
690 | 應用程式目前並未連結至支援指令碼診斷的指令碼偵錯目標。 | Application is not currently attached to a script debug target that supports script diagnostics. |
694 | 若要使用最新的文件模式,請將下列中繼標籤新增到 HTML 網頁: | To use the latest document mode, add the following meta tag to the HTML page: |
695 | JavaScript 主控台中發生錯誤。功能可能會受到影響。 | An error has occurred in the JavaScript Console. Functionality might be affected. |
696 | DOM 總管中發生錯誤。功能可能會受到影響。 | An error has occurred in the DOM Explorer. Functionality might be affected. |
697 | JavaScript 偵錯工具中發生錯誤。功能可能會受到影響。 | An error has occurred in the JavaScript Debugger. Functionality might be affected. |
698 | 欄: {0} | Column: {0} |
699 | 檔案: {0} | File: {0} |
700 | 行: {0} | Line: {0} |
701 | 訊息: {0} | Message: {0} |
706 | 記錄檔 | Log |
707 | 大小寫視為相異 | Match case |
708 | 內容 | Content |
709 | 搜尋方向 | Search direction |
710 | 尋找... | Find... |
711 | 尋找下一個 (F3) | Find next (F3) |
712 | 搜尋選項 | Search options |
713 | 尋找上一個 (Shift+F3) | Find previous (Shift+F3) |
714 | CSS 選取器 | CSS selector |
715 | 搜尋類型 | Search type |
716 | 切換以選取要搜尋的文字類型 | Toggle to select the type of text to search for |
718 | 函式名稱: {0} | Function name: {0} |
719 | 行: {0},欄 {1} | Line: {0}, Column {1} |
721 | 在目前的元素上註冊的事件處理常式 | Event handlers registered on the current element |
722 | 開啟原始程式檔 | Open source file |
723 | 按一下以顯示所有 {0} | Click to show all {0} |
724 | 正在顯示第 {0} 個 (共 {1} 個) | Showing {0} of {1} |
725 | 設定中斷點 | Set breakpoint |
726 | 評估為 HTML | Evaluate as HTML |
727 | 評估為物件 | Evaluate as Object |
728 | 未載入 JavaScript 主控台視窗 | The JavaScript Console window is not loaded |
729 | 未載入 DOM 總管視窗 | The DOM Explorer window is not loaded |
730 | 引數不是 HTMLElement | Argument is not an HTMLElement |
731 | ({0} 個發生次數) | ({0} occurrences) |
732 | 刪除項目 | Delete item |
733 | 事件: {0} UseCapture: {1} 檔案: {2} 行: {3} 欄: {4} |
Event: {0} UseCapture: {1} File: {2} Line: {3} Column: {4} |
736 | 事件: {0} UseCapture: {1} 沒有來源資訊可用 (可能是外部接聽程式)。 |
Event: {0} UseCapture: {1} No source information available. (Might be an external listener) |
738 | 此事件處理常式是由要新增到網頁的指令碼元素 (動態建立) 所建立 | This event handler was created by a dynamically created script element being added to the page |
739 | 此事件處理常式是在由 eval 函式執行的程式碼中宣告 | This event handler was declared in code executed by the eval function |
740 | 此事件處理常式是使用函式建構函式所建立 | This event handler was created using the function constructor |
746 | 找不到物件,必須重新評估物件。 | Object not found and needs to be reevaluated. |
751 | 連結的網頁具有已修改的 eval 函式。指令碼診斷視窗可能無法正確運作。 | The attached page has a modified eval function. The script diagnostics windows might not work correctly. |
752 | 連結的網頁具有已修改的 execScript 函式。指令碼診斷視窗可能無法正確運作。 | The attached page has a modified execScript function. The script diagnostics windows might not work correctly. |
753 | 尋找 (Ctrl+F) | Find (Ctrl+F) |
754 | 使用查詢選取器或簡單文字在 DOM 中搜尋 | Search in DOM using query selector or simple text |
755 | 下一個 (F3) | Next (F3) |
756 | 上一個 (Shift+F3) | Previous (Shift+F3) |
757 | 計時器 "{0}" 已存在。 | Timer "{0}" already exists. |
758 | {0}: {1} 毫秒 | {0}: {1}ms |
759 | 計時器 "{0}" 不存在。 | Timer "{0}" does not exist. |
779 | [CSS 追蹤樣式] | [CSS Trace Styles] |
790 | 找不到結果。 | No results found. |
791 | 所有樣式 | All styles |
792 | 內置樣式 | Inline style |
793 | 觸控模式 | Touch mode |
794 | 捏合模式 | Pinch mode |
795 | 向左旋轉 | Rotate left |
796 | 向右旋轉 | Rotate right |
797 | 地理位置 | Geolocation |
798 | 視窗大小 | Window size |
799 | 預設模式 | Default mode |
800 | 精簡模式 | Compat mode |
802 | Windows Phone | Windows Phone |
803 | 自訂模式 | Custom mode |
805 | 清除輸入 (Esc) | Clear input (Esc) |
806 | console.css() 預期的 HTMLElement 類型引數。 | Argument of HTMLElement type expected by console.css(). |
807 | console.select() 預期的 HTMLElement 類型引數。 | Argument of HTMLElement type expected by console.select(). |
808 | 計算的樣式 | Computed |
810 | 啟動 DOM 總管以啟用 console.select()。 | Start DOM Explorer to enable console.select(). |
811 | 連結的網頁目標是文件模式 {0}。某些主控台 API 與功能可能無法使用。 | The attached page targets document mode {0}. Some console APIs and features may not be available. |
812 | 連結的網頁目標是文件模式 {0},但它不支援 {1}。 | The attached page targets document mode {0} which does not support {1}. |
813 | 主控台 {0} | Console {0} |
814 | DOM 總管 {0} | DOM Explorer {0} |
815 | 繼承自 | Inherited from |
816 | 主控台 | Console |
817 | DOM 總管 | DOM Explorer |
818 | 模擬 {0} | Emulation {0} |
819 | 模式 | Mode |
820 | 文件模式 | Document mode |
821 | 瀏覽器設定檔 | Browser profile |
822 | 使用者代理程式字串 | User agent string |
823 | 顯示 | Display |
824 | 方向 | Orientation |
825 | 字型縮放比例 | Font scale factor |
826 | 解析度 | Resolution |
828 | 模擬 GPS | Simulate GPS |
830 | 開啟 | On |
831 | 已開啟,但沒有訊號 | On but no signal |
832 | 緯度 | Latitude |
833 | 經度 | Longitude |
834 | 重新整理樣式 | Refresh styles |
835 | 邊緣 | Edge |
836 | 桌面 | Desktop |
837 | 發生錯誤。此文件的美化功能已停用。 | An error has occurred. Pretty printing for this document has been disabled. |
838 | 發生錯誤。某些內嵌 JavaScript 的美化功能已停用。 | An error has occurred. Pretty printing for some embedded JavaScript has been disabled. |
840 | 以 HTML 方式編輯 | Edit as HTML |
841 | 輸入自訂使用者代理程式字串 | Enter a custom user agent string |
842 | 自訂字串 | Custom string |
843 | 自訂 | Custom |
844 | 預設值 | Default |
845 | 檔案: {0} 行: {1} 欄: {2} |
File: {0} Line: {1} Column: {2} |
846 | ... | ... |
847 | 新增到監看式 | Add to watches |
848 | 橫向 | Landscape |
849 | 直向 | Portrait |
850 | 請輸入自訂寬度或高度。 | Please enter a custom width or height. |
851 | 請輸入數字 (例如,'4' 或 '4.3')。 | Please enter a number (for example, '4' or '4.3'). |
852 | 緯度必須介於 -90 到 90 之間。 | Latitude must be between -90 and 90. |
853 | 經度必須介於 -180 到 180 之間。 | Longitude must be between -180 and 180. |
854 | 英吋 | inches |
855 | 像素 | pixels |
856 | 輸入自訂解析度 | Enter a custom resolution |
857 | 顯示器大小 | Display size |
858 | 寬度 | Width |
859 | 高度 | Height |
860 | 請輸入大於零的解析度或螢幕大小。 | Please enter a resolution or screen size that is greater than zero. |
861 | 針對在 DOM 樹狀目錄中選取的元素顯示網頁醒目提示方塊。 | Display web page highlight boxes for the selected element in the DOM tree |
862 | 檢視原始檔 | View source |
863 | 複製元素 (含樣式) | Copy element with styles |
864 | 針對在 DOM 樹狀目錄中選取的元素顯示網頁醒目提示方塊 (Ctrl+Shift+I) | Display web page highlight boxes for the selected element in the DOM tree (Ctrl+Shift+I) |
865 | 重新整理 DOM 樹狀目錄 (F5) | Refresh DOM tree (F5) |
866 | 開啟: 顯示所有樣式 | ON: Display all styles |
867 | 關閉: 只顯示使用者樣式 | OFF: Display only user styles |
870 | Ctrl+X | Ctrl+X |
871 | Ctrl+C | Ctrl+C |
872 | Ctrl+V | Ctrl+V |
873 | Del | Del |
874 | 覆寫 | Overridden |
875 | 執行指令碼 (Ctrl+Enter) | Run script (Ctrl+Enter) |
876 | Ctrl+Enter | Ctrl+Enter |
880 | Ctrl+F9 | Ctrl+F9 |
881 | Ctrl+Shift+F10 | Ctrl+Shift+F10 |
882 | Ctrl+F10 | Ctrl+F10 |
883 | Ctrl+W | Ctrl+W |
884 | Ctrl+F4 | Ctrl+F4 |
885 | Alt+Num * | Alt+Num * |
886 | 暫留虛擬類別狀態 | Hover pseudo class state |
887 | 暫留 | Hover |
888 | 已瀏覽的虛擬類別狀態 | Visited pseudo class state |
889 | 已瀏覽 | Visited |
890 | 按一下可顯示虛擬狀態面板 | Click to display pseudo states panel |
891 | 按一下可隱藏虛擬狀態面板 | Click to hide pseudo states panel |
892 | 於中斷點暫停 | Paused at a breakpoint |
896 | 還原項目 | Revert item |
897 | 變更 | Changes |
898 | 診斷工作階段中執行的 CSS 變更 | CSS changes made during diagnostic session |
899 | 未知的來源 | Unknown source |
900 | 新增規則 | New rules |
903 | 企業 | Enterprise |
904 | 您執行的 CSS 變更會顯示在這裡。 | CSS changes you make will appear here. |
905 | 說明 | Help |
907 | 屬性名稱 | attribute name |
908 | 屬性值 | attribute value |
909 | 您要在主控台開啟之前啟用主控台訊息記錄嗎? 如此會在未開啟工具的狀況下,對 IE 的瀏覽效能以及使用 HTML/JS 的 Windows 市集應用程式造成少許負面影響。 | Would you like to enable console message recording before the console is opened? This may have a small negative impact on the browsing performance of IE and Windows Store Apps with HTML/JS when the tools are not open. |
910 | 是,開啟主控台之前一律記錄 | Yes, always record before opening the console |
911 | 否,開啟主控台之前一律不記錄 | No, never record before opening the console |
912 | 已刪除: | Deleted: |
913 | 已新增: | Added: |
914 | 修改日期: | Modified: |
915 | 已停用 | Disabled |
916 | Alt+F9 | Alt+F9 |
917 | F9 | F9 |
918 | 篩選器內容 | Filter properties |
919 | 加入屬性 | Add property |
920 | 加入規則 | Add rule |
921 | 複製屬性 | Copy property |
922 | 複製規則 | Copy rule |
928 | 顯示大小不能大於 {0}。 | Display size cannot be larger than {0}. |
929 | 寬度不能大於 {0}。 | Width cannot be larger than {0}. |
930 | 高度不能大於 {0}。 | Height cannot be larger than {0}. |
933 | 模擬 | Emulation |
936 | 重設模擬設定 (Ctrl+Shift+L) | Reset Emulation settings (Ctrl+Shift+L) |
937 | 陳舊: | Stale: |
940 | 瀏覽事件分隔符號 | Navigation Event Separator |
941 | 請輸入數字 (例如 '1080')。 | Please enter a number (for example, '1080'). |
942 | 清除 (Ctrl+L) | Clear (Ctrl+L) |
943 | 清除主控台 (Ctrl+L) | Clear Console (Ctrl+L) |
944 | 顯示/隱藏色彩選擇器 | Show/hide color picker |
948 | 下一頁 | Next |
949 | 上一頁 | Previous |
950 | 常用色彩調色盤 | Palette of commonly used colors |
954 | Alpha | Alpha |
960 | 目標 | Target |
961 | Ctrl+D | Ctrl+D |
962 | Ctrl+Shift+D | Ctrl+Shift+D |
963 | Ctrl+G | Ctrl+G |
964 | 在 DOM 總管中顯示 | Show in DOM Explorer |
965 | 切換至單行模式 (Ctrl+Shift+M) | Switch to single-line mode (Ctrl+Shift+M) |
966 | 切換至多行模式 (Ctrl+Shift+M) | Switch to multiline mode (Ctrl+Shift+M) |
970 | 色彩選擇器 (Ctrl+K) | Color picker (Ctrl+K) |
972 | DOM 元素醒目提示 (Ctrl+Shift+I) | DOM element highlighting (Ctrl+Shift+I) |
973 | 只顯示使用者樣式 | Display user styles only |
974 | 瀏覽時清除 | Clear on navigate |
975 | 保留模擬設定 | Persist Emulation settings |
976 | 縮放 {0}% | Zoom {0}% |
977 | Ctrl+0 以重設 | Ctrl+0 to reset |
978 | 主控台輸入單行模式 (Enter) | Console input single-line mode (Enter) |
979 | 主控台輸入多行模式 (Ctrl+Enter) | Console input multiline mode (Ctrl+Enter) |
980 | 記錄的訊息數目超過主控台可以顯示的訊息數目。只會顯示每秒的前 1000 個訊息。 | More messages are being logged than the console can display. Only the first 1000 messages per second are shown. |
983 | B | B |
984 | GB | GB |
985 | KB | KB |
986 | MB | MB |
992 | 已啟用 | Enabled |
995 | Ctrl + Shift + Del | Ctrl+Shift+Del |
996 | Ctrl + Del | Ctrl+Del |
997 | Ctrl + F5 | Ctrl+F5 |
998 | 要求的元素不再連接到 DOM | The requested element is no longer attached to the DOM |
999 | 複製選取的項目 | Copy selected items |
1000 | 全選 | Select all |
1001 | Ctrl+A | Ctrl+A |
1002 | Windows 10 行動裝置版 | Windows 10 Mobile |
2001 | 處理快照時發生錯誤: | An error occurred while processing the snapshot: |
2002 | 建立堆積快照 | Take heap snapshot |
2004 | 正在處理快照... | Processing snapshot... |
2005 | 物件參考 | Object references |
2006 | 摘要 | Summary |
2009 | 處理程序私用位元組: | process private bytes: |
2010 | JavaScript 堆積大小: | JavaScript heap size: |
2011 | 物件的總大小: | total object size: |
2012 | 物件數目: | number of objects: |
2013 | 類型數目: | number of types: |
2014 | JavaScript 物件: | JavaScript objects: |
2017 | 外部物件: | external objects: |
2018 | 檢視堆積大小的詳細資料 | View details of the heap size |
2019 | 檢視物件計數的詳細資料 | View details of the object count |
2020 | 檢視相較於先前快照的堆積大小詳細資料 | View details of the heap size compared to the previous snapshot |
2021 | 檢視相較於先前快照的物件詳細資料 | View details of objects compared to the previous snapshot |
2022 | 與下列項目比較 | Compare to |
2023 | 堆積快照 | Heap snapshot |
2024 | 正在產生比較檢視... | Generating comparison view... |
2025 | 識別碼 | Identifier(s) |
2026 | 保留的大小 | Retained size |
2027 | 計數 | Count |
2029 | 大小差異。 | Size diff. |
2030 | 保留的大小差異。 | Retained size diff. |
2031 | 類型 | Type |
2033 | 大小 | Size |
2034 | 快照 #{0} | snapshot #{0} |
2035 | 快照 #{0} - 快照 #{1} | snapshot #{0} - snapshot #{1} |
2036 | 支配者 | Dominators |
2037 | DOM | DOM |
2038 | 根目錄 | Roots |
2040 | WinRT | WinRT |
2043 | 將此快照與另一個快照比較 | Compare this snapshot to another |
2044 | 此類型之物件的總數 | The total number of objects of this type |
2047 | 檢視文件物件模型 (DOM) 元素 | View the Document Object Model (DOM) elements |
2049 | 物件的識別碼 | The identifier(s) of the object |
2050 | 兩個快照間的保留大小變更 | The change in retained size between the two snapshots |
2051 | 透過刪除物件取回的記憶體數量 | The amount of memory reclaimed by deleting the object |
2053 | 兩個快照之間的大小變更 | The change in size between the two snapshots |
2054 | 物件的記憶體大小 | The memory size of the object |
2055 | 檢視 {0} 的詳細資料 | View the details for {0} |
2057 | 建立目前應用程式的堆積快照 | Take a heap snapshot of the current application |
2060 | 檢視 WinRT 物件 | View the WinRT objects |
2061 | {0} (大小為近似值) | {0} (size is approximate) |
2062 | 無法抓取堆積大小,因為未載入 ETW 接收 | The heap size could not be retrieved as the ETW sink was not loaded |
2063 | 此快照中的外部物件總數 | The total number of external objects in this snapshot |
2064 | 建立此快照時,JavaScript 堆積的大小 | The size of the JavaScript heap when this snapshot was created |
2065 | 此快照中的 JavaScript 物件總數 | The total number of JavaScript objects in this snapshot |
2066 | 此快照中的標記元素總數 | The total number of markup elements in this snapshot |
2067 | 快照中的物件總數 | The total number of objects in the snapshot |
2068 | 快照中的類型總數 | The total number of types in the snapshot |
2069 | 建立此快照時,處理程序的私用位元組大小 | The size of the private bytes for the process when this snapshot was created |
2071 | 此快照之堆積中所有物件的結合大小 | The combined size of all the objects in the heap for this snapshot |
2072 | 此快照中的 WinRT 物件總數 | The total number of WinRT objects in this snapshot |
2073 | 此工具只支援 (1) 在 Windows 8.1 上執行的 Windows Store 8.1 應用程式、(2) 在 Windows 8.1 上執行的 Windows Store 8.0 應用程式,以及 (3) Internet Explorer 11 或更新版本 (必須以文件模式 10 或更高版本執行)。 | This tool only supports (1) Windows Store 8.1 apps running on Windows 8.1, (2) Windows Store 8.0 apps running on Windows 8.1, and (3) Internet Explorer 11 or higher running in document modes 10 or higher. |
2074 | 目前未連結至支援瀏覽器診斷的指令碼偵錯目標。 | Not currently attached to a script debug target that supports browser diagnostics. |
2086 | {0} 個物件 | {0} objects |
2087 | 基準線 | Baseline |
2088 | 沒有增加 | No increase |
2089 | 處理程序記憶體使用量 (私用位元組) | Process memory usage (private bytes) |
2091 | 快照 | Snapshot |
2092 | 使用者標記 | User mark |
2093 | 顯示 JavaScript 與 DOM 元素記憶體 | Shows JavaScript and DOM element memory |
2094 | 總記憶體 | Total memory |
2095 | 調查 JavaScript 堆積以協助找出問題 (例如,記憶體流失) | Investigate the JavaScript heap to help find issues such as memory leaks |
2096 | JavaScript 記憶體 | JavaScript Memory |
2097 | 比較此快照與來自目前工作階段的另一個快照 | Compare this snapshot with another from the current session |
2098 | 快照建立失敗。{0} | Snapshot creation failed. {0} |
2099 | {0} 堆積 | {0} heap |
2100 | 顯示物件識別碼 | Display object IDs |
2101 | 顯示內建項 | Show built-ins |
2102 | 螢幕擷取畫面 | Screenshot |
2108 | 記憶體 | Memory |
2113 | 於 {0} | at {0} |
2114 | 尺規的最小值為 {0},而最大值為 {1} | Ruler has minimum value of {0} and maximum value of {1} |
2115 | 左邊的滑桿 | Left slider |
2116 | 右邊的滑桿 | Right slider |
2117 | 目前的值為 {0}。最小值為 {1}。最大值為 {2}。 | Current value is {0}. Minimum value is {1}. Maximum value is {2}. |
2118 | 應用程式生命週期標記 | App lifecycle mark |
2120 | 指出發生下列事件的尺規標記: {0} | A ruler mark indicating the occurrence of the following events: {0} |
2121 | 診斷工作階段 | Diagnostic session |
2122 | 毫秒 | milliseconds |
2123 | 分鐘 | minutes |
2124 | 秒 | seconds |
2128 | 請按 Enter 以摺疊圖表。 | Press enter to collapse graph. |
2129 | 請按 Enter 以展開圖表。 | Press enter to expand graph. |
2130 | 放大 | Zoom in |
2137 | 在根物件檢視中顯示 | Show in roots view |
2138 | 選取的節點未連結到 DOM,而且正在耗用記憶體。 | The selected node is not attached to the DOM and is consuming memory. |
2139 | 選取的節點未連結到 DOM,而且正在耗用記憶體。是否忘記處置此物件? | The selected node is not attached to the DOM and is consuming memory. Did you forget to dispose this object? |
2140 | 此節點未連結至 DOM | This node is not attached to the DOM |
2141 | 此節點未連結到 DOM。是否忘記處置此物件? | This node is not attached to the DOM. Did you forget to dispose this object? |
2142 | 上面已顯示 {0} 個物件 (共 {1} 個物件)。變更篩選器即可更新結果集。 | {0} out of {1} objects are displayed above. Change the filter to update the result set. |
2143 | 載入 {0} 個其他物件 | Load {0} more objects |
2146 | 記憶體不足 | Out of memory |
2147 | 必須是十六進位制的數值 | Expected hexadecimal digit |
2148 | 無效的數字 | Invalid number |
2149 | 字元無效 | Invalid character |
2150 | 必須要有 ':' | Expected ':' |
2151 | 必須要有 ']' | Expected ']' |
2152 | 必須要有 '}' | Expected '}' |
2153 | 無法判定字串常數的結尾 | Unterminated string constant |
2154 | 語法錯誤 | Syntax error |
2155 | 缺少物件識別碼 | Missing object ID |
2156 | 無效的物件識別碼 | Invalid object ID |
2157 | 錯誤: {0} | Error: {0} |
2158 | 記憶體 {0} | Memory {0} |
2159 | 在中斷點暫停時已停用分析功能。您必須停止偵錯,才能啟用分析功能。 | Profiling is disabled when paused at a breakpoint. You must stop debugging to enable profiling. |
2160 | 已新增 | Added |
2161 | 已修改 | Modified |
2162 | 未變更 | Unchanged |
2163 | 操作 | Operation |
2164 | 顯示循環參考 | Display circular references |
2176 | 觸發 GC | Trigger GC |
2177 | 時間 | Time |
2179 | 根據物件在兩個快照之間的參與程度,變更顯示的物件群組 | Change the group of objects that are displayed based on their involvement with the two snapshots |
2180 | 範圍: | Scope: |
2181 | 在快照 #{0} 與 #{1} 之間加入的物件 ({2}) | Objects added between Snapshot #{0} and #{1} ({2}) |
2182 | 快照 #{0} 中剩餘的物件 ({1}) | Objects left over from Snapshot #{0} ({1}) |
2183 | 快照 #{0} 中的所有物件 ({1}) | All objects in Snapshot #{0} ({1}) |
2184 | (Ctrl+Shift+T) | (Ctrl+Shift+T) |
2185 | 合併的標記 | Merged mark |
2186 | 這種類型的物件未附加到 DOM | An object of this type is not attached to the DOM |
2187 | 在主導者檢視中顯示 | Show in dominators view |
2188 | 物件在兩個快照之間的參與程度 | The object's involvement between the two snapshots |
2189 | 開始分析工作階段 (Ctrl+E) | Start profiling session (Ctrl+E) |
2190 | 停止分析工作階段 (Ctrl+E) | Stop profiling session (Ctrl+E) |
2191 | 建立堆積快照 (Ctrl+Shift+T) | Take heap snapshot (Ctrl+Shift+T) |
2192 | 開始分析以開始效能工作階段 (Ctrl+E) | Start profiling to begin a performance session (Ctrl+E) |
2193 | 變更物件詳細資料檢視的顯示設定 | Change the display settings for the object detail views |
2194 | 識別項: | Identifier: |
2195 | 檔案: | File: |
2196 | 行: | Line: |
2197 | 欄: | Column: |
2198 | 檢視所有快照的記憶體趨勢和摘要 | View the memory trend and summary of all snapshots |
2199 | 檢視依建構函式群組的所有物件 | View all objects grouped by their constructor |
2200 | 物件的建構函式名稱 | The name of the object's constructor |
2201 | 檢視整個物件參照圖表的由上而下階層 | View the top-down hierarchy of the entire object reference graph |
2202 | 依識別項或類型篩選最上層項目 | Filter the top-level items by identifier or type |
2203 | 檢視所有物件及其保留的物件 | View all objects along with the objects they are retaining |
2204 | 在快照中找不到物件 ID "%d" | Couldn't find object ID "%d" in snapshot |
2205 | Enter | Enter |
2206 | 來源巡覽失敗,因為找不到要求的檔案、行號和/或欄號。 | Source navigation failed because the requested file, line and/or column number could not be found. |
2208 | 顯示不符的參考 | Show non-matching references |
2209 | 依支配者折疊物件 | Fold objects by dominator |
2210 | 此物件正保留一個已中斷連結的 DOM 節點 | This object is retaining a detached DOM node |
2211 | 此類型的物件保留未連結到 DOM 的物件 | An object of this type retains an object which is not attached to the DOM |
2212 | * | * |
2213 | (參考是循環參考) | (reference is circular) |
2214 | 依支配者折入物件 | Fold in objects by dominator |
2215 | 檢視 {0} 個潛在問題的詳細資料 | View details of {0} potential issues |
2216 | 匯入分析工作階段 (Ctrl+O) | Import profiling session (Ctrl+O) |
2217 | 匯出分析工作階段 (Ctrl+S) | Export profiling session (Ctrl+S) |
2218 | 匯入的工作階段不包含任何有效的 JavaScript 記憶體快照。請嘗試另一個檔案。 | The imported session doesn't contain any valid JavaScript memory snapshots. Please try another file. |
2219 | 匯出分析工作階段時發生錯誤。請再試一次。 | An error occurred while exporting the profiling session. Please try again. |
2220 | 識別碼篩選器 | Identifier filter |
2221 | 快照處理完成 | Snapshot processing completed |
2225 | 檢視快照詳細資料 | View snapshot details |
2226 | 與下列項目比較... | Compare to... |
2227 | 指出對 performance.mark() 或 console.timeStamp() 方法的呼叫 | Indicates calls to the performance.mark() or console.timeStamp() methods |
2228 | 正在建立堆積快照... | Heap snapshot in progress... |
2229 | 此工具只支援文件模式 10 或更高的版本。請將文件模式變更為 [邊緣] 模式以啟用此工具。 | This tool only supports document modes 10 or higher. Change your document mode to Edge mode to enable this tool. |
3001 | 每秒畫面格數 | Frames per second |
3002 | 視覺化輸入量 | Visual throughput |
3003 | FPS | FPS |
3004 | 正在分析收集的資料: | Analyzing the collected data: |
3005 | CPU 使用率 (%) | CPU utilization (%) |
3006 | 類別 | Category |
3007 | 使用率 | Utilization |
3008 | 期間 (內含): {0} | Duration (inclusive): {0} |
3009 | GC | GC |
3010 | 指出花在收集已不再使用之物件記憶體的時間 | Indicates time spent collecting memory for objects that are no longer in use |
3011 | 處理收集的資料時發生錯誤。錯誤碼是: {0}。 | An error occurred while processing the collected data. The error code is: {0}. |
3013 | 顯示 HTML/JavaScript CPU 細項 | Shows HTML/JavaScript CPU breakdown |
3014 | HTML/JavaScript CPU 圖表 | HTML/JavaScript CPU graph |
3015 | 檢查時間是花在您的網站或應用程式 | Examine where time is spent in your website or application |
3016 | HTML UI 回應性 | HTML UI Responsiveness |
3017 | 影像解碼 | Image decoding |
3018 | 指出花在將影像解壓縮並解碼的時間 | Indicates time spent decompressing and decoding images |
3021 | 正在載入 | Loading |
3022 | 指出花在抓取應用程式資源並剖析 HTML 與 CSS 的時間。這包含網路要求 | Indicates time spent retrieving app resources and parsing HTML and CSS. This can include network requests |
3024 | 轉譯 | Rendering |
3025 | 指出花在繪製螢幕的時間 | Indicates time spent in painting the screen |
3026 | 應用程式生命週期事件 | App lifecycle event |
3029 | 指令碼處理 | Scripting |
3030 | 指出花在剖析並執行 JavaScript 的時間。這包含 DOM 事件、計時器、指令碼評估與動畫框架回呼 | Indicates time spent parsing and executing JavaScript. This includes DOM events, timers, script evaluation, and animation frame callbacks |
3032 | 開始時間: {0} | Start time: {0} |
3033 | 設定樣式 | Styling |
3034 | 指出花在計算元素呈現與版面配置的時間 | Indicates time spent calculating element presentation and layout |
3035 | 時間軸詳細資料 | Timeline details |
3036 | 期間 (內含) | Duration (inclusive) |
3037 | 排序方式: | Sort by: |
3038 | 開始時間 | Start time |
3040 | 其他 | Other |
3041 | 指出已知執行緒上的未分類工作 | Indicates uncategorized work on known threads |
3043 | 清除選擇 | Clear selection |
3044 | 重設縮放 | Reset zoom |
3046 | 位址名稱 | Address name |
3047 | 在目標 | At target |
3048 | 正在執行事件反昇 | Bubbling |
3049 | 正在擷取 | Capturing |
3050 | 已禁止預設值 | Default prevented |
3051 | 事件名稱 | Event name |
3052 | 事件階段 | Event phase |
3053 | 解碼的影像 | Image decoded |
3056 | 接聽程式使用擷取 | Listener uses capture |
3057 | 否 | No |
3058 | 停止傳播 | Propagation stopped |
3059 | 指令碼 URL | Script URL |
3060 | 狀態碼 | Status code |
3062 | 是 | Yes |
3063 | 計時器的類型 | Timer type |
3064 | 發現新的 CSS 內容,需要進行剖析。 | New CSS content was encountered that needed to be parsed. |
3065 | 在 DOM 中發現新的 元素,而且需要剖析並執行該元素。 | A new element was encountered in the DOM and needed to be parsed and executed. |
3066 | 在 DOM 中發現遠端資源,或已建立要求產生 HTTP 要求的 XMLHttpRequest。 | A remote resource was encountered in the DOM or an XMLHttpRequest was created that required an HTTP request to be made. |
3067 | DOM 中包含一個影像,需要將它從其原始格式解壓縮為點陣圖。 | An image was included into the DOM and needed be to decompressed from its original format into a bitmap. |
3068 | 已對 DOM 進行視覺化變更,這些變更要求重新繪製所有受影響的網頁部分。 | Visual changes were made to the DOM that required all affected portions of the page to be redrawn. |
3069 | 錯過排定的計時器排程,導致執行其關聯的回呼。 | A scheduled timer elapsed which resulted in the execution of its associated callback. |
3070 | 樣式計算 | Style calculation |
3071 | CSS 剖析 | CSS parsing |
3072 | DOM 事件 | DOM event |
3073 | 指令碼評估 | Script evaluation |
3074 | 事件接聽程式 | Event listener |
3075 | 廢棄項目收集 | Garbage collection |
3076 | HTML 剖析 | HTML parsing |
3077 | HTTP 要求 | HTTP request |
3080 | 繪製 | Paint |
3087 | 框架 | Frame |
3088 | 動畫框架回呼 | Animation frame callback |
3089 | 理論式下載 | Speculative downloading |
3090 | Windows 執行階段事件 | Windows Runtime event |
3091 | Windows 執行階段非同步回呼 | Windows Runtime async callback |
3094 | 執行緒: {0} | Thread: {0} |
3095 | UI 執行緒 | UI thread |
3096 | 轉譯層 | Render layer |
3097 | {0} 已使用 {1}% 的 CPU 時間,於 {2} | {0} utilized {1}% of CPU time at {2} |
3098 | 代表應用程式之 CPU 使用率的橫條圖。按下向右與向左箭頭即可瀏覽。 | A bar graph representing the CPU utilization of the application. Press the right and left arrows to navigate. |
3099 | 代表應用程式之視覺化輸送量 (報告單位為每秒畫面格數) 的階梯線圖。 | A step line graph representing the visual throughput, reported in frames per second, of the application. Press the right and left arrows to navigate. |
3100 | {0} FPS,於 {1} | {0} FPS at {1} |
3101 | 顯示目前選取之時間範圍內發生之事件序列的可捲動式甘特圖。按下向上與向下箭頭即可瀏覽。 | A scrollable Gantt chart displaying the sequence of events that occurred within the current time selection. Press the up and down arrows to navigate. |
3102 | {0} 事件 (開始時間為 {1} 且期間為 {2}) | {0} event with start time at {1} and duration {2} |
3107 | 影像 URL | Image URL |
3108 | 期間 (專有): {0} | Duration (exclusive): {0} |
3109 | 已處理已對 DOM 進行的擱置中視覺化變更,因此已可以更新應用程式的顯示。 | Pending visual changes that were made to the DOM were processed so that the app's display could be updated. |
3110 | 正在準備新的框架時,已觸發已註冊的回呼,以便它可以進行視覺化變更。 | While a new frame was being prepared a registered callback was triggered so that it could contribute visual changes. |
3111 | 已對 DOM 進行變更,或已新增新的 CSS 內容,因此必須重新計算所有受影響元素的樣式屬性。 | Changes were made to the DOM or new CSS content was added, requiring the style properties of all affected elements to be recalculated. |
3112 | 已在 DOM 物件上引發事件。 | An event was fired on a DOM object. |
3113 | 已觸發已註冊的事件接聽程式,以回應要引發的 DOM 事件。 | A registered event listener was triggered in response to a DOM event being fired. |
3114 | JavaScript 執行階段已稽核應用程式的目前記憶體使用量,以判斷已不再參照哪些物件,而且可對那些物件執行廢棄項目收集。 | The JavaScript runtime audited the app's current memory usage in order to determine which objects aren't being referenced anymore and could therefore be collected. |
3115 | 發現新的 HTML 內容,必須將這些內容剖析到節點並插入到 DOM。 | New HTML content was encountered that needed to be parsed into nodes and inserted into the DOM. |
3116 | 正在搜尋網頁的 HTML 內容中是否有要求的資源,以便盡快排定來自這些網頁的 HTTP 要求執行時間。 | The page's HTML content was being searched for required resources so that the HTTP requests for them could be scheduled as quickly as possible. |
3117 | 已對 DOM 進行變更,這些變更要求必須計算所有受影響元素的大小和/或位置。 | Changes were made to the DOM that required the size and/or position of all affected elements to be computed. |
3118 | 已在「Windows 執行階段」物件上引發事件,此事件已觸發已註冊的接聽程式。 | An event was fired on a Windows Runtime object which triggered a registered listener. |
3119 | 非同步操作已由觸發 Promise 回呼的「Windows 執行階段」物件完成。 | An async operation was completed by a Windows Runtime object which triggered a Promise callback. |
3122 | 來源 | Origin |
3123 | 尺寸 | Dimensions |
3124 | 內嵌 | Inline |
3125 | 內容預覽 | Content preview |
3126 | 已對獨立轉譯的 DOM 片段 (稱為「層」) 進行視覺化變更,這些變更要求重新繪製網頁的對應部分。 | Visual changes were made to an independently rendered fragment of the DOM (called a layer) which required its respective portion of the page to be redrawn. |
3132 | (強制版面配置) | (force layout) |
3133 | (插入元素) | (insert element) |
3134 | 設定 {0} | set {0} |
3135 | (偵測到樣式變更) | (style change detected) |
3136 | (樣式計算) | (style computation) |
3137 | (未知的工作) | (unknown task) |
3138 | 已產生 display:table 的父項 | generated parent for display:table |
3139 | 已產生 SVG 內容的根容器 | generated root container for SVG content |
3140 | 已邊頁流程的頁面 | page of paginated flow |
3141 | 文件大小調整 | document resize |
3142 | 文字區塊 | text block |
3143 | 文字行 | text line |
3144 | 不明 | unknown |
3145 | 影響此元素的 CSS 樣式已更新,因此需要重新計算此元素的階層。 | The CSS styles affecting this element were updated, requiring a cascade recalculation for this element. |
3146 | 已對 DOM 進行變更,或已新增新的 CSS 內容,因此必須重新計算受影響元素的樣式屬性。 | Changes were made to the DOM or new CSS content was added, requiring the style properties of an affected element to be recalculated. |
3147 | 指令碼已叫用、存取或設定 DOM 屬性或方法,因此已觸發版面配置引擎中的工作。 | Script invoked, accessed or set a DOM property or method, thereby triggering work in the layout engine. |
3148 | 顯示樹狀目錄中的變更要求必須計算此元素的大小和/或位置。 | Changes in the display tree required the size and/or position for this element to be computed. |
3149 | 元素樣式計算 | Element style calculation |
3150 | 元素樣式更新 | Element style update |
3151 | DOM 存取 - {0} | DOM access - {0} |
3152 | 元素版面配置 | Element layout |
3153 | 元素 | Element |
3154 | 內含時間摘要: | Inclusive time summary: |
3156 | 未知的計時器 | Unknown timer |
3157 | 動畫框架計時器 | Animation frame timer |
3159 | 來源位置 | Source location |
3160 | 立即傳播已停止 | Immediate propagation stopped |
3161 | 事件目標 | Event target |
3162 | {0} ({1},{2}) | {0} ({1},{2}) |
3163 | 顯示哪些事件類型使用最高比例之 CPU 時間 (在 UI 執行緒上) 的甜甜圈圖。 | A donut chart that displays which event types consumed the highest percentage of CPU time on the UI thread. |
3164 | {0} 事件使用了百分之 {1} 的總 CPU 時間,而且已執行 {2}。 | {0} event took {1} percent of total CPU time and executed for {2}. |
3165 | DOM 存取 | DOM access |
3166 | 存取類型 | Access type |
3167 | 目標元素 | Target element |
3168 | 由於目標電腦在廢棄項目收集期間發生多載情形,某些效能資料已遺失。資訊可能不完整、不精確或失序。 | Due to the target machine being overloaded at the time of collection, some performance data was lost. Information may be incomplete, inaccurate, or out of order. |
3169 | 樣式表 URL | Stylesheet URL |
3171 | {0}% | {0}% |
3172 | 延遲 | Delay |
3174 | DOM 存取 ({0}) | DOM access ({0}) |
3175 | 期間 | Duration |
3178 | 此工具只支援 (1) 在 Windows 8.1 上執行的 Windows Store 8.1 應用程式、(2) 在 Windows 8.1 上執行的 Windows Store 8.0 應用程式,以及 (3) Internet Explorer 11 或更新版本 (必須以文件模式 10 或更高版本執行)。收集的資料中可能會缺少這些資訊。 | This tool only supports (1) Windows Store 8.1 apps running on Windows 8.1, (2) Windows Store 8.0 apps running on Windows 8.1, and (3) Internet Explorer 11 or higher running in document modes 10 or higher. Information may be missing from the data collected. |
3179 | 瀏覽 ({0}) | Navigation ({0}) |
3181 | 版面配置模式 | Layout mode |
3183 | 指出應用程式存留期中的基礎事件 | Indicates fundamental events during app lifetime |
3184 | 程式碼剖析在於中斷點暫停時停用。您必須停止偵錯才能啟用程式碼剖析。 | Profiling is disabled when paused at a breakpoint. You must stop debugging to enable profiling. |
3186 | 按 ENTER 摺疊圖形。 | Press enter to collapse graph. |
3187 | 按 ENTER 展開圖形。 | Press enter to expand graph. |
3188 | 清除篩選 | Clear filter |
3189 | 篩選事件 | Filter to event |
3190 | style.{0} = "{1}" | style.{0} = "{1}" |
3196 | 事件: | Event: |
3197 | 設定顯示在時間軸上的事件 | Configure the events displayed on the timeline |
3198 | 背景活動 | Background activity |
3199 | 網路流量 | Network traffic |
3200 | 回呼函式 | Callback function |
3201 | 只分析我的程式碼 (Ctrl+J) | Profile just my code (Ctrl+J) |
3202 | 分析所有程式碼 (Ctrl+J) | Profile all code (Ctrl+J) |
3203 | 轉譯執行緒 | Render thread |
3204 | 下載執行緒 | Download thread |
3205 | 可忽略的 UI 活動 ( | Negligible UI activity ( |
3206 | 格式化 | Formatting |
3207 | 元素格式化 | Element formatting |
3213 | 停止分析以產生報告 (Ctrl+E) | Stop profiling to generate a report (Ctrl+E) |
3214 | 即時運算 | Immediate |
3215 | 間隔 | Interval |
3216 | 依持續期間或開始時間排序事件 | Sort events either by duration or start time |
3217 | 逾時 | Timeout |
3232 | 使用者測量 | User measures |
3234 | 已使用 performance.measure() 方法測量應用程式特定案例。 | An app-specific scenario was measured using the performance.measure() method. |
3236 | 開始遮罩 | Start mark |
3237 | 結束遮罩 | End mark |
3240 | 毫秒已選取 | milliseconds selected |
3241 | 秒已選取 | seconds selected |
3242 | 分已選取 | minutes selected |
3243 | 事件名稱篩選器 | Event name filter |
3244 | 依名稱或類型篩選最上層事件 | Filter the top-level events by name or type |
3245 | 媒體查詢接聽程式 | Media query listener |
3246 | 已登錄的媒體查詢無效,導致系統執行其關聯的接聽程式。 | A registered media query was invalidated which resulted in the execution of its associated listener(s). |
3247 | 媒體查詢 | Media query |
3248 | 變動觀察者 | Mutation observer |
3249 | 觀察的其中一或多個 DOM 元素已被修改,導致系統執行 MutationObserver 的關聯回呼。 | One or more observed DOM elements were modified which resulted in the execution of a MutationObserver's associated callback. |
3251 | 依框架將最上層事件分組 | Group top level events by frames |
3254 | 匯入的工作階段未包含任何有效的效能資料。請嘗試另一個檔案。 | The imported session doesn't include any valid performance data. Please try another file. |
3256 | UI 活動 | UI activity |
3257 | 基礎資料的格式不正確 | The underlying data is not in the proper format |
3258 | 事件持續時間: 全部 | Event duration: All |
3259 | 事件持續時間: {0} | Event duration: {0} |
3260 | 依包含持續時間篩選最上層事件 | Filters top-level events by their inclusive duration |
3261 | 顯示在背景執行緒上發生的事件 (例如影像解碼與 GC) | Show events which occurred on a background thread (e.g. Image decoding, GC) |
3262 | 顯示與網路繫結的 HTTP 要求 | Show HTTP requests which were network-bound |
3263 | 顯示在 UI 執行緒和/或轉譯執行緒上發生的事件 (例如 DOM 事件處理常式與版面配置) | Show events which occurred on the UI thread and/or render thread (e.g. DOM event handlers, Layout) |
3264 | 顯示表示對 performance.measure() 方法之呼叫的自訂事件 | Show custom events which indicate calls to the performance.measure() method |
3266 | {0}: {1}% ({2}) | {0}: {1}% ({2}) |
3267 | 閒置 | Idle |
3268 | 選取範圍持續時間: {0} | Selection duration: {0} |
3269 | UI 執行緒摘要: | UI thread summary: |
3270 | 影像預覽 ({0}x{1}): | Image preview ({0}x{1}): |
3284 | 此工具只支援文件模式 10 或更高的版本; 因此,工作階段中的資訊可能遺失。若要提高精確性,請將您的文件模式變更為 [邊緣],然後啟動新的工作階段。 | This tool only supports document modes 10 or higher; therefore, information may be missing from the session. To improve accuracy, change your document mode to Edge and start a new session. |
3285 | 影像解碼執行緒 | Image decoding thread |
3286 | 排定呼叫堆疊: | Scheduling call stack: |
3288 | 時間軸 | Timeline |
3289 | 檢視目前選取之時間範圍內發生的整體活動順序 | View the holistic sequence of activities that occurred within the current time selection |
3290 | JavaScript 呼叫堆疊 | JavaScript call stacks |
3291 | 檢視在目前選取的時間範圍內取樣的 JavaScript 呼叫堆疊 | View the JavaScript call stacks that were sampled within the current time selection |
3294 | 函式名稱 | Function name |
3296 | URL | URL |
3297 | 堆疊框架發生所在的 URL | URL(s) where stack frame occurred |
3298 | {0} 個選取的 CPU 活動 ({1} 個樣本,共 {2} 個) | {0} of selected CPU activity ({1} sample(s) out of {2}) |
3299 | {0} 毫秒的 CPU 時間 ({1} 個樣本,速率為 1 個樣本/毫秒) | {0} ms of CPU time ({1} sample(s) at 1 sample/ms) |
3300 | 排除 CPU (毫秒) | Exclusive CPU (ms) |
3301 | 花在執行此函式中之程式碼的 CPU 時間,由此函式呼叫之函式中的時間除外 | CPU time spent executing code in this function, excluding time in functions called by this function |
3302 | 排除 CPU (%) | Exclusive CPU (%) |
3303 | 此函式中所選 CPU 活動的百分比,由此函式呼叫之函式中的活動除外 | Percentage of selected CPU activity in this function, excluding activity in functions called by this function |
3304 | 包含 CPU (毫秒) | Inclusive CPU (ms) |
3305 | 花在執行此函式中之程式碼與由此函式呼叫之函式中的程式碼的 CPU 時間 | CPU time spent executing code in this function and in functions called by this function |
3306 | 包含 CPU (%) | Inclusive CPU (%) |
3307 | 此函式與由此函式呼叫之函式中所選 CPU 活動的百分比 | Percentage of selected CPU activity in this function and in functions called by this function |
3308 | 針對搜尋提供的規則運算式無效。 | The supplied regular expression for searching is invalid. |
3309 | 正在分析... | Analyzing... |
3310 | 找不到任何相符的項目。 | Could not find any matches. |
3311 | 已達文件結尾。您要從頭開始重新搜尋嗎? | Reached the end of the document. Do you want to restart the search from the beginning? |
3312 | {0} 個模組 | {0} modules |
3313 | 樣本計數: | Sample count: |
3314 | 處理序的樣本 %: | Sample % of process: |
3315 | 正在搜尋... | Searching... |
3316 | [系統程式碼] | [System code] |
3317 | 效能 | Performance |
3318 | 效能 {0} | Performance {0} |
3328 | 正嘗試在無效的 CPU 使用率樹狀結構格線結果上收集資料 | Trying to collect data on an invalid CPU Usage Tree Grid result |
6001 | 網路 {0} | Network {0} |
6002 | 啟用網路流量擷取 (F5) | Enable network traffic capturing (F5) |
6003 | 停用網路流量擷取 (F5) | Disable network traffic capturing (F5) |
6004 | 讀取 HAR 檔案 | Read in a HAR file |
6008 | 清除快取 | Clear cache |
6010 | 網路 | Network |
6011 | 清除工作階段 | Clear session |
6012 | 一律從伺服器重新整理 | Always refresh from server |
6013 | 標頭 | Headers |
6014 | 參數 | Parameters |
6016 | 本文 | Body |
6025 | {0} x {1} | {0} x {1} |
6026 | 瀏覽時清除項目 | Clear entries on navigate |
6027 | (來自快取) | (from cache) |
6028 | 已過時 | Stalled |
6029 | Proxy | Proxy |
6030 | 正在解析 (DNS) | Resolving (DNS) |
6031 | 正在連線 (TCP) | Connecting (TCP) |
6032 | SSL | SSL |
6033 | 正在傳送 | Sending |
6034 | 正在等候 (TTFB) | Waiting (TTFB) |
6035 | 正在下載 | Downloading |
6036 | 此資源是從快取載入,而且未受網路延遲影響 | This resource was loaded from the cache and it was not affected by network latency |
6037 | 此資源是內嵌在文件中,而且未直接受網路延遲影響 | This resource was embedded in a document and it was not directly affected by network latency |
6038 | 在重新導向後要求的資源是從快取載入,而且未受網路延遲影響 | The resource requested after redirection was loaded from cache and it was not affected by network latency |
6039 | 重新導向自 | Redirected from |
6040 | 重新導向至 | Redirected to |
6042 | 此資源沒有標頭資料 | This resource has no header data |
6043 | 此資源沒有承載資料 | This resource has no payload data |
6044 | 此資源沒有 Cookie | This resource has no cookies |
6045 | 此資源沒有查詢字串參數 | This resource has no query string parameters |
6046 | 此資源沒有計時資料 | This resource has no timing data |
6047 | 未選取任何資源 | No resource is selected |
6050 | 資源的檔案名稱與 URL 路徑 | File name and URL path of resource |
6051 | 方法 | Method |
6052 | 用於要求的 HTTP 方法 | HTTP method used for the request |
6053 | 結果 | Result |
6054 | 描述 | Description |
6055 | HTTP 狀態碼 | HTTP status code |
6056 | 要求類型 | Request type |
6058 | 伺服器提供之標頭與承載的總大小 | Total size of the headers and payloads as delivered by the server |
6061 | 啟動器 | Initiator |
6063 | 負責起始要求的子系統 | Subsystem responsible for initiating the request |
6064 | 全部 | All |
6066 | 文件 | Documents |
6068 | 樣式表 | Style sheets |
6070 | 影像 | Images |
6072 | 指令碼 | Scripts |
6074 | XHR | XHR |
6076 | 字型 | Fonts |
6080 | 內容類型 | Content type |
6081 | 內容類型篩選器 | Content type filter |
6082 | 流量篩選器 | Traffic filter |
6086 | WebSockets | WebSockets |
6088 | TextTracks | TextTracks |
6091 | 清除網域快取 | Clear domain cache |
6092 | 清除網域 Cookie | Clear domain cookies |
6095 | 在新索引標籤中開啟 | Open in new tab |
6097 | 複製要求標頭 | Copy request headers |
6098 | 複製回應標頭 | Copy response headers |
6099 | 複製要求承載 | Copy request payload |
6100 | 複製回應承載 | Copy response payload |
6101 | 重新執行 XHR | Replay XHR |
6102 | 複製為 cURL | Copy as cURL |
6103 | 複製為 PowerShell | Copy as PowerShell |
6104 | 全部複製為 HAR | Copy all as HAR |
6105 | 個要求 | request |
6109 | 等候通訊端成為可用以便傳送要求所花的時間 | Time spent waiting for a socket to become available so that the request could be sent |
6110 | 與 Proxy 伺服器交涉連線所花的時間 | Time spent negotiating the connection with a proxy server |
6111 | 解析此要求之網域的 IP 位址所花的時間 | Time spent resolving the IP address for this request's domain |
6112 | 完成 TCP 交握與交涉 SSL (若有必要) 所花的時間 | Time spent completing the TCP handshake and negotiating SSL if required |
6113 | 完成 SSL 交握所花的時間 | Time spent completing the SSL handshake |
6114 | 發出要求給伺服器所花的時間 | Time spent issuing the request to the server |
6115 | 等候來自伺服器之初始回應所花的時間 | Time spent waiting for the initial response from the server |
6116 | 從伺服器下載回應所花的時間 | Time spent downloading the response from the server |
6117 | {0} 事件標記 | {0} event marker |
6118 | {0} (於 {1}) | {0} at {1} |
6119 | 剖析器 | Parser |
6120 | 重新導向 | Redirect |
6122 | 要求與回應標頭 | Request and response headers |
6123 | 要求與回應內容承載 | Request and response content payload |
6124 | 查詢字串參數 | Query string parameters |
6125 | 要求與回應 Cookie | Request and response cookies |
6126 | 要求與回應計時 | Request and response timings |
6127 | 因為已套用的內容類型篩選,無法處理該要求。您必須清除該篩選,才能瀏覽到該要求。 | The request can't be accessed because of the applied content type filter. You must clear the filter in order to navigate to the request. |
6128 | 網路事件的時間軸 | Timeline of network events |
6129 | 載入回應所花的總時間 | Total time taken to load the response |
6130 | 已接收 | Received |
6133 | 要求的名稱與 URL 路徑 | Name and URL path of the request |
6146 | 匯入的工作階段未包含有效的網路資料。請嘗試另一個檔案。 | The imported session doesn't include valid network data. Please try another file. |
6149 | (擱置中) | (Pending) |
6150 | {0},共 | {0} out of |
6151 | {0} 已傳輸 | {0} transferred |
6152 | 耗時 {0} | {0} taken |
6153 | {0} 個要求 | {0} request |
6157 | 回應主體 | Response body |
6158 | 要求主體 | Request body |
6159 | 自動換行 | Word wrap |
6160 | 美化功能 | Pretty print |
6162 | 通訊協定 | Protocol |
6163 | 要求的通訊協定類型 | Type of protocol for the request |
6164 | 匯出為 HAR | Export as HAR |
6165 | 匯出為 HAR (Ctrl+S) | Export as HAR (Ctrl+S) |
6166 | 此資源沒有回應承載資料 | This resource has no response payload data |
6167 | 此資源沒有要求承載資料 | This resource has no request payload data |
6168 | (DOMContentLoaded: {0},載入: {1}) | (DOMContentLoaded: {0}, load: {1}) |
6169 | 複製 (Ctrl + C) | Copy (Ctrl+C) |
6170 | 複製值 | Copy value |
6171 | 要求 Cookie | Request Cookies |
6172 | 回應 Cookie | Response Cookies |
6173 | 由伺服器傳送的回應大小總計 | Total size of the response as delivered by the server |
6175 | 網路集合代理程式無法啟動。 | The network collection agent failed to start. |
6176 | 應用程式週期標記 | App lifecycle mark |
6178 | 要求標頭 | Request Headers |
6179 | 回應標頭 | Response Headers |
6180 | 要求 URL | Request URL |
6181 | 要求方法 | Request Method |
6192 | 網路收集代理程式無法停止 | The network collection agent failed to stop |
6208 | 清除網域的 Cookies | Clear cookies for domain |
8160 | Ctrl+Alt+P | Ctrl+Alt+P |
8161 | 協助工具樹狀目錄 (Ctrl+Shift+A) | Accessibility tree (Ctrl+Shift+A) |
8162 | 協助工具 | Accessibility |
8163 | 協助工具內容 | Accessibility properties |
8164 | 協助工具樹狀目錄 | Accessibility tree |
8165 | 選取的元素沒有協助工具內容 | Selected element has no accessibility properties |
8166 | 正在顯示已篩選的內容。按一下以查看全部 | Showing filtered properties. Click to see all |
8167 | 正在顯示所有內容。按一下以顯示已篩選的清單 | Showing all properties. Click to show filtered list |
8169 | AcceleratorKey 屬性是一個字串,它包含自動化元素的快速鍵組合。快速鍵組合可叫用動作。例如,CTRL+O 通常用於叫用 [開啟檔案] 通用對話方塊。具有快速鍵屬性的自動化元素可能會為相當於快速鍵命令的動作實作 Invoke 控制項模式。AcceleratorKey 屬性具有 VT_BSTR 的變數類型; 預設值是空字串。 | The AcceleratorKey property is a string containing the accelerator key combinations for the automation element. Accelerator key (also called shortcut key) combinations invoke an action. For example, CTRL+O is often used to invoke the Open file common dialog box. An automation element that has the accelerator key property may implement the Invoke control pattern for the action that is equivalent to the accelerator command. The AcceleratorKey property has a variant type of VT_BSTR; the default value is an empty string. |
8170 | AccessKey 屬性是一個字串,它包含自動化元素的便捷鍵字元。便捷鍵 (有時稱為鍵盤快速鍵或助憶鍵) 是功能表、功能表項目或控制項標籤 (例如,按鈕) 文字中的字元,此字元可用來啟用關聯的功能表功能。例如,若要開啟 [檔案] 功能表 (其便捷鍵通常是 F),使用者必須按下 ALT+F。AccessKey 屬性具有 VT_BSTR 的變數類型; 預設值是空字串。 | The AccessKey property is a string containing the access key character for the automation element. An access key (sometimes called a keyboard shortcut or mnemonic) is a character in the text of a menu, menu item, or label of a control such as a button, that activates the associated menu function. For example, to open the File menu, for which the access key is typically F, the user would press ALT+F. The AccessKey property has a variant type of VT_BSTR; the default value is an empty string. |
8171 | AriaProperties 屬性是已設定格式的字串,它包含自動化元素的無障礙豐富網際網路應用程式 (ARIA) 屬性資訊。如需有關將 ARIA 狀態與屬性對應到「使用者介面自動化」屬性與函式的詳細資訊,請參閱「W3C 無障礙豐富網際網路應用程式的使用者介面自動化規格」。AriaProperties 是名稱/值組,其中使用 "="(等號) 與 ";" (分號) 做為分隔字元,例如 "checked=true;disabled=false"。當這些分隔字元或 "" 出現在值中時,必須使用 "" (反斜線) 做為逸出字元。基於安全性與其他原因,此屬性的提供者實作可以採取步驟以驗證原始 ARIA 屬性; 然而,這不是必要動作。AriaProperties 屬性具有 VT_BSTR 的變數類型; 預設值是空字串。 | The AriaProperties property is a formatted string containing the Accessible Rich Internet Application (ARIA) property information for the automation element. For more information about mapping ARIA states and properties to UI Automation properties and functions, see UI Automation for W3C Accessible Rich Internet Applications Specification. AriaProperties is a collection of Name/Value pairs with delimiters of "="(equals) and ";" (semicolon), for example, "checked=true;disabled=false". The "" (backslash) is used as an escape character when these delimiter characters or "" appear in the values. For security and other reasons, the provider implementation of this property can take steps to validate the original ARIA properties; however, it is not required. The AriaProperties property has a variant type of VT_BSTR; the default value is an empty string. |
8172 | AriaRole 屬性是一個字串,它包含自動化元素的無障礙豐富網際網路應用程式 (ARIA) 角色資訊。如需有關將 ARIA 角色對應到「使用者介面自動化」控制項類型的詳細資訊,請參閱「W3C 無障礙豐富網際網路應用程式的使用者介面自動化規格」。請注意,使用者代理程式也可以在 LocalizedControlType 屬性中提供已當地語系化的 W3C ARIA 角色描述。當未指定已當地語系化的字串時,系統將會為該元素提供預設的 LocalizedControlType 字串。AriaRole 屬性具有 VT_BSTR 的變數類型; 預設值是空字串。 | The AriaRole property is a string containing the Accessible Rich Internet Application (ARIA) role information for the automation element. For more information about mapping ARIA roles to UI Automation control types, see UI Automation for W3C Accessible Rich Internet Applications Specification.Note As an option, the user agent can also offer a localized description of the W3C ARIA role in the LocalizedControlType property. When the localized string is not specified, the system will provide the default LocalizedControlType string for the element. The AriaRole property has a variant type of VT_BSTR; the default value is an empty string. |
8173 | AutomationId 屬性是一個字串,它包含自動化元素的「使用者介面自動化」識別碼 (ID)。當它可用時,元素的 AutomationId 在應用程式的所有執行個體中都必須相同,而不論當地語言為何。該值在多個同層級元素之間必須是唯一的,但是跨整個桌面時則不一定要是唯一的。例如,某個應用程式的多個執行個體,或 Microsoft Windows 檔案總管中的多個資料夾檢視,可能包含多個具有相同 AutomationId 屬性 (例如 "SystemMenuBar") 的元素。雖然我們一律建議支援 AutomationId 以獲得更好的可測試性,但此屬性並非必要屬性。在支援的情況下,AutomationId 對於建立不論 UI 語言為何都會執行的測試自動化指令碼而言非常實用。用戶端不應該假設其他應用程式所公開的 AutomationId。不保證 AutomationId 在不同的應用程式版本或組建之間都是穩定的。AutomationId 屬性具有 VT_BSTR 的變數類型; 預設值是空字串。 | The AutomationId property is a string containing the UI Automation identifier (ID) for the automation element. When it is available, the AutomationId of an element must be the same in any instance of the application, regardless of the local language. The value should be unique among sibling elements, but not necessarily unique across the entire desktop. For example, multiple instances of an application, or multiple folder views in Microsoft Windows Explorer, may contain elements with the same AutomationId property, such as "SystemMenuBar". While support for AutomationId is always recommended for better testability, this property is not mandatory. Where it is supported, AutomationId is useful for creating a test automation script that runs regardless of the UI language. Clients should make no assumptions regarding the AutomationIds exposed by other applications. AutomationId is not guaranteed to be stable across different releases or builds of an application. The AutomationId property has a variant type of VT_BSTR; the default value is an empty string. |
8174 | BoundingRectangle 屬性指定將自動化元素完全包圍之矩形的座標。矩形是以實際螢幕座標來表示。若圖形或 UI 項目的可按下區域是不規則形,或項目被其他 UI 元素遮住,它可以包含無法按的點。BoundingRectangle 屬性具有 VT_R8|VT_ARRAY 的變數類型; 預設值是空白矩形。若項目目前未顯示使用者介面 (UI),此屬性是 NULL。 | The BoundingRectangle property specifies the coordinates of the rectangle that completely encloses the automation element. The rectangle is expressed in physical screen coordinates. It can contain points that are not clickable if the shape or clickable region of the UI item is irregular, or if the item is obscured by other UI elements. The BoundingRectangle property has a variant type of VT_R8|VT_ARRAY; the default value is an empty rectangle. This property is NULL if the item is not currently displaying a user interface (UI). |
8175 | ClassName 屬性是一個字串,它包含自動化元素的類別名稱 (由控制項開發人員所指派)。類別名稱取決於「使用者介面自動化」提供者的實作,因此您無法確認它是否為標準格式。然而,若類別名稱已知,您可以使用它來驗證應用程式是否搭配預期的自動化元素正常運作。ClassName 屬性具有 VT_BSTR 的變數類型; 預設值是空字串。 | The ClassName property is a string containing the class name for the automation element as assigned by the control developer. The class name depends on the implementation of the UI Automation provider and therefore cannot be counted on to be in a standard format. However, if the class name is known, it can be used to verify that an application is working with the expected automation element. The ClassName property has a variant type of VT_BSTR; the default value is an empty string. |
8176 | TheClickablePoint 屬性是自動化元素上可按下的點。若元素部分或完全被另一個視窗遮住,使用者將無法按下該元素。ClickablePoint 屬性具有 VT_R8|VT_ARRAY 的變數類型; 預設值是 NULL。 | TheClickablePoint property is a point on the automation element that can be clicked. An element cannot be clicked if it is completely or partially obscured by another window. The ClickablePoint property has a variant type of VT_R8|VT_ARRAY; the default value is NULL. |
8177 | ControlType 屬性是一個類別,它可以識別自動化元素的類型。ControlType 透過已知 UI 控制項基本型別 (例如,按鈕或核取方塊) 來定義 UI 元素的特性。ControlType 屬性具有 VT_I4 的變數類型。預設值是 UIA_CustomControlTypeId (除非自動化元素代表全新類型的控制項,否則應該避免使用此值)。 | The ControlType property is a class that identifies the type of the automation element. ControlType defines characteristics of the UI elements by well known UI control primitives such as button or check box. The ControlType property has a variant type of VT_I4. The default value is UIA_CustomControlTypeId, which should be avoided unless the automation element is representing a completely new type of control. |
8178 | ControllerFor 屬性是由支援此屬性之自動化元素所操縱的自動化元素陣列。ControllerFor 的使用時機是當自動化元素影響應用程式 UI 或桌面的一或多個區段時; 否則,難以將控制項操作的影響與 UI 元素關聯。ControllerFor 屬性具有 VT_UNKNOWN|VT_ARRAY 的變數類型; 預設值是 NULL。 | ControllerFor property is an array of automation elements that are manipulated by the automation element that supports this property. ControllerFor is used when an automation element affects one or more segments of the application UI or the desktop; otherwise, it is hard to associate the impact of the control operation with UI elements. The ControllerFor property has a variant type of VT_UNKNOWN|VT_ARRAY; the default value is NULL. |
8179 | Culture 包含自動化元素的地區設定識別碼 (例如,0x0409 代表 "en-US" 或英文 (美國))。每個地區設定都有一個唯一識別碼,它是由語言識別碼與排序順序識別碼組成的 32 位元值。地區設定識別碼是標準的國際數值縮寫,而且具有唯一識別其中一個已安裝之作業系統定義地區設定所需的元件。如需詳細資訊,請參閱「語言識別碼常數與字串」。此控制項可能根據個別控制項基礎而存在,但通常只有在應用程式層級才可用。Culture 屬性具有 VT_I4 的變數屬性; 預設值是 0。 | The Culture contains a locale identifier for the automation element (for example, 0x0409 for "en-US" or English (United States)). Each locale has a unique identifier, a 32-bit value that consists of a language identifier and a sort order dentifier. The locale identifier is a standard international numeric abbreviation and has the components necessary to uniquely identify one of the installed operating system-defined locales. For more information, see Language Identifier Constants and Strings. This property may exist on a per-control basis, but typically is only available on an application level. The Culture property has a variant type of VT_I4; the default value is 0. |
8180 | 識別 DescribedBy 屬性,這是一個提供自動化元素詳細資訊的元素陣列。DescribedBy 的使用時機是某個自動化元素由應用程式 UI 的另一個區段解釋時。例如,此屬性可以從複雜自訂清單物件指向 "2,529 items in 85 groups, 10 items selected" 的文字元素。不需要為用戶端使用物件模型來摘錄類似資訊,因為 DescribedBy 屬性提供對 UI 元素的快速存取,而 UI 元素可能已提供描述 UI 元素的實用使用者資訊。 | Identifies the DescribedBy property, which is an array of elements that provide more information about the automation element. DescribedBy is used when an automation element is explained by another segment of the application UI. For example, the property can point to a text element of "2,529 items in 85 groups, 10 items selected" from a complex custom list object. Instead of using the object model for clients to digest similar information, the DescribedBy property can offer quick access to the UI element that may already offer useful end-user information that describes the UI element. |
8181 | 僅直屬子物件的可見性; 它不表示所有子系物件的可見性。 | The visibility of immediate child objects only; it does not refer to the visibility of all descendant objects. |
8182 | FlowsFrom 屬性指定當自動化元素未以未以與使用者所看到之相同朗讀順序公開或結構化時的朗讀順序。雖然 FlowsFrom 屬性可以指定多個前置元素,它通常只包含朗讀順序中的前一個元素。 | The FlowsFrom property specifies the reading order when automation elements are not exposed or structured in the same reading order as perceived by the user. While the FlowsFrom property can specify multiple preceding elements, it typically contains only the prior element in the reading order. |
8183 | FlowsTo 是自動化元素陣列,它會建議目前自動化元素後的朗讀順序。FlowsTo 屬性指定當自動化元素未以與使用者所看到之相同朗讀順序公開或結構化時的朗讀順序。雖然 FlowsTo 屬性可以指定多個後續元素,它通常只包含朗讀順序中的下一個元素。 | FlowsTo is an array of automation elements that suggests the reading order after the current automation element. The FlowsTo property specifies the reading order when automation elements are not exposed or structured in the same reading order as perceived by the user. While the FlowsTo property can specify multiple succeeding elements, it typically contains only the next element in the reading order. |
8184 | FrameworkId 屬性是一個字串,它包含自動化元素所屬之底層使用者介面架構的名稱。FrameworkId 可讓用戶端應用程式視特定使用者介面架構以不同方式處理自動化元素。屬性值範例包括 "Win32"、"WinForm" 與 "DirectUI"。FrameworkId 屬性具有 VT_BSTR 的變數類型; 預設值是空字串。 | The FrameworkId property is a string containing the name of the underlying UI framework that the automation element belongs to. The FrameworkId enables client applications to process automation elements differently depending on the particular UI framework. Examples of property values include "Win32", "WinForm", and "DirectUI". The FrameworkId property has a variant type of VT_BSTR; the default value is an empty string. |
8185 | 方格中的欄數。 | The number of columns in the grid. |
8186 | 方格中的列數。 | The number of rows in the grid. |
8187 | 包含項目的欄索引 (以零為基礎)。 | The zero-based index of the column that contains the item. |
8188 | 方格項目的跨欄數目。 | The number of columns spanned by the grid item. |
8189 | 包含方格項目的元素。 | The element that contains the grid item. |
8190 | 包含項目的列索引 (以零為基礎)。 | The zero-based index of the row that contains the item. |
8191 | 方格項目的跨列數目。 | The number of rows spanned by the grid item. |
8192 | 指出自動化元素是否具有鍵盤焦點的布林值。HasKeyboardFocus 屬性具有 VT_BOOL 的變數類型; 預設值是 FALSE。 | A bolean value that indicates whether the automation element has keyboard focus. The HasKeyboardFocus property has a variant type of VT_BOOL; the default value is FALSE. |
8193 | 與自動化元素關聯的說明文字字串。HelpText 屬性通常是從與元素關聯的工具提示文字取得。出現在編輯或清單控制項中的預留位置文字也可以支援此屬性。例如,「在這裡輸入要搜尋的文字」便是一個放置文字以提示使用者進行實際輸入的編輯控制項的絕佳 HelpText 屬性範例。然而,它對於編輯控制項的 name 屬性而言就不適合。當支援 HelpText 時,字串必須符合應用程式 UI 語言或作業系統預設 UI 語言。HelpText 屬性具有 VT_BSTR 的變數類型; 預設值是 NULL。 | A help text string associated with the automation element. The HelpText property is typically obtained from tooltip text associated with the element. The property can also be supported with placeholder text appearing in edit or list controls. For example, "Type text here for search" is a good candidate the HelpText property for an edit control that places the text prior to the user's actual input. However, it is not adequate for the name property of the edit control. When HelpText is supported, the string must match the application UI language or the operating system default UI language. The HelpText property has a variant type of VT_BSTR; the default value is NULL. |
8194 | 指定元素是否出現在自動化元素樹狀目錄之內容檢視的布林值。如需詳細資訊,請參閱「使用者介面自動化樹狀目錄概觀。請注意,若要讓元素出現在內容檢視中,IsContentElement 屬性與 IsControlElement 屬性都必須是 TRUE。IsContentElement 屬性具有 VT_BOOL 的變數類型; 預設值是 TRUE。 | A boolean value that specifies whether the element appears in the content view of the automation element tree. For more information, see UI Automation Tree Overview. Note For an element to appear in the content view, both the IsContentElement property and the IsControlElement property must be TRUE. The IsContentElement property has a variant type of VT_BOOL; the default value is TRUE. |
8195 | 指定元素是否出現在自動化元素樹狀目錄之控制項檢視的布林值。如需詳細資訊,請參閱「使用者介面自動化樹狀目錄概觀」。IsControlElement 屬性具有 VT_BOOL 的變數類型; 預設值是 TRUE。 | A boolean value that specifies whether the element appears in the control view of the automation element tree. For more information, see UI Automation Tree Overview. The IsControlElement property has a variant type of VT_BOOL; the default value is TRUE. |
8196 | 指出輸入或選取的值對於與自動化元素關聯的格式規則而言是否有效的布林值。例如,若使用者在允許 5 或 9 位數的郵遞區號欄位輸入 "425-555-5555",可以將 IsDataValidForForm 屬性設定為 FALSE 以指出該資料無效。IsDataValidForForm 屬性具有 VT_BOOL 的變數類型; 預設值是 FALSE。 | A boolean value that indicates whether the entered or selected value is valid for the form rule associated with the automation element. For example, if the user entered "425-555-5555" for a zip code field that requires 5 or 9 digits, the IsDataValidForForm property can be set to FALSE to indicate that the data is not valid. The IsDataValidForForm property has a variant type of VT_BOOL; the default value is FALSE. |
8197 | 指出由自動化元素所參考的使用者介面 (UI) 項目是否已啟用與是否允許與其互動的布林值。當控制項的已啟用狀態是 FALSE 時,會假設子控制項也未啟用。當父控制項變更時,用戶端不應該預期收到來自子元素的屬性變更事件。IsEnabled 屬性具有 VT_BOOL 的變數類型; 預設值是 FALSE。 | A boolean value that indicates whether the user interface (UI) item referenced by the automation element is enabled and can be interacted with.When the enabled state of a control is FALSE, it is assumed that child controls are also not enabled. Clients should not expect property-changed events from child elements when the state of the parent control changes. The IsEnabled property has a variant type of VT_BOOL; the default value is FALSE. |
8198 | 指出自動化元素是否可接受鍵盤焦點的布林值。IsKeyboardFocusable 屬性具有 bool 的變數類型; 預設值是 FALSE。 | A boolean value that indicates whether the automation element can accept keyboard focus.The IsKeyboardFocusable property has a variant type of bool the default value is false. |
8199 | 指出自動化元素是否完全捲動到檢視之外 (例如,位於容器物件檢視區之外之清單方塊中的項目),或已摺疊到檢視之外 (例如,樹狀檢視/功能表或最小化之視窗中的項目) 的布林值。若元素具有可按下的點且該點可以接收焦點,則當該元素的某部分未位於螢幕顯示範圍內時,該元素仍會被視為位於螢幕顯示範圍中。此屬性的值不會因為被其他視窗遮住而受影響,也不會因為元素在特定監視器上是否可見而受影響。若 IsOffscreen 屬性是 TRUE,則表示 UI 元素已捲動到螢幕顯示範圍之外或已摺疊。元素暫時被隱藏,但使用者仍知悉其存在且繼續包含在 UI 模型中。透過捲動、按一下下拉式功能表等方式,即可將該物件帶回到檢視中。使用者完全不知悉其存在的物件,或已使用程式設計方式設定為隱藏的物件 (例如,已關閉但其底層物件仍位於應用程式快取中的對話方塊) 不應該位於自動化元素樹狀目錄的第一個位置 (不需要將 IsOffscreen 狀態設定為 TRUE)。IsOffscreen 屬性具有 boolean 的變數類型; 預設值是 FALSE。 | A boolean value that indicates whether the automation element is entirely scrolled out of view (for example, an item in a list box that is outside the viewport of the container object) or collapsed out of view (for example, an item in a tree view or menu, or in a minimized window). If the element has a clickable point that can cause it to receive the focus, the element is considered to be on-screen while a portion of the element is off screen. The value of the property is not affected by occlusion by other windows, or by whether the element is visible on a specific monitor. If the IsOffscreen property is TRUE, the UI element is scrolled off-screen or collapsed. The element is temporarily hidden, yet it remains in the end-user's perception and continues to be included in the UI model. The object can be brought back into view by scrolling, clicking a drop-down, and so on. Objects that the end-user does not perceive at all, or that are "programmatically hidden" (for example, a dialog box that has been dismissed, but the underlining object is still cached by the application) should not be in the automation element tree in the first place (instead of setting the state of IsOffscreen to TRUE). The IsOffscreen property has a variant type of boolean; the default value is false. |
8200 | 指出自動化元素是否包含受保護內容或密碼的布林值。當 IsPassword 屬性是TRUE 且元素有鍵盤焦點時,用戶端應用程式應該停用可能會造成使用者的受保護資訊公開的鍵盤回應或鍵盤輸入回饋。嘗試存取受保護元素 (編輯控制項) 的 Value 屬性 可能會導致發生錯誤。IsPassword 屬性具有 VT_BOOL 的變數類型; 預設值是 FALSE。 | A boolean value that indicates whether the automation element contains protected content or a password. When the IsPassword property is TRUE and the element has the keyboard focus, a client application should disable keyboard echoing or keyboard input feedback that may expose the user's protected information. Attempting to access the Value property of the protected element (edit control) may cause an error to occur. The IsPassword property has a variant type of VT_BOOL; the default value is FALSE. |
8201 | IsPeripheral 是指出自動化元素是否代表周邊 UI 的布林值。周邊 UI 會出現並支援使用者互動,但出現時將不會取得鍵盤焦點。周邊 UI 範例包括快顯、飛出視窗、操作功能表或浮動通知。 | IsPeripheral is a Boolean value that indicates whether the automation element represents peripheral UI. Peripheral UI appears and supports user interaction, but does not take keyboard focus when it appears. Examples of peripheral UI includes popups, flyouts, context menus, or floating notifications. |
8202 | IsRequiredForForm 是指出是否必須在表單上填滿自動化元素的布林值。IsRequiredForForm 屬性具有 VT_BOOL 的變數類型; 預設值是 FALSE。 | IsRequiredForForm is a Boolean value that indicates whether the automation element is required to be filled out on a form. The IsRequiredForForm property has a variant type of VT_BOOL; the default value is FALSE. |
8203 | ItemStatus 是一個文字字串,它描述自動化元素之項目的狀態。ItemStatus 可讓用戶端確認元素是否傳達項目的狀態與狀態為何。例如,與訊息收發應用程式中之連絡人關聯的項目可能是「忙碌」或「已連線」。當支援 ItemStatus 時,該字串必須符合應用程式 UI 語言或作業系統預設 UI 語言。ItemStatus 屬性具有 VT_BSTR 的變數類型; 預設值是空字串。 | ItemStatus is a text string describing the status of an item of the automation element. ItemStatus enables a client to ascertain whether an element is conveying status about an item as well as what the status is. For example, an item associated with a contact in a messaging application might be "Busy" or "Connected". When ItemStatus is supported, the string must match the application UI language or the operating system default UI language. The ItemStatus property has a variant type of VT_BSTR; the default value is an empty string. |
8204 | ItemType 是一個文字字串,它描述自動化元素的類型。ItemType 可用來取得清單、樹狀檢視或資料格中之項目的相關資訊。例如,檔案目錄檢視中的項目可能是「文件檔案」或「資料夾」。當支援 ItemType 時,該字串必須符合應用程式 UI 語言或作業系統預設 UI 語言。ItemType 屬性具有 VT_BSTR 的變數類型; 預設值是空字串。 | ItemType is a text string describing the type of the automation element. ItemType is used to obtain information about items in a list, tree view, or data grid. For example, an item in a file directory view might be a "Document File" or a "Folder". When ItemType is supported, the string must match the application UI language or the operating system default UI language. The ItemType property has a variant type of VT_BSTR; the default value is an empty string. |
8205 | LabeledBy 是一個自動化元素,它包含此元素的文字標籤。例如,此屬性可用來擷取下拉式方塊的靜態文字標籤。 | LabeledBy is an automation element that contains the text label for this element. This property can be used to retrieve, for example, the static text label for a combo box. |
8206 | Level 屬性描述元素在階層式或損壞之階層式結構中的位置。例如,項目符號/編號清單、標題或其他結構化資料項目可以有各種父系/子系關係。Level 描述項目在結構中的位置。 | The Level property describes the location of an element inside a hierarchical or broken hierarchical structures. For example a bulleted/numbered list, headings, or other structured data items can have various parent/child relationships. Level describes where in the structure the item is located. |
8207 | LiveSetting 由代表即時區域的自動化元素支援。LiveSetting 屬性指出用戶端應該用來通知使用者即時區域已變更的 "politeness" 層級。此屬性可以是來自 LiveSetting 列舉的其中一個值。 | The LiveSetting is supported by an automation element that represents a live region. The LiveSetting property indicates the "politeness" level that a client should use to notify the user of changes to the live region. This property can be one of the values from the LiveSetting enumeration. |
8208 | LocalizedControlType 是一個文字字串,它描述自動化元素所代表之控制項的類型。此字串只應該包含小寫字元: •正確: "button" •不正確: "Button" 當元素提供者未指定 LocalizedControlType 時,預設的已當地語系化字串是由架構根據元素的控制項類型 (例如,"button" 表示按鈕控制項類型) 來提供。具有自訂控制項類型的自動化元素必須支援已當地語系化的控制項類型字串,此字串代表元素的角色 (例如,"color picker" 表示可讓使用者選擇並指定色彩的自訂控制項)。當支援自訂值時,此字串必須符合應用程式 UI 語言或作業系統預設 UI 語言。LocalizedControlType 屬性具有 VT_BSTR 的變數類型; 預設值是空字串。 | LocalizedControlType is a text string describing the type of control that the automation element represents. The string should contain only lowercase characters: •Correct: "button" •Incorrect: "Button" When LocalizedControlType is not specified by the element provider, the default localized string is supplied by the framework, according to the control type of the element (for example, "button" for the button control type). An automation element with the Custom control type must support a localized control type string that represents the role of the element (for example, "color picker" for a custom control that enables users to choose and specify colors). When a custom value is supplied, the string must match the application UI language or the operating system default UI language. The LocalizedControlType property has a variant type of VT_BSTR; the default value is an empty string. |
8209 | Name 是自動化元素之文字表示法的字串。Name 屬性應該一律與畫面上的標籤文字相同。例如,對於具有 [瀏覽] 標籤的按鈕元素,Name 必須是「瀏覽」。Name 屬性不應該包含便捷鍵的助憶鍵字元 (亦即 "&"),這在 UI 文字表示法中是以底線格式顯示。此外,Name 屬性不應該是畫面上顯示之標籤的延伸或修改版本,因為名稱與標籤不一致會導致用戶端應用程式與使用者混淆。當對應的標籤文字在畫面上不可見時,或當它由圖形取代時,應該選擇替代文字。該替代文字應該精簡、直覺化並當地語系化為應用程式 UI 語言或作業系統預設 UI 語言。該替代文字不應該是視覺細節的詳細描述,而應該是 UI 功能的精簡描述,就像它是由簡單文字標示一樣。例如,Windows [開始] 功能表按鈕是命名為 [開始] (按鈕) 而非「藍色圓球狀圖形中的 Windows 標誌」(按鈕)。如需詳細資訊,請參閱「建立影像的替代文字」。當 UI 標籤使用文字圖形 (例如,使用 "" 代表用於將項目從左邊新增到右邊的按鈕) 時,您應該使用適當的文字替代項 (例如,「新增」) 來覆寫 Name 屬性。然而,基於當地語系化與協助工具考量,建議在實務上不要使用文字圖形做為 UI 標籤。Name 屬性不應該包含控制項角色或類型資訊,例如「按鈕」或「清單」; 否則,它將會與 LocalizedControlType 屬性的文字衝突。Name 屬性不能做為同層級之間的唯一識別碼使用。然而,只要它與 UI 呈現一致,就可以在多個同儕節點之間支援相同的 Name 值。對於測試自動化,用戶端應該考慮使用 AutomationId 或 RuntimeId 屬性。Name 屬性具有 VT_BSTR 的變數類型; 預設值是空字串。 | Name is a string for the text representation of the automation element. The Name property should always be the same as the label text on screen. For example, Name must be "Browse" for the button element with the label "Browse". The Name property must not include the mnemonic character for the access keys (that is, "&"), which is underlined in the UI text presentation. Also, the Name property should not be an extended or modified version of the on-screen label because the inconsistency between the name and the label can cause confusion among client applications and users. When the corresponding label text is not visible on screen, or when it is replaced by graphics, alternative text should be chosen. The alternative text should be concise, intuitive, and localized to the application UI language, or to the operating system default UI language. The alternative text should not be a detailed description of the visual details, but a concise description of the UI function or feature as if it were labeled by simple text. For example, the Windows Start menu button is named "Start" (button) instead of "Windows Logo on blue round sphere graphics" (button). For more information, see Creating Text Equivalents for Images. When a UI label uses text graphics (for example, using "" for a button that adds an item from right to left), the Name property should be overridden by an appropriate text alternative (for example, "Add"). However the practice of using text graphics as a UI label is discouraged due to both localization and accessibility concerns. The Name property must not include the control role or type information, such as "button" or "list"; otherwise, it will conflict with the text from the LocalizedControlType property. The Name property may not be used as a unique identifier among siblings. However, as long as it is consistent with the UI presentation, the same Name value can be supported among peers. For test automation, the clients should consider using the AutomationId or RuntimeId property. The Name property has a variant type of VT_BSTR; the default value is an empty string. |
8210 | NativeWindowHandle 是一個整數,它代表自動化元素視窗的控制代碼 (HWND),若存在; 否則,此屬性是 0。NativeWindowHandle 屬性具有 VT_I4 的變數類型; 預設值是 0。 | NativeWindowHandle is an integer that represents the handle (HWND) of the automation element window, if it exists; otherwise, this property is 0. The NativeWindowHandle property has a variant type of VT_I4; the default value is 0. |
8211 | OptimizeForVisualContent 屬性是指出提供者是否只公開可見元素的布林值。提供者可以在處理大型內容時使用此屬性來將效能最佳化。例如,當使用者切換到大型內容的其他頁面時,提供者可以終結已不再可見的內容元素。 | The OptimizeForVisualContent property is a boolean value that indicates whether the provider exposes only elements that are visible. A provider can use this property to optimize performance when working with very large pieces of content. For example, as the user pages through a large piece of content, the provider can destroy content elements that are no longer visible. |
8212 | Orientation 屬性指出自動化元素所代表之控制項的方向。屬性是以來自 OrientationType 列舉類型的值表示。 | The Orientation property indicates the orientation of the control represented by the automation element. The property is expressed as a value from the OrientationType enumerated type. |
8213 | PositionInSet 屬性是以 1 為基礎且與自動化元素關聯的整數。PositionInSet 描述元素在一組被視為同層級之元素內的序數位置。PositionInSet 可搭配 SizeOfSet 屬性使用以描述在集合中的序數位置。 | The PositionInSet property is a 1-based integer associated with an automation element. PositionInSet describes the ordinal location of the element within a set of elements which are considered to be siblings. PositionInSet works in coordination with the SizeOfSet property to describe the ordinal location in the set. |
8214 | 代表自動化元素之處理程序識別碼 (ID) 的整數。處理程序識別碼 (ID) 是由作業系統指派。您可以在「工作管理員」中 [處理程序] 索引標籤 [PID] 欄看到它。ProcessId 屬性具有 VT_I4 的變數類型; 預設值是 0。 | An integer representing the process identifier (ID) of the automation element. The process identifier (ID) is assigned by the operating system. It can be seen in the PID column of the Processes tab in Task Manager. The ProcessId property has a variant type of VT_I4; the default value is 0. |
8215 | ProviderDescription 是已設定格式的字串,它包含自動化元素之「使用者介面自動化」提供者的來源資訊,包括 Proxy 資訊。ProviderDescription 屬性具有 VT_BSTR 的變數類型; 預設值是空字串 | ProviderDescription is a formatted string containing the source information of the UI Automation provider for the automation element, including proxy information. The ProviderDescription property has a variant type of VT_BSTR; the default value is an empty string |
8216 | 指定元素值是否唯讀的值。 | A value that specifies whether the value of the element is read-only. |
8217 | 加到 Value 屬性或從 Value 屬性減去的控制項特定大幅變更值。 | The control-specific large-change value which is added to or subtracted from the elements Value property. |
8218 | 元素支援的最大範圍值。 | The maximum range value supported by the element. |
8219 | 元素支援的最小範圍值。 | The minimum range value supported by the element. |
8220 | 加到 Value 屬性或從 Value 屬性減去的控制項特定小幅變更值。 | The control-specific small-change value which is added to or subtracted from the elements Value property. |
8221 | 元素的目前值。 | The current value of the element. |
8222 | RuntimeId 是一個整數陣列,它代表自動化元素的識別碼。該識別碼在桌面上是唯一的,但只有在其產生所在的桌面 UI 內才保證其唯一性。識別碼可重複使用。RuntimeId 的格式可能會變更。傳回的識別碼應該被視為不透明值,而且只應該用於比較用途; 例如,判斷某個自動化元素是否在快取中。RuntimeId 屬性具有 VT_I4|VT_ARRAY 的變數類型; 它沒有預設值。 | RuntimeId is an array of integers representing the identifier for an automation element. The identifier is unique on the desktop, but it is only guaranteed to be unique within the UI of the desktop on which it was generated. Identifiers can be reused over time. The format of RuntimeId may change. The returned identifier should be treated as an opaque value and used only for comparison; for example, to determine whether an automation element is in the cache. The RuntimeId property has a variant type of VT_I4|VT_ARRAY; it has no default value. |
8223 | 以控制項內總內容區域百分比表示的水平捲動位置。 | The horizontal scroll position as a percentage of the total content area within the control. |
8224 | 以控制項內總內容區域百分比表示的可檢視區域水平大小。 | The horizontal size of the viewable region as a percentage of the total content area within the control. |
8225 | 若控制項可以水平捲動則為 True; 否則為 False。 | true if the control can scroll horizontally; otherwise false. |
8226 | 以控制項內總內容區域百分比表示的垂直捲動位置。 | The vertical scroll position as a percentage of the total content area within the control. |
8227 | 以控制項內總內容區域百分比表示的可檢視區域垂直大小。 | The vertical size of the viewable region as a percentage of the total content area within the control. |
8228 | 若控制項可以垂直捲動則為 True; 否則為 False。 | true if the control can scroll vertically; otherwise false. |
8229 | 指定「使用者介面自動化」提供者是否允許同時選取多個子元素的值。若允許多重選取則為 True; 否則為 False。 | A value that specifies whether the UI Automation provider allows more than one child element to be selected concurrently. True if multiple selection is allowed; otherwise false. |
8230 | 指定「使用者介面自動化」提供者是否要求選取至少一個子元素的值。若要求選取則為 True; 否則為 False。 | A value that specifies whether the UI Automation provider requires at least one child element to be selected. True if selection is required; otherwise false. |
8231 | 若已選取項目則為 True; 否則為 False。 | true if the item is selected; otherwise false. |
8232 | 容器物件。預設值是 Null 參考。 | The container object. The default is a null reference. |
8233 | SizeOfSet 屬性,它是以 1 為基礎且與自動化元素關聯的整數。SizeOfSet 描述被視為同層級之群組或集合中的自動化元素計數。SizeOfSet 可搭配 PositionInSet 屬性使用以描述集合中的項目計數。 | The SizeOfSet property, which is a 1-based inteter associated with an automation element. SizeOfSet describes the count of automation elements in a group or set that are considered to be siblings. SizeOfSet works in coordination with the PositionInSet property to describe the count of items in the set. |
8234 | 包含的值指定表格中的資料主要應該依列或依欄朗讀。 | Contains values that specify whether data in a table should be read primarily by row or by column. |
8235 | 包含的值指定「使用者介面自動化」元素的 ToggleState。 | Contains values that specify the ToggleState of a UI Automation element. |
8236 | 若值是唯讀則為 True; 若值可供修改則為 False。 | true if the value is read-only; false if it can be modified. |
8237 | 「使用者介面自動化」元素的值,類型為字串。預設值是空字串。 | The value of the UI Automation element as a string. The default is an empty string. |
8239 | 插入的樣式 | Injected style |
9008 | 指出使用 LoggingChannel API 記錄的訊息 | Indicates messages logged using the LoggingChannel API |
9023 | 按一下以清除選取範圍。 | Click to clear selection. |
9024 | 清除選取範圍 | Clear Selection |
9025 | 按一下以重設檢視。 | Click to reset view. |
9026 | 重設檢視 | Reset View |
9027 | 按一下以放大。 | Click to zoom in. |
9028 | 按一下以重設縮放。 | Click to reset zoom. |
9031 | 數值 | Value |
9032 | 停止收集 | Stop Collection |
9033 | 按一下以停止收集。 | Click to stop collection. |
9034 | 停止收集 (Ctrl+Alt+F2) | Stop Collection (Ctrl+Alt+F2) |
9037 | 指出有兩種類型的標記 | Indicates there are marks of two or more types |
9038 | 使用向左鍵與向右鍵在標記之間瀏覽。 | Use left and right arrow keys to navigate through marks. |
9039 | 套用 | Apply |
9041 | 選取工具 | Select Tools |
9042 | 值: {0} | Value: {0} |
9043 | 縮放至選取範圍 | Zoom To Selection |
9044 | 縮小 | Zoom Out |
9045 | 按一下以縮放至目前的選取範圍。 | Click to zoom to the current selection. |
9046 | 按一下以縮小。 | Click to zoom out. |
9047 | 重新啟動偵錯以啟用此視窗中的記憶體工具。對於 .NET 桌面專案,您也必須停用 [專案內容] 之 [偵錯] 索引標籤下的 Visual Studio 主控處理序。 | Restart debugging to enable the Memory tool in this window. For a .NET desktop project, you also need to disable the Visual Studio hosting process in the Project Properties under the Debug tab. |
9050 | 內容需要新版 Internet Explorer。 | The content requires a new version of Internet Explorer. |
9051 | 按一下這裡以下載新版 Internet Explorer | Click here to download newer version of Internet Explorer |
9052 | 正在處理字串 | Processing string |
9054 | 已捨棄 {0} 診斷事件,報告中的某些資訊可能已遺失或不正確。 | {0} diagnostic events dropped, some information in the report may be missing or inaccurate. |
9055 | 其他資訊... | More information... |
9056 | 正在針對多個處理程序進行偵錯,但此視窗只顯示 {0} 的字串 (PID: {1})。 | Multiple processes are being debugged, but this window is only showing string for {0} (PID: {1}). |
9059 | 已選取 {0} {1} | {0} {1} selected |
9060 | {0} {1} | {0}{1} |
9061 | {0} | {0} |
9072 | 診斷工作階段: {0} ({1}) | Diagnostics session: {0} ({1}) |
9073 | 時間: {0} | Time: {0} |
9074 | 最接近的資料 | Nearest data |
9075 | 對所選工具的變更將套用到下一個偵錯工作階段 | Changes to the selected tools will be applied to the next debugging session |
9076 | 設定工具設定 | Configure tool settings |
9077 | 設定... | Settings... |
10016 | 實驗 | Experiments |
10017 | 實驗 {0} | Experiments {0} |
10018 | 編輯 CSS | Edit CSS |
10019 | 編輯 Cookie | Edit Cookies |
10020 | 編輯 Web 儲存區 | Edit Web Storage |
10021 | 若要套用這些設定,您將需要重新啟動瀏覽器。 | To apply these settings, you will need to restart your browser. |
10022 | 編輯 JavaScript | Edit JavaScript |
11008 | asm.js 編譯成功。{0} | asm.js compilation succeeded. {0} |
11009 | 此文件已被修改 | This document has been modified |
11010 | 將所有文件與其原始文件比較 | Compare all documents to their original |
11011 | 將變更匯出至 diff 檔案 | Export changes to a diff file |
11012 | 將所有變更匯出至 diff 檔案 | Export all changes to a diff file |
11013 | 儲存並套用變更至此檔案 (Ctrl+S) | Save and apply changes to this file (Ctrl+S) |
11014 | 儲存變更並將未來的要求重新導向到此 URL (Ctrl+S) | Save changes and redirect future requests to this URL (Ctrl+S) |
11015 | 將未來的要求重新導向到此 URL | Redirect future requests to this URL |
11016 | 針對此 URL 關閉 URL 重新導向 | Turn off URL redirection for this URL |
11017 | 將文件與原始文件比較 | Compare document to original |
11018 | 只檢視目前的文件 | View current document only |
11024 | 釘選 | Pin |
11025 | 取消釘選 | Unpin |
11026 | 在檔案選擇器中顯示 | Show in file picker |
11027 | 一般檢視 | Regular View |
11028 | 資料夾檢視 | Folder View |
11029 | 全部展開 | Expand All |
11030 | 全部摺疊 | Collapse All |
11031 | 展開子系 | Expand Children |
11032 | 摺疊子系 | Collapse Children |
11033 | (沒有網域) | (no domain) |
11056 | 移至檔案中的定義 | Go to definition in file |
11057 | 尋找檔案中的參考 | Find references in file |
12004 | 移至行 {0} 與欄 {1}。 | Go to line {0} and column {1}. |
12005 | 移至行 {0}。 | Go to line {0}. |
12006 | 輸入介於 1 到 {0} 之間的行號以瀏覽該行。 | Type a line number between 1 and {0} to navigate to. |
12007 | 輸入介於 1 到 {0} 之間的欄以瀏覽該欄。 | Type a column between 1 and {0} to navigate to. |
12016 | 作用中虛擬類別狀態 | Active pseudo class state |
12017 | 使用中 | Active |
12018 | 焦點虛擬類別狀態 | Focus pseudo class state |
12019 | 對焦 | Focus |
File Description: | F12 開發人員工具 |
File Version: | 11.00.15063.0 (WinBuild.160101.0800) |
Company Name: | Microsoft Corporation |
Internal Name: | F12Script2.dll |
Legal Copyright: | © Microsoft Corporation. All rights reserved. |
Original Filename: | F12Script2.dll.mui |
Product Name: | Internet Explorer |
Product Version: | 11.00.15063.0 |
Translation: | 0x404, 1200 |