@chrome-devtools/rehydrated-devtools-app 1.20260712.0 → 1.20260719.0
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.
|
@@ -357,13 +357,13 @@
|
|
|
357
357
|
"message": "This attempt to set a cookie via a Set-Cookie header was blocked because it had the \"{PH1}\" attribute but came from a cross-site response which was not the response to a top-level navigation."
|
|
358
358
|
},
|
|
359
359
|
"core/sdk/NetworkRequest.ts | blockedReasonSameSiteUnspecifiedTreatedAsLax": {
|
|
360
|
-
"message": "This Set-Cookie header didn
|
|
360
|
+
"message": "This Set-Cookie header didn’t specify a \"SameSite\" attribute and was defaulted to \"SameSite=Lax,\" and was blocked because it came from a cross-site response which was not the response to a top-level navigation. The Set-Cookie had to have been set with \"SameSite=None\" to enable cross-site usage."
|
|
361
361
|
},
|
|
362
362
|
"core/sdk/NetworkRequest.ts | blockedReasonSecureOnly": {
|
|
363
363
|
"message": "This attempt to set a cookie via a Set-Cookie header was blocked because it had the \"Secure\" attribute but was not received over a secure connection."
|
|
364
364
|
},
|
|
365
365
|
"core/sdk/NetworkRequest.ts | domainMismatch": {
|
|
366
|
-
"message": "This cookie was blocked because neither did the request URL
|
|
366
|
+
"message": "This cookie was blocked because neither did the request URL’s domain exactly match the cookie’s domain, nor was the request URL’s domain a subdomain of the cookie’s Domain attribute value."
|
|
367
367
|
},
|
|
368
368
|
"core/sdk/NetworkRequest.ts | exemptionReasonEnterprisePolicy": {
|
|
369
369
|
"message": "This cookie is allowed by Chrome Enterprise policy. Learn more: goo.gle/ce-3pc"
|
|
@@ -384,7 +384,7 @@
|
|
|
384
384
|
"message": "This cookie was blocked because it was too large. The combined size of the name and value must be less than or equal to 4096 characters."
|
|
385
385
|
},
|
|
386
386
|
"core/sdk/NetworkRequest.ts | notOnPath": {
|
|
387
|
-
"message": "This cookie was blocked because its path was not an exact match for or a superdirectory of the request url
|
|
387
|
+
"message": "This cookie was blocked because its path was not an exact match for or a superdirectory of the request url’s path."
|
|
388
388
|
},
|
|
389
389
|
"core/sdk/NetworkRequest.ts | sameSiteLax": {
|
|
390
390
|
"message": "This cookie was blocked because it had the \"SameSite=Lax\" attribute and the request was made from a different site and was not initiated by a top-level navigation."
|
|
@@ -396,7 +396,7 @@
|
|
|
396
396
|
"message": "This cookie was blocked because it had the \"SameSite=Strict\" attribute and the request was made from a different site. This includes top-level navigation requests initiated by other sites."
|
|
397
397
|
},
|
|
398
398
|
"core/sdk/NetworkRequest.ts | sameSiteUnspecifiedTreatedAsLax": {
|
|
399
|
-
"message": "This cookie didn
|
|
399
|
+
"message": "This cookie didn’t specify a \"SameSite\" attribute when it was stored and was defaulted to \"SameSite=Lax,\" and was blocked because the request was made from a different site and was not initiated by a top-level navigation. The cookie had to have been set with \"SameSite=None\" to enable cross-site usage."
|
|
400
400
|
},
|
|
401
401
|
"core/sdk/NetworkRequest.ts | schemefulSameSiteLax": {
|
|
402
402
|
"message": "This cookie was blocked because it had the \"SameSite=Lax\" attribute but the request was cross-site and was not initiated by a top-level navigation. This request is considered cross-site because the URL has a different scheme than the current site."
|
|
@@ -405,7 +405,7 @@
|
|
|
405
405
|
"message": "This cookie was blocked because it had the \"SameSite=Strict\" attribute but the request was cross-site. This includes top-level navigation requests initiated by other sites. This request is considered cross-site because the URL has a different scheme than the current site."
|
|
406
406
|
},
|
|
407
407
|
"core/sdk/NetworkRequest.ts | schemefulSameSiteUnspecifiedTreatedAsLax": {
|
|
408
|
-
"message": "This cookie didn
|
|
408
|
+
"message": "This cookie didn’t specify a \"SameSite\" attribute when it was stored, was defaulted to \"SameSite=Lax\", and was blocked because the request was cross-site and was not initiated by a top-level navigation. This request is considered cross-site because the URL has a different scheme than the current site."
|
|
409
409
|
},
|
|
410
410
|
"core/sdk/NetworkRequest.ts | secureOnly": {
|
|
411
411
|
"message": "This cookie was blocked because it had the \"Secure\" attribute and the connection was not secure."
|
|
@@ -420,7 +420,7 @@
|
|
|
420
420
|
"message": "This cookie was blocked either because of Chrome flags or browser configuration. Learn more in the Issues panel."
|
|
421
421
|
},
|
|
422
422
|
"core/sdk/NetworkRequest.ts | thisSetcookieDidntSpecifyASamesite": {
|
|
423
|
-
"message": "This Set-Cookie header didn
|
|
423
|
+
"message": "This Set-Cookie header didn’t specify a \"SameSite\" attribute, was defaulted to \"SameSite=Lax\", and was blocked because it came from a cross-site response which was not the response to a top-level navigation. This response is considered cross-site because the URL has a different scheme than the current site."
|
|
424
424
|
},
|
|
425
425
|
"core/sdk/NetworkRequest.ts | thisSetcookieHadADisallowedCharacter": {
|
|
426
426
|
"message": "This Set-Cookie header contained a disallowed character (a forbidden ASCII control character, or the tab character if it appears in the middle of the cookie name, value, an attribute name, or an attribute value)."
|
|
@@ -567,7 +567,7 @@
|
|
|
567
567
|
"message": "Do not show grid track sizes"
|
|
568
568
|
},
|
|
569
569
|
"core/sdk/sdk-meta.ts | doNotShowRulersOnHover": {
|
|
570
|
-
"message": "Don
|
|
570
|
+
"message": "Don’t show rulers on hover"
|
|
571
571
|
},
|
|
572
572
|
"core/sdk/sdk-meta.ts | emulateAchromatopsia": {
|
|
573
573
|
"message": "Emulate achromatopsia (no color)"
|
|
@@ -1017,7 +1017,7 @@
|
|
|
1017
1017
|
"message": "Forces vision deficiency emulation"
|
|
1018
1018
|
},
|
|
1019
1019
|
"entrypoints/inspector_main/RenderingOptions.ts | frameRenderingStats": {
|
|
1020
|
-
"message": "Frame
|
|
1020
|
+
"message": "Frame rendering stats"
|
|
1021
1021
|
},
|
|
1022
1022
|
"entrypoints/inspector_main/RenderingOptions.ts | highlightAds": {
|
|
1023
1023
|
"message": "Highlight ads"
|
|
@@ -1110,7 +1110,7 @@
|
|
|
1110
1110
|
"message": "Dock to right"
|
|
1111
1111
|
},
|
|
1112
1112
|
"entrypoints/main/main-meta.ts | dontMatchChromeColorSchemeCommand": {
|
|
1113
|
-
"message": "Don
|
|
1113
|
+
"message": "Don’t match Chrome color scheme"
|
|
1114
1114
|
},
|
|
1115
1115
|
"entrypoints/main/main-meta.ts | earnBadges": {
|
|
1116
1116
|
"message": "Earn badges"
|
|
@@ -1191,7 +1191,7 @@
|
|
|
1191
1191
|
"message": "Disable search as you type (press Enter to search)"
|
|
1192
1192
|
},
|
|
1193
1193
|
"entrypoints/main/main-meta.ts | switchToBrowserPreferredTheme": {
|
|
1194
|
-
"message": "Switch to browser
|
|
1194
|
+
"message": "Switch to browser’s preferred theme"
|
|
1195
1195
|
},
|
|
1196
1196
|
"entrypoints/main/main-meta.ts | switchToDarkTheme": {
|
|
1197
1197
|
"message": "Switch to dark theme"
|
|
@@ -1263,7 +1263,7 @@
|
|
|
1263
1263
|
"message": "Help"
|
|
1264
1264
|
},
|
|
1265
1265
|
"entrypoints/main/MainImpl.ts | hideConsoleDrawer": {
|
|
1266
|
-
"message": "Hide
|
|
1266
|
+
"message": "Hide Console drawer"
|
|
1267
1267
|
},
|
|
1268
1268
|
"entrypoints/main/MainImpl.ts | moreTools": {
|
|
1269
1269
|
"message": "More tools"
|
|
@@ -1272,7 +1272,7 @@
|
|
|
1272
1272
|
"message": "Placement of DevTools relative to the page. ({PH1} to restore last position)"
|
|
1273
1273
|
},
|
|
1274
1274
|
"entrypoints/main/MainImpl.ts | showConsoleDrawer": {
|
|
1275
|
-
"message": "Show
|
|
1275
|
+
"message": "Show Console drawer"
|
|
1276
1276
|
},
|
|
1277
1277
|
"entrypoints/main/MainImpl.ts | undockIntoSeparateWindow": {
|
|
1278
1278
|
"message": "Undock into separate window"
|
|
@@ -1554,7 +1554,7 @@
|
|
|
1554
1554
|
"message": "[{PH1}] Failed to load debug symbols for {PH2} ({PH3})"
|
|
1555
1555
|
},
|
|
1556
1556
|
"models/bindings/DebuggerLanguagePlugins.ts | loadedDebugSymbolsForButDidnt": {
|
|
1557
|
-
"message": "[{PH1}] Loaded debug symbols for {PH2}, but didn
|
|
1557
|
+
"message": "[{PH1}] Loaded debug symbols for {PH2}, but didn’t find any source files"
|
|
1558
1558
|
},
|
|
1559
1559
|
"models/bindings/DebuggerLanguagePlugins.ts | loadedDebugSymbolsForFound": {
|
|
1560
1560
|
"message": "[{PH1}] Loaded debug symbols for {PH2}, found {PH3} source file(s)"
|
|
@@ -1733,6 +1733,9 @@
|
|
|
1733
1733
|
"models/issues_manager/Issue.ts | pageErrors": {
|
|
1734
1734
|
"message": "Page errors"
|
|
1735
1735
|
},
|
|
1736
|
+
"models/issues_manager/LazyLoadImageIssue.ts | lazyLoadImageZeroSize": {
|
|
1737
|
+
"message": "Lazy-loaded images should have explicit dimensions"
|
|
1738
|
+
},
|
|
1736
1739
|
"models/issues_manager/MixedContentIssue.ts | preventingMixedContent": {
|
|
1737
1740
|
"message": "Preventing mixed content"
|
|
1738
1741
|
},
|
|
@@ -1815,7 +1818,7 @@
|
|
|
1815
1818
|
"message": "Blob could not be loaded."
|
|
1816
1819
|
},
|
|
1817
1820
|
"models/persistence/IsolatedFileSystem.ts | cantReadFileSS": {
|
|
1818
|
-
"message": "Can
|
|
1821
|
+
"message": "Can’t read file: {PH1}: {PH2}"
|
|
1819
1822
|
},
|
|
1820
1823
|
"models/persistence/IsolatedFileSystem.ts | createDirFailed": {
|
|
1821
1824
|
"message": "Overrides: Failed to create directory {PH1}. Are the workspace or overrides configured correctly?"
|
|
@@ -2076,10 +2079,10 @@
|
|
|
2076
2079
|
"message": "Improve image delivery"
|
|
2077
2080
|
},
|
|
2078
2081
|
"models/trace/insights/ImageDelivery.ts | useCompression": {
|
|
2079
|
-
"message": "Increasing the image compression factor could improve this image
|
|
2082
|
+
"message": "Increasing the image compression factor could improve this image’s download size."
|
|
2080
2083
|
},
|
|
2081
2084
|
"models/trace/insights/ImageDelivery.ts | useModernFormat": {
|
|
2082
|
-
"message": "Using a modern image format (WebP, AVIF) or increasing the image compression could improve this image
|
|
2085
|
+
"message": "Using a modern image format (WebP, AVIF) or increasing the image compression could improve this image’s download size."
|
|
2083
2086
|
},
|
|
2084
2087
|
"models/trace/insights/ImageDelivery.ts | useResponsiveSize": {
|
|
2085
2088
|
"message": "This image file is larger than it needs to be ({PH1}) for its displayed dimensions ({PH2}). Use responsive images to reduce the image download size."
|
|
@@ -2178,7 +2181,7 @@
|
|
|
2178
2181
|
"message": "Wasted bytes"
|
|
2179
2182
|
},
|
|
2180
2183
|
"models/trace/insights/LegacyJavaScript.ts | description": {
|
|
2181
|
-
"message": "Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren
|
|
2184
|
+
"message": "Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren’t necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)"
|
|
2182
2185
|
},
|
|
2183
2186
|
"models/trace/insights/LegacyJavaScript.ts | noLegacyJavaScript": {
|
|
2184
2187
|
"message": "No legacy JavaScript found"
|
|
@@ -2259,7 +2262,7 @@
|
|
|
2259
2262
|
"message": "Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load."
|
|
2260
2263
|
},
|
|
2261
2264
|
"models/trace/insights/RenderBlocking.ts | description": {
|
|
2262
|
-
"message": "Requests are blocking the page
|
|
2265
|
+
"message": "Requests are blocking the page’s initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path."
|
|
2263
2266
|
},
|
|
2264
2267
|
"models/trace/insights/RenderBlocking.ts | duration": {
|
|
2265
2268
|
"message": "Duration"
|
|
@@ -2313,7 +2316,7 @@
|
|
|
2313
2316
|
"message": "Transfer size"
|
|
2314
2317
|
},
|
|
2315
2318
|
"models/trace/insights/ThirdParties.ts | description": {
|
|
2316
|
-
"message": "3rd party code can significantly impact load performance. [Reduce and defer loading of 3rd party code](https://developer.chrome.com/docs/performance/insights/third-parties) to prioritize your page
|
|
2319
|
+
"message": "3rd party code can significantly impact load performance. [Reduce and defer loading of 3rd party code](https://developer.chrome.com/docs/performance/insights/third-parties) to prioritize your page’s content."
|
|
2317
2320
|
},
|
|
2318
2321
|
"models/trace/insights/ThirdParties.ts | noThirdParties": {
|
|
2319
2322
|
"message": "No third parties found"
|
|
@@ -2748,7 +2751,7 @@
|
|
|
2748
2751
|
"message": "Accessibility node not exposed"
|
|
2749
2752
|
},
|
|
2750
2753
|
"panels/accessibility/AccessibilityNodeView.ts | ancestorChildrenAreAll": {
|
|
2751
|
-
"message": "Ancestor
|
|
2754
|
+
"message": "Ancestor’s children are all presentational: "
|
|
2752
2755
|
},
|
|
2753
2756
|
"panels/accessibility/AccessibilityNodeView.ts | computedProperties": {
|
|
2754
2757
|
"message": "Computed Properties"
|
|
@@ -2952,7 +2955,7 @@
|
|
|
2952
2955
|
"message": "If true, this element may be interacted with, but its value cannot be changed."
|
|
2953
2956
|
},
|
|
2954
2957
|
"panels/accessibility/AccessibilityStrings.ts | ifTrueThisElementsUserentered": {
|
|
2955
|
-
"message": "If true, this element
|
|
2958
|
+
"message": "If true, this element’s user-entered value does not conform to validation requirement."
|
|
2956
2959
|
},
|
|
2957
2960
|
"panels/accessibility/AccessibilityStrings.ts | implicit": {
|
|
2958
2961
|
"message": "Implicit"
|
|
@@ -3114,7 +3117,7 @@
|
|
|
3114
3117
|
"message": "Whether this element or its subtree are currently being updated (and thus may be in an inconsistent state)."
|
|
3115
3118
|
},
|
|
3116
3119
|
"panels/accessibility/AccessibilityStrings.ts | whetherThisLinearElements": {
|
|
3117
|
-
"message": "Whether this linear element
|
|
3120
|
+
"message": "Whether this linear element’s orientation is horizontal or vertical."
|
|
3118
3121
|
},
|
|
3119
3122
|
"panels/accessibility/AccessibilityStrings.ts | whetherThisTextBoxMayHaveMore": {
|
|
3120
3123
|
"message": "Whether this text box may have more than one line."
|
|
@@ -3327,7 +3330,7 @@
|
|
|
3327
3330
|
"message": "Animation previews"
|
|
3328
3331
|
},
|
|
3329
3332
|
"panels/animation/AnimationTimeline.ts | animationPreviewS": {
|
|
3330
|
-
"message": "Animation
|
|
3333
|
+
"message": "Animation preview {PH1}"
|
|
3331
3334
|
},
|
|
3332
3335
|
"panels/animation/AnimationTimeline.ts | clearAll": {
|
|
3333
3336
|
"message": "Clear all"
|
|
@@ -3369,10 +3372,10 @@
|
|
|
3369
3372
|
"message": "Currently waiting for animations"
|
|
3370
3373
|
},
|
|
3371
3374
|
"panels/animation/AnimationUI.ts | animationEndpointSlider": {
|
|
3372
|
-
"message": "Animation
|
|
3375
|
+
"message": "Animation endpoint slider"
|
|
3373
3376
|
},
|
|
3374
3377
|
"panels/animation/AnimationUI.ts | animationKeyframeSlider": {
|
|
3375
|
-
"message": "Animation
|
|
3378
|
+
"message": "Animation keyframe slider"
|
|
3376
3379
|
},
|
|
3377
3380
|
"panels/animation/AnimationUI.ts | sSlider": {
|
|
3378
3381
|
"message": "{PH1} slider"
|
|
@@ -3510,7 +3513,7 @@
|
|
|
3510
3513
|
"message": "Refresh IndexedDB"
|
|
3511
3514
|
},
|
|
3512
3515
|
"panels/application/ApplicationPanelSidebar.ts | resourceDescription": {
|
|
3513
|
-
"message": "On this page you can view the frame
|
|
3516
|
+
"message": "On this page you can view the frame’s resources."
|
|
3514
3517
|
},
|
|
3515
3518
|
"panels/application/ApplicationPanelSidebar.ts | sessionStorage": {
|
|
3516
3519
|
"message": "Session storage"
|
|
@@ -3588,7 +3591,7 @@
|
|
|
3588
3591
|
"message": "Could not download a required icon from the manifest"
|
|
3589
3592
|
},
|
|
3590
3593
|
"panels/application/AppManifestView.ts | customizePwaTitleBar": {
|
|
3591
|
-
"message": "Customize the window controls overlay of your PWA
|
|
3594
|
+
"message": "Customize the window controls overlay of your PWA’s title bar"
|
|
3592
3595
|
},
|
|
3593
3596
|
"panels/application/AppManifestView.ts | description": {
|
|
3594
3597
|
"message": "Description"
|
|
@@ -3753,7 +3756,7 @@
|
|
|
3753
3756
|
"message": "{PH1} {PH2} failed to load"
|
|
3754
3757
|
},
|
|
3755
3758
|
"panels/application/AppManifestView.ts | sSHeightDoesNotComplyWithRatioRequirement": {
|
|
3756
|
-
"message": "{PH1} {PH2} height can
|
|
3759
|
+
"message": "{PH1} {PH2} height can’t be more than 2.3 times as long as the width"
|
|
3757
3760
|
},
|
|
3758
3761
|
"panels/application/AppManifestView.ts | sSrcIsNotSet": {
|
|
3759
3762
|
"message": "{PH1} 'src' is not set"
|
|
@@ -3771,7 +3774,7 @@
|
|
|
3771
3774
|
"message": "{PH1} {PH2} size should be at most 3840×3840"
|
|
3772
3775
|
},
|
|
3773
3776
|
"panels/application/AppManifestView.ts | sSWidthDoesNotComplyWithRatioRequirement": {
|
|
3774
|
-
"message": "{PH1} {PH2} width can
|
|
3777
|
+
"message": "{PH1} {PH2} width can’t be more than 2.3 times as long as the height"
|
|
3775
3778
|
},
|
|
3776
3779
|
"panels/application/AppManifestView.ts | startUrl": {
|
|
3777
3780
|
"message": "Start URL"
|
|
@@ -3807,7 +3810,7 @@
|
|
|
3807
3810
|
"message": "Need help? Read {PH1}."
|
|
3808
3811
|
},
|
|
3809
3812
|
"panels/application/AppManifestView.ts | wcoNotFound": {
|
|
3810
|
-
"message": "Define {PH1} in the manifest to use the Window Controls Overlay API and customize your app
|
|
3813
|
+
"message": "Define {PH1} in the manifest to use the Window Controls Overlay API and customize your app’s title bar."
|
|
3811
3814
|
},
|
|
3812
3815
|
"panels/application/AppManifestView.ts | windowControlsOverlay": {
|
|
3813
3816
|
"message": "Window Controls Overlay"
|
|
@@ -3899,15 +3902,51 @@
|
|
|
3899
3902
|
"panels/application/BounceTrackingMitigationsTreeElement.ts | bounceTrackingMitigations": {
|
|
3900
3903
|
"message": "Bounce tracking mitigations"
|
|
3901
3904
|
},
|
|
3905
|
+
"panels/application/components/AdsView.ts | adIframes": {
|
|
3906
|
+
"message": "Ad iframes"
|
|
3907
|
+
},
|
|
3908
|
+
"panels/application/components/AdsView.ts | adIframesTitle": {
|
|
3909
|
+
"message": "Ad iframes (total {PH1})"
|
|
3910
|
+
},
|
|
3902
3911
|
"panels/application/components/AdsView.ts | average": {
|
|
3903
3912
|
"message": "(Average: {PH1})"
|
|
3904
3913
|
},
|
|
3914
|
+
"panels/application/components/AdsView.ts | cpu": {
|
|
3915
|
+
"message": "CPU"
|
|
3916
|
+
},
|
|
3917
|
+
"panels/application/components/AdsView.ts | elementId": {
|
|
3918
|
+
"message": "Element ID"
|
|
3919
|
+
},
|
|
3920
|
+
"panels/application/components/AdsView.ts | highlightAds": {
|
|
3921
|
+
"message": "Highlight ads"
|
|
3922
|
+
},
|
|
3923
|
+
"panels/application/components/AdsView.ts | highlightsElementsRedDetectedToBe": {
|
|
3924
|
+
"message": "Highlights elements (red) detected to be ads."
|
|
3925
|
+
},
|
|
3926
|
+
"panels/application/components/AdsView.ts | initialOrigin": {
|
|
3927
|
+
"message": "Initial origin"
|
|
3928
|
+
},
|
|
3929
|
+
"panels/application/components/AdsView.ts | metrics": {
|
|
3930
|
+
"message": "Metrics"
|
|
3931
|
+
},
|
|
3932
|
+
"panels/application/components/AdsView.ts | network": {
|
|
3933
|
+
"message": "Network"
|
|
3934
|
+
},
|
|
3935
|
+
"panels/application/components/AdsView.ts | notAvailable": {
|
|
3936
|
+
"message": "N/A"
|
|
3937
|
+
},
|
|
3938
|
+
"panels/application/components/AdsView.ts | settings": {
|
|
3939
|
+
"message": "Settings"
|
|
3940
|
+
},
|
|
3905
3941
|
"panels/application/components/AdsView.ts | totalCpuUsage": {
|
|
3906
3942
|
"message": "Total CPU usage by ads"
|
|
3907
3943
|
},
|
|
3908
3944
|
"panels/application/components/AdsView.ts | totalNetworkUsage": {
|
|
3909
3945
|
"message": "Total network usage by ads"
|
|
3910
3946
|
},
|
|
3947
|
+
"panels/application/components/AdsView.ts | unnamed": {
|
|
3948
|
+
"message": "<unnamed>"
|
|
3949
|
+
},
|
|
3911
3950
|
"panels/application/components/AdsView.ts | viewportAdCount": {
|
|
3912
3951
|
"message": "Viewport ad count"
|
|
3913
3952
|
},
|
|
@@ -4317,7 +4356,7 @@
|
|
|
4317
4356
|
"message": "Learn more: Never use unload handler"
|
|
4318
4357
|
},
|
|
4319
4358
|
"panels/application/components/BackForwardCacheView.ts | normalNavigation": {
|
|
4320
|
-
"message": "Not served from back/forward cache: to trigger back/forward cache, use Chrome
|
|
4359
|
+
"message": "Not served from back/forward cache: to trigger back/forward cache, use Chrome’s back/forward buttons, or use the test button below to automatically navigate away and back."
|
|
4321
4360
|
},
|
|
4322
4361
|
"panels/application/components/BackForwardCacheView.ts | pageSupportNeeded": {
|
|
4323
4362
|
"message": "Actionable"
|
|
@@ -4394,27 +4433,6 @@
|
|
|
4394
4433
|
"panels/application/components/EndpointsGrid.ts | noEndpointsToDisplay": {
|
|
4395
4434
|
"message": "No endpoints to display"
|
|
4396
4435
|
},
|
|
4397
|
-
"panels/application/components/InterestGroupAccessGrid.ts | allInterestGroupStorageEvents": {
|
|
4398
|
-
"message": "All interest group storage events."
|
|
4399
|
-
},
|
|
4400
|
-
"panels/application/components/InterestGroupAccessGrid.ts | eventTime": {
|
|
4401
|
-
"message": "Event Time"
|
|
4402
|
-
},
|
|
4403
|
-
"panels/application/components/InterestGroupAccessGrid.ts | eventType": {
|
|
4404
|
-
"message": "Access Type"
|
|
4405
|
-
},
|
|
4406
|
-
"panels/application/components/InterestGroupAccessGrid.ts | groupName": {
|
|
4407
|
-
"message": "Name"
|
|
4408
|
-
},
|
|
4409
|
-
"panels/application/components/InterestGroupAccessGrid.ts | groupOwner": {
|
|
4410
|
-
"message": "Owner"
|
|
4411
|
-
},
|
|
4412
|
-
"panels/application/components/InterestGroupAccessGrid.ts | interestGroupDescription": {
|
|
4413
|
-
"message": "On this page you can inspect and analyze interest groups"
|
|
4414
|
-
},
|
|
4415
|
-
"panels/application/components/InterestGroupAccessGrid.ts | noEvents": {
|
|
4416
|
-
"message": "No interest group events detected"
|
|
4417
|
-
},
|
|
4418
4436
|
"panels/application/components/PermissionsPolicySection.ts | allowedFeatures": {
|
|
4419
4437
|
"message": "Allowed Features"
|
|
4420
4438
|
},
|
|
@@ -4946,9 +4964,6 @@
|
|
|
4946
4964
|
"panels/application/DeviceBoundSessionsView.ts | refreshInitiatorNotString": {
|
|
4947
4965
|
"message": "Allowed refresh initiator is not a string"
|
|
4948
4966
|
},
|
|
4949
|
-
"panels/application/DeviceBoundSessionsView.ts | refreshQuotaExceeded": {
|
|
4950
|
-
"message": "Refresh quota exceeded"
|
|
4951
|
-
},
|
|
4952
4967
|
"panels/application/DeviceBoundSessionsView.ts | refreshResult": {
|
|
4953
4968
|
"message": "Refresh result"
|
|
4954
4969
|
},
|
|
@@ -5232,7 +5247,7 @@
|
|
|
5232
5247
|
"message": "SharedArrayBuffer constructor is available but SABs cannot be transferred via postMessage"
|
|
5233
5248
|
},
|
|
5234
5249
|
"panels/application/FrameDetailsView.ts | theFramesSchemeIsInsecure": {
|
|
5235
|
-
"message": "The frame
|
|
5250
|
+
"message": "The frame’s scheme is insecure"
|
|
5236
5251
|
},
|
|
5237
5252
|
"panels/application/FrameDetailsView.ts | thePerformanceAPI": {
|
|
5238
5253
|
"message": "The performance.measureUserAgentSpecificMemory() API is available"
|
|
@@ -5339,21 +5354,6 @@
|
|
|
5339
5354
|
"panels/application/IndexedDBViews.ts | version": {
|
|
5340
5355
|
"message": "Version"
|
|
5341
5356
|
},
|
|
5342
|
-
"panels/application/InterestGroupStorageView.ts | clickToDisplayBody": {
|
|
5343
|
-
"message": "Select any interest group event to display the group's current state"
|
|
5344
|
-
},
|
|
5345
|
-
"panels/application/InterestGroupStorageView.ts | noDataAvailable": {
|
|
5346
|
-
"message": "No details available"
|
|
5347
|
-
},
|
|
5348
|
-
"panels/application/InterestGroupStorageView.ts | noDataDescription": {
|
|
5349
|
-
"message": "The browser may have left the group."
|
|
5350
|
-
},
|
|
5351
|
-
"panels/application/InterestGroupStorageView.ts | noValueSelected": {
|
|
5352
|
-
"message": "No interest group selected"
|
|
5353
|
-
},
|
|
5354
|
-
"panels/application/InterestGroupTreeElement.ts | interestGroups": {
|
|
5355
|
-
"message": "Interest groups"
|
|
5356
|
-
},
|
|
5357
5357
|
"panels/application/KeyValueStorageItemsView.ts | key": {
|
|
5358
5358
|
"message": "Key"
|
|
5359
5359
|
},
|
|
@@ -5550,10 +5550,10 @@
|
|
|
5550
5550
|
"message": "Yes"
|
|
5551
5551
|
},
|
|
5552
5552
|
"panels/application/preloading/components/PreloadingDisabledInfobar.ts | descriptionDisabledByBatterySaver": {
|
|
5553
|
-
"message": "Speculative loading is disabled because of the operating system
|
|
5553
|
+
"message": "Speculative loading is disabled because of the operating system’s Battery Saver mode."
|
|
5554
5554
|
},
|
|
5555
5555
|
"panels/application/preloading/components/PreloadingDisabledInfobar.ts | descriptionDisabledByDataSaver": {
|
|
5556
|
-
"message": "Speculative loading is disabled because of the operating system
|
|
5556
|
+
"message": "Speculative loading is disabled because of the operating system’s Data Saver mode."
|
|
5557
5557
|
},
|
|
5558
5558
|
"panels/application/preloading/components/PreloadingDisabledInfobar.ts | descriptionDisabledByHoldbackPrefetchSpeculationRules": {
|
|
5559
5559
|
"message": "Prefetch is forced-enabled because DevTools is open. When DevTools is closed, prefetch will be disabled because this browser session is part of a holdback group used for performance comparisons."
|
|
@@ -5625,7 +5625,7 @@
|
|
|
5625
5625
|
"message": "The prefetch was redirected, but there was a problem with the redirect."
|
|
5626
5626
|
},
|
|
5627
5627
|
"panels/application/preloading/components/PreloadingString.ts | PrefetchFailedMIMENotSupported": {
|
|
5628
|
-
"message": "The prefetch failed because the response
|
|
5628
|
+
"message": "The prefetch failed because the response’s Content-Type header was not supported."
|
|
5629
5629
|
},
|
|
5630
5630
|
"panels/application/preloading/components/PreloadingString.ts | PrefetchFailedNetError": {
|
|
5631
5631
|
"message": "The prefetch failed because of a network error."
|
|
@@ -5688,7 +5688,7 @@
|
|
|
5688
5688
|
"message": "A network error was encountered when trying to set up a connection to the prefetching proxy."
|
|
5689
5689
|
},
|
|
5690
5690
|
"panels/application/preloading/components/PreloadingString.ts | prerenderFinalStatusActivatedDuringMainFrameNavigation": {
|
|
5691
|
-
"message": "Prerendered page activated during initiating page
|
|
5691
|
+
"message": "Prerendered page activated during initiating page’s main frame navigation."
|
|
5692
5692
|
},
|
|
5693
5693
|
"panels/application/preloading/components/PreloadingString.ts | prerenderFinalStatusActivatedWithAuxiliaryBrowsingContexts": {
|
|
5694
5694
|
"message": "The prerender was not used because during activation time, there were other windows with an active opener reference to the initiating page, which is currently not supported."
|
|
@@ -5922,7 +5922,7 @@
|
|
|
5922
5922
|
"message": "Failure reason"
|
|
5923
5923
|
},
|
|
5924
5924
|
"panels/application/preloading/components/UsedPreloadingView.ts | downgradedPrefetchUsed": {
|
|
5925
|
-
"message": "The initiating page attempted to prerender this page
|
|
5925
|
+
"message": "The initiating page attempted to prerender this page’s URL. The prerender failed, but the resulting response body was still used as a prefetch."
|
|
5926
5926
|
},
|
|
5927
5927
|
"panels/application/preloading/components/UsedPreloadingView.ts | headerName": {
|
|
5928
5928
|
"message": "Header name"
|
|
@@ -5940,10 +5940,10 @@
|
|
|
5940
5940
|
"message": "(missing)"
|
|
5941
5941
|
},
|
|
5942
5942
|
"panels/application/preloading/components/UsedPreloadingView.ts | noPreloads": {
|
|
5943
|
-
"message": "The initiating page did not attempt to speculatively load this page
|
|
5943
|
+
"message": "The initiating page did not attempt to speculatively load this page’s URL."
|
|
5944
5944
|
},
|
|
5945
5945
|
"panels/application/preloading/components/UsedPreloadingView.ts | prefetchFailed": {
|
|
5946
|
-
"message": "The initiating page attempted to prefetch this page
|
|
5946
|
+
"message": "The initiating page attempted to prefetch this page’s URL, but the prefetch failed, so a full navigation was performed instead."
|
|
5947
5947
|
},
|
|
5948
5948
|
"panels/application/preloading/components/UsedPreloadingView.ts | prefetchUsed": {
|
|
5949
5949
|
"message": "This page was successfully prefetched."
|
|
@@ -5952,7 +5952,7 @@
|
|
|
5952
5952
|
"message": "URLs being speculatively loaded by the initiating page"
|
|
5953
5953
|
},
|
|
5954
5954
|
"panels/application/preloading/components/UsedPreloadingView.ts | prerenderFailed": {
|
|
5955
|
-
"message": "The initiating page attempted to prerender this page
|
|
5955
|
+
"message": "The initiating page attempted to prerender this page’s URL, but the prerender failed, so a full navigation was performed instead."
|
|
5956
5956
|
},
|
|
5957
5957
|
"panels/application/preloading/components/UsedPreloadingView.ts | prerenderUsed": {
|
|
5958
5958
|
"message": "This page was successfully prerendered."
|
|
@@ -6272,15 +6272,15 @@
|
|
|
6272
6272
|
"panels/application/StorageItemsToolbar.ts | refreshedStatus": {
|
|
6273
6273
|
"message": "Table refreshed"
|
|
6274
6274
|
},
|
|
6275
|
-
"panels/application/StorageView.ts | application": {
|
|
6276
|
-
"message": "Application"
|
|
6277
|
-
},
|
|
6278
6275
|
"panels/application/StorageView.ts | cacheStorage": {
|
|
6279
6276
|
"message": "Cache storage"
|
|
6280
6277
|
},
|
|
6281
6278
|
"panels/application/StorageView.ts | clearing": {
|
|
6282
6279
|
"message": "Clearing…"
|
|
6283
6280
|
},
|
|
6281
|
+
"panels/application/StorageView.ts | clearSelected": {
|
|
6282
|
+
"message": "Clear selected"
|
|
6283
|
+
},
|
|
6284
6284
|
"panels/application/StorageView.ts | clearSiteData": {
|
|
6285
6285
|
"message": "Clear site data"
|
|
6286
6286
|
},
|
|
@@ -6290,9 +6290,6 @@
|
|
|
6290
6290
|
"panels/application/StorageView.ts | fileSystem": {
|
|
6291
6291
|
"message": "File System"
|
|
6292
6292
|
},
|
|
6293
|
-
"panels/application/StorageView.ts | includingThirdPartyCookies": {
|
|
6294
|
-
"message": "including third-party cookies"
|
|
6295
|
-
},
|
|
6296
6293
|
"panels/application/StorageView.ts | indexDB": {
|
|
6297
6294
|
"message": "IndexedDB"
|
|
6298
6295
|
},
|
|
@@ -6350,6 +6347,9 @@
|
|
|
6350
6347
|
"panels/application/StorageView.ts | storageWithCustomMarker": {
|
|
6351
6348
|
"message": "{PH1} (custom)"
|
|
6352
6349
|
},
|
|
6350
|
+
"panels/application/StorageView.ts | thirdPartyCookies": {
|
|
6351
|
+
"message": "Third-party cookies"
|
|
6352
|
+
},
|
|
6353
6353
|
"panels/application/StorageView.ts | unregisterServiceWorker": {
|
|
6354
6354
|
"message": "Unregister service workers"
|
|
6355
6355
|
},
|
|
@@ -6522,7 +6522,7 @@
|
|
|
6522
6522
|
"message": "Show test addresses in autofill menu"
|
|
6523
6523
|
},
|
|
6524
6524
|
"panels/autofill/AutofillView.ts | toStartDebugging": {
|
|
6525
|
-
"message": "To start debugging autofill, use Chrome
|
|
6525
|
+
"message": "To start debugging autofill, use Chrome’s autofill menu to fill an address form."
|
|
6526
6526
|
},
|
|
6527
6527
|
"panels/autofill/AutofillView.ts | value": {
|
|
6528
6528
|
"message": "Value"
|
|
@@ -7743,7 +7743,7 @@
|
|
|
7743
7743
|
"message": "{PH1} on {PH2}"
|
|
7744
7744
|
},
|
|
7745
7745
|
"panels/elements/components/CSSPropertyDocsView.ts | dontShow": {
|
|
7746
|
-
"message": "Don
|
|
7746
|
+
"message": "Don’t show"
|
|
7747
7747
|
},
|
|
7748
7748
|
"panels/elements/components/CSSPropertyDocsView.ts | learnMore": {
|
|
7749
7749
|
"message": "Learn more"
|
|
@@ -7869,7 +7869,7 @@
|
|
|
7869
7869
|
"message": "Invalid element or text node within <select>"
|
|
7870
7870
|
},
|
|
7871
7871
|
"panels/elements/ElementIssueUtils.ts | formAriaLabelledByToNonExistingId": {
|
|
7872
|
-
"message": "An aria-labelledby attribute doesn
|
|
7872
|
+
"message": "An aria-labelledby attribute doesn’t match any element id"
|
|
7873
7873
|
},
|
|
7874
7874
|
"panels/elements/ElementIssueUtils.ts | formAutocompleteAttributeEmptyError": {
|
|
7875
7875
|
"message": "Incorrect use of autocomplete attribute"
|
|
@@ -7881,7 +7881,7 @@
|
|
|
7881
7881
|
"message": "A form field element should have an id or name attribute"
|
|
7882
7882
|
},
|
|
7883
7883
|
"panels/elements/ElementIssueUtils.ts | formInputAssignedAutocompleteValueToIdOrNameAttributeError": {
|
|
7884
|
-
"message": "An element doesn
|
|
7884
|
+
"message": "An element doesn’t have an autocomplete attribute"
|
|
7885
7885
|
},
|
|
7886
7886
|
"panels/elements/ElementIssueUtils.ts | formInputHasWrongButWellIntendedAutocompleteValueError": {
|
|
7887
7887
|
"message": "Non-standard autocomplete attribute value"
|
|
@@ -8781,7 +8781,7 @@
|
|
|
8781
8781
|
"message": "AI assistance is not available in Incognito mode or Guest mode"
|
|
8782
8782
|
},
|
|
8783
8783
|
"panels/explain/components/ConsoleInsight.ts | notLoggedIn": {
|
|
8784
|
-
"message": "This feature is only available when you sign
|
|
8784
|
+
"message": "This feature is only available when you sign in to Chrome with your Google account."
|
|
8785
8785
|
},
|
|
8786
8786
|
"panels/explain/components/ConsoleInsight.ts | offline": {
|
|
8787
8787
|
"message": "Check your internet connection and try again."
|
|
@@ -8954,6 +8954,9 @@
|
|
|
8954
8954
|
"panels/issues/AffectedHeavyAdView.ts | warned": {
|
|
8955
8955
|
"message": "Warned"
|
|
8956
8956
|
},
|
|
8957
|
+
"panels/issues/AffectedLazyLoadImagesView.ts | nElements": {
|
|
8958
|
+
"message": "{n, plural, =1 {# element} other {# elements}}"
|
|
8959
|
+
},
|
|
8957
8960
|
"panels/issues/AffectedMetadataAllowedSitesView.ts | nAllowedSites": {
|
|
8958
8961
|
"message": "{n, plural, =1 {1 website allowed to access cookies} other {# websites allowed to access cookies}}"
|
|
8959
8962
|
},
|
|
@@ -8973,7 +8976,7 @@
|
|
|
8973
8976
|
"message": "{n, plural, =1 {# element} other {# elements}}"
|
|
8974
8977
|
},
|
|
8975
8978
|
"panels/issues/AffectedResourcesView.ts | clickToRevealTheFramesDomNodeIn": {
|
|
8976
|
-
"message": "Click to reveal the frame
|
|
8979
|
+
"message": "Click to reveal the frame’s DOM node in the Elements panel"
|
|
8977
8980
|
},
|
|
8978
8981
|
"panels/issues/AffectedResourcesView.ts | unavailable": {
|
|
8979
8982
|
"message": "unavailable"
|
|
@@ -9035,21 +9038,6 @@
|
|
|
9035
9038
|
"panels/issues/AffectedTrackingSitesView.ts | nTrackingSites": {
|
|
9036
9039
|
"message": "{n, plural, =1 {1 potentially tracking website} other {# potentially tracking websites}}"
|
|
9037
9040
|
},
|
|
9038
|
-
"panels/issues/AttributionReportingIssueDetailsView.ts | element": {
|
|
9039
|
-
"message": "Element"
|
|
9040
|
-
},
|
|
9041
|
-
"panels/issues/AttributionReportingIssueDetailsView.ts | invalidHeaderValue": {
|
|
9042
|
-
"message": "Invalid Header Value"
|
|
9043
|
-
},
|
|
9044
|
-
"panels/issues/AttributionReportingIssueDetailsView.ts | nViolations": {
|
|
9045
|
-
"message": "{n, plural, =1 {# violation} other {# violations}}"
|
|
9046
|
-
},
|
|
9047
|
-
"panels/issues/AttributionReportingIssueDetailsView.ts | request": {
|
|
9048
|
-
"message": "Request"
|
|
9049
|
-
},
|
|
9050
|
-
"panels/issues/AttributionReportingIssueDetailsView.ts | untrustworthyOrigin": {
|
|
9051
|
-
"message": "Untrustworthy origin"
|
|
9052
|
-
},
|
|
9053
9041
|
"panels/issues/components/HideIssuesMenu.ts | tooltipTitle": {
|
|
9054
9042
|
"message": "Hide issues"
|
|
9055
9043
|
},
|
|
@@ -9093,7 +9081,7 @@
|
|
|
9093
9081
|
"message": "Response to preflight was a redirect"
|
|
9094
9082
|
},
|
|
9095
9083
|
"panels/issues/CorsIssueDetailsView.ts | preflightInvalidStatus": {
|
|
9096
|
-
"message": "HTTP status of preflight request didn
|
|
9084
|
+
"message": "HTTP status of preflight request didn’t indicate success"
|
|
9097
9085
|
},
|
|
9098
9086
|
"panels/issues/CorsIssueDetailsView.ts | preflightRequest": {
|
|
9099
9087
|
"message": "Preflight Request"
|
|
@@ -9164,9 +9152,6 @@
|
|
|
9164
9152
|
"panels/issues/issues-meta.ts | showIssues": {
|
|
9165
9153
|
"message": "Show Issues"
|
|
9166
9154
|
},
|
|
9167
|
-
"panels/issues/IssuesPane.ts | attributionReporting": {
|
|
9168
|
-
"message": "Attribution Reporting API"
|
|
9169
|
-
},
|
|
9170
9155
|
"panels/issues/IssuesPane.ts | contentSecurityPolicy": {
|
|
9171
9156
|
"message": "Content Security Policy"
|
|
9172
9157
|
},
|
|
@@ -9381,7 +9366,7 @@
|
|
|
9381
9366
|
"message": "Wheel event handler"
|
|
9382
9367
|
},
|
|
9383
9368
|
"panels/layer_viewer/Layers3DView.ts | cantDisplayLayers": {
|
|
9384
|
-
"message": "Can
|
|
9369
|
+
"message": "Can’t display layers"
|
|
9385
9370
|
},
|
|
9386
9371
|
"panels/layer_viewer/Layers3DView.ts | checkSForPossibleReasons": {
|
|
9387
9372
|
"message": "Check {PH1} for possible reasons."
|
|
@@ -9756,7 +9741,7 @@
|
|
|
9756
9741
|
"message": "Jump to this memory"
|
|
9757
9742
|
},
|
|
9758
9743
|
"panels/linear_memory_inspector/components/LinearMemoryInspector.ts | addressHasToBeANumberBetweenSAnd": {
|
|
9759
|
-
"message": "Address
|
|
9744
|
+
"message": "Address must be a number between {PH1} and {PH2}"
|
|
9760
9745
|
},
|
|
9761
9746
|
"panels/linear_memory_inspector/components/LinearMemoryNavigator.ts | enterAddress": {
|
|
9762
9747
|
"message": "Enter address"
|
|
@@ -9777,7 +9762,7 @@
|
|
|
9777
9762
|
"message": "Refresh"
|
|
9778
9763
|
},
|
|
9779
9764
|
"panels/linear_memory_inspector/components/LinearMemoryValueInterpreter.ts | changeEndianness": {
|
|
9780
|
-
"message": "Change
|
|
9765
|
+
"message": "Change endianness"
|
|
9781
9766
|
},
|
|
9782
9767
|
"panels/linear_memory_inspector/components/LinearMemoryValueInterpreter.ts | toggleValueTypeSettings": {
|
|
9783
9768
|
"message": "Toggle value type settings"
|
|
@@ -9810,7 +9795,7 @@
|
|
|
9810
9795
|
"message": "Show Memory inspector"
|
|
9811
9796
|
},
|
|
9812
9797
|
"panels/linear_memory_inspector/LinearMemoryInspectorController.ts | couldNotOpenLinearMemory": {
|
|
9813
|
-
"message": "Could not open
|
|
9798
|
+
"message": "Could not open Memory inspector: buffer not found."
|
|
9814
9799
|
},
|
|
9815
9800
|
"panels/linear_memory_inspector/LinearMemoryInspectorController.ts | openInMemoryInspectorPanel": {
|
|
9816
9801
|
"message": "Open in Memory inspector panel"
|
|
@@ -10506,7 +10491,7 @@
|
|
|
10506
10491
|
"message": "Allow to generate HAR with sensitive data"
|
|
10507
10492
|
},
|
|
10508
10493
|
"panels/network/network-meta.ts | allowToGenerateHarWithSensitiveDataDocumentation": {
|
|
10509
|
-
"message": "By default generated HAR logs are sanitized and don
|
|
10494
|
+
"message": "By default generated HAR logs are sanitized and don’t include Cookie, Set-Cookie, or Authorization HTTP headers. When this setting is enabled, options to export/copy HAR with sensitive data are provided."
|
|
10510
10495
|
},
|
|
10511
10496
|
"panels/network/network-meta.ts | clear": {
|
|
10512
10497
|
"message": "Clear network log"
|
|
@@ -10524,10 +10509,10 @@
|
|
|
10524
10509
|
"message": "disk cache"
|
|
10525
10510
|
},
|
|
10526
10511
|
"panels/network/network-meta.ts | dontAllowToGenerateHarWithSensitiveData": {
|
|
10527
|
-
"message": "Don
|
|
10512
|
+
"message": "Don’t allow to generate HAR with sensitive data"
|
|
10528
10513
|
},
|
|
10529
10514
|
"panels/network/network-meta.ts | dontGroupNetworkLogItemsByFrame": {
|
|
10530
|
-
"message": "Don
|
|
10515
|
+
"message": "Don’t group network log items by frame"
|
|
10531
10516
|
},
|
|
10532
10517
|
"panels/network/network-meta.ts | frame": {
|
|
10533
10518
|
"message": "frame"
|
|
@@ -10646,8 +10631,11 @@
|
|
|
10646
10631
|
"panels/network/NetworkDataGridNode.ts | coepFrameResourceNeedsCoepHeader": {
|
|
10647
10632
|
"message": "COEP-framed resource needs COEP header"
|
|
10648
10633
|
},
|
|
10634
|
+
"panels/network/NetworkDataGridNode.ts | console": {
|
|
10635
|
+
"message": "Console"
|
|
10636
|
+
},
|
|
10649
10637
|
"panels/network/NetworkDataGridNode.ts | coopSandboxedIframeCannotNavigateToCoopPage": {
|
|
10650
|
-
"message": "Sandboxed iframe
|
|
10638
|
+
"message": "Sandboxed iframe’s popup cannot navigate to COOP page"
|
|
10651
10639
|
},
|
|
10652
10640
|
"panels/network/NetworkDataGridNode.ts | corpNotSameOrigin": {
|
|
10653
10641
|
"message": "CORP not \"same-origin\""
|
|
@@ -10760,6 +10748,9 @@
|
|
|
10760
10748
|
"panels/network/NetworkDataGridNode.ts | redirect": {
|
|
10761
10749
|
"message": "Redirect"
|
|
10762
10750
|
},
|
|
10751
|
+
"panels/network/NetworkDataGridNode.ts | requestOriginatedFromConsole": {
|
|
10752
|
+
"message": "Request originated from Console"
|
|
10753
|
+
},
|
|
10763
10754
|
"panels/network/NetworkDataGridNode.ts | script": {
|
|
10764
10755
|
"message": "Script"
|
|
10765
10756
|
},
|
|
@@ -11379,7 +11370,7 @@
|
|
|
11379
11370
|
"message": "Nothing throttled or blocked"
|
|
11380
11371
|
},
|
|
11381
11372
|
"panels/network/RequestConditionsDrawer.ts | noThrottlingOrBlockingPattern": {
|
|
11382
|
-
"message": "To throttle or block a network request, add a rule here manually or via the network panel
|
|
11373
|
+
"message": "To throttle or block a network request, add a rule here manually or via the network panel’s context menu. {PH1}"
|
|
11383
11374
|
},
|
|
11384
11375
|
"panels/network/RequestConditionsDrawer.ts | patternAlreadyExists": {
|
|
11385
11376
|
"message": "Pattern already exists."
|
|
@@ -11516,6 +11507,9 @@
|
|
|
11516
11507
|
"panels/network/RequestHeadersView.ts | statusCode": {
|
|
11517
11508
|
"message": "Status Code"
|
|
11518
11509
|
},
|
|
11510
|
+
"panels/network/RequestInitiatorView.ts | console": {
|
|
11511
|
+
"message": "Console"
|
|
11512
|
+
},
|
|
11519
11513
|
"panels/network/RequestInitiatorView.ts | noInitiator": {
|
|
11520
11514
|
"message": "No initiator data"
|
|
11521
11515
|
},
|
|
@@ -11978,6 +11972,9 @@
|
|
|
11978
11972
|
"panels/profiler/HeapProfileView.ts | name": {
|
|
11979
11973
|
"message": "Name"
|
|
11980
11974
|
},
|
|
11975
|
+
"panels/profiler/HeapProfileView.ts | notOptimizedS": {
|
|
11976
|
+
"message": "Not optimized: {PH1}"
|
|
11977
|
+
},
|
|
11981
11978
|
"panels/profiler/HeapProfileView.ts | profile": {
|
|
11982
11979
|
"message": "Profile"
|
|
11983
11980
|
},
|
|
@@ -12306,7 +12303,7 @@
|
|
|
12306
12303
|
"message": "Snapshotting…"
|
|
12307
12304
|
},
|
|
12308
12305
|
"panels/profiler/HeapSnapshotView.ts | stackWasNotRecordedForThisObject": {
|
|
12309
|
-
"message": "Stack wasn
|
|
12306
|
+
"message": "Stack wasn’t recorded for this object because it had been allocated before this profile recording started."
|
|
12310
12307
|
},
|
|
12311
12308
|
"panels/profiler/HeapSnapshotView.ts | startRecordingHeapProfile": {
|
|
12312
12309
|
"message": "Start recording heap profile"
|
|
@@ -12620,390 +12617,390 @@
|
|
|
12620
12617
|
"panels/protocol_monitor/ProtocolMonitor.ts | type": {
|
|
12621
12618
|
"message": "Type"
|
|
12622
12619
|
},
|
|
12623
|
-
"panels/recorder/
|
|
12620
|
+
"panels/recorder/CreateRecordingView.ts | cancelRecording": {
|
|
12624
12621
|
"message": "Cancel recording"
|
|
12625
12622
|
},
|
|
12626
|
-
"panels/recorder/
|
|
12623
|
+
"panels/recorder/CreateRecordingView.ts | createRecording": {
|
|
12627
12624
|
"message": "Create a new recording"
|
|
12628
12625
|
},
|
|
12629
|
-
"panels/recorder/
|
|
12626
|
+
"panels/recorder/CreateRecordingView.ts | includeNecessarySelectors": {
|
|
12630
12627
|
"message": "You must choose CSS, Pierce, or XPath as one of your options. Only these selectors are guaranteed to be recorded since ARIA and text selectors may not be unique."
|
|
12631
12628
|
},
|
|
12632
|
-
"panels/recorder/
|
|
12629
|
+
"panels/recorder/CreateRecordingView.ts | learnMore": {
|
|
12633
12630
|
"message": "Learn more"
|
|
12634
12631
|
},
|
|
12635
|
-
"panels/recorder/
|
|
12632
|
+
"panels/recorder/CreateRecordingView.ts | recordingName": {
|
|
12636
12633
|
"message": "Recording name"
|
|
12637
12634
|
},
|
|
12638
|
-
"panels/recorder/
|
|
12635
|
+
"panels/recorder/CreateRecordingView.ts | recordingNameIsRequired": {
|
|
12639
12636
|
"message": "Recording name is required"
|
|
12640
12637
|
},
|
|
12641
|
-
"panels/recorder/
|
|
12638
|
+
"panels/recorder/CreateRecordingView.ts | selectorAttribute": {
|
|
12642
12639
|
"message": "Selector attribute"
|
|
12643
12640
|
},
|
|
12644
|
-
"panels/recorder/
|
|
12641
|
+
"panels/recorder/CreateRecordingView.ts | selectorTypeARIA": {
|
|
12645
12642
|
"message": "ARIA"
|
|
12646
12643
|
},
|
|
12647
|
-
"panels/recorder/
|
|
12644
|
+
"panels/recorder/CreateRecordingView.ts | selectorTypeCSS": {
|
|
12648
12645
|
"message": "CSS"
|
|
12649
12646
|
},
|
|
12650
|
-
"panels/recorder/
|
|
12647
|
+
"panels/recorder/CreateRecordingView.ts | selectorTypePierce": {
|
|
12651
12648
|
"message": "Pierce"
|
|
12652
12649
|
},
|
|
12653
|
-
"panels/recorder/
|
|
12650
|
+
"panels/recorder/CreateRecordingView.ts | selectorTypes": {
|
|
12654
12651
|
"message": "Selector types to record"
|
|
12655
12652
|
},
|
|
12656
|
-
"panels/recorder/
|
|
12653
|
+
"panels/recorder/CreateRecordingView.ts | selectorTypeText": {
|
|
12657
12654
|
"message": "Text"
|
|
12658
12655
|
},
|
|
12659
|
-
"panels/recorder/
|
|
12656
|
+
"panels/recorder/CreateRecordingView.ts | selectorTypeXPath": {
|
|
12660
12657
|
"message": "XPath"
|
|
12661
12658
|
},
|
|
12662
|
-
"panels/recorder/
|
|
12659
|
+
"panels/recorder/CreateRecordingView.ts | startRecording": {
|
|
12663
12660
|
"message": "Start recording"
|
|
12664
12661
|
},
|
|
12665
|
-
"panels/recorder/
|
|
12662
|
+
"panels/recorder/ExtensionView.ts | closeView": {
|
|
12666
12663
|
"message": "Close"
|
|
12667
12664
|
},
|
|
12668
|
-
"panels/recorder/
|
|
12665
|
+
"panels/recorder/ExtensionView.ts | extension": {
|
|
12669
12666
|
"message": "Content provided by a browser extension"
|
|
12670
12667
|
},
|
|
12671
|
-
"panels/recorder/
|
|
12668
|
+
"panels/recorder/models/RecorderSettings.ts | defaultRecordingName": {
|
|
12669
|
+
"message": "Recording {DATE} at {TIME}"
|
|
12670
|
+
},
|
|
12671
|
+
"panels/recorder/recorder-meta.ts | createRecording": {
|
|
12672
|
+
"message": "Create a new recording"
|
|
12673
|
+
},
|
|
12674
|
+
"panels/recorder/recorder-meta.ts | recorder": {
|
|
12675
|
+
"message": "Recorder"
|
|
12676
|
+
},
|
|
12677
|
+
"panels/recorder/recorder-meta.ts | replayRecording": {
|
|
12678
|
+
"message": "Replay recording"
|
|
12679
|
+
},
|
|
12680
|
+
"panels/recorder/recorder-meta.ts | showRecorder": {
|
|
12681
|
+
"message": "Show Recorder"
|
|
12682
|
+
},
|
|
12683
|
+
"panels/recorder/recorder-meta.ts | startStopRecording": {
|
|
12684
|
+
"message": "Start/stop recording"
|
|
12685
|
+
},
|
|
12686
|
+
"panels/recorder/recorder-meta.ts | toggleCode": {
|
|
12687
|
+
"message": "Toggle code view"
|
|
12688
|
+
},
|
|
12689
|
+
"panels/recorder/RecorderPanel.ts | allowImporting": {
|
|
12690
|
+
"message": "allow importing"
|
|
12691
|
+
},
|
|
12692
|
+
"panels/recorder/RecorderPanel.ts | continueReplay": {
|
|
12693
|
+
"message": "Continue"
|
|
12694
|
+
},
|
|
12695
|
+
"panels/recorder/RecorderPanel.ts | copyShortcut": {
|
|
12696
|
+
"message": "Copy recording or selected step"
|
|
12697
|
+
},
|
|
12698
|
+
"panels/recorder/RecorderPanel.ts | createRecording": {
|
|
12699
|
+
"message": "Create recording"
|
|
12700
|
+
},
|
|
12701
|
+
"panels/recorder/RecorderPanel.ts | deleteRecording": {
|
|
12702
|
+
"message": "Delete recording"
|
|
12703
|
+
},
|
|
12704
|
+
"panels/recorder/RecorderPanel.ts | doNotImport": {
|
|
12705
|
+
"message": "Don’t import recordings you don’t understand or haven’t reviewed yourself into DevTools. This could allow attackers to steal your identity or take control of your computer. Type “{PH1}” below to allow importing."
|
|
12706
|
+
},
|
|
12707
|
+
"panels/recorder/RecorderPanel.ts | doYouTrustThisCode": {
|
|
12708
|
+
"message": "Do you trust this recording?"
|
|
12709
|
+
},
|
|
12710
|
+
"panels/recorder/RecorderPanel.ts | export": {
|
|
12711
|
+
"message": "Export"
|
|
12712
|
+
},
|
|
12713
|
+
"panels/recorder/RecorderPanel.ts | exportRecording": {
|
|
12714
|
+
"message": "Export recording"
|
|
12715
|
+
},
|
|
12716
|
+
"panels/recorder/RecorderPanel.ts | exportViaExtensions": {
|
|
12717
|
+
"message": "Export via extensions"
|
|
12718
|
+
},
|
|
12719
|
+
"panels/recorder/RecorderPanel.ts | getExtensions": {
|
|
12720
|
+
"message": "Get extensions…"
|
|
12721
|
+
},
|
|
12722
|
+
"panels/recorder/RecorderPanel.ts | header": {
|
|
12723
|
+
"message": "Nothing recorded yet"
|
|
12724
|
+
},
|
|
12725
|
+
"panels/recorder/RecorderPanel.ts | importRecording": {
|
|
12726
|
+
"message": "Import recording"
|
|
12727
|
+
},
|
|
12728
|
+
"panels/recorder/RecorderPanel.ts | learnMore": {
|
|
12729
|
+
"message": "Learn more"
|
|
12730
|
+
},
|
|
12731
|
+
"panels/recorder/RecorderPanel.ts | noRecordings": {
|
|
12732
|
+
"message": "No recordings"
|
|
12733
|
+
},
|
|
12734
|
+
"panels/recorder/RecorderPanel.ts | numberOfRecordings": {
|
|
12735
|
+
"message": "recording(s)"
|
|
12736
|
+
},
|
|
12737
|
+
"panels/recorder/RecorderPanel.ts | recordingDeleted": {
|
|
12738
|
+
"message": "Recording deleted"
|
|
12739
|
+
},
|
|
12740
|
+
"panels/recorder/RecorderPanel.ts | recordingDescription": {
|
|
12741
|
+
"message": "Use recordings to create automated end-to-end tests or performance traces."
|
|
12742
|
+
},
|
|
12743
|
+
"panels/recorder/RecorderPanel.ts | recordingExported": {
|
|
12744
|
+
"message": "Recording exported"
|
|
12745
|
+
},
|
|
12746
|
+
"panels/recorder/RecorderPanel.ts | recordingImported": {
|
|
12747
|
+
"message": "Recording imported"
|
|
12748
|
+
},
|
|
12749
|
+
"panels/recorder/RecorderPanel.ts | replayRecording": {
|
|
12750
|
+
"message": "Replay recording"
|
|
12751
|
+
},
|
|
12752
|
+
"panels/recorder/RecorderPanel.ts | sendFeedback": {
|
|
12753
|
+
"message": "Send feedback"
|
|
12754
|
+
},
|
|
12755
|
+
"panels/recorder/RecorderPanel.ts | startStopRecording": {
|
|
12756
|
+
"message": "Start/stop recording"
|
|
12757
|
+
},
|
|
12758
|
+
"panels/recorder/RecorderPanel.ts | stepOverReplay": {
|
|
12759
|
+
"message": "Execute one step"
|
|
12760
|
+
},
|
|
12761
|
+
"panels/recorder/RecorderPanel.ts | toggleCode": {
|
|
12762
|
+
"message": "Toggle code view"
|
|
12763
|
+
},
|
|
12764
|
+
"panels/recorder/RecorderPanel.ts | typeAllowImporting": {
|
|
12765
|
+
"message": "Type “{PH1}”"
|
|
12766
|
+
},
|
|
12767
|
+
"panels/recorder/RecordingListView.ts | createRecording": {
|
|
12672
12768
|
"message": "Create a new recording"
|
|
12673
12769
|
},
|
|
12674
|
-
"panels/recorder/
|
|
12770
|
+
"panels/recorder/RecordingListView.ts | deleteRecording": {
|
|
12675
12771
|
"message": "Delete recording"
|
|
12676
12772
|
},
|
|
12677
|
-
"panels/recorder/
|
|
12773
|
+
"panels/recorder/RecordingListView.ts | openRecording": {
|
|
12678
12774
|
"message": "Open recording"
|
|
12679
12775
|
},
|
|
12680
|
-
"panels/recorder/
|
|
12776
|
+
"panels/recorder/RecordingListView.ts | playRecording": {
|
|
12681
12777
|
"message": "Play recording"
|
|
12682
12778
|
},
|
|
12683
|
-
"panels/recorder/
|
|
12779
|
+
"panels/recorder/RecordingListView.ts | savedRecordings": {
|
|
12684
12780
|
"message": "Saved recordings"
|
|
12685
12781
|
},
|
|
12686
|
-
"panels/recorder/
|
|
12782
|
+
"panels/recorder/RecordingView.ts | addAssertion": {
|
|
12687
12783
|
"message": "Add assertion"
|
|
12688
12784
|
},
|
|
12689
|
-
"panels/recorder/
|
|
12785
|
+
"panels/recorder/RecordingView.ts | cancelReplay": {
|
|
12690
12786
|
"message": "Cancel replay"
|
|
12691
12787
|
},
|
|
12692
|
-
"panels/recorder/
|
|
12788
|
+
"panels/recorder/RecordingView.ts | codeSidebarClosed": {
|
|
12693
12789
|
"message": "Code sidebar closed"
|
|
12694
12790
|
},
|
|
12695
|
-
"panels/recorder/
|
|
12791
|
+
"panels/recorder/RecordingView.ts | codeSidebarOpened": {
|
|
12696
12792
|
"message": "Code sidebar opened"
|
|
12697
12793
|
},
|
|
12698
|
-
"panels/recorder/
|
|
12794
|
+
"panels/recorder/RecordingView.ts | default": {
|
|
12699
12795
|
"message": "Default"
|
|
12700
12796
|
},
|
|
12701
|
-
"panels/recorder/
|
|
12797
|
+
"panels/recorder/RecordingView.ts | desktop": {
|
|
12702
12798
|
"message": "Desktop"
|
|
12703
12799
|
},
|
|
12704
|
-
"panels/recorder/
|
|
12800
|
+
"panels/recorder/RecordingView.ts | download": {
|
|
12705
12801
|
"message": "Download: {value}"
|
|
12706
12802
|
},
|
|
12707
|
-
"panels/recorder/
|
|
12803
|
+
"panels/recorder/RecordingView.ts | editReplaySettings": {
|
|
12708
12804
|
"message": "Edit replay settings"
|
|
12709
12805
|
},
|
|
12710
|
-
"panels/recorder/
|
|
12806
|
+
"panels/recorder/RecordingView.ts | editTitle": {
|
|
12711
12807
|
"message": "Edit title"
|
|
12712
12808
|
},
|
|
12713
|
-
"panels/recorder/
|
|
12809
|
+
"panels/recorder/RecordingView.ts | endRecording": {
|
|
12714
12810
|
"message": "End recording"
|
|
12715
12811
|
},
|
|
12716
|
-
"panels/recorder/
|
|
12812
|
+
"panels/recorder/RecordingView.ts | environment": {
|
|
12717
12813
|
"message": "Environment"
|
|
12718
12814
|
},
|
|
12719
|
-
"panels/recorder/
|
|
12815
|
+
"panels/recorder/RecordingView.ts | hideCode": {
|
|
12720
12816
|
"message": "Hide code"
|
|
12721
12817
|
},
|
|
12722
|
-
"panels/recorder/
|
|
12818
|
+
"panels/recorder/RecordingView.ts | latency": {
|
|
12723
12819
|
"message": "Latency: {value} ms"
|
|
12724
12820
|
},
|
|
12725
|
-
"panels/recorder/
|
|
12821
|
+
"panels/recorder/RecordingView.ts | mobile": {
|
|
12726
12822
|
"message": "Mobile"
|
|
12727
12823
|
},
|
|
12728
|
-
"panels/recorder/
|
|
12824
|
+
"panels/recorder/RecordingView.ts | network": {
|
|
12729
12825
|
"message": "Network"
|
|
12730
12826
|
},
|
|
12731
|
-
"panels/recorder/
|
|
12827
|
+
"panels/recorder/RecordingView.ts | performancePanel": {
|
|
12732
12828
|
"message": "Performance panel"
|
|
12733
12829
|
},
|
|
12734
|
-
"panels/recorder/
|
|
12830
|
+
"panels/recorder/RecordingView.ts | recording": {
|
|
12735
12831
|
"message": "Recording…"
|
|
12736
12832
|
},
|
|
12737
|
-
"panels/recorder/
|
|
12833
|
+
"panels/recorder/RecordingView.ts | recordingIsBeingStopped": {
|
|
12738
12834
|
"message": "Stopping recording…"
|
|
12739
12835
|
},
|
|
12740
|
-
"panels/recorder/
|
|
12836
|
+
"panels/recorder/RecordingView.ts | replaySettings": {
|
|
12741
12837
|
"message": "Replay settings"
|
|
12742
12838
|
},
|
|
12743
|
-
"panels/recorder/
|
|
12839
|
+
"panels/recorder/RecordingView.ts | requiredTitleError": {
|
|
12744
12840
|
"message": "Title is required"
|
|
12745
12841
|
},
|
|
12746
|
-
"panels/recorder/
|
|
12842
|
+
"panels/recorder/RecordingView.ts | screenshotForSection": {
|
|
12747
12843
|
"message": "Screenshot for this section"
|
|
12748
12844
|
},
|
|
12749
|
-
"panels/recorder/
|
|
12845
|
+
"panels/recorder/RecordingView.ts | showCode": {
|
|
12750
12846
|
"message": "Show code"
|
|
12751
12847
|
},
|
|
12752
|
-
"panels/recorder/
|
|
12848
|
+
"panels/recorder/RecordingView.ts | timeout": {
|
|
12753
12849
|
"message": "Timeout: {value} ms"
|
|
12754
12850
|
},
|
|
12755
|
-
"panels/recorder/
|
|
12851
|
+
"panels/recorder/RecordingView.ts | timeoutExplanation": {
|
|
12756
12852
|
"message": "The timeout setting (in milliseconds) applies to every action when replaying the recording. For example, if a DOM element identified by a CSS selector does not appear on the page within the specified timeout, the replay fails with an error."
|
|
12757
12853
|
},
|
|
12758
|
-
"panels/recorder/
|
|
12854
|
+
"panels/recorder/RecordingView.ts | timeoutLabel": {
|
|
12759
12855
|
"message": "Timeout"
|
|
12760
12856
|
},
|
|
12761
|
-
"panels/recorder/
|
|
12857
|
+
"panels/recorder/RecordingView.ts | upload": {
|
|
12762
12858
|
"message": "Upload: {value}"
|
|
12763
12859
|
},
|
|
12764
|
-
"panels/recorder/
|
|
12860
|
+
"panels/recorder/ReplaySection.ts | extensionGroup": {
|
|
12765
12861
|
"message": "Extensions"
|
|
12766
12862
|
},
|
|
12767
|
-
"panels/recorder/
|
|
12863
|
+
"panels/recorder/ReplaySection.ts | Replay": {
|
|
12768
12864
|
"message": "Replay"
|
|
12769
12865
|
},
|
|
12770
|
-
"panels/recorder/
|
|
12866
|
+
"panels/recorder/ReplaySection.ts | ReplayExtremelySlowButtonLabel": {
|
|
12771
12867
|
"message": "Extremely slow speed"
|
|
12772
12868
|
},
|
|
12773
|
-
"panels/recorder/
|
|
12869
|
+
"panels/recorder/ReplaySection.ts | ReplayExtremelySlowItemLabel": {
|
|
12774
12870
|
"message": "Extremely slow"
|
|
12775
12871
|
},
|
|
12776
|
-
"panels/recorder/
|
|
12872
|
+
"panels/recorder/ReplaySection.ts | ReplayNormalButtonLabel": {
|
|
12777
12873
|
"message": "Normal speed"
|
|
12778
12874
|
},
|
|
12779
|
-
"panels/recorder/
|
|
12875
|
+
"panels/recorder/ReplaySection.ts | ReplayNormalItemLabel": {
|
|
12780
12876
|
"message": "Normal (Default)"
|
|
12781
12877
|
},
|
|
12782
|
-
"panels/recorder/
|
|
12878
|
+
"panels/recorder/ReplaySection.ts | ReplaySlowButtonLabel": {
|
|
12783
12879
|
"message": "Slow speed"
|
|
12784
12880
|
},
|
|
12785
|
-
"panels/recorder/
|
|
12881
|
+
"panels/recorder/ReplaySection.ts | ReplaySlowItemLabel": {
|
|
12786
12882
|
"message": "Slow"
|
|
12787
12883
|
},
|
|
12788
|
-
"panels/recorder/
|
|
12884
|
+
"panels/recorder/ReplaySection.ts | ReplayVerySlowButtonLabel": {
|
|
12789
12885
|
"message": "Very slow speed"
|
|
12790
12886
|
},
|
|
12791
|
-
"panels/recorder/
|
|
12887
|
+
"panels/recorder/ReplaySection.ts | ReplayVerySlowItemLabel": {
|
|
12792
12888
|
"message": "Very slow"
|
|
12793
12889
|
},
|
|
12794
|
-
"panels/recorder/
|
|
12890
|
+
"panels/recorder/ReplaySection.ts | speedGroup": {
|
|
12795
12891
|
"message": "Speed"
|
|
12796
12892
|
},
|
|
12797
|
-
"panels/recorder/
|
|
12893
|
+
"panels/recorder/SelectorPicker.ts | selectorPicker": {
|
|
12798
12894
|
"message": "Select an element in the page to update selectors"
|
|
12799
12895
|
},
|
|
12800
|
-
"panels/recorder/
|
|
12896
|
+
"panels/recorder/StepEditor.ts | addAttribute": {
|
|
12801
12897
|
"message": "Add {attributeName}"
|
|
12802
12898
|
},
|
|
12803
|
-
"panels/recorder/
|
|
12899
|
+
"panels/recorder/StepEditor.ts | addFrameIndex": {
|
|
12804
12900
|
"message": "Add frame index within the frame tree"
|
|
12805
12901
|
},
|
|
12806
|
-
"panels/recorder/
|
|
12902
|
+
"panels/recorder/StepEditor.ts | addSelector": {
|
|
12807
12903
|
"message": "Add a selector"
|
|
12808
12904
|
},
|
|
12809
|
-
"panels/recorder/
|
|
12905
|
+
"panels/recorder/StepEditor.ts | addSelectorPart": {
|
|
12810
12906
|
"message": "Add a selector part"
|
|
12811
12907
|
},
|
|
12812
|
-
"panels/recorder/
|
|
12908
|
+
"panels/recorder/StepEditor.ts | deleteRow": {
|
|
12813
12909
|
"message": "Delete row"
|
|
12814
12910
|
},
|
|
12815
|
-
"panels/recorder/
|
|
12911
|
+
"panels/recorder/StepEditor.ts | notSaved": {
|
|
12816
12912
|
"message": "Not saved: {error}"
|
|
12817
12913
|
},
|
|
12818
|
-
"panels/recorder/
|
|
12914
|
+
"panels/recorder/StepEditor.ts | removeFrameIndex": {
|
|
12819
12915
|
"message": "Remove frame index"
|
|
12820
12916
|
},
|
|
12821
|
-
"panels/recorder/
|
|
12917
|
+
"panels/recorder/StepEditor.ts | removeSelector": {
|
|
12822
12918
|
"message": "Remove a selector"
|
|
12823
12919
|
},
|
|
12824
|
-
"panels/recorder/
|
|
12920
|
+
"panels/recorder/StepEditor.ts | removeSelectorPart": {
|
|
12825
12921
|
"message": "Remove a selector part"
|
|
12826
12922
|
},
|
|
12827
|
-
"panels/recorder/
|
|
12828
|
-
"message": "
|
|
12923
|
+
"panels/recorder/StepEditor.ts | unknownActionType": {
|
|
12924
|
+
"message": "Enter a valid action type"
|
|
12829
12925
|
},
|
|
12830
|
-
"panels/recorder/
|
|
12926
|
+
"panels/recorder/StepView.ts | addBreakpoint": {
|
|
12831
12927
|
"message": "Add breakpoint"
|
|
12832
12928
|
},
|
|
12833
|
-
"panels/recorder/
|
|
12929
|
+
"panels/recorder/StepView.ts | addStepAfter": {
|
|
12834
12930
|
"message": "Add step after"
|
|
12835
12931
|
},
|
|
12836
|
-
"panels/recorder/
|
|
12932
|
+
"panels/recorder/StepView.ts | addStepBefore": {
|
|
12837
12933
|
"message": "Add step before"
|
|
12838
12934
|
},
|
|
12839
|
-
"panels/recorder/
|
|
12935
|
+
"panels/recorder/StepView.ts | breakpoints": {
|
|
12840
12936
|
"message": "Breakpoints"
|
|
12841
12937
|
},
|
|
12842
|
-
"panels/recorder/
|
|
12938
|
+
"panels/recorder/StepView.ts | changeStepTitle": {
|
|
12843
12939
|
"message": "Change"
|
|
12844
12940
|
},
|
|
12845
|
-
"panels/recorder/
|
|
12941
|
+
"panels/recorder/StepView.ts | clickStepTitle": {
|
|
12846
12942
|
"message": "Click"
|
|
12847
12943
|
},
|
|
12848
|
-
"panels/recorder/
|
|
12944
|
+
"panels/recorder/StepView.ts | closeStepTitle": {
|
|
12849
12945
|
"message": "Close"
|
|
12850
12946
|
},
|
|
12851
|
-
"panels/recorder/
|
|
12947
|
+
"panels/recorder/StepView.ts | copyAs": {
|
|
12852
12948
|
"message": "Copy as"
|
|
12853
12949
|
},
|
|
12854
|
-
"panels/recorder/
|
|
12950
|
+
"panels/recorder/StepView.ts | customStepTitle": {
|
|
12855
12951
|
"message": "Custom step"
|
|
12856
12952
|
},
|
|
12857
|
-
"panels/recorder/
|
|
12953
|
+
"panels/recorder/StepView.ts | doubleClickStepTitle": {
|
|
12858
12954
|
"message": "Double click"
|
|
12859
12955
|
},
|
|
12860
|
-
"panels/recorder/
|
|
12956
|
+
"panels/recorder/StepView.ts | elementRoleButton": {
|
|
12861
12957
|
"message": "Button"
|
|
12862
12958
|
},
|
|
12863
|
-
"panels/recorder/
|
|
12959
|
+
"panels/recorder/StepView.ts | elementRoleFallback": {
|
|
12864
12960
|
"message": "Element"
|
|
12865
12961
|
},
|
|
12866
|
-
"panels/recorder/
|
|
12962
|
+
"panels/recorder/StepView.ts | elementRoleInput": {
|
|
12867
12963
|
"message": "Input"
|
|
12868
12964
|
},
|
|
12869
|
-
"panels/recorder/
|
|
12965
|
+
"panels/recorder/StepView.ts | emulateNetworkConditionsStepTitle": {
|
|
12870
12966
|
"message": "Emulate network conditions"
|
|
12871
12967
|
},
|
|
12872
|
-
"panels/recorder/
|
|
12968
|
+
"panels/recorder/StepView.ts | hoverStepTitle": {
|
|
12873
12969
|
"message": "Hover"
|
|
12874
12970
|
},
|
|
12875
|
-
"panels/recorder/
|
|
12971
|
+
"panels/recorder/StepView.ts | keyDownStepTitle": {
|
|
12876
12972
|
"message": "Key down"
|
|
12877
12973
|
},
|
|
12878
|
-
"panels/recorder/
|
|
12974
|
+
"panels/recorder/StepView.ts | keyUpStepTitle": {
|
|
12879
12975
|
"message": "Key up"
|
|
12880
12976
|
},
|
|
12881
|
-
"panels/recorder/
|
|
12977
|
+
"panels/recorder/StepView.ts | navigateStepTitle": {
|
|
12882
12978
|
"message": "Navigate"
|
|
12883
12979
|
},
|
|
12884
|
-
"panels/recorder/
|
|
12980
|
+
"panels/recorder/StepView.ts | openStepActions": {
|
|
12885
12981
|
"message": "Open step actions"
|
|
12886
12982
|
},
|
|
12887
|
-
"panels/recorder/
|
|
12983
|
+
"panels/recorder/StepView.ts | removeBreakpoint": {
|
|
12888
12984
|
"message": "Remove breakpoint"
|
|
12889
12985
|
},
|
|
12890
|
-
"panels/recorder/
|
|
12986
|
+
"panels/recorder/StepView.ts | removeStep": {
|
|
12891
12987
|
"message": "Remove step"
|
|
12892
12988
|
},
|
|
12893
|
-
"panels/recorder/
|
|
12989
|
+
"panels/recorder/StepView.ts | scrollStepTitle": {
|
|
12894
12990
|
"message": "Scroll"
|
|
12895
12991
|
},
|
|
12896
|
-
"panels/recorder/
|
|
12992
|
+
"panels/recorder/StepView.ts | setViewportClickTitle": {
|
|
12897
12993
|
"message": "Set viewport"
|
|
12898
12994
|
},
|
|
12899
|
-
"panels/recorder/
|
|
12995
|
+
"panels/recorder/StepView.ts | stepManagement": {
|
|
12900
12996
|
"message": "Manage steps"
|
|
12901
12997
|
},
|
|
12902
|
-
"panels/recorder/
|
|
12998
|
+
"panels/recorder/StepView.ts | waitForElementStepTitle": {
|
|
12903
12999
|
"message": "Wait for element"
|
|
12904
13000
|
},
|
|
12905
|
-
"panels/recorder/
|
|
13001
|
+
"panels/recorder/StepView.ts | waitForExpressionStepTitle": {
|
|
12906
13002
|
"message": "Wait for expression"
|
|
12907
13003
|
},
|
|
12908
|
-
"panels/recorder/models/RecorderSettings.ts | defaultRecordingName": {
|
|
12909
|
-
"message": "Recording {DATE} at {TIME}"
|
|
12910
|
-
},
|
|
12911
|
-
"panels/recorder/recorder-meta.ts | createRecording": {
|
|
12912
|
-
"message": "Create a new recording"
|
|
12913
|
-
},
|
|
12914
|
-
"panels/recorder/recorder-meta.ts | recorder": {
|
|
12915
|
-
"message": "Recorder"
|
|
12916
|
-
},
|
|
12917
|
-
"panels/recorder/recorder-meta.ts | replayRecording": {
|
|
12918
|
-
"message": "Replay recording"
|
|
12919
|
-
},
|
|
12920
|
-
"panels/recorder/recorder-meta.ts | showRecorder": {
|
|
12921
|
-
"message": "Show Recorder"
|
|
12922
|
-
},
|
|
12923
|
-
"panels/recorder/recorder-meta.ts | startStopRecording": {
|
|
12924
|
-
"message": "Start/Stop recording"
|
|
12925
|
-
},
|
|
12926
|
-
"panels/recorder/recorder-meta.ts | toggleCode": {
|
|
12927
|
-
"message": "Toggle code view"
|
|
12928
|
-
},
|
|
12929
|
-
"panels/recorder/RecorderController.ts | allowImporting": {
|
|
12930
|
-
"message": "allow importing"
|
|
12931
|
-
},
|
|
12932
|
-
"panels/recorder/RecorderController.ts | continueReplay": {
|
|
12933
|
-
"message": "Continue"
|
|
12934
|
-
},
|
|
12935
|
-
"panels/recorder/RecorderController.ts | copyShortcut": {
|
|
12936
|
-
"message": "Copy recording or selected step"
|
|
12937
|
-
},
|
|
12938
|
-
"panels/recorder/RecorderController.ts | createRecording": {
|
|
12939
|
-
"message": "Create recording"
|
|
12940
|
-
},
|
|
12941
|
-
"panels/recorder/RecorderController.ts | deleteRecording": {
|
|
12942
|
-
"message": "Delete recording"
|
|
12943
|
-
},
|
|
12944
|
-
"panels/recorder/RecorderController.ts | doNotImport": {
|
|
12945
|
-
"message": "Don't import recordings you do not understand or have not reviewed yourself into DevTools. This could allow attackers to steal your identity or take control of your computer. Please type “{PH1}” below to allow importing."
|
|
12946
|
-
},
|
|
12947
|
-
"panels/recorder/RecorderController.ts | doYouTrustThisCode": {
|
|
12948
|
-
"message": "Do you trust this recording?"
|
|
12949
|
-
},
|
|
12950
|
-
"panels/recorder/RecorderController.ts | export": {
|
|
12951
|
-
"message": "Export"
|
|
12952
|
-
},
|
|
12953
|
-
"panels/recorder/RecorderController.ts | exportRecording": {
|
|
12954
|
-
"message": "Export recording"
|
|
12955
|
-
},
|
|
12956
|
-
"panels/recorder/RecorderController.ts | exportViaExtensions": {
|
|
12957
|
-
"message": "Export via extensions"
|
|
12958
|
-
},
|
|
12959
|
-
"panels/recorder/RecorderController.ts | getExtensions": {
|
|
12960
|
-
"message": "Get extensions…"
|
|
12961
|
-
},
|
|
12962
|
-
"panels/recorder/RecorderController.ts | header": {
|
|
12963
|
-
"message": "Nothing recorded yet"
|
|
12964
|
-
},
|
|
12965
|
-
"panels/recorder/RecorderController.ts | importRecording": {
|
|
12966
|
-
"message": "Import recording"
|
|
12967
|
-
},
|
|
12968
|
-
"panels/recorder/RecorderController.ts | learnMore": {
|
|
12969
|
-
"message": "Learn more"
|
|
12970
|
-
},
|
|
12971
|
-
"panels/recorder/RecorderController.ts | noRecordings": {
|
|
12972
|
-
"message": "No recordings"
|
|
12973
|
-
},
|
|
12974
|
-
"panels/recorder/RecorderController.ts | numberOfRecordings": {
|
|
12975
|
-
"message": "recording(s)"
|
|
12976
|
-
},
|
|
12977
|
-
"panels/recorder/RecorderController.ts | recordingDeleted": {
|
|
12978
|
-
"message": "Recording deleted"
|
|
12979
|
-
},
|
|
12980
|
-
"panels/recorder/RecorderController.ts | recordingDescription": {
|
|
12981
|
-
"message": "Use recordings to create automated end-to-end tests or performance traces."
|
|
12982
|
-
},
|
|
12983
|
-
"panels/recorder/RecorderController.ts | recordingExported": {
|
|
12984
|
-
"message": "Recording exported"
|
|
12985
|
-
},
|
|
12986
|
-
"panels/recorder/RecorderController.ts | recordingImported": {
|
|
12987
|
-
"message": "Recording imported"
|
|
12988
|
-
},
|
|
12989
|
-
"panels/recorder/RecorderController.ts | replayRecording": {
|
|
12990
|
-
"message": "Replay recording"
|
|
12991
|
-
},
|
|
12992
|
-
"panels/recorder/RecorderController.ts | sendFeedback": {
|
|
12993
|
-
"message": "Send feedback"
|
|
12994
|
-
},
|
|
12995
|
-
"panels/recorder/RecorderController.ts | startStopRecording": {
|
|
12996
|
-
"message": "Start/Stop recording"
|
|
12997
|
-
},
|
|
12998
|
-
"panels/recorder/RecorderController.ts | stepOverReplay": {
|
|
12999
|
-
"message": "Execute one step"
|
|
13000
|
-
},
|
|
13001
|
-
"panels/recorder/RecorderController.ts | toggleCode": {
|
|
13002
|
-
"message": "Toggle code view"
|
|
13003
|
-
},
|
|
13004
|
-
"panels/recorder/RecorderController.ts | typeAllowImporting": {
|
|
13005
|
-
"message": "Type “{PH1}”"
|
|
13006
|
-
},
|
|
13007
13004
|
"panels/screencast/ScreencastApp.ts | toggleScreencast": {
|
|
13008
13005
|
"message": "Toggle screencast"
|
|
13009
13006
|
},
|
|
@@ -13011,10 +13008,10 @@
|
|
|
13011
13008
|
"message": "Address bar"
|
|
13012
13009
|
},
|
|
13013
13010
|
"panels/screencast/ScreencastView.ts | back": {
|
|
13014
|
-
"message": "
|
|
13011
|
+
"message": "Back"
|
|
13015
13012
|
},
|
|
13016
13013
|
"panels/screencast/ScreencastView.ts | forward": {
|
|
13017
|
-
"message": "
|
|
13014
|
+
"message": "Forward"
|
|
13018
13015
|
},
|
|
13019
13016
|
"panels/screencast/ScreencastView.ts | mouseInput": {
|
|
13020
13017
|
"message": "Use mouse"
|
|
@@ -13023,7 +13020,7 @@
|
|
|
13023
13020
|
"message": "Profiling in progress"
|
|
13024
13021
|
},
|
|
13025
13022
|
"panels/screencast/ScreencastView.ts | reload": {
|
|
13026
|
-
"message": "
|
|
13023
|
+
"message": "Reload"
|
|
13027
13024
|
},
|
|
13028
13025
|
"panels/screencast/ScreencastView.ts | screencastViewOfDebugTarget": {
|
|
13029
13026
|
"message": "Screencast view of debug target"
|
|
@@ -13038,7 +13035,7 @@
|
|
|
13038
13035
|
"message": "Line {PH1}"
|
|
13039
13036
|
},
|
|
13040
13037
|
"panels/search/SearchResultsPane.ts | matchesCountS": {
|
|
13041
|
-
"message": "Matches
|
|
13038
|
+
"message": "Matches count {PH1}"
|
|
13042
13039
|
},
|
|
13043
13040
|
"panels/search/SearchResultsPane.ts | showDMore": {
|
|
13044
13041
|
"message": "Show {PH1} more"
|
|
@@ -13778,9 +13775,15 @@
|
|
|
13778
13775
|
"panels/settings/AISettingsTab.ts | showLess": {
|
|
13779
13776
|
"message": "Show less"
|
|
13780
13777
|
},
|
|
13778
|
+
"panels/settings/AISettingsTab.ts | showLessOfSetting": {
|
|
13779
|
+
"message": "Show less of {PH1}"
|
|
13780
|
+
},
|
|
13781
13781
|
"panels/settings/AISettingsTab.ts | showMore": {
|
|
13782
13782
|
"message": "Show more"
|
|
13783
13783
|
},
|
|
13784
|
+
"panels/settings/AISettingsTab.ts | showMoreOfSetting": {
|
|
13785
|
+
"message": "Show more of {PH1}"
|
|
13786
|
+
},
|
|
13784
13787
|
"panels/settings/AISettingsTab.ts | termsOfService": {
|
|
13785
13788
|
"message": "Google Terms of Service"
|
|
13786
13789
|
},
|
|
@@ -13809,7 +13812,7 @@
|
|
|
13809
13812
|
"message": "Unknown plan"
|
|
13810
13813
|
},
|
|
13811
13814
|
"panels/settings/components/SyncSection.ts | notSignedIn": {
|
|
13812
|
-
"message": "You’re not signed
|
|
13815
|
+
"message": "You’re not signed in to Chrome."
|
|
13813
13816
|
},
|
|
13814
13817
|
"panels/settings/components/SyncSection.ts | preferencesSyncDisabled": {
|
|
13815
13818
|
"message": "You need to first enable saving Chrome settings in your Google account."
|
|
@@ -13818,7 +13821,7 @@
|
|
|
13818
13821
|
"message": "Relevant data"
|
|
13819
13822
|
},
|
|
13820
13823
|
"panels/settings/components/SyncSection.ts | signedIn": {
|
|
13821
|
-
"message": "Signed
|
|
13824
|
+
"message": "Signed in to Chrome as:"
|
|
13822
13825
|
},
|
|
13823
13826
|
"panels/settings/components/SyncSection.ts | signUp": {
|
|
13824
13827
|
"message": "Sign up"
|
|
@@ -14553,7 +14556,7 @@
|
|
|
14553
14556
|
"message": "Failed to load debug file \"{PH1}\"."
|
|
14554
14557
|
},
|
|
14555
14558
|
"panels/sources/DebuggerPlugin.ts | debuggingPowerReduced": {
|
|
14556
|
-
"message": "DevTools can
|
|
14559
|
+
"message": "DevTools can’t show authored sources, but you can debug the deployed code."
|
|
14557
14560
|
},
|
|
14558
14561
|
"panels/sources/DebuggerPlugin.ts | debugInfoNotFound": {
|
|
14559
14562
|
"message": "Failed to load any debug info for {PH1}"
|
|
@@ -14577,7 +14580,7 @@
|
|
|
14577
14580
|
"message": "Opens the request in the Developer resource panel"
|
|
14578
14581
|
},
|
|
14579
14582
|
"panels/sources/DebuggerPlugin.ts | reloadForSourceMap": {
|
|
14580
|
-
"message": "To enable again, make sure the file isn
|
|
14583
|
+
"message": "To enable again, make sure the file isn’t on the ignore list and reload."
|
|
14581
14584
|
},
|
|
14582
14585
|
"panels/sources/DebuggerPlugin.ts | removeBreakpoint": {
|
|
14583
14586
|
"message": "{n, plural, =1 {Remove breakpoint} other {Remove all breakpoints in line}}"
|
|
@@ -14601,7 +14604,7 @@
|
|
|
14601
14604
|
"message": "The debugger will skip stepping through this script, and will not stop on exceptions."
|
|
14602
14605
|
},
|
|
14603
14606
|
"panels/sources/DebuggerPlugin.ts | thisScriptIsOnTheDebuggersIgnore": {
|
|
14604
|
-
"message": "This script is on the debugger
|
|
14607
|
+
"message": "This script is on the debugger’s ignore list"
|
|
14605
14608
|
},
|
|
14606
14609
|
"panels/sources/FilteredUISourceCodeListProvider.ts | noFilesFound": {
|
|
14607
14610
|
"message": "No files found"
|
|
@@ -14633,12 +14636,6 @@
|
|
|
14633
14636
|
"panels/sources/GoToLineQuickOpen.ts | typeANumberToGoToThatLine": {
|
|
14634
14637
|
"message": "Type a number to go to that line"
|
|
14635
14638
|
},
|
|
14636
|
-
"panels/sources/InplaceFormatterEditorAction.ts | format": {
|
|
14637
|
-
"message": "Format"
|
|
14638
|
-
},
|
|
14639
|
-
"panels/sources/InplaceFormatterEditorAction.ts | formatS": {
|
|
14640
|
-
"message": "Format {PH1}"
|
|
14641
|
-
},
|
|
14642
14639
|
"panels/sources/NavigatorView.ts | actionCannotBeUndone": {
|
|
14643
14640
|
"message": "This action cannot be undone."
|
|
14644
14641
|
},
|
|
@@ -14877,7 +14874,7 @@
|
|
|
14877
14874
|
"message": "Do not detect indentation"
|
|
14878
14875
|
},
|
|
14879
14876
|
"panels/sources/sources-meta.ts | doNotDisplayVariableValuesInline": {
|
|
14880
|
-
"message": "Don
|
|
14877
|
+
"message": "Don’t show variable values inline"
|
|
14881
14878
|
},
|
|
14882
14879
|
"panels/sources/sources-meta.ts | doNotSearchInAnonymousAndContent": {
|
|
14883
14880
|
"message": "Do not search in anonymous and content scripts"
|
|
@@ -15255,10 +15252,10 @@
|
|
|
15255
15252
|
"message": "Are you sure you want to close unsaved file: {PH1}?"
|
|
15256
15253
|
},
|
|
15257
15254
|
"panels/sources/TabbedEditorContainer.ts | changesWereNotSavedToFileSystemToSaveAddFolderToWorkspace": {
|
|
15258
|
-
"message": "Changes weren
|
|
15255
|
+
"message": "Changes weren’t saved to file system. To save, add {PH1} to your Workspace."
|
|
15259
15256
|
},
|
|
15260
15257
|
"panels/sources/TabbedEditorContainer.ts | changesWereNotSavedToFileSystemToSaveSetUpYourWorkspace": {
|
|
15261
|
-
"message": "Changes weren
|
|
15258
|
+
"message": "Changes weren’t saved to file system. To save, set up your {PH1}."
|
|
15262
15259
|
},
|
|
15263
15260
|
"panels/sources/TabbedEditorContainer.ts | unableToLoadThisContent": {
|
|
15264
15261
|
"message": "Unable to load this content."
|
|
@@ -15266,6 +15263,9 @@
|
|
|
15266
15263
|
"panels/sources/ThreadsSidebarPane.ts | paused": {
|
|
15267
15264
|
"message": "paused"
|
|
15268
15265
|
},
|
|
15266
|
+
"panels/sources/UISourceCodeFrame.ts | format": {
|
|
15267
|
+
"message": "Format"
|
|
15268
|
+
},
|
|
15269
15269
|
"panels/sources/WatchExpressionsSidebarPane.ts | addPropertyPathToWatch": {
|
|
15270
15270
|
"message": "Add property path to watch"
|
|
15271
15271
|
},
|
|
@@ -15354,7 +15354,7 @@
|
|
|
15354
15354
|
"message": "Dismiss"
|
|
15355
15355
|
},
|
|
15356
15356
|
"panels/timeline/components/CWVMetrics.ts | fieldMismatchNotice": {
|
|
15357
|
-
"message": "There are many reasons why local and field metrics [may not match](https://web.dev/articles/lab-and-field-data-differences). Adjust [throttling settings and device emulation](https://developer.chrome.com/docs/devtools/device-mode) to analyze traces more similar to the average user
|
|
15357
|
+
"message": "There are many reasons why local and field metrics [may not match](https://web.dev/articles/lab-and-field-data-differences). Adjust [throttling settings and device emulation](https://developer.chrome.com/docs/devtools/device-mode) to analyze traces more similar to the average user’s environment."
|
|
15358
15358
|
},
|
|
15359
15359
|
"panels/timeline/components/CWVMetrics.ts | fieldMismatchTitle": {
|
|
15360
15360
|
"message": "Field & local metrics mismatch"
|
|
@@ -15486,7 +15486,7 @@
|
|
|
15486
15486
|
"message": "When DevTools is open, the URLs you visit will be sent to Google to query field metrics. These requests are not tied to your Google account."
|
|
15487
15487
|
},
|
|
15488
15488
|
"panels/timeline/components/IgnoreListSetting.ts | addNewRegex": {
|
|
15489
|
-
"message": "Add a regular expression rule for the script
|
|
15489
|
+
"message": "Add a regular expression rule for the script’s URL"
|
|
15490
15490
|
},
|
|
15491
15491
|
"panels/timeline/components/IgnoreListSetting.ts | ignoreList": {
|
|
15492
15492
|
"message": "Ignore list"
|
|
@@ -16202,12 +16202,6 @@
|
|
|
16202
16202
|
"panels/timeline/ThirdPartyTreeView.ts | unattributed": {
|
|
16203
16203
|
"message": "[unattributed]"
|
|
16204
16204
|
},
|
|
16205
|
-
"panels/timeline/ThreadAppender.ts | bidderWorklet": {
|
|
16206
|
-
"message": "Bidder Worklet"
|
|
16207
|
-
},
|
|
16208
|
-
"panels/timeline/ThreadAppender.ts | bidderWorkletS": {
|
|
16209
|
-
"message": "Bidder Worklet — {PH1}"
|
|
16210
|
-
},
|
|
16211
16205
|
"panels/timeline/ThreadAppender.ts | dedicatedWorker": {
|
|
16212
16206
|
"message": "Dedicated Worker"
|
|
16213
16207
|
},
|
|
@@ -16229,12 +16223,6 @@
|
|
|
16229
16223
|
"panels/timeline/ThreadAppender.ts | rasterizerThreadS": {
|
|
16230
16224
|
"message": "Rasterizer thread {PH1}"
|
|
16231
16225
|
},
|
|
16232
|
-
"panels/timeline/ThreadAppender.ts | sellerWorklet": {
|
|
16233
|
-
"message": "Seller Worklet"
|
|
16234
|
-
},
|
|
16235
|
-
"panels/timeline/ThreadAppender.ts | sellerWorkletS": {
|
|
16236
|
-
"message": "Seller Worklet — {PH1}"
|
|
16237
|
-
},
|
|
16238
16226
|
"panels/timeline/ThreadAppender.ts | threadPool": {
|
|
16239
16227
|
"message": "Thread pool"
|
|
16240
16228
|
},
|
|
@@ -16244,24 +16232,12 @@
|
|
|
16244
16232
|
"panels/timeline/ThreadAppender.ts | threadS": {
|
|
16245
16233
|
"message": "Thread {PH1}"
|
|
16246
16234
|
},
|
|
16247
|
-
"panels/timeline/ThreadAppender.ts | unknownWorklet": {
|
|
16248
|
-
"message": "Auction Worklet"
|
|
16249
|
-
},
|
|
16250
|
-
"panels/timeline/ThreadAppender.ts | unknownWorkletS": {
|
|
16251
|
-
"message": "Auction Worklet — {PH1}"
|
|
16252
|
-
},
|
|
16253
16235
|
"panels/timeline/ThreadAppender.ts | workerS": {
|
|
16254
16236
|
"message": "Worker — {PH1}"
|
|
16255
16237
|
},
|
|
16256
16238
|
"panels/timeline/ThreadAppender.ts | workerSS": {
|
|
16257
16239
|
"message": "Worker: {PH1} — {PH2}"
|
|
16258
16240
|
},
|
|
16259
|
-
"panels/timeline/ThreadAppender.ts | workletService": {
|
|
16260
|
-
"message": "Auction Worklet service"
|
|
16261
|
-
},
|
|
16262
|
-
"panels/timeline/ThreadAppender.ts | workletServiceS": {
|
|
16263
|
-
"message": "Auction Worklet service — {PH1}"
|
|
16264
|
-
},
|
|
16265
16241
|
"panels/timeline/timeline-meta.ts | chromeFrameInLayersView": {
|
|
16266
16242
|
"message": "Chrome frame in Layers view"
|
|
16267
16243
|
},
|
|
@@ -16638,13 +16614,13 @@
|
|
|
16638
16614
|
"message": "% of slow-path non-matches"
|
|
16639
16615
|
},
|
|
16640
16616
|
"panels/timeline/TimelineSelectorStatsView.ts | slowPathNonMatchesExplanation": {
|
|
16641
|
-
"message": "The percentage of non-matching nodes (Match Attempts - Match Count) that couldn
|
|
16617
|
+
"message": "The percentage of non-matching nodes (Match Attempts - Match Count) that couldn’t be quickly ruled out by the bloom filter due to high selector complexity. Lower is better."
|
|
16642
16618
|
},
|
|
16643
16619
|
"panels/timeline/TimelineSelectorStatsView.ts | styleSheetId": {
|
|
16644
16620
|
"message": "Style Sheet"
|
|
16645
16621
|
},
|
|
16646
16622
|
"panels/timeline/TimelineSelectorStatsView.ts | styleSheetIdExplanation": {
|
|
16647
|
-
"message": "Links to the selector rule definition in the style sheets. Note that a selector rule could be defined in multiple places in a style sheet or defined in multiple style sheets. Selector rules from browser user-agent style sheet or dynamic style sheets don
|
|
16623
|
+
"message": "Links to the selector rule definition in the style sheets. Note that a selector rule could be defined in multiple places in a style sheet or defined in multiple style sheets. Selector rules from browser user-agent style sheet or dynamic style sheets don’t have a link."
|
|
16648
16624
|
},
|
|
16649
16625
|
"panels/timeline/TimelineSelectorStatsView.ts | tableCopiedToClipboard": {
|
|
16650
16626
|
"message": "Table copied to clipboard"
|
|
@@ -17349,10 +17325,10 @@
|
|
|
17349
17325
|
"message": "{issueCount, plural, =1 {# possible improvement} other {# possible improvements}}"
|
|
17350
17326
|
},
|
|
17351
17327
|
"ui/components/issue_counter/IssueLinkIcon.ts | clickToShowIssue": {
|
|
17352
|
-
"message": "Click to show issue in the
|
|
17328
|
+
"message": "Click to show issue in the Issues tab"
|
|
17353
17329
|
},
|
|
17354
17330
|
"ui/components/issue_counter/IssueLinkIcon.ts | clickToShowIssueWithTitle": {
|
|
17355
|
-
"message": "Click to open the
|
|
17331
|
+
"message": "Click to open the Issues tab and show issue: {title}"
|
|
17356
17332
|
},
|
|
17357
17333
|
"ui/components/issue_counter/IssueLinkIcon.ts | issueUnavailable": {
|
|
17358
17334
|
"message": "Issue unavailable at this time"
|
|
@@ -17397,7 +17373,7 @@
|
|
|
17397
17373
|
"message": "Video and documentation"
|
|
17398
17374
|
},
|
|
17399
17375
|
"ui/components/panel_feedback/PreviewToggle.ts | learnMoreLink": {
|
|
17400
|
-
"message": "Learn
|
|
17376
|
+
"message": "Learn more"
|
|
17401
17377
|
},
|
|
17402
17378
|
"ui/components/panel_feedback/PreviewToggle.ts | previewTextFeedbackLink": {
|
|
17403
17379
|
"message": "Send us your feedback."
|
|
@@ -17406,10 +17382,10 @@
|
|
|
17406
17382
|
"message": "Send feedback"
|
|
17407
17383
|
},
|
|
17408
17384
|
"ui/components/request_link_icon/RequestLinkIcon.ts | clickToShowRequestInTheNetwork": {
|
|
17409
|
-
"message": "Click to open the
|
|
17385
|
+
"message": "Click to open the Network panel and show request for URL: {url}"
|
|
17410
17386
|
},
|
|
17411
17387
|
"ui/components/request_link_icon/RequestLinkIcon.ts | requestUnavailableInTheNetwork": {
|
|
17412
|
-
"message": "Request unavailable in the
|
|
17388
|
+
"message": "Request unavailable in the Network panel. Try reloading the inspected page"
|
|
17413
17389
|
},
|
|
17414
17390
|
"ui/components/request_link_icon/RequestLinkIcon.ts | shortenedURL": {
|
|
17415
17391
|
"message": "Shortened URL"
|
|
@@ -17705,6 +17681,9 @@
|
|
|
17705
17681
|
"ui/legacy/components/data_grid/ShowMoreDataGridNode.ts | showDBefore": {
|
|
17706
17682
|
"message": "Show {PH1} before"
|
|
17707
17683
|
},
|
|
17684
|
+
"ui/legacy/components/inline_editor/AnimationTimingUI.ts | doubleClickToDelete": {
|
|
17685
|
+
"message": "Double-click to delete"
|
|
17686
|
+
},
|
|
17708
17687
|
"ui/legacy/components/inline_editor/ColorSwatch.ts | shiftclickToChangeColorFormat": {
|
|
17709
17688
|
"message": "Shift-click to change color format"
|
|
17710
17689
|
},
|
|
@@ -18021,7 +18000,7 @@
|
|
|
18021
18000
|
"message": "allow pasting"
|
|
18022
18001
|
},
|
|
18023
18002
|
"ui/legacy/components/source_frame/SourceFrame.ts | binaryContentError": {
|
|
18024
|
-
"message": "Editor can
|
|
18003
|
+
"message": "Editor can’t show binary data. Use the \"Response\" tab in the \"Network\" panel to inspect this resource."
|
|
18025
18004
|
},
|
|
18026
18005
|
"ui/legacy/components/source_frame/SourceFrame.ts | bytecodePositionXs": {
|
|
18027
18006
|
"message": "Bytecode position 0x{PH1}"
|
|
@@ -18033,7 +18012,7 @@
|
|
|
18033
18012
|
"message": "{PH1} lines, {PH2} characters selected"
|
|
18034
18013
|
},
|
|
18035
18014
|
"ui/legacy/components/source_frame/SourceFrame.ts | doNotPaste": {
|
|
18036
|
-
"message": "Don
|
|
18015
|
+
"message": "Don’t paste code you do not understand or have not reviewed yourself into DevTools. This could allow attackers to steal your identity or take control of your computer. Please type “{PH1}” below to allow pasting."
|
|
18037
18016
|
},
|
|
18038
18017
|
"ui/legacy/components/source_frame/SourceFrame.ts | doYouTrustThisCode": {
|
|
18039
18018
|
"message": "Do you trust this code?"
|
|
@@ -18147,7 +18126,7 @@
|
|
|
18147
18126
|
"message": "Close"
|
|
18148
18127
|
},
|
|
18149
18128
|
"ui/legacy/Infobar.ts | dontShowAgain": {
|
|
18150
|
-
"message": "Don
|
|
18129
|
+
"message": "Don’t show again"
|
|
18151
18130
|
},
|
|
18152
18131
|
"ui/legacy/InspectorDrawerView.ts | closeDrawer": {
|
|
18153
18132
|
"message": "Close drawer"
|
|
@@ -18213,7 +18192,7 @@
|
|
|
18213
18192
|
"message": "Select a folder to store override files in"
|
|
18214
18193
|
},
|
|
18215
18194
|
"ui/legacy/InspectorView.ts | setToBrowserLanguage": {
|
|
18216
|
-
"message": "Always match Chrome
|
|
18195
|
+
"message": "Always match Chrome’s language"
|
|
18217
18196
|
},
|
|
18218
18197
|
"ui/legacy/InspectorView.ts | setToSpecificLanguage": {
|
|
18219
18198
|
"message": "Switch DevTools to {PH1}"
|