chrome-devtools-frontend 1.0.952713 → 1.0.953446

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 (107) hide show
  1. package/config/gni/devtools_grd_files.gni +1 -0
  2. package/config/gni/devtools_image_files.gni +1 -0
  3. package/front_end/.eslintrc.js +1 -0
  4. package/front_end/Images/src/info-icon.svg +1 -0
  5. package/front_end/core/common/ParsedURL.ts +31 -0
  6. package/front_end/core/host/UserMetrics.ts +515 -481
  7. package/front_end/core/i18n/locales/af.json +158 -176
  8. package/front_end/core/i18n/locales/am.json +163 -181
  9. package/front_end/core/i18n/locales/ar.json +162 -180
  10. package/front_end/core/i18n/locales/as.json +163 -181
  11. package/front_end/core/i18n/locales/az.json +161 -179
  12. package/front_end/core/i18n/locales/be.json +160 -178
  13. package/front_end/core/i18n/locales/bg.json +159 -177
  14. package/front_end/core/i18n/locales/bn.json +166 -184
  15. package/front_end/core/i18n/locales/bs.json +161 -179
  16. package/front_end/core/i18n/locales/ca.json +159 -177
  17. package/front_end/core/i18n/locales/cs.json +159 -177
  18. package/front_end/core/i18n/locales/cy.json +164 -182
  19. package/front_end/core/i18n/locales/da.json +158 -176
  20. package/front_end/core/i18n/locales/de.json +160 -178
  21. package/front_end/core/i18n/locales/el.json +158 -176
  22. package/front_end/core/i18n/locales/en-GB.json +158 -176
  23. package/front_end/core/i18n/locales/en-US.json +45 -0
  24. package/front_end/core/i18n/locales/en-XL.json +45 -0
  25. package/front_end/core/i18n/locales/es-419.json +160 -178
  26. package/front_end/core/i18n/locales/es.json +156 -174
  27. package/front_end/core/i18n/locales/et.json +161 -179
  28. package/front_end/core/i18n/locales/eu.json +159 -177
  29. package/front_end/core/i18n/locales/fa.json +166 -184
  30. package/front_end/core/i18n/locales/fi.json +161 -179
  31. package/front_end/core/i18n/locales/fil.json +162 -180
  32. package/front_end/core/i18n/locales/fr-CA.json +159 -177
  33. package/front_end/core/i18n/locales/fr.json +158 -176
  34. package/front_end/core/i18n/locales/gl.json +160 -178
  35. package/front_end/core/i18n/locales/gu.json +179 -197
  36. package/front_end/core/i18n/locales/he.json +160 -178
  37. package/front_end/core/i18n/locales/hi.json +166 -184
  38. package/front_end/core/i18n/locales/hr.json +161 -179
  39. package/front_end/core/i18n/locales/hu.json +161 -179
  40. package/front_end/core/i18n/locales/hy.json +157 -175
  41. package/front_end/core/i18n/locales/id.json +160 -178
  42. package/front_end/core/i18n/locales/is.json +163 -181
  43. package/front_end/core/i18n/locales/it.json +162 -180
  44. package/front_end/core/i18n/locales/ja.json +160 -178
  45. package/front_end/core/i18n/locales/ka.json +161 -179
  46. package/front_end/core/i18n/locales/kk.json +164 -182
  47. package/front_end/core/i18n/locales/km.json +160 -178
  48. package/front_end/core/i18n/locales/kn.json +162 -180
  49. package/front_end/core/i18n/locales/ko.json +162 -180
  50. package/front_end/core/i18n/locales/ky.json +160 -178
  51. package/front_end/core/i18n/locales/lo.json +159 -177
  52. package/front_end/core/i18n/locales/lt.json +159 -177
  53. package/front_end/core/i18n/locales/lv.json +162 -180
  54. package/front_end/core/i18n/locales/mk.json +162 -180
  55. package/front_end/core/i18n/locales/ml.json +160 -178
  56. package/front_end/core/i18n/locales/mn.json +164 -182
  57. package/front_end/core/i18n/locales/mr.json +163 -181
  58. package/front_end/core/i18n/locales/ms.json +163 -181
  59. package/front_end/core/i18n/locales/my.json +164 -182
  60. package/front_end/core/i18n/locales/ne.json +160 -178
  61. package/front_end/core/i18n/locales/nl.json +160 -178
  62. package/front_end/core/i18n/locales/no.json +281 -299
  63. package/front_end/core/i18n/locales/or.json +165 -183
  64. package/front_end/core/i18n/locales/pa.json +159 -177
  65. package/front_end/core/i18n/locales/pl.json +163 -181
  66. package/front_end/core/i18n/locales/pt-PT.json +160 -178
  67. package/front_end/core/i18n/locales/pt.json +159 -177
  68. package/front_end/core/i18n/locales/ro.json +161 -179
  69. package/front_end/core/i18n/locales/ru.json +159 -177
  70. package/front_end/core/i18n/locales/si.json +161 -179
  71. package/front_end/core/i18n/locales/sk.json +158 -176
  72. package/front_end/core/i18n/locales/sl.json +160 -178
  73. package/front_end/core/i18n/locales/sq.json +279 -297
  74. package/front_end/core/i18n/locales/sr-Latn.json +160 -178
  75. package/front_end/core/i18n/locales/sr.json +160 -178
  76. package/front_end/core/i18n/locales/sv.json +159 -177
  77. package/front_end/core/i18n/locales/sw.json +164 -182
  78. package/front_end/core/i18n/locales/ta.json +160 -178
  79. package/front_end/core/i18n/locales/te.json +165 -183
  80. package/front_end/core/i18n/locales/th.json +158 -176
  81. package/front_end/core/i18n/locales/tr.json +162 -180
  82. package/front_end/core/i18n/locales/uk.json +160 -178
  83. package/front_end/core/i18n/locales/ur.json +160 -178
  84. package/front_end/core/i18n/locales/uz.json +160 -178
  85. package/front_end/core/i18n/locales/vi.json +162 -180
  86. package/front_end/core/i18n/locales/zh-HK.json +160 -178
  87. package/front_end/core/i18n/locales/zh-TW.json +161 -179
  88. package/front_end/core/i18n/locales/zh.json +162 -180
  89. package/front_end/core/i18n/locales/zu.json +164 -182
  90. package/front_end/core/sdk/ChildTargetManager.ts +1 -0
  91. package/front_end/core/sdk/PageResourceLoader.ts +1 -2
  92. package/front_end/panels/application/components/BackForwardCacheStrings.ts +93 -15
  93. package/front_end/panels/elements/components/elementsBreadcrumbs.css +2 -0
  94. package/front_end/panels/emulation/components/DeviceSizeInputElement.ts +2 -0
  95. package/front_end/third_party/lighthouse/lighthouse-dt-bundle.js +188 -185
  96. package/front_end/third_party/lighthouse/locales/en-US.json +1 -1
  97. package/front_end/third_party/lighthouse/locales/en-XL.json +1 -1
  98. package/front_end/third_party/lighthouse/report/bundle.js +3 -3
  99. package/front_end/third_party/lighthouse/report-assets/report-generator.js +1 -1
  100. package/front_end/ui/components/docs/component_docs.ts +4 -4
  101. package/front_end/ui/components/docs/component_docs_styles.css +51 -0
  102. package/inspector_overlay/main.ts +2 -16
  103. package/package.json +1 -1
  104. package/scripts/check_experiments.js +3 -6
  105. package/scripts/component_server/server.js +4 -12
  106. package/scripts/eslint_rules/lib/check_enumerated_histograms.js +32 -0
  107. package/scripts/eslint_rules/tests/check_enumerated_histograms_test.js +32 -0
@@ -401,6 +401,21 @@
401
401
  "core/sdk/DebuggerModel.ts | withBlock": {
402
402
  "message": "Blloku With"
403
403
  },
404
+ "core/sdk/EventBreakpointsModel.ts | auctionWorklet": {
405
+ "message": "Worklet e ankandit të reklamave"
406
+ },
407
+ "core/sdk/EventBreakpointsModel.ts | beforeBidderWorkletBiddingStart": {
408
+ "message": "Nisja e fazës së ofertimit të ofertuesit"
409
+ },
410
+ "core/sdk/EventBreakpointsModel.ts | beforeBidderWorkletReportingStart": {
411
+ "message": "Nisja e fazës së raportimit të ofertuesit"
412
+ },
413
+ "core/sdk/EventBreakpointsModel.ts | beforeSellerWorkletReportingStart": {
414
+ "message": "Nisja e fazës së raportimit të shitësit"
415
+ },
416
+ "core/sdk/EventBreakpointsModel.ts | beforeSellerWorkletScoringStart": {
417
+ "message": "Nisja e fazës së pikëve të shitësit"
418
+ },
404
419
  "core/sdk/NetworkManager.ts | crossoriginReadBlockingCorb": {
405
420
  "message": "Cross-Origin Read Blocking (CORB) bllokoi përgjigjen me origjinë të ndërthurur {PH1} me lloj MIME {PH2}. Shiko https://www.chromestatus.com/feature/5629709824032768 për më shumë detaje."
406
421
  },
@@ -629,6 +644,9 @@
629
644
  "core/sdk/sdk-meta.ts | disableCache": {
630
645
  "message": "Çaktivizo memorien specifike (kur është hapur DevTools)"
631
646
  },
647
+ "core/sdk/sdk-meta.ts | disableEmulateAutoDarkMode": {
648
+ "message": "Çaktivizo modalitetin e errët automatik"
649
+ },
632
650
  "core/sdk/sdk-meta.ts | disableJavascript": {
633
651
  "message": "Çaktivizo JavaScript"
634
652
  },
@@ -662,6 +680,9 @@
662
680
  "core/sdk/sdk-meta.ts | doNotEmulateCssMediaType": {
663
681
  "message": "Mos imito tipin e medias CSS"
664
682
  },
683
+ "core/sdk/sdk-meta.ts | doNotEmulateDarkMode": {
684
+ "message": "Mos imito modalitetin e errët automatik"
685
+ },
665
686
  "core/sdk/sdk-meta.ts | doNotExtendGridLines": {
666
687
  "message": "Mos i zgjero vijat e rrjetës"
667
688
  },
@@ -680,6 +701,9 @@
680
701
  "core/sdk/sdk-meta.ts | doNotShowGridTrackSizes": {
681
702
  "message": "Mos i shfaq madhësitë e pjesëve të rrjetës"
682
703
  },
704
+ "core/sdk/sdk-meta.ts | doNotShowRulersOnHover": {
705
+ "message": "Mos i shfaq vizoret gjatë kalimit përsipër"
706
+ },
683
707
  "core/sdk/sdk-meta.ts | emulateAFocusedPage": {
684
708
  "message": "Imito një faqe të fokusuar"
685
709
  },
@@ -728,6 +752,9 @@
728
752
  "core/sdk/sdk-meta.ts | enableCustomFormatters": {
729
753
  "message": "Aktivizo formatuesit e personalizuar"
730
754
  },
755
+ "core/sdk/sdk-meta.ts | enableEmulateAutoDarkMode": {
756
+ "message": "Aktivizo modalitetin e errët automatik"
757
+ },
731
758
  "core/sdk/sdk-meta.ts | enableJavascript": {
732
759
  "message": "Aktivizo JavaScript"
733
760
  },
