chrome-devtools-frontend 1.0.946920 → 1.0.947377

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.
Files changed (117) hide show
  1. package/.eslintrc.js +1 -0
  2. package/config/gni/all_devtools_files.gni +0 -7
  3. package/config/gni/devtools_grd_files.gni +1 -3
  4. package/front_end/.eslintrc.js +5 -1
  5. package/front_end/core/host/InspectorFrontendHost.ts +0 -3
  6. package/front_end/core/root/Runtime.ts +0 -4
  7. package/front_end/core/sdk/AccessibilityModel.ts +0 -2
  8. package/front_end/core/sdk/CSSProperty.ts +0 -2
  9. package/front_end/core/sdk/CSSRule.ts +0 -2
  10. package/front_end/core/sdk/Cookie.ts +1 -5
  11. package/front_end/core/sdk/EmulationModel.ts +0 -2
  12. package/front_end/core/sdk/HeapProfilerModel.ts +0 -2
  13. package/front_end/core/sdk/NetworkManager.ts +0 -3
  14. package/front_end/core/sdk/Resource.ts +0 -3
  15. package/front_end/core/sdk/ResourceTreeModel.ts +0 -3
  16. package/front_end/core/sdk/ServiceWorkerManager.ts +0 -2
  17. package/front_end/entrypoints/devtools_app/devtools_app.json +0 -1
  18. package/front_end/entrypoints/inspector/{inspector.js → inspector.ts} +0 -3
  19. package/front_end/entrypoints/worker_app/{worker_app.js → worker_app.ts} +5 -2
  20. package/front_end/generated/InspectorBackendCommands.js +5 -1
  21. package/front_end/generated/protocol.d.ts +12 -0
  22. package/front_end/models/bindings/CompilerScriptMapping.ts +0 -1
  23. package/front_end/models/bindings/DebuggerLanguagePlugins.ts +4 -11
  24. package/front_end/models/bindings/SASSSourceMapping.ts +0 -1
  25. package/front_end/models/emulation/DeviceModeModel.ts +0 -2
  26. package/front_end/models/issues_manager/CorsIssue.ts +8 -0
  27. package/front_end/panels/animation/AnimationTimeline.ts +0 -2
  28. package/front_end/panels/animation/AnimationUI.ts +0 -2
  29. package/front_end/panels/application/BackForwardCacheStrings.ts +1 -0
  30. package/front_end/panels/css_overview/CSSOverviewModel.ts +0 -2
  31. package/front_end/panels/css_overview/CSSOverviewPanel.ts +0 -7
  32. package/front_end/panels/css_overview/CSSOverviewProcessingView.ts +0 -2
  33. package/front_end/panels/issues/CorsIssueDetailsView.ts +6 -2
  34. package/front_end/panels/lighthouse/lighthouse-meta.ts +0 -3
  35. package/front_end/panels/search/SearchView.ts +24 -4
  36. package/front_end/panels/sources/CSSPlugin.ts +3 -0
  37. package/front_end/panels/sources/CoveragePlugin.ts +2 -0
  38. package/front_end/panels/sources/DebuggerPlugin.ts +28 -4
  39. package/front_end/panels/sources/JavaScriptCompilerPlugin.ts +3 -0
  40. package/front_end/panels/sources/ProfilePlugin.ts +3 -0
  41. package/front_end/panels/sources/UISourceCodeFrame.ts +11 -2
  42. package/front_end/third_party/codemirror.next/chunk/codemirror.js +1 -1
  43. package/front_end/third_party/codemirror.next/chunk/cpp.js +1 -2
  44. package/front_end/third_party/codemirror.next/chunk/java.js +1 -2
  45. package/front_end/third_party/codemirror.next/chunk/json.js +1 -2
  46. package/front_end/third_party/codemirror.next/chunk/markdown.js +1 -2
  47. package/front_end/third_party/codemirror.next/chunk/php.js +1 -2
  48. package/front_end/third_party/codemirror.next/chunk/python.js +1 -2
  49. package/front_end/third_party/codemirror.next/chunk/wast.js +1 -2
  50. package/front_end/third_party/codemirror.next/chunk/xml.js +1 -2
  51. package/front_end/third_party/codemirror.next/codemirror.next.js +1 -2
  52. package/front_end/third_party/codemirror.next/package.json +1 -0
  53. package/front_end/third_party/lighthouse/lighthouse-dt-bundle.js +168 -164
  54. package/front_end/third_party/lighthouse/locales/ar-XB.json +0 -3
  55. package/front_end/third_party/lighthouse/locales/ar.json +0 -3
  56. package/front_end/third_party/lighthouse/locales/bg.json +17 -20
  57. package/front_end/third_party/lighthouse/locales/ca.json +0 -3
  58. package/front_end/third_party/lighthouse/locales/cs.json +0 -3
  59. package/front_end/third_party/lighthouse/locales/da.json +16 -19
  60. package/front_end/third_party/lighthouse/locales/de.json +0 -3
  61. package/front_end/third_party/lighthouse/locales/el.json +0 -3
  62. package/front_end/third_party/lighthouse/locales/en-GB.json +19 -22
  63. package/front_end/third_party/lighthouse/locales/en-US.json +33 -3
  64. package/front_end/third_party/lighthouse/locales/en-XA.json +0 -3
  65. package/front_end/third_party/lighthouse/locales/en-XL.json +33 -3
  66. package/front_end/third_party/lighthouse/locales/es-419.json +17 -20
  67. package/front_end/third_party/lighthouse/locales/es.json +0 -3
  68. package/front_end/third_party/lighthouse/locales/fi.json +16 -19
  69. package/front_end/third_party/lighthouse/locales/fil.json +33 -36
  70. package/front_end/third_party/lighthouse/locales/fr.json +16 -19
  71. package/front_end/third_party/lighthouse/locales/he.json +16 -19
  72. package/front_end/third_party/lighthouse/locales/hi.json +0 -3
  73. package/front_end/third_party/lighthouse/locales/hr.json +16 -19
  74. package/front_end/third_party/lighthouse/locales/hu.json +16 -19
  75. package/front_end/third_party/lighthouse/locales/id.json +16 -19
  76. package/front_end/third_party/lighthouse/locales/it.json +37 -40
  77. package/front_end/third_party/lighthouse/locales/ja.json +16 -19
  78. package/front_end/third_party/lighthouse/locales/ko.json +16 -19
  79. package/front_end/third_party/lighthouse/locales/lt.json +17 -20
  80. package/front_end/third_party/lighthouse/locales/lv.json +0 -3
  81. package/front_end/third_party/lighthouse/locales/nl.json +16 -19
  82. package/front_end/third_party/lighthouse/locales/no.json +17 -20
  83. package/front_end/third_party/lighthouse/locales/pl.json +16 -19
  84. package/front_end/third_party/lighthouse/locales/pt-PT.json +37 -40
  85. package/front_end/third_party/lighthouse/locales/pt.json +16 -19
  86. package/front_end/third_party/lighthouse/locales/ro.json +0 -3
  87. package/front_end/third_party/lighthouse/locales/ru.json +16 -19
  88. package/front_end/third_party/lighthouse/locales/sk.json +0 -3
  89. package/front_end/third_party/lighthouse/locales/sl.json +0 -3
  90. package/front_end/third_party/lighthouse/locales/sr-Latn.json +16 -19
  91. package/front_end/third_party/lighthouse/locales/sr.json +16 -19
  92. package/front_end/third_party/lighthouse/locales/sv.json +17 -20
  93. package/front_end/third_party/lighthouse/locales/ta.json +0 -3
  94. package/front_end/third_party/lighthouse/locales/te.json +0 -3
  95. package/front_end/third_party/lighthouse/locales/th.json +0 -3
  96. package/front_end/third_party/lighthouse/locales/tr.json +0 -3
  97. package/front_end/third_party/lighthouse/locales/uk.json +17 -20
  98. package/front_end/third_party/lighthouse/locales/vi.json +0 -3
  99. package/front_end/third_party/lighthouse/locales/zh-HK.json +0 -3
  100. package/front_end/third_party/lighthouse/locales/zh-TW.json +0 -3
  101. package/front_end/third_party/lighthouse/locales/zh.json +0 -3
  102. package/front_end/third_party/lighthouse/report/bundle.d.ts +63 -61
  103. package/front_end/third_party/lighthouse/report/bundle.js +36 -7
  104. package/front_end/third_party/lighthouse/report-assets/report-generator.js +205 -192
  105. package/front_end/ui/components/text_editor/config.ts +5 -4
  106. package/front_end/ui/legacy/components/source_frame/SourceFrame.ts +40 -32
  107. package/front_end/ui/legacy/themeColors.css +1 -1
  108. package/package.json +1 -1
  109. package/scripts/check_gn.js +1 -1
  110. package/scripts/eslint_rules/lib/l10n_filename_matches.js +4 -4
  111. package/scripts/eslint_rules/tests/l10n_filename_matches_test.js +4 -0
  112. package/front_end/entrypoints/inspector/inspector.json +0 -4
  113. package/front_end/entrypoints/worker_app/worker_app.json +0 -3
  114. package/front_end/panels/lighthouse/module.json +0 -6
  115. package/front_end/third_party/lighthouse/report-assets/report.d.ts +0 -1
  116. package/front_end/third_party/lighthouse/report-assets/report.js +0 -233
  117. package/front_end/third_party/lighthouse/report-assets/standalone-template.html +0 -38
