lighthouse 12.5.1-dev.20250419 → 12.5.1-dev.20250421
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/core/config/default-config.js +5 -2
- package/package.json +1 -1
- package/shared/localization/locales/ar-XB.json +0 -3
- package/shared/localization/locales/ar.json +0 -3
- package/shared/localization/locales/bg.json +0 -3
- package/shared/localization/locales/ca.json +0 -3
- package/shared/localization/locales/cs.json +0 -3
- package/shared/localization/locales/da.json +0 -3
- package/shared/localization/locales/de.json +0 -3
- package/shared/localization/locales/el.json +0 -3
- package/shared/localization/locales/en-GB.json +0 -3
- package/shared/localization/locales/en-US.json +4 -1
- package/shared/localization/locales/en-XA.json +0 -3
- package/shared/localization/locales/en-XL.json +4 -1
- package/shared/localization/locales/es-419.json +0 -3
- package/shared/localization/locales/es.json +0 -3
- package/shared/localization/locales/fi.json +0 -3
- package/shared/localization/locales/fil.json +0 -3
- package/shared/localization/locales/fr.json +0 -3
- package/shared/localization/locales/he.json +0 -3
- package/shared/localization/locales/hi.json +0 -3
- package/shared/localization/locales/hr.json +0 -3
- package/shared/localization/locales/hu.json +0 -3
- package/shared/localization/locales/id.json +0 -3
- package/shared/localization/locales/it.json +0 -3
- package/shared/localization/locales/ja.json +0 -3
- package/shared/localization/locales/ko.json +0 -3
- package/shared/localization/locales/lt.json +0 -3
- package/shared/localization/locales/lv.json +0 -3
- package/shared/localization/locales/nl.json +0 -3
- package/shared/localization/locales/no.json +0 -3
- package/shared/localization/locales/pl.json +0 -3
- package/shared/localization/locales/pt-PT.json +0 -3
- package/shared/localization/locales/pt.json +0 -3
- package/shared/localization/locales/ro.json +0 -3
- package/shared/localization/locales/ru.json +0 -3
- package/shared/localization/locales/sk.json +0 -3
- package/shared/localization/locales/sl.json +0 -3
- package/shared/localization/locales/sr-Latn.json +0 -3
- package/shared/localization/locales/sr.json +0 -3
- package/shared/localization/locales/sv.json +0 -3
- package/shared/localization/locales/ta.json +0 -3
- package/shared/localization/locales/te.json +0 -3
- package/shared/localization/locales/th.json +0 -3
- package/shared/localization/locales/tr.json +0 -3
- package/shared/localization/locales/uk.json +0 -3
- package/shared/localization/locales/vi.json +0 -3
- package/shared/localization/locales/zh-HK.json +0 -3
- package/shared/localization/locales/zh-TW.json +0 -3
- package/shared/localization/locales/zh.json +0 -3
|
@@ -16,7 +16,9 @@ const UIStrings = {
|
|
|
16
16
|
/** Title of the speed metrics section of the Performance category. Within this section are various speed metrics which quantify the pageload performance into values presented in seconds and milliseconds. */
|
|
17
17
|
metricGroupTitle: 'Metrics',
|
|
18
18
|
/** Title of the insights section of the Performance category. Within this section are various insights to give developers tips on how to improve the performance of their page. */
|
|
19
|
-
|
|
19
|
+
insightsGroupTitle: 'Insights',
|
|
20
|
+
/** Description of the insights section of the Performance category. Within this section are various insights to give developers tips on how to improve the performance of their page. */
|
|
21
|
+
insightsGroupDescription: 'These insights are also available in the Chrome DevTools Performance Panel - [record a trace](https://developer.chrome.com/docs/devtools/performance/reference) to view more detailed information.',
|
|
20
22
|
/** Title of an opportunity sub-section of the Performance category. Within this section are audits with imperative titles that suggest actions the user can take to improve the time of the first initial render of the webpage. */
|
|
21
23
|
firstPaintImprovementsGroupTitle: 'First Paint Improvements',
|
|
22
24
|
/** Description of an opportunity sub-section of the Performance category. Within this section are audits with imperative titles that suggest actions the user can take to improve the time of the first initial render of the webpage. */
|
|
@@ -333,7 +335,8 @@ const defaultConfig = {
|
|
|
333
335
|
title: str_(UIStrings.metricGroupTitle),
|
|
334
336
|
},
|
|
335
337
|
'insights': {
|
|
336
|
-
title: str_(UIStrings.
|
|
338
|
+
title: str_(UIStrings.insightsGroupTitle),
|
|
339
|
+
description: str_(UIStrings.insightsGroupDescription),
|
|
337
340
|
},
|
|
338
341
|
'diagnostics': {
|
|
339
342
|
title: str_(UIStrings.diagnosticsGroupTitle),
|
package/package.json
CHANGED
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "First Paint Improvements"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "Insights"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "Metrics"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "تحسينات العرض الأول"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "الإحصاءات"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "المقاييس"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "Подобрения, свързани с първото изобразяване"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "Статистика"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "Показатели"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "Millores de la primera renderització"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "Estadístiques"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "Mètriques"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "Vylepšení prvního vykreslení"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "Statistiky"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "Metriky"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "Forbedringer af første udfyldning"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "Indsigt"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "Metrics"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "Verbesserungen beim Zeichnen der ersten Inhalte"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "Statistiken"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "Messwerte"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "Βελτιώσεις πρώτης μορφής"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "Insight"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "Μετρήσεις"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "First Paint Improvements"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "Insights"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "Metrics"
|
|
1684
1681
|
},
|
|
@@ -1676,7 +1676,10 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "First Paint Improvements"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js |
|
|
1679
|
+
"core/config/default-config.js | insightsGroupDescription": {
|
|
1680
|
+
"message": "These insights are also available in the Chrome DevTools Performance Panel - [record a trace](https://developer.chrome.com/docs/devtools/performance/reference) to view more detailed information."
|
|
1681
|
+
},
|
|
1682
|
+
"core/config/default-config.js | insightsGroupTitle": {
|
|
1680
1683
|
"message": "Insights"
|
|
1681
1684
|
},
|
|
1682
1685
|
"core/config/default-config.js | metricGroupTitle": {
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "[Fîŕšţ Þåîñţ Îmþŕövéméñţš one two three]"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "[Îñšîĝĥţš one]"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "[Méţŕîçš one]"
|
|
1684
1681
|
},
|
|
@@ -1676,7 +1676,10 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "F̂ír̂śt̂ Ṕâín̂t́ Îḿp̂ŕôv́êḿêńt̂ś"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js |
|
|
1679
|
+
"core/config/default-config.js | insightsGroupDescription": {
|
|
1680
|
+
"message": "T̂h́êśê ín̂śîǵĥt́ŝ ár̂é âĺŝó âv́âíl̂áb̂ĺê ín̂ t́ĥé Ĉh́r̂óm̂é D̂év̂T́ôól̂ś P̂ér̂f́ôŕm̂án̂ćê Ṕâńêĺ - [r̂éĉór̂d́ â t́r̂áĉé](https://developer.chrome.com/docs/devtools/performance/reference) t̂ó v̂íêẃ m̂ór̂é d̂ét̂áîĺêd́ îńf̂ór̂ḿât́îón̂."
|
|
1681
|
+
},
|
|
1682
|
+
"core/config/default-config.js | insightsGroupTitle": {
|
|
1680
1683
|
"message": "Îńŝíĝh́t̂ś"
|
|
1681
1684
|
},
|
|
1682
1685
|
"core/config/default-config.js | metricGroupTitle": {
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "Mejoras del primer procesamiento de imagen"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "Estadísticas"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "Métricas"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "Mejoras del primer renderizado"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "Estadísticas"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "Métricas"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "Ensimmäistä renderöintiä koskevat parannusehdotukset"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "Tilastot"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "Tiedot"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "Mga Pagpapahusay sa First Paint"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "Mga Insight"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "Mga Sukatan"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "Amélioration de First Paint"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "Insights"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "Statistiques"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "שיפורים בעיבוד ראשון"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "תובנות"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "ערכים"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "पहले पेंट के सुधार"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "अहम जानकारी"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "मेट्रिक"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "Poboljšanja prvog bojenja"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "Uvidi"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "Mjerni podaci"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "Az első leképezést érintő fejlesztések"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "Statisztika"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "Mutatók"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "Penyempurnaan First Paint"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "Insight"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "Metrik"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "Miglioramenti della prima visualizzazione"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "Approfondimenti"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "Metriche"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "First Paint の改善点"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "インサイト"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "指標"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "최초 페인트 개선"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "인사이트"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "측정항목"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "Pirmojo parodymo patobulinimai"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "Įžvalgos"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "Metrika"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "Pirmā satura atveidojuma uzlabojumi"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "Ieskati"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "Metrikas"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "Verbeteringen voor eerste weergave"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "Inzichten"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "Statistieken"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "Forbedringer av første opptegning"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "Statistikk"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "Beregninger"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "Ulepszenia pierwszego renderowania"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "Statystyki"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "Dane"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "Melhorias no primeiro preenchimento"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "Estatísticas"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "Métricas"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "Melhorias da first paint"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "Insights"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "Métricas"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "Îmbunătățirile pentru prima redare"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "Statistici"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "Valori"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "Уменьшение времени загрузки контента"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "Статистика"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "Показатели"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "Vylepšenia prvého vyfarbenia"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "Štatistiky"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "Metriky"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "Izboljšave prvega barvanja"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "Vpogledi"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "Meritve"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "Poboljšanja prvog prikazivanja"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "Uvid"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "Pokazatelji"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "Побољшања првог приказивања"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "Увид"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "Показатељи"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "Förbättringar av första skärmuppritningen"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "Insikter"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "Mätvärden"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "முதல் தோற்ற மேம்பாடுகள்"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "புள்ளிவிவரங்கள்"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "அளவீடுகள்"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "మొదటి పెయింట్ మెరుగుదలలు"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "గణాంకాలు"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "గణాంకాలు"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "การปรับปรุงการแสดงผลครั้งแรก"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "ข้อมูลเชิงลึก"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "เมตริก"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "İlk Boya İyileştirmeleri"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "Analizler"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "Metrikler"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "Покращення першого відображення"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "Статистика"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "Показники"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "Các thao tác để cải thiện thời gian hiển thị hình ảnh đầu tiên"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "Thông tin chi tiết"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "Các chỉ số"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "首次繪製改進"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "分析資料"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "數據"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "改進首次繪製程序"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "深入分析"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "指標"
|
|
1684
1681
|
},
|
|
@@ -1676,9 +1676,6 @@
|
|
|
1676
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1677
|
"message": "改进首次绘制"
|
|
1678
1678
|
},
|
|
1679
|
-
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
-
"message": "数据分析"
|
|
1681
|
-
},
|
|
1682
1679
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1683
1680
|
"message": "指标"
|
|
1684
1681
|
},
|