lighthouse 12.8.0-dev.20250731 → 12.8.1

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 (55) hide show
  1. package/core/lib/legacy-javascript/legacy-javascript.js +11 -4
  2. package/dist/report/flow.js +8 -8
  3. package/package.json +3 -3
  4. package/shared/localization/locales/ar-XB.json +43 -10
  5. package/shared/localization/locales/ar.json +43 -10
  6. package/shared/localization/locales/bg.json +42 -9
  7. package/shared/localization/locales/ca.json +43 -10
  8. package/shared/localization/locales/cs.json +44 -11
  9. package/shared/localization/locales/da.json +47 -14
  10. package/shared/localization/locales/de.json +43 -10
  11. package/shared/localization/locales/el.json +40 -7
  12. package/shared/localization/locales/en-GB.json +40 -7
  13. package/shared/localization/locales/en-XA.json +43 -10
  14. package/shared/localization/locales/es-419.json +42 -9
  15. package/shared/localization/locales/es.json +40 -7
  16. package/shared/localization/locales/fi.json +43 -10
  17. package/shared/localization/locales/fil.json +43 -10
  18. package/shared/localization/locales/fr.json +39 -6
  19. package/shared/localization/locales/he.json +41 -8
  20. package/shared/localization/locales/hi.json +43 -10
  21. package/shared/localization/locales/hr.json +41 -8
  22. package/shared/localization/locales/hu.json +41 -8
  23. package/shared/localization/locales/id.json +45 -12
  24. package/shared/localization/locales/it.json +40 -7
  25. package/shared/localization/locales/ja.json +41 -8
  26. package/shared/localization/locales/ko.json +42 -9
  27. package/shared/localization/locales/lt.json +42 -9
  28. package/shared/localization/locales/lv.json +43 -10
  29. package/shared/localization/locales/nl.json +41 -8
  30. package/shared/localization/locales/no.json +42 -9
  31. package/shared/localization/locales/pl.json +42 -9
  32. package/shared/localization/locales/pt-PT.json +43 -10
  33. package/shared/localization/locales/pt.json +43 -10
  34. package/shared/localization/locales/ro.json +43 -10
  35. package/shared/localization/locales/ru.json +42 -9
  36. package/shared/localization/locales/sk.json +42 -9
  37. package/shared/localization/locales/sl.json +42 -9
  38. package/shared/localization/locales/sr-Latn.json +43 -10
  39. package/shared/localization/locales/sr.json +43 -10
  40. package/shared/localization/locales/sv.json +42 -9
  41. package/shared/localization/locales/ta.json +43 -10
  42. package/shared/localization/locales/te.json +44 -11
  43. package/shared/localization/locales/th.json +41 -8
  44. package/shared/localization/locales/tr.json +46 -13
  45. package/shared/localization/locales/uk.json +43 -10
  46. package/shared/localization/locales/vi.json +41 -8
  47. package/shared/localization/locales/zh-HK.json +44 -11
  48. package/shared/localization/locales/zh-TW.json +45 -12
  49. package/shared/localization/locales/zh.json +39 -6
  50. package/shared/localization/locales.d.ts +0 -2
  51. package/shared/localization/locales.js +139 -130
  52. package/shared/tsconfig.json +0 -2
  53. package/third-party/chromium-synchronization/inspector-issueAdded-types-test.js +1 -0
  54. package/tsconfig-base.json +1 -1
  55. package/tsconfig.json +0 -1
@@ -660,7 +660,7 @@
660
660
  "message": "Pro animovaný obsah používejte formáty videa"
661
661
  },
662
662
  "core/audits/byte-efficiency/legacy-javascript.js | description": {
663
- "message": "Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/baseline) features, unless you know you must support legacy browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://philipwalton.com/articles/the-state-of-es5-on-the-web/)"
663
+ "message": "Doplňující kódy polyfill a transformace umožňují starším prohlížečům používat nové funkce JavaScriptu. Moderní prohlížeče ale řadu z nich nepotřebují. Pokud nutně nepotřebujete podporovat zastaralé prohlížeče, zvažte úpravu procesu sestavování JavaScriptu tak, aby se netranspilovaly základní ([Baseline](https://web.dev/baseline)) funkce. [Proč většina webů může implementovat kód ES6+ bez transpilace](https://philipwalton.com/articles/the-state-of-es5-on-the-web/)"
664
664
  },
665
665
  "core/audits/byte-efficiency/legacy-javascript.js | detectedCoreJs2Warning": {
666
666
  "message": "Na stránce byla zjištěna verze 2 knihovny core-js. Pro mnoho vylepšení výkonu byste měli upgradovat na verzi 3."
@@ -1188,7 +1188,7 @@
1188
1188
  "message": "Maximální potenciální prodleva prvního vstupu, kterou by uživatelé mohli pocítit, je trvání nejdelší úlohy. [Další informace o metrice Maximální potenciální prodleva prvního vstupu](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-max-potential-fid/)"
1189
1189
  },
1190
1190
  "core/audits/metrics/speed-index.js | description": {
1191
- "message": "Index rychlosti ukazuje, jak rychle se viditelně vyplní obsah stránky. [Další informace o metrice Index rychlosti](https://developer.chrome.com/docs/lighthouse/performance/speed-index/)"
1191
+ "message": "Speed Index ukazuje, jak rychle se viditelně vyplní obsah stránky. [Další informace o metrice Speed Index](https://developer.chrome.com/docs/lighthouse/performance/speed-index/)"
1192
1192
  },
1193
1193
  "core/audits/metrics/total-blocking-time.js | description": {
1194
1194
  "message": "Součet všech dob (uvedený v milisekundách) mezi prvním vykreslením obsahu a dobou do interaktivity, u nichž délka úlohy překročila 50 ms. [Další informace o metrice Celková doba blokování](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-total-blocking-time/)"
@@ -1440,7 +1440,7 @@
1440
1440
  "message": "Počáteční odpověď serveru byla rychlá"
1441
1441
  },
