lighthouse 12.8.0 → 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.
- package/cli/test/smokehouse/config/exclusions.js +2 -0
- package/core/audits/network-requests.js +12 -0
- package/core/lib/legacy-javascript/legacy-javascript.js +11 -4
- package/dist/report/flow.js +8 -8
- package/package.json +4 -4
- package/shared/localization/locales/ar-XB.json +43 -10
- package/shared/localization/locales/ar.json +43 -10
- package/shared/localization/locales/bg.json +42 -9
- package/shared/localization/locales/ca.json +43 -10
- package/shared/localization/locales/cs.json +44 -11
- package/shared/localization/locales/da.json +47 -14
- package/shared/localization/locales/de.json +43 -10
- package/shared/localization/locales/el.json +40 -7
- package/shared/localization/locales/en-GB.json +40 -7
- package/shared/localization/locales/en-XA.json +43 -10
- package/shared/localization/locales/es-419.json +42 -9
- package/shared/localization/locales/es.json +40 -7
- package/shared/localization/locales/fi.json +43 -10
- package/shared/localization/locales/fil.json +43 -10
- package/shared/localization/locales/fr.json +39 -6
- package/shared/localization/locales/he.json +41 -8
- package/shared/localization/locales/hi.json +43 -10
- package/shared/localization/locales/hr.json +41 -8
- package/shared/localization/locales/hu.json +41 -8
- package/shared/localization/locales/id.json +45 -12
- package/shared/localization/locales/it.json +40 -7
- package/shared/localization/locales/ja.json +41 -8
- package/shared/localization/locales/ko.json +42 -9
- package/shared/localization/locales/lt.json +42 -9
- package/shared/localization/locales/lv.json +43 -10
- package/shared/localization/locales/nl.json +41 -8
- package/shared/localization/locales/no.json +42 -9
- package/shared/localization/locales/pl.json +42 -9
- package/shared/localization/locales/pt-PT.json +43 -10
- package/shared/localization/locales/pt.json +43 -10
- package/shared/localization/locales/ro.json +43 -10
- package/shared/localization/locales/ru.json +42 -9
- package/shared/localization/locales/sk.json +42 -9
- package/shared/localization/locales/sl.json +42 -9
- package/shared/localization/locales/sr-Latn.json +43 -10
- package/shared/localization/locales/sr.json +43 -10
- package/shared/localization/locales/sv.json +42 -9
- package/shared/localization/locales/ta.json +43 -10
- package/shared/localization/locales/te.json +44 -11
- package/shared/localization/locales/th.json +41 -8
- package/shared/localization/locales/tr.json +46 -13
- package/shared/localization/locales/uk.json +43 -10
- package/shared/localization/locales/vi.json +41 -8
- package/shared/localization/locales/zh-HK.json +44 -11
- package/shared/localization/locales/zh-TW.json +45 -12
- package/shared/localization/locales/zh.json +39 -6
- package/shared/localization/locales.d.ts +0 -2
- package/shared/localization/locales.js +139 -130
- package/shared/tsconfig.json +0 -2
- package/third-party/chromium-synchronization/inspector-issueAdded-types-test.js +1 -0
- package/tsconfig-base.json +1 -1
- package/tsconfig.json +0 -1
|
@@ -1440,7 +1440,7 @@
|
|
|
1440
1440
|
"message": "Il tempo di risposta iniziale del server è stato breve"
|
|
1441
1441
|
},
|
|
1442
1442
|
"core/audits/third-party-cookies.js | description": {
|
|
1443
|
-
"message": "
|
|
1443
|
+
"message": "I cookie di terze parti potrebbero essere bloccati in alcuni contesti. [Scopri di più su come prepararti alle limitazioni relative ai cookie di terze parti](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 trovato}other{# cookie trovati}}"
|
|
@@ -1493,6 +1493,18 @@
|
|
|
1493
1493
|
"core/audits/third-party-summary.js | title": {
|
|
1494
1494
|
"message": "Riduci al minimo l'utilizzo di codice di terze parti"
|
|
1495
1495
|
},
|
|
1496
|
+
"core/audits/trusted-types-xss.js | columnSeverity": {
|
|
1497
|
+
"message": "Gravità"
|
|
1498
|
+
},
|
|
1499
|
+
"core/audits/trusted-types-xss.js | description": {
|
|
1500
|
+
"message": "L'istruzione `require-trusted-types-for` nell'intestazione `Content-Security-Policy` (CSP) indica agli user agent di controllare i dati passati alle funzioni sink DOM XSS (cross-site scripting). [Scopri di più su come mitigare gli attacchi XSS (cross-site scripting) basati su DOM con Trusted Types](https://developer.chrome.com/docs/lighthouse/best-practices/trusted-types-xss)."
|
|
1501
|
+
},
|
|
1502
|
+
"core/audits/trusted-types-xss.js | noTrustedTypesToMitigateXss": {
|
|
1503
|
+
"message": "Non è stata trovata alcuna intestazione `Content-Security-Policy` con l'istruzione Trusted Types"
|
|
1504
|
+
},
|
|
1505
|
+
"core/audits/trusted-types-xss.js | title": {
|
|
1506
|
+
"message": "Mitiga gli attacchi XSS (cross-site scripting) basati su DOM con Trusted Types"
|
|
1507
|
+
},
|
|
1496
1508
|
"core/audits/unsized-images.js | description": {
|
|
1497
1509
|
"message": "Imposta larghezza e altezza esplicite negli elementi immagine per ridurre le variazioni di layout e migliorare la metrica CLS. [Scopri come impostare le dimensioni delle immagini](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": "Miglioramenti della prima visualizzazione"
|
|
1678
1690
|
},
|
|
1691
|
+
"core/config/default-config.js | insightsGroupDescription": {
|
|
1692
|
+
"message": "Queste informazioni sono disponibili anche nel riquadro Prestazioni di Chrome DevTools: [registra una traccia](https://developer.chrome.com/docs/devtools/performance/reference) per visualizzare informazioni più dettagliate."
|
|
1693
|
+
},
|
|
1694
|
+
"core/config/default-config.js | insightsGroupTitle": {
|
|
1695
|
+
"message": "Approfondimenti"
|
|
1696
|
+
},
|
|
1679
1697
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1680
1698
|
"message": "Metriche"
|
|
1681
1699
|
},
|
|
1682
1700
|
"core/config/default-config.js | overallImprovementsGroupDescription": {
|
|
1683
|
-
"message": "Migliora l'esperienza di caricamento generale per fare in modo che la pagina diventi reattiva e pronta all'uso nel più breve tempo possibile. Metriche chiave:
|
|
1701
|
+
"message": "Migliora l'esperienza di caricamento generale per fare in modo che la pagina diventi reattiva e pronta all'uso nel più breve tempo possibile. Metriche chiave: Time to Interactive, Speed Index"
|
|
1684
1702
|
},
|
|
1685
1703
|
"core/config/default-config.js | overallImprovementsGroupTitle": {
|
|
1686
1704
|
"message": "Miglioramenti generali"
|
|
@@ -1857,22 +1875,22 @@
|
|
|
1857
1875
|
"message": "URL"
|
|
1858
1876
|
},
|
|
1859
1877
|
"core/lib/i18n/i18n.js | columnWastedBytes": {
|
|
1860
|
-
"message": "
|
|
1878
|
+
"message": "Risparmi stimati"
|
|
1861
1879
|
},
|
|
1862
1880
|
"core/lib/i18n/i18n.js | columnWastedMs": {
|
|
1863
|
-
"message": "
|
|
1881
|
+
"message": "Risparmi stimati"
|
|
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": "
|
|
1887
|
+
"message": "Risparmio stimato di {wastedBytes, number, bytes} KiB"
|
|
1870
1888
|
},
|
|
1871
1889
|
"core/lib/i18n/i18n.js | displayValueElementsFound": {
|
|
1872
1890
|
"message": "{nodeCount,plural, =1{1 elemento trovato}other{# elementi trovati}}"
|
|
1873
1891
|
},
|
|
1874
1892
|
"core/lib/i18n/i18n.js | displayValueMsSavings": {
|
|
1875
|
-
"message": "
|
|
1893
|
+
"message": "Risparmio stimato di {wastedMs, number, milliseconds} ms"
|
|
1876
1894
|
},
|
|
1877
1895
|
"core/lib/i18n/i18n.js | documentResourceType": {
|
|
1878
1896
|
"message": "Documento"
|
|
@@ -3575,9 +3593,15 @@
|
|
|
3575
3593
|
"report/renderer/report-utils.js | footerIssue": {
|
|
3576
3594
|
"message": "Segnala un problema"
|
|
3577
3595
|
},
|
|
3596
|
+
"report/renderer/report-utils.js | goBackToAudits": {
|
|
3597
|
+
"message": "Torna agli audit"
|
|
3598
|
+
},
|
|
3578
3599
|
"report/renderer/report-utils.js | hide": {
|
|
3579
3600
|
"message": "Nascondi"
|
|
3580
3601
|
},
|
|
3602
|
+
"report/renderer/report-utils.js | insightsNotice": {
|
|
3603
|
+
"message": "Entro la fine dell'anno, i report sostituiranno i controlli del rendimento. [Scopri di più e invia il tuo feedback qui](https://github.com/GoogleChrome/lighthouse/discussions/16462)."
|
|
3604
|
+
},
|
|
3581
3605
|
"report/renderer/report-utils.js | labDataTitle": {
|
|
3582
3606
|
"message": "Dati di prova controllati"
|
|
3583
3607
|
},
|
|
@@ -3677,6 +3701,9 @@
|
|
|
3677
3701
|
"report/renderer/report-utils.js | toplevelWarningsMessage": {
|
|
3678
3702
|
"message": "Si sono verificati dei problemi che incidono su questa esecuzione di Lighthouse:"
|
|
3679
3703
|
},
|
|
3704
|
+
"report/renderer/report-utils.js | tryInsights": {
|
|
3705
|
+
"message": "Prova le statistiche"
|
|
3706
|
+
},
|
|
3680
3707
|
"report/renderer/report-utils.js | unattributable": {
|
|
3681
3708
|
"message": "Non attribuibili"
|
|
3682
3709
|
},
|
|
@@ -3707,6 +3734,9 @@
|
|
|
3707
3734
|
"treemap/app/src/util.js | duplicateModulesLabel": {
|
|
3708
3735
|
"message": "Moduli duplicati"
|
|
3709
3736
|
},
|
|
3737
|
+
"treemap/app/src/util.js | duplicatedBytesLabel": {
|
|
3738
|
+
"message": "Byte duplicati"
|
|
3739
|
+
},
|
|
3710
3740
|
"treemap/app/src/util.js | resourceBytesLabel": {
|
|
3711
3741
|
"message": "Byte risorsa"
|
|
3712
3742
|
},
|
|
@@ -3714,7 +3744,10 @@
|
|
|
3714
3744
|
"message": "Nome"
|
|
3715
3745
|
},
|
|
3716
3746
|
"treemap/app/src/util.js | toggleTableButtonLabel": {
|
|
3717
|
-
"message": "
|
|
3747
|
+
"message": "Attiva/disattiva tabella"
|
|
3748
|
+
},
|
|
3749
|
+
"treemap/app/src/util.js | transferBytesLabel": {
|
|
3750
|
+
"message": "Byte trasferiti"
|
|
3718
3751
|
},
|
|
3719
3752
|
"treemap/app/src/util.js | unusedBytesLabel": {
|
|
3720
3753
|
"message": "Byte non utilizzati"
|
|
@@ -1440,7 +1440,7 @@
|
|
|
1440
1440
|
"message": "最初のサーバー応答時間は問題ない速さです"
|
|
1441
1441
|
},
|
|
1442
1442
|
"core/audits/third-party-cookies.js | description": {
|
|
1443
|
-
"message": "
|
|
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": "`Content-Security-Policy`(CSP)ヘッダーの `require-trusted-types-for` ディレクティブは、DOM XSS シンク関数に渡されるデータの制御をユーザー エージェントに指示します。[Trusted Types を使用して DOM ベースの XSS に対処する方法の詳細](https://developer.chrome.com/docs/lighthouse/best-practices/trusted-types-xss)"
|
|
1501
|
+
},
|
|
1502
|
+
"core/audits/trusted-types-xss.js | noTrustedTypesToMitigateXss": {
|
|
1503
|
+
"message": "Trusted Types ディレクティブを含む `Content-Security-Policy` ヘッダーが見つかりません"
|
|
1504
|
+
},
|
|
1505
|
+
"core/audits/trusted-types-xss.js | title": {
|
|
1506
|
+
"message": "Trusted Types を使用して DOM ベースの XSS に対処する"
|
|
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,11 +1688,17 @@
|
|
|
1676
1688
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1689
|
"message": "First Paint の改善点"
|
|
1678
1690
|
},
|
|
1691
|
+
"core/config/default-config.js | insightsGroupDescription": {
|
|
1692
|
+
"message": "これらのインサイトは、Chrome DevTools のパフォーマンス パネルでも確認できます。詳しい情報を表示するには、[トレースを記録](https://developer.chrome.com/docs/devtools/performance/reference)してください。"
|
|
1693
|
+
},
|
|
1694
|
+
"core/config/default-config.js | insightsGroupTitle": {
|
|
1695
|
+
"message": "インサイト"
|
|
1696
|
+
},
|
|
1679
1697
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1680
1698
|
"message": "指標"
|
|
1681
1699
|
},
|
|
1682
1700
|
"core/config/default-config.js | overallImprovementsGroupDescription": {
|
|
1683
|
-
"message": "読み込みの全体的なパフォーマンスを改善して、ページの反応性や操作性を高めましょう。主要な指標:
|
|
1701
|
+
"message": "読み込みの全体的なパフォーマンスを改善して、ページの反応性や操作性を高めましょう。主要な指標: Time to Interactive、Speed Index"
|
|
1684
1702
|
},
|
|
1685
1703
|
"core/config/default-config.js | overallImprovementsGroupTitle": {
|
|
1686
1704
|
"message": "全体的な改善点"
|
|
@@ -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} ミリ秒"
|
|
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": "Largest Contentful Paint
|
|
2091
|
+
"message": "Largest Contentful Paint、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": "今年後半に、パフォーマンスの監査はインサイトに置き換えられます。[詳細およびフィードバックについては、こちらにアクセスしてください](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": "インサイトを利用してみる"
|
|
3706
|
+
},
|
|
3680
3707
|
"report/renderer/report-utils.js | unattributable": {
|
|
3681
3708
|
"message": "アトリビューション不可"
|
|
3682
3709
|
},
|
|
@@ -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": "重複するバイト"
|
|
3739
|
+
},
|
|
3710
3740
|
"treemap/app/src/util.js | resourceBytesLabel": {
|
|
3711
3741
|
"message": "リソースのサイズ(バイト)"
|
|
3712
3742
|
},
|
|
@@ -3714,7 +3744,10 @@
|
|
|
3714
3744
|
"message": "名前"
|
|
3715
3745
|
},
|
|
3716
3746
|
"treemap/app/src/util.js | toggleTableButtonLabel": {
|
|
3717
|
-
"message": "
|
|
3747
|
+
"message": "表を切り替え"
|
|
3748
|
+
},
|
|
3749
|
+
"treemap/app/src/util.js | transferBytesLabel": {
|
|
3750
|
+
"message": "転送バイト数"
|
|
3718
3751
|
},
|
|
3719
3752
|
"treemap/app/src/util.js | unusedBytesLabel": {
|
|
3720
3753
|
"message": "使用していないバイト"
|
|
@@ -660,7 +660,7 @@
|
|
|
660
660
|
"message": "애니메이션 콘텐츠에 동영상 형식 사용하기"
|
|
661
661
|
},
|
|
662
662
|
"core/audits/byte-efficiency/legacy-javascript.js | description": {
|
|
663
|
-
"message": "
|
|
663
|
+
"message": "폴리필 및 변환을 통해 레거시 브라우저에서 새로운 JavaScript 기능을 사용할 수 있습니다. 하지만 최신 브라우저에서는 대부분 필요하지 않습니다. 레거시 브라우저를 지원해야 하는 경우가 아니라면 [Baseline](https://web.dev/baseline) 기능을 트랜스파일하지 않도록 JavaScript 빌드 프로세스를 수정해 보세요. [대부분의 사이트에서 트랜스파일링 없이 ES6+ 코드를 배포할 수 있는 이유 알아보기](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": "페이지에서 core-js 버전 2가 감지되었습니다. 다양한 성능 개선사항을 적용하려면 버전 3으로 업그레이드해야 합니다."
|
|
@@ -1188,7 +1188,7 @@
|
|
|
1188
1188
|
"message": "사용자가 경험할 수 있는 최초 입력 반응 시간의 최댓값은 가장 긴 작업의 길이입니다. [최초 입력 반응 시간 최댓값 측정항목에 관해 자세히 알아보기](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-max-potential-fid/)"
|
|
1189
1189
|
},
|
|
1190
1190
|
"core/audits/metrics/speed-index.js | description": {
|
|
1191
|
-
"message": "
|
|
1191
|
+
"message": "Speed Index는 페이지 콘텐츠가 얼마나 빨리 표시되는지 보여줍니다. [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": "FCP와 상호작용 시간 사이의 모든 시간의 합으로, 작업 지속 시간이 50ms를 넘으면 밀리초 단위로 표현됩니다. [총 차단 시간 측정항목에 관해 자세히 알아보기](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-total-blocking-time/)"
|
|
@@ -1440,7 +1440,7 @@
|
|
|
1440
1440
|
"message": "초기 서버 응답 시간 짧음"
|
|
1441
1441
|
},
|
|
1442
1442
|
"core/audits/third-party-cookies.js | description": {
|
|
1443
|
-
"message": "
|
|
1443
|
+
"message": "일부 상황에서는 서드 파티 쿠키가 차단될 수 있습니다. [서드 파티 쿠키 제한에 대비하는 방법 자세히 알아보기](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개 찾음}other{쿠키 #개 찾음}}"
|
|
@@ -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": "`Content-Security-Policy`(CSP) 헤더의 `require-trusted-types-for` 지시어는 사용자 에이전트에 DOM XSS 싱크 함수로 전달되는 데이터를 제어하도록 지시합니다. [신뢰할 수 있는 유형으로 DOM 기반 XSS를 완화하는 방법 자세히 알아보기](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": "신뢰할 수 있는 유형으로 DOM 기반 XSS 완화"
|
|
1507
|
+
},
|
|
1496
1508
|
"core/audits/unsized-images.js | description": {
|
|
1497
1509
|
"message": "이미지 요소에 명시적인 너비 및 높이를 설정하여 레이아웃 변경 횟수를 줄이고 누적 레이아웃 변경을 개선합니다. [이미지 크기 설정 방법 알아보기](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": "최초 페인트 개선"
|
|
1678
1690
|
},
|
|
1691
|
+
"core/config/default-config.js | insightsGroupDescription": {
|
|
1692
|
+
"message": "이러한 통계는 Chrome DevTools 성능 패널에서도 확인할 수 있습니다. [트레이스를 기록](https://developer.chrome.com/docs/devtools/performance/reference)하여 자세한 정보를 확인하세요."
|
|
1693
|
+
},
|
|
1694
|
+
"core/config/default-config.js | insightsGroupTitle": {
|
|
1695
|
+
"message": "인사이트"
|
|
1696
|
+
},
|
|
1679
1697
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1680
1698
|
"message": "측정항목"
|
|
1681
1699
|
},
|
|
1682
1700
|
"core/config/default-config.js | overallImprovementsGroupDescription": {
|
|
1683
|
-
"message": "페이지가 빠르게 반응하고 가능한 한 빨리 사용할 수 있는 준비가 되도록 전반적인 로드 환경을 강화하세요. 주요 측정항목: 상호작용 시간,
|
|
1701
|
+
"message": "페이지가 빠르게 반응하고 가능한 한 빨리 사용할 수 있는 준비가 되도록 전반적인 로드 환경을 강화하세요. 주요 측정항목: 상호작용 시간, Speed Index"
|
|
1684
1702
|
},
|
|
1685
1703
|
"core/config/default-config.js | overallImprovementsGroupTitle": {
|
|
1686
1704
|
"message": "전반적인 개선사항"
|
|
@@ -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": "절감
|
|
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": "절감
|
|
1893
|
+
"message": "예상 절감 시간: {wastedMs, number, milliseconds}밀리초"
|
|
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": "올해 말에는 통계가 성능 감사를 대체할 예정입니다. [여기에서 자세히 알아보고 의견을 제공하세요](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": "통계 사용해 보기"
|
|
3706
|
+
},
|
|
3680
3707
|
"report/renderer/report-utils.js | unattributable": {
|
|
3681
3708
|
"message": "확인되지 않음"
|
|
3682
3709
|
},
|
|
@@ -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": "중복된 바이트"
|
|
3739
|
+
},
|
|
3710
3740
|
"treemap/app/src/util.js | resourceBytesLabel": {
|
|
3711
3741
|
"message": "리소스 바이트"
|
|
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": "전송 바이트"
|
|
3751
|
+
},
|
|
3719
3752
|
"treemap/app/src/util.js | unusedBytesLabel": {
|
|
3720
3753
|
"message": "사용하지 않은 바이트"
|
|
3721
3754
|
}
|
|
@@ -1188,7 +1188,7 @@
|
|
|
1188
1188
|
"message": "Didžiausia potenciali naudotojų patiriama pirmosios įvesties delsa yra ilgiausios užduoties trukmė. [Sužinokite daugiau apie didžiausios potencialios pirmosios įvesties delsos metriką](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-max-potential-fid/)."
|
|
1189
1189
|
},
|
|
1190
1190
|
"core/audits/metrics/speed-index.js | description": {
|
|
1191
|
-
"message": "
|
|
1191
|
+
"message": "„Speed Index“ parodo, kaip greitai pavaizduojamas puslapio turinys. [Sužinokite daugiau apie spartos rodiklio metriką](https://developer.chrome.com/docs/lighthouse/performance/speed-index/)."
|
|
1192
1192
|
},
|
|
1193
1193
|
"core/audits/metrics/total-blocking-time.js | description": {
|
|
1194
1194
|
"message": "Visų laikotarpių tarp PTŽ ir laiko iki sąveikos suma milisekundėmis, kai užduoties atlikimo laikas viršija 50 ms. [Sužinokite daugiau apie bendro blokavimo laiko metriką](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-total-blocking-time/)."
|
|
@@ -1440,7 +1440,7 @@
|
|
|
1440
1440
|
"message": "Pradinio serverio atsako laikas buvo trumpas"
|
|
1441
1441
|
},
|
|
1442
1442
|
"core/audits/third-party-cookies.js | description": {
|
|
1443
|
-
"message": "
|
|
1443
|
+
"message": "Trečiųjų šalių slapukai gali būti blokuojami tam tikrame kontekste. [Sužinokite daugiau apie pasirengimą trečiųjų šalių slapukų apribojimams](https://privacysandbox.google.com/cookies/prepare/overview)."
|
|
1444
1444
|
},
|
|
1445
1445
|
"core/audits/third-party-cookies.js | displayValue": {
|
|
1446
1446
|
"message": "{itemCount,plural, =1{Rastas 1 slapukas}one{Rastas # slapukas}few{Rasti # slapukai}many{Rasta # slapuko}other{Rasta # slapukų}}"
|
|
@@ -1493,6 +1493,18 @@
|
|
|
1493
1493
|
"core/audits/third-party-summary.js | title": {
|
|
1494
1494
|
"message": "Trečiųjų šalių kodo naudojimo sumažinimas"
|
|
1495
1495
|
},
|
|
1496
|
+
"core/audits/trusted-types-xss.js | columnSeverity": {
|
|
1497
|
+
"message": "Svarba"
|
|
1498
|
+
},
|
|
1499
|
+
"core/audits/trusted-types-xss.js | description": {
|
|
1500
|
+
"message": "Direktyva „`require-trusted-types-for`“ antraštėje „`Content-Security-Policy`“ (CSP) nurodo naudotojo priemonėms valdyti duomenis, perduodamus DOM XSS šaltinio funkcijoms. [Sužinokite daugiau apie DOM pagrįsto XSS rizikos mažinimą naudojant patikimus tipus](https://developer.chrome.com/docs/lighthouse/best-practices/trusted-types-xss)."
|
|
1501
|
+
},
|
|
1502
|
+
"core/audits/trusted-types-xss.js | noTrustedTypesToMitigateXss": {
|
|
1503
|
+
"message": "Nerasta jokių `Content-Security-Policy` antraščių su patikimų tipų direktyva"
|
|
1504
|
+
},
|
|
1505
|
+
"core/audits/trusted-types-xss.js | title": {
|
|
1506
|
+
"message": "Sumažinkite DOM pagrįsto XSS riziką naudodami patikimus tipus"
|
|
1507
|
+
},
|
|
1496
1508
|
"core/audits/unsized-images.js | description": {
|
|
1497
1509
|
"message": "Nustatykite tikslų vaizdo elementų plotį ir aukštį, kad būtų mažiau išdėstymo poslinkių ir pagerinamas KIP. [Sužinokite, kaip nustatyti vaizdo matmenis](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": "Pirmojo parodymo patobulinimai"
|
|
1678
1690
|
},
|
|
1691
|
+
"core/config/default-config.js | insightsGroupDescription": {
|
|
1692
|
+
"message": "Šios įžvalgos taip pat pasiekiamos „Chrome“ kūrėjo įrankių našumo skydelyje – [įrašykite pėdsaką](https://developer.chrome.com/docs/devtools/performance/reference), kad peržiūrėtumėte išsamesnę informaciją."
|
|
1693
|
+
},
|
|
1694
|
+
"core/config/default-config.js | insightsGroupTitle": {
|
|
1695
|
+
"message": "Įžvalgos"
|
|
1696
|
+
},
|
|
1679
1697
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1680
1698
|
"message": "Metrika"
|
|
1681
1699
|
},
|
|
1682
1700
|
"core/config/default-config.js | overallImprovementsGroupDescription": {
|
|
1683
|
-
"message": "Pagerinkite bendrą įkėlimo našumą, kad puslapis reaguotų ir būtų parengtas naudoti kuo greičiau. Svarbiausia metrika: laikas iki sąveikos,
|
|
1701
|
+
"message": "Pagerinkite bendrą įkėlimo našumą, kad puslapis reaguotų ir būtų parengtas naudoti kuo greičiau. Svarbiausia metrika: laikas iki sąveikos, „Speed Index“"
|
|
1684
1702
|
},
|
|
1685
1703
|
"core/config/default-config.js | overallImprovementsGroupTitle": {
|
|
1686
1704
|
"message": "Bendri patobulinimai"
|
|
@@ -1857,22 +1875,22 @@
|
|
|
1857
1875
|
"message": "URL"
|
|
1858
1876
|
},
|
|
1859
1877
|
"core/lib/i18n/i18n.js | columnWastedBytes": {
|
|
1860
|
-
"message": "
|
|
1878
|
+
"message": "Numatomos sutaupytos lėšos"
|
|
1861
1879
|
},
|
|
1862
1880
|
"core/lib/i18n/i18n.js | columnWastedMs": {
|
|
1863
|
-
"message": "
|
|
1881
|
+
"message": "Numatomos sutaupytos lėšos"
|
|
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": "
|
|
1887
|
+
"message": "Numatoma, kad bus sutaupyta {wastedBytes, number, bytes} KiB"
|
|
1870
1888
|
},
|
|
1871
1889
|
"core/lib/i18n/i18n.js | displayValueElementsFound": {
|
|
1872
1890
|
"message": "{nodeCount,plural, =1{Rastas 1 elementas}one{Rastas # elementas}few{Rasti # elementai}many{Rasta # elemento}other{Rasta # elementų}}"
|
|
1873
1891
|
},
|
|
1874
1892
|
"core/lib/i18n/i18n.js | displayValueMsSavings": {
|
|
1875
|
-
"message": "
|
|
1893
|
+
"message": "Numatoma, kad bus sutaupyta {wastedMs, number, milliseconds} ms"
|
|
1876
1894
|
},
|
|
1877
1895
|
"core/lib/i18n/i18n.js | documentResourceType": {
|
|
1878
1896
|
"message": "Dokumentas"
|
|
@@ -2070,7 +2088,7 @@
|
|
|
2070
2088
|
"message": "Gauti „Lighthouse“ našumo balą."
|
|
2071
2089
|
},
|
|
2072
2090
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation2": {
|
|
2073
|
-
"message": "Įvertinti puslapio įkėlimo našumo metriką, pavyzdžiui, didžiausio turiningo žymėjimo ir
|
|
2091
|
+
"message": "Įvertinti puslapio įkėlimo našumo metriką, pavyzdžiui, didžiausio turiningo žymėjimo ir „Speed Index“."
|
|
2074
2092
|
},
|
|
2075
2093
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation3": {
|
|
2076
2094
|
"message": "Įvertinti laipsniškųjų žiniatinklio programų galimybes."
|
|
@@ -3575,9 +3593,15 @@
|
|
|
3575
3593
|
"report/renderer/report-utils.js | footerIssue": {
|
|
3576
3594
|
"message": "Pateikti problemą"
|
|
3577
3595
|
},
|
|
3596
|
+
"report/renderer/report-utils.js | goBackToAudits": {
|
|
3597
|
+
"message": "Grįžti į patikrinimų skiltį"
|
|
3598
|
+
},
|
|
3578
3599
|
"report/renderer/report-utils.js | hide": {
|
|
3579
3600
|
"message": "Slėpti"
|
|
3580
3601
|
},
|
|
3602
|
+
"report/renderer/report-utils.js | insightsNotice": {
|
|
3603
|
+
"message": "Vėliau šiais metais įžvalgos pakeis našumo patikrinimus. [Sužinokite daugiau ir pateikite atsiliepimą čia](https://github.com/GoogleChrome/lighthouse/discussions/16462)."
|
|
3604
|
+
},
|
|
3581
3605
|
"report/renderer/report-utils.js | labDataTitle": {
|
|
3582
3606
|
"message": "Laboratorijos duomenys"
|
|
3583
3607
|
},
|
|
@@ -3677,6 +3701,9 @@
|
|
|
3677
3701
|
"report/renderer/report-utils.js | toplevelWarningsMessage": {
|
|
3678
3702
|
"message": "Paleidžiant „Lighthouse“ kilo problemų."
|
|
3679
3703
|
},
|
|
3704
|
+
"report/renderer/report-utils.js | tryInsights": {
|
|
3705
|
+
"message": "Išbandyti įžvalgas"
|
|
3706
|
+
},
|
|
3680
3707
|
"report/renderer/report-utils.js | unattributable": {
|
|
3681
3708
|
"message": "Nepriskiriama"
|
|
3682
3709
|
},
|
|
@@ -3705,7 +3732,10 @@
|
|
|
3705
3732
|
"message": "Aprėptis"
|
|
3706
3733
|
},
|
|
3707
3734
|
"treemap/app/src/util.js | duplicateModulesLabel": {
|
|
3708
|
-
"message": "
|
|
3735
|
+
"message": "Pasikartojantys moduliai"
|
|
3736
|
+
},
|
|
3737
|
+
"treemap/app/src/util.js | duplicatedBytesLabel": {
|
|
3738
|
+
"message": "Pasikartojantys baitai"
|
|
3709
3739
|
},
|
|
3710
3740
|
"treemap/app/src/util.js | resourceBytesLabel": {
|
|
3711
3741
|
"message": "Šaltinių baitai"
|
|
@@ -3716,6 +3746,9 @@
|
|
|
3716
3746
|
"treemap/app/src/util.js | toggleTableButtonLabel": {
|
|
3717
3747
|
"message": "Perjungti lentelę"
|
|
3718
3748
|
},
|
|
3749
|
+
"treemap/app/src/util.js | transferBytesLabel": {
|
|
3750
|
+
"message": "Perkėlimo baitai"
|
|
3751
|
+
},
|
|
3719
3752
|
"treemap/app/src/util.js | unusedBytesLabel": {
|
|
3720
3753
|
"message": "Nenaudojami baitai"
|
|
3721
3754
|
}
|