diff --git a/lighthouse-core/gather/gather-runner.js b/lighthouse-core/gather/gather-runner.js index 34bc9a8d3806..ad74a15360bf 100644 --- a/lighthouse-core/gather/gather-runner.js +++ b/lighthouse-core/gather/gather-runner.js @@ -31,7 +31,7 @@ const UIStrings = { 'Results may be incomplete.', /** * @description Warning that important data was not cleared but may have affected the scores of this run. - * @example {IndexedDB, Local Storage} importantResources + * @example {IndexedDB, Local Storage} locations */ warningData: `{locationCount, plural, =1 {There may be important data in this location: {locations}. ` + diff --git a/lighthouse-core/lib/i18n/locales/en-US.json b/lighthouse-core/lib/i18n/locales/en-US.json index 4a32fbab2907..d7c981d771d1 100644 --- a/lighthouse-core/lib/i18n/locales/en-US.json +++ b/lighthouse-core/lib/i18n/locales/en-US.json @@ -1598,6 +1598,9 @@ "lighthouse-core/config/default-config.js | seoMobileGroupTitle": { "message": "Mobile Friendly" }, + "lighthouse-core/gather/gather-runner.js | warningData": { + "message": "{locationCount, plural,\n =1 {There may be important data in this location: {locations}. Audit this page in an incognito window to prevent the resources from affecting your scores.}\n other {There may be important data in these locations: {locations}. Audit this page in an incognito window to prevent the resources from affecting your scores.}\n }" + }, "lighthouse-core/gather/gather-runner.js | warningRedirected": { "message": "The page may not be loading as expected because your test URL ({requested}) was redirected to {final}. Try testing the second URL directly." }, diff --git a/lighthouse-core/lib/i18n/locales/en-XL.json b/lighthouse-core/lib/i18n/locales/en-XL.json index 58931c6cda05..dec465b44c20 100644 --- a/lighthouse-core/lib/i18n/locales/en-XL.json +++ b/lighthouse-core/lib/i18n/locales/en-XL.json @@ -1598,6 +1598,9 @@ "lighthouse-core/config/default-config.js | seoMobileGroupTitle": { "message": "M̂ób̂íl̂é F̂ŕîén̂d́l̂ý" }, + "lighthouse-core/gather/gather-runner.js | warningData": { + "message": "{locationCount, plural,\n =1 {T̂h́êŕê ḿâý b̂é îḿp̂ór̂t́âńt̂ d́ât́â ín̂ t́ĥíŝ ĺôćât́îón̂: {locations}. Áûd́ît́ t̂h́îś p̂áĝé îń âń îńĉóĝńît́ô ẃîńd̂óŵ t́ô ṕr̂év̂én̂t́ t̂h́ê ŕêśôúr̂ćêś f̂ŕôḿ âf́f̂éĉt́îńĝ ýôúr̂ śĉór̂éŝ.}\n other {T́ĥér̂é m̂áŷ b́ê ím̂ṕôŕt̂án̂t́ d̂át̂á îń t̂h́êśê ĺôćât́îón̂ś: {locations}. Âúd̂ít̂ t́ĥíŝ ṕâǵê ín̂ án̂ ín̂ćôǵn̂ít̂ó ŵín̂d́ôẃ t̂ó p̂ŕêv́êńt̂ t́ĥé r̂éŝóûŕĉéŝ f́r̂óm̂ áf̂f́êćt̂ín̂ǵ ŷóûŕ ŝćôŕêś.}\n }" + }, "lighthouse-core/gather/gather-runner.js | warningRedirected": { "message": "T̂h́ê ṕâǵê ḿâý n̂ót̂ b́ê ĺôád̂ín̂ǵ âś êx́p̂éĉt́êd́ b̂éĉáûśê ýôúr̂ t́êśt̂ ÚR̂Ĺ ({requested}) ŵáŝ ŕêd́îŕêćt̂éd̂ t́ô {final}. T́r̂ý t̂éŝt́îńĝ t́ĥé ŝéĉón̂d́ ÛŔL̂ d́îŕêćt̂ĺŷ." },