1442
1442
  "core/audits/third-party-cookies.js | description": {
1443
- "message": "Chrome postupně přechází na nové prostředí, které uživatelům umožňuje procházet internet bez souborů cookie třetích stran. [Další informace o souborech cookie třetích stran](https://developers.google.com/privacy-sandbox/cookies)"
1443
+ "message": "Soubory cookie třetích stran mohou být v některých kontextech blokovány. [Další informace o přípravě na omezení souborů cookie třetích stran](https://privacysandbox.google.com/cookies/prepare/overview)"
1444
1444
  },
1445
1445
  "core/audits/third-party-cookies.js | displayValue": {
1446
1446
  "message": "{itemCount,plural, =1{Byl nalezen 1 soubor cookie}few{Byly nalezeny # soubory cookie}many{Bylo nalezeno # souboru cookie}other{Bylo nalezeno # souborů cookie}}"
@@ -1493,6 +1493,18 @@
1493
1493
  "core/audits/third-party-summary.js | title": {
1494
1494
  "message": "Minimalizujte používání kódu od třetích stran"
1495
1495
  },
1496
+ "core/audits/trusted-types-xss.js | columnSeverity": {
1497
+ "message": "Závažnost"
1498
+ },
1499
+ "core/audits/trusted-types-xss.js | description": {
1500
+ "message": "Direktiva `require-trusted-types-for` v záhlaví `Content-Security-Policy` (CSP) user-agentům sděluje, že mají kontrolovat data předávaná funkcím DOM, které lze zneužít ke skriptování mezi weby (útokům XSS). [Další informace o zmírnění rizika útoků XSS přes model DOM pomocí důvěryhodných typů](https://developer.chrome.com/docs/lighthouse/best-practices/trusted-types-xss)"
1501
+ },
1502
+ "core/audits/trusted-types-xss.js | noTrustedTypesToMitigateXss": {
1503
+ "message": "Nebylo nalezeno žádné záhlaví `Content-Security-Policy` s direktivou Trusted Types."
1504
+ },
1505
+ "core/audits/trusted-types-xss.js | title": {
1506
+ "message": "Pomocí důvěryhodných typů zmírněte riziko útoků XSS přes model DOM"
1507
+ },
1496
1508
  "core/audits/unsized-images.js | description": {
1497
1509
  "message": "U obrázkových prvků vždy explicitně určete šířku a výšku, aby se omezilo poskakování při vykreslování a zlepšila se hodnota CLS. [Jak nastavit rozměry obrázků](https://web.dev/articles/optimize-cls#images_without_dimensions)"
1498
1510
  },
@@ -1676,6 +1688,12 @@
1676
1688
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1677
1689
  "message": "Vylepšení prvního vykreslení"
1678
1690
  },
1691
+ "core/config/default-config.js | insightsGroupDescription": {
1692
+ "message": "Tyto statistiky jsou k dispozici také na panelu Výkon v Nástrojích pro vývojáře Chrome – k zobrazení podrobnějších informací [zaznamenejte trasování](https://developer.chrome.com/docs/devtools/performance/reference)."
1693
+ },
1694
+ "core/config/default-config.js | insightsGroupTitle": {
1695
+ "message": "Statistiky"
1696
+ },
1679
1697
  "core/config/default-config.js | metricGroupTitle": {
1680
1698
  "message": "Metriky"
1681
1699
  },
@@ -1857,22 +1875,22 @@
1857
1875
  "message": "URL"
1858
1876
  },
1859
1877
  "core/lib/i18n/i18n.js | columnWastedBytes": {
1860
- "message": "Možná úspora"
1878
+ "message": "Odh. úspora"
1861
1879
  },
1862
1880
  "core/lib/i18n/i18n.js | columnWastedMs": {
1863
- "message": "Možná úspora"
1881
+ "message": "Odh. úspora"
1864
1882
  },
1865
1883
  "core/lib/i18n/i18n.js | cumulativeLayoutShiftMetric": {
1866
1884
  "message": "Cumulative Layout Shift"
1867
1885
  },
1868
1886
  "core/lib/i18n/i18n.js | displayValueByteSavings": {
1869
- "message": "Potenciální úspora {wastedBytes, number, bytes} KiB"
1887
+ "message": "Odh. úspora: {wastedBytes, number, bytes} KiB"
1870
1888
  },
1871
1889
  "core/lib/i18n/i18n.js | displayValueElementsFound": {
1872
1890
  "message": "{nodeCount,plural, =1{Byl nalezen 1 prvek}few{Byly nalezeny # prvky}many{Bylo nalezeno # prvku}other{Bylo nalezeno # prvků}}"
1873
1891
  },
1874
1892
  "core/lib/i18n/i18n.js | displayValueMsSavings": {
1875
- "message": "Lze uspořit {wastedMs, number, milliseconds} ms"
1893
+ "message": "Odh. úspora: {wastedMs, number, milliseconds} ms"
1876
1894
  },
1877
1895
  "core/lib/i18n/i18n.js | documentResourceType": {
1878
1896
  "message": "Dokument"
@@ -2070,7 +2088,7 @@
2070
2088
  "message": "Získat skóre výkonu Lighthouse."
2071
2089
  },
2072
2090
  "flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation2": {
2073
- "message": "Měřit metriky načítání stránek, jako jsou vykreslení největšího obsahu a index rychlosti."
2091
+ "message": "Měřit metriky načítání stránek, jako jsou vykreslení největšího obsahu a Speed Index."
2074
2092
  },
2075
2093
  "flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation3": {
2076
2094
  "message": "Vyhodnotit funkce progresivních webových aplikací."
@@ -3575,9 +3593,15 @@
3575
3593
  "report/renderer/report-utils.js | footerIssue": {
3576
3594
  "message": "Zaznamenat problém"
3577
3595
  },
3596
+ "report/renderer/report-utils.js | goBackToAudits": {
3597
+ "message": "Zpět k auditům"
3598
+ },
3578
3599
  "report/renderer/report-utils.js | hide": {
3579
3600
  "message": "Skrýt"
3580
3601
  },
3602
+ "report/renderer/report-utils.js | insightsNotice": {
3603
+ "message": "Později v tomto roce budou audity výkonu nahrazeny statistikami. [Další informace a možnost poskytnout zpětnou vazbu najdete tady](https://github.com/GoogleChrome/lighthouse/discussions/16462)."
3604
+ },
3581
3605
  "report/renderer/report-utils.js | labDataTitle": {
3582
3606
  "message": "Laboratorní data"
3583
3607
  },
@@ -3677,6 +3701,9 @@
3677
3701
  "report/renderer/report-utils.js | toplevelWarningsMessage": {
3678
3702
  "message": "Při tomto spuštění nástroje Lighthouse se vyskytly problémy:"
3679
3703
  },
3704
+ "report/renderer/report-utils.js | tryInsights": {
3705
+ "message": "Vyzkoušet statistiky"
3706
+ },
3680
3707
  "report/renderer/report-utils.js | unattributable": {
3681
3708
  "message": "Nepřiřaditelné"
3682
3709
  },
@@ -3699,7 +3726,7 @@
3699
3726
  "message": "Vše"
3700
3727
  },