@@ -60,10 +60,10 @@
60
60
  "message": "Atrasti našumo galimybes ir pagerinti ilgai veikiančių puslapių bei atskiro puslapio programų funkcijas."
61
61
  },
62
62
  "flow-report/src/i18n/ui-strings.js | highestImpact": {
63
- "message": "Highest impact"
63
+ "message": "Svarbiausios"
64
64
  },
65
65
  "flow-report/src/i18n/ui-strings.js | informativeAuditCount": {
66
- "message": "{numInformative, plural,\n =1 {{numInformative} informative audit}\n other {{numInformative} informative audits}\n }"
66
+ "message": "{numInformative,plural, =1{{numInformative} informatyvi patikra}one{{numInformative} informatyvi patikra}few{{numInformative} informatyvios patikros}many{{numInformative} informatyvios patikros}other{{numInformative} informatyvių patikrų}}"
67
67
  },
68
68
  "flow-report/src/i18n/ui-strings.js | mobile": {
69
69
  "message": "Mobiliesiems"
@@ -78,13 +78,13 @@
78
78
  "message": "Naršymo ataskaita"
79
79
  },
80
80
  "flow-report/src/i18n/ui-strings.js | navigationReportCount": {
81
- "message": "{numNavigation, plural,\n =1 {{numNavigation} navigation report}\n other {{numNavigation} navigation reports}\n }"
81
+ "message": "{numNavigation,plural, =1{{numNavigation} naršymo ataskaita}one{{numNavigation} naršymo ataskaita}few{{numNavigation} naršymo ataskaitos}many{{numNavigation} naršymo ataskaitos}other{{numNavigation} naršymo ataskaitų}}"
82
82
  },
