chrome-devtools-frontend 1.0.920568 → 1.0.922044
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/config/gni/all_devtools_files.gni +1 -1
- package/config/gni/devtools_grd_files.gni +5 -0
- package/config/typescript/tsconfig.base.json +1 -0
- package/extension-api/ExtensionAPI.d.ts +1 -1
- package/front_end/core/common/ColorUtils.ts +2 -1
- package/front_end/core/common/Object.ts +36 -1
- package/front_end/core/common/WasmDisassembly.ts +6 -14
- package/front_end/core/common/common.ts +2 -1
- package/front_end/core/i18n/locales/af.json +53 -32
- package/front_end/core/i18n/locales/am.json +56 -35
- package/front_end/core/i18n/locales/ar.json +53 -32
- package/front_end/core/i18n/locales/as.json +63 -42
- package/front_end/core/i18n/locales/az.json +53 -32
- package/front_end/core/i18n/locales/be.json +52 -31
- package/front_end/core/i18n/locales/bg.json +51 -30
- package/front_end/core/i18n/locales/bn.json +63 -42
- package/front_end/core/i18n/locales/bs.json +57 -36
- package/front_end/core/i18n/locales/ca.json +55 -34
- package/front_end/core/i18n/locales/cs.json +51 -30
- package/front_end/core/i18n/locales/cy.json +63 -42
- package/front_end/core/i18n/locales/da.json +55 -34
- package/front_end/core/i18n/locales/de.json +52 -31
- package/front_end/core/i18n/locales/el.json +58 -37
- package/front_end/core/i18n/locales/en-GB.json +51 -30
- package/front_end/core/i18n/locales/en-US.json +67 -34
- package/front_end/core/i18n/locales/en-XL.json +67 -34
- package/front_end/core/i18n/locales/es-419.json +53 -32
- package/front_end/core/i18n/locales/es.json +52 -31
- package/front_end/core/i18n/locales/et.json +54 -33
- package/front_end/core/i18n/locales/eu.json +71 -50
- package/front_end/core/i18n/locales/fa.json +54 -33
- package/front_end/core/i18n/locales/fi.json +55 -34
- package/front_end/core/i18n/locales/fil.json +59 -38
- package/front_end/core/i18n/locales/fr-CA.json +52 -31
- package/front_end/core/i18n/locales/fr.json +54 -33
- package/front_end/core/i18n/locales/gl.json +57 -36
- package/front_end/core/i18n/locales/gu.json +65 -44
- package/front_end/core/i18n/locales/he.json +56 -35
- package/front_end/core/i18n/locales/hi.json +61 -40
- package/front_end/core/i18n/locales/hr.json +55 -34
- package/front_end/core/i18n/locales/hu.json +53 -32
- package/front_end/core/i18n/locales/hy.json +54 -33
- package/front_end/core/i18n/locales/id.json +59 -38
- package/front_end/core/i18n/locales/is.json +51 -30
- package/front_end/core/i18n/locales/it.json +51 -30
- package/front_end/core/i18n/locales/ja.json +52 -31
- package/front_end/core/i18n/locales/ka.json +51 -30
- package/front_end/core/i18n/locales/kk.json +56 -35
- package/front_end/core/i18n/locales/km.json +59 -38
- package/front_end/core/i18n/locales/kn.json +63 -42
- package/front_end/core/i18n/locales/ko.json +59 -38
- package/front_end/core/i18n/locales/ky.json +54 -33
- package/front_end/core/i18n/locales/lo.json +59 -38
- package/front_end/core/i18n/locales/lt.json +52 -31
- package/front_end/core/i18n/locales/lv.json +60 -39
- package/front_end/core/i18n/locales/mk.json +51 -30
- package/front_end/core/i18n/locales/ml.json +65 -44
- package/front_end/core/i18n/locales/mn.json +59 -38
- package/front_end/core/i18n/locales/mr.json +61 -40
- package/front_end/core/i18n/locales/ms.json +59 -38
- package/front_end/core/i18n/locales/my.json +59 -38
- package/front_end/core/i18n/locales/ne.json +63 -42
- package/front_end/core/i18n/locales/nl.json +55 -34
- package/front_end/core/i18n/locales/no.json +54 -33
- package/front_end/core/i18n/locales/or.json +63 -42
- package/front_end/core/i18n/locales/pa.json +61 -40
- package/front_end/core/i18n/locales/pl.json +51 -30
- package/front_end/core/i18n/locales/pt-PT.json +52 -31
- package/front_end/core/i18n/locales/pt.json +59 -38
- package/front_end/core/i18n/locales/ro.json +52 -31
- package/front_end/core/i18n/locales/ru.json +52 -31
- package/front_end/core/i18n/locales/si.json +59 -38
- package/front_end/core/i18n/locales/sk.json +52 -31
- package/front_end/core/i18n/locales/sl.json +52 -31
- package/front_end/core/i18n/locales/sq.json +51 -30
- package/front_end/core/i18n/locales/sr-Latn.json +52 -31
- package/front_end/core/i18n/locales/sr.json +52 -31
- package/front_end/core/i18n/locales/sv.json +52 -31
- package/front_end/core/i18n/locales/sw.json +60 -39
- package/front_end/core/i18n/locales/ta.json +67 -46
- package/front_end/core/i18n/locales/te.json +62 -41
- package/front_end/core/i18n/locales/th.json +52 -31
- package/front_end/core/i18n/locales/tr.json +55 -34
- package/front_end/core/i18n/locales/uk.json +55 -34
- package/front_end/core/i18n/locales/ur.json +60 -39
- package/front_end/core/i18n/locales/uz.json +52 -31
- package/front_end/core/i18n/locales/vi.json +54 -33
- package/front_end/core/i18n/locales/zh-HK.json +52 -31
- package/front_end/core/i18n/locales/zh-TW.json +57 -36
- package/front_end/core/i18n/locales/zh.json +56 -35
- package/front_end/core/i18n/locales/zu.json +59 -38
- package/front_end/core/sdk/RemoteObject.ts +43 -20
- package/front_end/core/sdk/TracingModel.ts +1 -1
- package/front_end/generated/SupportedCSSProperties.js +4 -4
- package/front_end/legacy/legacy-defs.d.ts +24 -0
- package/front_end/models/extensions/ExtensionAPI.ts +9 -4
- package/front_end/models/extensions/ExtensionServer.ts +1 -1
- package/front_end/models/issues_manager/AttributionReportingIssue.ts +4 -1
- package/front_end/models/issues_manager/SameSiteCookieIssue.ts +12 -3
- package/front_end/models/issues_manager/descriptions/SameSiteSamePartyCrossPartyContextSet.md +10 -0
- package/front_end/models/issues_manager/descriptions/arAttributionEventSourceTriggerDataTooLarge.md +4 -0
- package/front_end/models/timeline_model/TimelineModel.ts +5 -1
- package/front_end/panels/application/ApplicationPanelSidebar.ts +2 -2
- package/front_end/panels/application/DatabaseQueryView.ts +7 -1
- package/front_end/panels/changes/ChangesSidebar.ts +6 -1
- package/front_end/panels/console/ConsolePrompt.ts +6 -1
- package/front_end/panels/css_overview/CSSOverviewCompletedView.ts +2 -2
- package/front_end/panels/css_overview/CSSOverviewSidebarPanel.ts +8 -1
- package/front_end/panels/elements/ElementsPanel.ts +25 -1
- package/front_end/panels/elements/StylesSidebarPane.ts +12 -2
- package/front_end/panels/elements/components/ElementsBreadcrumbs.ts +13 -1
- package/front_end/panels/elements/layoutPane.css +1 -0
- package/front_end/panels/emulation/AdvancedApp.ts +2 -12
- package/front_end/panels/emulation/InspectedPagePlaceholder.ts +14 -1
- package/front_end/panels/issues/AttributionReportingIssueDetailsView.ts +10 -0
- package/front_end/panels/issues/IssueAggregator.ts +2 -2
- package/front_end/panels/layer_viewer/LayerDetailsView.ts +7 -1
- package/front_end/panels/layer_viewer/Layers3DView.ts +7 -1
- package/front_end/panels/layer_viewer/PaintProfilerView.ts +7 -1
- package/front_end/panels/lighthouse/LighthousePanel.ts +6 -7
- package/front_end/panels/mobile_throttling/ThrottlingSettingsTab.ts +8 -4
- package/front_end/panels/mobile_throttling/throttlingSettingsTab.css +4 -0
- package/front_end/panels/network/NetworkItemView.ts +24 -4
- package/front_end/panels/network/NetworkLogView.ts +14 -5
- package/front_end/panels/network/NetworkPanel.ts +7 -6
- package/front_end/panels/network/RequestHeadersView.ts +0 -345
- package/front_end/panels/network/RequestPayloadView.ts +529 -0
- package/front_end/panels/network/RequestTimingView.ts +3 -1
- package/front_end/panels/network/forward/UIRequestLocation.ts +1 -0
- package/front_end/panels/network/module.json +0 -3
- package/front_end/panels/network/network-legacy.ts +5 -0
- package/front_end/panels/network/network.ts +2 -0
- package/front_end/panels/network/requestPayloadTree.css +130 -0
- package/front_end/panels/network/requestPayloadView.css +16 -0
- package/front_end/panels/profiler/CPUProfileFlameChart.ts +3 -3
- package/front_end/panels/profiler/ProfileLauncherView.ts +6 -1
- package/front_end/panels/profiler/ProfileView.ts +1 -1
- package/front_end/panels/profiler/ProfilesPanel.ts +2 -2
- package/front_end/panels/sources/InplaceFormatterEditorAction.ts +5 -5
- package/front_end/panels/sources/ScriptFormatterEditorAction.ts +5 -6
- package/front_end/panels/sources/SourcesPanel.ts +4 -5
- package/front_end/panels/sources/SourcesView.ts +16 -3
- package/front_end/panels/sources/UISourceCodeFrame.ts +7 -1
- package/front_end/panels/sources/watchExpressionsSidebarPane.css +2 -7
- package/front_end/panels/timeline/TimelineFlameChartView.ts +4 -4
- package/front_end/panels/timeline/TimelineLayersView.ts +7 -7
- package/front_end/panels/timeline/TimelinePanel.ts +5 -4
- package/front_end/ui/legacy/ARIAUtils.ts +12 -0
- package/front_end/ui/legacy/Fragment.ts +1 -1
- package/front_end/ui/legacy/InspectorView.ts +17 -0
- package/front_end/ui/legacy/SplitWidget.ts +6 -1
- package/front_end/ui/legacy/TabbedPane.ts +4 -0
- package/front_end/ui/legacy/UIUtils.ts +1 -1
- package/front_end/ui/legacy/components/data_grid/dataGrid.css +5 -0
- package/front_end/ui/legacy/components/object_ui/ObjectPropertiesSection.ts +16 -66
- package/front_end/ui/legacy/components/perf_ui/FilmStripView.ts +8 -1
- package/front_end/ui/legacy/components/perf_ui/FlameChart.ts +9 -1
- package/front_end/ui/legacy/components/perf_ui/TimelineOverviewPane.ts +11 -1
- package/front_end/ui/legacy/components/source_frame/ImageView.ts +6 -3
- package/front_end/ui/legacy/utils/focus-changed.ts +1 -1
- package/inspector_overlay/common.ts +3 -3
- package/inspector_overlay/tool_viewport_size.ts +1 -1
- package/package.json +1 -1
|
@@ -866,6 +866,9 @@
|
|
|
866
866
|
"entrypoints/inspector_main/RenderingOptions.ts | forcesCssPreferscolorschemeMedia": {
|
|
867
867
|
"message": "Buộc thực thi tính năng đa phương tiện prefers-color-scheme của CSS"
|
|
868
868
|
},
|
|
869
|
+
"entrypoints/inspector_main/RenderingOptions.ts | forcesCssPreferscontrastMedia": {
|
|
870
|
+
"message": "Buộc thực thi tính năng đa phương tiện prefers-contrast của CSS"
|
|
871
|
+
},
|
|
869
872
|
"entrypoints/inspector_main/RenderingOptions.ts | forcesCssPrefersreduceddataMedia": {
|
|
870
873
|
"message": "Buộc thực thi tính năng đa phương tiện prefers-reduced-data của CSS"
|
|
871
874
|
},
|
|
@@ -1979,6 +1982,15 @@
|
|
|
1979
1982
|
"panels/application/AppManifestView.ts | actualWidthSpxOfSSDoesNotMatch": {
|
|
1980
1983
|
"message": "Chiều rộng thực tế ({PH1} px) của {PH2} {PH3} không khớp với chiều rộng đã chỉ định ({PH4} px)"
|
|
1981
1984
|
},
|
|
1985
|
+
"panels/application/AppManifestView.ts | appId": {
|
|
1986
|
+
"message": "Mã ứng dụng"
|
|
1987
|
+
},
|
|
1988
|
+
"panels/application/AppManifestView.ts | appIdExplainer": {
|
|
1989
|
+
"message": "Dựa vào đó, trình duyệt có thể biết liệu tệp kê khai nên cập nhật một ứng dụng hiện có hay nên tham chiếu đến một ứng dụng web mới được phép cài đặt."
|
|
1990
|
+
},
|
|
1991
|
+
"panels/application/AppManifestView.ts | appIdNote": {
|
|
1992
|
+
"message": "Xin lưu ý: \"mã\" hiện không được chỉ định trong tệp kê khai, hệ thống sẽ dùng \"start_url\" thay thế. Để chỉ định Mã ứng dụng phù hợp với danh tính hiện tại, hãy đặt trường \"mã\" thành \"{PH1}\"."
|
|
1993
|
+
},
|
|
1982
1994
|
"panels/application/AppManifestView.ts | appManifest": {
|
|
1983
1995
|
"message": "Tệp kê khai ứng dụng"
|
|
1984
1996
|
},
|
|
@@ -2130,7 +2142,7 @@
|
|
|
2130
2142
|
"message": "Thuộc tính src của {PH1} chưa được đặt"
|
|
2131
2143
|
},
|
|
2132
2144
|
"panels/application/AppManifestView.ts | sUrlSFailedToParse": {
|
|
2133
|
-
"message": "Không phân tích được cú pháp
|
|
2145
|
+
"message": "Không phân tích được cú pháp URL \"{PH2}\" của {PH1}"
|
|
2134
2146
|
},
|
|
2135
2147
|
"panels/application/AppManifestView.ts | screenshot": {
|
|
2136
2148
|
"message": "Ảnh chụp màn hình"
|
|
@@ -2288,8 +2300,8 @@
|
|
|
2288
2300
|
"panels/application/BackForwardCacheView.ts | bfcacheStatus": {
|
|
2289
2301
|
"message": "Trạng thái của bộ nhớ đệm cho thao tác tiến/lùi"
|
|
2290
2302
|
},
|
|
2291
|
-
"panels/application/BackForwardCacheView.ts |
|
|
2292
|
-
"message": "
|
|
2303
|
+
"panels/application/BackForwardCacheView.ts | chromeSupportNeeded": {
|
|
2304
|
+
"message": "Thao tác di chuyển gần nhất không được lưu vào bộ nhớ đệm vì"
|
|
2293
2305
|
},
|
|
2294
2306
|
"panels/application/BackForwardCacheView.ts | lastMainFrameNavigation": {
|
|
2295
2307
|
"message": "Hoạt động điều hướng gần đây nhất trên khung chính"
|
|
@@ -2300,6 +2312,9 @@
|
|
|
2300
2312
|
"panels/application/BackForwardCacheView.ts | normalNavigation": {
|
|
2301
2313
|
"message": "Hoạt động điều hướng thông thường"
|
|
2302
2314
|
},
|
|
2315
|
+
"panels/application/BackForwardCacheView.ts | pageSupportNeeded": {
|
|
2316
|
+
"message": "Các tính năng ngăn chặn bộ nhớ đệm cho thao tác tiến/lùi"
|
|
2317
|
+
},
|
|
2303
2318
|
"panels/application/BackForwardCacheView.ts | restoredFromBFCache": {
|
|
2304
2319
|
"message": "Đã khôi phục từ bộ nhớ đệm cho thao tác tiến/lùi"
|
|
2305
2320
|
},
|
|
@@ -2312,6 +2327,9 @@
|
|
|
2312
2327
|
"panels/application/BackForwardCacheView.ts | url": {
|
|
2313
2328
|
"message": "URL"
|
|
2314
2329
|
},
|
|
2330
|
+
"panels/application/BackForwardCacheView.ts | willBeSupported": {
|
|
2331
|
+
"message": "(Được hỗ trợ trong phiên bản Chrome sắp tới)"
|
|
2332
|
+
},
|
|
2315
2333
|
"panels/application/BackgroundServiceView.ts | backgroundFetch": {
|
|
2316
2334
|
"message": "Tìm nạp ở chế độ nền"
|
|
2317
2335
|
},
|
|
@@ -4577,6 +4595,9 @@
|
|
|
4577
4595
|
"panels/help/help-meta.ts | reportADevtoolsIssue": {
|
|
4578
4596
|
"message": "Báo cáo sự cố của Công cụ cho nhà phát triển"
|
|
4579
4597
|
},
|
|
4598
|
+
"panels/help/help-meta.ts | reportTranslationIssue": {
|
|
4599
|
+
"message": "Báo cáo vấn đề về dịch thuật"
|
|
4600
|
+
},
|
|
4580
4601
|
"panels/help/help-meta.ts | showWhatsNew": {
|
|
4581
4602
|
"message": "Hiển thị tính năng mới"
|
|
4582
4603
|
},
|
|
@@ -4895,6 +4916,9 @@
|
|
|
4895
4916
|
"panels/issues/HiddenIssuesRow.ts | hiddenIssues": {
|
|
4896
4917
|
"message": "Các vấn đề ẩn"
|
|
4897
4918
|
},
|
|
4919
|
+
"panels/issues/HiddenIssuesRow.ts | unhideIssues": {
|
|
4920
|
+
"message": "Hiện tất cả sự cố"
|
|
4921
|
+
},
|
|
4898
4922
|
"panels/issues/IssueView.ts | affectedResources": {
|
|
4899
4923
|
"message": "Tài nguyên bị ảnh hưởng"
|
|
4900
4924
|
},
|
|
@@ -4973,9 +4997,6 @@
|
|
|
4973
4997
|
"panels/issues/IssuesPane.ts | trustedWebActivity": {
|
|
4974
4998
|
"message": "Hoạt động đáng tin cậy trên web"
|
|
4975
4999
|
},
|
|
4976
|
-
"panels/issues/IssuesPane.ts | unHideAllHiddenIssues": {
|
|
4977
|
-
"message": "Hiện tất cả sự cố ẩn"
|
|
4978
|
-
},
|
|
4979
5000
|
"panels/issues/WasmCrossOriginModuleSharingAffectedResourcesView.ts | blocked": {
|
|
4980
5001
|
"message": "bị chặn"
|
|
4981
5002
|
},
|
|
@@ -6146,8 +6167,8 @@
|
|
|
6146
6167
|
"panels/network/NetworkLogView.ts | performARequestOrHitSToRecordThe": {
|
|
6147
6168
|
"message": "Thực hiện một yêu cầu hoặc nhấn {PH1} để ghi lại quá trình tải lại."
|
|
6148
6169
|
},
|
|
6149
|
-
"panels/network/NetworkLogView.ts |
|
|
6150
|
-
"message": "Ghi ({PH1}) để hiển thị hoạt động
|
|
6170
|
+
"panels/network/NetworkLogView.ts | recordToDisplayNetworkActivity": {
|
|
6171
|
+
"message": "Ghi nhật ký mạng ({PH1}) để hiển thị hoạt động mạng."
|
|
6151
6172
|
},
|
|
6152
6173
|
"panels/network/NetworkLogView.ts | recordingNetworkActivity": {
|
|
6153
6174
|
"message": "Đang ghi lại hoạt động trên mạng…"
|
|
@@ -7616,9 +7637,6 @@
|
|
|
7616
7637
|
"panels/protocol_monitor/ProtocolMonitor.ts | clearAll": {
|
|
7617
7638
|
"message": "Xóa tất cả"
|
|
7618
7639
|
},
|
|
7619
|
-
"panels/protocol_monitor/ProtocolMonitor.ts | direction": {
|
|
7620
|
-
"message": "Hướng"
|
|
7621
|
-
},
|
|
7622
7640
|
"panels/protocol_monitor/ProtocolMonitor.ts | documentation": {
|
|
7623
7641
|
"message": "Tài liệu"
|
|
7624
7642
|
},
|
|
@@ -7658,6 +7676,9 @@
|
|
|
7658
7676
|
"panels/protocol_monitor/ProtocolMonitor.ts | timestamp": {
|
|
7659
7677
|
"message": "Dấu thời gian"
|
|
7660
7678
|
},
|
|
7679
|
+
"panels/protocol_monitor/ProtocolMonitor.ts | type": {
|
|
7680
|
+
"message": "Loại"
|
|
7681
|
+
},
|
|
7661
7682
|
"panels/protocol_monitor/protocol_monitor-meta.ts | protocolMonitor": {
|
|
7662
7683
|
"message": "Giám sát giao thức"
|
|
7663
7684
|
},
|
|
@@ -7755,7 +7776,7 @@
|
|
|
7755
7776
|
"message": "Trang này không an toàn."
|
|
7756
7777
|
},
|
|
7757
7778
|
"panels/security/SecurityModel.ts | thisPageIsNotSecureBrokenHttps": {
|
|
7758
|
-
"message": "Trang này không an toàn (HTTPS bị
|
|
7779
|
+
"message": "Trang này không an toàn (HTTPS bị hỏng)."
|
|
7759
7780
|
},
|
|
7760
7781
|
"panels/security/SecurityModel.ts | thisPageIsSecureValidHttps": {
|
|
7761
7782
|
"message": "Trang này an toàn (HTTPS hợp lệ)."
|
|
@@ -7970,9 +7991,6 @@
|
|
|
7970
7991
|
"panels/security/SecurityPanel.ts | theSecurityDetailsAboveAreFrom": {
|
|
7971
7992
|
"message": "Các chi tiết bảo mật ở phía trên là từ phản hồi đầu tiên được kiểm tra."
|
|
7972
7993
|
},
|
|
7973
|
-
"panels/security/SecurityPanel.ts | theSecurityOfThisPageIsUnknown": {
|
|
7974
|
-
"message": "Độ an toàn của trang này là không xác định."
|
|
7975
|
-
},
|
|
7976
7994
|
"panels/security/SecurityPanel.ts | theServerSignatureUsesShaWhichIs": {
|
|
7977
7995
|
"message": "Chữ ký máy chủ sử dụng SHA-1 đã lỗi thời. Hãy sử dụng thuật toán chữ ký SHA-2 để thay thế. (Lưu ý rằng chữ ký này khác với chữ ký trong chứng chỉ.)"
|
|
7978
7996
|
},
|
|
@@ -8000,15 +8018,6 @@
|
|
|
8000
8018
|
"panels/security/SecurityPanel.ts | thisPageIsInsecureUnencrypted": {
|
|
8001
8019
|
"message": "Đây là trang không an toàn (HTTP chưa được mã hóa)."
|
|
8002
8020
|
},
|
|
8003
|
-
"panels/security/SecurityPanel.ts | thisPageIsNotSecure": {
|
|
8004
|
-
"message": "Trang này không an toàn."
|
|
8005
|
-
},
|
|
8006
|
-
"panels/security/SecurityPanel.ts | thisPageIsNotSecureBrokenHttps": {
|
|
8007
|
-
"message": "Trang này không an toàn (HTTPS bị gãy)."
|
|
8008
|
-
},
|
|
8009
|
-
"panels/security/SecurityPanel.ts | thisPageIsSecureValidHttps": {
|
|
8010
|
-
"message": "Trang này an toàn (HTTPS hợp lệ)."
|
|
8011
|
-
},
|
|
8012
8021
|
"panels/security/SecurityPanel.ts | thisPageIsSuspicious": {
|
|
8013
8022
|
"message": "Đây là trang đáng ngờ"
|
|
8014
8023
|
},
|
|
@@ -8316,7 +8325,7 @@
|
|
|
8316
8325
|
"message": "Thêm tập lệnh nội dung vào danh sách bỏ qua (tập lệnh tiện ích trong trang)"
|
|
8317
8326
|
},
|
|
8318
8327
|
"panels/settings/FrameworkIgnoreListSettingsTab.ts | ignoreScriptsWhoseNamesMatchS": {
|
|
8319
|
-
"message": "Bỏ qua những tập lệnh có tên
|
|
8328
|
+
"message": "Bỏ qua những tập lệnh có tên khớp với \"{PH1}\""
|
|
8320
8329
|
},
|
|
8321
8330
|
"panels/settings/FrameworkIgnoreListSettingsTab.ts | noIgnoreListPatterns": {
|
|
8322
8331
|
"message": "Không có mẫu nào trong danh sách bỏ qua"
|
|
@@ -8420,6 +8429,9 @@
|
|
|
8420
8429
|
"panels/settings/emulation/DevicesSettingsTab.ts | device": {
|
|
8421
8430
|
"message": "Thiết bị"
|
|
8422
8431
|
},
|
|
8432
|
+
"panels/settings/emulation/DevicesSettingsTab.ts | deviceAddedOrUpdated": {
|
|
8433
|
+
"message": "Đã thêm/cập nhật thiết bị {PH1} thành công."
|
|
8434
|
+
},
|
|
8423
8435
|
"panels/settings/emulation/DevicesSettingsTab.ts | deviceName": {
|
|
8424
8436
|
"message": "Tên thiết bị"
|
|
8425
8437
|
},
|
|
@@ -8450,6 +8462,9 @@
|
|
|
8450
8462
|
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | addBrand": {
|
|
8451
8463
|
"message": "Thêm thương hiệu"
|
|
8452
8464
|
},
|
|
8465
|
+
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | addedBrand": {
|
|
8466
|
+
"message": "Đã thêm hàng tên thương hiệu"
|
|
8467
|
+
},
|
|
8453
8468
|
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | architecture": {
|
|
8454
8469
|
"message": "Kiến trúc"
|
|
8455
8470
|
},
|
|
@@ -8477,6 +8492,9 @@
|
|
|
8477
8492
|
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | deleteTooltip": {
|
|
8478
8493
|
"message": "Xóa"
|
|
8479
8494
|
},
|
|
8495
|
+
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | deletedBrand": {
|
|
8496
|
+
"message": "Đã xóa hàng tên thương hiệu"
|
|
8497
|
+
},
|
|
8480
8498
|
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | deviceModel": {
|
|
8481
8499
|
"message": "Kiểu thiết bị"
|
|
8482
8500
|
},
|
|
@@ -9809,6 +9827,12 @@
|
|
|
9809
9827
|
"panels/timeline/TimelineUIUtils.ts | asyncTask": {
|
|
9810
9828
|
"message": "Nhiệm vụ không đồng bộ"
|
|
9811
9829
|
},
|
|
9830
|
+
"panels/timeline/TimelineUIUtils.ts | cacheModule": {
|
|
9831
|
+
"message": "Lưu mã mô-đun vào bộ nhớ đệm"
|
|
9832
|
+
},
|
|
9833
|
+
"panels/timeline/TimelineUIUtils.ts | cacheScript": {
|
|
9834
|
+
"message": "Lưu mã tập lệnh vào bộ nhớ đệm"
|
|
9835
|
+
},
|
|
9812
9836
|
"panels/timeline/TimelineUIUtils.ts | cachedWasmModule": {
|
|
9813
9837
|
"message": "Mô-đun Wasm được lưu vào bộ nhớ đệm"
|
|
9814
9838
|
},
|
|
@@ -9941,6 +9965,9 @@
|
|
|
9941
9965
|
"panels/timeline/TimelineUIUtils.ts | duration": {
|
|
9942
9966
|
"message": "Thời lượng"
|
|
9943
9967
|
},
|
|
9968
|
+
"panels/timeline/TimelineUIUtils.ts | eagerCompile": {
|
|
9969
|
+
"message": "Biên dịch nghiêm ngặt tất cả hàm"
|
|
9970
|
+
},
|
|
9944
9971
|
"panels/timeline/TimelineUIUtils.ts | elementsAffected": {
|
|
9945
9972
|
"message": "Phần tử bị ảnh hưởng"
|
|
9946
9973
|
},
|
|
@@ -10394,9 +10421,6 @@
|
|
|
10394
10421
|
"panels/timeline/TimelineUIUtils.ts | scriptNotEligible": {
|
|
10395
10422
|
"message": "tập lệnh không đủ điều kiện"
|
|
10396
10423
|
},
|
|
10397
|
-
"panels/timeline/TimelineUIUtils.ts | scriptSavedToCache": {
|
|
10398
|
-
"message": "đã lưu tập lệnh vào bộ nhớ đệm"
|
|
10399
|
-
},
|
|
10400
10424
|
"panels/timeline/TimelineUIUtils.ts | scripting": {
|
|
10401
10425
|
"message": "Đang viết tập lệnh"
|
|
10402
10426
|
},
|
|
@@ -11564,11 +11588,8 @@
|
|
|
11564
11588
|
"ui/legacy/components/quick_open/QuickInput.ts | pressEnterToConfirmOrEscapeTo": {
|
|
11565
11589
|
"message": "{PH1} (Nhấn phím \"Enter\" để xác nhận hoặc phím \"Escape\" để hủy.)"
|
|
11566
11590
|
},
|
|
11567
|
-
"ui/legacy/components/quick_open/QuickOpen.ts |
|
|
11568
|
-
"message": "
|
|
11569
|
-
},
|
|
11570
|
-
"ui/legacy/components/quick_open/QuickOpen.ts | typeToSeeAvailableCommands": {
|
|
11571
|
-
"message": "Nhập \"?\" để xem các lệnh có sẵn"
|
|
11591
|
+
"ui/legacy/components/quick_open/QuickOpen.ts | useTabToSwitchCommandsTypeToSeeAvailableCommands": {
|
|
11592
|
+
"message": "Sử dụng phím Tab để chuyển đổi các lệnh. Nhập \"?\" để xem các lệnh có sẵn"
|
|
11572
11593
|
},
|
|
11573
11594
|
"ui/legacy/components/quick_open/quick_open-meta.ts | openFile": {
|
|
11574
11595
|
"message": "Mở tệp"
|
|
@@ -866,6 +866,9 @@
|
|
|
866
866
|
"entrypoints/inspector_main/RenderingOptions.ts | forcesCssPreferscolorschemeMedia": {
|
|
867
867
|
"message": "強制執行 CSS prefers-color-scheme 媒體功能"
|
|
868
868
|
},
|
|
869
|
+
"entrypoints/inspector_main/RenderingOptions.ts | forcesCssPreferscontrastMedia": {
|
|
870
|
+
"message": "強制執行 CSS prefers-contrast 媒體功能"
|
|
871
|
+
},
|
|
869
872
|
"entrypoints/inspector_main/RenderingOptions.ts | forcesCssPrefersreduceddataMedia": {
|
|
870
873
|
"message": "強制執行 CSS prefers-reduced-data 媒體功能"
|
|
871
874
|
},
|
|
@@ -1979,6 +1982,15 @@
|
|
|
1979
1982
|
"panels/application/AppManifestView.ts | actualWidthSpxOfSSDoesNotMatch": {
|
|
1980
1983
|
"message": "{PH2} {PH3} 實際寬度 ({PH1} 像素) 與指定寬度 ({PH4} 像素) 不符"
|
|
1981
1984
|
},
|
|
1985
|
+
"panels/application/AppManifestView.ts | appId": {
|
|
1986
|
+
"message": "應用程式 ID"
|
|
1987
|
+
},
|
|
1988
|
+
"panels/application/AppManifestView.ts | appIdExplainer": {
|
|
1989
|
+
"message": "瀏覽器會使用應用程式 ID 來評估資訊清單是否應更新現有的應用程式,或者是否對應了可以安裝的新網絡應用程式。"
|
|
1990
|
+
},
|
|
1991
|
+
"panels/application/AppManifestView.ts | appIdNote": {
|
|
1992
|
+
"message": "注意:尚未在資訊清單中指定「ID」,因此已改為使用「start_url」。如要指定符合目前身分的應用程式 ID,請將「ID」欄設定為「{PH1}」。"
|
|
1993
|
+
},
|
|
1982
1994
|
"panels/application/AppManifestView.ts | appManifest": {
|
|
1983
1995
|
"message": "應用程式資訊清單"
|
|
1984
1996
|
},
|
|
@@ -2288,8 +2300,8 @@
|
|
|
2288
2300
|
"panels/application/BackForwardCacheView.ts | bfcacheStatus": {
|
|
2289
2301
|
"message": "向前/返回快取狀態"
|
|
2290
2302
|
},
|
|
2291
|
-
"panels/application/BackForwardCacheView.ts |
|
|
2292
|
-
"message": "
|
|
2303
|
+
"panels/application/BackForwardCacheView.ts | chromeSupportNeeded": {
|
|
2304
|
+
"message": "最後一次瀏覽並沒有完成快取,原因如下:"
|
|
2293
2305
|
},
|
|
2294
2306
|
"panels/application/BackForwardCacheView.ts | lastMainFrameNavigation": {
|
|
2295
2307
|
"message": "上一個主頁框導覽"
|
|
@@ -2300,6 +2312,9 @@
|
|
|
2300
2312
|
"panels/application/BackForwardCacheView.ts | normalNavigation": {
|
|
2301
2313
|
"message": "一般導覽"
|
|
2302
2314
|
},
|
|
2315
|
+
"panels/application/BackForwardCacheView.ts | pageSupportNeeded": {
|
|
2316
|
+
"message": "防礙向前/返回快取的功能"
|
|
2317
|
+
},
|
|
2303
2318
|
"panels/application/BackForwardCacheView.ts | restoredFromBFCache": {
|
|
2304
2319
|
"message": "已從向前/返回快取還原"
|
|
2305
2320
|
},
|
|
@@ -2312,6 +2327,9 @@
|
|
|
2312
2327
|
"panels/application/BackForwardCacheView.ts | url": {
|
|
2313
2328
|
"message": "網址"
|
|
2314
2329
|
},
|
|
2330
|
+
"panels/application/BackForwardCacheView.ts | willBeSupported": {
|
|
2331
|
+
"message": "(未來版本的 Chrome 將會支援此項目)"
|
|
2332
|
+
},
|
|
2315
2333
|
"panels/application/BackgroundServiceView.ts | backgroundFetch": {
|
|
2316
2334
|
"message": "背景擷取"
|
|
2317
2335
|
},
|
|
@@ -4577,6 +4595,9 @@
|
|
|
4577
4595
|
"panels/help/help-meta.ts | reportADevtoolsIssue": {
|
|
4578
4596
|
"message": "報告 DevTools 問題"
|
|
4579
4597
|
},
|
|
4598
|
+
"panels/help/help-meta.ts | reportTranslationIssue": {
|
|
4599
|
+
"message": "報告翻譯問題"
|
|
4600
|
+
},
|
|
4580
4601
|
"panels/help/help-meta.ts | showWhatsNew": {
|
|
4581
4602
|
"message": "顯示「新功能」"
|
|
4582
4603
|
},
|
|
@@ -4895,6 +4916,9 @@
|
|
|
4895
4916
|
"panels/issues/HiddenIssuesRow.ts | hiddenIssues": {
|
|
4896
4917
|
"message": "已隱藏的問題"
|
|
4897
4918
|
},
|
|
4919
|
+
"panels/issues/HiddenIssuesRow.ts | unhideIssues": {
|
|
4920
|
+
"message": "取消隱藏所有問題"
|
|
4921
|
+
},
|
|
4898
4922
|
"panels/issues/IssueView.ts | affectedResources": {
|
|
4899
4923
|
"message": "受影響的資源"
|
|
4900
4924
|
},
|
|
@@ -4973,9 +4997,6 @@
|
|
|
4973
4997
|
"panels/issues/IssuesPane.ts | trustedWebActivity": {
|
|
4974
4998
|
"message": "可信任的網絡活動"
|
|
4975
4999
|
},
|
|
4976
|
-
"panels/issues/IssuesPane.ts | unHideAllHiddenIssues": {
|
|
4977
|
-
"message": "取消隱藏所有已隱藏的問題"
|
|
4978
|
-
},
|
|
4979
5000
|
"panels/issues/WasmCrossOriginModuleSharingAffectedResourcesView.ts | blocked": {
|
|
4980
5001
|
"message": "已封鎖"
|
|
4981
5002
|
},
|
|
@@ -6146,8 +6167,8 @@
|
|
|
6146
6167
|
"panels/network/NetworkLogView.ts | performARequestOrHitSToRecordThe": {
|
|
6147
6168
|
"message": "執行要求或按 {PH1} 鍵以記錄重新載入。"
|
|
6148
6169
|
},
|
|
6149
|
-
"panels/network/NetworkLogView.ts |
|
|
6150
|
-
"message": "
|
|
6170
|
+
"panels/network/NetworkLogView.ts | recordToDisplayNetworkActivity": {
|
|
6171
|
+
"message": "錄製網絡記錄 ({PH1}) 以顯示網絡活動"
|
|
6151
6172
|
},
|
|
6152
6173
|
"panels/network/NetworkLogView.ts | recordingNetworkActivity": {
|
|
6153
6174
|
"message": "正在記錄網絡活動…"
|
|
@@ -7566,7 +7587,7 @@
|
|
|
7566
7587
|
"message": "分層 (由上而下)"
|
|
7567
7588
|
},
|
|
7568
7589
|
"panels/profiler/ProfilesPanel.ts | cantLoadFileSupportedFile": {
|
|
7569
|
-
"message": "無法載入檔案。支援的副檔名:「{PH1}
|
|
7590
|
+
"message": "無法載入檔案。支援的副檔名:「{PH1}」。"
|
|
7570
7591
|
},
|
|
7571
7592
|
"panels/profiler/ProfilesPanel.ts | cantLoadProfileWhileAnother": {
|
|
7572
7593
|
"message": "正在記錄另一個設定檔時,無法載入設定檔。"
|
|
@@ -7616,9 +7637,6 @@
|
|
|
7616
7637
|
"panels/protocol_monitor/ProtocolMonitor.ts | clearAll": {
|
|
7617
7638
|
"message": "全部清除"
|
|
7618
7639
|
},
|
|
7619
|
-
"panels/protocol_monitor/ProtocolMonitor.ts | direction": {
|
|
7620
|
-
"message": "方向"
|
|
7621
|
-
},
|
|
7622
7640
|
"panels/protocol_monitor/ProtocolMonitor.ts | documentation": {
|
|
7623
7641
|
"message": "文件"
|
|
7624
7642
|
},
|
|
@@ -7658,6 +7676,9 @@
|
|
|
7658
7676
|
"panels/protocol_monitor/ProtocolMonitor.ts | timestamp": {
|
|
7659
7677
|
"message": "時間戳記"
|
|
7660
7678
|
},
|
|
7679
|
+
"panels/protocol_monitor/ProtocolMonitor.ts | type": {
|
|
7680
|
+
"message": "類型"
|
|
7681
|
+
},
|
|
7661
7682
|
"panels/protocol_monitor/protocol_monitor-meta.ts | protocolMonitor": {
|
|
7662
7683
|
"message": "通訊協定監察器"
|
|
7663
7684
|
},
|
|
@@ -7970,9 +7991,6 @@
|
|
|
7970
7991
|
"panels/security/SecurityPanel.ts | theSecurityDetailsAboveAreFrom": {
|
|
7971
7992
|
"message": "上方的安全詳情來自首個已審視的回應。"
|
|
7972
7993
|
},
|
|
7973
|
-
"panels/security/SecurityPanel.ts | theSecurityOfThisPageIsUnknown": {
|
|
7974
|
-
"message": "此頁面的安全性不明。"
|
|
7975
|
-
},
|
|
7976
7994
|
"panels/security/SecurityPanel.ts | theServerSignatureUsesShaWhichIs": {
|
|
7977
7995
|
"message": "伺服器簽名使用已過時的 SHA-1。請改為啟用 SHA-2 簽名演算法。(請注意,這與憑證中的簽名不同。)"
|
|
7978
7996
|
},
|
|
@@ -8000,15 +8018,6 @@
|
|
|
8000
8018
|
"panels/security/SecurityPanel.ts | thisPageIsInsecureUnencrypted": {
|
|
8001
8019
|
"message": "此頁面不安全 (未加密 HTTP)"
|
|
8002
8020
|
},
|
|
8003
|
-
"panels/security/SecurityPanel.ts | thisPageIsNotSecure": {
|
|
8004
|
-
"message": "此頁面不安全。"
|
|
8005
|
-
},
|
|
8006
|
-
"panels/security/SecurityPanel.ts | thisPageIsNotSecureBrokenHttps": {
|
|
8007
|
-
"message": "此頁面不安全 (HTTPS 已損毀)。"
|
|
8008
|
-
},
|
|
8009
|
-
"panels/security/SecurityPanel.ts | thisPageIsSecureValidHttps": {
|
|
8010
|
-
"message": "這是安全頁面 (有效的 HTTPS)。"
|
|
8011
|
-
},
|
|
8012
8021
|
"panels/security/SecurityPanel.ts | thisPageIsSuspicious": {
|
|
8013
8022
|
"message": "此網頁包含可疑的內容"
|
|
8014
8023
|
},
|
|
@@ -8420,6 +8429,9 @@
|
|
|
8420
8429
|
"panels/settings/emulation/DevicesSettingsTab.ts | device": {
|
|
8421
8430
|
"message": "裝置"
|
|
8422
8431
|
},
|
|
8432
|
+
"panels/settings/emulation/DevicesSettingsTab.ts | deviceAddedOrUpdated": {
|
|
8433
|
+
"message": "成功加入咗/更新咗裝置 {PH1}。"
|
|
8434
|
+
},
|
|
8423
8435
|
"panels/settings/emulation/DevicesSettingsTab.ts | deviceName": {
|
|
8424
8436
|
"message": "裝置名稱"
|
|
8425
8437
|
},
|
|
@@ -8450,6 +8462,9 @@
|
|
|
8450
8462
|
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | addBrand": {
|
|
8451
8463
|
"message": "新增品牌"
|
|
8452
8464
|
},
|
|
8465
|
+
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | addedBrand": {
|
|
8466
|
+
"message": "已新增品牌列"
|
|
8467
|
+
},
|
|
8453
8468
|
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | architecture": {
|
|
8454
8469
|
"message": "架構"
|
|
8455
8470
|
},
|
|
@@ -8477,6 +8492,9 @@
|
|
|
8477
8492
|
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | deleteTooltip": {
|
|
8478
8493
|
"message": "刪除"
|
|
8479
8494
|
},
|
|
8495
|
+
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | deletedBrand": {
|
|
8496
|
+
"message": "已刪除品牌列"
|
|
8497
|
+
},
|
|
8480
8498
|
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | deviceModel": {
|
|
8481
8499
|
"message": "裝置型號"
|
|
8482
8500
|
},
|
|
@@ -9809,6 +9827,12 @@
|
|
|
9809
9827
|
"panels/timeline/TimelineUIUtils.ts | asyncTask": {
|
|
9810
9828
|
"message": "非同步工作"
|
|
9811
9829
|
},
|
|
9830
|
+
"panels/timeline/TimelineUIUtils.ts | cacheModule": {
|
|
9831
|
+
"message": "快取模組編碼"
|
|
9832
|
+
},
|
|
9833
|
+
"panels/timeline/TimelineUIUtils.ts | cacheScript": {
|
|
9834
|
+
"message": "快取指令編碼"
|
|
9835
|
+
},
|
|
9812
9836
|
"panels/timeline/TimelineUIUtils.ts | cachedWasmModule": {
|
|
9813
9837
|
"message": "已快取的 Wasm 模組"
|
|
9814
9838
|
},
|
|
@@ -9941,6 +9965,9 @@
|
|
|
9941
9965
|
"panels/timeline/TimelineUIUtils.ts | duration": {
|
|
9942
9966
|
"message": "時間長度"
|
|
9943
9967
|
},
|
|
9968
|
+
"panels/timeline/TimelineUIUtils.ts | eagerCompile": {
|
|
9969
|
+
"message": "正在仔細編譯所有函數"
|
|
9970
|
+
},
|
|
9944
9971
|
"panels/timeline/TimelineUIUtils.ts | elementsAffected": {
|
|
9945
9972
|
"message": "受影響的元素"
|
|
9946
9973
|
},
|
|
@@ -10394,9 +10421,6 @@
|
|
|
10394
10421
|
"panels/timeline/TimelineUIUtils.ts | scriptNotEligible": {
|
|
10395
10422
|
"message": "指令碼不符合資格"
|
|
10396
10423
|
},
|
|
10397
|
-
"panels/timeline/TimelineUIUtils.ts | scriptSavedToCache": {
|
|
10398
|
-
"message": "已將指令碼儲存至快取"
|
|
10399
|
-
},
|
|
10400
10424
|
"panels/timeline/TimelineUIUtils.ts | scripting": {
|
|
10401
10425
|
"message": "正在編寫指令碼"
|
|
10402
10426
|
},
|
|
@@ -11564,11 +11588,8 @@
|
|
|
11564
11588
|
"ui/legacy/components/quick_open/QuickInput.ts | pressEnterToConfirmOrEscapeTo": {
|
|
11565
11589
|
"message": "{PH1} (按 Enter 鍵即可確認;或按 Escape 鍵取消)。"
|
|
11566
11590
|
},
|
|
11567
|
-
"ui/legacy/components/quick_open/QuickOpen.ts |
|
|
11568
|
-
"message": "
|
|
11569
|
-
},
|
|
11570
|
-
"ui/legacy/components/quick_open/QuickOpen.ts | typeToSeeAvailableCommands": {
|
|
11571
|
-
"message": "輸入「?」即可查看可用的指令"
|
|
11591
|
+
"ui/legacy/components/quick_open/QuickOpen.ts | useTabToSwitchCommandsTypeToSeeAvailableCommands": {
|
|
11592
|
+
"message": "使用 Tab 鍵來切換指令。輸入「?」即可查看可用的指令"
|
|
11572
11593
|
},
|
|
11573
11594
|
"ui/legacy/components/quick_open/quick_open-meta.ts | openFile": {
|
|
11574
11595
|
"message": "開啟檔案"
|