3701
3728
  "treemap/app/src/util.js | allScriptsDropdownLabel": {
3702
- "message": "Všechna písma"
3729
+ "message": "Všechny skripty"
3703
3730
  },
3704
3731
  "treemap/app/src/util.js | coverageColumnName": {
3705
3732
  "message": "Pokrytí"
@@ -3707,14 +3734,20 @@
3707
3734
  "treemap/app/src/util.js | duplicateModulesLabel": {
3708
3735
  "message": "Duplicitní moduly"
3709
3736
  },
3737
+ "treemap/app/src/util.js | duplicatedBytesLabel": {
3738
+ "message": "Duplicitní bajty"
3739
+ },
3710
3740
  "treemap/app/src/util.js | resourceBytesLabel": {
3711
- "message": "Počet bajtů zdroje"
3741
+ "message": "Bajty zdroje"
3712
3742
  },
3713
3743
  "treemap/app/src/util.js | tableColumnName": {
3714
3744
  "message": "Název"
3715
3745
  },
3716
3746
  "treemap/app/src/util.js | toggleTableButtonLabel": {
3717
- "message": "Zobrazit nebo skrýt tabulku"
3747
+ "message": "Přepnout tabulku"
3748
+ },
3749
+ "treemap/app/src/util.js | transferBytesLabel": {
3750
+ "message": "Přenášené bajty"
3718
3751
  },
3719
3752
  "treemap/app/src/util.js | unusedBytesLabel": {
3720
3753
  "message": "Nevyužité bajty"
@@ -660,7 +660,7 @@
660
660
  "message": "Brug videoformater til animeret indhold"
661
661
  },
662
662
  "core/audits/byte-efficiency/legacy-javascript.js | description": {
663
- "message": "Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/baseline) features, unless you know you must support legacy browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://philipwalton.com/articles/the-state-of-es5-on-the-web/)"
663
+ "message": "Polyfill-koder og transformeringer gør det muligt for browsere at anvende nye JavaScript-funktioner. Mange af dem er dog ikke nødvendige for moderne browsere. Du kan vælge at ændre din JavaScript-buildproces, den ikke transpilerer [Baseline](https://web.dev/baseline)-funktioner, medmindre du ved, at du skal understøtte forældede browsere. [Se, hvorfor de fleste websites kan implementere ES6+-kode uden transpilering](https://philipwalton.com/articles/the-state-of-es5-on-the-web/)"
664
664
  },
665
665
  "core/audits/byte-efficiency/legacy-javascript.js | detectedCoreJs2Warning": {
666
666
  "message": "Version 2 af core-js blev registreret på siden. Du bør opgradere til version 3 for at få flere effektivitetsforbedringer."
@@ -1440,7 +1440,7 @@
1440
1440
  "message": "Den indledende serversvartid var kort"
1441
1441
  },
1442
1442
  "core/audits/third-party-cookies.js | description": {
1443
- "message": "Chrome arbejder en ny type brugeroplevelse, der skal give brugerne mulighed for at browse uden tredjepartscookies. [Få flere oplysninger om tredjepartscookies](https://developers.google.com/privacy-sandbox/cookies)."
1443
+ "message": "Tredjepartscookies blokeres muligvis i nogle sammenhænge. [Få flere oplysninger om, hvordan du forbereder dig begrænsninger af tredjepartscookies](https://privacysandbox.google.com/cookies/prepare/overview)."
1444
1444
  },
1445
1445
  "core/audits/third-party-cookies.js | displayValue": {
1446
1446
  "message": "{itemCount,plural, =1{Der blev fundet 1 cookie}one{Der blev fundet # cookie}other{Der blev fundet # cookies}}"
@@ -1493,6 +1493,18 @@
1493
1493
  "core/audits/third-party-summary.js | title": {
1494
1494
  "message": "Minimer brugen af tredjeparter"
1495
1495
  },
1496
+ "core/audits/trusted-types-xss.js | columnSeverity": {
1497
+ "message": "Omfang"
1498
+ },
1499
+ "core/audits/trusted-types-xss.js | description": {
1500
+ "message": "Direktivet `require-trusted-types-for` i headeren `Content-Security-Policy` (CSP) instruerer brugeragenter i at styre de data, der videregives til DOM XSS-sårbare funktioner. [Se, hvordan du reducerer risikoen for DOM-baseret XSS med Trusted Types](https://developer.chrome.com/docs/lighthouse/best-practices/trusted-types-xss)."
1501
+ },
1502
+ "core/audits/trusted-types-xss.js | noTrustedTypesToMitigateXss": {
1503
+ "message": "Der blev ikke fundet nogen `Content-Security-Policy`-header med Trusted Types-direktiv"
1504
+ },
1505
+ "core/audits/trusted-types-xss.js | title": {
1506
+ "message": "Reducer DOM-baseret XSS med Trusted Types"
1507
+ },
1496
1508
  "core/audits/unsized-images.js | description": {
1497
1509
  "message": "Anvend en fast bredde og højde for billedelementer for at reducere layoutskift og forbedre CLS. [Få flere oplysninger om, hvordan du angiver billedmål](https://web.dev/articles/optimize-cls#images_without_dimensions)"
1498
1510
  },
@@ -1676,6 +1688,12 @@
1676
1688
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1677
1689
  "message": "Forbedringer af første udfyldning"
1678
1690
  },
1691
+ "core/config/default-config.js | insightsGroupDescription": {
1692
+ "message": "Disse indsigter er også tilgængelig i ydeevnepanelet i Chrome Udviklerværktøjer. [Optag en sporing](https://developer.chrome.com/docs/devtools/performance/reference) for at se mere detaljerede oplysninger."
1693
+ },
1694
+ "core/config/default-config.js | insightsGroupTitle": {
1695
+ "message": "Indsigt"
1696
+ },
1679
1697
  "core/config/default-config.js | metricGroupTitle": {
1680
1698
  "message": "Metrics"
1681
1699
  },
@@ -1857,22 +1875,22 @@
1857
1875
  "message": "Webadresse"
1858
1876
  },