83
83
  "flow-report/src/i18n/ui-strings.js | passableAuditCount": {
84
- "message": "{numPassableAudits, plural,\n =1 {{numPassableAudits} passable audit}\n other {{numPassableAudits} passable audits}\n }"
84
+ "message": "{numPassableAudits,plural, =1{{numPassableAudits} patikra, kuri gali būti atlikta sėkmingai}one{{numPassableAudits} patikra, kuri gali būti atlikta sėkmingai}few{{numPassableAudits} patikros, kurios gali būti atliktos sėkmingai}many{{numPassableAudits} patikros, kuri gali būti atlikta sėkmingai}other{{numPassableAudits} patikrų, kurios gali būti atliktos sėkmingai}}"
85
85
  },
86
86
  "flow-report/src/i18n/ui-strings.js | passedAuditCount": {
87
- "message": "{numPassed, plural,\n =1 {{numPassed} audit passed}\n other {{numPassed} audits passed}\n }"
87
+ "message": "{numPassed,plural, =1{{numPassed} sėkmingai atlikta patikra}one{{numPassed} sėkmingai atlikta patikra}few{{numPassed} sėkmingai atliktos patikros}many{{numPassed} sėkmingos atliktos patikros}other{{numPassed} sėkmingai atliktų patikrų}}"
88
88
  },
89
89
  "flow-report/src/i18n/ui-strings.js | ratingAverage": {
90
90
  "message": "Vidutiniška"
@@ -111,7 +111,7 @@
111
111
  "message": "Momentinė ataskaita"
112
112
  },
113
113
  "flow-report/src/i18n/ui-strings.js | snapshotReportCount": {
114
- "message": "{numSnapshot, plural,\n =1 {{numSnapshot} snapshot report}\n other {{numSnapshot} snapshot reports}\n }"
114
+ "message": "{numSnapshot,plural, =1{{numSnapshot} konkretaus momento ataskaita}one{{numSnapshot} konkretaus momento ataskaita}few{{numSnapshot} konkretaus momento ataskaitos}many{{numSnapshot} konkretaus momento ataskaitos}other{{numSnapshot} konkretaus momento ataskaitų}}"
115
115
  },
116
116
  "flow-report/src/i18n/ui-strings.js | summary": {
117
117
  "message": "Suvestinė"
@@ -126,7 +126,7 @@
126
126
  "message": "Laikotarpio ataskaita"
127
127
  },
128
128
  "flow-report/src/i18n/ui-strings.js | timespanReportCount": {
129
- "message": "{numTimespan, plural,\n =1 {{numTimespan} timespan report}\n other {{numTimespan} timespan reports}\n }"
129
+ "message": "{numTimespan,plural, =1{{numTimespan} laikotarpio ataskaita}one{{numTimespan} laikotarpio ataskaita}few{{numTimespan} laikotarpio ataskaitos}many{{numTimespan} laikotarpio ataskaitos}other{{numTimespan} laikotarpio ataskaitų}}"
130
130
  },
131
131
  "flow-report/src/i18n/ui-strings.js | title": {
132
132
  "message": "„Lighthouse“ naudotojų srauto ataskaita"
@@ -1292,9 +1292,6 @@
1292
1292
  "lighthouse-core/audits/seo/canonical.js | explanationConflict": {
1293
1293
  "message": "Keli nesuderinami URL ({urlList})"
1294
1294
  },
1295
- "lighthouse-core/audits/seo/canonical.js | explanationDifferentDomain": {
1296
- "message": "Nukreipia į kitą domeną ({url})"
1297
- },
1298
1295
  "lighthouse-core/audits/seo/canonical.js | explanationInvalid": {
1299
1296
  "message": "Negaliojantis URL ({url})"
1300
1297
  },
@@ -1761,7 +1758,7 @@
1761
1758
  "message": "Šios patikros būtinos pagal pradinį [LŽP kontrolinį sąrašą](https://developers.google.com/web/progressive-web-apps/checklist), tačiau „Lighthouse“ jų neatlieka automatiškai. Jos neturi įtakos jūsų rezultatui, tačiau svarbu, kad patvirtintumėte patys."
1762
1759
  },
1763
1760
  "lighthouse-core/config/default-config.js | pwaCategoryTitle": {
1764
- "message": "PWA"
1761
+ "message": "LŽP"
1765
1762
  },
1766
1763
  "lighthouse-core/config/default-config.js | pwaInstallableGroupTitle": {
1767
1764
  "message": "Galima įdiegti"
@@ -2331,7 +2328,7 @@
2331
2328
  "message": "Žr. skaičiuotuvą."
2332
2329
  },
2333
2330
  "report/renderer/util.js | collapseView": {
2334
- "message": "Collapse view"
2331
+ "message": "Sutraukti rodinį"
2335
2332
  },
