@chrome-devtools/rehydrated-devtools-app 1.20260705.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.
- package/Images.js +1 -0
- package/Images.prebundle.js +1 -0
- package/ads.svg +1 -0
- package/{chunk-9s9mfj17.css → chunk-7zwk8ke4.css} +1 -1
- package/{chunk-jg7grz0x.js → chunk-c88924j7.js} +2492 -2440
- package/locales/en-US.json +1 -1
- package/locales/generated/collected-ui-strings.d +1 -1
- package/locales/generated/en-US.json +596 -584
- package/package.json +1 -1
- package/rehydrated_devtools_app.html +1 -1
- package/src/ads.svg +1 -0
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"message": "Changes drawer"
|
|
94
94
|
},
|
|
95
95
|
"core/common/Revealer.ts | developerResourcesPanel": {
|
|
96
|
-
"message": "Developer
|
|
96
|
+
"message": "Developer resources panel"
|
|
97
97
|
},
|
|
98
98
|
"core/common/Revealer.ts | elementsPanel": {
|
|
99
99
|
"message": "Elements panel"
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"message": "Sources panel"
|
|
118
118
|
},
|
|
119
119
|
"core/common/Revealer.ts | stylesSidebar": {
|
|
120
|
-
"message": "
|
|
120
|
+
"message": "Styles sidebar"
|
|
121
121
|
},
|
|
122
122
|
"core/common/Revealer.ts | timelinePanel": {
|
|
123
123
|
"message": "Performance panel"
|
|
@@ -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)."
|
|
@@ -479,6 +479,12 @@
|
|
|
479
479
|
"core/sdk/sdk-meta.ts | captureAsyncStackTraces": {
|
|
480
480
|
"message": "Capture async stack traces"
|
|
481
481
|
},
|
|
482
|
+
"core/sdk/sdk-meta.ts | cpuPressure": {
|
|
483
|
+
"message": "CPU Pressure"
|
|
484
|
+
},
|
|
485
|
+
"core/sdk/sdk-meta.ts | critical": {
|
|
486
|
+
"message": "Critical"
|
|
487
|
+
},
|
|
482
488
|
"core/sdk/sdk-meta.ts | cssSourceMaps": {
|
|
483
489
|
"message": "CSS source maps"
|
|
484
490
|
},
|
|
@@ -488,6 +494,9 @@
|
|
|
488
494
|
"core/sdk/sdk-meta.ts | deuteranopia": {
|
|
489
495
|
"message": "Deuteranopia (no green)"
|
|
490
496
|
},
|
|
497
|
+
"core/sdk/sdk-meta.ts | devicebased": {
|
|
498
|
+
"message": "Device-based"
|
|
499
|
+
},
|
|
491
500
|
"core/sdk/sdk-meta.ts | disableAsyncStackTraces": {
|
|
492
501
|
"message": "Disable async stack traces"
|
|
493
502
|
},
|
|
@@ -515,6 +524,9 @@
|
|
|
515
524
|
"core/sdk/sdk-meta.ts | disableNetworkRequestBlocking": {
|
|
516
525
|
"message": "Disable network request blocking"
|
|
517
526
|
},
|
|
527
|
+
"core/sdk/sdk-meta.ts | disablePaused": {
|
|
528
|
+
"message": "Disable paused state overlay"
|
|
529
|
+
},
|
|
518
530
|
"core/sdk/sdk-meta.ts | disableWebpFormat": {
|
|
519
531
|
"message": "Disable WebP format"
|
|
520
532
|
},
|
|
@@ -555,7 +567,7 @@
|
|
|
555
567
|
"message": "Do not show grid track sizes"
|
|
556
568
|
},
|
|
557
569
|
"core/sdk/sdk-meta.ts | doNotShowRulersOnHover": {
|
|
558
|
-
"message": "Don
|
|
570
|
+
"message": "Don’t show rulers on hover"
|
|
559
571
|
},
|
|
560
572
|
"core/sdk/sdk-meta.ts | emulateAchromatopsia": {
|
|
561
573
|
"message": "Emulate achromatopsia (no color)"
|
|
@@ -587,6 +599,9 @@
|
|
|
587
599
|
"core/sdk/sdk-meta.ts | emulateDeuteranopia": {
|
|
588
600
|
"message": "Emulate deuteranopia (no green)"
|
|
589
601
|
},
|
|
602
|
+
"core/sdk/sdk-meta.ts | emulateIdleDetectorState": {
|
|
603
|
+
"message": "Emulate Idle Detector state"
|
|
604
|
+
},
|
|
590
605
|
"core/sdk/sdk-meta.ts | emulateOsTextScale": {
|
|
591
606
|
"message": "Emulate OS text scale"
|
|
592
607
|
},
|
|
@@ -635,6 +650,12 @@
|
|
|
635
650
|
"core/sdk/sdk-meta.ts | extendGridLines": {
|
|
636
651
|
"message": "Extend grid lines"
|
|
637
652
|
},
|
|
653
|
+
"core/sdk/sdk-meta.ts | fair": {
|
|
654
|
+
"message": "Fair"
|
|
655
|
+
},
|
|
656
|
+
"core/sdk/sdk-meta.ts | forceEnabled": {
|
|
657
|
+
"message": "Force enabled"
|
|
658
|
+
},
|
|
638
659
|
"core/sdk/sdk-meta.ts | hideFramesPerSecondFpsMeter": {
|
|
639
660
|
"message": "Hide frames per second (FPS) meter"
|
|
640
661
|
},
|
|
@@ -671,6 +692,15 @@
|
|
|
671
692
|
"core/sdk/sdk-meta.ts | noEmulation": {
|
|
672
693
|
"message": "No emulation"
|
|
673
694
|
},
|
|
695
|
+
"core/sdk/sdk-meta.ts | noIdleEmulation": {
|
|
696
|
+
"message": "No idle emulation"
|
|
697
|
+
},
|
|
698
|
+
"core/sdk/sdk-meta.ts | nominal": {
|
|
699
|
+
"message": "Nominal"
|
|
700
|
+
},
|
|
701
|
+
"core/sdk/sdk-meta.ts | noPressureEmulation": {
|
|
702
|
+
"message": "No override"
|
|
703
|
+
},
|
|
674
704
|
"core/sdk/sdk-meta.ts | osTextScaleEmulation100": {
|
|
675
705
|
"message": "100% (default)"
|
|
676
706
|
},
|
|
@@ -731,6 +761,9 @@
|
|
|
731
761
|
"core/sdk/sdk-meta.ts | screen": {
|
|
732
762
|
"message": "screen"
|
|
733
763
|
},
|
|
764
|
+
"core/sdk/sdk-meta.ts | serious": {
|
|
765
|
+
"message": "Serious"
|
|
766
|
+
},
|
|
734
767
|
"core/sdk/sdk-meta.ts | showAreaNames": {
|
|
735
768
|
"message": "Show area names"
|
|
736
769
|
},
|
|
@@ -770,9 +803,24 @@
|
|
|
770
803
|
"core/sdk/sdk-meta.ts | showTrackSizes": {
|
|
771
804
|
"message": "Show track sizes"
|
|
772
805
|
},
|
|
806
|
+
"core/sdk/sdk-meta.ts | touch": {
|
|
807
|
+
"message": "Touch"
|
|
808
|
+
},
|
|
773
809
|
"core/sdk/sdk-meta.ts | tritanopia": {
|
|
774
810
|
"message": "Tritanopia (no blue)"
|
|
775
811
|
},
|
|
812
|
+
"core/sdk/sdk-meta.ts | userActiveScreenLocked": {
|
|
813
|
+
"message": "User active, screen locked"
|
|
814
|
+
},
|
|
815
|
+
"core/sdk/sdk-meta.ts | userActiveScreenUnlocked": {
|
|
816
|
+
"message": "User active, screen unlocked"
|
|
817
|
+
},
|
|
818
|
+
"core/sdk/sdk-meta.ts | userIdleScreenLocked": {
|
|
819
|
+
"message": "User idle, screen locked"
|
|
820
|
+
},
|
|
821
|
+
"core/sdk/sdk-meta.ts | userIdleScreenUnlocked": {
|
|
822
|
+
"message": "User idle, screen unlocked"
|
|
823
|
+
},
|
|
776
824
|
"core/sdk/ServerTiming.ts | deprecatedSyntaxFoundPleaseUse": {
|
|
777
825
|
"message": "Deprecated syntax found for metric \"{PH1}\". Please use: <name>;dur=<duration>;desc=<description>"
|
|
778
826
|
},
|
|
@@ -857,9 +905,6 @@
|
|
|
857
905
|
"entrypoints/inspector_main/inspector_main-meta.ts | cssMediaType": {
|
|
858
906
|
"message": "CSS media type"
|
|
859
907
|
},
|
|
860
|
-
"entrypoints/inspector_main/inspector_main-meta.ts | disablePaused": {
|
|
861
|
-
"message": "Disable paused state overlay"
|
|
862
|
-
},
|
|
863
908
|
"entrypoints/inspector_main/inspector_main-meta.ts | doNotAutoOpen": {
|
|
864
909
|
"message": "Do not auto-open DevTools for popups"
|
|
865
910
|
},
|
|
@@ -972,7 +1017,7 @@
|
|
|
972
1017
|
"message": "Forces vision deficiency emulation"
|
|
973
1018
|
},
|
|
974
1019
|
"entrypoints/inspector_main/RenderingOptions.ts | frameRenderingStats": {
|
|
975
|
-
"message": "Frame
|
|
1020
|
+
"message": "Frame rendering stats"
|
|
976
1021
|
},
|
|
977
1022
|
"entrypoints/inspector_main/RenderingOptions.ts | highlightAds": {
|
|
978
1023
|
"message": "Highlight ads"
|
|
@@ -1065,7 +1110,7 @@
|
|
|
1065
1110
|
"message": "Dock to right"
|
|
1066
1111
|
},
|
|
1067
1112
|
"entrypoints/main/main-meta.ts | dontMatchChromeColorSchemeCommand": {
|
|
1068
|
-
"message": "Don
|
|
1113
|
+
"message": "Don’t match Chrome color scheme"
|
|
1069
1114
|
},
|
|
1070
1115
|
"entrypoints/main/main-meta.ts | earnBadges": {
|
|
1071
1116
|
"message": "Earn badges"
|
|
@@ -1146,7 +1191,7 @@
|
|
|
1146
1191
|
"message": "Disable search as you type (press Enter to search)"
|
|
1147
1192
|
},
|
|
1148
1193
|
"entrypoints/main/main-meta.ts | switchToBrowserPreferredTheme": {
|
|
1149
|
-
"message": "Switch to browser
|
|
1194
|
+
"message": "Switch to browser’s preferred theme"
|
|
1150
1195
|
},
|
|
1151
1196
|
"entrypoints/main/main-meta.ts | switchToDarkTheme": {
|
|
1152
1197
|
"message": "Switch to dark theme"
|
|
@@ -1218,7 +1263,7 @@
|
|
|
1218
1263
|
"message": "Help"
|
|
1219
1264
|
},
|
|
1220
1265
|
"entrypoints/main/MainImpl.ts | hideConsoleDrawer": {
|
|
1221
|
-
"message": "Hide
|
|
1266
|
+
"message": "Hide Console drawer"
|
|
1222
1267
|
},
|
|
1223
1268
|
"entrypoints/main/MainImpl.ts | moreTools": {
|
|
1224
1269
|
"message": "More tools"
|
|
@@ -1227,7 +1272,7 @@
|
|
|
1227
1272
|
"message": "Placement of DevTools relative to the page. ({PH1} to restore last position)"
|
|
1228
1273
|
},
|
|
1229
1274
|
"entrypoints/main/MainImpl.ts | showConsoleDrawer": {
|
|
1230
|
-
"message": "Show
|
|
1275
|
+
"message": "Show Console drawer"
|
|
1231
1276
|
},
|
|
1232
1277
|
"entrypoints/main/MainImpl.ts | undockIntoSeparateWindow": {
|
|
1233
1278
|
"message": "Undock into separate window"
|
|
@@ -1499,18 +1544,6 @@
|
|
|
1499
1544
|
"generated/Deprecation.ts | XSLT": {
|
|
1500
1545
|
"message": "XSLTProcessor and XSLT Processing Instructions have been deprecated by all browsers. These features will be removed from this browser soon."
|
|
1501
1546
|
},
|
|
1502
|
-
"models/ai_assistance/AiUtils.ts | ageRestricted": {
|
|
1503
|
-
"message": "This feature is only available to users who are 18 years of age or older."
|
|
1504
|
-
},
|
|
1505
|
-
"models/ai_assistance/AiUtils.ts | notAvailableInIncognitoMode": {
|
|
1506
|
-
"message": "AI assistance is not available in Incognito mode or Guest mode."
|
|
1507
|
-
},
|
|
1508
|
-
"models/ai_assistance/AiUtils.ts | notLoggedIn": {
|
|
1509
|
-
"message": "This feature is only available when you sign into Chrome with your Google account."
|
|
1510
|
-
},
|
|
1511
|
-
"models/ai_assistance/AiUtils.ts | offline": {
|
|
1512
|
-
"message": "This feature is only available with an active internet connection."
|
|
1513
|
-
},
|
|
1514
1547
|
"models/bindings/ContentProviderBasedProject.ts | unknownErrorLoadingFile": {
|
|
1515
1548
|
"message": "Unknown error loading file"
|
|
1516
1549
|
},
|
|
@@ -1521,7 +1554,7 @@
|
|
|
1521
1554
|
"message": "[{PH1}] Failed to load debug symbols for {PH2} ({PH3})"
|
|
1522
1555
|
},
|
|
1523
1556
|
"models/bindings/DebuggerLanguagePlugins.ts | loadedDebugSymbolsForButDidnt": {
|
|
1524
|
-
"message": "[{PH1}] Loaded debug symbols for {PH2}, but didn
|
|
1557
|
+
"message": "[{PH1}] Loaded debug symbols for {PH2}, but didn’t find any source files"
|
|
1525
1558
|
},
|
|
1526
1559
|
"models/bindings/DebuggerLanguagePlugins.ts | loadedDebugSymbolsForFound": {
|
|
1527
1560
|
"message": "[{PH1}] Loaded debug symbols for {PH2}, found {PH3} source file(s)"
|
|
@@ -1551,7 +1584,7 @@
|
|
|
1551
1584
|
"message": "Device pixel ratio must be less than or equal to {PH1}."
|
|
1552
1585
|
},
|
|
1553
1586
|
"models/emulation/DeviceModeModel.ts | heightCannotBeEmpty": {
|
|
1554
|
-
"message": "Height
|
|
1587
|
+
"message": "Height can’t be empty."
|
|
1555
1588
|
},
|
|
1556
1589
|
"models/emulation/DeviceModeModel.ts | heightMustBeANumber": {
|
|
1557
1590
|
"message": "Height must be a number."
|
|
@@ -1563,7 +1596,7 @@
|
|
|
1563
1596
|
"message": "Height must be less than or equal to {PH1}."
|
|
1564
1597
|
},
|
|
1565
1598
|
"models/emulation/DeviceModeModel.ts | widthCannotBeEmpty": {
|
|
1566
|
-
"message": "Width
|
|
1599
|
+
"message": "Width can’t be empty."
|
|
1567
1600
|
},
|
|
1568
1601
|
"models/emulation/DeviceModeModel.ts | widthMustBeANumber": {
|
|
1569
1602
|
"message": "Width must be a number."
|
|
@@ -1602,10 +1635,10 @@
|
|
|
1602
1635
|
"message": "Content Security Policy - Eval"
|
|
1603
1636
|
},
|
|
1604
1637
|
"models/issues_manager/ContentSecurityPolicyIssue.ts | contentSecurityPolicyInlineCode": {
|
|
1605
|
-
"message": "Content Security Policy - Inline
|
|
1638
|
+
"message": "Content Security Policy - Inline code"
|
|
1606
1639
|
},
|
|
1607
1640
|
"models/issues_manager/ContentSecurityPolicyIssue.ts | contentSecurityPolicySource": {
|
|
1608
|
-
"message": "Content Security Policy - Source
|
|
1641
|
+
"message": "Content Security Policy - Source allowlists"
|
|
1609
1642
|
},
|
|
1610
1643
|
"models/issues_manager/ContentSecurityPolicyIssue.ts | trustedTypesFixViolations": {
|
|
1611
1644
|
"message": "Trusted Types - Fix violations"
|
|
@@ -1614,16 +1647,16 @@
|
|
|
1614
1647
|
"message": "Trusted Types - Policy violation"
|
|
1615
1648
|
},
|
|
1616
1649
|
"models/issues_manager/CookieDeprecationMetadataIssue.ts | thirdPartyPhaseoutExplained": {
|
|
1617
|
-
"message": "Changes to Chrome
|
|
1650
|
+
"message": "Changes to Chrome’s treatment of third-party cookies"
|
|
1618
1651
|
},
|
|
1619
1652
|
"models/issues_manager/CookieIssue.ts | consoleTpcdErrorMessage": {
|
|
1620
|
-
"message": "Third-party cookie
|
|
1653
|
+
"message": "Third-party cookie blocked in Chrome due to Chrome flags or browser settings."
|
|
1621
1654
|
},
|
|
1622
1655
|
"models/issues_manager/CookieIssue.ts | fileCrosSiteRedirectBug": {
|
|
1623
1656
|
"message": "File a bug"
|
|
1624
1657
|
},
|
|
1625
1658
|
"models/issues_manager/CookieIssue.ts | howSchemefulSamesiteWorks": {
|
|
1626
|
-
"message": "How Schemeful Same-Site
|
|
1659
|
+
"message": "How Schemeful Same-Site works"
|
|
1627
1660
|
},
|
|
1628
1661
|
"models/issues_manager/CookieIssue.ts | samesiteCookiesExplained": {
|
|
1629
1662
|
"message": "SameSite cookies explained"
|
|
@@ -1680,13 +1713,13 @@
|
|
|
1680
1713
|
"message": "The label elements"
|
|
1681
1714
|
},
|
|
1682
1715
|
"models/issues_manager/HeavyAdIssue.ts | handlingHeavyAdInterventions": {
|
|
1683
|
-
"message": "Handling
|
|
1716
|
+
"message": "Handling heavy ad interventions"
|
|
1684
1717
|
},
|
|
1685
1718
|
"models/issues_manager/Issue.ts | breakingChangeIssue": {
|
|
1686
1719
|
"message": "A breaking change issue: the page may stop working in an upcoming version of Chrome"
|
|
1687
1720
|
},
|
|
1688
1721
|
"models/issues_manager/Issue.ts | breakingChanges": {
|
|
1689
|
-
"message": "Breaking
|
|
1722
|
+
"message": "Breaking changes"
|
|
1690
1723
|
},
|
|
1691
1724
|
"models/issues_manager/Issue.ts | improvementIssue": {
|
|
1692
1725
|
"message": "An improvement issue: there is an opportunity to improve the page"
|
|
@@ -1698,13 +1731,16 @@
|
|
|
1698
1731
|
"message": "A page error issue: the page is not working correctly"
|
|
1699
1732
|
},
|
|
1700
1733
|
"models/issues_manager/Issue.ts | pageErrors": {
|
|
1701
|
-
"message": "Page
|
|
1734
|
+
"message": "Page errors"
|
|
1735
|
+
},
|
|
1736
|
+
"models/issues_manager/LazyLoadImageIssue.ts | lazyLoadImageZeroSize": {
|
|
1737
|
+
"message": "Lazy-loaded images should have explicit dimensions"
|
|
1702
1738
|
},
|
|
1703
1739
|
"models/issues_manager/MixedContentIssue.ts | preventingMixedContent": {
|
|
1704
1740
|
"message": "Preventing mixed content"
|
|
1705
1741
|
},
|
|
1706
1742
|
"models/issues_manager/PartitioningBlobURLIssue.ts | chromeStatusEntry": {
|
|
1707
|
-
"message": "Chrome Status
|
|
1743
|
+
"message": "Chrome Status entry"
|
|
1708
1744
|
},
|
|
1709
1745
|
"models/issues_manager/PartitioningBlobURLIssue.ts | partitioningBlobURL": {
|
|
1710
1746
|
"message": "Partitioning BlobURL"
|
|
@@ -1713,7 +1749,7 @@
|
|
|
1713
1749
|
"message": "Document compatibility mode"
|
|
1714
1750
|
},
|
|
1715
1751
|
"models/issues_manager/SelectivePermissionsInterventionIssue.ts | selectivePermissionsIntervention": {
|
|
1716
|
-
"message": "Selective
|
|
1752
|
+
"message": "Selective permissions intervention"
|
|
1717
1753
|
},
|
|
1718
1754
|
"models/issues_manager/SharedArrayBufferIssue.ts | enablingSharedArrayBuffer": {
|
|
1719
1755
|
"message": "Enabling SharedArrayBuffer"
|
|
@@ -1728,7 +1764,7 @@
|
|
|
1728
1764
|
"message": "Signature-based Integrity"
|
|
1729
1765
|
},
|
|
1730
1766
|
"models/issues_manager/UnencodedDigestIssue.ts | integrityIntegration": {
|
|
1731
|
-
"message": "Server-
|
|
1767
|
+
"message": "Server-initiated integrity checks"
|
|
1732
1768
|
},
|
|
1733
1769
|
"models/issues_manager/UnencodedDigestIssue.ts | unencodedDigestHeader": {
|
|
1734
1770
|
"message": "HTTP Unencoded Digest specification"
|
|
@@ -1782,7 +1818,7 @@
|
|
|
1782
1818
|
"message": "Blob could not be loaded."
|
|
1783
1819
|
},
|
|
1784
1820
|
"models/persistence/IsolatedFileSystem.ts | cantReadFileSS": {
|
|
1785
|
-
"message": "Can
|
|
1821
|
+
"message": "Can’t read file: {PH1}: {PH2}"
|
|
1786
1822
|
},
|
|
1787
1823
|
"models/persistence/IsolatedFileSystem.ts | createDirFailed": {
|
|
1788
1824
|
"message": "Overrides: Failed to create directory {PH1}. Are the workspace or overrides configured correctly?"
|
|
@@ -2043,10 +2079,10 @@
|
|
|
2043
2079
|
"message": "Improve image delivery"
|
|
2044
2080
|
},
|
|
2045
2081
|
"models/trace/insights/ImageDelivery.ts | useCompression": {
|
|
2046
|
-
"message": "Increasing the image compression factor could improve this image
|
|
2082
|
+
"message": "Increasing the image compression factor could improve this image’s download size."
|
|
2047
2083
|
},
|
|
2048
2084
|
"models/trace/insights/ImageDelivery.ts | useModernFormat": {
|
|
2049
|
-
"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."
|
|
2050
2086
|
},
|
|
2051
2087
|
"models/trace/insights/ImageDelivery.ts | useResponsiveSize": {
|
|
2052
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."
|
|
@@ -2145,7 +2181,7 @@
|
|
|
2145
2181
|
"message": "Wasted bytes"
|
|
2146
2182
|
},
|
|
2147
2183
|
"models/trace/insights/LegacyJavaScript.ts | description": {
|
|
2148
|
-
"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)"
|
|
2149
2185
|
},
|
|
2150
2186
|
"models/trace/insights/LegacyJavaScript.ts | noLegacyJavaScript": {
|
|
2151
2187
|
"message": "No legacy JavaScript found"
|
|
@@ -2226,7 +2262,7 @@
|
|
|
2226
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."
|
|
2227
2263
|
},
|
|
2228
2264
|
"models/trace/insights/RenderBlocking.ts | description": {
|
|
2229
|
-
"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."
|
|
2230
2266
|
},
|
|
2231
2267
|
"models/trace/insights/RenderBlocking.ts | duration": {
|
|
2232
2268
|
"message": "Duration"
|
|
@@ -2280,7 +2316,7 @@
|
|
|
2280
2316
|
"message": "Transfer size"
|
|
2281
2317
|
},
|
|
2282
2318
|
"models/trace/insights/ThirdParties.ts | description": {
|
|
2283
|
-
"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."
|
|
2284
2320
|
},
|
|
2285
2321
|
"models/trace/insights/ThirdParties.ts | noThirdParties": {
|
|
2286
2322
|
"message": "No third parties found"
|
|
@@ -2703,7 +2739,7 @@
|
|
|
2703
2739
|
"message": "(index)"
|
|
2704
2740
|
},
|
|
2705
2741
|
"models/workspace/UISourceCode.ts | thisFileWasChangedExternally": {
|
|
2706
|
-
"message": "This file was changed externally.
|
|
2742
|
+
"message": "This file was changed externally. Reload?"
|
|
2707
2743
|
},
|
|
2708
2744
|
"panels/accessibility/accessibility-meta.ts | accessibility": {
|
|
2709
2745
|
"message": "Accessibility"
|
|
@@ -2715,7 +2751,7 @@
|
|
|
2715
2751
|
"message": "Accessibility node not exposed"
|
|
2716
2752
|
},
|
|
2717
2753
|
"panels/accessibility/AccessibilityNodeView.ts | ancestorChildrenAreAll": {
|
|
2718
|
-
"message": "Ancestor
|
|
2754
|
+
"message": "Ancestor’s children are all presentational: "
|
|
2719
2755
|
},
|
|
2720
2756
|
"panels/accessibility/AccessibilityNodeView.ts | computedProperties": {
|
|
2721
2757
|
"message": "Computed Properties"
|
|
@@ -2919,7 +2955,7 @@
|
|
|
2919
2955
|
"message": "If true, this element may be interacted with, but its value cannot be changed."
|
|
2920
2956
|
},
|
|
2921
2957
|
"panels/accessibility/AccessibilityStrings.ts | ifTrueThisElementsUserentered": {
|
|
2922
|
-
"message": "If true, this element
|
|
2958
|
+
"message": "If true, this element’s user-entered value does not conform to validation requirement."
|
|
2923
2959
|
},
|
|
2924
2960
|
"panels/accessibility/AccessibilityStrings.ts | implicit": {
|
|
2925
2961
|
"message": "Implicit"
|
|
@@ -3081,7 +3117,7 @@
|
|
|
3081
3117
|
"message": "Whether this element or its subtree are currently being updated (and thus may be in an inconsistent state)."
|
|
3082
3118
|
},
|
|
3083
3119
|
"panels/accessibility/AccessibilityStrings.ts | whetherThisLinearElements": {
|
|
3084
|
-
"message": "Whether this linear element
|
|
3120
|
+
"message": "Whether this linear element’s orientation is horizontal or vertical."
|
|
3085
3121
|
},
|
|
3086
3122
|
"panels/accessibility/AccessibilityStrings.ts | whetherThisTextBoxMayHaveMore": {
|
|
3087
3123
|
"message": "Whether this text box may have more than one line."
|
|
@@ -3162,7 +3198,7 @@
|
|
|
3162
3198
|
"message": "History"
|
|
3163
3199
|
},
|
|
3164
3200
|
"panels/ai_assistance/AiAssistancePanel.ts | inputDisclaimerForEmptyState": {
|
|
3165
|
-
"message": "This is an experimental AI feature and won
|
|
3201
|
+
"message": "This is an experimental AI feature and won’t always get it right."
|
|
3166
3202
|
},
|
|
3167
3203
|
"panels/ai_assistance/AiAssistancePanel.ts | newChat": {
|
|
3168
3204
|
"message": "New chat"
|
|
@@ -3195,7 +3231,7 @@
|
|
|
3195
3231
|
"message": "AI assistance is not available in Incognito mode or Guest mode"
|
|
3196
3232
|
},
|
|
3197
3233
|
"panels/ai_assistance/components/DisabledWidget.ts | notLoggedIn": {
|
|
3198
|
-
"message": "This feature is only available when you are signed
|
|
3234
|
+
"message": "This feature is only available when you are signed in to Chrome with your Google account"
|
|
3199
3235
|
},
|
|
3200
3236
|
"panels/ai_assistance/components/DisabledWidget.ts | offline": {
|
|
3201
3237
|
"message": "Check your internet connection and try again"
|
|
@@ -3294,7 +3330,7 @@
|
|
|
3294
3330
|
"message": "Animation previews"
|
|
3295
3331
|
},
|
|
3296
3332
|
"panels/animation/AnimationTimeline.ts | animationPreviewS": {
|
|
3297
|
-
"message": "Animation
|
|
3333
|
+
"message": "Animation preview {PH1}"
|
|
3298
3334
|
},
|
|
3299
3335
|
"panels/animation/AnimationTimeline.ts | clearAll": {
|
|
3300
3336
|
"message": "Clear all"
|
|
@@ -3336,10 +3372,10 @@
|
|
|
3336
3372
|
"message": "Currently waiting for animations"
|
|
3337
3373
|
},
|
|
3338
3374
|
"panels/animation/AnimationUI.ts | animationEndpointSlider": {
|
|
3339
|
-
"message": "Animation
|
|
3375
|
+
"message": "Animation endpoint slider"
|
|
3340
3376
|
},
|
|
3341
3377
|
"panels/animation/AnimationUI.ts | animationKeyframeSlider": {
|
|
3342
|
-
"message": "Animation
|
|
3378
|
+
"message": "Animation keyframe slider"
|
|
3343
3379
|
},
|
|
3344
3380
|
"panels/animation/AnimationUI.ts | sSlider": {
|
|
3345
3381
|
"message": "{PH1} slider"
|
|
@@ -3395,6 +3431,9 @@
|
|
|
3395
3431
|
"panels/application/ApplicationPanelSidebar.ts | documentNotAvailable": {
|
|
3396
3432
|
"message": "No document detected"
|
|
3397
3433
|
},
|
|
3434
|
+
"panels/application/ApplicationPanelSidebar.ts | experimental": {
|
|
3435
|
+
"message": "Experimental"
|
|
3436
|
+
},
|
|
3398
3437
|
"panels/application/ApplicationPanelSidebar.ts | explainCookies": {
|
|
3399
3438
|
"message": "Explain cookies"
|
|
3400
3439
|
},
|
|
@@ -3474,7 +3513,7 @@
|
|
|
3474
3513
|
"message": "Refresh IndexedDB"
|
|
3475
3514
|
},
|
|
3476
3515
|
"panels/application/ApplicationPanelSidebar.ts | resourceDescription": {
|
|
3477
|
-
"message": "On this page you can view the frame
|
|
3516
|
+
"message": "On this page you can view the frame’s resources."
|
|
3478
3517
|
},
|
|
3479
3518
|
"panels/application/ApplicationPanelSidebar.ts | sessionStorage": {
|
|
3480
3519
|
"message": "Session storage"
|
|
@@ -3552,7 +3591,7 @@
|
|
|
3552
3591
|
"message": "Could not download a required icon from the manifest"
|
|
3553
3592
|
},
|
|
3554
3593
|
"panels/application/AppManifestView.ts | customizePwaTitleBar": {
|
|
3555
|
-
"message": "Customize the window controls overlay of your PWA
|
|
3594
|
+
"message": "Customize the window controls overlay of your PWA’s title bar"
|
|
3556
3595
|
},
|
|
3557
3596
|
"panels/application/AppManifestView.ts | description": {
|
|
3558
3597
|
"message": "Description"
|
|
@@ -3717,7 +3756,7 @@
|
|
|
3717
3756
|
"message": "{PH1} {PH2} failed to load"
|
|
3718
3757
|
},
|
|
3719
3758
|
"panels/application/AppManifestView.ts | sSHeightDoesNotComplyWithRatioRequirement": {
|
|
3720
|
-
"message": "{PH1} {PH2} height can
|
|
3759
|
+
"message": "{PH1} {PH2} height can’t be more than 2.3 times as long as the width"
|
|
3721
3760
|
},
|
|
3722
3761
|
"panels/application/AppManifestView.ts | sSrcIsNotSet": {
|
|
3723
3762
|
"message": "{PH1} 'src' is not set"
|
|
@@ -3735,7 +3774,7 @@
|
|
|
3735
3774
|
"message": "{PH1} {PH2} size should be at most 3840×3840"
|
|
3736
3775
|
},
|
|
3737
3776
|
"panels/application/AppManifestView.ts | sSWidthDoesNotComplyWithRatioRequirement": {
|
|
3738
|
-
"message": "{PH1} {PH2} width can
|
|
3777
|
+
"message": "{PH1} {PH2} width can’t be more than 2.3 times as long as the height"
|
|
3739
3778
|
},
|
|
3740
3779
|
"panels/application/AppManifestView.ts | startUrl": {
|
|
3741
3780
|
"message": "Start URL"
|
|
@@ -3771,7 +3810,7 @@
|
|
|
3771
3810
|
"message": "Need help? Read {PH1}."
|
|
3772
3811
|
},
|
|
3773
3812
|
"panels/application/AppManifestView.ts | wcoNotFound": {
|
|
3774
|
-
"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."
|
|
3775
3814
|
},
|
|
3776
3815
|
"panels/application/AppManifestView.ts | windowControlsOverlay": {
|
|
3777
3816
|
"message": "Window Controls Overlay"
|
|
@@ -3863,15 +3902,51 @@
|
|
|
3863
3902
|
"panels/application/BounceTrackingMitigationsTreeElement.ts | bounceTrackingMitigations": {
|
|
3864
3903
|
"message": "Bounce tracking mitigations"
|
|
3865
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
|
+
},
|
|
3866
3911
|
"panels/application/components/AdsView.ts | average": {
|
|
3867
3912
|
"message": "(Average: {PH1})"
|
|
3868
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
|
+
},
|
|
3869
3941
|
"panels/application/components/AdsView.ts | totalCpuUsage": {
|
|
3870
3942
|
"message": "Total CPU usage by ads"
|
|
3871
3943
|
},
|
|
3872
3944
|
"panels/application/components/AdsView.ts | totalNetworkUsage": {
|
|
3873
3945
|
"message": "Total network usage by ads"
|
|
3874
3946
|
},
|
|
3947
|
+
"panels/application/components/AdsView.ts | unnamed": {
|
|
3948
|
+
"message": "<unnamed>"
|
|
3949
|
+
},
|
|
3875
3950
|
"panels/application/components/AdsView.ts | viewportAdCount": {
|
|
3876
3951
|
"message": "Viewport ad count"
|
|
3877
3952
|
},
|
|
@@ -4281,7 +4356,7 @@
|
|
|
4281
4356
|
"message": "Learn more: Never use unload handler"
|
|
4282
4357
|
},
|
|
4283
4358
|
"panels/application/components/BackForwardCacheView.ts | normalNavigation": {
|
|
4284
|
-
"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."
|
|
4285
4360
|
},
|
|
4286
4361
|
"panels/application/components/BackForwardCacheView.ts | pageSupportNeeded": {
|
|
4287
4362
|
"message": "Actionable"
|
|
@@ -4358,27 +4433,6 @@
|
|
|
4358
4433
|
"panels/application/components/EndpointsGrid.ts | noEndpointsToDisplay": {
|
|
4359
4434
|
"message": "No endpoints to display"
|
|
4360
4435
|
},
|
|
4361
|
-
"panels/application/components/InterestGroupAccessGrid.ts | allInterestGroupStorageEvents": {
|
|
4362
|
-
"message": "All interest group storage events."
|
|
4363
|
-
},
|
|
4364
|
-
"panels/application/components/InterestGroupAccessGrid.ts | eventTime": {
|
|
4365
|
-
"message": "Event Time"
|
|
4366
|
-
},
|
|
4367
|
-
"panels/application/components/InterestGroupAccessGrid.ts | eventType": {
|
|
4368
|
-
"message": "Access Type"
|
|
4369
|
-
},
|
|
4370
|
-
"panels/application/components/InterestGroupAccessGrid.ts | groupName": {
|
|
4371
|
-
"message": "Name"
|
|
4372
|
-
},
|
|
4373
|
-
"panels/application/components/InterestGroupAccessGrid.ts | groupOwner": {
|
|
4374
|
-
"message": "Owner"
|
|
4375
|
-
},
|
|
4376
|
-
"panels/application/components/InterestGroupAccessGrid.ts | interestGroupDescription": {
|
|
4377
|
-
"message": "On this page you can inspect and analyze interest groups"
|
|
4378
|
-
},
|
|
4379
|
-
"panels/application/components/InterestGroupAccessGrid.ts | noEvents": {
|
|
4380
|
-
"message": "No interest group events detected"
|
|
4381
|
-
},
|
|
4382
4436
|
"panels/application/components/PermissionsPolicySection.ts | allowedFeatures": {
|
|
4383
4437
|
"message": "Allowed Features"
|
|
4384
4438
|
},
|
|
@@ -4910,9 +4964,6 @@
|
|
|
4910
4964
|
"panels/application/DeviceBoundSessionsView.ts | refreshInitiatorNotString": {
|
|
4911
4965
|
"message": "Allowed refresh initiator is not a string"
|
|
4912
4966
|
},
|
|
4913
|
-
"panels/application/DeviceBoundSessionsView.ts | refreshQuotaExceeded": {
|
|
4914
|
-
"message": "Refresh quota exceeded"
|
|
4915
|
-
},
|
|
4916
4967
|
"panels/application/DeviceBoundSessionsView.ts | refreshResult": {
|
|
4917
4968
|
"message": "Refresh result"
|
|
4918
4969
|
},
|
|
@@ -5196,7 +5247,7 @@
|
|
|
5196
5247
|
"message": "SharedArrayBuffer constructor is available but SABs cannot be transferred via postMessage"
|
|
5197
5248
|
},
|
|
5198
5249
|
"panels/application/FrameDetailsView.ts | theFramesSchemeIsInsecure": {
|
|
5199
|
-
"message": "The frame
|
|
5250
|
+
"message": "The frame’s scheme is insecure"
|
|
5200
5251
|
},
|
|
5201
5252
|
"panels/application/FrameDetailsView.ts | thePerformanceAPI": {
|
|
5202
5253
|
"message": "The performance.measureUserAgentSpecificMemory() API is available"
|
|
@@ -5303,21 +5354,6 @@
|
|
|
5303
5354
|
"panels/application/IndexedDBViews.ts | version": {
|
|
5304
5355
|
"message": "Version"
|
|
5305
5356
|
},
|
|
5306
|
-
"panels/application/InterestGroupStorageView.ts | clickToDisplayBody": {
|
|
5307
|
-
"message": "Select any interest group event to display the group's current state"
|
|
5308
|
-
},
|
|
5309
|
-
"panels/application/InterestGroupStorageView.ts | noDataAvailable": {
|
|
5310
|
-
"message": "No details available"
|
|
5311
|
-
},
|
|
5312
|
-
"panels/application/InterestGroupStorageView.ts | noDataDescription": {
|
|
5313
|
-
"message": "The browser may have left the group."
|
|
5314
|
-
},
|
|
5315
|
-
"panels/application/InterestGroupStorageView.ts | noValueSelected": {
|
|
5316
|
-
"message": "No interest group selected"
|
|
5317
|
-
},
|
|
5318
|
-
"panels/application/InterestGroupTreeElement.ts | interestGroups": {
|
|
5319
|
-
"message": "Interest groups"
|
|
5320
|
-
},
|
|
5321
5357
|
"panels/application/KeyValueStorageItemsView.ts | key": {
|
|
5322
5358
|
"message": "Key"
|
|
5323
5359
|
},
|
|
@@ -5514,10 +5550,10 @@
|
|
|
5514
5550
|
"message": "Yes"
|
|
5515
5551
|
},
|
|
5516
5552
|
"panels/application/preloading/components/PreloadingDisabledInfobar.ts | descriptionDisabledByBatterySaver": {
|
|
5517
|
-
"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."
|
|
5518
5554
|
},
|
|
5519
5555
|
"panels/application/preloading/components/PreloadingDisabledInfobar.ts | descriptionDisabledByDataSaver": {
|
|
5520
|
-
"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."
|
|
5521
5557
|
},
|
|
5522
5558
|
"panels/application/preloading/components/PreloadingDisabledInfobar.ts | descriptionDisabledByHoldbackPrefetchSpeculationRules": {
|
|
5523
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."
|
|
@@ -5589,7 +5625,7 @@
|
|
|
5589
5625
|
"message": "The prefetch was redirected, but there was a problem with the redirect."
|
|
5590
5626
|
},
|
|
5591
5627
|
"panels/application/preloading/components/PreloadingString.ts | PrefetchFailedMIMENotSupported": {
|
|
5592
|
-
"message": "The prefetch failed because the response
|
|
5628
|
+
"message": "The prefetch failed because the response’s Content-Type header was not supported."
|
|
5593
5629
|
},
|
|
5594
5630
|
"panels/application/preloading/components/PreloadingString.ts | PrefetchFailedNetError": {
|
|
5595
5631
|
"message": "The prefetch failed because of a network error."
|
|
@@ -5652,7 +5688,7 @@
|
|
|
5652
5688
|
"message": "A network error was encountered when trying to set up a connection to the prefetching proxy."
|
|
5653
5689
|
},
|
|
5654
5690
|
"panels/application/preloading/components/PreloadingString.ts | prerenderFinalStatusActivatedDuringMainFrameNavigation": {
|
|
5655
|
-
"message": "Prerendered page activated during initiating page
|
|
5691
|
+
"message": "Prerendered page activated during initiating page’s main frame navigation."
|
|
5656
5692
|
},
|
|
5657
5693
|
"panels/application/preloading/components/PreloadingString.ts | prerenderFinalStatusActivatedWithAuxiliaryBrowsingContexts": {
|
|
5658
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."
|
|
@@ -5886,7 +5922,7 @@
|
|
|
5886
5922
|
"message": "Failure reason"
|
|
5887
5923
|
},
|
|
5888
5924
|
"panels/application/preloading/components/UsedPreloadingView.ts | downgradedPrefetchUsed": {
|
|
5889
|
-
"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."
|
|
5890
5926
|
},
|
|
5891
5927
|
"panels/application/preloading/components/UsedPreloadingView.ts | headerName": {
|
|
5892
5928
|
"message": "Header name"
|
|
@@ -5904,10 +5940,10 @@
|
|
|
5904
5940
|
"message": "(missing)"
|
|
5905
5941
|
},
|
|
5906
5942
|
"panels/application/preloading/components/UsedPreloadingView.ts | noPreloads": {
|
|
5907
|
-
"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."
|
|
5908
5944
|
},
|
|
5909
5945
|
"panels/application/preloading/components/UsedPreloadingView.ts | prefetchFailed": {
|
|
5910
|
-
"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."
|
|
5911
5947
|
},
|
|
5912
5948
|
"panels/application/preloading/components/UsedPreloadingView.ts | prefetchUsed": {
|
|
5913
5949
|
"message": "This page was successfully prefetched."
|
|
@@ -5916,7 +5952,7 @@
|
|
|
5916
5952
|
"message": "URLs being speculatively loaded by the initiating page"
|
|
5917
5953
|
},
|
|
5918
5954
|
"panels/application/preloading/components/UsedPreloadingView.ts | prerenderFailed": {
|
|
5919
|
-
"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."
|
|
5920
5956
|
},
|
|
5921
5957
|
"panels/application/preloading/components/UsedPreloadingView.ts | prerenderUsed": {
|
|
5922
5958
|
"message": "This page was successfully prerendered."
|
|
@@ -6236,15 +6272,15 @@
|
|
|
6236
6272
|
"panels/application/StorageItemsToolbar.ts | refreshedStatus": {
|
|
6237
6273
|
"message": "Table refreshed"
|
|
6238
6274
|
},
|
|
6239
|
-
"panels/application/StorageView.ts | application": {
|
|
6240
|
-
"message": "Application"
|
|
6241
|
-
},
|
|
6242
6275
|
"panels/application/StorageView.ts | cacheStorage": {
|
|
6243
6276
|
"message": "Cache storage"
|
|
6244
6277
|
},
|
|
6245
6278
|
"panels/application/StorageView.ts | clearing": {
|
|
6246
6279
|
"message": "Clearing…"
|
|
6247
6280
|
},
|
|
6281
|
+
"panels/application/StorageView.ts | clearSelected": {
|
|
6282
|
+
"message": "Clear selected"
|
|
6283
|
+
},
|
|
6248
6284
|
"panels/application/StorageView.ts | clearSiteData": {
|
|
6249
6285
|
"message": "Clear site data"
|
|
6250
6286
|
},
|
|
@@ -6254,9 +6290,6 @@
|
|
|
6254
6290
|
"panels/application/StorageView.ts | fileSystem": {
|
|
6255
6291
|
"message": "File System"
|
|
6256
6292
|
},
|
|
6257
|
-
"panels/application/StorageView.ts | includingThirdPartyCookies": {
|
|
6258
|
-
"message": "including third-party cookies"
|
|
6259
|
-
},
|
|
6260
6293
|
"panels/application/StorageView.ts | indexDB": {
|
|
6261
6294
|
"message": "IndexedDB"
|
|
6262
6295
|
},
|
|
@@ -6314,6 +6347,9 @@
|
|
|
6314
6347
|
"panels/application/StorageView.ts | storageWithCustomMarker": {
|
|
6315
6348
|
"message": "{PH1} (custom)"
|
|
6316
6349
|
},
|
|
6350
|
+
"panels/application/StorageView.ts | thirdPartyCookies": {
|
|
6351
|
+
"message": "Third-party cookies"
|
|
6352
|
+
},
|
|
6317
6353
|
"panels/application/StorageView.ts | unregisterServiceWorker": {
|
|
6318
6354
|
"message": "Unregister service workers"
|
|
6319
6355
|
},
|
|
@@ -6365,6 +6401,9 @@
|
|
|
6365
6401
|
"panels/application/WebMCPView.ts | filter": {
|
|
6366
6402
|
"message": "Filter"
|
|
6367
6403
|
},
|
|
6404
|
+
"panels/application/WebMCPView.ts | flags": {
|
|
6405
|
+
"message": "Flags"
|
|
6406
|
+
},
|
|
6368
6407
|
"panels/application/WebMCPView.ts | frame": {
|
|
6369
6408
|
"message": "Frame"
|
|
6370
6409
|
},
|
|
@@ -6483,7 +6522,7 @@
|
|
|
6483
6522
|
"message": "Show test addresses in autofill menu"
|
|
6484
6523
|
},
|
|
6485
6524
|
"panels/autofill/AutofillView.ts | toStartDebugging": {
|
|
6486
|
-
"message": "To start debugging autofill, use Chrome
|
|
6525
|
+
"message": "To start debugging autofill, use Chrome’s autofill menu to fill an address form."
|
|
6487
6526
|
},
|
|
6488
6527
|
"panels/autofill/AutofillView.ts | value": {
|
|
6489
6528
|
"message": "Value"
|
|
@@ -6891,7 +6930,7 @@
|
|
|
6891
6930
|
"message": "Clear console history"
|
|
6892
6931
|
},
|
|
6893
6932
|
"panels/console/console-meta.ts | collapseConsoleTraceMessagesByDefault": {
|
|
6894
|
-
"message": "
|
|
6933
|
+
"message": "Don’t automatically expand console.trace() messages"
|
|
6895
6934
|
},
|
|
6896
6935
|
"panels/console/console-meta.ts | console": {
|
|
6897
6936
|
"message": "Console"
|
|
@@ -6906,28 +6945,28 @@
|
|
|
6906
6945
|
"message": "Create live expression"
|
|
6907
6946
|
},
|
|
6908
6947
|
"panels/console/console-meta.ts | doNotAutocompleteFromHistory": {
|
|
6909
|
-
"message": "
|
|
6948
|
+
"message": "Don’t autocomplete from history"
|
|
6910
6949
|
},
|
|
6911
6950
|
"panels/console/console-meta.ts | doNotAutocompleteOnEnter": {
|
|
6912
|
-
"message": "
|
|
6951
|
+
"message": "Don’t accept autocomplete suggestion on Enter"
|
|
6913
6952
|
},
|
|
6914
6953
|
"panels/console/console-meta.ts | doNotEagerlyEvaluateConsole": {
|
|
6915
|
-
"message": "
|
|
6954
|
+
"message": "Don’t eagerly evaluate Console prompt text"
|
|
6916
6955
|
},
|
|
6917
6956
|
"panels/console/console-meta.ts | doNotGroupSimilarMessages": {
|
|
6918
|
-
"message": "Don
|
|
6957
|
+
"message": "Don’t group similar messages"
|
|
6919
6958
|
},
|
|
6920
6959
|
"panels/console/console-meta.ts | doNotShowCorsErrorsIn": {
|
|
6921
|
-
"message": "Don
|
|
6960
|
+
"message": "Don’t show CORS errors in console"
|
|
6922
6961
|
},
|
|
6923
6962
|
"panels/console/console-meta.ts | doNotTreatEvaluationAsUser": {
|
|
6924
|
-
"message": "
|
|
6963
|
+
"message": "Don’t treat evaluation as user activation"
|
|
6925
6964
|
},
|
|
6926
6965
|
"panels/console/console-meta.ts | eagerEvaluation": {
|
|
6927
6966
|
"message": "Eager evaluation"
|
|
6928
6967
|
},
|
|
6929
6968
|
"panels/console/console-meta.ts | eagerlyEvaluateConsolePromptText": {
|
|
6930
|
-
"message": "Eagerly evaluate
|
|
6969
|
+
"message": "Eagerly evaluate Console prompt text"
|
|
6931
6970
|
},
|
|
6932
6971
|
"panels/console/console-meta.ts | evaluateTriggersUserActivation": {
|
|
6933
6972
|
"message": "Treat code evaluation as user action"
|
|
@@ -6990,7 +7029,7 @@
|
|
|
6990
7029
|
"message": "allow pasting"
|
|
6991
7030
|
},
|
|
6992
7031
|
"panels/console/ConsolePinPane.ts | doNotPaste": {
|
|
6993
|
-
"message": "Don
|
|
7032
|
+
"message": "Don’t paste code 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 pasting."
|
|
6994
7033
|
},
|
|
6995
7034
|
"panels/console/ConsolePinPane.ts | doYouTrustThisCode": {
|
|
6996
7035
|
"message": "Do you trust this code?"
|
|
@@ -7029,7 +7068,7 @@
|
|
|
7029
7068
|
"message": "Console prompt"
|
|
7030
7069
|
},
|
|
7031
7070
|
"panels/console/ConsolePrompt.ts | selfXssWarning": {
|
|
7032
|
-
"message": "Warning: Don’t paste code into the DevTools Console that you don’t understand or haven’t reviewed yourself. This could allow attackers to steal your identity or take control of your computer.
|
|
7071
|
+
"message": "Warning: Don’t paste code into the DevTools Console that you don’t understand or haven’t reviewed yourself. This could allow attackers to steal your identity or take control of your computer. Type “{PH1}” below and press Enter to allow pasting."
|
|
7033
7072
|
},
|
|
7034
7073
|
"panels/console/ConsoleSidebar.ts | dErrors": {
|
|
7035
7074
|
"message": "{n, plural, =0 {No errors} =1 {# error} other {# errors}}"
|
|
@@ -7089,7 +7128,7 @@
|
|
|
7089
7128
|
"message": "Default levels"
|
|
7090
7129
|
},
|
|
7091
7130
|
"panels/console/ConsoleView.ts | doNotClearLogOnPageReload": {
|
|
7092
|
-
"message": "
|
|
7131
|
+
"message": "Don’t clear log on page reload / navigation"
|
|
7093
7132
|
},
|
|
7094
7133
|
"panels/console/ConsoleView.ts | eagerlyEvaluateTextInThePrompt": {
|
|
7095
7134
|
"message": "Eagerly evaluate text in the prompt"
|
|
@@ -7116,7 +7155,7 @@
|
|
|
7116
7155
|
"message": "Hide all"
|
|
7117
7156
|
},
|
|
7118
7157
|
"panels/console/ConsoleView.ts | hideConsoleSidebar": {
|
|
7119
|
-
"message": "Hide
|
|
7158
|
+
"message": "Hide Console sidebar"
|
|
7120
7159
|
},
|
|
7121
7160
|
"panels/console/ConsoleView.ts | hideMessagesFromS": {
|
|
7122
7161
|
"message": "Hide messages from {PH1}"
|
|
@@ -7125,16 +7164,16 @@
|
|
|
7125
7164
|
"message": "Info"
|
|
7126
7165
|
},
|
|
7127
7166
|
"panels/console/ConsoleView.ts | issuesWithColon": {
|
|
7128
|
-
"message": "{n, plural, =0 {No
|
|
7167
|
+
"message": "{n, plural, =0 {No issues} =1 {# issue:} other {# issues:}}"
|
|
7129
7168
|
},
|
|
7130
7169
|
"panels/console/ConsoleView.ts | issueToolbarClickToGoToTheIssuesTab": {
|
|
7131
|
-
"message": "Click to go to the
|
|
7170
|
+
"message": "Click to go to the Issues tab"
|
|
7132
7171
|
},
|
|
7133
7172
|
"panels/console/ConsoleView.ts | issueToolbarClickToView": {
|
|
7134
7173
|
"message": "Click to view {issueEnumeration}"
|
|
7135
7174
|
},
|
|
7136
7175
|
"panels/console/ConsoleView.ts | issueToolbarTooltipGeneral": {
|
|
7137
|
-
"message": "Some problems no longer generate console messages, but are surfaced in the
|
|
7176
|
+
"message": "Some problems no longer generate console messages, but are surfaced in the Issues tab."
|
|
7138
7177
|
},
|
|
7139
7178
|
"panels/console/ConsoleView.ts | logLevelS": {
|
|
7140
7179
|
"message": "Log level: {PH1}"
|
|
@@ -7149,10 +7188,10 @@
|
|
|
7149
7188
|
"message": "Only show messages from the current context (top, iframe, worker, extension)"
|
|
7150
7189
|
},
|
|
7151
7190
|
"panels/console/ConsoleView.ts | overriddenByFilterSidebar": {
|
|
7152
|
-
"message": "Log levels are controlled by the
|
|
7191
|
+
"message": "Log levels are controlled by the Console sidebar."
|
|
7153
7192
|
},
|
|
7154
7193
|
"panels/console/ConsoleView.ts | preserveLog": {
|
|
7155
|
-
"message": "
|
|
7194
|
+
"message": "Keep log"
|
|
7156
7195
|
},
|
|
7157
7196
|
"panels/console/ConsoleView.ts | replayXhr": {
|
|
7158
7197
|
"message": "Replay XHR"
|
|
@@ -7170,7 +7209,7 @@
|
|
|
7170
7209
|
"message": "{n, plural, =1 {# hidden} other {# hidden}}"
|
|
7171
7210
|
},
|
|
7172
7211
|
"panels/console/ConsoleView.ts | showConsoleSidebar": {
|
|
7173
|
-
"message": "Show
|
|
7212
|
+
"message": "Show Console sidebar"
|
|
7174
7213
|
},
|
|
7175
7214
|
"panels/console/ConsoleView.ts | showCorsErrorsInConsole": {
|
|
7176
7215
|
"message": "CORS errors in console"
|
|
@@ -7200,13 +7239,13 @@
|
|
|
7200
7239
|
"message": "Clear all messages with {PH1}"
|
|
7201
7240
|
},
|
|
7202
7241
|
"panels/console/ConsoleViewMessage.ts | cndBreakpoint": {
|
|
7203
|
-
"message": "Conditional
|
|
7242
|
+
"message": "Conditional breakpoint"
|
|
7204
7243
|
},
|
|
7205
7244
|
"panels/console/ConsoleViewMessage.ts | console": {
|
|
7206
7245
|
"message": "Console"
|
|
7207
7246
|
},
|
|
7208
7247
|
"panels/console/ConsoleViewMessage.ts | consoleclearWasPreventedDueTo": {
|
|
7209
|
-
"message": "console.clear() was prevented due to '
|
|
7248
|
+
"message": "console.clear() was prevented due to 'Keep log'"
|
|
7210
7249
|
},
|
|
7211
7250
|
"panels/console/ConsoleViewMessage.ts | consoleWasCleared": {
|
|
7212
7251
|
"message": "Console was cleared"
|
|
@@ -7239,19 +7278,19 @@
|
|
|
7239
7278
|
"message": "Understand this error"
|
|
7240
7279
|
},
|
|
7241
7280
|
"panels/console/ConsoleViewMessage.ts | explainThisErrorWithAI": {
|
|
7242
|
-
"message": "Understand this error
|
|
7281
|
+
"message": "Understand this error"
|
|
7243
7282
|
},
|
|
7244
7283
|
"panels/console/ConsoleViewMessage.ts | explainThisMessage": {
|
|
7245
7284
|
"message": "Understand this message"
|
|
7246
7285
|
},
|
|
7247
7286
|
"panels/console/ConsoleViewMessage.ts | explainThisMessageWithAI": {
|
|
7248
|
-
"message": "Understand this message
|
|
7287
|
+
"message": "Understand this message"
|
|
7249
7288
|
},
|
|
7250
7289
|
"panels/console/ConsoleViewMessage.ts | explainThisWarning": {
|
|
7251
7290
|
"message": "Understand this warning"
|
|
7252
7291
|
},
|
|
7253
7292
|
"panels/console/ConsoleViewMessage.ts | explainThisWarningWithAI": {
|
|
7254
|
-
"message": "Understand this warning
|
|
7293
|
+
"message": "Understand this warning"
|
|
7255
7294
|
},
|
|
7256
7295
|
"panels/console/ConsoleViewMessage.ts | functionWasResolvedFromBound": {
|
|
7257
7296
|
"message": "Function was resolved from bound function."
|
|
@@ -7287,7 +7326,7 @@
|
|
|
7287
7326
|
"message": "This value was evaluated upon first expanding. It may have changed since then."
|
|
7288
7327
|
},
|
|
7289
7328
|
"panels/console/ConsoleViewMessage.ts | thisValueWillNotBeCollectedUntil": {
|
|
7290
|
-
"message": "This value
|
|
7329
|
+
"message": "This value won’t be collected until console is cleared."
|
|
7291
7330
|
},
|
|
7292
7331
|
"panels/console/ConsoleViewMessage.ts | tookNms": {
|
|
7293
7332
|
"message": "took <N>ms"
|
|
@@ -7329,16 +7368,16 @@
|
|
|
7329
7368
|
"message": "Stop instrumenting coverage and show results"
|
|
7330
7369
|
},
|
|
7331
7370
|
"panels/coverage/CoverageListView.ts | codeCoverage": {
|
|
7332
|
-
"message": "Code
|
|
7371
|
+
"message": "Code coverage"
|
|
7333
7372
|
},
|
|
7334
7373
|
"panels/coverage/CoverageListView.ts | css": {
|
|
7335
7374
|
"message": "CSS"
|
|
7336
7375
|
},
|
|
7337
7376
|
"panels/coverage/CoverageListView.ts | jsCoverageWithPerBlock": {
|
|
7338
|
-
"message": "JS coverage with per block granularity:
|
|
7377
|
+
"message": "JS coverage with per block granularity: once a block of JavaScript was executed, that block is marked as covered."
|
|
7339
7378
|
},
|
|
7340
7379
|
"panels/coverage/CoverageListView.ts | jsCoverageWithPerFunction": {
|
|
7341
|
-
"message": "JS coverage with per function granularity:
|
|
7380
|
+
"message": "JS coverage with per function granularity: once a function was executed, the whole function is marked as covered."
|
|
7342
7381
|
},
|
|
7343
7382
|
"panels/coverage/CoverageListView.ts | jsPerBlock": {
|
|
7344
7383
|
"message": "JS (per block)"
|
|
@@ -7368,19 +7407,19 @@
|
|
|
7368
7407
|
"message": "{PH1} % of file unused, {PH2} % of file used"
|
|
7369
7408
|
},
|
|
7370
7409
|
"panels/coverage/CoverageListView.ts | totalBytes": {
|
|
7371
|
-
"message": "Total
|
|
7410
|
+
"message": "Total bytes"
|
|
7372
7411
|
},
|
|
7373
7412
|
"panels/coverage/CoverageListView.ts | type": {
|
|
7374
7413
|
"message": "Type"
|
|
7375
7414
|
},
|
|
7376
7415
|
"panels/coverage/CoverageListView.ts | unusedBytes": {
|
|
7377
|
-
"message": "Unused
|
|
7416
|
+
"message": "Unused bytes"
|
|
7378
7417
|
},
|
|
7379
7418
|
"panels/coverage/CoverageListView.ts | url": {
|
|
7380
7419
|
"message": "URL"
|
|
7381
7420
|
},
|
|
7382
7421
|
"panels/coverage/CoverageListView.ts | usageVisualization": {
|
|
7383
|
-
"message": "Usage
|
|
7422
|
+
"message": "Usage visualization"
|
|
7384
7423
|
},
|
|
7385
7424
|
"panels/coverage/CoverageView.ts | activationNoCapture": {
|
|
7386
7425
|
"message": "Could not capture coverage info because the page was prerendered in the background."
|
|
@@ -7392,13 +7431,13 @@
|
|
|
7392
7431
|
"message": "Could not capture coverage info because the page was served from the back/forward cache."
|
|
7393
7432
|
},
|
|
7394
7433
|
"panels/coverage/CoverageView.ts | chooseCoverageGranularityPer": {
|
|
7395
|
-
"message": "Choose coverage granularity:
|
|
7434
|
+
"message": "Choose coverage granularity: per function has low overhead, per block has significant overhead."
|
|
7396
7435
|
},
|
|
7397
7436
|
"panels/coverage/CoverageView.ts | clickTheRecordButtonSToStart": {
|
|
7398
|
-
"message": "Click the
|
|
7437
|
+
"message": "Click the “{PH1}” button to start capturing coverage."
|
|
7399
7438
|
},
|
|
7400
7439
|
"panels/coverage/CoverageView.ts | clickTheReloadButtonSToReloadAnd": {
|
|
7401
|
-
"message": "Click the
|
|
7440
|
+
"message": "Click the “{PH1}” button to reload and start capturing coverage."
|
|
7402
7441
|
},
|
|
7403
7442
|
"panels/coverage/CoverageView.ts | contentScripts": {
|
|
7404
7443
|
"message": "Content scripts"
|
|
@@ -7536,13 +7575,13 @@
|
|
|
7536
7575
|
"message": "Text colors: {PH1}"
|
|
7537
7576
|
},
|
|
7538
7577
|
"panels/css_overview/CSSOverviewCompletedView.ts | thereAreNoFonts": {
|
|
7539
|
-
"message": "
|
|
7578
|
+
"message": "No fonts"
|
|
7540
7579
|
},
|
|
7541
7580
|
"panels/css_overview/CSSOverviewCompletedView.ts | thereAreNoMediaQueries": {
|
|
7542
|
-
"message": "
|
|
7581
|
+
"message": "No media queries"
|
|
7543
7582
|
},
|
|
7544
7583
|
"panels/css_overview/CSSOverviewCompletedView.ts | thereAreNoUnusedDeclarations": {
|
|
7545
|
-
"message": "
|
|
7584
|
+
"message": "No unused declarations"
|
|
7546
7585
|
},
|
|
7547
7586
|
"panels/css_overview/CSSOverviewCompletedView.ts | typeSelectors": {
|
|
7548
7587
|
"message": "Type selectors"
|
|
@@ -7629,7 +7668,7 @@
|
|
|
7629
7668
|
"message": "Error"
|
|
7630
7669
|
},
|
|
7631
7670
|
"panels/developer_resources/DeveloperResourcesListView.ts | failure": {
|
|
7632
|
-
"message": "
|
|
7671
|
+
"message": "Failure"
|
|
7633
7672
|
},
|
|
7634
7673
|
"panels/developer_resources/DeveloperResourcesListView.ts | initiator": {
|
|
7635
7674
|
"message": "Initiator"
|
|
@@ -7641,7 +7680,7 @@
|
|
|
7641
7680
|
"message": "{n, plural, =1 {# resource matches} other {# resources match}}"
|
|
7642
7681
|
},
|
|
7643
7682
|
"panels/developer_resources/DeveloperResourcesListView.ts | pending": {
|
|
7644
|
-
"message": "
|
|
7683
|
+
"message": "Pending"
|
|
7645
7684
|
},
|
|
7646
7685
|
"panels/developer_resources/DeveloperResourcesListView.ts | sBytes": {
|
|
7647
7686
|
"message": "{n, plural, =1 {# byte} other {# bytes}}"
|
|
@@ -7650,10 +7689,10 @@
|
|
|
7650
7689
|
"message": "Status"
|
|
7651
7690
|
},
|
|
7652
7691
|
"panels/developer_resources/DeveloperResourcesListView.ts | success": {
|
|
7653
|
-
"message": "
|
|
7692
|
+
"message": "Success"
|
|
7654
7693
|
},
|
|
7655
7694
|
"panels/developer_resources/DeveloperResourcesListView.ts | totalBytes": {
|
|
7656
|
-
"message": "Total
|
|
7695
|
+
"message": "Total bytes"
|
|
7657
7696
|
},
|
|
7658
7697
|
"panels/developer_resources/DeveloperResourcesListView.ts | url": {
|
|
7659
7698
|
"message": "URL"
|
|
@@ -7673,6 +7712,9 @@
|
|
|
7673
7712
|
"panels/developer_resources/DeveloperResourcesView.ts | resourcesCurrentlyLoading": {
|
|
7674
7713
|
"message": "{PH1} resources, {PH2} currently loading"
|
|
7675
7714
|
},
|
|
7715
|
+
"panels/elements/AccessibilityTreeView.ts | copy": {
|
|
7716
|
+
"message": "Copy"
|
|
7717
|
+
},
|
|
7676
7718
|
"panels/elements/ClassesPaneWidget.ts | addNewClass": {
|
|
7677
7719
|
"message": "Add new class"
|
|
7678
7720
|
},
|
|
@@ -7701,7 +7743,7 @@
|
|
|
7701
7743
|
"message": "{PH1} on {PH2}"
|
|
7702
7744
|
},
|
|
7703
7745
|
"panels/elements/components/CSSPropertyDocsView.ts | dontShow": {
|
|
7704
|
-
"message": "Don
|
|
7746
|
+
"message": "Don’t show"
|
|
7705
7747
|
},
|
|
7706
7748
|
"panels/elements/components/CSSPropertyDocsView.ts | learnMore": {
|
|
7707
7749
|
"message": "Learn more"
|
|
@@ -7827,7 +7869,7 @@
|
|
|
7827
7869
|
"message": "Invalid element or text node within <select>"
|
|
7828
7870
|
},
|
|
7829
7871
|
"panels/elements/ElementIssueUtils.ts | formAriaLabelledByToNonExistingId": {
|
|
7830
|
-
"message": "An aria-labelledby attribute doesn
|
|
7872
|
+
"message": "An aria-labelledby attribute doesn’t match any element id"
|
|
7831
7873
|
},
|
|
7832
7874
|
"panels/elements/ElementIssueUtils.ts | formAutocompleteAttributeEmptyError": {
|
|
7833
7875
|
"message": "Incorrect use of autocomplete attribute"
|
|
@@ -7839,7 +7881,7 @@
|
|
|
7839
7881
|
"message": "A form field element should have an id or name attribute"
|
|
7840
7882
|
},
|
|
7841
7883
|
"panels/elements/ElementIssueUtils.ts | formInputAssignedAutocompleteValueToIdOrNameAttributeError": {
|
|
7842
|
-
"message": "An element doesn
|
|
7884
|
+
"message": "An element doesn’t have an autocomplete attribute"
|
|
7843
7885
|
},
|
|
7844
7886
|
"panels/elements/ElementIssueUtils.ts | formInputHasWrongButWellIntendedAutocompleteValueError": {
|
|
7845
7887
|
"message": "Non-standard autocomplete attribute value"
|
|
@@ -8216,9 +8258,15 @@
|
|
|
8216
8258
|
"panels/elements/ElementsTreeElement.ts | scrollIntoView": {
|
|
8217
8259
|
"message": "Scroll into view"
|
|
8218
8260
|
},
|
|
8261
|
+
"panels/elements/ElementsTreeElement.ts | selectAll": {
|
|
8262
|
+
"message": "Select all"
|
|
8263
|
+
},
|
|
8219
8264
|
"panels/elements/ElementsTreeElement.ts | showCommandForTarget": {
|
|
8220
8265
|
"message": "Show element associated with the commandfor attribute"
|
|
8221
8266
|
},
|
|
8267
|
+
"panels/elements/ElementsTreeElement.ts | showCustomElementDefinition": {
|
|
8268
|
+
"message": "Show custom element definition"
|
|
8269
|
+
},
|
|
8222
8270
|
"panels/elements/ElementsTreeElement.ts | showFrameDetails": {
|
|
8223
8271
|
"message": "Show iframe details"
|
|
8224
8272
|
},
|
|
@@ -8733,7 +8781,7 @@
|
|
|
8733
8781
|
"message": "AI assistance is not available in Incognito mode or Guest mode"
|
|
8734
8782
|
},
|
|
8735
8783
|
"panels/explain/components/ConsoleInsight.ts | notLoggedIn": {
|
|
8736
|
-
"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."
|
|
8737
8785
|
},
|
|
8738
8786
|
"panels/explain/components/ConsoleInsight.ts | offline": {
|
|
8739
8787
|
"message": "Check your internet connection and try again."
|
|
@@ -8906,6 +8954,9 @@
|
|
|
8906
8954
|
"panels/issues/AffectedHeavyAdView.ts | warned": {
|
|
8907
8955
|
"message": "Warned"
|
|
8908
8956
|
},
|
|
8957
|
+
"panels/issues/AffectedLazyLoadImagesView.ts | nElements": {
|
|
8958
|
+
"message": "{n, plural, =1 {# element} other {# elements}}"
|
|
8959
|
+
},
|
|
8909
8960
|
"panels/issues/AffectedMetadataAllowedSitesView.ts | nAllowedSites": {
|
|
8910
8961
|
"message": "{n, plural, =1 {1 website allowed to access cookies} other {# websites allowed to access cookies}}"
|
|
8911
8962
|
},
|
|
@@ -8925,7 +8976,7 @@
|
|
|
8925
8976
|
"message": "{n, plural, =1 {# element} other {# elements}}"
|
|
8926
8977
|
},
|
|
8927
8978
|
"panels/issues/AffectedResourcesView.ts | clickToRevealTheFramesDomNodeIn": {
|
|
8928
|
-
"message": "Click to reveal the frame
|
|
8979
|
+
"message": "Click to reveal the frame’s DOM node in the Elements panel"
|
|
8929
8980
|
},
|
|
8930
8981
|
"panels/issues/AffectedResourcesView.ts | unavailable": {
|
|
8931
8982
|
"message": "unavailable"
|
|
@@ -8987,21 +9038,6 @@
|
|
|
8987
9038
|
"panels/issues/AffectedTrackingSitesView.ts | nTrackingSites": {
|
|
8988
9039
|
"message": "{n, plural, =1 {1 potentially tracking website} other {# potentially tracking websites}}"
|
|
8989
9040
|
},
|
|
8990
|
-
"panels/issues/AttributionReportingIssueDetailsView.ts | element": {
|
|
8991
|
-
"message": "Element"
|
|
8992
|
-
},
|
|
8993
|
-
"panels/issues/AttributionReportingIssueDetailsView.ts | invalidHeaderValue": {
|
|
8994
|
-
"message": "Invalid Header Value"
|
|
8995
|
-
},
|
|
8996
|
-
"panels/issues/AttributionReportingIssueDetailsView.ts | nViolations": {
|
|
8997
|
-
"message": "{n, plural, =1 {# violation} other {# violations}}"
|
|
8998
|
-
},
|
|
8999
|
-
"panels/issues/AttributionReportingIssueDetailsView.ts | request": {
|
|
9000
|
-
"message": "Request"
|
|
9001
|
-
},
|
|
9002
|
-
"panels/issues/AttributionReportingIssueDetailsView.ts | untrustworthyOrigin": {
|
|
9003
|
-
"message": "Untrustworthy origin"
|
|
9004
|
-
},
|
|
9005
9041
|
"panels/issues/components/HideIssuesMenu.ts | tooltipTitle": {
|
|
9006
9042
|
"message": "Hide issues"
|
|
9007
9043
|
},
|
|
@@ -9045,7 +9081,7 @@
|
|
|
9045
9081
|
"message": "Response to preflight was a redirect"
|
|
9046
9082
|
},
|
|
9047
9083
|
"panels/issues/CorsIssueDetailsView.ts | preflightInvalidStatus": {
|
|
9048
|
-
"message": "HTTP status of preflight request didn
|
|
9084
|
+
"message": "HTTP status of preflight request didn’t indicate success"
|
|
9049
9085
|
},
|
|
9050
9086
|
"panels/issues/CorsIssueDetailsView.ts | preflightRequest": {
|
|
9051
9087
|
"message": "Preflight Request"
|
|
@@ -9116,9 +9152,6 @@
|
|
|
9116
9152
|
"panels/issues/issues-meta.ts | showIssues": {
|
|
9117
9153
|
"message": "Show Issues"
|
|
9118
9154
|
},
|
|
9119
|
-
"panels/issues/IssuesPane.ts | attributionReporting": {
|
|
9120
|
-
"message": "Attribution Reporting API"
|
|
9121
|
-
},
|
|
9122
9155
|
"panels/issues/IssuesPane.ts | contentSecurityPolicy": {
|
|
9123
9156
|
"message": "Content Security Policy"
|
|
9124
9157
|
},
|
|
@@ -9333,7 +9366,7 @@
|
|
|
9333
9366
|
"message": "Wheel event handler"
|
|
9334
9367
|
},
|
|
9335
9368
|
"panels/layer_viewer/Layers3DView.ts | cantDisplayLayers": {
|
|
9336
|
-
"message": "Can
|
|
9369
|
+
"message": "Can’t display layers"
|
|
9337
9370
|
},
|
|
9338
9371
|
"panels/layer_viewer/Layers3DView.ts | checkSForPossibleReasons": {
|
|
9339
9372
|
"message": "Check {PH1} for possible reasons."
|
|
@@ -9708,7 +9741,7 @@
|
|
|
9708
9741
|
"message": "Jump to this memory"
|
|
9709
9742
|
},
|
|
9710
9743
|
"panels/linear_memory_inspector/components/LinearMemoryInspector.ts | addressHasToBeANumberBetweenSAnd": {
|
|
9711
|
-
"message": "Address
|
|
9744
|
+
"message": "Address must be a number between {PH1} and {PH2}"
|
|
9712
9745
|
},
|
|
9713
9746
|
"panels/linear_memory_inspector/components/LinearMemoryNavigator.ts | enterAddress": {
|
|
9714
9747
|
"message": "Enter address"
|
|
@@ -9729,7 +9762,7 @@
|
|
|
9729
9762
|
"message": "Refresh"
|
|
9730
9763
|
},
|
|
9731
9764
|
"panels/linear_memory_inspector/components/LinearMemoryValueInterpreter.ts | changeEndianness": {
|
|
9732
|
-
"message": "Change
|
|
9765
|
+
"message": "Change endianness"
|
|
9733
9766
|
},
|
|
9734
9767
|
"panels/linear_memory_inspector/components/LinearMemoryValueInterpreter.ts | toggleValueTypeSettings": {
|
|
9735
9768
|
"message": "Toggle value type settings"
|
|
@@ -9762,7 +9795,7 @@
|
|
|
9762
9795
|
"message": "Show Memory inspector"
|
|
9763
9796
|
},
|
|
9764
9797
|
"panels/linear_memory_inspector/LinearMemoryInspectorController.ts | couldNotOpenLinearMemory": {
|
|
9765
|
-
"message": "Could not open
|
|
9798
|
+
"message": "Could not open Memory inspector: buffer not found."
|
|
9766
9799
|
},
|
|
9767
9800
|
"panels/linear_memory_inspector/LinearMemoryInspectorController.ts | openInMemoryInspectorPanel": {
|
|
9768
9801
|
"message": "Open in Memory inspector panel"
|
|
@@ -9789,10 +9822,10 @@
|
|
|
9789
9822
|
"message": "Value"
|
|
9790
9823
|
},
|
|
9791
9824
|
"panels/media/EventTimelineView.ts | bufferingStatus": {
|
|
9792
|
-
"message": "Buffering
|
|
9825
|
+
"message": "Buffering status"
|
|
9793
9826
|
},
|
|
9794
9827
|
"panels/media/EventTimelineView.ts | playbackStatus": {
|
|
9795
|
-
"message": "Playback
|
|
9828
|
+
"message": "Playback status"
|
|
9796
9829
|
},
|
|
9797
9830
|
"panels/media/MainView.ts | mediaPlayerDescription": {
|
|
9798
9831
|
"message": "On this page you can view and export media player details."
|
|
@@ -9870,16 +9903,16 @@
|
|
|
9870
9903
|
"message": "Caused by:"
|
|
9871
9904
|
},
|
|
9872
9905
|
"panels/media/PlayerMessagesView.ts | errorCodeLabel": {
|
|
9873
|
-
"message": "Error
|
|
9906
|
+
"message": "Error code:"
|
|
9874
9907
|
},
|
|
9875
9908
|
"panels/media/PlayerMessagesView.ts | errorDataLabel": {
|
|
9876
9909
|
"message": "Data:"
|
|
9877
9910
|
},
|
|
9878
9911
|
"panels/media/PlayerMessagesView.ts | errorGroupLabel": {
|
|
9879
|
-
"message": "Error
|
|
9912
|
+
"message": "Error group:"
|
|
9880
9913
|
},
|
|
9881
9914
|
"panels/media/PlayerMessagesView.ts | errorStackLabel": {
|
|
9882
|
-
"message": "
|
|
9915
|
+
"message": "Stack trace:"
|
|
9883
9916
|
},
|
|
9884
9917
|
"panels/media/PlayerMessagesView.ts | filterByLogMessages": {
|
|
9885
9918
|
"message": "Filter by log messages"
|
|
@@ -10458,7 +10491,7 @@
|
|
|
10458
10491
|
"message": "Allow to generate HAR with sensitive data"
|
|
10459
10492
|
},
|
|
10460
10493
|
"panels/network/network-meta.ts | allowToGenerateHarWithSensitiveDataDocumentation": {
|
|
10461
|
-
"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."
|
|
10462
10495
|
},
|
|
10463
10496
|
"panels/network/network-meta.ts | clear": {
|
|
10464
10497
|
"message": "Clear network log"
|
|
@@ -10476,10 +10509,10 @@
|
|
|
10476
10509
|
"message": "disk cache"
|
|
10477
10510
|
},
|
|
10478
10511
|
"panels/network/network-meta.ts | dontAllowToGenerateHarWithSensitiveData": {
|
|
10479
|
-
"message": "Don
|
|
10512
|
+
"message": "Don’t allow to generate HAR with sensitive data"
|
|
10480
10513
|
},
|
|
10481
10514
|
"panels/network/network-meta.ts | dontGroupNetworkLogItemsByFrame": {
|
|
10482
|
-
"message": "Don
|
|
10515
|
+
"message": "Don’t group network log items by frame"
|
|
10483
10516
|
},
|
|
10484
10517
|
"panels/network/network-meta.ts | frame": {
|
|
10485
10518
|
"message": "frame"
|
|
@@ -10598,8 +10631,11 @@
|
|
|
10598
10631
|
"panels/network/NetworkDataGridNode.ts | coepFrameResourceNeedsCoepHeader": {
|
|
10599
10632
|
"message": "COEP-framed resource needs COEP header"
|
|
10600
10633
|
},
|
|
10634
|
+
"panels/network/NetworkDataGridNode.ts | console": {
|
|
10635
|
+
"message": "Console"
|
|
10636
|
+
},
|
|
10601
10637
|
"panels/network/NetworkDataGridNode.ts | coopSandboxedIframeCannotNavigateToCoopPage": {
|
|
10602
|
-
"message": "Sandboxed iframe
|
|
10638
|
+
"message": "Sandboxed iframe’s popup cannot navigate to COOP page"
|
|
10603
10639
|
},
|
|
10604
10640
|
"panels/network/NetworkDataGridNode.ts | corpNotSameOrigin": {
|
|
10605
10641
|
"message": "CORP not \"same-origin\""
|
|
@@ -10635,7 +10671,7 @@
|
|
|
10635
10671
|
"message": "Chrome used a HTTP/3 connection due to the DNS record indicating HTTP/3 support. There was no race against establishing a connection using a different HTTP version."
|
|
10636
10672
|
},
|
|
10637
10673
|
"panels/network/NetworkDataGridNode.ts | earlyHints": {
|
|
10638
|
-
"message": "
|
|
10674
|
+
"message": "Early-hints"
|
|
10639
10675
|
},
|
|
10640
10676
|
"panels/network/NetworkDataGridNode.ts | failed": {
|
|
10641
10677
|
"message": "(failed)"
|
|
@@ -10712,6 +10748,9 @@
|
|
|
10712
10748
|
"panels/network/NetworkDataGridNode.ts | redirect": {
|
|
10713
10749
|
"message": "Redirect"
|
|
10714
10750
|
},
|
|
10751
|
+
"panels/network/NetworkDataGridNode.ts | requestOriginatedFromConsole": {
|
|
10752
|
+
"message": "Request originated from Console"
|
|
10753
|
+
},
|
|
10715
10754
|
"panels/network/NetworkDataGridNode.ts | script": {
|
|
10716
10755
|
"message": "Script"
|
|
10717
10756
|
},
|
|
@@ -11111,6 +11150,9 @@
|
|
|
11111
11150
|
"panels/network/NetworkLogViewColumns.ts | endTime": {
|
|
11112
11151
|
"message": "End time"
|
|
11113
11152
|
},
|
|
11153
|
+
"panels/network/NetworkLogViewColumns.ts | executionContext": {
|
|
11154
|
+
"message": "Execution context"
|
|
11155
|
+
},
|
|
11114
11156
|
"panels/network/NetworkLogViewColumns.ts | hasOverrides": {
|
|
11115
11157
|
"message": "Has overrides"
|
|
11116
11158
|
},
|
|
@@ -11123,6 +11165,9 @@
|
|
|
11123
11165
|
"panels/network/NetworkLogViewColumns.ts | isAdRelated": {
|
|
11124
11166
|
"message": "Is Ad-Related"
|
|
11125
11167
|
},
|
|
11168
|
+
"panels/network/NetworkLogViewColumns.ts | isPreloaded": {
|
|
11169
|
+
"message": "Preloaded"
|
|
11170
|
+
},
|
|
11126
11171
|
"panels/network/NetworkLogViewColumns.ts | latency": {
|
|
11127
11172
|
"message": "Latency"
|
|
11128
11173
|
},
|
|
@@ -11325,7 +11370,7 @@
|
|
|
11325
11370
|
"message": "Nothing throttled or blocked"
|
|
11326
11371
|
},
|
|
11327
11372
|
"panels/network/RequestConditionsDrawer.ts | noThrottlingOrBlockingPattern": {
|
|
11328
|
-
"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}"
|
|
11329
11374
|
},
|
|
11330
11375
|
"panels/network/RequestConditionsDrawer.ts | patternAlreadyExists": {
|
|
11331
11376
|
"message": "Pattern already exists."
|
|
@@ -11462,6 +11507,9 @@
|
|
|
11462
11507
|
"panels/network/RequestHeadersView.ts | statusCode": {
|
|
11463
11508
|
"message": "Status Code"
|
|
11464
11509
|
},
|
|
11510
|
+
"panels/network/RequestInitiatorView.ts | console": {
|
|
11511
|
+
"message": "Console"
|
|
11512
|
+
},
|
|
11465
11513
|
"panels/network/RequestInitiatorView.ts | noInitiator": {
|
|
11466
11514
|
"message": "No initiator data"
|
|
11467
11515
|
},
|
|
@@ -11844,13 +11892,13 @@
|
|
|
11844
11892
|
"message": "CPU usage"
|
|
11845
11893
|
},
|
|
11846
11894
|
"panels/performance_monitor/PerformanceMonitor.ts | documentFrames": {
|
|
11847
|
-
"message": "Document
|
|
11895
|
+
"message": "Document frames"
|
|
11848
11896
|
},
|
|
11849
11897
|
"panels/performance_monitor/PerformanceMonitor.ts | documents": {
|
|
11850
11898
|
"message": "Documents"
|
|
11851
11899
|
},
|
|
11852
11900
|
"panels/performance_monitor/PerformanceMonitor.ts | domNodes": {
|
|
11853
|
-
"message": "DOM
|
|
11901
|
+
"message": "DOM nodes"
|
|
11854
11902
|
},
|
|
11855
11903
|
"panels/performance_monitor/PerformanceMonitor.ts | graphsDisplayingARealtimeViewOf": {
|
|
11856
11904
|
"message": "Graphs displaying a real-time view of performance metrics"
|
|
@@ -11897,24 +11945,57 @@
|
|
|
11897
11945
|
"panels/profiler/HeapProfileView.ts | allocationSampling": {
|
|
11898
11946
|
"message": "Allocation sampling"
|
|
11899
11947
|
},
|
|
11948
|
+
"panels/profiler/HeapProfileView.ts | chart": {
|
|
11949
|
+
"message": "Chart"
|
|
11950
|
+
},
|
|
11951
|
+
"panels/profiler/HeapProfileView.ts | excludeSelectedFunction": {
|
|
11952
|
+
"message": "Exclude selected function"
|
|
11953
|
+
},
|
|
11954
|
+
"panels/profiler/HeapProfileView.ts | findByCostMsNameOrFile": {
|
|
11955
|
+
"message": "Find by cost (>50ms), name or file"
|
|
11956
|
+
},
|
|
11957
|
+
"panels/profiler/HeapProfileView.ts | focusSelectedFunction": {
|
|
11958
|
+
"message": "Focus selected function"
|
|
11959
|
+
},
|
|
11900
11960
|
"panels/profiler/HeapProfileView.ts | formatPercent": {
|
|
11901
11961
|
"message": "{PH1} %"
|
|
11902
11962
|
},
|
|
11963
|
+
"panels/profiler/HeapProfileView.ts | function": {
|
|
11964
|
+
"message": "Function"
|
|
11965
|
+
},
|
|
11903
11966
|
"panels/profiler/HeapProfileView.ts | heapProfilerIsRecording": {
|
|
11904
11967
|
"message": "Heap profiler is recording"
|
|
11905
11968
|
},
|
|
11969
|
+
"panels/profiler/HeapProfileView.ts | heavyBottomUp": {
|
|
11970
|
+
"message": "Heavy (Bottom Up)"
|
|
11971
|
+
},
|
|
11906
11972
|
"panels/profiler/HeapProfileView.ts | name": {
|
|
11907
11973
|
"message": "Name"
|
|
11908
11974
|
},
|
|
11975
|
+
"panels/profiler/HeapProfileView.ts | notOptimizedS": {
|
|
11976
|
+
"message": "Not optimized: {PH1}"
|
|
11977
|
+
},
|
|
11978
|
+
"panels/profiler/HeapProfileView.ts | profile": {
|
|
11979
|
+
"message": "Profile"
|
|
11980
|
+
},
|
|
11909
11981
|
"panels/profiler/HeapProfileView.ts | profileD": {
|
|
11910
11982
|
"message": "Profile {PH1}"
|
|
11911
11983
|
},
|
|
11984
|
+
"panels/profiler/HeapProfileView.ts | profiler": {
|
|
11985
|
+
"message": "Profiler"
|
|
11986
|
+
},
|
|
11987
|
+
"panels/profiler/HeapProfileView.ts | profileViewMode": {
|
|
11988
|
+
"message": "Profile view mode"
|
|
11989
|
+
},
|
|
11912
11990
|
"panels/profiler/HeapProfileView.ts | recording": {
|
|
11913
11991
|
"message": "Recording…"
|
|
11914
11992
|
},
|
|
11915
11993
|
"panels/profiler/HeapProfileView.ts | recordMemoryAllocations": {
|
|
11916
11994
|
"message": "Approximate memory allocations by sampling long operations with minimal overhead and get a breakdown by JavaScript execution stack"
|
|
11917
11995
|
},
|
|
11996
|
+
"panels/profiler/HeapProfileView.ts | restoreAllFunctions": {
|
|
11997
|
+
"message": "Restore all functions"
|
|
11998
|
+
},
|
|
11918
11999
|
"panels/profiler/HeapProfileView.ts | samplingHeapProfilerTimeline": {
|
|
11919
12000
|
"message": "Sampling heap profiler timeline"
|
|
11920
12001
|
},
|
|
@@ -11951,6 +12032,9 @@
|
|
|
11951
12032
|
"panels/profiler/HeapProfileView.ts | totalSizeBytes": {
|
|
11952
12033
|
"message": "Total size"
|
|
11953
12034
|
},
|
|
12035
|
+
"panels/profiler/HeapProfileView.ts | treeTopDown": {
|
|
12036
|
+
"message": "Tree (Top Down)"
|
|
12037
|
+
},
|
|
11954
12038
|
"panels/profiler/HeapProfileView.ts | url": {
|
|
11955
12039
|
"message": "URL"
|
|
11956
12040
|
},
|
|
@@ -12219,7 +12303,7 @@
|
|
|
12219
12303
|
"message": "Snapshotting…"
|
|
12220
12304
|
},
|
|
12221
12305
|
"panels/profiler/HeapSnapshotView.ts | stackWasNotRecordedForThisObject": {
|
|
12222
|
-
"message": "Stack wasn
|
|
12306
|
+
"message": "Stack wasn’t recorded for this object because it had been allocated before this profile recording started."
|
|
12223
12307
|
},
|
|
12224
12308
|
"panels/profiler/HeapSnapshotView.ts | startRecordingHeapProfile": {
|
|
12225
12309
|
"message": "Start recording heap profile"
|
|
@@ -12416,65 +12500,32 @@
|
|
|
12416
12500
|
"panels/profiler/ProfilesPanel.ts | runD": {
|
|
12417
12501
|
"message": "Run {PH1}"
|
|
12418
12502
|
},
|
|
12419
|
-
"panels/profiler/
|
|
12420
|
-
"message": "Chart"
|
|
12421
|
-
},
|
|
12422
|
-
"panels/profiler/ProfileView.ts | excludeSelectedFunction": {
|
|
12423
|
-
"message": "Exclude selected function"
|
|
12424
|
-
},
|
|
12425
|
-
"panels/profiler/ProfileView.ts | failedToReadFile": {
|
|
12503
|
+
"panels/profiler/WritableProfileHeader.ts | failedToReadFile": {
|
|
12426
12504
|
"message": "Failed to read file"
|
|
12427
12505
|
},
|
|
12428
|
-
"panels/profiler/
|
|
12506
|
+
"panels/profiler/WritableProfileHeader.ts | fileSReadErrorS": {
|
|
12429
12507
|
"message": "File ''{PH1}'' read error: {PH2}"
|
|
12430
12508
|
},
|
|
12431
|
-
"panels/profiler/
|
|
12432
|
-
"message": "Find by cost (>50ms), name or file"
|
|
12433
|
-
},
|
|
12434
|
-
"panels/profiler/ProfileView.ts | focusSelectedFunction": {
|
|
12435
|
-
"message": "Focus selected function"
|
|
12436
|
-
},
|
|
12437
|
-
"panels/profiler/ProfileView.ts | function": {
|
|
12438
|
-
"message": "Function"
|
|
12439
|
-
},
|
|
12440
|
-
"panels/profiler/ProfileView.ts | heavyBottomUp": {
|
|
12441
|
-
"message": "Heavy (Bottom Up)"
|
|
12442
|
-
},
|
|
12443
|
-
"panels/profiler/ProfileView.ts | loaded": {
|
|
12509
|
+
"panels/profiler/WritableProfileHeader.ts | loaded": {
|
|
12444
12510
|
"message": "Loaded"
|
|
12445
12511
|
},
|
|
12446
|
-
"panels/profiler/
|
|
12512
|
+
"panels/profiler/WritableProfileHeader.ts | loading": {
|
|
12447
12513
|
"message": "Loading…"
|
|
12448
12514
|
},
|
|
12449
|
-
"panels/profiler/
|
|
12450
|
-
"message": "Loading… {PH1}
|
|
12515
|
+
"panels/profiler/WritableProfileHeader.ts | loadingD": {
|
|
12516
|
+
"message": "Loading… {PH1}"
|
|
12451
12517
|
},
|
|
12452
|
-
"panels/profiler/
|
|
12518
|
+
"panels/profiler/WritableProfileHeader.ts | parsing": {
|
|
12453
12519
|
"message": "Parsing…"
|
|
12454
12520
|
},
|
|
12455
|
-
"panels/profiler/
|
|
12456
|
-
"message": "Profile"
|
|
12457
|
-
},
|
|
12458
|
-
"panels/profiler/ProfileView.ts | profileD": {
|
|
12521
|
+
"panels/profiler/WritableProfileHeader.ts | profileD": {
|
|
12459
12522
|
"message": "Profile {PH1}"
|
|
12460
12523
|
},
|
|
12461
|
-
"panels/profiler/ProfileView.ts | profiler": {
|
|
12462
|
-
"message": "Profiler"
|
|
12463
|
-
},
|
|
12464
|
-
"panels/profiler/ProfileView.ts | profileViewMode": {
|
|
12465
|
-
"message": "Profile view mode"
|
|
12466
|
-
},
|
|
12467
|
-
"panels/profiler/ProfileView.ts | restoreAllFunctions": {
|
|
12468
|
-
"message": "Restore all functions"
|
|
12469
|
-
},
|
|
12470
|
-
"panels/profiler/ProfileView.ts | treeTopDown": {
|
|
12471
|
-
"message": "Tree (Top Down)"
|
|
12472
|
-
},
|
|
12473
12524
|
"panels/protocol_monitor/JSONEditor.ts | addCustomProperty": {
|
|
12474
12525
|
"message": "Add custom property"
|
|
12475
12526
|
},
|
|
12476
12527
|
"panels/protocol_monitor/JSONEditor.ts | addParameter": {
|
|
12477
|
-
"message": "Add
|
|
12528
|
+
"message": "Add parameter"
|
|
12478
12529
|
},
|
|
12479
12530
|
"panels/protocol_monitor/JSONEditor.ts | copyCommand": {
|
|
12480
12531
|
"message": "Copy command"
|
|
@@ -12486,7 +12537,7 @@
|
|
|
12486
12537
|
"message": "Reset to default value"
|
|
12487
12538
|
},
|
|
12488
12539
|
"panels/protocol_monitor/JSONEditor.ts | selectTarget": {
|
|
12489
|
-
"message": "Select
|
|
12540
|
+
"message": "Select target"
|
|
12490
12541
|
},
|
|
12491
12542
|
"panels/protocol_monitor/JSONEditor.ts | sendCommandCmdEnter": {
|
|
12492
12543
|
"message": "Send command - ⌘+Enter"
|
|
@@ -12516,7 +12567,7 @@
|
|
|
12516
12567
|
"message": "Filter"
|
|
12517
12568
|
},
|
|
12518
12569
|
"panels/protocol_monitor/ProtocolMonitor.ts | hideCDPCommandEditor": {
|
|
12519
|
-
"message": "Hide
|
|
12570
|
+
"message": "Hide CDP command editor"
|
|
12520
12571
|
},
|
|
12521
12572
|
"panels/protocol_monitor/ProtocolMonitor.ts | method": {
|
|
12522
12573
|
"message": "Method"
|
|
@@ -12540,13 +12591,13 @@
|
|
|
12540
12591
|
"message": "Select a message to see its details"
|
|
12541
12592
|
},
|
|
12542
12593
|
"panels/protocol_monitor/ProtocolMonitor.ts | selectTarget": {
|
|
12543
|
-
"message": "Select
|
|
12594
|
+
"message": "Select target"
|
|
12544
12595
|
},
|
|
12545
12596
|
"panels/protocol_monitor/ProtocolMonitor.ts | sendRawCDPCommand": {
|
|
12546
12597
|
"message": "Send a raw CDP command"
|
|
12547
12598
|
},
|
|
12548
12599
|
"panels/protocol_monitor/ProtocolMonitor.ts | sendRawCDPCommandExplanation": {
|
|
12549
|
-
"message": "Format: 'Domain.commandName' for a command without parameters, or '{\"command\":\"Domain.commandName\", \"parameters\": {
|
|
12600
|
+
"message": "Format: 'Domain.commandName' for a command without parameters, or '{\"command\":\"Domain.commandName\", \"parameters\": {…}}' as a JSON object for a command with parameters. 'cmd'/'method' and 'args'/'params'/'arguments' are also supported as alternative keys for the JSON object."
|
|
12550
12601
|
},
|
|
12551
12602
|
"panels/protocol_monitor/ProtocolMonitor.ts | session": {
|
|
12552
12603
|
"message": "Session"
|
|
@@ -12566,390 +12617,390 @@
|
|
|
12566
12617
|
"panels/protocol_monitor/ProtocolMonitor.ts | type": {
|
|
12567
12618
|
"message": "Type"
|
|
12568
12619
|
},
|
|
12569
|
-
"panels/recorder/
|
|
12620
|
+
"panels/recorder/CreateRecordingView.ts | cancelRecording": {
|
|
12570
12621
|
"message": "Cancel recording"
|
|
12571
12622
|
},
|
|
12572
|
-
"panels/recorder/
|
|
12623
|
+
"panels/recorder/CreateRecordingView.ts | createRecording": {
|
|
12573
12624
|
"message": "Create a new recording"
|
|
12574
12625
|
},
|
|
12575
|
-
"panels/recorder/
|
|
12626
|
+
"panels/recorder/CreateRecordingView.ts | includeNecessarySelectors": {
|
|
12576
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."
|
|
12577
12628
|
},
|
|
12578
|
-
"panels/recorder/
|
|
12629
|
+
"panels/recorder/CreateRecordingView.ts | learnMore": {
|
|
12579
12630
|
"message": "Learn more"
|
|
12580
12631
|
},
|
|
12581
|
-
"panels/recorder/
|
|
12632
|
+
"panels/recorder/CreateRecordingView.ts | recordingName": {
|
|
12582
12633
|
"message": "Recording name"
|
|
12583
12634
|
},
|
|
12584
|
-
"panels/recorder/
|
|
12635
|
+
"panels/recorder/CreateRecordingView.ts | recordingNameIsRequired": {
|
|
12585
12636
|
"message": "Recording name is required"
|
|
12586
12637
|
},
|
|
12587
|
-
"panels/recorder/
|
|
12638
|
+
"panels/recorder/CreateRecordingView.ts | selectorAttribute": {
|
|
12588
12639
|
"message": "Selector attribute"
|
|
12589
12640
|
},
|
|
12590
|
-
"panels/recorder/
|
|
12641
|
+
"panels/recorder/CreateRecordingView.ts | selectorTypeARIA": {
|
|
12591
12642
|
"message": "ARIA"
|
|
12592
12643
|
},
|
|
12593
|
-
"panels/recorder/
|
|
12644
|
+
"panels/recorder/CreateRecordingView.ts | selectorTypeCSS": {
|
|
12594
12645
|
"message": "CSS"
|
|
12595
12646
|
},
|
|
12596
|
-
"panels/recorder/
|
|
12647
|
+
"panels/recorder/CreateRecordingView.ts | selectorTypePierce": {
|
|
12597
12648
|
"message": "Pierce"
|
|
12598
12649
|
},
|
|
12599
|
-
"panels/recorder/
|
|
12650
|
+
"panels/recorder/CreateRecordingView.ts | selectorTypes": {
|
|
12600
12651
|
"message": "Selector types to record"
|
|
12601
12652
|
},
|
|
12602
|
-
"panels/recorder/
|
|
12653
|
+
"panels/recorder/CreateRecordingView.ts | selectorTypeText": {
|
|
12603
12654
|
"message": "Text"
|
|
12604
12655
|
},
|
|
12605
|
-
"panels/recorder/
|
|
12656
|
+
"panels/recorder/CreateRecordingView.ts | selectorTypeXPath": {
|
|
12606
12657
|
"message": "XPath"
|
|
12607
12658
|
},
|
|
12608
|
-
"panels/recorder/
|
|
12659
|
+
"panels/recorder/CreateRecordingView.ts | startRecording": {
|
|
12609
12660
|
"message": "Start recording"
|
|
12610
12661
|
},
|
|
12611
|
-
"panels/recorder/
|
|
12662
|
+
"panels/recorder/ExtensionView.ts | closeView": {
|
|
12612
12663
|
"message": "Close"
|
|
12613
12664
|
},
|
|
12614
|
-
"panels/recorder/
|
|
12665
|
+
"panels/recorder/ExtensionView.ts | extension": {
|
|
12615
12666
|
"message": "Content provided by a browser extension"
|
|
12616
12667
|
},
|
|
12617
|
-
"panels/recorder/
|
|
12668
|
+
"panels/recorder/models/RecorderSettings.ts | defaultRecordingName": {
|
|
12669
|
+
"message": "Recording {DATE} at {TIME}"
|
|
12670
|
+
},
|
|
12671
|
+
"panels/recorder/recorder-meta.ts | createRecording": {
|
|
12618
12672
|
"message": "Create a new recording"
|
|
12619
12673
|
},
|
|
12620
|
-
"panels/recorder/
|
|
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": {
|
|
12768
|
+
"message": "Create a new recording"
|
|
12769
|
+
},
|
|
12770
|
+
"panels/recorder/RecordingListView.ts | deleteRecording": {
|
|
12621
12771
|
"message": "Delete recording"
|
|
12622
12772
|
},
|
|
12623
|
-
"panels/recorder/
|
|
12773
|
+
"panels/recorder/RecordingListView.ts | openRecording": {
|
|
12624
12774
|
"message": "Open recording"
|
|
12625
12775
|
},
|
|
12626
|
-
"panels/recorder/
|
|
12776
|
+
"panels/recorder/RecordingListView.ts | playRecording": {
|
|
12627
12777
|
"message": "Play recording"
|
|
12628
12778
|
},
|
|
12629
|
-
"panels/recorder/
|
|
12779
|
+
"panels/recorder/RecordingListView.ts | savedRecordings": {
|
|
12630
12780
|
"message": "Saved recordings"
|
|
12631
12781
|
},
|
|
12632
|
-
"panels/recorder/
|
|
12782
|
+
"panels/recorder/RecordingView.ts | addAssertion": {
|
|
12633
12783
|
"message": "Add assertion"
|
|
12634
12784
|
},
|
|
12635
|
-
"panels/recorder/
|
|
12785
|
+
"panels/recorder/RecordingView.ts | cancelReplay": {
|
|
12636
12786
|
"message": "Cancel replay"
|
|
12637
12787
|
},
|
|
12638
|
-
"panels/recorder/
|
|
12788
|
+
"panels/recorder/RecordingView.ts | codeSidebarClosed": {
|
|
12639
12789
|
"message": "Code sidebar closed"
|
|
12640
12790
|
},
|
|
12641
|
-
"panels/recorder/
|
|
12791
|
+
"panels/recorder/RecordingView.ts | codeSidebarOpened": {
|
|
12642
12792
|
"message": "Code sidebar opened"
|
|
12643
12793
|
},
|
|
12644
|
-
"panels/recorder/
|
|
12794
|
+
"panels/recorder/RecordingView.ts | default": {
|
|
12645
12795
|
"message": "Default"
|
|
12646
12796
|
},
|
|
12647
|
-
"panels/recorder/
|
|
12797
|
+
"panels/recorder/RecordingView.ts | desktop": {
|
|
12648
12798
|
"message": "Desktop"
|
|
12649
12799
|
},
|
|
12650
|
-
"panels/recorder/
|
|
12800
|
+
"panels/recorder/RecordingView.ts | download": {
|
|
12651
12801
|
"message": "Download: {value}"
|
|
12652
12802
|
},
|
|
12653
|
-
"panels/recorder/
|
|
12803
|
+
"panels/recorder/RecordingView.ts | editReplaySettings": {
|
|
12654
12804
|
"message": "Edit replay settings"
|
|
12655
12805
|
},
|
|
12656
|
-
"panels/recorder/
|
|
12806
|
+
"panels/recorder/RecordingView.ts | editTitle": {
|
|
12657
12807
|
"message": "Edit title"
|
|
12658
12808
|
},
|
|
12659
|
-
"panels/recorder/
|
|
12809
|
+
"panels/recorder/RecordingView.ts | endRecording": {
|
|
12660
12810
|
"message": "End recording"
|
|
12661
12811
|
},
|
|
12662
|
-
"panels/recorder/
|
|
12812
|
+
"panels/recorder/RecordingView.ts | environment": {
|
|
12663
12813
|
"message": "Environment"
|
|
12664
12814
|
},
|
|
12665
|
-
"panels/recorder/
|
|
12815
|
+
"panels/recorder/RecordingView.ts | hideCode": {
|
|
12666
12816
|
"message": "Hide code"
|
|
12667
12817
|
},
|
|
12668
|
-
"panels/recorder/
|
|
12818
|
+
"panels/recorder/RecordingView.ts | latency": {
|
|
12669
12819
|
"message": "Latency: {value} ms"
|
|
12670
12820
|
},
|
|
12671
|
-
"panels/recorder/
|
|
12821
|
+
"panels/recorder/RecordingView.ts | mobile": {
|
|
12672
12822
|
"message": "Mobile"
|
|
12673
12823
|
},
|
|
12674
|
-
"panels/recorder/
|
|
12824
|
+
"panels/recorder/RecordingView.ts | network": {
|
|
12675
12825
|
"message": "Network"
|
|
12676
12826
|
},
|
|
12677
|
-
"panels/recorder/
|
|
12827
|
+
"panels/recorder/RecordingView.ts | performancePanel": {
|
|
12678
12828
|
"message": "Performance panel"
|
|
12679
12829
|
},
|
|
12680
|
-
"panels/recorder/
|
|
12830
|
+
"panels/recorder/RecordingView.ts | recording": {
|
|
12681
12831
|
"message": "Recording…"
|
|
12682
12832
|
},
|
|
12683
|
-
"panels/recorder/
|
|
12833
|
+
"panels/recorder/RecordingView.ts | recordingIsBeingStopped": {
|
|
12684
12834
|
"message": "Stopping recording…"
|
|
12685
12835
|
},
|
|
12686
|
-
"panels/recorder/
|
|
12836
|
+
"panels/recorder/RecordingView.ts | replaySettings": {
|
|
12687
12837
|
"message": "Replay settings"
|
|
12688
12838
|
},
|
|
12689
|
-
"panels/recorder/
|
|
12839
|
+
"panels/recorder/RecordingView.ts | requiredTitleError": {
|
|
12690
12840
|
"message": "Title is required"
|
|
12691
12841
|
},
|
|
12692
|
-
"panels/recorder/
|
|
12842
|
+
"panels/recorder/RecordingView.ts | screenshotForSection": {
|
|
12693
12843
|
"message": "Screenshot for this section"
|
|
12694
12844
|
},
|
|
12695
|
-
"panels/recorder/
|
|
12845
|
+
"panels/recorder/RecordingView.ts | showCode": {
|
|
12696
12846
|
"message": "Show code"
|
|
12697
12847
|
},
|
|
12698
|
-
"panels/recorder/
|
|
12848
|
+
"panels/recorder/RecordingView.ts | timeout": {
|
|
12699
12849
|
"message": "Timeout: {value} ms"
|
|
12700
12850
|
},
|
|
12701
|
-
"panels/recorder/
|
|
12851
|
+
"panels/recorder/RecordingView.ts | timeoutExplanation": {
|
|
12702
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."
|
|
12703
12853
|
},
|
|
12704
|
-
"panels/recorder/
|
|
12854
|
+
"panels/recorder/RecordingView.ts | timeoutLabel": {
|
|
12705
12855
|
"message": "Timeout"
|
|
12706
12856
|
},
|
|
12707
|
-
"panels/recorder/
|
|
12857
|
+
"panels/recorder/RecordingView.ts | upload": {
|
|
12708
12858
|
"message": "Upload: {value}"
|
|
12709
12859
|
},
|
|
12710
|
-
"panels/recorder/
|
|
12860
|
+
"panels/recorder/ReplaySection.ts | extensionGroup": {
|
|
12711
12861
|
"message": "Extensions"
|
|
12712
12862
|
},
|
|
12713
|
-
"panels/recorder/
|
|
12863
|
+
"panels/recorder/ReplaySection.ts | Replay": {
|
|
12714
12864
|
"message": "Replay"
|
|
12715
12865
|
},
|
|
12716
|
-
"panels/recorder/
|
|
12866
|
+
"panels/recorder/ReplaySection.ts | ReplayExtremelySlowButtonLabel": {
|
|
12717
12867
|
"message": "Extremely slow speed"
|
|
12718
12868
|
},
|
|
12719
|
-
"panels/recorder/
|
|
12869
|
+
"panels/recorder/ReplaySection.ts | ReplayExtremelySlowItemLabel": {
|
|
12720
12870
|
"message": "Extremely slow"
|
|
12721
12871
|
},
|
|
12722
|
-
"panels/recorder/
|
|
12872
|
+
"panels/recorder/ReplaySection.ts | ReplayNormalButtonLabel": {
|
|
12723
12873
|
"message": "Normal speed"
|
|
12724
12874
|
},
|
|
12725
|
-
"panels/recorder/
|
|
12875
|
+
"panels/recorder/ReplaySection.ts | ReplayNormalItemLabel": {
|
|
12726
12876
|
"message": "Normal (Default)"
|
|
12727
12877
|
},
|
|
12728
|
-
"panels/recorder/
|
|
12878
|
+
"panels/recorder/ReplaySection.ts | ReplaySlowButtonLabel": {
|
|
12729
12879
|
"message": "Slow speed"
|
|
12730
12880
|
},
|
|
12731
|
-
"panels/recorder/
|
|
12881
|
+
"panels/recorder/ReplaySection.ts | ReplaySlowItemLabel": {
|
|
12732
12882
|
"message": "Slow"
|
|
12733
12883
|
},
|
|
12734
|
-
"panels/recorder/
|
|
12884
|
+
"panels/recorder/ReplaySection.ts | ReplayVerySlowButtonLabel": {
|
|
12735
12885
|
"message": "Very slow speed"
|
|
12736
12886
|
},
|
|
12737
|
-
"panels/recorder/
|
|
12887
|
+
"panels/recorder/ReplaySection.ts | ReplayVerySlowItemLabel": {
|
|
12738
12888
|
"message": "Very slow"
|
|
12739
12889
|
},
|
|
12740
|
-
"panels/recorder/
|
|
12890
|
+
"panels/recorder/ReplaySection.ts | speedGroup": {
|
|
12741
12891
|
"message": "Speed"
|
|
12742
12892
|
},
|
|
12743
|
-
"panels/recorder/
|
|
12893
|
+
"panels/recorder/SelectorPicker.ts | selectorPicker": {
|
|
12744
12894
|
"message": "Select an element in the page to update selectors"
|
|
12745
12895
|
},
|
|
12746
|
-
"panels/recorder/
|
|
12896
|
+
"panels/recorder/StepEditor.ts | addAttribute": {
|
|
12747
12897
|
"message": "Add {attributeName}"
|
|
12748
12898
|
},
|
|
12749
|
-
"panels/recorder/
|
|
12899
|
+
"panels/recorder/StepEditor.ts | addFrameIndex": {
|
|
12750
12900
|
"message": "Add frame index within the frame tree"
|
|
12751
12901
|
},
|
|
12752
|
-
"panels/recorder/
|
|
12902
|
+
"panels/recorder/StepEditor.ts | addSelector": {
|
|
12753
12903
|
"message": "Add a selector"
|
|
12754
12904
|
},
|
|
12755
|
-
"panels/recorder/
|
|
12905
|
+
"panels/recorder/StepEditor.ts | addSelectorPart": {
|
|
12756
12906
|
"message": "Add a selector part"
|
|
12757
12907
|
},
|
|
12758
|
-
"panels/recorder/
|
|
12908
|
+
"panels/recorder/StepEditor.ts | deleteRow": {
|
|
12759
12909
|
"message": "Delete row"
|
|
12760
12910
|
},
|
|
12761
|
-
"panels/recorder/
|
|
12911
|
+
"panels/recorder/StepEditor.ts | notSaved": {
|
|
12762
12912
|
"message": "Not saved: {error}"
|
|
12763
12913
|
},
|
|
12764
|
-
"panels/recorder/
|
|
12914
|
+
"panels/recorder/StepEditor.ts | removeFrameIndex": {
|
|
12765
12915
|
"message": "Remove frame index"
|
|
12766
12916
|
},
|
|
12767
|
-
"panels/recorder/
|
|
12917
|
+
"panels/recorder/StepEditor.ts | removeSelector": {
|
|
12768
12918
|
"message": "Remove a selector"
|
|
12769
12919
|
},
|
|
12770
|
-
"panels/recorder/
|
|
12920
|
+
"panels/recorder/StepEditor.ts | removeSelectorPart": {
|
|
12771
12921
|
"message": "Remove a selector part"
|
|
12772
12922
|
},
|
|
12773
|
-
"panels/recorder/
|
|
12774
|
-
"message": "
|
|
12923
|
+
"panels/recorder/StepEditor.ts | unknownActionType": {
|
|
12924
|
+
"message": "Enter a valid action type"
|
|
12775
12925
|
},
|
|
12776
|
-
"panels/recorder/
|
|
12926
|
+
"panels/recorder/StepView.ts | addBreakpoint": {
|
|
12777
12927
|
"message": "Add breakpoint"
|
|
12778
12928
|
},
|
|
12779
|
-
"panels/recorder/
|
|
12929
|
+
"panels/recorder/StepView.ts | addStepAfter": {
|
|
12780
12930
|
"message": "Add step after"
|
|
12781
12931
|
},
|
|
12782
|
-
"panels/recorder/
|
|
12932
|
+
"panels/recorder/StepView.ts | addStepBefore": {
|
|
12783
12933
|
"message": "Add step before"
|
|
12784
12934
|
},
|
|
12785
|
-
"panels/recorder/
|
|
12935
|
+
"panels/recorder/StepView.ts | breakpoints": {
|
|
12786
12936
|
"message": "Breakpoints"
|
|
12787
12937
|
},
|
|
12788
|
-
"panels/recorder/
|
|
12938
|
+
"panels/recorder/StepView.ts | changeStepTitle": {
|
|
12789
12939
|
"message": "Change"
|
|
12790
12940
|
},
|
|
12791
|
-
"panels/recorder/
|
|
12941
|
+
"panels/recorder/StepView.ts | clickStepTitle": {
|
|
12792
12942
|
"message": "Click"
|
|
12793
12943
|
},
|
|
12794
|
-
"panels/recorder/
|
|
12944
|
+
"panels/recorder/StepView.ts | closeStepTitle": {
|
|
12795
12945
|
"message": "Close"
|
|
12796
12946
|
},
|
|
12797
|
-
"panels/recorder/
|
|
12947
|
+
"panels/recorder/StepView.ts | copyAs": {
|
|
12798
12948
|
"message": "Copy as"
|
|
12799
12949
|
},
|
|
12800
|
-
"panels/recorder/
|
|
12950
|
+
"panels/recorder/StepView.ts | customStepTitle": {
|
|
12801
12951
|
"message": "Custom step"
|
|
12802
12952
|
},
|
|
12803
|
-
"panels/recorder/
|
|
12953
|
+
"panels/recorder/StepView.ts | doubleClickStepTitle": {
|
|
12804
12954
|
"message": "Double click"
|
|
12805
12955
|
},
|
|
12806
|
-
"panels/recorder/
|
|
12956
|
+
"panels/recorder/StepView.ts | elementRoleButton": {
|
|
12807
12957
|
"message": "Button"
|
|
12808
12958
|
},
|
|
12809
|
-
"panels/recorder/
|
|
12959
|
+
"panels/recorder/StepView.ts | elementRoleFallback": {
|
|
12810
12960
|
"message": "Element"
|
|
12811
12961
|
},
|
|
12812
|
-
"panels/recorder/
|
|
12962
|
+
"panels/recorder/StepView.ts | elementRoleInput": {
|
|
12813
12963
|
"message": "Input"
|
|
12814
12964
|
},
|
|
12815
|
-
"panels/recorder/
|
|
12965
|
+
"panels/recorder/StepView.ts | emulateNetworkConditionsStepTitle": {
|
|
12816
12966
|
"message": "Emulate network conditions"
|
|
12817
12967
|
},
|
|
12818
|
-
"panels/recorder/
|
|
12968
|
+
"panels/recorder/StepView.ts | hoverStepTitle": {
|
|
12819
12969
|
"message": "Hover"
|
|
12820
12970
|
},
|
|
12821
|
-
"panels/recorder/
|
|
12971
|
+
"panels/recorder/StepView.ts | keyDownStepTitle": {
|
|
12822
12972
|
"message": "Key down"
|
|
12823
12973
|
},
|
|
12824
|
-
"panels/recorder/
|
|
12974
|
+
"panels/recorder/StepView.ts | keyUpStepTitle": {
|
|
12825
12975
|
"message": "Key up"
|
|
12826
12976
|
},
|
|
12827
|
-
"panels/recorder/
|
|
12977
|
+
"panels/recorder/StepView.ts | navigateStepTitle": {
|
|
12828
12978
|
"message": "Navigate"
|
|
12829
12979
|
},
|
|
12830
|
-
"panels/recorder/
|
|
12980
|
+
"panels/recorder/StepView.ts | openStepActions": {
|
|
12831
12981
|
"message": "Open step actions"
|
|
12832
12982
|
},
|
|
12833
|
-
"panels/recorder/
|
|
12983
|
+
"panels/recorder/StepView.ts | removeBreakpoint": {
|
|
12834
12984
|
"message": "Remove breakpoint"
|
|
12835
12985
|
},
|
|
12836
|
-
"panels/recorder/
|
|
12986
|
+
"panels/recorder/StepView.ts | removeStep": {
|
|
12837
12987
|
"message": "Remove step"
|
|
12838
12988
|
},
|
|
12839
|
-
"panels/recorder/
|
|
12989
|
+
"panels/recorder/StepView.ts | scrollStepTitle": {
|
|
12840
12990
|
"message": "Scroll"
|
|
12841
12991
|
},
|
|
12842
|
-
"panels/recorder/
|
|
12992
|
+
"panels/recorder/StepView.ts | setViewportClickTitle": {
|
|
12843
12993
|
"message": "Set viewport"
|
|
12844
12994
|
},
|
|
12845
|
-
"panels/recorder/
|
|
12995
|
+
"panels/recorder/StepView.ts | stepManagement": {
|
|
12846
12996
|
"message": "Manage steps"
|
|
12847
12997
|
},
|
|
12848
|
-
"panels/recorder/
|
|
12998
|
+
"panels/recorder/StepView.ts | waitForElementStepTitle": {
|
|
12849
12999
|
"message": "Wait for element"
|
|
12850
13000
|
},
|
|
12851
|
-
"panels/recorder/
|
|
13001
|
+
"panels/recorder/StepView.ts | waitForExpressionStepTitle": {
|
|
12852
13002
|
"message": "Wait for expression"
|
|
12853
13003
|
},
|
|
12854
|
-
"panels/recorder/models/RecorderSettings.ts | defaultRecordingName": {
|
|
12855
|
-
"message": "Recording {DATE} at {TIME}"
|
|
12856
|
-
},
|
|
12857
|
-
"panels/recorder/recorder-meta.ts | createRecording": {
|
|
12858
|
-
"message": "Create a new recording"
|
|
12859
|
-
},
|
|
12860
|
-
"panels/recorder/recorder-meta.ts | recorder": {
|
|
12861
|
-
"message": "Recorder"
|
|
12862
|
-
},
|
|
12863
|
-
"panels/recorder/recorder-meta.ts | replayRecording": {
|
|
12864
|
-
"message": "Replay recording"
|
|
12865
|
-
},
|
|
12866
|
-
"panels/recorder/recorder-meta.ts | showRecorder": {
|
|
12867
|
-
"message": "Show Recorder"
|
|
12868
|
-
},
|
|
12869
|
-
"panels/recorder/recorder-meta.ts | startStopRecording": {
|
|
12870
|
-
"message": "Start/Stop recording"
|
|
12871
|
-
},
|
|
12872
|
-
"panels/recorder/recorder-meta.ts | toggleCode": {
|
|
12873
|
-
"message": "Toggle code view"
|
|
12874
|
-
},
|
|
12875
|
-
"panels/recorder/RecorderController.ts | allowImporting": {
|
|
12876
|
-
"message": "allow importing"
|
|
12877
|
-
},
|
|
12878
|
-
"panels/recorder/RecorderController.ts | continueReplay": {
|
|
12879
|
-
"message": "Continue"
|
|
12880
|
-
},
|
|
12881
|
-
"panels/recorder/RecorderController.ts | copyShortcut": {
|
|
12882
|
-
"message": "Copy recording or selected step"
|
|
12883
|
-
},
|
|
12884
|
-
"panels/recorder/RecorderController.ts | createRecording": {
|
|
12885
|
-
"message": "Create recording"
|
|
12886
|
-
},
|
|
12887
|
-
"panels/recorder/RecorderController.ts | deleteRecording": {
|
|
12888
|
-
"message": "Delete recording"
|
|
12889
|
-
},
|
|
12890
|
-
"panels/recorder/RecorderController.ts | doNotImport": {
|
|
12891
|
-
"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."
|
|
12892
|
-
},
|
|
12893
|
-
"panels/recorder/RecorderController.ts | doYouTrustThisCode": {
|
|
12894
|
-
"message": "Do you trust this recording?"
|
|
12895
|
-
},
|
|
12896
|
-
"panels/recorder/RecorderController.ts | export": {
|
|
12897
|
-
"message": "Export"
|
|
12898
|
-
},
|
|
12899
|
-
"panels/recorder/RecorderController.ts | exportRecording": {
|
|
12900
|
-
"message": "Export recording"
|
|
12901
|
-
},
|
|
12902
|
-
"panels/recorder/RecorderController.ts | exportViaExtensions": {
|
|
12903
|
-
"message": "Export via extensions"
|
|
12904
|
-
},
|
|
12905
|
-
"panels/recorder/RecorderController.ts | getExtensions": {
|
|
12906
|
-
"message": "Get extensions…"
|
|
12907
|
-
},
|
|
12908
|
-
"panels/recorder/RecorderController.ts | header": {
|
|
12909
|
-
"message": "Nothing recorded yet"
|
|
12910
|
-
},
|
|
12911
|
-
"panels/recorder/RecorderController.ts | importRecording": {
|
|
12912
|
-
"message": "Import recording"
|
|
12913
|
-
},
|
|
12914
|
-
"panels/recorder/RecorderController.ts | learnMore": {
|
|
12915
|
-
"message": "Learn more"
|
|
12916
|
-
},
|
|
12917
|
-
"panels/recorder/RecorderController.ts | noRecordings": {
|
|
12918
|
-
"message": "No recordings"
|
|
12919
|
-
},
|
|
12920
|
-
"panels/recorder/RecorderController.ts | numberOfRecordings": {
|
|
12921
|
-
"message": "recording(s)"
|
|
12922
|
-
},
|
|
12923
|
-
"panels/recorder/RecorderController.ts | recordingDeleted": {
|
|
12924
|
-
"message": "Recording deleted"
|
|
12925
|
-
},
|
|
12926
|
-
"panels/recorder/RecorderController.ts | recordingDescription": {
|
|
12927
|
-
"message": "Use recordings to create automated end-to-end tests or performance traces."
|
|
12928
|
-
},
|
|
12929
|
-
"panels/recorder/RecorderController.ts | recordingExported": {
|
|
12930
|
-
"message": "Recording exported"
|
|
12931
|
-
},
|
|
12932
|
-
"panels/recorder/RecorderController.ts | recordingImported": {
|
|
12933
|
-
"message": "Recording imported"
|
|
12934
|
-
},
|
|
12935
|
-
"panels/recorder/RecorderController.ts | replayRecording": {
|
|
12936
|
-
"message": "Replay recording"
|
|
12937
|
-
},
|
|
12938
|
-
"panels/recorder/RecorderController.ts | sendFeedback": {
|
|
12939
|
-
"message": "Send feedback"
|
|
12940
|
-
},
|
|
12941
|
-
"panels/recorder/RecorderController.ts | startStopRecording": {
|
|
12942
|
-
"message": "Start/Stop recording"
|
|
12943
|
-
},
|
|
12944
|
-
"panels/recorder/RecorderController.ts | stepOverReplay": {
|
|
12945
|
-
"message": "Execute one step"
|
|
12946
|
-
},
|
|
12947
|
-
"panels/recorder/RecorderController.ts | toggleCode": {
|
|
12948
|
-
"message": "Toggle code view"
|
|
12949
|
-
},
|
|
12950
|
-
"panels/recorder/RecorderController.ts | typeAllowImporting": {
|
|
12951
|
-
"message": "Type “{PH1}”"
|
|
12952
|
-
},
|
|
12953
13004
|
"panels/screencast/ScreencastApp.ts | toggleScreencast": {
|
|
12954
13005
|
"message": "Toggle screencast"
|
|
12955
13006
|
},
|
|
@@ -12957,10 +13008,10 @@
|
|
|
12957
13008
|
"message": "Address bar"
|
|
12958
13009
|
},
|
|
12959
13010
|
"panels/screencast/ScreencastView.ts | back": {
|
|
12960
|
-
"message": "
|
|
13011
|
+
"message": "Back"
|
|
12961
13012
|
},
|
|
12962
13013
|
"panels/screencast/ScreencastView.ts | forward": {
|
|
12963
|
-
"message": "
|
|
13014
|
+
"message": "Forward"
|
|
12964
13015
|
},
|
|
12965
13016
|
"panels/screencast/ScreencastView.ts | mouseInput": {
|
|
12966
13017
|
"message": "Use mouse"
|
|
@@ -12969,7 +13020,7 @@
|
|
|
12969
13020
|
"message": "Profiling in progress"
|
|
12970
13021
|
},
|
|
12971
13022
|
"panels/screencast/ScreencastView.ts | reload": {
|
|
12972
|
-
"message": "
|
|
13023
|
+
"message": "Reload"
|
|
12973
13024
|
},
|
|
12974
13025
|
"panels/screencast/ScreencastView.ts | screencastViewOfDebugTarget": {
|
|
12975
13026
|
"message": "Screencast view of debug target"
|
|
@@ -12984,7 +13035,7 @@
|
|
|
12984
13035
|
"message": "Line {PH1}"
|
|
12985
13036
|
},
|
|
12986
13037
|
"panels/search/SearchResultsPane.ts | matchesCountS": {
|
|
12987
|
-
"message": "Matches
|
|
13038
|
+
"message": "Matches count {PH1}"
|
|
12988
13039
|
},
|
|
12989
13040
|
"panels/search/SearchResultsPane.ts | showDMore": {
|
|
12990
13041
|
"message": "Show {PH1} more"
|
|
@@ -13065,10 +13116,10 @@
|
|
|
13065
13116
|
"message": "The security of this page is unknown."
|
|
13066
13117
|
},
|
|
13067
13118
|
"panels/security/SecurityModel.ts | thisPageIsNotSecure": {
|
|
13068
|
-
"message": "This page
|
|
13119
|
+
"message": "This page isn’t secure."
|
|
13069
13120
|
},
|
|
13070
13121
|
"panels/security/SecurityModel.ts | thisPageIsNotSecureBrokenHttps": {
|
|
13071
|
-
"message": "This page
|
|
13122
|
+
"message": "This page isn’t secure (broken HTTPS)."
|
|
13072
13123
|
},
|
|
13073
13124
|
"panels/security/SecurityModel.ts | thisPageIsSecureValidHttps": {
|
|
13074
13125
|
"message": "This page is secure (valid HTTPS)."
|
|
@@ -13125,10 +13176,10 @@
|
|
|
13125
13176
|
"message": "Hide full details"
|
|
13126
13177
|
},
|
|
13127
13178
|
"panels/security/SecurityPanel.ts | ifYouBelieveThisIsShownIn": {
|
|
13128
|
-
"message": "If you believe this is shown in error
|
|
13179
|
+
"message": "If you believe this is shown in error, visit https://g.co/chrome/lookalike-warnings."
|
|
13129
13180
|
},
|
|
13130
13181
|
"panels/security/SecurityPanel.ts | ifYouBelieveThisIsShownInErrorSafety": {
|
|
13131
|
-
"message": "If you believe this is shown in error
|
|
13182
|
+
"message": "If you believe this is shown in error, visit https://g.co/chrome/lookalike-warnings."
|
|
13132
13183
|
},
|
|
13133
13184
|
"panels/security/SecurityPanel.ts | info": {
|
|
13134
13185
|
"message": "Info"
|
|
@@ -13254,7 +13305,7 @@
|
|
|
13254
13305
|
"message": "The certificate chain for this site contains a certificate signed using SHA-1."
|
|
13255
13306
|
},
|
|
13256
13307
|
"panels/security/SecurityPanel.ts | theCertificateForThisSiteDoesNot": {
|
|
13257
|
-
"message": "The certificate for this site
|
|
13308
|
+
"message": "The certificate for this site doesn’t contain a Subject Alternative Name extension containing a domain name or IP address."
|
|
13258
13309
|
},
|
|
13259
13310
|
"panels/security/SecurityPanel.ts | theCertificateForThisSiteExpires": {
|
|
13260
13311
|
"message": "The certificate for this site expires in less than 48 hours and needs to be renewed."
|
|
@@ -13281,7 +13332,7 @@
|
|
|
13281
13332
|
"message": "This page has a non-HTTPS secure origin."
|
|
13282
13333
|
},
|
|
13283
13334
|
"panels/security/SecurityPanel.ts | thisPageIncludesAFormWithA": {
|
|
13284
|
-
"message": "This page includes a form with a non-secure
|
|
13335
|
+
"message": "This page includes a form with a non-secure “action” attribute."
|
|
13285
13336
|
},
|
|
13286
13337
|
"panels/security/SecurityPanel.ts | thisPageIncludesHttpResources": {
|
|
13287
13338
|
"message": "This page includes HTTP resources."
|
|
@@ -13302,10 +13353,10 @@
|
|
|
13302
13353
|
"message": "This page is suspicious (flagged by Chrome)."
|
|
13303
13354
|
},
|
|
13304
13355
|
"panels/security/SecurityPanel.ts | thisRequestCompliesWithChromes": {
|
|
13305
|
-
"message": "This request complies with Chrome
|
|
13356
|
+
"message": "This request complies with Chrome’s Certificate Transparency policy."
|
|
13306
13357
|
},
|
|
13307
13358
|
"panels/security/SecurityPanel.ts | thisRequestDoesNotComplyWith": {
|
|
13308
|
-
"message": "This request
|
|
13359
|
+
"message": "This request doesn’t comply with Chrome’s Certificate Transparency policy."
|
|
13309
13360
|
},
|
|
13310
13361
|
"panels/security/SecurityPanel.ts | thisResponseWasLoadedFromCache": {
|
|
13311
13362
|
"message": "This response was loaded from cache. Some security details might be missing."
|
|
@@ -13314,10 +13365,10 @@
|
|
|
13314
13365
|
"message": "This site is missing a valid, trusted certificate ({PH1})."
|
|
13315
13366
|
},
|
|
13316
13367
|
"panels/security/SecurityPanel.ts | thisSitesHostnameLooksSimilarToP": {
|
|
13317
|
-
"message": "This site
|
|
13368
|
+
"message": "This site’s hostname looks similar to {PH1}. Attackers sometimes mimic sites by making small, hard-to-see changes to the domain name."
|
|
13318
13369
|
},
|
|
13319
13370
|
"panels/security/SecurityPanel.ts | toCheckThisPagesStatusVisit": {
|
|
13320
|
-
"message": "To check this page
|
|
13371
|
+
"message": "To check this page’s status, visit g.co/safebrowsingstatus."
|
|
13321
13372
|
},
|
|
13322
13373
|
"panels/security/SecurityPanel.ts | unknownField": {
|
|
13323
13374
|
"message": "unknown"
|
|
@@ -13338,10 +13389,10 @@
|
|
|
13338
13389
|
"message": "View certificate"
|
|
13339
13390
|
},
|
|
13340
13391
|
"panels/security/SecurityPanel.ts | viewDRequestsInNetworkPanel": {
|
|
13341
|
-
"message": "{n, plural, =1 {View # request in Network
|
|
13392
|
+
"message": "{n, plural, =1 {View # request in Network panel} other {View # requests in Network panel}}"
|
|
13342
13393
|
},
|
|
13343
13394
|
"panels/security/SecurityPanel.ts | viewRequestsInNetworkPanel": {
|
|
13344
|
-
"message": "View requests in Network
|
|
13395
|
+
"message": "View requests in Network panel"
|
|
13345
13396
|
},
|
|
13346
13397
|
"panels/security/SecurityPanel.ts | youHaveRecentlyAllowedContent": {
|
|
13347
13398
|
"message": "You have recently allowed content loaded with certificate errors (such as scripts or iframes) to run on this site."
|
|
@@ -13350,7 +13401,7 @@
|
|
|
13350
13401
|
"message": "You have recently allowed non-secure content (such as scripts or iframes) to run on this site."
|
|
13351
13402
|
},
|
|
13352
13403
|
"panels/security/SecurityPanel.ts | yourConnectionToThisOriginIsNot": {
|
|
13353
|
-
"message": "Your connection to this origin
|
|
13404
|
+
"message": "Your connection to this origin isn’t secure."
|
|
13354
13405
|
},
|
|
13355
13406
|
"panels/security/SecurityPanel.ts | yourPageRequestedNonsecure": {
|
|
13356
13407
|
"message": "Your page requested non-secure resources that were blocked."
|
|
@@ -13413,7 +13464,7 @@
|
|
|
13413
13464
|
"message": "Location name"
|
|
13414
13465
|
},
|
|
13415
13466
|
"panels/sensors/LocationsSettingsTab.ts | locationNameCannotBeEmpty": {
|
|
13416
|
-
"message": "Location name
|
|
13467
|
+
"message": "Location name can’t be empty"
|
|
13417
13468
|
},
|
|
13418
13469
|
"panels/sensors/LocationsSettingsTab.ts | locationNameMustBeLessThanS": {
|
|
13419
13470
|
"message": "Location name must be less than {PH1} characters"
|
|
@@ -13445,27 +13496,9 @@
|
|
|
13445
13496
|
"panels/sensors/sensors-meta.ts | accelerometer": {
|
|
13446
13497
|
"message": "accelerometer"
|
|
13447
13498
|
},
|
|
13448
|
-
"panels/sensors/sensors-meta.ts | cpuPressure": {
|
|
13449
|
-
"message": "CPU Pressure"
|
|
13450
|
-
},
|
|
13451
|
-
"panels/sensors/sensors-meta.ts | critical": {
|
|
13452
|
-
"message": "Critical"
|
|
13453
|
-
},
|
|
13454
|
-
"panels/sensors/sensors-meta.ts | devicebased": {
|
|
13455
|
-
"message": "Device-based"
|
|
13456
|
-
},
|
|
13457
13499
|
"panels/sensors/sensors-meta.ts | deviceOrientation": {
|
|
13458
13500
|
"message": "device orientation"
|
|
13459
13501
|
},
|
|
13460
|
-
"panels/sensors/sensors-meta.ts | emulateIdleDetectorState": {
|
|
13461
|
-
"message": "Emulate Idle Detector state"
|
|
13462
|
-
},
|
|
13463
|
-
"panels/sensors/sensors-meta.ts | fair": {
|
|
13464
|
-
"message": "Fair"
|
|
13465
|
-
},
|
|
13466
|
-
"panels/sensors/sensors-meta.ts | forceEnabled": {
|
|
13467
|
-
"message": "Force enabled"
|
|
13468
|
-
},
|
|
13469
13502
|
"panels/sensors/sensors-meta.ts | geolocation": {
|
|
13470
13503
|
"message": "geolocation"
|
|
13471
13504
|
},
|
|
@@ -13478,21 +13511,9 @@
|
|
|
13478
13511
|
"panels/sensors/sensors-meta.ts | locations": {
|
|
13479
13512
|
"message": "Locations"
|
|
13480
13513
|
},
|
|
13481
|
-
"panels/sensors/sensors-meta.ts | noIdleEmulation": {
|
|
13482
|
-
"message": "No idle emulation"
|
|
13483
|
-
},
|
|
13484
|
-
"panels/sensors/sensors-meta.ts | nominal": {
|
|
13485
|
-
"message": "Nominal"
|
|
13486
|
-
},
|
|
13487
|
-
"panels/sensors/sensors-meta.ts | noPressureEmulation": {
|
|
13488
|
-
"message": "No override"
|
|
13489
|
-
},
|
|
13490
13514
|
"panels/sensors/sensors-meta.ts | sensors": {
|
|
13491
13515
|
"message": "Sensors"
|
|
13492
13516
|
},
|
|
13493
|
-
"panels/sensors/sensors-meta.ts | serious": {
|
|
13494
|
-
"message": "Serious"
|
|
13495
|
-
},
|
|
13496
13517
|
"panels/sensors/sensors-meta.ts | showLocations": {
|
|
13497
13518
|
"message": "Show Locations"
|
|
13498
13519
|
},
|
|
@@ -13502,26 +13523,11 @@
|
|
|
13502
13523
|
"panels/sensors/sensors-meta.ts | timezones": {
|
|
13503
13524
|
"message": "timezones"
|
|
13504
13525
|
},
|
|
13505
|
-
"panels/sensors/sensors-meta.ts | touch": {
|
|
13506
|
-
"message": "Touch"
|
|
13507
|
-
},
|
|
13508
|
-
"panels/sensors/sensors-meta.ts | userActiveScreenLocked": {
|
|
13509
|
-
"message": "User active, screen locked"
|
|
13510
|
-
},
|
|
13511
|
-
"panels/sensors/sensors-meta.ts | userActiveScreenUnlocked": {
|
|
13512
|
-
"message": "User active, screen unlocked"
|
|
13513
|
-
},
|
|
13514
|
-
"panels/sensors/sensors-meta.ts | userIdleScreenLocked": {
|
|
13515
|
-
"message": "User idle, screen locked"
|
|
13516
|
-
},
|
|
13517
|
-
"panels/sensors/sensors-meta.ts | userIdleScreenUnlocked": {
|
|
13518
|
-
"message": "User idle, screen unlocked"
|
|
13519
|
-
},
|
|
13520
13526
|
"panels/sensors/SensorsView.ts | accuracy": {
|
|
13521
13527
|
"message": "Accuracy"
|
|
13522
13528
|
},
|
|
13523
13529
|
"panels/sensors/SensorsView.ts | adjustWithMousewheelOrUpdownKeys": {
|
|
13524
|
-
"message": "Adjust with mousewheel or up/down keys. {PH1}: ±10, Shift: ±1, Alt: ±0.01"
|
|
13530
|
+
"message": "Adjust with mousewheel or up/down keys. {PH1}: ±10, Shift: ±1, Alt: ±0.01."
|
|
13525
13531
|
},
|
|
13526
13532
|
"panels/sensors/SensorsView.ts | alpha": {
|
|
13527
13533
|
"message": "α (alpha)"
|
|
@@ -13622,6 +13628,9 @@
|
|
|
13622
13628
|
"panels/sensors/SensorsView.ts | timezoneId": {
|
|
13623
13629
|
"message": "Timezone ID"
|
|
13624
13630
|
},
|
|
13631
|
+
"panels/settings/AISettingsTab.ts | ageRestricted": {
|
|
13632
|
+
"message": "This feature is only available to users 18 years or older."
|
|
13633
|
+
},
|
|
13625
13634
|
"panels/settings/AISettingsTab.ts | aIAnnotationsFeatureDescription": {
|
|
13626
13635
|
"message": "Automatically generate titles for performance trace annotations"
|
|
13627
13636
|
},
|
|
@@ -13638,7 +13647,7 @@
|
|
|
13638
13647
|
"message": "Debug styling, network, performance, source code, accessibility and storage issues with DevTools AI assistance"
|
|
13639
13648
|
},
|
|
13640
13649
|
"panels/settings/AISettingsTab.ts | aiAssistanceWhenOnItem2V2": {
|
|
13641
|
-
"message": "Follow the agent
|
|
13650
|
+
"message": "Follow the agent’s reasoning step-by-step and quickly jump to the relevant source data"
|
|
13642
13651
|
},
|
|
13643
13652
|
"panels/settings/AISettingsTab.ts | asYouTypeCodeSuggestions": {
|
|
13644
13653
|
"message": "As you type in the Console or Sources panel, you’ll get code suggestions. Press Tab to accept one."
|
|
@@ -13695,7 +13704,7 @@
|
|
|
13695
13704
|
"message": "Understand CSS styles with AI-powered insights"
|
|
13696
13705
|
},
|
|
13697
13706
|
"panels/settings/AISettingsTab.ts | explainStylingAndNetworkRequest": {
|
|
13698
|
-
"message": "Understand CSS styles
|
|
13707
|
+
"message": "Understand CSS styles and network activity with AI-powered insights"
|
|
13699
13708
|
},
|
|
13700
13709
|
"panels/settings/AISettingsTab.ts | explainStylingNetworkAndFile": {
|
|
13701
13710
|
"message": "Understand CSS styles, network activity, and file origins with AI-powered insights"
|
|
@@ -13728,7 +13737,7 @@
|
|
|
13728
13737
|
"message": "Get help with understanding CSS styles"
|
|
13729
13738
|
},
|
|
13730
13739
|
"panels/settings/AISettingsTab.ts | helpUnderstandStylingAndNetworkRequest": {
|
|
13731
|
-
"message": "Get help with understanding CSS styles
|
|
13740
|
+
"message": "Get help with understanding CSS styles and network requests"
|
|
13732
13741
|
},
|
|
13733
13742
|
"panels/settings/AISettingsTab.ts | helpUnderstandStylingNetworkAndFile": {
|
|
13734
13743
|
"message": "Get help with understanding CSS styles, network requests, and files"
|
|
@@ -13739,6 +13748,15 @@
|
|
|
13739
13748
|
"panels/settings/AISettingsTab.ts | learnMore": {
|
|
13740
13749
|
"message": "Learn more"
|
|
13741
13750
|
},
|
|
13751
|
+
"panels/settings/AISettingsTab.ts | notAvailableInIncognitoMode": {
|
|
13752
|
+
"message": "AI assistance isn’t available in Incognito mode or Guest mode."
|
|
13753
|
+
},
|
|
13754
|
+
"panels/settings/AISettingsTab.ts | notLoggedIn": {
|
|
13755
|
+
"message": "This feature is only available when you sign in to Chrome with your Google account."
|
|
13756
|
+
},
|
|
13757
|
+
"panels/settings/AISettingsTab.ts | offline": {
|
|
13758
|
+
"message": "This feature is only available with an active internet connection."
|
|
13759
|
+
},
|
|
13742
13760
|
"panels/settings/AISettingsTab.ts | privacyNotice": {
|
|
13743
13761
|
"message": "Google Privacy Policy"
|
|
13744
13762
|
},
|
|
@@ -13757,9 +13775,15 @@
|
|
|
13757
13775
|
"panels/settings/AISettingsTab.ts | showLess": {
|
|
13758
13776
|
"message": "Show less"
|
|
13759
13777
|
},
|
|
13778
|
+
"panels/settings/AISettingsTab.ts | showLessOfSetting": {
|
|
13779
|
+
"message": "Show less of {PH1}"
|
|
13780
|
+
},
|
|
13760
13781
|
"panels/settings/AISettingsTab.ts | showMore": {
|
|
13761
13782
|
"message": "Show more"
|
|
13762
13783
|
},
|
|
13784
|
+
"panels/settings/AISettingsTab.ts | showMoreOfSetting": {
|
|
13785
|
+
"message": "Show more of {PH1}"
|
|
13786
|
+
},
|
|
13763
13787
|
"panels/settings/AISettingsTab.ts | termsOfService": {
|
|
13764
13788
|
"message": "Google Terms of Service"
|
|
13765
13789
|
},
|
|
@@ -13788,7 +13812,7 @@
|
|
|
13788
13812
|
"message": "Unknown plan"
|
|
13789
13813
|
},
|
|
13790
13814
|
"panels/settings/components/SyncSection.ts | notSignedIn": {
|
|
13791
|
-
"message": "You
|
|
13815
|
+
"message": "You’re not signed in to Chrome."
|
|
13792
13816
|
},
|
|
13793
13817
|
"panels/settings/components/SyncSection.ts | preferencesSyncDisabled": {
|
|
13794
13818
|
"message": "You need to first enable saving Chrome settings in your Google account."
|
|
@@ -13797,7 +13821,7 @@
|
|
|
13797
13821
|
"message": "Relevant data"
|
|
13798
13822
|
},
|
|
13799
13823
|
"panels/settings/components/SyncSection.ts | signedIn": {
|
|
13800
|
-
"message": "Signed
|
|
13824
|
+
"message": "Signed in to Chrome as:"
|
|
13801
13825
|
},
|
|
13802
13826
|
"panels/settings/components/SyncSection.ts | signUp": {
|
|
13803
13827
|
"message": "Sign up"
|
|
@@ -13824,7 +13848,7 @@
|
|
|
13824
13848
|
"message": "URL"
|
|
13825
13849
|
},
|
|
13826
13850
|
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | addBrand": {
|
|
13827
|
-
"message": "Add
|
|
13851
|
+
"message": "Add brand"
|
|
13828
13852
|
},
|
|
13829
13853
|
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | addedBrand": {
|
|
13830
13854
|
"message": "Added brand row"
|
|
@@ -13878,10 +13902,10 @@
|
|
|
13878
13902
|
"message": "Mobile"
|
|
13879
13903
|
},
|
|
13880
13904
|
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | formFactorsGroupAriaLabel": {
|
|
13881
|
-
"message": "Available
|
|
13905
|
+
"message": "Available form factors"
|
|
13882
13906
|
},
|
|
13883
13907
|
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | formFactorsTitle": {
|
|
13884
|
-
"message": "Form
|
|
13908
|
+
"message": "Form factors (Sec-CH-UA-Form-Factors)"
|
|
13885
13909
|
},
|
|
13886
13910
|
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | formFactorTablet": {
|
|
13887
13911
|
"message": "Tablet"
|
|
@@ -13953,10 +13977,10 @@
|
|
|
13953
13977
|
"message": "Device {PH1} successfully added/updated."
|
|
13954
13978
|
},
|
|
13955
13979
|
"panels/settings/emulation/DevicesSettingsTab.ts | deviceName": {
|
|
13956
|
-
"message": "Device
|
|
13980
|
+
"message": "Device name"
|
|
13957
13981
|
},
|
|
13958
13982
|
"panels/settings/emulation/DevicesSettingsTab.ts | deviceNameCannotBeEmpty": {
|
|
13959
|
-
"message": "Device name
|
|
13983
|
+
"message": "Device name can’t be empty."
|
|
13960
13984
|
},
|
|
13961
13985
|
"panels/settings/emulation/DevicesSettingsTab.ts | deviceNameMustBeLessThanS": {
|
|
13962
13986
|
"message": "Device name must be less than {PH1} characters."
|
|
@@ -13971,7 +13995,7 @@
|
|
|
13971
13995
|
"message": "User agent string"
|
|
13972
13996
|
},
|
|
13973
13997
|
"panels/settings/emulation/DevicesSettingsTab.ts | userAgentStringCannotBeEmpty": {
|
|
13974
|
-
"message": "User agent string
|
|
13998
|
+
"message": "User agent string can’t be empty."
|
|
13975
13999
|
},
|
|
13976
14000
|
"panels/settings/emulation/DevicesSettingsTab.ts | userAgentType": {
|
|
13977
14001
|
"message": "User agent type"
|
|
@@ -13986,7 +14010,7 @@
|
|
|
13986
14010
|
"message": "Show Devices"
|
|
13987
14011
|
},
|
|
13988
14012
|
"panels/settings/FrameworkIgnoreListSettingsTab.ts | addFilenamePattern": {
|
|
13989
|
-
"message": "Add a regular expression rule for the script
|
|
14013
|
+
"message": "Add a regular expression rule for the script’s URL"
|
|
13990
14014
|
},
|
|
13991
14015
|
"panels/settings/FrameworkIgnoreListSettingsTab.ts | addPattern": {
|
|
13992
14016
|
"message": "Add regex rule"
|
|
@@ -14025,13 +14049,13 @@
|
|
|
14025
14049
|
"message": "Learn more"
|
|
14026
14050
|
},
|
|
14027
14051
|
"panels/settings/FrameworkIgnoreListSettingsTab.ts | pattern": {
|
|
14028
|
-
"message": "Add a regular expression rule for the script
|
|
14052
|
+
"message": "Add a regular expression rule for the script’s URL"
|
|
14029
14053
|
},
|
|
14030
14054
|
"panels/settings/FrameworkIgnoreListSettingsTab.ts | patternAlreadyExists": {
|
|
14031
14055
|
"message": "Rule already exists"
|
|
14032
14056
|
},
|
|
14033
14057
|
"panels/settings/FrameworkIgnoreListSettingsTab.ts | patternCannotBeEmpty": {
|
|
14034
|
-
"message": "Rule can
|
|
14058
|
+
"message": "Rule can’t be empty"
|
|
14035
14059
|
},
|
|
14036
14060
|
"panels/settings/FrameworkIgnoreListSettingsTab.ts | patternMustBeAValidRegular": {
|
|
14037
14061
|
"message": "Rule must be a valid regular expression"
|
|
@@ -14061,7 +14085,7 @@
|
|
|
14061
14085
|
"message": "No shortcut for action"
|
|
14062
14086
|
},
|
|
14063
14087
|
"panels/settings/KeybindsSettingsTab.ts | recordingKeys": {
|
|
14064
|
-
"message": "
|
|
14088
|
+
"message": "Recording keys"
|
|
14065
14089
|
},
|
|
14066
14090
|
"panels/settings/KeybindsSettingsTab.ts | removeShortcut": {
|
|
14067
14091
|
"message": "Remove shortcut"
|
|
@@ -14091,7 +14115,7 @@
|
|
|
14091
14115
|
"message": "Shortcuts"
|
|
14092
14116
|
},
|
|
14093
14117
|
"panels/settings/KeybindsSettingsTab.ts | shortcutsCannotContainOnly": {
|
|
14094
|
-
"message": "Shortcuts
|
|
14118
|
+
"message": "Shortcuts can’t contain only modifier keys."
|
|
14095
14119
|
},
|
|
14096
14120
|
"panels/settings/KeybindsSettingsTab.ts | thisShortcutIsInUseByS": {
|
|
14097
14121
|
"message": "This shortcut is in use by {PH1}: {PH2}."
|
|
@@ -14532,7 +14556,7 @@
|
|
|
14532
14556
|
"message": "Failed to load debug file \"{PH1}\"."
|
|
14533
14557
|
},
|
|
14534
14558
|
"panels/sources/DebuggerPlugin.ts | debuggingPowerReduced": {
|
|
14535
|
-
"message": "DevTools can
|
|
14559
|
+
"message": "DevTools can’t show authored sources, but you can debug the deployed code."
|
|
14536
14560
|
},
|
|
14537
14561
|
"panels/sources/DebuggerPlugin.ts | debugInfoNotFound": {
|
|
14538
14562
|
"message": "Failed to load any debug info for {PH1}"
|
|
@@ -14556,7 +14580,7 @@
|
|
|
14556
14580
|
"message": "Opens the request in the Developer resource panel"
|
|
14557
14581
|
},
|
|
14558
14582
|
"panels/sources/DebuggerPlugin.ts | reloadForSourceMap": {
|
|
14559
|
-
"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."
|
|
14560
14584
|
},
|
|
14561
14585
|
"panels/sources/DebuggerPlugin.ts | removeBreakpoint": {
|
|
14562
14586
|
"message": "{n, plural, =1 {Remove breakpoint} other {Remove all breakpoints in line}}"
|
|
@@ -14580,7 +14604,7 @@
|
|
|
14580
14604
|
"message": "The debugger will skip stepping through this script, and will not stop on exceptions."
|
|
14581
14605
|
},
|
|
14582
14606
|
"panels/sources/DebuggerPlugin.ts | thisScriptIsOnTheDebuggersIgnore": {
|
|
14583
|
-
"message": "This script is on the debugger
|
|
14607
|
+
"message": "This script is on the debugger’s ignore list"
|
|
14584
14608
|
},
|
|
14585
14609
|
"panels/sources/FilteredUISourceCodeListProvider.ts | noFilesFound": {
|
|
14586
14610
|
"message": "No files found"
|
|
@@ -14612,12 +14636,6 @@
|
|
|
14612
14636
|
"panels/sources/GoToLineQuickOpen.ts | typeANumberToGoToThatLine": {
|
|
14613
14637
|
"message": "Type a number to go to that line"
|
|
14614
14638
|
},
|
|
14615
|
-
"panels/sources/InplaceFormatterEditorAction.ts | format": {
|
|
14616
|
-
"message": "Format"
|
|
14617
|
-
},
|
|
14618
|
-
"panels/sources/InplaceFormatterEditorAction.ts | formatS": {
|
|
14619
|
-
"message": "Format {PH1}"
|
|
14620
|
-
},
|
|
14621
14639
|
"panels/sources/NavigatorView.ts | actionCannotBeUndone": {
|
|
14622
14640
|
"message": "This action cannot be undone."
|
|
14623
14641
|
},
|
|
@@ -14856,7 +14874,7 @@
|
|
|
14856
14874
|
"message": "Do not detect indentation"
|
|
14857
14875
|
},
|
|
14858
14876
|
"panels/sources/sources-meta.ts | doNotDisplayVariableValuesInline": {
|
|
14859
|
-
"message": "Don
|
|
14877
|
+
"message": "Don’t show variable values inline"
|
|
14860
14878
|
},
|
|
14861
14879
|
"panels/sources/sources-meta.ts | doNotSearchInAnonymousAndContent": {
|
|
14862
14880
|
"message": "Do not search in anonymous and content scripts"
|
|
@@ -15234,10 +15252,10 @@
|
|
|
15234
15252
|
"message": "Are you sure you want to close unsaved file: {PH1}?"
|
|
15235
15253
|
},
|
|
15236
15254
|
"panels/sources/TabbedEditorContainer.ts | changesWereNotSavedToFileSystemToSaveAddFolderToWorkspace": {
|
|
15237
|
-
"message": "Changes weren
|
|
15255
|
+
"message": "Changes weren’t saved to file system. To save, add {PH1} to your Workspace."
|
|
15238
15256
|
},
|
|
15239
15257
|
"panels/sources/TabbedEditorContainer.ts | changesWereNotSavedToFileSystemToSaveSetUpYourWorkspace": {
|
|
15240
|
-
"message": "Changes weren
|
|
15258
|
+
"message": "Changes weren’t saved to file system. To save, set up your {PH1}."
|
|
15241
15259
|
},
|
|
15242
15260
|
"panels/sources/TabbedEditorContainer.ts | unableToLoadThisContent": {
|
|
15243
15261
|
"message": "Unable to load this content."
|
|
@@ -15245,6 +15263,9 @@
|
|
|
15245
15263
|
"panels/sources/ThreadsSidebarPane.ts | paused": {
|
|
15246
15264
|
"message": "paused"
|
|
15247
15265
|
},
|
|
15266
|
+
"panels/sources/UISourceCodeFrame.ts | format": {
|
|
15267
|
+
"message": "Format"
|
|
15268
|
+
},
|
|
15248
15269
|
"panels/sources/WatchExpressionsSidebarPane.ts | addPropertyPathToWatch": {
|
|
15249
15270
|
"message": "Add property path to watch"
|
|
15250
15271
|
},
|
|
@@ -15333,7 +15354,7 @@
|
|
|
15333
15354
|
"message": "Dismiss"
|
|
15334
15355
|
},
|
|
15335
15356
|
"panels/timeline/components/CWVMetrics.ts | fieldMismatchNotice": {
|
|
15336
|
-
"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."
|
|
15337
15358
|
},
|
|
15338
15359
|
"panels/timeline/components/CWVMetrics.ts | fieldMismatchTitle": {
|
|
15339
15360
|
"message": "Field & local metrics mismatch"
|
|
@@ -15465,7 +15486,7 @@
|
|
|
15465
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."
|
|
15466
15487
|
},
|
|
15467
15488
|
"panels/timeline/components/IgnoreListSetting.ts | addNewRegex": {
|
|
15468
|
-
"message": "Add a regular expression rule for the script
|
|
15489
|
+
"message": "Add a regular expression rule for the script’s URL"
|
|
15469
15490
|
},
|
|
15470
15491
|
"panels/timeline/components/IgnoreListSetting.ts | ignoreList": {
|
|
15471
15492
|
"message": "Ignore list"
|
|
@@ -16181,12 +16202,6 @@
|
|
|
16181
16202
|
"panels/timeline/ThirdPartyTreeView.ts | unattributed": {
|
|
16182
16203
|
"message": "[unattributed]"
|
|
16183
16204
|
},
|
|
16184
|
-
"panels/timeline/ThreadAppender.ts | bidderWorklet": {
|
|
16185
|
-
"message": "Bidder Worklet"
|
|
16186
|
-
},
|
|
16187
|
-
"panels/timeline/ThreadAppender.ts | bidderWorkletS": {
|
|
16188
|
-
"message": "Bidder Worklet — {PH1}"
|
|
16189
|
-
},
|
|
16190
16205
|
"panels/timeline/ThreadAppender.ts | dedicatedWorker": {
|
|
16191
16206
|
"message": "Dedicated Worker"
|
|
16192
16207
|
},
|
|
@@ -16208,12 +16223,6 @@
|
|
|
16208
16223
|
"panels/timeline/ThreadAppender.ts | rasterizerThreadS": {
|
|
16209
16224
|
"message": "Rasterizer thread {PH1}"
|
|
16210
16225
|
},
|
|
16211
|
-
"panels/timeline/ThreadAppender.ts | sellerWorklet": {
|
|
16212
|
-
"message": "Seller Worklet"
|
|
16213
|
-
},
|
|
16214
|
-
"panels/timeline/ThreadAppender.ts | sellerWorkletS": {
|
|
16215
|
-
"message": "Seller Worklet — {PH1}"
|
|
16216
|
-
},
|
|
16217
16226
|
"panels/timeline/ThreadAppender.ts | threadPool": {
|
|
16218
16227
|
"message": "Thread pool"
|
|
16219
16228
|
},
|
|
@@ -16223,24 +16232,12 @@
|
|
|
16223
16232
|
"panels/timeline/ThreadAppender.ts | threadS": {
|
|
16224
16233
|
"message": "Thread {PH1}"
|
|
16225
16234
|
},
|
|
16226
|
-
"panels/timeline/ThreadAppender.ts | unknownWorklet": {
|
|
16227
|
-
"message": "Auction Worklet"
|
|
16228
|
-
},
|
|
16229
|
-
"panels/timeline/ThreadAppender.ts | unknownWorkletS": {
|
|
16230
|
-
"message": "Auction Worklet — {PH1}"
|
|
16231
|
-
},
|
|
16232
16235
|
"panels/timeline/ThreadAppender.ts | workerS": {
|
|
16233
16236
|
"message": "Worker — {PH1}"
|
|
16234
16237
|
},
|
|
16235
16238
|
"panels/timeline/ThreadAppender.ts | workerSS": {
|
|
16236
16239
|
"message": "Worker: {PH1} — {PH2}"
|
|
16237
16240
|
},
|
|
16238
|
-
"panels/timeline/ThreadAppender.ts | workletService": {
|
|
16239
|
-
"message": "Auction Worklet service"
|
|
16240
|
-
},
|
|
16241
|
-
"panels/timeline/ThreadAppender.ts | workletServiceS": {
|
|
16242
|
-
"message": "Auction Worklet service — {PH1}"
|
|
16243
|
-
},
|
|
16244
16241
|
"panels/timeline/timeline-meta.ts | chromeFrameInLayersView": {
|
|
16245
16242
|
"message": "Chrome frame in Layers view"
|
|
16246
16243
|
},
|
|
@@ -16617,13 +16614,13 @@
|
|
|
16617
16614
|
"message": "% of slow-path non-matches"
|
|
16618
16615
|
},
|
|
16619
16616
|
"panels/timeline/TimelineSelectorStatsView.ts | slowPathNonMatchesExplanation": {
|
|
16620
|
-
"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."
|
|
16621
16618
|
},
|
|
16622
16619
|
"panels/timeline/TimelineSelectorStatsView.ts | styleSheetId": {
|
|
16623
16620
|
"message": "Style Sheet"
|
|
16624
16621
|
},
|
|
16625
16622
|
"panels/timeline/TimelineSelectorStatsView.ts | styleSheetIdExplanation": {
|
|
16626
|
-
"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."
|
|
16627
16624
|
},
|
|
16628
16625
|
"panels/timeline/TimelineSelectorStatsView.ts | tableCopiedToClipboard": {
|
|
16629
16626
|
"message": "Table copied to clipboard"
|
|
@@ -17139,16 +17136,16 @@
|
|
|
17139
17136
|
"message": "Audio context: {PH1}"
|
|
17140
17137
|
},
|
|
17141
17138
|
"panels/web_audio/WebAudioView.ts | callbackBufferSize": {
|
|
17142
|
-
"message": "Callback
|
|
17139
|
+
"message": "Callback buffer size"
|
|
17143
17140
|
},
|
|
17144
17141
|
"panels/web_audio/WebAudioView.ts | callbackInterval": {
|
|
17145
|
-
"message": "Callback
|
|
17142
|
+
"message": "Callback interval"
|
|
17146
17143
|
},
|
|
17147
17144
|
"panels/web_audio/WebAudioView.ts | currentTime": {
|
|
17148
|
-
"message": "Current
|
|
17145
|
+
"message": "Current time"
|
|
17149
17146
|
},
|
|
17150
17147
|
"panels/web_audio/WebAudioView.ts | maxOutputChannels": {
|
|
17151
|
-
"message": "Max
|
|
17148
|
+
"message": "Max output channels"
|
|
17152
17149
|
},
|
|
17153
17150
|
"panels/web_audio/WebAudioView.ts | noRecordings": {
|
|
17154
17151
|
"message": "(no recordings)"
|
|
@@ -17160,10 +17157,10 @@
|
|
|
17160
17157
|
"message": "Open a page that uses Web Audio API to start monitoring."
|
|
17161
17158
|
},
|
|
17162
17159
|
"panels/web_audio/WebAudioView.ts | renderCapacity": {
|
|
17163
|
-
"message": "Render
|
|
17160
|
+
"message": "Render capacity"
|
|
17164
17161
|
},
|
|
17165
17162
|
"panels/web_audio/WebAudioView.ts | sampleRate": {
|
|
17166
|
-
"message": "Sample
|
|
17163
|
+
"message": "Sample rate"
|
|
17167
17164
|
},
|
|
17168
17165
|
"panels/web_audio/WebAudioView.ts | state": {
|
|
17169
17166
|
"message": "State"
|
|
@@ -17205,7 +17202,7 @@
|
|
|
17205
17202
|
"message": "ID"
|
|
17206
17203
|
},
|
|
17207
17204
|
"panels/webauthn/WebauthnPane.ts | isResident": {
|
|
17208
|
-
"message": "Is
|
|
17205
|
+
"message": "Is resident"
|
|
17209
17206
|
},
|
|
17210
17207
|
"panels/webauthn/WebauthnPane.ts | newAuthenticator": {
|
|
17211
17208
|
"message": "New authenticator"
|
|
@@ -17238,7 +17235,7 @@
|
|
|
17238
17235
|
"message": "Set {PH1} as the active authenticator"
|
|
17239
17236
|
},
|
|
17240
17237
|
"panels/webauthn/WebauthnPane.ts | signCount": {
|
|
17241
|
-
"message": "Signature
|
|
17238
|
+
"message": "Signature count"
|
|
17242
17239
|
},
|
|
17243
17240
|
"panels/webauthn/WebauthnPane.ts | supportsHmacSecret": {
|
|
17244
17241
|
"message": "Supports hmac-secret"
|
|
@@ -17259,7 +17256,7 @@
|
|
|
17259
17256
|
"message": "Transport"
|
|
17260
17257
|
},
|
|
17261
17258
|
"panels/webauthn/WebauthnPane.ts | userHandle": {
|
|
17262
|
-
"message": "User
|
|
17259
|
+
"message": "User handle"
|
|
17263
17260
|
},
|
|
17264
17261
|
"panels/webauthn/WebauthnPane.ts | useWebauthnForPhishingresistant": {
|
|
17265
17262
|
"message": "Use WebAuthn for phishing-resistant authentication."
|
|
@@ -17277,7 +17274,7 @@
|
|
|
17277
17274
|
"message": "bug"
|
|
17278
17275
|
},
|
|
17279
17276
|
"panels/whats_new/whats_new-meta.ts | doNotShowWhatsNewAfterEachUpdate": {
|
|
17280
|
-
"message": "Don
|
|
17277
|
+
"message": "Don’t show what’s new after each update"
|
|
17281
17278
|
},
|
|
17282
17279
|
"panels/whats_new/whats_new-meta.ts | releaseNotes": {
|
|
17283
17280
|
"message": "Release notes"
|
|
@@ -17286,13 +17283,13 @@
|
|
|
17286
17283
|
"message": "Report a DevTools issue"
|
|
17287
17284
|
},
|
|
17288
17285
|
"panels/whats_new/whats_new-meta.ts | showWhatsNew": {
|
|
17289
|
-
"message": "Show what
|
|
17286
|
+
"message": "Show what’s new"
|
|
17290
17287
|
},
|
|
17291
17288
|
"panels/whats_new/whats_new-meta.ts | showWhatsNewAfterEachUpdate": {
|
|
17292
|
-
"message": "Show what
|
|
17289
|
+
"message": "Show what’s new after each update"
|
|
17293
17290
|
},
|
|
17294
17291
|
"panels/whats_new/whats_new-meta.ts | whatsNew": {
|
|
17295
|
-
"message": "What
|
|
17292
|
+
"message": "What’s new"
|
|
17296
17293
|
},
|
|
17297
17294
|
"ui/components/dialogs/Dialog.ts | close": {
|
|
17298
17295
|
"message": "Close"
|
|
@@ -17328,10 +17325,10 @@
|
|
|
17328
17325
|
"message": "{issueCount, plural, =1 {# possible improvement} other {# possible improvements}}"
|
|
17329
17326
|
},
|
|
17330
17327
|
"ui/components/issue_counter/IssueLinkIcon.ts | clickToShowIssue": {
|
|
17331
|
-
"message": "Click to show issue in the
|
|
17328
|
+
"message": "Click to show issue in the Issues tab"
|
|
17332
17329
|
},
|
|
17333
17330
|
"ui/components/issue_counter/IssueLinkIcon.ts | clickToShowIssueWithTitle": {
|
|
17334
|
-
"message": "Click to open the
|
|
17331
|
+
"message": "Click to open the Issues tab and show issue: {title}"
|
|
17335
17332
|
},
|
|
17336
17333
|
"ui/components/issue_counter/IssueLinkIcon.ts | issueUnavailable": {
|
|
17337
17334
|
"message": "Issue unavailable at this time"
|
|
@@ -17376,7 +17373,7 @@
|
|
|
17376
17373
|
"message": "Video and documentation"
|
|
17377
17374
|
},
|
|
17378
17375
|
"ui/components/panel_feedback/PreviewToggle.ts | learnMoreLink": {
|
|
17379
|
-
"message": "Learn
|
|
17376
|
+
"message": "Learn more"
|
|
17380
17377
|
},
|
|
17381
17378
|
"ui/components/panel_feedback/PreviewToggle.ts | previewTextFeedbackLink": {
|
|
17382
17379
|
"message": "Send us your feedback."
|
|
@@ -17385,10 +17382,10 @@
|
|
|
17385
17382
|
"message": "Send feedback"
|
|
17386
17383
|
},
|
|
17387
17384
|
"ui/components/request_link_icon/RequestLinkIcon.ts | clickToShowRequestInTheNetwork": {
|
|
17388
|
-
"message": "Click to open the
|
|
17385
|
+
"message": "Click to open the Network panel and show request for URL: {url}"
|
|
17389
17386
|
},
|
|
17390
17387
|
"ui/components/request_link_icon/RequestLinkIcon.ts | requestUnavailableInTheNetwork": {
|
|
17391
|
-
"message": "Request unavailable in the
|
|
17388
|
+
"message": "Request unavailable in the Network panel. Try reloading the inspected page"
|
|
17392
17389
|
},
|
|
17393
17390
|
"ui/components/request_link_icon/RequestLinkIcon.ts | shortenedURL": {
|
|
17394
17391
|
"message": "Shortened URL"
|
|
@@ -17684,6 +17681,9 @@
|
|
|
17684
17681
|
"ui/legacy/components/data_grid/ShowMoreDataGridNode.ts | showDBefore": {
|
|
17685
17682
|
"message": "Show {PH1} before"
|
|
17686
17683
|
},
|
|
17684
|
+
"ui/legacy/components/inline_editor/AnimationTimingUI.ts | doubleClickToDelete": {
|
|
17685
|
+
"message": "Double-click to delete"
|
|
17686
|
+
},
|
|
17687
17687
|
"ui/legacy/components/inline_editor/ColorSwatch.ts | shiftclickToChangeColorFormat": {
|
|
17688
17688
|
"message": "Shift-click to change color format"
|
|
17689
17689
|
},
|
|
@@ -17741,6 +17741,9 @@
|
|
|
17741
17741
|
"ui/legacy/components/object_ui/ObjectPropertiesSection.ts | openInMemoryInpector": {
|
|
17742
17742
|
"message": "Open in Memory inspector panel"
|
|
17743
17743
|
},
|
|
17744
|
+
"ui/legacy/components/object_ui/ObjectPropertiesSection.ts | showAll": {
|
|
17745
|
+
"message": "Show all"
|
|
17746
|
+
},
|
|
17744
17747
|
"ui/legacy/components/object_ui/ObjectPropertiesSection.ts | showAllD": {
|
|
17745
17748
|
"message": "Show all {PH1}"
|
|
17746
17749
|
},
|
|
@@ -17792,6 +17795,12 @@
|
|
|
17792
17795
|
"ui/legacy/components/perf_ui/FilmStripView.ts | screenshotForSSelectToView": {
|
|
17793
17796
|
"message": "Screenshot for {PH1} - select to view preceding requests."
|
|
17794
17797
|
},
|
|
17798
|
+
"ui/legacy/components/perf_ui/FlameChart.ts | copyTrackName": {
|
|
17799
|
+
"message": "Copy track name"
|
|
17800
|
+
},
|
|
17801
|
+
"ui/legacy/components/perf_ui/FlameChart.ts | copyTrackUrl": {
|
|
17802
|
+
"message": "Copy track URL"
|
|
17803
|
+
},
|
|
17795
17804
|
"ui/legacy/components/perf_ui/FlameChart.ts | enterTrackConfigurationMode": {
|
|
17796
17805
|
"message": "Configure tracks"
|
|
17797
17806
|
},
|
|
@@ -17991,7 +18000,7 @@
|
|
|
17991
18000
|
"message": "allow pasting"
|
|
17992
18001
|
},
|
|
17993
18002
|
"ui/legacy/components/source_frame/SourceFrame.ts | binaryContentError": {
|
|
17994
|
-
"message": "Editor can
|
|
18003
|
+
"message": "Editor can’t show binary data. Use the \"Response\" tab in the \"Network\" panel to inspect this resource."
|
|
17995
18004
|
},
|
|
17996
18005
|
"ui/legacy/components/source_frame/SourceFrame.ts | bytecodePositionXs": {
|
|
17997
18006
|
"message": "Bytecode position 0x{PH1}"
|
|
@@ -18003,7 +18012,7 @@
|
|
|
18003
18012
|
"message": "{PH1} lines, {PH2} characters selected"
|
|
18004
18013
|
},
|
|
18005
18014
|
"ui/legacy/components/source_frame/SourceFrame.ts | doNotPaste": {
|
|
18006
|
-
"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."
|
|
18007
18016
|
},
|
|
18008
18017
|
"ui/legacy/components/source_frame/SourceFrame.ts | doYouTrustThisCode": {
|
|
18009
18018
|
"message": "Do you trust this code?"
|
|
@@ -18011,6 +18020,9 @@
|
|
|
18011
18020
|
"ui/legacy/components/source_frame/SourceFrame.ts | dSelectionRegions": {
|
|
18012
18021
|
"message": "{PH1} selection regions"
|
|
18013
18022
|
},
|
|
18023
|
+
"ui/legacy/components/source_frame/SourceFrame.ts | formatting": {
|
|
18024
|
+
"message": "Formatting…"
|
|
18025
|
+
},
|
|
18014
18026
|
"ui/legacy/components/source_frame/SourceFrame.ts | lineSColumnS": {
|
|
18015
18027
|
"message": "Line {PH1}, Column {PH2}"
|
|
18016
18028
|
},
|
|
@@ -18114,7 +18126,7 @@
|
|
|
18114
18126
|
"message": "Close"
|
|
18115
18127
|
},
|
|
18116
18128
|
"ui/legacy/Infobar.ts | dontShowAgain": {
|
|
18117
|
-
"message": "Don
|
|
18129
|
+
"message": "Don’t show again"
|
|
18118
18130
|
},
|
|
18119
18131
|
"ui/legacy/InspectorDrawerView.ts | closeDrawer": {
|
|
18120
18132
|
"message": "Close drawer"
|
|
@@ -18180,7 +18192,7 @@
|
|
|
18180
18192
|
"message": "Select a folder to store override files in"
|
|
18181
18193
|
},
|
|
18182
18194
|
"ui/legacy/InspectorView.ts | setToBrowserLanguage": {
|
|
18183
|
-
"message": "Always match Chrome
|
|
18195
|
+
"message": "Always match Chrome’s language"
|
|
18184
18196
|
},
|
|
18185
18197
|
"ui/legacy/InspectorView.ts | setToSpecificLanguage": {
|
|
18186
18198
|
"message": "Switch DevTools to {PH1}"
|