diff --git a/core/config/default-config.js b/core/config/default-config.js index 2aad9bb70ad6..6744efa1c387 100644 --- a/core/config/default-config.js +++ b/core/config/default-config.js @@ -16,7 +16,9 @@ const UIStrings = { /** 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. */ metricGroupTitle: 'Metrics', /** 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. */ - insightGroupTitle: 'Insights', + insightsGroupTitle: 'Insights', + /** 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. */ + 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.', /** 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. */ firstPaintImprovementsGroupTitle: 'First Paint Improvements', /** 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 = { title: str_(UIStrings.metricGroupTitle), }, 'insights': { - title: str_(UIStrings.insightGroupTitle), + title: str_(UIStrings.insightsGroupTitle), + description: str_(UIStrings.insightsGroupDescription), }, 'diagnostics': { title: str_(UIStrings.diagnosticsGroupTitle), diff --git a/core/test/fixtures/user-flows/reports/sample-flow-result.json b/core/test/fixtures/user-flows/reports/sample-flow-result.json index ea810abb919c..96482b58843b 100644 --- a/core/test/fixtures/user-flows/reports/sample-flow-result.json +++ b/core/test/fixtures/user-flows/reports/sample-flow-result.json @@ -5346,7 +5346,8 @@ "title": "Metrics" }, "insights": { - "title": "Insights" + "title": "Insights", + "description": "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." }, "diagnostics": { "title": "Diagnostics", @@ -9459,9 +9460,12 @@ "core/config/default-config.js | metricGroupTitle": [ "categoryGroups.metrics.title" ], - "core/config/default-config.js | insightGroupTitle": [ + "core/config/default-config.js | insightsGroupTitle": [ "categoryGroups.insights.title" ], + "core/config/default-config.js | insightsGroupDescription": [ + "categoryGroups.insights.description" + ], "core/config/default-config.js | diagnosticsGroupTitle": [ "categoryGroups.diagnostics.title" ], @@ -12676,7 +12680,8 @@ "title": "Metrics" }, "insights": { - "title": "Insights" + "title": "Insights", + "description": "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." }, "diagnostics": { "title": "Diagnostics", @@ -14607,9 +14612,12 @@ "core/config/default-config.js | metricGroupTitle": [ "categoryGroups.metrics.title" ], - "core/config/default-config.js | insightGroupTitle": [ + "core/config/default-config.js | insightsGroupTitle": [ "categoryGroups.insights.title" ], + "core/config/default-config.js | insightsGroupDescription": [ + "categoryGroups.insights.description" + ], "core/config/default-config.js | diagnosticsGroupTitle": [ "categoryGroups.diagnostics.title" ], @@ -17793,7 +17801,8 @@ "title": "Metrics" }, "insights": { - "title": "Insights" + "title": "Insights", + "description": "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." }, "diagnostics": { "title": "Diagnostics", @@ -19944,9 +19953,12 @@ "core/config/default-config.js | metricGroupTitle": [ "categoryGroups.metrics.title" ], - "core/config/default-config.js | insightGroupTitle": [ + "core/config/default-config.js | insightsGroupTitle": [ "categoryGroups.insights.title" ], + "core/config/default-config.js | insightsGroupDescription": [ + "categoryGroups.insights.description" + ], "core/config/default-config.js | diagnosticsGroupTitle": [ "categoryGroups.diagnostics.title" ], @@ -25633,7 +25645,8 @@ "title": "Metrics" }, "insights": { - "title": "Insights" + "title": "Insights", + "description": "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." }, "diagnostics": { "title": "Diagnostics", @@ -29814,9 +29827,12 @@ "core/config/default-config.js | metricGroupTitle": [ "categoryGroups.metrics.title" ], - "core/config/default-config.js | insightGroupTitle": [ + "core/config/default-config.js | insightsGroupTitle": [ "categoryGroups.insights.title" ], + "core/config/default-config.js | insightsGroupDescription": [ + "categoryGroups.insights.description" + ], "core/config/default-config.js | diagnosticsGroupTitle": [ "categoryGroups.diagnostics.title" ], diff --git a/core/test/results/sample_v2.json b/core/test/results/sample_v2.json index fa82f5f51a15..8e53c17d6bfa 100644 --- a/core/test/results/sample_v2.json +++ b/core/test/results/sample_v2.json @@ -7648,7 +7648,8 @@ "title": "Metrics" }, "insights": { - "title": "Insights" + "title": "Insights", + "description": "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." }, "diagnostics": { "title": "Diagnostics", @@ -11938,9 +11939,12 @@ "core/config/default-config.js | metricGroupTitle": [ "categoryGroups.metrics.title" ], - "core/config/default-config.js | insightGroupTitle": [ + "core/config/default-config.js | insightsGroupTitle": [ "categoryGroups.insights.title" ], + "core/config/default-config.js | insightsGroupDescription": [ + "categoryGroups.insights.description" + ], "core/config/default-config.js | diagnosticsGroupTitle": [ "categoryGroups.diagnostics.title" ], diff --git a/shared/localization/locales/ar-XB.json b/shared/localization/locales/ar-XB.json index 2bb39c83c247..81cc02f98c41 100644 --- a/shared/localization/locales/ar-XB.json +++ b/shared/localization/locales/ar-XB.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "‏‮First‬‏ ‏‮Paint‬‏ ‏‮Improvements‬‏" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "‏‮Insights‬‏" - }, "core/config/default-config.js | metricGroupTitle": { "message": "‏‮Metrics‬‏" }, diff --git a/shared/localization/locales/ar.json b/shared/localization/locales/ar.json index b4842f6bfae6..e1e63196c6b7 100644 --- a/shared/localization/locales/ar.json +++ b/shared/localization/locales/ar.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "تحسينات العرض الأول" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "الإحصاءات" - }, "core/config/default-config.js | metricGroupTitle": { "message": "المقاييس" }, diff --git a/shared/localization/locales/bg.json b/shared/localization/locales/bg.json index e961dc8e0183..54602d028927 100644 --- a/shared/localization/locales/bg.json +++ b/shared/localization/locales/bg.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "Подобрения, свързани с първото изобразяване" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "Статистика" - }, "core/config/default-config.js | metricGroupTitle": { "message": "Показатели" }, diff --git a/shared/localization/locales/ca.json b/shared/localization/locales/ca.json index a1c0f3e769fd..ad0fd4471023 100644 --- a/shared/localization/locales/ca.json +++ b/shared/localization/locales/ca.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "Millores de la primera renderització" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "Estadístiques" - }, "core/config/default-config.js | metricGroupTitle": { "message": "Mètriques" }, diff --git a/shared/localization/locales/cs.json b/shared/localization/locales/cs.json index 38b4fad097d3..41af580f1e81 100644 --- a/shared/localization/locales/cs.json +++ b/shared/localization/locales/cs.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "Vylepšení prvního vykreslení" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "Statistiky" - }, "core/config/default-config.js | metricGroupTitle": { "message": "Metriky" }, diff --git a/shared/localization/locales/da.json b/shared/localization/locales/da.json index 27f9e5911fc6..be75f317c10f 100644 --- a/shared/localization/locales/da.json +++ b/shared/localization/locales/da.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "Forbedringer af første udfyldning" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "Indsigt" - }, "core/config/default-config.js | metricGroupTitle": { "message": "Metrics" }, diff --git a/shared/localization/locales/de.json b/shared/localization/locales/de.json index 115055aa862d..51bc24cac0ef 100644 --- a/shared/localization/locales/de.json +++ b/shared/localization/locales/de.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "Verbesserungen beim Zeichnen der ersten Inhalte" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "Statistiken" - }, "core/config/default-config.js | metricGroupTitle": { "message": "Messwerte" }, diff --git a/shared/localization/locales/el.json b/shared/localization/locales/el.json index a0c50a2d732d..472e4c9ba43d 100644 --- a/shared/localization/locales/el.json +++ b/shared/localization/locales/el.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "Βελτιώσεις πρώτης μορφής" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "Insight" - }, "core/config/default-config.js | metricGroupTitle": { "message": "Μετρήσεις" }, diff --git a/shared/localization/locales/en-GB.json b/shared/localization/locales/en-GB.json index 284f62a3f65b..36dede9df240 100644 --- a/shared/localization/locales/en-GB.json +++ b/shared/localization/locales/en-GB.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "First Paint Improvements" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "Insights" - }, "core/config/default-config.js | metricGroupTitle": { "message": "Metrics" }, diff --git a/shared/localization/locales/en-US.json b/shared/localization/locales/en-US.json index 531268522407..f76ab4402065 100644 --- a/shared/localization/locales/en-US.json +++ b/shared/localization/locales/en-US.json @@ -1676,7 +1676,10 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "First Paint Improvements" }, - "core/config/default-config.js | insightGroupTitle": { + "core/config/default-config.js | insightsGroupDescription": { + "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." + }, + "core/config/default-config.js | insightsGroupTitle": { "message": "Insights" }, "core/config/default-config.js | metricGroupTitle": { diff --git a/shared/localization/locales/en-XA.json b/shared/localization/locales/en-XA.json index 5518425e6615..8b8503707888 100644 --- a/shared/localization/locales/en-XA.json +++ b/shared/localization/locales/en-XA.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "[Fîŕšţ Þåîñţ Îmþŕövéméñţš one two three]" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "[Îñšîĝĥţš one]" - }, "core/config/default-config.js | metricGroupTitle": { "message": "[Méţŕîçš one]" }, diff --git a/shared/localization/locales/en-XL.json b/shared/localization/locales/en-XL.json index 6966de8871a3..cbb4abcad2af 100644 --- a/shared/localization/locales/en-XL.json +++ b/shared/localization/locales/en-XL.json @@ -1676,7 +1676,10 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "F̂ír̂śt̂ Ṕâín̂t́ Îḿp̂ŕôv́êḿêńt̂ś" }, - "core/config/default-config.js | insightGroupTitle": { + "core/config/default-config.js | insightsGroupDescription": { + "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̂." + }, + "core/config/default-config.js | insightsGroupTitle": { "message": "Îńŝíĝh́t̂ś" }, "core/config/default-config.js | metricGroupTitle": { diff --git a/shared/localization/locales/es-419.json b/shared/localization/locales/es-419.json index 14cb750243c4..a2ad03a031f5 100644 --- a/shared/localization/locales/es-419.json +++ b/shared/localization/locales/es-419.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "Mejoras del primer procesamiento de imagen" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "Estadísticas" - }, "core/config/default-config.js | metricGroupTitle": { "message": "Métricas" }, diff --git a/shared/localization/locales/es.json b/shared/localization/locales/es.json index cc7a290f617e..8cdd0003713a 100644 --- a/shared/localization/locales/es.json +++ b/shared/localization/locales/es.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "Mejoras del primer renderizado" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "Estadísticas" - }, "core/config/default-config.js | metricGroupTitle": { "message": "Métricas" }, diff --git a/shared/localization/locales/fi.json b/shared/localization/locales/fi.json index 4b2725487129..6ee18624c527 100644 --- a/shared/localization/locales/fi.json +++ b/shared/localization/locales/fi.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "Ensimmäistä renderöintiä koskevat parannusehdotukset" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "Tilastot" - }, "core/config/default-config.js | metricGroupTitle": { "message": "Tiedot" }, diff --git a/shared/localization/locales/fil.json b/shared/localization/locales/fil.json index e7404f73585c..816669f28bb2 100644 --- a/shared/localization/locales/fil.json +++ b/shared/localization/locales/fil.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "Mga Pagpapahusay sa First Paint" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "Mga Insight" - }, "core/config/default-config.js | metricGroupTitle": { "message": "Mga Sukatan" }, diff --git a/shared/localization/locales/fr.json b/shared/localization/locales/fr.json index 37b6c7804c52..d8b48db765cc 100644 --- a/shared/localization/locales/fr.json +++ b/shared/localization/locales/fr.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "Amélioration de First Paint" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "Insights" - }, "core/config/default-config.js | metricGroupTitle": { "message": "Statistiques" }, diff --git a/shared/localization/locales/he.json b/shared/localization/locales/he.json index c8a7d588cec8..a40468b46225 100644 --- a/shared/localization/locales/he.json +++ b/shared/localization/locales/he.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "שיפורים בעיבוד ראשון" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "תובנות" - }, "core/config/default-config.js | metricGroupTitle": { "message": "ערכים" }, diff --git a/shared/localization/locales/hi.json b/shared/localization/locales/hi.json index 0d7da39fbb0e..bb2d44704752 100644 --- a/shared/localization/locales/hi.json +++ b/shared/localization/locales/hi.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "पहले पेंट के सुधार" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "अहम जानकारी" - }, "core/config/default-config.js | metricGroupTitle": { "message": "मेट्रिक" }, diff --git a/shared/localization/locales/hr.json b/shared/localization/locales/hr.json index f0ac17515588..78bdd311b71b 100644 --- a/shared/localization/locales/hr.json +++ b/shared/localization/locales/hr.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "Poboljšanja prvog bojenja" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "Uvidi" - }, "core/config/default-config.js | metricGroupTitle": { "message": "Mjerni podaci" }, diff --git a/shared/localization/locales/hu.json b/shared/localization/locales/hu.json index 5e41cb6e55ec..8d2df383a6a7 100644 --- a/shared/localization/locales/hu.json +++ b/shared/localization/locales/hu.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "Az első leképezést érintő fejlesztések" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "Statisztika" - }, "core/config/default-config.js | metricGroupTitle": { "message": "Mutatók" }, diff --git a/shared/localization/locales/id.json b/shared/localization/locales/id.json index 9165904d672d..896d95ec8067 100644 --- a/shared/localization/locales/id.json +++ b/shared/localization/locales/id.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "Penyempurnaan First Paint" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "Insight" - }, "core/config/default-config.js | metricGroupTitle": { "message": "Metrik" }, diff --git a/shared/localization/locales/it.json b/shared/localization/locales/it.json index 149f691a0604..9c515aa1a37c 100644 --- a/shared/localization/locales/it.json +++ b/shared/localization/locales/it.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "Miglioramenti della prima visualizzazione" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "Approfondimenti" - }, "core/config/default-config.js | metricGroupTitle": { "message": "Metriche" }, diff --git a/shared/localization/locales/ja.json b/shared/localization/locales/ja.json index 0bd83a302e38..3c5e88b01b18 100644 --- a/shared/localization/locales/ja.json +++ b/shared/localization/locales/ja.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "First Paint の改善点" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "インサイト" - }, "core/config/default-config.js | metricGroupTitle": { "message": "指標" }, diff --git a/shared/localization/locales/ko.json b/shared/localization/locales/ko.json index aa116d378262..159cc4a499f9 100644 --- a/shared/localization/locales/ko.json +++ b/shared/localization/locales/ko.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "최초 페인트 개선" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "인사이트" - }, "core/config/default-config.js | metricGroupTitle": { "message": "측정항목" }, diff --git a/shared/localization/locales/lt.json b/shared/localization/locales/lt.json index 7882053ae146..d8ec14df533a 100644 --- a/shared/localization/locales/lt.json +++ b/shared/localization/locales/lt.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "Pirmojo parodymo patobulinimai" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "Įžvalgos" - }, "core/config/default-config.js | metricGroupTitle": { "message": "Metrika" }, diff --git a/shared/localization/locales/lv.json b/shared/localization/locales/lv.json index 7102bbbd55ab..3f0a0215cb3d 100644 --- a/shared/localization/locales/lv.json +++ b/shared/localization/locales/lv.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "Pirmā satura atveidojuma uzlabojumi" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "Ieskati" - }, "core/config/default-config.js | metricGroupTitle": { "message": "Metrikas" }, diff --git a/shared/localization/locales/nl.json b/shared/localization/locales/nl.json index 19a9279a90a6..9fc21b2879da 100644 --- a/shared/localization/locales/nl.json +++ b/shared/localization/locales/nl.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "Verbeteringen voor eerste weergave" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "Inzichten" - }, "core/config/default-config.js | metricGroupTitle": { "message": "Statistieken" }, diff --git a/shared/localization/locales/no.json b/shared/localization/locales/no.json index 9adf299febe6..b96035d8a4c1 100644 --- a/shared/localization/locales/no.json +++ b/shared/localization/locales/no.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "Forbedringer av første opptegning" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "Statistikk" - }, "core/config/default-config.js | metricGroupTitle": { "message": "Beregninger" }, diff --git a/shared/localization/locales/pl.json b/shared/localization/locales/pl.json index 95aef7380ade..186da4fed997 100644 --- a/shared/localization/locales/pl.json +++ b/shared/localization/locales/pl.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "Ulepszenia pierwszego renderowania" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "Statystyki" - }, "core/config/default-config.js | metricGroupTitle": { "message": "Dane" }, diff --git a/shared/localization/locales/pt-PT.json b/shared/localization/locales/pt-PT.json index 8583f1cf465e..17053dff2a80 100644 --- a/shared/localization/locales/pt-PT.json +++ b/shared/localization/locales/pt-PT.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "Melhorias no primeiro preenchimento" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "Estatísticas" - }, "core/config/default-config.js | metricGroupTitle": { "message": "Métricas" }, diff --git a/shared/localization/locales/pt.json b/shared/localization/locales/pt.json index a95cf4ec3458..2c1d73ad2940 100644 --- a/shared/localization/locales/pt.json +++ b/shared/localization/locales/pt.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "Melhorias da first paint" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "Insights" - }, "core/config/default-config.js | metricGroupTitle": { "message": "Métricas" }, diff --git a/shared/localization/locales/ro.json b/shared/localization/locales/ro.json index e3cf66e66e15..bf260f5ff597 100644 --- a/shared/localization/locales/ro.json +++ b/shared/localization/locales/ro.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "Îmbunătățirile pentru prima redare" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "Statistici" - }, "core/config/default-config.js | metricGroupTitle": { "message": "Valori" }, diff --git a/shared/localization/locales/ru.json b/shared/localization/locales/ru.json index f48852af936f..3cf3cefce82e 100644 --- a/shared/localization/locales/ru.json +++ b/shared/localization/locales/ru.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "Уменьшение времени загрузки контента" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "Статистика" - }, "core/config/default-config.js | metricGroupTitle": { "message": "Показатели" }, diff --git a/shared/localization/locales/sk.json b/shared/localization/locales/sk.json index 53016972ecd5..b950694fd574 100644 --- a/shared/localization/locales/sk.json +++ b/shared/localization/locales/sk.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "Vylepšenia prvého vyfarbenia" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "Štatistiky" - }, "core/config/default-config.js | metricGroupTitle": { "message": "Metriky" }, diff --git a/shared/localization/locales/sl.json b/shared/localization/locales/sl.json index de7b05e59aba..89805820b891 100644 --- a/shared/localization/locales/sl.json +++ b/shared/localization/locales/sl.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "Izboljšave prvega barvanja" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "Vpogledi" - }, "core/config/default-config.js | metricGroupTitle": { "message": "Meritve" }, diff --git a/shared/localization/locales/sr-Latn.json b/shared/localization/locales/sr-Latn.json index a1544f65c3b9..5d5e6467cfb1 100644 --- a/shared/localization/locales/sr-Latn.json +++ b/shared/localization/locales/sr-Latn.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "Poboljšanja prvog prikazivanja" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "Uvid" - }, "core/config/default-config.js | metricGroupTitle": { "message": "Pokazatelji" }, diff --git a/shared/localization/locales/sr.json b/shared/localization/locales/sr.json index bb7d6810bc21..cc06f5a33c86 100644 --- a/shared/localization/locales/sr.json +++ b/shared/localization/locales/sr.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "Побољшања првог приказивања" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "Увид" - }, "core/config/default-config.js | metricGroupTitle": { "message": "Показатељи" }, diff --git a/shared/localization/locales/sv.json b/shared/localization/locales/sv.json index b228ca489282..862d64cdfba7 100644 --- a/shared/localization/locales/sv.json +++ b/shared/localization/locales/sv.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "Förbättringar av första skärmuppritningen" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "Insikter" - }, "core/config/default-config.js | metricGroupTitle": { "message": "Mätvärden" }, diff --git a/shared/localization/locales/ta.json b/shared/localization/locales/ta.json index 76c0102c51b6..512cde2bc5b3 100644 --- a/shared/localization/locales/ta.json +++ b/shared/localization/locales/ta.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "முதல் தோற்ற மேம்பாடுகள்" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "புள்ளிவிவரங்கள்" - }, "core/config/default-config.js | metricGroupTitle": { "message": "அளவீடுகள்" }, diff --git a/shared/localization/locales/te.json b/shared/localization/locales/te.json index 7afdce35c855..1ecc3915fa14 100644 --- a/shared/localization/locales/te.json +++ b/shared/localization/locales/te.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "మొదటి పెయింట్ మెరుగుదలలు" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "గణాంకాలు" - }, "core/config/default-config.js | metricGroupTitle": { "message": "గణాంకాలు" }, diff --git a/shared/localization/locales/th.json b/shared/localization/locales/th.json index fd940606f325..fde150356d8d 100644 --- a/shared/localization/locales/th.json +++ b/shared/localization/locales/th.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "การปรับปรุงการแสดงผลครั้งแรก" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "ข้อมูลเชิงลึก" - }, "core/config/default-config.js | metricGroupTitle": { "message": "เมตริก" }, diff --git a/shared/localization/locales/tr.json b/shared/localization/locales/tr.json index e82b1af0b0d2..203a3bedc0b9 100644 --- a/shared/localization/locales/tr.json +++ b/shared/localization/locales/tr.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "İlk Boya İyileştirmeleri" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "Analizler" - }, "core/config/default-config.js | metricGroupTitle": { "message": "Metrikler" }, diff --git a/shared/localization/locales/uk.json b/shared/localization/locales/uk.json index f7d50f73075e..12555f1d27d7 100644 --- a/shared/localization/locales/uk.json +++ b/shared/localization/locales/uk.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "Покращення першого відображення" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "Статистика" - }, "core/config/default-config.js | metricGroupTitle": { "message": "Показники" }, diff --git a/shared/localization/locales/vi.json b/shared/localization/locales/vi.json index e86d26088f70..d33695ba7f72 100644 --- a/shared/localization/locales/vi.json +++ b/shared/localization/locales/vi.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "Các thao tác để cải thiện thời gian hiển thị hình ảnh đầu tiên" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "Thông tin chi tiết" - }, "core/config/default-config.js | metricGroupTitle": { "message": "Các chỉ số" }, diff --git a/shared/localization/locales/zh-HK.json b/shared/localization/locales/zh-HK.json index 0b475c253ca2..22ebad6867aa 100644 --- a/shared/localization/locales/zh-HK.json +++ b/shared/localization/locales/zh-HK.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "首次繪製改進" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "分析資料" - }, "core/config/default-config.js | metricGroupTitle": { "message": "數據" }, diff --git a/shared/localization/locales/zh-TW.json b/shared/localization/locales/zh-TW.json index 67fb77fefe98..bf89d5b909c8 100644 --- a/shared/localization/locales/zh-TW.json +++ b/shared/localization/locales/zh-TW.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "改進首次繪製程序" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "深入分析" - }, "core/config/default-config.js | metricGroupTitle": { "message": "指標" }, diff --git a/shared/localization/locales/zh.json b/shared/localization/locales/zh.json index 469f0e623ad9..8bb8b6af8808 100644 --- a/shared/localization/locales/zh.json +++ b/shared/localization/locales/zh.json @@ -1676,9 +1676,6 @@ "core/config/default-config.js | firstPaintImprovementsGroupTitle": { "message": "改进首次绘制" }, - "core/config/default-config.js | insightGroupTitle": { - "message": "数据分析" - }, "core/config/default-config.js | metricGroupTitle": { "message": "指标" },