2336
2333
  "report/renderer/util.js | crcInitialNavigation": {
2337
2334
  "message": "Pradinis naršymas"
@@ -2370,13 +2367,13 @@
2370
2367
  "message": "Ataskaitos klaida: nėra patikros informacijos"
2371
2368
  },
2372
2369
  "report/renderer/util.js | expandView": {
2373
- "message": "Expand view"
2370
+ "message": "Išskleisti rodinį"
2374
2371
  },
2375
2372
  "report/renderer/util.js | footerIssue": {
2376
2373
  "message": "Pateikti problemą"
2377
2374
  },
2378
2375
  "report/renderer/util.js | hide": {
2379
- "message": "Hide"
2376
+ "message": "Slėpti"
2380
2377
  },
2381
2378
  "report/renderer/util.js | labDataTitle": {
2382
2379
  "message": "Laboratorijos duomenys"
@@ -2400,10 +2397,10 @@
2400
2397
  "message": "Sėkmingos patikros"
2401
2398
  },
2402
2399
  "report/renderer/util.js | runtimeAnalysisWindow": {
2403
- "message": "Initial page load"
2400
+ "message": "Pirminis puslapio įkėlimas"
2404
2401
  },
2405
2402
  "report/renderer/util.js | runtimeCustom": {
2406
- "message": "Custom throttling"
2403
+ "message": "Tinkintas duomenų srauto ribojimas"
2407
2404
  },
2408
2405
  "report/renderer/util.js | runtimeDesktopEmulation": {
2409
2406
  "message": "Emuliuotas stalinis kompiuteris"
@@ -2433,19 +2430,19 @@
2433
2430
  "message": "Naudotojo priemonė (tinklas)"
2434
2431
  },
2435
2432
  "report/renderer/util.js | runtimeSingleLoad": {
2436
- "message": "Single page load"
2433
+ "message": "Vienas puslapio įkėlimas"
2437
2434
  },
2438
2435
  "report/renderer/util.js | runtimeSingleLoadTooltip": {
2439
- "message": "This data is taken from a single page load, as opposed to field data summarizing many sessions."
2436
+ "message": "Šie duomenys gauti išanalizavus vieno puslapio įkėlimą, o lauko duomenys apibendrina daug seansų."
2440
2437
  },
2441
2438
  "report/renderer/util.js | runtimeSlow4g": {
2442
- "message": "Slow 4G throttling"
2439
+ "message": "Lėto 4G duomenų srauto ribojimas"
2443
2440
  },
2444
2441
  "report/renderer/util.js | runtimeUnknown": {
2445
2442
  "message": "Nežinoma"
2446
2443
  },
2447
2444
  "report/renderer/util.js | show": {
2448
- "message": "Show"
2445
+ "message": "Rodyti"
2449
2446
  },
2450
2447
  "report/renderer/util.js | showRelevantAudits": {
2451
2448
  "message": "Rodyti patikras, aktualias:"
@@ -1292,9 +1292,6 @@
1292
1292
  "lighthouse-core/audits/seo/canonical.js | explanationConflict": {
1293
1293
  "message": "Vairāki konfliktējoši URL ({urlList})"
1294
1294
  },
1295
- "lighthouse-core/audits/seo/canonical.js | explanationDifferentDomain": {
1296
- "message": "Norāda uz citu domēnu ({url})."
1297
- },
1298
1295
  "lighthouse-core/audits/seo/canonical.js | explanationInvalid": {
1299
1296
  "message": "Nederīgs URL ({url})."
1300
1297
  },
@@ -60,10 +60,10 @@
60
60
  "message": "Ontdek mogelijkheden om de functionaliteit van langdurige pagina's en apps met één pagina te verbeteren."
61
61
  },
62
62
  "flow-report/src/i18n/ui-strings.js | highestImpact": {
63
- "message": "Highest impact"
63
+ "message": "Hoogste impact"
64
64
  },
65
65
  "flow-report/src/i18n/ui-strings.js | informativeAuditCount": {
66
- "message": "{numInformative, plural,\n =1 {{numInformative} informative audit}\n other {{numInformative} informative audits}\n }"
66
+ "message": "{numInformative,plural, =1{{numInformative} informatieve controle}other{{numInformative} informatieve controles}}"
67
67
  },
68
68
  "flow-report/src/i18n/ui-strings.js | mobile": {
69
69
  "message": "Mobiel"
@@ -78,13 +78,13 @@
78
78
  "message": "Navigatierapport"
79
79
  },
80
80
  "flow-report/src/i18n/ui-strings.js | navigationReportCount": {
81
- "message": "{numNavigation, plural,\n =1 {{numNavigation} navigation report}\n other {{numNavigation} navigation reports}\n }"
81
+ "message": "{numNavigation,plural, =1{{numNavigation} navigatierapport}other{{numNavigation} navigatierapporten}}"
82
82
  },
83
83
  "flow-report/src/i18n/ui-strings.js | passableAuditCount": {
84
- "message": "{numPassableAudits, plural,\n =1 {{numPassableAudits} passable audit}\n other {{numPassableAudits} passable audits}\n }"
84
+ "message": "{numPassableAudits,plural, =1{{numPassableAudits} controle die kan worden doorstaan}other{{numPassableAudits} controles die kunnen worden doorstaan}}"
85
85
  },