1859
1877
  "core/lib/i18n/i18n.js | columnWastedBytes": {
1860
- "message": "Potentiel besparelse"
1878
+ "message": "Estimeret besparelse"
1861
1879
  },
1862
1880
  "core/lib/i18n/i18n.js | columnWastedMs": {
1863
- "message": "Potentiel besparelse"
1881
+ "message": "Estimeret besparelse"
1864
1882
  },
1865
1883
  "core/lib/i18n/i18n.js | cumulativeLayoutShiftMetric": {
1866
1884
  "message": "Cumulative Layout Shift"
1867
1885
  },
1868
1886
  "core/lib/i18n/i18n.js | displayValueByteSavings": {
1869
- "message": "Potentiel besparelse på {wastedBytes, number, bytes} KiB"
1887
+ "message": "Estimeret besparelse på {wastedBytes, number, bytes} KiB"
1870
1888
  },
1871
1889
  "core/lib/i18n/i18n.js | displayValueElementsFound": {
1872
1890
  "message": "{nodeCount,plural, =1{1 element blev fundet}one{# element blev fundet}other{# elementer blev fundet}}"
1873
1891
  },
1874
1892
  "core/lib/i18n/i18n.js | displayValueMsSavings": {
1875
- "message": "Potentiel besparelse på {wastedMs, number, milliseconds} ms"
1893
+ "message": "Estimeret besparelse på {wastedMs, number, milliseconds} ms"
1876
1894
  },
1877
1895
  "core/lib/i18n/i18n.js | documentResourceType": {
1878
1896
  "message": "Dokument"
@@ -2022,13 +2040,13 @@
2022
2040
  "message": "Brugerflow ({url})"
2023
2041
  },
2024
2042
  "core/user-flow.js | defaultNavigationName": {
2025
- "message": "Rapport over navigation ({url})"
2043
+ "message": "Rapport om navigation ({url})"
2026
2044
  },
2027
2045
  "core/user-flow.js | defaultSnapshotName": {
2028
2046
  "message": "Rapport med øjebliksbillede ({url})"
2029
2047
  },
2030
2048
  "core/user-flow.js | defaultTimespanName": {
2031
- "message": "Rapport over tidsperiode ({url})"
2049
+ "message": "Rapport om tidsperiode ({url})"
2032
2050
  },
2033
2051
  "flow-report/src/i18n/ui-strings.js | allReports": {
2034
2052
  "message": "Alle rapporter"
@@ -2052,7 +2070,7 @@
2052
2070
  "message": "Computer"
2053
2071
  },
2054
2072
  "flow-report/src/i18n/ui-strings.js | helpDialogTitle": {
2055
- "message": "Sådan skal rapporten over flow i Lighthouse forstås"
2073
+ "message": "Sådan skal rapporten om flow i Lighthouse forstås"
2056
2074
  },
2057
2075
  "flow-report/src/i18n/ui-strings.js | helpLabel": {
2058
2076
  "message": "Sådan skal flow forstås"
@@ -2103,7 +2121,7 @@
2103
2121
  "message": "Rapporter over navigation analyserer indlæsning af en enkelt side, præcis som de oprindelige Lighthouse-rapporter."
2104
2122
  },
2105
2123
  "flow-report/src/i18n/ui-strings.js | navigationReport": {
2106
- "message": "Rapport over navigation"
2124
+ "message": "Rapport om navigation"
2107
2125
  },
2108
2126
  "flow-report/src/i18n/ui-strings.js | navigationReportCount": {
2109
2127
  "message": "{numNavigation,plural, =1{{numNavigation} navigationsrapportering}one{{numNavigation} navigationsrapportering}other{{numNavigation} navigationsrapporteringer}}"
@@ -2151,13 +2169,13 @@
2151
2169
  "message": "Rapporter over tidsperioder analyserer en tilfældig periode, typisk med brugerinteraktioner."
2152
2170
  },
2153
2171
  "flow-report/src/i18n/ui-strings.js | timespanReport": {
2154
- "message": "Rapport over tidsperiode"
2172
+ "message": "Rapport om tidsperiode"
2155
2173
  },
2156
2174
  "flow-report/src/i18n/ui-strings.js | timespanReportCount": {
2157
2175
  "message": "{numTimespan,plural, =1{{numTimespan} tidsperioderapportering}one{{numTimespan} tidsperioderapportering}other{{numTimespan} tidsperioderapporteringer}}"
2158
2176
  },
2159
2177
  "flow-report/src/i18n/ui-strings.js | title": {
2160
- "message": "Rapport over brugerflow i Lighthouse"
2178
+ "message": "Rapport om brugerflow i Lighthouse"
2161
2179
  },
2162
2180
  "node_modules/@paulirish/trace_engine/generated/Deprecation.js | AuthorizationCoveredByWildcard": {
2163
2181
  "message": "Godkendelse dækkes ikke af jokertegnet (*) ved behandling af CORS Access-Control-Allow-Headers."
@@ -3345,7 +3363,7 @@
3345
3363
  "message": "Gå til funktionen [`Improve Server Response Time`](https://support.nitropack.io/hc/en-us/articles/1500002321821-Improve-Server-Response-Time) i menuen `Caching`, og juster udløbstiden for sider i cachen for at forbedre indlæsningstiden og brugeroplevelsen."
3346
3364
  },