@@ -755,9 +782,6 @@
755
782
  "core/sdk/sdk-meta.ts | hideFramesPerSecondFpsMeter": {
756
783
  "message": "Fshih matësin e kuadrove në sekondë (FPS)"
757
784
  },
758
- "core/sdk/sdk-meta.ts | hideHittestBorders": {
759
- "message": "Fshih bordurat e testit të pozicionimit"
760
- },
761
785
  "core/sdk/sdk-meta.ts | hideLayerBorders": {
762
786
  "message": "Fshih bordurat e shtresave"
763
787
  },
@@ -812,9 +836,6 @@
812
836
  "core/sdk/sdk-meta.ts | showGridTrackSizes": {
813
837
  "message": "Shfaq madhësitë e pjesës së rrjetës"
814
838
  },
815
- "core/sdk/sdk-meta.ts | showHittestBorders": {
816
- "message": "Shfaq bordurat e testit të pozicionimit"
817
- },
818
839
  "core/sdk/sdk-meta.ts | showLayerBorders": {
819
840
  "message": "Shfaq bordurat e shtresave"
820
841
  },
@@ -833,8 +854,8 @@
833
854
  "core/sdk/sdk-meta.ts | showPaintFlashingRectangles": {
834
855
  "message": "Shfaq drejtkëndëshat me paraqitje pulsuese"
835
856
  },