86
86
  "flow-report/src/i18n/ui-strings.js | passedAuditCount": {
87
- "message": "{numPassed, plural,\n =1 {{numPassed} audit passed}\n other {{numPassed} audits passed}\n }"
87
+ "message": "{numPassed,plural, =1{{numPassed} controle doorstaan}other{{numPassed} controles doorstaan}}"
88
88
  },
89
89
  "flow-report/src/i18n/ui-strings.js | ratingAverage": {
90
90
  "message": "Gemiddeld"
@@ -111,7 +111,7 @@
111
111
  "message": "Momentopnamerapport"
112
112
  },
113
113
  "flow-report/src/i18n/ui-strings.js | snapshotReportCount": {
114
- "message": "{numSnapshot, plural,\n =1 {{numSnapshot} snapshot report}\n other {{numSnapshot} snapshot reports}\n }"
114
+ "message": "{numSnapshot,plural, =1{{numSnapshot} momentopnamerapport}other{{numSnapshot} momentopnamerapporten}}"
115
115
  },
116
116
  "flow-report/src/i18n/ui-strings.js | summary": {
117
117
  "message": "Overzicht"
@@ -126,7 +126,7 @@
126
126
  "message": "Perioderapport"
127
127
  },
128
128
  "flow-report/src/i18n/ui-strings.js | timespanReportCount": {
129
- "message": "{numTimespan, plural,\n =1 {{numTimespan} timespan report}\n other {{numTimespan} timespan reports}\n }"
129
+ "message": "{numTimespan,plural, =1{{numTimespan} perioderapport}other{{numTimespan} perioderapporten}}"
130
130
  },
131
131
  "flow-report/src/i18n/ui-strings.js | title": {
132
132
  "message": "Lighthouse-rapport over gebruikersstroom"
@@ -1292,9 +1292,6 @@
1292
1292
  "lighthouse-core/audits/seo/canonical.js | explanationConflict": {
1293
1293
  "message": "Meerdere conflicterende URL's ({urlList})"
1294
1294
  },
1295
- "lighthouse-core/audits/seo/canonical.js | explanationDifferentDomain": {
1296
- "message": "Wijst naar een ander domein ({url})"
1297
- },
1298
1295
  "lighthouse-core/audits/seo/canonical.js | explanationInvalid": {
1299
1296
  "message": "Ongeldige URL ({url})"
1300
1297
  },
@@ -2331,7 +2328,7 @@
2331
2328
  "message": "Rekenmachine bekijken"
2332
2329
  },
2333
2330
  "report/renderer/util.js | collapseView": {
2334
- "message": "Collapse view"
2331
+ "message": "Weergave samenvouwen"
2335
2332
  },
2336
2333
  "report/renderer/util.js | crcInitialNavigation": {
2337
2334
  "message": "Beginnavigatie"
@@ -2370,13 +2367,13 @@
2370
2367
  "message": "Rapportfout: geen controlegegevens"
2371
2368
  },
2372
2369
  "report/renderer/util.js | expandView": {
2373
- "message": "Expand view"
2370
+ "message": "Weergave uitvouwen"
2374
2371
  },
2375
2372
  "report/renderer/util.js | footerIssue": {
2376
2373
  "message": "Een probleem melden"
2377
2374
  },
2378
2375
  "report/renderer/util.js | hide": {
2379
- "message": "Hide"
2376
+ "message": "Verbergen"
2380
2377
  },
2381
2378
  "report/renderer/util.js | labDataTitle": {
2382
2379
  "message": "Labgegevens"
@@ -2400,10 +2397,10 @@
2400
2397
  "message": "Geslaagde controles"
2401
2398
  },
2402
2399
  "report/renderer/util.js | runtimeAnalysisWindow": {
2403
- "message": "Initial page load"
2400
+ "message": "Eerste keer laden van de pagina"
2404
2401
  },
2405
2402
  "report/renderer/util.js | runtimeCustom": {
2406
- "message": "Custom throttling"
2403
+ "message": "Aangepaste throttling"
2407
2404
  },
2408
2405
  "report/renderer/util.js | runtimeDesktopEmulation": {
2409
2406
  "message": "Desktopemulatie"
@@ -2433,19 +2430,19 @@
2433
2430
  "message": "User-agent (netwerk)"
2434
2431
  },
2435
2432
  "report/renderer/util.js | runtimeSingleLoad": {
2436
- "message": "Single page load"
2433
+ "message": "Laden van één pagina"
2437
2434
  },
2438
2435
  "report/renderer/util.js | runtimeSingleLoadTooltip": {
2439
- "message": "This data is taken from a single page load, as opposed to field data summarizing many sessions."
2436
+ "message": "Deze gegevens zijn afkomstig van het laden van één pagina, in tegenstelling tot veldgegevens die veel sessies samenvatten."
2440
2437
  },
2441
2438
  "report/renderer/util.js | runtimeSlow4g": {
2442
- "message": "Slow 4G throttling"
2439
+ "message": "Langzame 4G-throttling"
2443
2440
  },
2444
2441
  "report/renderer/util.js | runtimeUnknown": {
2445
2442
  "message": "Onbekend"
2446
2443
  },
2447
2444
  "report/renderer/util.js | show": {
2448
- "message": "Show"
2445
+ "message": "Tonen"
2449
2446
  },
2450
2447
  "report/renderer/util.js | showRelevantAudits": {
2451
2448
  "message": "Audits laten zien die relevant zijn voor:"
@@ -60,10 +60,10 @@
60
60
  "message": "Discover performance opportunities to improve the experience for long-lived pages and single-page applications."
61
61
  },