3347
3365
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | uses-optimized-images": {
3348
- "message": "Komprimer, optimer og konverter automatisk dine billeder til WebP ved at aktivere indstillingen [`Image Optimization`](https://support.nitropack.io/hc/en-us/articles/14177271695121-How-to-serve-images-in-next-gen-formats-using-NitroPack)."
3366
+ "message": "Komprimer, optimer og konvertér automatisk dine billeder til WebP ved at aktivere indstillingen [`Image Optimization`](https://support.nitropack.io/hc/en-us/articles/14177271695121-How-to-serve-images-in-next-gen-formats-using-NitroPack)."
3349
3367
  },
3350
3368
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | uses-responsive-images": {
3351
3369
  "message": "Aktivér [`Adaptive Image Sizing`](https://support.nitropack.io/hc/en-us/articles/10123833029905-How-to-Enable-Adaptive-Image-Sizing-For-Your-Site) for at optimere dine billeder på forhånd og få dem til at matche dimensionerne for de containere, de vises i på alle enheder."
@@ -3575,9 +3593,15 @@
3575
3593
  "report/renderer/report-utils.js | footerIssue": {
3576
3594
  "message": "Indsend et problem"
3577
3595
  },
3596
+ "report/renderer/report-utils.js | goBackToAudits": {
3597
+ "message": "Gå tilbage til gennemgange"
3598
+ },
3578
3599
  "report/renderer/report-utils.js | hide": {
3579
3600
  "message": "Skjul"
3580
3601
  },
3602
+ "report/renderer/report-utils.js | insightsNotice": {
3603
+ "message": "Senere på året erstattes effektivitetsgennemgange med indsigter. [Få flere oplysninger, og giv feedback her](https://github.com/GoogleChrome/lighthouse/discussions/16462)."
3604
+ },
3581
3605
  "report/renderer/report-utils.js | labDataTitle": {
3582
3606
  "message": "Laboratoriedata"
3583
3607
  },
@@ -3677,6 +3701,9 @@
3677
3701
  "report/renderer/report-utils.js | toplevelWarningsMessage": {
3678
3702
  "message": "Der blev registreret problemer, som påvirkede denne kørsel af Lighthouse:"
3679
3703
  },
3704
+ "report/renderer/report-utils.js | tryInsights": {
3705
+ "message": "Prøv indsigter"
3706
+ },
3680
3707
  "report/renderer/report-utils.js | unattributable": {
3681
3708
  "message": "Kan ikke tilskrives"
3682
3709
  },
@@ -3705,7 +3732,10 @@
3705
3732
  "message": "Dækning"
3706
3733
  },
3707
3734
  "treemap/app/src/util.js | duplicateModulesLabel": {
3708
- "message": "Identiske moduler"
3735
+ "message": "Duplikerede moduler"
3736
+ },
3737
+ "treemap/app/src/util.js | duplicatedBytesLabel": {
3738
+ "message": "Duplikerede bytes"
3709
3739
  },
3710
3740
  "treemap/app/src/util.js | resourceBytesLabel": {
3711
3741
  "message": "Bytes i ressourcefil"
@@ -3716,6 +3746,9 @@
3716
3746
  "treemap/app/src/util.js | toggleTableButtonLabel": {
3717
3747
  "message": "Vis/skjul tabel"
3718
3748
  },
3749
+ "treemap/app/src/util.js | transferBytesLabel": {
3750
+ "message": "Overførselsstørrelse i bytes"
3751
+ },
3719
3752
  "treemap/app/src/util.js | unusedBytesLabel": {
3720
3753
  "message": "Ubrugte bytes"
3721
3754
  }
@@ -660,7 +660,7 @@
660
660
  "message": "Videoformate für animierte Inhalte verwenden"
661
661
  },
662
662
  "core/audits/byte-efficiency/legacy-javascript.js | description": {
663
- "message": "Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/baseline) features, unless you know you must support legacy browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://philipwalton.com/articles/the-state-of-es5-on-the-web/)"
663
+ "message": "Dank Polyfills und Transformationen können veraltete Browser die neuen JavaScript-Funktionen nutzen. Bei modernen Browsern hingegen sind viele davon nicht erforderlich. Du solltest den Build-Prozess deines JavaScripts so anpassen, dass [Baseline](https://web.dev/baseline)-Funktionen nicht transpiliert werden, es sei denn, du weißt, dass du alte Browser unterstützen musst. [Hier erfährst du, warum die meisten Websites ES6+ Code ohne Transpilierung bereitstellen können](https://philipwalton.com/articles/the-state-of-es5-on-the-web/)"
664
664
  },
665
665
  "core/audits/byte-efficiency/legacy-javascript.js | detectedCoreJs2Warning": {
666
666
  "message": "Auf der Seite wurde Version 2 von core-js erkannt. Ein Upgrade auf Version 3 bietet viele Leistungsverbesserungen."
@@ -1188,7 +1188,7 @@
1188
1188
  "message": "Das maximale potenzielle First Input Delay, das bei deinen Nutzern auftreten kann, entspricht der Dauer der längsten Aufgabe. [Weitere Informationen zum Messwert „Maximales potenzielles First Input Delay“](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-max-potential-fid/)."
1189
1189
  },
1190
1190
  "core/audits/metrics/speed-index.js | description": {
1191
- "message": "Der Geschwindigkeitsindex gibt an, wie schnell die Inhalte einer Seite sichtbar dargestellt werden. [Weitere Informationen zum Messwert „Geschwindigkeitsindex“.](https://developer.chrome.com/docs/lighthouse/performance/speed-index/)"
1191
+ "message": "Der Speed Index gibt an, wie schnell die Inhalte einer Seite sichtbar dargestellt werden. [Weitere Informationen zum Messwert „Speed Index“.](https://developer.chrome.com/docs/lighthouse/performance/speed-index/)"
1192
1192
  },
1193
1193
  "core/audits/metrics/total-blocking-time.js | description": {
1194
1194
  "message": "Summe aller Zeiträume (in Millisekunden) zwischen FCP und „Zeit bis Interaktivität“, wenn die Aufgabendauer 50 ms überschreitet. [Weitere Informationen zum Messwert „Gesamte Blockierzeit“.](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-total-blocking-time/)"
@@ -1440,7 +1440,7 @@
1440
1440
  "message": "Kurze Erstreaktionszeit des Servers"
1441
1441
  },