836
- "core/sdk/sdk-meta.ts | showRulers": {
837
- "message": "Shfaq vizoret"
857
+ "core/sdk/sdk-meta.ts | showRulersOnHover": {
858
+ "message": "Shfaq vizoret gjatë kalimit përsipër"
838
859
  },
839
860
  "core/sdk/sdk-meta.ts | showScrollPerformanceBottlenecks": {
840
861
  "message": "Shfaq pikat e bllokimit të performancës së lëvizjes"
@@ -884,6 +905,9 @@
884
905
  "entrypoints/inspector_main/RenderingOptions.ts | forcesCssColorgamutMediaFeature": {
885
906
  "message": "Detyron veçorinë e medias CSS color-gamut"
886
907
  },
908
+ "entrypoints/inspector_main/RenderingOptions.ts | forcesCssForcedColors": {
909
+ "message": "Detyron veçorinë e medias së ngjyrave të detyruara të CSS"
910
+ },
887
911
  "entrypoints/inspector_main/RenderingOptions.ts | forcesCssPreferscolorschemeMedia": {
888
912
  "message": "Detyron veçorinë e medias CSS prefers-color-scheme"
889
913
  },
@@ -920,9 +944,6 @@
920
944
  "entrypoints/inspector_main/RenderingOptions.ts | highlightsFramesRedDetectedToBe": {
921
945
  "message": "Thekson kuadrot (e kuqe) të diktuara si reklama."
922
946
  },
923
- "entrypoints/inspector_main/RenderingOptions.ts | hittestBorders": {
924
- "message": "Bordurat e testit të pozicionimit"
925
- },
926
947
  "entrypoints/inspector_main/RenderingOptions.ts | layerBorders": {
927
948
  "message": "Bordurat e shtresës"
928
949
  },
@@ -944,9 +965,6 @@
944
965
  "entrypoints/inspector_main/RenderingOptions.ts | showsAnOverlayWithCoreWebVitals": {
945
966
  "message": "Shfaq një mbivendosje me Core Web Vitals."
946
967
  },
947
- "entrypoints/inspector_main/RenderingOptions.ts | showsBordersAroundHittestRegions": {
948
- "message": "Tregon bordurat rreth rajoneve të testit të pozicionimit."
949
- },
950
968
  "entrypoints/inspector_main/RenderingOptions.ts | showsLayerBordersOrangeoliveAnd": {
951
969
  "message": "Shfaq bordurat e shtresave (portokalli/ulliri) dhe të pllakëzave (të kaltra)."
952
970
  },
@@ -1001,7 +1019,7 @@
1001
1019
  "entrypoints/inspector_main/inspector_main-meta.ts | visionDeficiency": {
1002
1020
  "message": "problem me shikimin"
1003
1021
  },
1004
- "entrypoints/js_app/JsMain.ts | main": {
1022
+ "entrypoints/js_app/js_app.ts | main": {
1005
1023
  "message": "Kryesore"
1006
1024
  },
1007
1025
  "entrypoints/main/MainImpl.ts | customizeAndControlDevtools": {
@@ -1190,42 +1208,42 @@
1190
1208
  "entrypoints/main/main-meta.ts | zoomOut": {
1191
1209
  "message": "Zvogëlo"
1192
1210
  },
1193
- "entrypoints/node_app/node_app-meta.ts | node": {
1194
- "message": "Nyja"
1195
- },
1196
- "entrypoints/node_app/node_app-meta.ts | showNode": {
1197
- "message": "Nyjë"
1198
- },
1199
- "entrypoints/node_main/NodeConnectionsPanel.ts | addConnection": {
1211
+ "entrypoints/node_app/NodeConnectionsPanel.ts | addConnection": {
1200
1212
  "message": "Shto lidhje"
1201
1213
  },
1202
- "entrypoints/node_main/NodeConnectionsPanel.ts | networkAddressEgLocalhost": {
1214
+ "entrypoints/node_app/NodeConnectionsPanel.ts | networkAddressEgLocalhost": {
1203
1215
  "message": "Adresa e rrjetit (p.sh. localhost:9229)"
1204
1216
  },
1205
- "entrypoints/node_main/NodeConnectionsPanel.ts | noConnectionsSpecified": {
1217
+ "entrypoints/node_app/NodeConnectionsPanel.ts | noConnectionsSpecified": {
1206
1218
  "message": "Nuk specifikohen lidhje"
1207
1219
  },
1208
- "entrypoints/node_main/NodeConnectionsPanel.ts | nodejsDebuggingGuide": {
1220
+ "entrypoints/node_app/NodeConnectionsPanel.ts | nodejsDebuggingGuide": {
1209
1221
  "message": "Udhëzuesi i korrigjimit të Node.js"
1210
1222
  },
1211
- "entrypoints/node_main/NodeConnectionsPanel.ts | specifyNetworkEndpointAnd": {
1223
+ "entrypoints/node_app/NodeConnectionsPanel.ts | specifyNetworkEndpointAnd": {
1212
1224
  "message": "Specifiko pikën fundore të rrjetit dhe DevTools do të lidhet me të automatikisht. Lexo {PH1} për të mësuar më shumë."
1213
1225
  },
1214
- "entrypoints/node_main/NodeMain.ts | main": {
1226
+ "entrypoints/node_app/NodeMain.ts | main": {
1215
1227
  "message": "Kryesore"
1216
1228
  },
1217
- "entrypoints/node_main/NodeMain.ts | nodejsS": {
1229
+ "entrypoints/node_app/NodeMain.ts | nodejsS": {
1218
1230
  "message": "Node.js: {PH1}"
1219
1231
  },
1220
- "entrypoints/node_main/node_main-meta.ts | connection": {
1232
+ "entrypoints/node_app/node_app.ts | connection": {
1221
1233
  "message": "Lidhja"
1222
1234
  },
1223
- "entrypoints/node_main/node_main-meta.ts | node": {
1235
+ "entrypoints/node_app/node_app.ts | networkTitle": {
1236
+ "message": "Nyja"
1237
+ },
1238
+ "entrypoints/node_app/node_app.ts | node": {
1224
1239
  "message": "nyjë"
1225
1240
  },
1226
- "entrypoints/node_main/node_main-meta.ts | showConnection": {
1241
+ "entrypoints/node_app/node_app.ts | showConnection": {
1227
1242
  "message": "Shfaq lidhjen"
1228
1243
  },
1244
+ "entrypoints/node_app/node_app.ts | showNode": {
1245
+ "message": "Nyjë"
1246
+ },
1229
1247
  "entrypoints/worker_app/WorkerMain.ts | main": {
1230
1248
  "message": "Kryesore"
1231
1249
  },
@@ -1322,8 +1340,8 @@
1322
1340
  "models/issues_manager/CorsIssue.ts | CORS": {
1323
1341
  "message": "Ndarja e burimeve me origjinë të ndërthurur (CORS)"
1324
1342
  },
1325
- "models/issues_manager/CorsIssue.ts | corsForPrivateNetworksRfc": {
1326
- "message": "CORS për rrjete private (RFC1918)"
1343
+ "models/issues_manager/CorsIssue.ts | corsPrivateNetworkAccess": {
1344
+ "message": "Qasja rrjetin privat"
1327
1345
  },
1328
1346
  "models/issues_manager/CrossOriginEmbedderPolicyIssue.ts | coopAndCoep": {
1329
1347
  "message": "COOP dhe COEP"
@@ -1559,9 +1577,18 @@
1559
1577
  "panels/accessibility/AXBreadcrumbsPane.ts | accessibilityTree": {
1560
1578
  "message": "Pema e qasshmërisë"
1561
1579
  },
1580
+ "panels/accessibility/AXBreadcrumbsPane.ts | fullTreeExperimentDescription": {
1581
+ "message": "Pema e qasshmërisë u zhvendos në këndin lart djathtas të pemës DOM."
1582
+ },
1583
+ "panels/accessibility/AXBreadcrumbsPane.ts | fullTreeExperimentName": {
1584
+ "message": "Aktivizo pemën e qasshmërisë të faqes së plotë"
1585
+ },
1562
1586
  "panels/accessibility/AXBreadcrumbsPane.ts | ignored": {
1563
1587
  "message": "Shpërfillur"
1564
1588
  },
1589
+ "panels/accessibility/AXBreadcrumbsPane.ts | reloadRequired": {
1590
+ "message": "Kërkohet ringarkim para se ndryshim të ketë efekt."
1591
+ },
1565
1592
  "panels/accessibility/AXBreadcrumbsPane.ts | scrollIntoView": {
1566
1593
  "message": "Lëviz në pamje"
1567
1594
  },
@@ -1704,7 +1731,7 @@
1704
1731
  "message": "Nga caption"
1705
1732
  },
1706
1733
  "panels/accessibility/AccessibilityStrings.ts | fromDescription": {
1707
- "message": "From description"
1734
+ "message": "Nga description"
1708
1735
  },
1709
1736
  "panels/accessibility/AccessibilityStrings.ts | fromLabel": {
1710
1737
  "message": "Nga label"
@@ -1857,7 +1884,7 @@
1857
1884
  "message": "Vlera nga atributi"
1858
1885
  },
1859
1886
  "panels/accessibility/AccessibilityStrings.ts | valueFromDescriptionElement": {
1860
- "message": "Value from description element."
1887
+ "message": "Vlera nga elementi description."
1861
1888
  },
1862
1889
  "panels/accessibility/AccessibilityStrings.ts | valueFromElementContents": {
1863
1890
  "message": "Vlera nga përmbajtja e elementit."
@@ -2316,382 +2343,337 @@
2316
2343
  "message": "punëtor"
2317
2344
  },
2318
2345
  "panels/application/BackForwardCacheStrings.ts | HTTPMethodNotGET": {
2319
- "message": "Only pages loaded via a GET request are eligible for back/forward cache."
2346
+ "message": "Vetëm faqet e ngarkuara nëpërmjet një kërkese me metodën GET janë përshtatshme për memorien specifike të faqes së plotë."
2320
2347
  },
2321
2348
  "panels/application/BackForwardCacheStrings.ts | HTTPStatusNotOK": {
2322
- "message": "Only pages with a status code of 2XX can be cached."
2349
+ "message": " memorien specifike mund ruhen vetëm faqet me një kod statusi 2XX."
2323
2350
  },
2324
2351
  "panels/application/BackForwardCacheStrings.ts | JavaScriptExecution": {
2325
- "message": "Chrome detected an attempt to execute JavaScript while in the cache."
2352
+ "message": "Chrome zbuloi një përpjekje për ekzekutuar JavaScript brenda memories specifike."
2326
2353
  },
2327
2354
  "panels/application/BackForwardCacheStrings.ts | appBanner": {
2328
- "message": "Pages that requested an AppBanner are not currently eligible for back/forward cache."
2355
+ "message": "Faqet kanë kërkuar një AppBanner nuk janë aktualisht përshtatshme për memorien specifike të faqes së plotë."
2329
2356
  },
2330
2357
  "panels/application/BackForwardCacheStrings.ts | backForwardCacheDisabled": {
2331
- "message": "Back/forward cache is disabled by flags. Visit chrome://flags/#back-forward-cache to enable it locally on this device."
2358
+ "message": "Memoria specifike e faqes plotë është çaktivizuar nga flamurët. Vizito chrome://flags/#back-forward-cache për ta aktivizuar lokalisht këtë pajisje."
2332
2359
  },
2333
2360
  "panels/application/BackForwardCacheStrings.ts | backForwardCacheDisabledByCommandLine": {
2334
- "message": "Back/forward cache is disabled by the command line."
2361
+ "message": "Memoria specifike e faqes plotë është çaktivizuar nga rreshti i komandës."
2335
2362
  },
2336
2363
  "panels/application/BackForwardCacheStrings.ts | backForwardCacheDisabledByLowMemory": {
2337
- "message": "Back/forward cache is disabled due to insufficient memory."
2364
+ "message": "Memoria specifike e faqes plotë u çaktivizua për shkak të memories së pamjaftueshme."
2338
2365
  },
2339
2366
  "panels/application/BackForwardCacheStrings.ts | backForwardCacheDisabledForDelegate": {
2340
- "message": "Back/forward cache is not supported by delegate."
2367
+ "message": "Memoria specifike e faqes plotë nuk mbështetet nga delegati."
2341
2368
  },
2342
2369
  "panels/application/BackForwardCacheStrings.ts | backForwardCacheDisabledForPrerender": {
2343
- "message": "Back/forward cache is disabled for prerenderer."
2370
+ "message": "Memoria specifike e faqes plotë është çaktivizuar për paraqitësin paraprak."
2344
2371
  },
2345
2372
  "panels/application/BackForwardCacheStrings.ts | broadcastChannel": {
2346
- "message": "The page cannot be cached because it has a BroadcastChannel instance with registered listeners."
2373
+ "message": "Faqja nuk mund ruhet memorien specifike pasi ka një shembull të BroadcastChannel me dëgjues regjistruar."
2347
2374
  },
2348
2375
  "panels/application/BackForwardCacheStrings.ts | cacheControlNoStore": {
2349
- "message": "Pages with cache-control:no-store header cannot enter back/forward cache."
2376
+ "message": "Faqet me kokë cache-control:no-store nuk mund vendosen në memorien specifike të faqes së plotë."
2350
2377
  },
2351
2378
  "panels/application/BackForwardCacheStrings.ts | cacheFlushed": {
2352
- "message": "The cache was intentionally cleared."
2379
+ "message": "Memoria specifike u pastrua me qëllim."
2353
2380
  },
2354
2381
  "panels/application/BackForwardCacheStrings.ts | cacheLimit": {
2355
- "message": "The page was evicted from the cache to allow another page to be cached."
2382
+ "message": "Faqja u nxor jashtë memories specifike për lejuar ruajtjen e një faqeje tjetër në memorien specifike."
2356
2383
  },
2357
2384
  "panels/application/BackForwardCacheStrings.ts | containsPlugins": {
2358
- "message": "Pages containing plugins are not currently eligible for back/forward cache."
2385
+ "message": "Faqet përmbajnë përbërës shtesë nuk janë aktualisht përshtatshme për memorien specifike të faqes së plotë."
2359
2386
  },
2360
2387
  "panels/application/BackForwardCacheStrings.ts | contentFileChooser": {
2361
- "message": "Pages that use FileChooser API are not eligible for back/forward cache."
2388
+ "message": "Faqet përdorin FileChooser API nuk janë përshtatshme për memorien specifike të faqes së plotë."
2362
2389
  },
2363
2390
  "panels/application/BackForwardCacheStrings.ts | contentFileSystemAccess": {
2364
- "message": "Pages that use File System Access API are not eligible for back/forward cache."
2391
+ "message": "Faqet përdorin File System Access API nuk janë përshtatshme për memorien specifike të faqes së plotë."
2365
2392
  },
2366
2393
  "panels/application/BackForwardCacheStrings.ts | contentMediaDevicesDispatcherHost": {
2367
- "message": "Pages that use Media Device Dispatcher are not eligible for back/forward cache."
2394
+ "message": "Faqet përdorin Media Device Dispatcher nuk janë përshtatshme për memorien specifike të faqes së plotë."
2368
2395
  },
2369
2396
  "panels/application/BackForwardCacheStrings.ts | contentMediaPlay": {
2370
- "message": "A media player was playing upon navigating away."
2397
+ "message": "Një luajtës mediash po luante gjatë daljes."
2371
2398
  },
2372
2399
  "panels/application/BackForwardCacheStrings.ts | contentMediaSession": {
2373
- "message": "Pages that use MediaSession API and set a playback state are not eligible for back/forward cache."
2400
+ "message": "Faqet përdorin MediaSession API dhe caktojnë një gjendje luajtjeje nuk janë përshtatshme për memorien specifike të faqes së plotë."
2374
2401
  },
2375
2402
  "panels/application/BackForwardCacheStrings.ts | contentMediaSessionService": {
2376
- "message": "Pages that use MediaSession API and set action handlers are not eligible for back/forward cache."
2403
+ "message": "Faqet përdorin MediaSession API dhe caktojnë përpunues veprimesh nuk janë përshtatshme për memorien specifike të faqes së plotë."
2377
2404
  },
2378
2405
  "panels/application/BackForwardCacheStrings.ts | contentSecurityHandler": {
2379
- "message": "Pages that use SecurityHandler are not eligible for back/forward cache."
2406
+ "message": "Faqet përdorin SecurityHandler nuk janë përshtatshme për memorien specifike të faqes së plotë."
2380
2407
  },
2381
2408
  "panels/application/BackForwardCacheStrings.ts | contentSerial": {
2382
- "message": "Pages that use Serial API are not eligible for back/forward cache."
2409
+ "message": "Faqet përdorin Serial API nuk janë përshtatshme për memorien specifike të faqes së plotë."
2383
2410
  },
2384
2411
  "panels/application/BackForwardCacheStrings.ts | contentWebAuthenticationAPI": {
2385
- "message": "Pages that use WebAuthetication API are not eligible for back/forward cache."
2412
+ "message": "Faqet përdorin WebAuthetication API nuk janë përshtatshme për memorien specifike të faqes së plotë."
2386
2413
  },
2387
2414
  "panels/application/BackForwardCacheStrings.ts | contentWebBluetooth": {
2388
- "message": "Pages that use WebBluetooth API are not eligible for back/forward cache."
2415
+ "message": "Faqet përdorin WebBluetooth API nuk janë përshtatshme për memorien specifike të faqes së plotë."
2389
2416
  },
2390
2417
  "panels/application/BackForwardCacheStrings.ts | contentWebUSB": {
2391
- "message": "Pages that use WebUSB API are not eligible for back/forward cache."
2418
+ "message": "Faqet përdorin WebUSB API nuk janë përshtatshme për memorien specifike të faqes së plotë."
2392
2419
  },
2393
2420
  "panels/application/BackForwardCacheStrings.ts | dedicatedWorkerOrWorklet": {
2394
- "message": "Pages that use a dedicated worker or worklet are not currently eligible for back/forward cache."
2421
+ "message": "Faqet përdorin një punonjës dedikuar ose worklet nuk janë aktualisht përshtatshme për memorien specifike të faqes së plotë."
2395
2422
  },
2396
2423
  "panels/application/BackForwardCacheStrings.ts | documentLoaded": {
2397
- "message": "The document did not finish loading before navigating away."
2398
- },
2399
- "panels/application/BackForwardCacheStrings.ts | embedderAppBannerManager": {
2400
- "message": "EmbedderAppBannerManager"
2401
- },
2402
- "panels/application/BackForwardCacheStrings.ts | embedderChromePasswordManagerClientBindCredentialManager": {
2403
- "message": "EmbedderChromePasswordManagerClientBindCredentialManager"
2404
- },
2405
- "panels/application/BackForwardCacheStrings.ts | embedderDomDistillerSelfDeletingRequestDelegate": {
2406
- "message": "EmbedderDomDistillerSelfDeletingRequestDelegate"
2407
- },
2408
- "panels/application/BackForwardCacheStrings.ts | embedderDomDistillerViewerSource": {
2409
- "message": "EmbedderDomDistillerViewerSource"
2410
- },
2411
- "panels/application/BackForwardCacheStrings.ts | embedderExtensionMessaging": {
2412
- "message": "EmbedderExtensionMessaging"
2413
- },
2414
- "panels/application/BackForwardCacheStrings.ts | embedderExtensionMessagingForOpenPort": {
2415
- "message": "EmbedderExtensionMessagingForOpenPort"
2416
- },
2417
- "panels/application/BackForwardCacheStrings.ts | embedderExtensionSentMessageToCachedFrame": {
2418
- "message": "EmbedderExtensionSentMessageToCachedFrame"
2419
- },
2420
- "panels/application/BackForwardCacheStrings.ts | embedderExtensions": {
2421
- "message": "EmbedderExtensions"
2422
- },
2423
- "panels/application/BackForwardCacheStrings.ts | embedderModalDialog": {
2424
- "message": "EmbedderModalDialog"
2425
- },
2426
- "panels/application/BackForwardCacheStrings.ts | embedderOfflinePage": {
2427
- "message": "EmbedderOfflinePage"
2428
- },
2429
- "panels/application/BackForwardCacheStrings.ts | embedderOomInterventionTabHelper": {
2430
- "message": "EmbedderOomInterventionTabHelper"
2431
- },
2432
- "panels/application/BackForwardCacheStrings.ts | embedderPermissionRequestManager": {
2433
- "message": "EmbedderPermissionRequestManager"
2434
- },
2435
- "panels/application/BackForwardCacheStrings.ts | embedderPopupBlockerTabHelper": {
2436
- "message": "EmbedderPopupBlockerTabHelper"
2437
- },
2438
- "panels/application/BackForwardCacheStrings.ts | embedderSafeBrowsingThreatDetails": {
2439
- "message": "EmbedderSafeBrowsingThreatDetails"
2440
- },
2441
- "panels/application/BackForwardCacheStrings.ts | embedderSafeBrowsingTriggeredPopupBlocker": {
2442
- "message": "EmbedderSafeBrowsingTriggeredPopupBlocker"
2424
+ "message": "Dokumenti nuk e përfundoi ngarkimin përpara daljes prej tij."
2443
2425
  },
2444
2426
  "panels/application/BackForwardCacheStrings.ts | enteredBackForwardCacheBeforeServiceWorkerHostAdded": {
2445
- "message": "A service worker was activated while the page was in back/forward cache."
2427
+ "message": "Një përpunues shërbimi u aktivizua kur faqja ishte memorien specifike të faqes së plotë."
2446
2428
  },
2447
2429
  "panels/application/BackForwardCacheStrings.ts | foregroundCacheLimit": {
2448
- "message": "The page was evicted from the cache to allow another page to be cached."
2430
+ "message": "Faqja u nxor jashtë memories specifike për lejuar ruajtjen e një faqeje tjetër në memorien specifike."
2449
2431
  },
2450
2432
  "panels/application/BackForwardCacheStrings.ts | grantedMediaStreamAccess": {
2451
- "message": "Pages that have granted media stream access are not currently eligible for back/forward cache."
2433
+ "message": "Faqet kanë dhënë qasje transmetimin e mediave nuk janë aktualisht përshtatshme për memorien specifike të faqes së plotë."
2452
2434
  },
2453
2435
  "panels/application/BackForwardCacheStrings.ts | haveInnerContents": {
2454
- "message": "Pages that use portals are not currently eligible for back/forward cache."
2436
+ "message": "Faqet përdorin portale nuk janë aktualisht përshtatshme për memorien specifike të faqes së plotë."
2455
2437
  },
2456
2438
  "panels/application/BackForwardCacheStrings.ts | idleManager": {
2457
- "message": "Pages that use IdleManager are not currently eligible for back/forward cache."
2439
+ "message": "Faqet përdorin IdleManager nuk janë aktualisht përshtatshme për memorien specifike të faqes së plotë."
2458
2440
  },
2459
2441
  "panels/application/BackForwardCacheStrings.ts | indexedDBConnection": {
2460
- "message": "Pages that have an open IndexedDB connection are not currently eligible for back/forward cache."
2442
+ "message": "Faqet kanë një lidhje të hapur IndexedDB nuk janë aktualisht përshtatshme për memorien specifike të faqes së plotë."
2461
2443
  },
2462
2444
  "panels/application/BackForwardCacheStrings.ts | ineligibleAPI": {
2463
- "message": "Ineligible APIs were used."
2445
+ "message": "Janë përdorur API të papërshtatshme."
2464
2446
  },
2465
2447
  "panels/application/BackForwardCacheStrings.ts | injectedJavascript": {
2466
- "message": "IPages that JavaScript is injected into by extensions are not currently eligible for back/forward cache."
2448
+ "message": "Faqet ku JavaScript injektohet nga shtesat nuk janë aktualisht përshtatshme për memorien specifike të faqes së plotë."
2467
2449
  },
2468
2450
  "panels/application/BackForwardCacheStrings.ts | injectedStyleSheet": {
2469
- "message": "Pages that StyleSheet is injected into by extensions are not currently eligible for back/forward cache."
2451
+ "message": "Faqet ku StyleSheet injektohet nga shtesat nuk janë aktualisht përshtatshme për memorien specifike të faqes së plotë."
2470
2452
  },
2471
2453
  "panels/application/BackForwardCacheStrings.ts | internalError": {
2472
- "message": "Internal error."
2454
+ "message": "Gabim i brendshëm."
2473
2455
  },
2474
2456
  "panels/application/BackForwardCacheStrings.ts | keyboardLock": {
2475
- "message": "Pages that use Keyboard lock are not currently eligible for back/forward cache."
2457
+ "message": "Faqet përdorin \"Kyçjen e tastierës\" nuk janë aktualisht përshtatshme për memorien specifike të faqes së plotë."
2476
2458
  },
2477
2459
  "panels/application/BackForwardCacheStrings.ts | loading": {
2478
- "message": "The page did not finish loading before navigating away."
2460
+ "message": "Faqja nuk e përfundoi ngarkimin përpara se dilej jashtë saj."
2479
2461
  },
2480
2462
  "panels/application/BackForwardCacheStrings.ts | mainResourceHasCacheControlNoCache": {
2481
- "message": "Pages whose main resource has cache-control:no-cache cannot enter back/forward cache."
2463
+ "message": "Faqet, burimi kryesor i cilave ka cache-control:no-cache, nuk mund vendosen në memorien specifike të faqes së plotë."
2482
2464
  },
2483
2465
  "panels/application/BackForwardCacheStrings.ts | mainResourceHasCacheControlNoStore": {
2484
- "message": "Pages whose main resource has cache-control:no-store cannot enter back/forward cache."
2466
+ "message": "Faqet, burimi kryesor i cilave ka cache-control:no-store, nuk mund vendosen në memorien specifike të faqes së plotë."
2485
2467
  },
2486
2468
  "panels/application/BackForwardCacheStrings.ts | navigationCancelledWhileRestoring": {
2487
- "message": "Navigation was cancelled before the page could be restored from back/forward cache."
2469
+ "message": "Navigimi u anulua përpara se faqja mund restaurohej nga memoria specifike e faqes së plotë."
2488
2470
  },
2489
2471
  "panels/application/BackForwardCacheStrings.ts | networkExceedsBufferLimit": {
2490
- "message": "The page was evicted from the cache because an active network connection received too much data. Chrome limits the amount of data that a page may receive while cached."
2472
+ "message": "Faqja është nxjerrë jashtë memories specifike pasi një lidhje aktive rrjeti mori shumë dhëna. Chrome e kufizon sasinë e dhënave mund marrë një faqe kur është e ruajtur në memorien specifike."
2491
2473
  },
2492
2474
  "panels/application/BackForwardCacheStrings.ts | networkRequestDatapipeDrainedAsBytesConsumer": {
2493
- "message": "Pages that have inflight fetch() or XHR are not currently eligible for back/forward cache."
2475
+ "message": "Faqet kanë një kërkesë fetch() ose XHR proces nuk janë aktualisht përshtatshme për memorien specifike të faqes së plotë."
2494
2476
  },
2495
2477
  "panels/application/BackForwardCacheStrings.ts | networkRequestRedirected": {
2496
- "message": "The page was evicted from back/forward cache because an active network request involved a redirect."
2478
+ "message": "Faqja u nxor jashtë memories specifike faqes plotë pasi një kërkesë aktive rrjeti përmbante një ridrejtim."
2497
2479
  },
2498
2480
  "panels/application/BackForwardCacheStrings.ts | networkRequestTimeout": {
2499
- "message": "The page was evicted from the cache because a network connection was open too long. Chrome limits the amount of time that a page may receive data while cached."
2481
+ "message": "Faqja u nxor jashtë memories specifike pasi një lidhje rrjeti ishte e hapur për një kohë shumë të gjatë. Chrome e kufizon sasinë e kohës gjatë cilës mund marrë dhëna një faqe kur është e ruajtur në memorien specifike."
2500
2482
  },
2501
2483
  "panels/application/BackForwardCacheStrings.ts | noResponseHead": {
2502
- "message": "Pages that do not have a valid response head cannot enter back/forward cache."
2484
+ "message": "Faqet nuk kanë një kokë përgjigjeje vlefshme nuk mund vendosen në memorien specifike të faqes së plotë."
2503
2485
  },
2504
2486
  "panels/application/BackForwardCacheStrings.ts | notMainFrame": {
2505
- "message": "Navigation happened in a frame other than the main frame."
2506
- },
2507
- "panels/application/BackForwardCacheStrings.ts | optInUnloadHeaderNotPresent": {
2508
- "message": "The page has unload handler without the back/forward cache opt-in header."
2487
+ "message": "Navigimi u krye një kornizë ndryshme nga korniza kryesore."
2509
2488
  },
2510
2489
  "panels/application/BackForwardCacheStrings.ts | outstandingIndexedDBTransaction": {
2511
- "message": "Page with ongoing indexed DB transactions are not currently eligible for back/forward cache."
2490
+ "message": "Faqet me transaksione indeksuara DB proces nuk janë aktualisht përshtatshme për memorien specifike të faqes së plotë."
2512
2491
  },
2513
2492
  "panels/application/BackForwardCacheStrings.ts | outstandingNetworkRequestDirectSocket": {
2514
- "message": "Pages with an in-flight network request are not currently eligible for back/forward cache."
2493
+ "message": "Faqet me një kërkesë rrjeti proces nuk janë aktualisht përshtatshme për memorien specifike të faqes së plotë."
2515
2494
  },
2516
2495
  "panels/application/BackForwardCacheStrings.ts | outstandingNetworkRequestFetch": {
2517
- "message": "Pages with an in-flight fetch network request are not currently eligible for back/forward cache."
2496
+ "message": "Faqet me një kërkesë rrjeti fetch() proces nuk janë aktualisht përshtatshme për memorien specifike të faqes së plotë."
2518
2497
  },
2519
2498
  "panels/application/BackForwardCacheStrings.ts | outstandingNetworkRequestOthers": {
2520
- "message": "Pages with an in-flight network request are not currently eligible for back/forward cache."
2499
+ "message": "Faqet me një kërkesë rrjeti proces nuk janë aktualisht përshtatshme për memorien specifike të faqes së plotë."
2521
2500
  },
2522
2501
  "panels/application/BackForwardCacheStrings.ts | outstandingNetworkRequestXHR": {
2523
- "message": "Pages with an in-flight XHR network request are not currently eligible for back/forward cache."
2502
+ "message": "Faqet me një kërkesë rrjeti XHR proces nuk janë aktualisht përshtatshme për memorien specifike të faqes së plotë."
2524
2503
  },
2525
2504
  "panels/application/BackForwardCacheStrings.ts | paymentManager": {
2526
- "message": "Pages that use PaymentManager are not currently eligible for back/forward cache."
2505
+ "message": "Faqet përdorin PaymentManager nuk janë aktualisht përshtatshme për memorien specifike të faqes së plotë."
2527
2506
  },
2528
2507
  "panels/application/BackForwardCacheStrings.ts | pictureInPicture": {
2529
- "message": "Pages that use Picture-in-Picture are not currently eligible for back/forward cache."
2508
+ "message": "Faqet përdorin \"Figurë brenda figurës\" nuk janë aktualisht përshtatshme për memorien specifike të faqes së plotë."
2530
2509
  },
2531
2510
  "panels/application/BackForwardCacheStrings.ts | portal": {
2532
- "message": "Pages that use portals are not currently eligible for back/forward cache."
2511
+ "message": "Faqet përdorin portale nuk janë aktualisht përshtatshme për memorien specifike të faqes së plotë."
2533
2512
  },
2534
2513
  "panels/application/BackForwardCacheStrings.ts | printing": {
2535
- "message": "Pages that show Printing UI are not currently eligible for back/forward cache."
2514
+ "message": "Faqet tregojnë Printing UI nuk janë aktualisht përshtatshme për memorien specifike të faqes së plotë."
2536
2515
  },
2537
2516
  "panels/application/BackForwardCacheStrings.ts | relatedActiveContentsExist": {
2538
- "message": "The page was opened using window.open() and another tab has a reference to it, or the page opened a window."
2517
+ "message": "Faqja është hapur duke përdorur \"window.open()\" dhe një skedë tjetër ka një referencë tek ajo ose faqja është hapur në një dritare."
2539
2518
  },
2540
2519
  "panels/application/BackForwardCacheStrings.ts | rendererProcessCrashed": {
2541
- "message": "The renderer process for the page in back/forward cache crashed."
2520
+ "message": "Procesi i paraqitësit për faqen memorien specifike faqes së plotë pësoi një ndërprerje aksidentale."
2542
2521
  },
2543
2522
  "panels/application/BackForwardCacheStrings.ts | rendererProcessKilled": {
2544
- "message": "The renderer process for the page in back/forward cache was killed."
2523
+ "message": "Procesi i paraqitësit për faqen memorien specifike faqes së plotë u mbyll me forcë."
2545
2524
  },
2546
2525
  "panels/application/BackForwardCacheStrings.ts | requestedAudioCapturePermission": {
2547
- "message": "Pages that have requested audio capture permissions are not currently eligible for back/forward cache."
2526
+ "message": "Faqet kanë kërkuar leje për regjistrimin e audios nuk janë aktualisht përshtatshme për memorien specifike të faqes së plotë."
2548
2527
  },
2549
2528
  "panels/application/BackForwardCacheStrings.ts | requestedBackForwardCacheBlockedSensors": {
2550
- "message": "Pages that have requested sensor permissions are not currently eligible for back/forward cache."
2529
+ "message": "Faqet kanë kërkuar leje për sensorin nuk janë aktualisht përshtatshme për memorien specifike të faqes së plotë."
2551
2530
  },
2552
2531
  "panels/application/BackForwardCacheStrings.ts | requestedBackgroundWorkPermission": {
2553
- "message": "Pages that have requested background sync or fetch permissions are not currently eligible for back/forward cache."
2532
+ "message": "Faqet kanë kërkuar sinkronizimin sfond ose lejet e marrjes nuk janë aktualisht përshtatshme për memorien specifike të faqes së plotë."
2554
2533
  },
2555
2534
  "panels/application/BackForwardCacheStrings.ts | requestedMIDIPermission": {
2556
- "message": "Pages that have requested MIDI permissions are not currently eligible for back/forward cache."
2535
+ "message": "Faqet kanë kërkuar leje për MIDI nuk janë aktualisht përshtatshme për memorien specifike të faqes së plotë."
2557
2536
  },
2558
2537
  "panels/application/BackForwardCacheStrings.ts | requestedNotificationsPermission": {
2559
- "message": "Pages that have requested notifications permissions are not currently eligible for back/forward cache."
2538
+ "message": "Faqet kanë kërkuar leje për njoftime nuk janë aktualisht përshtatshme për memorien specifike të faqes së plotë."
2560
2539
  },
2561
2540
  "panels/application/BackForwardCacheStrings.ts | requestedStorageAccessGrant": {
2562
- "message": "Pages that have requested storage access are not currently eligible for back/forward cache."
2541
+ "message": "Faqet kanë kërkuar qasje hapësirën ruajtëse nuk janë aktualisht përshtatshme për memorien specifike të faqes së plotë."
2563
2542
  },
2564
2543
  "panels/application/BackForwardCacheStrings.ts | requestedVideoCapturePermission": {
2565
- "message": "Pages that have requested video capture permissions are not currently eligible for back/forward cache."
2544
+ "message": "Faqet kanë kërkuar leje për regjistrim videoje nuk janë aktualisht përshtatshme për memorien specifike të faqes së plotë."
2566
2545
  },
2567
2546
  "panels/application/BackForwardCacheStrings.ts | schemeNotHTTPOrHTTPS": {
2568
- "message": "Only pages whose URL scheme is HTTP / HTTPS can be cached."
2547
+ "message": " memorien specifike mund ruhen vetëm faqet, skema e URL-së e të cilave është HTTP/HTTPS."
2569
2548
  },
2570
2549
  "panels/application/BackForwardCacheStrings.ts | serviceWorkerClaim": {
2571
- "message": "The page was claimed by a service worker while it is in back/forward cache."
2550
+ "message": "Faqja është pretenduar nga një punonjës shërbimi ndërsa ndodhet memorien specifike faqes së plotë."
2572
2551
  },
2573
2552
  "panels/application/BackForwardCacheStrings.ts | serviceWorkerPostMessage": {
2574
- "message": "A service worker attempted to send the page in back/forward cache a MessageEvent."
2553
+ "message": "Një punonjës shërbimi u përpoq t'i dërgonte një MessageEvent faqes memorien specifike të faqes së plotë."
2575
2554
  },
2576
2555
  "panels/application/BackForwardCacheStrings.ts | serviceWorkerUnregistration": {
2577
- "message": "ServiceWorker was unregistered while a page was in back/forward cache."
2556
+ "message": "ServiceWorker ishte çregjistruar ndërsa një faqe ishte memorien specifike të faqes së plotë."
2578
2557
  },
2579
2558
  "panels/application/BackForwardCacheStrings.ts | serviceWorkerVersionActivation": {
2580
- "message": "The page was evicted from back/forward cache due to a service worker activation."
2559
+ "message": "Faqja u nxor jashtë memories specifike faqes plotë për shkak të aktivizimit të një punonjësi shërbimi."
2581
2560
  },
2582
2561
  "panels/application/BackForwardCacheStrings.ts | sessionRestored": {
2583
- "message": "Chrome restarted and cleared the back/forward cache entries."
2562
+ "message": "Chrome u rinis dhe i pastroi hyrjet e memories specifike të faqes së plotë."
2584
2563
  },
2585
2564
  "panels/application/BackForwardCacheStrings.ts | sharedWorker": {
2586
- "message": "Pages that use SharedWorker are not currently eligible for back/forward cache."
2565
+ "message": "Faqet përdorin SharedWorker nuk janë aktualisht përshtatshme për memorien specifike të faqes së plotë."
2587
2566
  },
2588
2567
  "panels/application/BackForwardCacheStrings.ts | speechRecognizer": {
2589
- "message": "Pages that use SpeechRecognizer are not currently eligible for back/forward cache."
2568
+ "message": "Faqet përdorin SpeechRecognizer nuk janë aktualisht përshtatshme për memorien specifike të faqes së plotë."
2590
2569
  },
2591
2570
  "panels/application/BackForwardCacheStrings.ts | speechSynthesis": {
2592
- "message": "Pages that use SpeechSynthesis are not currently eligible for back/forward cache."
2571
+ "message": "Faqet përdorin SpeechSynthesis nuk janë aktualisht përshtatshme për memorien specifike të faqes së plotë."
2593
2572
  },
2594
2573
  "panels/application/BackForwardCacheStrings.ts | subframeIsNavigating": {
2595
- "message": "An iframe on the page started a navigation that did not complete."
2574
+ "message": "Një iframe faqe filloi një navigim nuk u përfundua."
2596
2575
  },
2597
2576
  "panels/application/BackForwardCacheStrings.ts | subresourceHasCacheControlNoCache": {
2598
- "message": "Pages whose subresource has cache-control:no-cache cannot enter back/forward cache."
2577
+ "message": "Faqet, nënburimi i cilave ka cache-control:no-cache, nuk mund hyjnë në memorien specifike të faqes së plotë."
2599
2578
  },
2600
2579
  "panels/application/BackForwardCacheStrings.ts | subresourceHasCacheControlNoStore": {
2601
- "message": "Pages whose subresource has cache-control:no-store cannot enter back/forward cache."
2580
+ "message": "Faqet nënburimi i cilave ka cache-control:no-store nuk mund vendosen në memorien specifike të faqes së plotë."
2602
2581
  },
2603
2582
  "panels/application/BackForwardCacheStrings.ts | timeout": {
2604
- "message": "The page exceeded the maximum time in back/forward cache and was expired."
2583
+ "message": "Faqja kishte tejkaluar kohën maksimale memorien specifike faqes plotë dhe kishte skaduar."
2605
2584
  },
2606
2585
  "panels/application/BackForwardCacheStrings.ts | timeoutPuttingInCache": {
2607
- "message": "The page timed out entering back/forward cache (likely due to long-running pagehide handlers)."
2586
+ "message": "Faqes i mbaroi koha gjatë vendosjes memorien specifike të faqes së plotë (ndoshta për shkak përpunuesve pagehide të ekzekutuar për një kohë të gjatë)."
2608
2587
  },
2609
2588
  "panels/application/BackForwardCacheStrings.ts | unloadHandlerExistsInMainFrame": {
2610
- "message": "The page has an unload handler in the main frame."
2589
+ "message": "Faqja ka një përpunues shkarkimi kornizën kryesore."
2611
2590
  },
2612
2591
  "panels/application/BackForwardCacheStrings.ts | unloadHandlerExistsInSubFrame": {
2613
- "message": "The page has an unload handler in a sub frame."
2592
+ "message": "Faqja ka një përpunues shkarkimi një nënkornizë."
2614
2593
  },
2615
2594
  "panels/application/BackForwardCacheStrings.ts | userAgentOverrideDiffers": {
2616
- "message": "Browser has changed the user agent override header."
2595
+ "message": "Shfletuesi ka ndryshuar kokën e anulimit agjentit të përdoruesit."
2617
2596
  },
2618
2597
  "panels/application/BackForwardCacheStrings.ts | wasGrantedMediaAccess": {
2619
- "message": "Pages that have granted access to record video or audio are not currently eligible for back/forward cache."
2598
+ "message": "Faqet kanë dhënë qasje për regjistrimin e videos ose audios nuk janë aktualisht përshtatshme për memorien specifike të faqes së plotë."
2620
2599
  },
2621
2600
  "panels/application/BackForwardCacheStrings.ts | webDatabase": {
2622
- "message": "Pages that use WebDatabase are not currently eligible for back/forward cache."
2601
+ "message": "Faqet përdorin WebDatabase nuk janë aktualisht përshtatshme për memorien specifike të faqes së plotë."
2623
2602
  },
2624
2603
  "panels/application/BackForwardCacheStrings.ts | webHID": {
2625
- "message": "Pages that use WebHID are not currently eligible for back/forward cache."
2604
+ "message": "Faqet përdorin WebHID nuk janë aktualisht përshtatshme për memorien specifike të faqes së plotë."
2626
2605
  },
2627
2606
  "panels/application/BackForwardCacheStrings.ts | webLocks": {
2628
- "message": "Pages that use WebLocks are not currently eligible for back/forward cache."
2607
+ "message": "Faqet përdorin WebLocks nuk janë aktualisht përshtatshme për memorien specifike të faqes së plotë."
2629
2608
  },
2630
2609
  "panels/application/BackForwardCacheStrings.ts | webNfc": {
2631
- "message": "Pages that use WebNfc are not currently eligible for back/forwad cache."
2610
+ "message": "Faqet përdorin WebNfc nuk janë aktualisht përshtatshme për memorien specifike të faqes së plotë."
2632
2611
  },
2633
2612
  "panels/application/BackForwardCacheStrings.ts | webOTPService": {
2634
- "message": "Pages that use WebOTPService are not currently eligible for bfcache."
2613
+ "message": "Faqet përdorin WebOTPService nuk janë aktualisht përshtatshme për memorien specifike të faqes së plotë."
2635
2614
  },
2636
2615
  "panels/application/BackForwardCacheStrings.ts | webRTC": {
2637
- "message": "Pages with WebRTC cannot enter back/forward cache."
2616
+ "message": "Faqet me WebRTC nuk mund vendosen në memorien specifike të faqes së plotë."
2638
2617
  },
2639
2618
  "panels/application/BackForwardCacheStrings.ts | webShare": {
2640
- "message": "Pages that use WebShare are not currently eligible for back/forwad cache."
2619
+ "message": "Faqet përdorin WebShare nuk janë aktualisht përshtatshme për memorien specifike të faqes së plotë."
2641
2620
  },
2642
2621
  "panels/application/BackForwardCacheStrings.ts | webSocket": {
2643
- "message": "Pages with WebSocket cannot enter back/forward cache."
2622
+ "message": "Faqet me WebSocket nuk mund vendosen në memorien specifike të faqes së plotë."
2644
2623
  },
2645
2624
  "panels/application/BackForwardCacheStrings.ts | webTransport": {
2646
- "message": "Pages with WebTransport cannot enter back/forward cache."
2625
+ "message": "Faqet me WebTransport nuk mund vendosen në memorien specifike të faqes së plotë."
2647
2626
  },
2648
2627
  "panels/application/BackForwardCacheStrings.ts | webXR": {
2649
- "message": "Pages that use WebXR are not currently eligible for back/forward cache."
2628
+ "message": "Faqet përdorin WebXR nuk janë aktualisht përshtatshme për memorien specifike të faqes së plotë."
2650
2629
  },
2651
2630
  "panels/application/BackForwardCacheView.ts | backForwardCacheTitle": {
2652
2631
  "message": "Memoria specifike e faqes së plotë"
2653
2632
  },
2654
- "panels/application/BackForwardCacheView.ts | bfcacheStatus": {
2655
- "message": "Statusi i memories specifike të faqes së plotë"
2656
- },
2657
2633
  "panels/application/BackForwardCacheView.ts | circumstantial": {
2658
2634
  "message": "Nuk mund të trajtohet"
2659
2635
  },
2660
2636
  "panels/application/BackForwardCacheView.ts | circumstantialExplanation": {
2661
- "message": "These reasons are not actionable i.e. caching was prevented by something outside of the direct control of the page."
2637
+ "message": "Për këto arsye nuk mund të kryhen veprime, d.m.th. ruajtja memorien specifike u parandalua nga diçka jashtë kontrollit drejtpërdrejtë të faqes."
2638
+ },
2639
+ "panels/application/BackForwardCacheView.ts | learnMore": {
2640
+ "message": "Mëso më shumë: përshtatshmëria e memories specifike të faqes së plotë"
2662
2641
  },
2663
2642
  "panels/application/BackForwardCacheView.ts | mainFrame": {
2664
2643
  "message": "Kuadri kryesor"
2665
2644
  },
2666
2645
  "panels/application/BackForwardCacheView.ts | normalNavigation": {
2667
- "message": "Navigim normal (jo e rikthyer nga memoria specifike e faqes së plotë)"
2646
+ "message": "Nuk u ofrua nga memoria specifike e faqes plotë: për të aktivizuar memorien specifike të faqes së plotë, përdor butonat e faqes së plotë të Chrome ose përdor butonin e testit më poshtë për t'u larguar e për t'u rikthyer automatikisht."
2668
2647
  },
2669
2648
  "panels/application/BackForwardCacheView.ts | pageSupportNeeded": {
2670
2649
  "message": "Mund të trajtohet"
2671
2650
  },
2672
2651
  "panels/application/BackForwardCacheView.ts | pageSupportNeededExplanation": {
2673
- "message": "These reasons are actionable i.e. they can be cleaned up to make the page eligible for back-forward cache."
2652
+ "message": "Për këto arsye mund të kryhen veprime, d.m.th. mund pastrohen për ta bërë faqen përshtatshme për memorien specifike të faqes së plotë."
2674
2653
  },
2675
2654
  "panels/application/BackForwardCacheView.ts | restoredFromBFCache": {
2676
- "message": "Restauruar nga memoria specifike e faqes së plotë"
2655
+ "message": "U ofrua me sukses nga memoria specifike e faqes së plotë."
2677
2656
  },
2678
2657
  "panels/application/BackForwardCacheView.ts | runTest": {
2679
- "message": "Run Test"
2658
+ "message": "Testo memorien specifike të faqes së plotë"
2659
+ },
2660
+ "panels/application/BackForwardCacheView.ts | runningTest": {
2661
+ "message": "Po ekzekutohet testi"
2680
2662
  },
2681
2663
  "panels/application/BackForwardCacheView.ts | supportPending": {
2682
2664
  "message": "Në pritje të mbështetjes"
2683
2665
  },
2684
2666
  "panels/application/BackForwardCacheView.ts | supportPendingExplanation": {
2685
- "message": "Chrome support for these reasons is pending i.e. they will not prevent the page from being eligible for back-forward cache in a future version of Chrome."
2667
+ "message": "Mbështetja e Chrome për këto arsye është pritje, d.m.th. ato nuk e parandalojnë faqen jetë e përshtatshme për memorien specifike faqes plotë në një version ardhshëm të Chrome."
2686
2668
  },
2687
2669
  "panels/application/BackForwardCacheView.ts | unavailable": {
2688
2670
  "message": "i padisponueshëm"
2689
2671
  },
2690
2672
  "panels/application/BackForwardCacheView.ts | unknown": {
2691
- "message": "i panjohur"
2673
+ "message": "Status i panjohur"
2692
2674
  },
2693
2675
  "panels/application/BackForwardCacheView.ts | url": {
2694
- "message": "URL"
2676
+ "message": "URL-ja:"
2695
2677
  },
2696
2678
  "panels/application/BackgroundServiceView.ts | backgroundFetch": {
2697
2679
  "message": "Marrja në sfond"
@@ -3297,23 +3279,17 @@
3297
3279
  "message": "Kliko për të zbuluar në panelin e \"Burimeve\""
3298
3280
  },
3299
3281
  "panels/application/components/FrameDetailsView.ts | createdByAdScriptExplanation": {
3300
- "message": "Kishte një skript reklame në grumbull (josinkrone) kur ky u krijua ky kuadër. Shqyrtimi i gjurmës grumbullit të krijimit të këtij kuadri mund të ofrojë më shumë njohuri."
3282
+ "message": "Kishte një skript reklame në (async) stack kur ky u krijua ky kuadër. Shqyrtimi i stack trace të krijimit të këtij kuadri mund të ofrojë më shumë njohuri."
3301
3283
  },
3302
3284
  "panels/application/components/FrameDetailsView.ts | creationStackTrace": {
3303
- "message": "Gjurmimi i stivës për krijimin e kuadrit"
3285
+ "message": "Stack Trace e krijimit kuadrit"
3304
3286
  },
3305
3287
  "panels/application/components/FrameDetailsView.ts | creationStackTraceExplanation": {
3306
- "message": "Ky kuadër është krijuar në mënyrë programatike. Gjurmimi i stivës tregon se ku ka ndodhur kjo."
3307
- },
3308
- "panels/application/components/FrameDetailsView.ts | crossoriginEmbedderPolicy": {
3309
- "message": "Politika e integruesit me origjinë të ndërthurur"
3288
+ "message": "Ky kuadër është krijuar në mënyrë programatike. stack trace shfaq se ku ka ndodhur kjo gjë."
3310
3289
  },
3311
3290
  "panels/application/components/FrameDetailsView.ts | crossoriginIsolated": {
3312
3291
  "message": "Origjina e ndërthurur e izoluar"
3313
3292
  },
3314
- "panels/application/components/FrameDetailsView.ts | crossoriginOpenerPolicy": {
3315
- "message": "Politika e hapësit me origjinë të ndërthurur"
3316
- },
3317
3293
  "panels/application/components/FrameDetailsView.ts | document": {
3318
3294
  "message": "Dokument"
3319
3295
  },
@@ -3324,7 +3300,7 @@
3324
3300
  "message": "Mëso më shumë"
3325
3301
  },
3326
3302
  "panels/application/components/FrameDetailsView.ts | localhostIsAlwaysASecureContext": {
3327
- "message": "Strehuesi lokal është gjithmonë një kontekst i sigurt"
3303
+ "message": "Localhost është gjithmonë një kontekst i sigurt"
3328
3304
  },
3329
3305
  "panels/application/components/FrameDetailsView.ts | matchedBlockingRuleExplanation": {
3330
3306
  "message": "Ky kuadër konsiderohet kuadër reklame pasi dokumenti i tij aktual (ose i mëparshëm) kryesor është burim reklame."
@@ -3338,9 +3314,6 @@
3338
3314
  "panels/application/components/FrameDetailsView.ts | origin": {
3339
3315
  "message": "Origjina"
3340
3316
  },
3341
- "panels/application/components/FrameDetailsView.ts | originTrials": {
3342
- "message": "Provat origjinale"
3343
- },
3344
3317
  "panels/application/components/FrameDetailsView.ts | ownerElement": {
3345
3318
  "message": "Elementi i zotëruesit"
3346
3319
  },
@@ -3366,16 +3339,16 @@
3366
3339
  "message": "Siguria dhe izolimi"
3367
3340
  },
3368
3341
  "panels/application/components/FrameDetailsView.ts | sharedarraybufferConstructorIs": {
3369
- "message": "Ndërtuesi i SharedArrayBuffer është i disponueshëm dhe SAB-të mund të transferohen përmes postMessage"
3342
+ "message": "Ndërtuesi i SharedArrayBuffer është i disponueshëm dhe SABs mund të transferohen përmes postMessage"
3370
3343
  },
3371
3344
  "panels/application/components/FrameDetailsView.ts | sharedarraybufferConstructorIsAvailable": {
3372
- "message": "Ndërtuesi i SharedArrayBuffer është i disponueshëm, por SAB-të nuk mund të transferohen përmes postMessage"
3345
+ "message": "Ndërtuesi i SharedArrayBuffer është i disponueshëm, por SABs nuk mund të transferohen përmes postMessage"
3373
3346
  },
3374
3347
  "panels/application/components/FrameDetailsView.ts | theFramesSchemeIsInsecure": {
3375
3348
  "message": "Skema e kuadrit është e pasigurt"
3376
3349
  },
3377
3350
  "panels/application/components/FrameDetailsView.ts | thePerformanceAPI": {
3378
- "message": "API-ja e performance.measureUserAgentSpecificMemory() ofrohet"
3351
+ "message": "Ofrohet API-ja e performance.measureUserAgentSpecificMemory()"
3379
3352
  },
3380
3353
  "panels/application/components/FrameDetailsView.ts | thePerformancemeasureuseragentspecificmemory": {
3381
3354
  "message": "API-ja e performance.measureUserAgentSpecificMemory() nuk ofrohet"
@@ -3426,7 +3399,7 @@
3426
3399
  "message": "{PH1} tokenë"
3427
3400
  },
3428
3401
  "panels/application/components/OriginTrialTreeView.ts | trialName": {
3429
- "message": "Trial Name"
3402
+ "message": "Emri i provës"
3430
3403
  },
3431
3404
  "panels/application/components/OriginTrialTreeView.ts | usageRestriction": {
3432
3405
  "message": "Kufizimi i përdorimit"
@@ -4229,41 +4202,26 @@
4229
4202
  "panels/css_overview/CSSOverviewUnusedDeclarations.ts | widthAppliedToAnInlineElement": {
4230
4203
  "message": "Width zbatuar në një element brenda linje"
4231
4204
  },
4232
- "panels/css_overview/components/CSSOverviewStartView.ts | activelyWorkingAndLookingForS": {
4233
- "message": "Our team is actively working on this feature and we are looking for your {PH1}!"
4234
- },
4235
4205
  "panels/css_overview/components/CSSOverviewStartView.ts | captureOverview": {
4236
4206
  "message": "Regjistro përmbledhjen"
4237
4207
  },
4238
4208
  "panels/css_overview/components/CSSOverviewStartView.ts | capturePageCSSOverview": {
4239
- "message": "Capture an overview of your page’s CSS"
4240
- },
4241
- "panels/css_overview/components/CSSOverviewStartView.ts | feedbackInline": {
4242
- "message": "feedback"
4243
- },
4244
- "panels/css_overview/components/CSSOverviewStartView.ts | feedbackStandalone": {
4245
- "message": "Koment"
4209
+ "message": "Regjistro një përmbledhje CSS-së faqes sate"
4246
4210
  },
4247
4211
  "panels/css_overview/components/CSSOverviewStartView.ts | identifyCSSImprovements": {
4248
- "message": "Identify potential CSS improvements"
4212
+ "message": "Identifikimi i përmirësimeve të mundshme të CSS-së"
4249
4213
  },
4250
4214
  "panels/css_overview/components/CSSOverviewStartView.ts | identifyCSSImprovementsWithExampleIssues": {
4251
- "message": "Identify potential CSS improvements (e.g. low contrast issues, unused declarations, color or font mismatches)"
4215
+ "message": "Identifiko përmirësimet e mundshme të CSS-së (p.sh. problemet me kontrastin e ulët, deklarimet të papërdorura, mospërputhjet e ngjyrave ose fonteve)"
4252
4216
  },
4253
4217
  "panels/css_overview/components/CSSOverviewStartView.ts | locateAffectedElements": {
4254
- "message": "Locate the affected elements in the Elements panel"
4255
- },
4256
- "panels/css_overview/components/CSSOverviewStartView.ts | previewFeature": {
4257
- "message": "Preview feature"
4218
+ "message": "Gjej elementet e prekura panelin \"Elementet\""
4258
4219
  },
4259
4220
  "panels/css_overview/components/CSSOverviewStartView.ts | quickStartWithCSSOverview": {
4260
- "message": "Quick start: get started with the new CSS Overview panel"
4261
- },
4262
- "panels/css_overview/components/CSSOverviewStartView.ts | videoAndDocumentation": {
4263
- "message": "Video and documentation"
4221
+ "message": "Nisja e shpejtë: fillo me panelin e ri \"Përmbledhjes së CSS-së\""
4264
4222
  },
4265
4223
  "panels/css_overview/css_overview-meta.ts | cssOverview": {
4266
- "message": "CSS Overview"
4224
+ "message": "Përmbledhja e CSS-së"
4267
4225
  },
4268
4226
  "panels/css_overview/css_overview-meta.ts | showCssOverview": {
4269
4227
  "message": "Shfaq përmbledhjen e CSS-së"
@@ -4592,6 +4550,21 @@
4592
4550
  "panels/elements/PlatformFontsWidget.ts | renderedFonts": {
4593
4551
  "message": "Fontet e paraqitura"
4594
4552
  },
4553
+ "panels/elements/PropertiesWidget.ts | filter": {
4554
+ "message": "Filtro"
4555
+ },
4556
+ "panels/elements/PropertiesWidget.ts | filterProperties": {
4557
+ "message": "Filtro atributet"
4558
+ },
4559
+ "panels/elements/PropertiesWidget.ts | noMatchingProperty": {
4560
+ "message": "Nuk ka atribut që përputhet"
4561
+ },
4562
+ "panels/elements/PropertiesWidget.ts | showAll": {
4563
+ "message": "Shfaqi të gjitha"
4564
+ },
4565
+ "panels/elements/PropertiesWidget.ts | showAllTooltip": {
4566
+ "message": "Kur zgjidhet, do të shfaqen vetëm atributet, vlerat e të cilave nuk janë të pavlefshme apo të papërcaktuara"
4567
+ },
4595
4568
  "panels/elements/StylePropertyTreeElement.ts | copyAllCssDeclarationsAsJs": {
4596
4569
  "message": "Kopjo të gjitha deklaratat si JS"
4597
4570
  },
@@ -4650,13 +4623,13 @@
4650
4623
  "message": "Kopjo selector"
4651
4624
  },
4652
4625
  "panels/elements/StylesSidebarPane.ts | cssPropertyName": {
4653
- "message": "CSS property name"
4626
+ "message": "Emri i atributit CSS"
4654
4627
  },
4655
4628
  "panels/elements/StylesSidebarPane.ts | cssPropertyValue": {
4656
- "message": "CSS property value"
4629
+ "message": "Vlera e atributit CSS"
4657
4630
  },
4658
4631
  "panels/elements/StylesSidebarPane.ts | cssSelector": {
4659
- "message": "CSS selector"
4632
+ "message": "Përzgjedhësi i CSS"
4660
4633
  },
4661
4634
  "panels/elements/StylesSidebarPane.ts | filter": {
4662
4635
  "message": "Filtro"
@@ -4731,7 +4704,7 @@
4731
4704
  "message": "Zgjidh ngjyrën e mbivendosjes për këtë element"
4732
4705
  },
4733
4706
  "panels/elements/components/LayoutPane.ts | colorPickerOpened": {
4734
- "message": "Color picker opened."
4707
+ "message": "Zgjedhësi i ngjyrës është hapur."
4735
4708
  },
4736
4709
  "panels/elements/components/LayoutPane.ts | flexbox": {
4737
4710
  "message": "Flexbox"
@@ -4980,7 +4953,7 @@
4980
4953
  "message": "Fshih kërkesat e mediave"
4981
4954
  },
4982
4955
  "panels/emulation/emulation-meta.ts | hideRulers": {
4983
- "message": "Fshih vizoret"
4956
+ "message": "Fshih vizoret në shiritin e veglave të \"Modalitetit të pajisjes\""
4984
4957
  },
4985
4958
  "panels/emulation/emulation-meta.ts | showDeviceFrame": {
4986
4959
  "message": "Shfaq kornizën e pajisjes"
@@ -4989,7 +4962,7 @@
4989
4962
  "message": "Shfaq kërkesat e mediave"
4990
4963
  },
4991
4964
  "panels/emulation/emulation-meta.ts | showRulers": {
4992
- "message": "Shfaq vizoret"
4965
+ "message": "Shfaq vizoret në shiritin e veglave të \"Modalitetit të pajisjes\""
4993
4966
  },
4994
4967
  "panels/emulation/emulation-meta.ts | toggleDeviceToolbar": {
4995
4968
  "message": "Aktivizo/çaktivizo shiritin e veglave të pajisjes"
@@ -5015,36 +4988,6 @@
5015
4988
  "panels/event_listeners/EventListenersView.ts | toggleWhetherEventListenerIs": {
5016
4989
  "message": "Aktivizo/çaktivizo nëse dëgjuesi i ngjarjeve është pasiv ose bllokues"
5017
4990
  },
5018
- "panels/help/ReleaseNoteView.ts | close": {
5019
- "message": "Mbyll"
5020
- },
5021
- "panels/help/ReleaseNoteView.ts | learnMore": {
5022
- "message": "Mëso më shumë"
5023
- },
5024
- "panels/help/help-meta.ts | bug": {
5025
- "message": "defekt në kod"
5026
- },
5027
- "panels/help/help-meta.ts | doNotShowWhatsNewAfterEachUpdate": {
5028
- "message": "Mos i shfaq \"Të rejat\" pas çdo përditësimi"
5029
- },
5030
- "panels/help/help-meta.ts | releaseNotes": {
5031
- "message": "Shënimet e versionit"
5032
- },
5033
- "panels/help/help-meta.ts | reportADevtoolsIssue": {
5034
- "message": "Raporto një problem DevTools"
5035
- },
5036
- "panels/help/help-meta.ts | reportTranslationIssue": {
5037
- "message": "Raporto një problem përkthimi"
5038
- },
5039
- "panels/help/help-meta.ts | showWhatsNew": {
5040
- "message": "Shfaq \"Ç'të reja ka\""
5041
- },
5042
- "panels/help/help-meta.ts | showWhatsNewAfterEachUpdate": {
5043
- "message": "Shfaq \"Ç'të reja ka\" pas çdo përditësimi"
5044
- },
5045
- "panels/help/help-meta.ts | whatsNew": {
5046
- "message": "Më të rejat"
5047
- },
5048
4991
  "panels/input/InputTimeline.ts | clearAll": {
5049
4992
  "message": "Pastroji të gjitha"
5050
4993
  },
@@ -5261,9 +5204,21 @@
5261
5204
  "panels/issues/AttributionReportingIssueDetailsView.ts | invalidSourceEventId": {
5262
5205
  "message": "attributionsourceeventid i pavlefshëm"
5263
5206
  },
5207
+ "panels/issues/AttributionReportingIssueDetailsView.ts | invalidSourceExpiry": {
5208
+ "message": "attributionexpiry i pavlefshëm"
5209
+ },
5210
+ "panels/issues/AttributionReportingIssueDetailsView.ts | invalidSourcePriority": {
5211
+ "message": "attributionsourcepriority i pavlefshëm"
5212
+ },
5264
5213
  "panels/issues/AttributionReportingIssueDetailsView.ts | invalidTriggerData": {
5265
5214
  "message": "trigger-data i pavlefshëm"
5266
5215
  },
5216
+ "panels/issues/AttributionReportingIssueDetailsView.ts | invalidTriggerDedupKey": {
5217
+ "message": "dedup-key i pavlefshëm"
5218
+ },
5219
+ "panels/issues/AttributionReportingIssueDetailsView.ts | invalidTriggerPriority": {
5220
+ "message": "priority i pavlefshëm"
5221
+ },
5267
5222
  "panels/issues/AttributionReportingIssueDetailsView.ts | nViolations": {
5268
5223
  "message": "{n,plural, =1{# shkelje}other{# shkelje}}"
5269
5224
  },
@@ -5291,6 +5246,9 @@
5291
5246
  "panels/issues/CorsIssueDetailsView.ts | disallowedRequestMethod": {
5292
5247
  "message": "Metoda e kërkesës nuk lejohet"
5293
5248
  },
5249
+ "panels/issues/CorsIssueDetailsView.ts | failedRequest": {
5250
+ "message": "Kërkesa e dështuar"
5251
+ },
5294
5252
  "panels/issues/CorsIssueDetailsView.ts | header": {
5295
5253
  "message": "Koka e faqes"
5296
5254
  },
@@ -5366,8 +5324,14 @@
5366
5324
  "panels/issues/HiddenIssuesRow.ts | unhideAll": {
5367
5325
  "message": "Hap të gjitha"
5368
5326
  },
5369
- "panels/issues/IssueKindView.ts | hideAllCurrent": {
5370
- "message": "Hide all current {PH1}"
5327
+ "panels/issues/IssueKindView.ts | hideAllCurrentBreakingChanges": {
5328
+ "message": "Fshih gjitha \"Ndryshimet problematike\" aktuale"
5329
+ },
5330
+ "panels/issues/IssueKindView.ts | hideAllCurrentImprovements": {
5331
+ "message": "Fshih të gjitha përmirësimet aktuale"
5332
+ },
5333
+ "panels/issues/IssueKindView.ts | hideAllCurrentPageErrors": {
5334
+ "message": "Fshih të gjitha gabimet aktuale të faqes"
5371
5335
  },
5372
5336
  "panels/issues/IssueView.ts | affectedResources": {
5373
5337
  "message": "Burimet e prekura"
@@ -5484,7 +5448,7 @@
5484
5448
  "message": "URL-ja e modulit Wasm"
5485
5449
  },
5486
5450
  "panels/issues/components/HideIssuesMenu.ts | tooltipTitle": {
5487
- "message": "Hide issues"
5451
+ "message": "Fshih problemet"
5488
5452
  },
5489
5453
  "panels/issues/issues-meta.ts | cspViolations": {
5490
5454
  "message": "Shkeljet e CSP-së"
@@ -6308,6 +6272,9 @@
6308
6272
  "panels/network/NetworkConfigView.ts | caching": {
6309
6273
  "message": "Po ruan memorien specifike"
6310
6274
  },
6275
+ "panels/network/NetworkConfigView.ts | clientHintsStatusText": {
6276
+ "message": "Agjenti i përdoruesit u përditësua."
6277
+ },
6311
6278
  "panels/network/NetworkConfigView.ts | custom": {
6312
6279
  "message": "Personalizim..."
6313
6280
  },
@@ -6438,7 +6405,7 @@
6438
6405
  "message": "shkëmbim i nënshkruar"
6439
6406
  },
6440
6407
  "panels/network/NetworkDataGridNode.ts | timeSubtitleTooltipText": {
6441
- "message": "Latency (response received time - start time)"
6408
+ "message": "Vonesa (koha e marrjes së përgjigjes - koha e nisjes)"
6442
6409
  },
6443
6410
  "panels/network/NetworkDataGridNode.ts | unknown": {
6444
6411
  "message": "(i panjohur)"
@@ -8901,16 +8868,16 @@
8901
8868
  "message": "PARALAJMËRIM:"
8902
8869
  },
8903
8870
  "panels/settings/components/SyncSection.ts | preferencesSyncDisabled": {
8904
- "message": "To turn this setting on, you must first enable settings sync in Chrome."
8871
+ "message": "Për ta aktivizuar këtë cilësim, duhet aktivizosh pari sinkronizimin e cilësimeve në Chrome."
8905
8872
  },
8906
8873
  "panels/settings/components/SyncSection.ts | settings": {
8907
- "message": "Go to Settings"
8874
+ "message": "Shko te \"Cilësimet\""
8908
8875
  },
8909
8876
  "panels/settings/components/SyncSection.ts | signedIn": {
8910
- "message": "Signed into Chrome as:"
8877
+ "message": "Identifikuar Chrome si:"
8911
8878
  },
8912
8879
  "panels/settings/components/SyncSection.ts | syncDisabled": {
8913
- "message": "To turn this setting on, you must enable Chrome sync."
8880
+ "message": "Për ta aktivizuar këtë cilësim, duhet aktivizosh sinkronizimin e Chrome."
8914
8881
  },
8915
8882
  "panels/settings/emulation/DevicesSettingsTab.ts | addCustomDevice": {
8916
8883
  "message": "Shto pajisje të personalizuar..."
@@ -9120,7 +9087,7 @@
9120
9087
  "message": "Shto skriptin në listën e shpërfilljeve"
9121
9088
  },
9122
9089
  "panels/sources/CallStackSidebarPane.ts | callFrameWarnings": {
9123
- "message": "Some call frames have warnings"
9090
+ "message": "Disa korniza telefonatash kanë paralajmërime"
9124
9091
  },
9125
9092
  "panels/sources/CallStackSidebarPane.ts | callStack": {
9126
9093
  "message": "Stiva e thirrjeve"
@@ -9153,7 +9120,7 @@
9153
9120
  "message": "Mbulimi: nuk ka të dhëna"
9154
9121
  },
9155
9122
  "panels/sources/CoveragePlugin.ts | coverageS": {
9156
- "message": "Mbulimi: {PH1}%"
9123
+ "message": "Mbulimi: {PH1}"
9157
9124
  },
9158
9125
  "panels/sources/CoveragePlugin.ts | showDetails": {
9159
9126
  "message": "Shfaq detajet"
@@ -9413,6 +9380,15 @@
9413
9380
  "panels/sources/OutlineQuickOpen.ts | openAJavascriptOrCssFileToSee": {
9414
9381
  "message": "Hap një skedar JavaScript ose CSS për të parë simbolet"
9415
9382
  },
9383
+ "panels/sources/ProfilePlugin.ts | kb": {
9384
+ "message": "kB"
9385
+ },
9386
+ "panels/sources/ProfilePlugin.ts | mb": {
9387
+ "message": "MB"
9388
+ },
9389
+ "panels/sources/ProfilePlugin.ts | ms": {
9390
+ "message": "ms"
9391
+ },
9416
9392
  "panels/sources/ScopeChainSidebarPane.ts | closure": {
9417
9393
  "message": "Mbyllja"
9418
9394
  },
@@ -11346,13 +11322,13 @@
11346
11322
  "message": "(…Duke kapërcyer {PH1} linja të përputhshme…)"
11347
11323
  },
11348
11324
  "ui/components/diff_view/DiffView.ts | additions": {
11349
- "message": "Addition:"
11325
+ "message": "Shtimi:"
11350
11326
  },
11351
11327
  "ui/components/diff_view/DiffView.ts | changesDiffViewer": {
11352
11328
  "message": "Ndryshon shikuesin e ndryshimeve"
11353
11329
  },
11354
11330
  "ui/components/diff_view/DiffView.ts | deletions": {
11355
- "message": "Deletion:"
11331
+ "message": "Fshirja:"
11356
11332
  },
11357
11333
  "ui/components/issue_counter/IssueCounter.ts | breakingChanges": {
11358
11334
  "message": "{issueCount,plural, =1{# ndryshim problematik}other{# ndryshime problematike}}"
@@ -11429,6 +11405,24 @@
11429
11405
  "ui/components/linear_memory_inspector/linear_memory_inspector-meta.ts | showMemoryInspector": {
11430
11406
  "message": "Shfaq \"Inspektuesin e memories\""
11431
11407
  },
11408
+ "ui/components/panel_feedback/FeedbackButton.ts | feedback": {
11409
+ "message": "Koment"
11410
+ },
11411
+ "ui/components/panel_feedback/PanelFeedback.ts | previewFeature": {
11412
+ "message": "Veçoria e pamjes paraprake"
11413
+ },
11414
+ "ui/components/panel_feedback/PanelFeedback.ts | previewText": {
11415
+ "message": "Ekipi ynë po punon aktivisht me këtë veçori dhe do të donim të dinim mendimin tënd."
11416
+ },
11417
+ "ui/components/panel_feedback/PanelFeedback.ts | previewTextFeedbackLink": {
11418
+ "message": "Na dërgo komentet e tua."
11419
+ },
11420
+ "ui/components/panel_feedback/PanelFeedback.ts | videoAndDocumentation": {
11421
+ "message": "Videoja dhe dokumentacioni"
11422
+ },
11423
+ "ui/components/panel_feedback/PreviewToggle.ts | previewTextFeedbackLink": {
11424
+ "message": "Na dërgo komentet e tua."
11425
+ },
11432
11426
  "ui/components/request_link_icon/RequestLinkIcon.ts | clickToShowRequestInTheNetwork": {
11433
11427
  "message": "Kliko për të hapur panelin e rrjetit dhe për të shfaqur kërkesën për URL-në: {url}"
11434
11428
  },
@@ -11501,6 +11495,12 @@
11501
11495
  "ui/legacy/InspectorView.ts | drawer": {
11502
11496
  "message": "Sirtari i veglave"
11503
11497
  },
11498
+ "ui/legacy/InspectorView.ts | drawerHidden": {
11499
+ "message": "Sirtari është fshehur"
11500
+ },
11501
+ "ui/legacy/InspectorView.ts | drawerShown": {
11502
+ "message": "Sirtari është shfaqur"
11503
+ },
11504
11504
  "ui/legacy/InspectorView.ts | mainToolbar": {
11505
11505
  "message": "Shiriti kryesor i veglave"
11506
11506
  },
@@ -11625,7 +11625,7 @@
11625
11625
  "message": "Më shumë skeda"
11626
11626
  },
11627
11627
  "ui/legacy/TabbedPane.ts | previewFeature": {
11628
- "message": "Preview feature"
11628
+ "message": "Veçoria e pamjes paraprake"
11629
11629
  },
11630
11630
  "ui/legacy/TargetCrashedScreen.ts | devtoolsWasDisconnectedFromThe": {
11631
11631
  "message": "DevTools u shkëput nga faqja."
@@ -11774,6 +11774,9 @@
11774
11774
  "ui/legacy/components/cookie_table/CookiesTable.ts | name": {
11775
11775
  "message": "Emri"
11776
11776
  },
11777
+ "ui/legacy/components/cookie_table/CookiesTable.ts | opaquePartitionKey": {
11778
+ "message": "(e patejdukshme)"
11779
+ },
11777
11780
  "ui/legacy/components/cookie_table/CookiesTable.ts | session": {
11778
11781
  "message": "Sesioni"
11779
11782
  },
@@ -11942,15 +11945,6 @@
11942
11945
  "ui/legacy/components/object_ui/CustomPreviewComponent.ts | showAsJavascriptObject": {
11943
11946
  "message": "Shfaqe si objekt JavaScript"
11944
11947
  },
11945
- "ui/legacy/components/object_ui/JavaScriptAutocomplete.ts | keys": {
11946
- "message": "Tastet"
11947
- },
11948
- "ui/legacy/components/object_ui/JavaScriptAutocomplete.ts | keywords": {
11949
- "message": "fjalët kyçe"
11950
- },
11951
- "ui/legacy/components/object_ui/JavaScriptAutocomplete.ts | lexicalScopeVariables": {
11952
- "message": "Ndryshoret e qëllimit leksikor"
11953
- },
11954
11948
  "ui/legacy/components/object_ui/ObjectPropertiesSection.ts | collapseChildren": {
11955
11949
  "message": "Palos fëmijët"
11956
11950
  },
@@ -12038,15 +12032,6 @@
12038
12032
  "ui/legacy/components/perf_ui/FlameChart.ts | sSelected": {
12039
12033
  "message": "U zgjodh {PH1}"
12040
12034
  },
12041
- "ui/legacy/components/perf_ui/LineLevelProfile.ts | kb": {
12042
- "message": "kB"
12043
- },
12044
- "ui/legacy/components/perf_ui/LineLevelProfile.ts | mb": {
12045
- "message": "MB"
12046
- },
12047
- "ui/legacy/components/perf_ui/LineLevelProfile.ts | ms": {
12048
- "message": "ms"
12049
- },
12050
12035
  "ui/legacy/components/perf_ui/NetworkPriorities.ts | high": {
12051
12036
  "message": "I lartë"
12052
12037
  },
@@ -12224,9 +12209,6 @@
12224
12209
  "ui/legacy/components/source_frame/source_frame-meta.ts | tabCharacter": {
12225
12210
  "message": "Karakteri i skedës"
12226
12211
  },
12227
- "ui/legacy/components/text_editor/CodeMirrorTextEditor.ts | codeEditor": {
12228
- "message": "Redaktuesi i kodit"
12229
- },
12230
12212
  "ui/legacy/components/utils/ImagePreview.ts | currentSource": {
12231
12213
  "message": "Burimi aktual:"
12232
12214
  },