62
62
  "flow-report/src/i18n/ui-strings.js | highestImpact": {
63
- "message": "Highest impact"
63
+ "message": "Høyest effekt"
64
64
  },
65
65
  "flow-report/src/i18n/ui-strings.js | informativeAuditCount": {
66
- "message": "{numInformative, plural,\n =1 {{numInformative} informative audit}\n other {{numInformative} informative audits}\n }"
66
+ "message": "{numInformative,plural, =1{{numInformative} informativ revisjon}other{{numInformative} informative revisjoner}}"
67
67
  },
68
68
  "flow-report/src/i18n/ui-strings.js | mobile": {
69
69
  "message": "Mobil"
@@ -78,13 +78,13 @@
78
78
  "message": "Navigasjonsrapport"
79
79
  },
80
80
  "flow-report/src/i18n/ui-strings.js | navigationReportCount": {
81
- "message": "{numNavigation, plural,\n =1 {{numNavigation} navigation report}\n other {{numNavigation} navigation reports}\n }"
81
+ "message": "{numNavigation,plural, =1{{numNavigation} navigasjonsrapport}other{{numNavigation} navigasjonsrapporter}}"
82
82
  },
83
83
  "flow-report/src/i18n/ui-strings.js | passableAuditCount": {
84
- "message": "{numPassableAudits, plural,\n =1 {{numPassableAudits} passable audit}\n other {{numPassableAudits} passable audits}\n }"
84
+ "message": "{numPassableAudits,plural, =1{{numPassableAudits} revisjon som kan bestås}other{{numPassableAudits} revisjoner som kan bestås}}"
85
85
  },
86
86
  "flow-report/src/i18n/ui-strings.js | passedAuditCount": {
87
- "message": "{numPassed, plural,\n =1 {{numPassed} audit passed}\n other {{numPassed} audits passed}\n }"
87
+ "message": "{numPassed,plural, =1{{numPassed} revisjon er bestått}other{{numPassed} revisjoner er bestått}}"
88
88
  },
89
89
  "flow-report/src/i18n/ui-strings.js | ratingAverage": {
90
90
  "message": "Gjennomsnitt"
@@ -111,7 +111,7 @@
111
111
  "message": "Øyeblikksbilde-rapport"
112
112
  },
113
113
  "flow-report/src/i18n/ui-strings.js | snapshotReportCount": {
114
- "message": "{numSnapshot, plural,\n =1 {{numSnapshot} snapshot report}\n other {{numSnapshot} snapshot reports}\n }"
114
+ "message": "{numSnapshot,plural, =1{{numSnapshot} øyeblikksbilderapport}other{{numSnapshot} øyeblikksbilderapporter}}"
115
115
  },
116
116
  "flow-report/src/i18n/ui-strings.js | summary": {
117
117
  "message": "Sammendrag"
@@ -126,7 +126,7 @@
126
126
  "message": "Tidsspennrapport"
127
127
  },
128
128
  "flow-report/src/i18n/ui-strings.js | timespanReportCount": {
129
- "message": "{numTimespan, plural,\n =1 {{numTimespan} timespan report}\n other {{numTimespan} timespan reports}\n }"
129
+ "message": "{numTimespan,plural, =1{{numTimespan} tidsspennrapport}other{{numTimespan} tidsspennrapporter}}"
130
130
  },
131
131
  "flow-report/src/i18n/ui-strings.js | title": {
132
132
  "message": "Lighthouse-rapport over brukerflyt"
@@ -1292,9 +1292,6 @@
1292
1292
  "lighthouse-core/audits/seo/canonical.js | explanationConflict": {
1293
1293
  "message": "Flere motstridende nettadresser ({urlList})"
1294
1294
  },
1295
- "lighthouse-core/audits/seo/canonical.js | explanationDifferentDomain": {
1296
- "message": "Peker til et annet domene ({url})"
1297
- },
1298
1295
  "lighthouse-core/audits/seo/canonical.js | explanationInvalid": {
1299
1296
  "message": "Ugyldig nettadresse ({url})"
1300
1297
  },
@@ -1761,7 +1758,7 @@
1761
1758
  "message": "Disse kontrollene kreves av den grunnleggende [sjekklisten for progressive nettprogrammer](https://developers.google.com/web/progressive-web-apps/checklist), men kontrolleres ikke automatisk av Lighthouse. De påvirker ikke poengsummen din, men det er viktig at du verifiserer dem manuelt."
1762
1759
  },
1763
1760
  "lighthouse-core/config/default-config.js | pwaCategoryTitle": {
1764
- "message": "PWA"
1761
+ "message": "PWA (progressive web app – progressivt nettprogram)"
1765
1762
  },
1766
1763
  "lighthouse-core/config/default-config.js | pwaInstallableGroupTitle": {
1767
1764
  "message": "Kan installeres"
@@ -2331,7 +2328,7 @@
2331
2328
  "message": "Se kalkulatoren."
2332
2329
  },
2333
2330
  "report/renderer/util.js | collapseView": {
2334
- "message": "Collapse view"
2331
+ "message": "Skjul visningen"
2335
2332
  },