1442
1442
  "core/audits/third-party-cookies.js | description": {
1443
- "message": "Chrome wird in Zukunft so umgestaltet, dass Nutzer die Möglichkeit haben, ohne Drittanbieter-Cookies zu surfen. [Weitere Informationen zu Drittanbieter-Cookies](https://developers.google.com/privacy-sandbox/cookies)"
1443
+ "message": "Drittanbieter-Cookies werden möglicherweise in bestimmten Kontexten blockiert. [Weitere Informationen zur Vorbereitung auf Einschränkungen für Drittanbieter-Cookies](https://privacysandbox.google.com/cookies/prepare/overview)"
1444
1444
  },
1445
1445
  "core/audits/third-party-cookies.js | displayValue": {
1446
1446
  "message": "{itemCount,plural, =1{1 Cookie gefunden}other{# Cookies gefunden}}"
@@ -1493,6 +1493,18 @@
1493
1493
  "core/audits/third-party-summary.js | title": {
1494
1494
  "message": "Drittanbieternutzung minimieren"
1495
1495
  },
1496
+ "core/audits/trusted-types-xss.js | columnSeverity": {
1497
+ "message": "Schweregrad"
1498
+ },
1499
+ "core/audits/trusted-types-xss.js | description": {
1500
+ "message": "Die `require-trusted-types-for`-Richtlinie im `Content-Security-Policy`-Header (CSP) weist User-Agents an, die an DOM-XSS-Senkenfunktionen übergebenen Daten zu steuern. [Weitere Informationen zum Reduzieren von DOM-basierten XSS-Angriffen mit vertrauenswürdigen Typen](https://developer.chrome.com/docs/lighthouse/best-practices/trusted-types-xss)"
1501
+ },
1502
+ "core/audits/trusted-types-xss.js | noTrustedTypesToMitigateXss": {
1503
+ "message": "Kein `Content-Security-Policy`-Header mit der Richtlinie zu vertrauenswürdigen Typen gefunden"
1504
+ },
1505
+ "core/audits/trusted-types-xss.js | title": {
1506
+ "message": "DOM-basiertes XSS-Angriffe mit vertrauenswürdigen Typen reduzieren"
1507
+ },
1496
1508
  "core/audits/unsized-images.js | description": {
1497
1509
  "message": "Lege eine explizite Breite und Höhe für Bildelemente fest, um Layoutverschiebungen zu reduzieren und den CLS-Wert zu verbessern. [Informationen zum Festlegen von Bildabmessungen](https://web.dev/articles/optimize-cls#images_without_dimensions)"
1498
1510
  },
@@ -1676,11 +1688,17 @@
1676
1688
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1677
1689
  "message": "Verbesserungen beim Zeichnen der ersten Inhalte"
1678
1690
  },
1691
+ "core/config/default-config.js | insightsGroupDescription": {
1692
+ "message": "Diese Statistiken sind auch im Bereich „Leistung“ der Chrome-Entwicklertools verfügbar – wenn du detailliertere Informationen erhalten möchtest, kannst du [einen Trace aufzeichnen](https://developer.chrome.com/docs/devtools/performance/reference)."
1693
+ },
1694
+ "core/config/default-config.js | insightsGroupTitle": {
1695
+ "message": "Statistiken"
1696
+ },
1679
1697
  "core/config/default-config.js | metricGroupTitle": {
1680
1698
  "message": "Messwerte"
1681
1699
  },
1682
1700
  "core/config/default-config.js | overallImprovementsGroupDescription": {
1683
- "message": "Hier kannst du die Ladezeiten verkürzen, damit die Seite so schnell wie möglich reagiert und Einsatzbereit ist. Wichtige Messwerte: „Zeit bis Interaktivität“, „Geschwindigkeitsindex“"
1701
+ "message": "Hier kannst du die Ladezeiten verkürzen, damit die Seite so schnell wie möglich reagiert und Einsatzbereit ist. Wichtige Messwerte: „Zeit bis Interaktivität“, „Speed Index“"
1684
1702
  },
1685
1703
  "core/config/default-config.js | overallImprovementsGroupTitle": {
1686
1704
  "message": "Allgemeine Verbesserungen"
@@ -1857,22 +1875,22 @@
1857
1875
  "message": "URL"
1858
1876
  },
1859
1877
  "core/lib/i18n/i18n.js | columnWastedBytes": {
1860
- "message": "Mögliche Einsparungen"
1878
+ "message": "Geschätzte Einsparungen"
1861
1879
  },
1862
1880
  "core/lib/i18n/i18n.js | columnWastedMs": {
1863
- "message": "Mögliche Einsparungen"
1881
+ "message": "Geschätzte Einsparungen"
1864
1882
  },
1865
1883
  "core/lib/i18n/i18n.js | cumulativeLayoutShiftMetric": {
1866
1884
  "message": "Cumulative Layout Shift"
1867
1885
  },
1868
1886
  "core/lib/i18n/i18n.js | displayValueByteSavings": {
1869
- "message": "Mögliche Einsparung von {wastedBytes, number, bytes} KiB"
1887
+ "message": "Geschätzte Einsparung von {wastedBytes, number, bytes} KiB"
1870
1888
  },
1871
1889
  "core/lib/i18n/i18n.js | displayValueElementsFound": {
1872
1890
  "message": "{nodeCount,plural, =1{1 Element gefunden}other{# Elemente gefunden}}"
1873
1891
  },
1874
1892
  "core/lib/i18n/i18n.js | displayValueMsSavings": {
1875
- "message": "Mögliche Einsparung von {wastedMs, number, milliseconds} ms"
1893
+ "message": "Geschätzte Einsparung von {wastedMs, number, milliseconds} ms"
1876
1894
  },
1877
1895
  "core/lib/i18n/i18n.js | documentResourceType": {
1878
1896
  "message": "Dokument"
@@ -3575,9 +3593,15 @@
3575
3593
  "report/renderer/report-utils.js | footerIssue": {
3576
3594
  "message": "Problem melden"
3577
3595
  },
3596
+ "report/renderer/report-utils.js | goBackToAudits": {
3597
+ "message": "Zurück zu Prüfungen"
3598
+ },
3578
3599
  "report/renderer/report-utils.js | hide": {
3579
3600
  "message": "Ausblenden"
3580
3601
  },
3602
+ "report/renderer/report-utils.js | insightsNotice": {
3603
+ "message": "Im Laufe des Jahres werden die Leistungsprüfungen durch Statistiken ersetzt. [Hier findest du weitere Informationen und kannst Feedback geben.](https://github.com/GoogleChrome/lighthouse/discussions/16462)"
3604
+ },
3581
3605
  "report/renderer/report-utils.js | labDataTitle": {
3582
3606
  "message": "Labdaten"
3583
3607
  },
@@ -3677,6 +3701,9 @@
3677
3701
  "report/renderer/report-utils.js | toplevelWarningsMessage": {
3678
3702
  "message": "Einige Probleme haben diese Ausführung von Lighthouse beeinträchtigt:"
3679
3703
  },
3704
+ "report/renderer/report-utils.js | tryInsights": {
3705
+ "message": "Statistiken ausprobieren"
3706
+ },
3680
3707
  "report/renderer/report-utils.js | unattributable": {
3681
3708
  "message": "Nicht zuordenbar"
3682
3709
  },
@@ -3699,7 +3726,7 @@
3699
3726
  "message": "Alles"
3700
3727
  },
3701
3728
  "treemap/app/src/util.js | allScriptsDropdownLabel": {
3702
- "message": "Alle Skripts"
3729
+ "message": "Alle Scripts"
3703
3730
  },
3704
3731
  "treemap/app/src/util.js | coverageColumnName": {
3705
3732
  "message": "Abdeckung"
@@ -3707,6 +3734,9 @@
3707
3734
  "treemap/app/src/util.js | duplicateModulesLabel": {
3708
3735
  "message": "Doppelte Module"
3709
3736
  },
3737
+ "treemap/app/src/util.js | duplicatedBytesLabel": {
3738
+ "message": "Doppelte Bytes"
3739
+ },
3710
3740
  "treemap/app/src/util.js | resourceBytesLabel": {
3711
3741
  "message": "Ressourcengröße in Byte"
3712
3742
  },
@@ -3716,7 +3746,10 @@
3716
3746
  "treemap/app/src/util.js | toggleTableButtonLabel": {
3717
3747
  "message": "Tabelle ein- oder ausblenden"
3718
3748
  },
3749
+ "treemap/app/src/util.js | transferBytesLabel": {
3750
+ "message": "Übertragungsbytes"
3751
+ },
3719
3752
  "treemap/app/src/util.js | unusedBytesLabel": {
3720
- "message": "Nicht verwendete Byte"
3753
+ "message": "Nicht verwendete Bytes"
3721
3754
  }
3722
3755
  }
@@ -1440,7 +1440,7 @@
1440
1440
  "message": "Ο αρχικός χρόνος απόκρισης διακομιστή ήταν σύντομος"
1441
1441
  },
1442
1442
  "core/audits/third-party-cookies.js | description": {
1443
- "message": "Το Chrome θα υποστηρίξει μια νέα εμπειρία που επιτρέπει στους χρήστες την επιλογή περιήγησης χωρίς cookie τρίτου μέρους. [Μάθετε περισσότερα σχετικά με τα cookie τρίτου μέρους](https://developers.google.com/privacy-sandbox/cookies)."
1443
+ "message": "Τα cookie τρίτου μέρους ενδέχεται να αποκλείονται σε ορισμένα περιβάλλοντα. [Μάθετε περισσότερα σχετικά με την προετοιμασία για τους περιορισμούς cookie τρίτου μέρους](https://privacysandbox.google.com/cookies/prepare/overview)."
1444
1444
  },
1445
1445
  "core/audits/third-party-cookies.js | displayValue": {
1446
1446
  "message": "{itemCount,plural, =1{Βρέθηκε 1 cookie}other{Βρέθηκαν # cookie}}"
@@ -1493,6 +1493,18 @@
1493
1493
  "core/audits/third-party-summary.js | title": {
1494
1494
  "message": "Ελαχιστοποίηση χρήσης τρίτων μερών"
1495
1495
  },
1496
+ "core/audits/trusted-types-xss.js | columnSeverity": {
1497
+ "message": "Σοβαρότητα"
1498
+ },
1499
+ "core/audits/trusted-types-xss.js | description": {
1500
+ "message": "Η οδηγία `require-trusted-types-for` στην κεφαλίδα `Content-Security-Policy` (CSP) δίνει οδηγίες στους παράγοντες χρήστη να ελέγχουν τα δεδομένα που μεταβιβάζονται στις συναρτήσεις δέσμευσης XSS που βασίζεται σε DOM. [Μάθετε περισσότερα σχετικά με τον περιορισμό του XSS που βασίζεται σε DOM με Αξιόπιστους τύπους](https://developer.chrome.com/docs/lighthouse/best-practices/trusted-types-xss)."
1501
+ },
1502
+ "core/audits/trusted-types-xss.js | noTrustedTypesToMitigateXss": {
1503
+ "message": "Δεν βρέθηκε κεφαλίδα `Content-Security-Policy` με την οδηγία Αξιόπιστοι τύποι"
1504
+ },
1505
+ "core/audits/trusted-types-xss.js | title": {
1506
+ "message": "Μετριάστε το XSS που βασίζεται σε DOM με Αξιόπιστους τύπους"
1507
+ },
1496
1508
  "core/audits/unsized-images.js | description": {
1497
1509
  "message": "Ορίστε ένα αποκλειστικό πλάτος και ύψος στα στοιχεία εικόνας, για να μειώσετε τις μετατοπίσεις διάταξης και να βελτιώσετε το CLS. [Μάθετε πώς μπορείτε να ορίσετε τις διαστάσεις εικόνας](https://web.dev/articles/optimize-cls#images_without_dimensions)"
1498
1510
  },
@@ -1676,6 +1688,12 @@
1676
1688
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1677
1689
  "message": "Βελτιώσεις πρώτης μορφής"
1678
1690
  },
1691
+ "core/config/default-config.js | insightsGroupDescription": {
1692
+ "message": "Αυτά τα insight είναι επίσης διαθέσιμα στο πλαίσιο Απόδοση των Εργαλείων για προγραμματιστές Chrome. [Καταγράψτε ένα ίχνος](https://developer.chrome.com/docs/devtools/performance/reference), για να δείτε πιο λεπτομερείς πληροφορίες."
1693
+ },
1694
+ "core/config/default-config.js | insightsGroupTitle": {
1695
+ "message": "Insight"
1696
+ },
1679
1697
  "core/config/default-config.js | metricGroupTitle": {
1680
1698
  "message": "Μετρήσεις"
1681
1699
  },