2336
2333
  "report/renderer/util.js | crcInitialNavigation": {
2337
2334
  "message": "Navigasjonsstart"
@@ -2370,13 +2367,13 @@
2370
2367
  "message": "Rapportfeil: ingen revisjonsinformasjon"
2371
2368
  },
2372
2369
  "report/renderer/util.js | expandView": {
2373
- "message": "Expand view"
2370
+ "message": "Utvid visningen"
2374
2371
  },
2375
2372
  "report/renderer/util.js | footerIssue": {
2376
2373
  "message": "Opprett sak"
2377
2374
  },
2378
2375
  "report/renderer/util.js | hide": {
2379
- "message": "Hide"
2376
+ "message": "Skjul"
2380
2377
  },
2381
2378
  "report/renderer/util.js | labDataTitle": {
2382
2379
  "message": "Prøvefunksjonsdata"
@@ -2400,10 +2397,10 @@
2400
2397
  "message": "Beståtte revisjoner"
2401
2398
  },
2402
2399
  "report/renderer/util.js | runtimeAnalysisWindow": {
2403
- "message": "Initial page load"
2400
+ "message": "Første sideinnlasting"
2404
2401
  },
2405
2402
  "report/renderer/util.js | runtimeCustom": {
2406
- "message": "Custom throttling"
2403
+ "message": "Egendefinert struping"
2407
2404
  },
2408
2405
  "report/renderer/util.js | runtimeDesktopEmulation": {
2409
2406
  "message": "Emulert skrivebord"
@@ -2433,19 +2430,19 @@
2433
2430
  "message": "Brukeragent (nettverk)"
2434
2431
  },
2435
2432
  "report/renderer/util.js | runtimeSingleLoad": {
2436
- "message": "Single page load"
2433
+ "message": "Enkelt sideinnlasting"
2437
2434
  },
2438
2435
  "report/renderer/util.js | runtimeSingleLoadTooltip": {
2439
- "message": "This data is taken from a single page load, as opposed to field data summarizing many sessions."
2436
+ "message": "Disse dataene er hentet fra én enkelt sideinnlasting, i motsetning til feltdata som oppsummerer mange økter."
2440
2437
  },
2441
2438
  "report/renderer/util.js | runtimeSlow4g": {
2442
- "message": "Slow 4G throttling"
2439
+ "message": "Treg 4G-struping"
2443
2440
  },
2444
2441
  "report/renderer/util.js | runtimeUnknown": {
2445
2442
  "message": "Ukjent"
2446
2443
  },
2447
2444
  "report/renderer/util.js | show": {
2448
- "message": "Show"
2445
+ "message": "Vis"
2449
2446
  },
2450
2447
  "report/renderer/util.js | showRelevantAudits": {
2451
2448
  "message": "Vis revisjoner som er relevant for:"
@@ -60,10 +60,10 @@
60
60
  "message": "Discover performance opportunities to improve the experience for long-lived pages and single-page applications."
61
61
  },
62
62
  "flow-report/src/i18n/ui-strings.js | highestImpact": {
63
- "message": "Highest impact"
63
+ "message": "Największy wpływ"
64
64
  },
65
65
  "flow-report/src/i18n/ui-strings.js | informativeAuditCount": {
66
- "message": "{numInformative, plural,\n =1 {{numInformative} informative audit}\n other {{numInformative} informative audits}\n }"
66
+ "message": "{numInformative,plural, =1{{numInformative} audyt informacyjny}few{{numInformative} audyty informacyjne}many{{numInformative} audytów informacyjnych}other{{numInformative} audytu informacyjnego}}"
67
67
  },
68
68
  "flow-report/src/i18n/ui-strings.js | mobile": {
69
69
  "message": "Wersja mobilna"
@@ -78,13 +78,13 @@
78
78
  "message": "Raport dotyczący nawigacji"
79
79
  },
80
80
  "flow-report/src/i18n/ui-strings.js | navigationReportCount": {
81
- "message": "{numNavigation, plural,\n =1 {{numNavigation} navigation report}\n other {{numNavigation} navigation reports}\n }"
81
+ "message": "{numNavigation,plural, =1{{numNavigation} raport dotyczący nawigacji}few{{numNavigation} raporty dotyczące nawigacji}many{{numNavigation} raportów dotyczących nawigacji}other{{numNavigation} raportu dotyczącego nawigacji}}"
82
82
  },
83
83
  "flow-report/src/i18n/ui-strings.js | passableAuditCount": {
84
- "message": "{numPassableAudits, plural,\n =1 {{numPassableAudits} passable audit}\n other {{numPassableAudits} passable audits}\n }"
84
+ "message": "{numPassableAudits,plural, =1{{numPassableAudits} audyt zadowalający}few{{numPassableAudits} audyty zadowalające}many{{numPassableAudits} audytów zadowalających}other{{numPassableAudits} audytu zadowalającego}}"
85
85
  },
86
86
  "flow-report/src/i18n/ui-strings.js | passedAuditCount": {
87
- "message": "{numPassed, plural,\n =1 {{numPassed} audit passed}\n other {{numPassed} audits passed}\n }"
87
+ "message": "{numPassed,plural, =1{{numPassed} audyt zaliczony}few{{numPassed} audyty zaliczone}many{{numPassed} audytów zaliczonych}other{{numPassed} audytu zaliczone}}"
88
88
  },