@@ -1857,22 +1875,22 @@
1857
1875
  "message": "URL"
1858
1876
  },
1859
1877
  "core/lib/i18n/i18n.js | columnWastedBytes": {
1860
- "message": "Δυνητικές εξοικονομήσεις"
1878
+ "message": "Εκτιμώμενη εξοικονόμηση"
1861
1879
  },
1862
1880
  "core/lib/i18n/i18n.js | columnWastedMs": {
1863
- "message": "Δυνητικές εξοικονομήσεις"
1881
+ "message": "Εκτιμώμενη εξοικονόμηση"
1864
1882
  },
1865
1883
  "core/lib/i18n/i18n.js | cumulativeLayoutShiftMetric": {
1866
1884
  "message": "Cumulative Layout Shift"
1867
1885
  },
1868
1886
  "core/lib/i18n/i18n.js | displayValueByteSavings": {
1869
- "message": "Δυνητική εξοικονόμηση {wastedBytes, number, bytes} KiB"
1887
+ "message": "Εκτιμώμενη εξοικονόμηση {wastedBytes, number, bytes} KiB"
1870
1888
  },
1871
1889
  "core/lib/i18n/i18n.js | displayValueElementsFound": {
1872
1890
  "message": "{nodeCount,plural, =1{Βρέθηκε 1 στοιχείο}other{Βρέθηκαν # στοιχεία}}"
1873
1891
  },
1874
1892
  "core/lib/i18n/i18n.js | displayValueMsSavings": {
1875
- "message": "Δυνητική εξοικονόμηση {wastedMs, number, milliseconds} χλστ.δ."
1893
+ "message": "Εκτιμώμενη εξοικονόμηση {wastedMs, number, milliseconds} ms"
1876
1894
  },
1877
1895
  "core/lib/i18n/i18n.js | documentResourceType": {
1878
1896
  "message": "Έγγραφο"
@@ -2070,7 +2088,7 @@
2070
2088
  "message": "Λάβετε μια βαθμολογία απόδοσης του Lighthouse."
2071
2089
  },
2072
2090
  "flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation2": {
2073
- "message": "Υπολογίσετε τις μετρήσεις απόδοσης φόρτωσης σελίδας, όπως Μεγαλύτερη σχεδίαση με περιεχόμενο και Ευρετήριο ταχύτητας."
2091
+ "message": "Υπολογίσετε τις μετρήσεις απόδοσης φόρτωσης σελίδας, όπως Μεγαλύτερη σχεδίαση με περιεχόμενο και Speed Index."
2074
2092
  },
2075
2093
  "flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation3": {
2076
2094
  "message": "Αξιολογήσετε τις δυνατότητες προηγμένων εφαρμογών ιστού."
@@ -3575,9 +3593,15 @@
3575
3593
  "report/renderer/report-utils.js | footerIssue": {
3576
3594
  "message": "Υποβολή προβλήματος"
3577
3595
  },
3596
+ "report/renderer/report-utils.js | goBackToAudits": {
3597
+ "message": "Επιστροφή στους ελέγχους"
3598
+ },
3578
3599
  "report/renderer/report-utils.js | hide": {
3579
3600
  "message": "Απόκρυψη"
3580
3601
  },
3602
+ "report/renderer/report-utils.js | insightsNotice": {
3603
+ "message": "Αργότερα φέτος, τα insight θα αντικαταστήσουν τους ελέγχους απόδοσης. [Μάθετε περισσότερα και υποβάλετε σχόλια εδώ](https://github.com/GoogleChrome/lighthouse/discussions/16462)."
3604
+ },
3581
3605
  "report/renderer/report-utils.js | labDataTitle": {
3582
3606
  "message": "Εργαστηριακά δεδομένα"
3583
3607
  },
@@ -3677,6 +3701,9 @@
3677
3701
  "report/renderer/report-utils.js | toplevelWarningsMessage": {
3678
3702
  "message": "Παρουσιάστηκαν ορισμένα ζητήματα τα οποία επηρεάζουν αυτή την εκτέλεση του Lighthouse:"
3679
3703
  },
3704
+ "report/renderer/report-utils.js | tryInsights": {
3705
+ "message": "Δοκιμή insight"
3706
+ },
3680
3707
  "report/renderer/report-utils.js | unattributable": {
3681
3708
  "message": "Χωρίς απόδοση"
3682
3709
  },
@@ -3699,7 +3726,7 @@
3699
3726
  "message": "Όλα"
3700
3727
  },
3701
3728
  "treemap/app/src/util.js | allScriptsDropdownLabel": {
3702
- "message": "Όλες οι γραφές"
3729
+ "message": "Όλα τα σενάρια"
3703
3730
  },
3704
3731
  "treemap/app/src/util.js | coverageColumnName": {
3705
3732
  "message": "Κάλυψη"
@@ -3707,6 +3734,9 @@
3707
3734
  "treemap/app/src/util.js | duplicateModulesLabel": {
3708
3735
  "message": "Διπλότυπες λειτουργικές μονάδες"
3709
3736
  },
3737
+ "treemap/app/src/util.js | duplicatedBytesLabel": {
3738
+ "message": "Διπλότυπα byte"
3739
+ },
3710
3740
  "treemap/app/src/util.js | resourceBytesLabel": {
3711
3741
  "message": "Byte πόρου"
3712
3742
  },
@@ -3716,6 +3746,9 @@
3716
3746
  "treemap/app/src/util.js | toggleTableButtonLabel": {
3717
3747
  "message": "Εναλλαγή πίνακα"
3718
3748
  },
3749
+ "treemap/app/src/util.js | transferBytesLabel": {
3750
+ "message": "Byte μεταφοράς"
3751
+ },
3719
3752
  "treemap/app/src/util.js | unusedBytesLabel": {
3720
3753
  "message": "Byte που δεν χρησιμοποιούνται"
3721
3754
  }