89
89
  "flow-report/src/i18n/ui-strings.js | ratingAverage": {
90
90
  "message": "Średnia"
@@ -111,7 +111,7 @@
111
111
  "message": "Raport dotyczący określonego momentu"
112
112
  },
113
113
  "flow-report/src/i18n/ui-strings.js | snapshotReportCount": {
114
- "message": "{numSnapshot, plural,\n =1 {{numSnapshot} snapshot report}\n other {{numSnapshot} snapshot reports}\n }"
114
+ "message": "{numSnapshot,plural, =1{{numSnapshot} raport dotyczący określonego momentu}few{{numSnapshot} raporty dotyczące określonego momentu}many{{numSnapshot} raportów dotyczących określonego momentu}other{{numSnapshot} raportu dotyczącego określonego momentu}}"
115
115
  },
116
116
  "flow-report/src/i18n/ui-strings.js | summary": {
117
117
  "message": "Podsumowanie"
@@ -126,7 +126,7 @@
126
126
  "message": "Raport dotyczący okresu"
127
127
  },
128
128
  "flow-report/src/i18n/ui-strings.js | timespanReportCount": {
129
- "message": "{numTimespan, plural,\n =1 {{numTimespan} timespan report}\n other {{numTimespan} timespan reports}\n }"
129
+ "message": "{numTimespan,plural, =1{{numTimespan} raport dotyczący okresu}few{{numTimespan} raporty dotyczące okresu}many{{numTimespan} raportów dotyczących okresu}other{{numTimespan} raportu dotyczącego okresu}}"
130
130
  },
131
131
  "flow-report/src/i18n/ui-strings.js | title": {
132
132
  "message": "Raport Lighthouse dotyczący przepływu użytkowników"
@@ -1292,9 +1292,6 @@
1292
1292
  "lighthouse-core/audits/seo/canonical.js | explanationConflict": {
1293
1293
  "message": "Niezgodne ze sobą adresy URL ({urlList})"
1294
1294
  },
1295
- "lighthouse-core/audits/seo/canonical.js | explanationDifferentDomain": {
1296
- "message": "Wskazuje inną domenę ({url})"
1297
- },
1298
1295
  "lighthouse-core/audits/seo/canonical.js | explanationInvalid": {
1299
1296
  "message": "Nieprawidłowy URL ({url})"
1300
1297
  },
@@ -2331,7 +2328,7 @@
2331
2328
  "message": "Zobacz kalkulator."
2332
2329
  },
2333
2330
  "report/renderer/util.js | collapseView": {
2334
- "message": "Collapse view"
2331
+ "message": "Zwiń widok"
2335
2332
  },
2336
2333
  "report/renderer/util.js | crcInitialNavigation": {
2337
2334
  "message": "Początkowa nawigacja"
@@ -2370,13 +2367,13 @@
2370
2367
  "message": "Błąd raportu: brak informacji o audycie"
2371
2368
  },
2372
2369
  "report/renderer/util.js | expandView": {
2373
- "message": "Expand view"
2370
+ "message": "Rozwiń widok"
2374
2371
  },
2375
2372
  "report/renderer/util.js | footerIssue": {
2376
2373
  "message": "Zgłoś problem"
2377
2374
  },
2378
2375
  "report/renderer/util.js | hide": {
2379
- "message": "Hide"
2376
+ "message": "Ukryj"
2380
2377
  },
2381
2378
  "report/renderer/util.js | labDataTitle": {
2382
2379
  "message": "Dane laboratoryjne"
@@ -2400,10 +2397,10 @@
2400
2397
  "message": "Zaliczone audyty"
2401
2398
  },
2402
2399
  "report/renderer/util.js | runtimeAnalysisWindow": {
2403
- "message": "Initial page load"
2400
+ "message": "Wstępne wczytanie strony"
2404
2401
  },
2405
2402
  "report/renderer/util.js | runtimeCustom": {
2406
- "message": "Custom throttling"
2403
+ "message": "Ograniczanie niestandardowe"
2407
2404
  },
2408
2405
  "report/renderer/util.js | runtimeDesktopEmulation": {
2409
2406
  "message": "Emulacja pulpitu"
@@ -2433,19 +2430,19 @@
2433
2430
  "message": "Klient użytkownika (sieć)"
2434
2431
  },
2435
2432
  "report/renderer/util.js | runtimeSingleLoad": {
2436
- "message": "Single page load"
2433
+ "message": "Pojedyncze wczytanie strony"
2437
2434
  },
2438
2435
  "report/renderer/util.js | runtimeSingleLoadTooltip": {
2439
- "message": "This data is taken from a single page load, as opposed to field data summarizing many sessions."
2436
+ "message": "Te dane pochodzą z pojedynczego wczytania strony w odróżnieniu od wartości w polu zawierającym podsumowanie kilku sesji."
2440
2437
  },
2441
2438
  "report/renderer/util.js | runtimeSlow4g": {
2442
- "message": "Slow 4G throttling"
2439
+ "message": "Ograniczanie spowalniające do 4G"
2443
2440
  },
2444
2441
  "report/renderer/util.js | runtimeUnknown": {
2445
2442
  "message": "Nieznane"
2446
2443
  },
2447
2444
  "report/renderer/util.js | show": {
2448
- "message": "Show"
2445
+ "message": "Pokaż"
2449
2446
  },
2450
2447
  "report/renderer/util.js | showRelevantAudits": {
2451
2448
  "message": "Pokaż audyty dotyczące:"