From 64f8373a222e52cdbd2f11f963c84139fa2a6693 Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Fri, 3 Aug 2018 16:33:12 -0400 Subject: [PATCH] core(i18n): add localized messages for 52 locales --- lighthouse-core/lib/locales/ar-XB.json | 59 +++-- lighthouse-core/lib/locales/ar.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/bg.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/ca.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/cs.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/da.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/de-AT.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/de-CH.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/de.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/el.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/en-IE.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/en-IN.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/en-SG.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/en-XA.json | 65 +++-- lighthouse-core/lib/locales/en-ZA.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/es.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/fi.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/fil.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/fr-CH.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/fr.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/gsw.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/hi.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/hr.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/hu.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/id.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/it.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/iw.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/ja.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/ko.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/lt.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/lv.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/nl.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/no.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/pl.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/pt-BR.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/pt-PT.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/pt.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/ro.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/ru.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/sk.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/sl.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/sr.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/sv.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/ta.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/te.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/th.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/tr.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/uk.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/vi.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/zh-CN.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/zh-HK.json | 332 +++++++++++++++++++++++++ lighthouse-core/lib/locales/zh-TW.json | 332 +++++++++++++++++++++++++ 52 files changed, 16680 insertions(+), 44 deletions(-) create mode 100644 lighthouse-core/lib/locales/ar.json create mode 100644 lighthouse-core/lib/locales/bg.json create mode 100644 lighthouse-core/lib/locales/ca.json create mode 100644 lighthouse-core/lib/locales/cs.json create mode 100644 lighthouse-core/lib/locales/da.json create mode 100644 lighthouse-core/lib/locales/de-AT.json create mode 100644 lighthouse-core/lib/locales/de-CH.json create mode 100644 lighthouse-core/lib/locales/de.json create mode 100644 lighthouse-core/lib/locales/el.json create mode 100644 lighthouse-core/lib/locales/en-IE.json create mode 100644 lighthouse-core/lib/locales/en-IN.json create mode 100644 lighthouse-core/lib/locales/en-SG.json create mode 100644 lighthouse-core/lib/locales/en-ZA.json create mode 100644 lighthouse-core/lib/locales/es.json create mode 100644 lighthouse-core/lib/locales/fi.json create mode 100644 lighthouse-core/lib/locales/fil.json create mode 100644 lighthouse-core/lib/locales/fr-CH.json create mode 100644 lighthouse-core/lib/locales/fr.json create mode 100644 lighthouse-core/lib/locales/gsw.json create mode 100644 lighthouse-core/lib/locales/hi.json create mode 100644 lighthouse-core/lib/locales/hr.json create mode 100644 lighthouse-core/lib/locales/hu.json create mode 100644 lighthouse-core/lib/locales/id.json create mode 100644 lighthouse-core/lib/locales/it.json create mode 100644 lighthouse-core/lib/locales/iw.json create mode 100644 lighthouse-core/lib/locales/ja.json create mode 100644 lighthouse-core/lib/locales/ko.json create mode 100644 lighthouse-core/lib/locales/lt.json create mode 100644 lighthouse-core/lib/locales/lv.json create mode 100644 lighthouse-core/lib/locales/nl.json create mode 100644 lighthouse-core/lib/locales/no.json create mode 100644 lighthouse-core/lib/locales/pl.json create mode 100644 lighthouse-core/lib/locales/pt-BR.json create mode 100644 lighthouse-core/lib/locales/pt-PT.json create mode 100644 lighthouse-core/lib/locales/pt.json create mode 100644 lighthouse-core/lib/locales/ro.json create mode 100644 lighthouse-core/lib/locales/ru.json create mode 100644 lighthouse-core/lib/locales/sk.json create mode 100644 lighthouse-core/lib/locales/sl.json create mode 100644 lighthouse-core/lib/locales/sr.json create mode 100644 lighthouse-core/lib/locales/sv.json create mode 100644 lighthouse-core/lib/locales/ta.json create mode 100644 lighthouse-core/lib/locales/te.json create mode 100644 lighthouse-core/lib/locales/th.json create mode 100644 lighthouse-core/lib/locales/tr.json create mode 100644 lighthouse-core/lib/locales/uk.json create mode 100644 lighthouse-core/lib/locales/vi.json create mode 100644 lighthouse-core/lib/locales/zh-CN.json create mode 100644 lighthouse-core/lib/locales/zh-HK.json create mode 100644 lighthouse-core/lib/locales/zh-TW.json diff --git a/lighthouse-core/lib/locales/ar-XB.json b/lighthouse-core/lib/locales/ar-XB.json index 90b2aacdfb4d..df0c834630d0 100644 --- a/lighthouse-core/lib/locales/ar-XB.json +++ b/lighthouse-core/lib/locales/ar-XB.json @@ -15,10 +15,10 @@ "message": "‏‮Consider‬‏ ‏‮reducing‬‏ ‏‮the‬‏ ‏‮time‬‏ ‏‮spent‬‏ ‏‮parsing‬‏, ‏‮compiling‬‏, ‏‮and‬‏ ‏‮executing‬‏ ‏‮JS‬‏. ‏‮You‬‏ ‏‮may‬‏ ‏‮find‬‏ ‏‮delivering‬‏ ‏‮smaller‬‏ ‏‮JS‬‏ ‏‮payloads‬‏ ‏‮helps‬‏ ‏‮with‬‏ ‏‮this‬‏. [‏‮Learn‬‏ ‏‮more‬‏](‏‮https‬‏://‏‮developers‬‏.‏‮google‬‏.‏‮com‬‏/‏‮web‬‏/‏‮tools‬‏/‏‮lighthouse‬‏/‏‮audits‬‏/‏‮bootup‬‏)." }, "lighthouse-core/audits/bootup-time.js | failureTitle": { - "message": "‏‮JavaScript‬‏ ‏‮boot‬‏-‏‮up‬‏ ‏‮time‬‏ ‏‮is‬‏ ‏‮too‬‏ ‏‮high‬‏" + "message": "‏‮Reduce‬‏ ‏‮JavaScript‬‏ ‏‮execution‬‏ ‏‮time‬‏" }, "lighthouse-core/audits/bootup-time.js | title": { - "message": "‏‮JavaScript‬‏ ‏‮boot‬‏-‏‮up‬‏ ‏‮time‬‏" + "message": "‏‮JavaScript‬‏ ‏‮execution‬‏ ‏‮time‬‏" }, "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { "message": "‏‮Large‬‏ ‏‮GIFs‬‏ ‏‮are‬‏ ‏‮inefficient‬‏ ‏‮for‬‏ ‏‮delivering‬‏ ‏‮animated‬‏ ‏‮content‬‏. ‏‮Consider‬‏ ‏‮using‬‏ ‏‮MPEG‬‏4/‏‮WebM‬‏ ‏‮videos‬‏ ‏‮for‬‏ ‏‮animations‬‏ ‏‮and‬‏ ‏‮PNG‬‏/‏‮WebP‬‏ ‏‮for‬‏ ‏‮static‬‏ ‏‮images‬‏ ‏‮instead‬‏ ‏‮of‬‏ ‏‮GIF‬‏ ‏‮to‬‏ ‏‮save‬‏ ‏‮network‬‏ ‏‮bytes‬‏. [‏‮Learn‬‏ ‏‮more‬‏](‏‮https‬‏://‏‮developers‬‏.‏‮google‬‏.‏‮com‬‏/‏‮web‬‏/‏‮fundamentals‬‏/‏‮performance‬‏/‏‮optimizing‬‏-‏‮content‬‏-‏‮efficiency‬‏/‏‮replace‬‏-‏‮animated‬‏-‏‮gifs‬‏-‏‮with‬‏-‏‮video‬‏/)" @@ -42,10 +42,10 @@ "message": "‏‮Large‬‏ ‏‮network‬‏ ‏‮payloads‬‏ ‏‮cost‬‏ ‏‮users‬‏ ‏‮real‬‏ ‏‮money‬‏ ‏‮and‬‏ ‏‮are‬‏ ‏‮highly‬‏ ‏‮correlated‬‏ ‏‮with‬‏ ‏‮long‬‏ ‏‮load‬‏ ‏‮times‬‏. [‏‮Learn‬‏ ‏‮more‬‏](‏‮https‬‏://‏‮developers‬‏.‏‮google‬‏.‏‮com‬‏/‏‮web‬‏/‏‮tools‬‏/‏‮lighthouse‬‏/‏‮audits‬‏/‏‮network‬‏-‏‮payloads‬‏)." }, "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { - "message": "‏‮Total‬‏ ‏‮size‬‏ ‏‮was‬‏ {totalBytes, number, bytes} KB‬‏" + "message": "‏‮Total‬‏ ‏‮size‬‏ ‏‮was‬‏ {‏‮totalBytes‬‏} ‏‮KB‬‏" }, "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { - "message": "‏‮Has‬‏ ‏‮enormous‬‏ ‏‮network‬‏ ‏‮payloads‬‏" + "message": "‏‮Avoid‬‏ ‏‮enormous‬‏ ‏‮network‬‏ ‏‮payloads‬‏" }, "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { "message": "‏‮Avoids‬‏ ‏‮enormous‬‏ ‏‮network‬‏ ‏‮payloads‬‏" @@ -72,7 +72,7 @@ "message": "‏‮Remove‬‏ ‏‮unused‬‏ ‏‮JavaScript‬‏ ‏‮to‬‏ ‏‮reduce‬‏ ‏‮bytes‬‏ ‏‮consumed‬‏ ‏‮by‬‏ ‏‮network‬‏ ‏‮activity‬‏." }, "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { - "message": "‏‮Unused‬‏ ‏‮JavaScript‬‏" + "message": "‏‮Remove‬‏ ‏‮unused‬‏ ‏‮JavaScript‬‏" }, "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { "message": "‏‮A‬‏ ‏‮long‬‏ ‏‮cache‬‏ ‏‮lifetime‬‏ ‏‮can‬‏ ‏‮speed‬‏ ‏‮up‬‏ ‏‮repeat‬‏ ‏‮visits‬‏ ‏‮to‬‏ ‏‮your‬‏ ‏‮page‬‏. [‏‮Learn‬‏ ‏‮more‬‏](‏‮https‬‏://‏‮developers‬‏.‏‮google‬‏.‏‮com‬‏/‏‮web‬‏/‏‮tools‬‏/‏‮lighthouse‬‏/‏‮audits‬‏/‏‮cache‬‏-‏‮policy‬‏)." @@ -81,7 +81,7 @@ "message": "{itemCount,plural, =1{1 ‏‮resource‬‏ ‏‮found‬‏}zero{# ‏‮resources‬‏ ‏‮found‬‏}two{# ‏‮resources‬‏ ‏‮found‬‏}few{# ‏‮resources‬‏ ‏‮found‬‏}many{# ‏‮resources‬‏ ‏‮found‬‏}other{# ‏‮resources‬‏ ‏‮found‬‏}}" }, "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { - "message": "‏‮Uses‬‏ ‏‮inefficient‬‏ ‏‮cache‬‏ ‏‮policy‬‏ ‏‮on‬‏ ‏‮static‬‏ ‏‮assets‬‏" + "message": "‏‮Serve‬‏ ‏‮static‬‏ ‏‮assets‬‏ ‏‮with‬‏ ‏‮an‬‏ ‏‮efficient‬‏ ‏‮cache‬‏ ‏‮policy‬‏" }, "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { "message": "‏‮Uses‬‏ ‏‮efficient‬‏ ‏‮cache‬‏ ‏‮policy‬‏ ‏‮on‬‏ ‏‮static‬‏ ‏‮assets‬‏" @@ -99,7 +99,7 @@ "message": "‏‮Properly‬‏ ‏‮size‬‏ ‏‮images‬‏" }, "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { - "message": "‏‮Text‬‏-‏‮based‬‏ ‏‮responses‬‏ ‏‮should‬‏ ‏‮be‬‏ ‏‮served‬‏ ‏‮with‬‏ ‏‮compression‬‏ (‏‮gzip‬‏, ‏‮deflate‬‏ ‏‮or‬‏ ‏‮brotli‬‏) ‏‮to‬‏ ‏‮minimize‬‏ ‏‮total‬‏ ‏‮network‬‏ ‏‮bytes‬‏. [‏‮Learn‬‏ ‏‮more‬‏](‏‮https‬‏://‏‮developers‬‏.‏‮google‬‏.‏‮com‬‏/‏‮web‬‏/‏‮tools‬‏/‏‮lighthouse‬‏/‏‮audits‬‏/‏‮text‬‏-‏‮compression‬‏)." + "message": "‏‮Text‬‏-‏‮based‬‏ ‏‮resources‬‏ ‏‮should‬‏ ‏‮be‬‏ ‏‮served‬‏ ‏‮with‬‏ ‏‮compression‬‏ (‏‮gzip‬‏, ‏‮deflate‬‏ ‏‮or‬‏ ‏‮brotli‬‏) ‏‮to‬‏ ‏‮minimize‬‏ ‏‮total‬‏ ‏‮network‬‏ ‏‮bytes‬‏. [‏‮Learn‬‏ ‏‮more‬‏](‏‮https‬‏://‏‮developers‬‏.‏‮google‬‏.‏‮com‬‏/‏‮web‬‏/‏‮tools‬‏/‏‮lighthouse‬‏/‏‮audits‬‏/‏‮text‬‏-‏‮compression‬‏)." }, "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { "message": "‏‮Enable‬‏ ‏‮text‬‏ ‏‮compression‬‏" @@ -117,7 +117,7 @@ "message": "{itemCount,plural, =1{1 ‏‮chain‬‏ ‏‮found‬‏}zero{# ‏‮chains‬‏ ‏‮found‬‏}two{# ‏‮chains‬‏ ‏‮found‬‏}few{# ‏‮chains‬‏ ‏‮found‬‏}many{# ‏‮chains‬‏ ‏‮found‬‏}other{# ‏‮chains‬‏ ‏‮found‬‏}}" }, "lighthouse-core/audits/critical-request-chains.js | title": { - "message": "‏‮Critical‬‏ ‏‮Request‬‏ ‏‮Chains‬‏" + "message": "‏‮Minimize‬‏ ‏‮Critical‬‏ ‏‮Requests‬‏ ‏‮Depth‬‏" }, "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { "message": "‏‮Maximum‬‏ ‏‮DOM‬‏ ‏‮Depth‬‏" @@ -135,7 +135,7 @@ "message": "{itemCount,plural, =1{1 ‏‮node‬‏}zero{# ‏‮nodes‬‏}two{# ‏‮nodes‬‏}few{# ‏‮nodes‬‏}many{# ‏‮nodes‬‏}other{# ‏‮nodes‬‏}}" }, "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { - "message": "‏‮Uses‬‏ ‏‮an‬‏ ‏‮excessive‬‏ ‏‮DOM‬‏ ‏‮size‬‏" + "message": "‏‮Avoid‬‏ ‏‮an‬‏ ‏‮excessive‬‏ ‏‮DOM‬‏ ‏‮size‬‏" }, "lighthouse-core/audits/dobetterweb/dom-size.js | title": { "message": "‏‮Avoids‬‏ ‏‮an‬‏ ‏‮excessive‬‏ ‏‮DOM‬‏ ‏‮size‬‏" @@ -144,7 +144,7 @@ "message": "‏‮Leverage‬‏ ‏‮the‬‏ ‏‮font‬‏-‏‮display‬‏ ‏‮CSS‬‏ ‏‮feature‬‏ ‏‮to‬‏ ‏‮ensure‬‏ ‏‮text‬‏ ‏‮is‬‏ ‏‮user‬‏-‏‮visible‬‏ ‏‮while‬‏ ‏‮webfonts‬‏ ‏‮are‬‏ ‏‮loading‬‏. [‏‮Learn‬‏ ‏‮more‬‏](‏‮https‬‏://‏‮developers‬‏.‏‮google‬‏.‏‮com‬‏/‏‮web‬‏/‏‮updates‬‏/2016/02/‏‮font‬‏-‏‮display‬‏)." }, "lighthouse-core/audits/font-display.js | failureTitle": { - "message": "‏‮Text‬‏ ‏‮is‬‏ ‏‮invisible‬‏ ‏‮while‬‏ ‏‮webfonts‬‏ ‏‮are‬‏ ‏‮loading‬‏" + "message": "‏‮Ensure‬‏ ‏‮text‬‏ ‏‮remains‬‏ ‏‮visible‬‏ ‏‮during‬‏ ‏‮webfont‬‏ ‏‮load‬‏" }, "lighthouse-core/audits/font-display.js | title": { "message": "‏‮All‬‏ ‏‮text‬‏ ‏‮remains‬‏ ‏‮visible‬‏ ‏‮during‬‏ ‏‮webfont‬‏ ‏‮loads‬‏" @@ -156,7 +156,7 @@ "message": "‏‮Consider‬‏ ‏‮reducing‬‏ ‏‮the‬‏ ‏‮time‬‏ ‏‮spent‬‏ ‏‮parsing‬‏, ‏‮compiling‬‏ ‏‮and‬‏ ‏‮executing‬‏ ‏‮JS‬‏. ‏‮You‬‏ ‏‮may‬‏ ‏‮find‬‏ ‏‮delivering‬‏ ‏‮smaller‬‏ ‏‮JS‬‏ ‏‮payloads‬‏ ‏‮helps‬‏ ‏‮with‬‏ ‏‮this‬‏." }, "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { - "message": "‏‮Has‬‏ ‏‮significant‬‏ ‏‮main‬‏ ‏‮thread‬‏ ‏‮work‬‏" + "message": "‏‮Minimize‬‏ ‏‮main‬‏ ‏‮thread‬‏ ‏‮work‬‏" }, "lighthouse-core/audits/mainthread-work-breakdown.js | title": { "message": "‏‮Minimizes‬‏ ‏‮main‬‏ ‏‮thread‬‏ ‏‮work‬‏" @@ -168,7 +168,7 @@ "message": "‏‮Estimated‬‏ ‏‮Input‬‏ ‏‮Latency‬‏" }, "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { - "message": "‏‮First‬‏ ‏‮contentful‬‏ ‏‮paint‬‏ ‏‮marks‬‏ ‏‮the‬‏ ‏‮time‬‏ ‏‮at‬‏ ‏‮which‬‏ ‏‮the‬‏ ‏‮first‬‏ ‏‮text‬‏/‏‮image‬‏ ‏‮is‬‏ ‏‮painted‬‏. [‏‮Learn‬‏ ‏‮more‬‏](‏‮https‬‏://‏‮developers‬‏.‏‮google‬‏.‏‮com‬‏/‏‮web‬‏/‏‮fundamentals‬‏/‏‮performance‬‏/‏‮user‬‏-‏‮centric‬‏-‏‮performance‬‏-‏‮metrics‬‏#‏‮first‬‏_‏‮paint‬‏_‏‮and‬‏_‏‮first‬‏_‏‮contentful‬‏_‏‮paint‬‏)." + "message": "‏‮First‬‏ ‏‮contentful‬‏ ‏‮paint‬‏ ‏‮marks‬‏ ‏‮the‬‏ ‏‮time‬‏ ‏‮at‬‏ ‏‮which‬‏ ‏‮the‬‏ ‏‮first‬‏ ‏‮text‬‏ ‏‮or‬‏ ‏‮image‬‏ ‏‮is‬‏ ‏‮painted‬‏. [‏‮Learn‬‏ ‏‮more‬‏](‏‮https‬‏://‏‮developers‬‏.‏‮google‬‏.‏‮com‬‏/‏‮web‬‏/‏‮fundamentals‬‏/‏‮performance‬‏/‏‮user‬‏-‏‮centric‬‏-‏‮performance‬‏-‏‮metrics‬‏#‏‮first‬‏_‏‮paint‬‏_‏‮and‬‏_‏‮first‬‏_‏‮contentful‬‏_‏‮paint‬‏)." }, "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { "message": "‏‮First‬‏ ‏‮Contentful‬‏ ‏‮Paint‬‏" @@ -207,10 +207,13 @@ "message": "‏‮Time‬‏ ‏‮To‬‏ ‏‮First‬‏ ‏‮Byte‬‏ ‏‮identifies‬‏ ‏‮the‬‏ ‏‮time‬‏ ‏‮at‬‏ ‏‮which‬‏ ‏‮your‬‏ ‏‮server‬‏ ‏‮sends‬‏ ‏‮a‬‏ ‏‮response‬‏. [‏‮Learn‬‏ ‏‮more‬‏](‏‮https‬‏://‏‮developers‬‏.‏‮google‬‏.‏‮com‬‏/‏‮web‬‏/‏‮tools‬‏/‏‮lighthouse‬‏/‏‮audits‬‏/‏‮ttfb‬‏)." }, "lighthouse-core/audits/time-to-first-byte.js | displayValue": { - "message": "‏‮Root‬‏ ‏‮document‬‏ ‏‮took‬‏ {timeInMs, number, milliseconds}‮ ms" + "message": "‏‮Root‬‏ ‏‮document‬‏ ‏‮took‬‏ {‏‮timeInMs‬‏} ‏‮ms‬‏" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "‏‮Reduce‬‏ ‏‮server‬‏ ‏‮response‬‏ ‏‮times‬‏ (‏‮TTFB‬‏)" }, "lighthouse-core/audits/time-to-first-byte.js | title": { - "message": "‏‮Keep‬‏ ‏‮server‬‏ ‏‮response‬‏ ‏‮times‬‏ ‏‮low‬‏ (‏‮TTFB‬‏)" + "message": "‏‮Server‬‏ ‏‮response‬‏ ‏‮times‬‏ ‏‮are‬‏ ‏‮low‬‏ (‏‮TTFB‬‏)" }, "lighthouse-core/audits/user-timings.js | description": { "message": "‏‮Consider‬‏ ‏‮instrumenting‬‏ ‏‮your‬‏ ‏‮app‬‏ ‏‮with‬‏ ‏‮the‬‏ ‏‮User‬‏ ‏‮Timing‬‏ ‏‮API‬‏ ‏‮to‬‏ ‏‮create‬‏ ‏‮custom‬‏, ‏‮real‬‏-‏‮world‬‏ ‏‮measurements‬‏ ‏‮of‬‏ ‏‮key‬‏ ‏‮user‬‏ ‏‮experiences‬‏. [‏‮Learn‬‏ ‏‮more‬‏](‏‮https‬‏://‏‮developers‬‏.‏‮google‬‏.‏‮com‬‏/‏‮web‬‏/‏‮tools‬‏/‏‮lighthouse‬‏/‏‮audits‬‏/‏‮user‬‏-‏‮timing‬‏)." @@ -225,10 +228,10 @@ "message": "‏‮Consider‬‏ ‏‮adding‬‏ ‏‮preconnect‬‏ ‏‮or‬‏ ‏‮dns‬‏-‏‮prefetch‬‏ ‏‮resource‬‏ ‏‮hints‬‏ ‏‮to‬‏ ‏‮establish‬‏ ‏‮early‬‏ ‏‮connections‬‏ ‏‮to‬‏ ‏‮important‬‏ ‏‮third‬‏-‏‮party‬‏ ‏‮origins‬‏. [‏‮Learn‬‏ ‏‮more‬‏](‏‮https‬‏://‏‮developers‬‏.‏‮google‬‏.‏‮com‬‏/‏‮web‬‏/‏‮fundamentals‬‏/‏‮performance‬‏/‏‮resource‬‏-‏‮prioritization‬‏#‏‮preconnect‬‏)." }, "lighthouse-core/audits/uses-rel-preconnect.js | title": { - "message": "‏‮Avoid‬‏ ‏‮multiple‬‏, ‏‮costly‬‏ ‏‮round‬‏ ‏‮trips‬‏ ‏‮to‬‏ ‏‮any‬‏ ‏‮origin‬‏" + "message": "‏‮Preconnect‬‏ ‏‮to‬‏ ‏‮required‬‏ ‏‮origins‬‏" }, "lighthouse-core/audits/uses-rel-preload.js | description": { - "message": "‏‮Consider‬‏ ‏‮using‬‏ ‏‮to‬‏ ‏‮prioritize‬‏ ‏‮fetching‬‏ ‏‮late‬‏-‏‮discovered‬‏ ‏‮resources‬‏ ‏‮sooner‬‏. [‏‮Learn‬‏ ‏‮more‬‏](‏‮https‬‏://‏‮developers‬‏.‏‮google‬‏.‏‮com‬‏/‏‮web‬‏/‏‮tools‬‏/‏‮lighthouse‬‏/‏‮audits‬‏/‏‮preload‬‏)." + "message": "‏‮Consider‬‏ ‏‮using‬‏ ‏‮to‬‏ ‏‮prioritize‬‏ ‏‮fetching‬‏ ‏‮resources‬‏ ‏‮that‬‏ ‏‮are‬‏ ‏‮currently‬‏ ‏‮requested‬‏ ‏‮later‬‏ ‏‮in‬‏ ‏‮page‬‏ ‏‮load‬‏. [‏‮Learn‬‏ ‏‮more‬‏](‏‮https‬‏://‏‮developers‬‏.‏‮google‬‏.‏‮com‬‏/‏‮web‬‏/‏‮tools‬‏/‏‮lighthouse‬‏/‏‮audits‬‏/‏‮preload‬‏)." }, "lighthouse-core/audits/uses-rel-preload.js | title": { "message": "‏‮Preload‬‏ ‏‮key‬‏ ‏‮requests‬‏" @@ -239,8 +242,14 @@ "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { "message": "‏‮Diagnostics‬‏" }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "‏‮The‬‏ ‏‮most‬‏ ‏‮critical‬‏ ‏‮aspect‬‏ ‏‮of‬‏ ‏‮performance‬‏ ‏‮is‬‏ ‏‮how‬‏ ‏‮quickly‬‏ ‏‮pixels‬‏ ‏‮are‬‏ ‏‮rendered‬‏ ‏‮onscreen‬‏. ‏‮Key‬‏ ‏‮metrics‬‏: ‏‮First‬‏ ‏‮Contentful‬‏ ‏‮Paint‬‏, ‏‮First‬‏ ‏‮Meaningful‬‏ ‏‮Paint‬‏" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "‏‮First‬‏ ‏‮Paint‬‏ ‏‮Improvements‬‏" + }, "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { - "message": "‏‮These‬‏ ‏‮are‬‏ ‏‮opportunities‬‏ ‏‮to‬‏ ‏‮speed‬‏ ‏‮up‬‏ ‏‮your‬‏ ‏‮application‬‏ ‏‮by‬‏ ‏‮optimizing‬‏ ‏‮the‬‏ ‏‮following‬‏ ‏‮resources‬‏." + "message": "‏‮These‬‏ ‏‮optimizations‬‏ ‏‮can‬‏ ‏‮speed‬‏ ‏‮up‬‏ ‏‮your‬‏ ‏‮page‬‏ ‏‮load‬‏." }, "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { "message": "‏‮Opportunities‬‏" @@ -248,6 +257,12 @@ "lighthouse-core/config/default-config.js | metricGroupTitle": { "message": "‏‮Metrics‬‏" }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "‏‮Enhance‬‏ ‏‮the‬‏ ‏‮overall‬‏ ‏‮loading‬‏ ‏‮experience‬‏, ‏‮so‬‏ ‏‮the‬‏ ‏‮page‬‏ ‏‮is‬‏ ‏‮responsive‬‏ ‏‮and‬‏ ‏‮ready‬‏ ‏‮to‬‏ ‏‮use‬‏ ‏‮as‬‏ ‏‮soon‬‏ ‏‮as‬‏ ‏‮possible‬‏. ‏‮Key‬‏ ‏‮metrics‬‏: ‏‮Time‬‏ ‏‮to‬‏ ‏‮Interactive‬‏, ‏‮Speed‬‏ ‏‮Index‬‏" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "‏‮Overall‬‏ ‏‮Improvements‬‏" + }, "lighthouse-core/config/default-config.js | performanceCategoryTitle": { "message": "‏‮Performance‬‏" }, @@ -270,13 +285,13 @@ "message": "‏‮Potential‬‏ ‏‮Savings‬‏ (‏‮ms‬‏)" }, "lighthouse-core/lib/i18n.js | displayValueByteSavings": { - "message": "‏‮Potential‬‏ ‏‮savings‬‏ ‏‮of‬‏ {wastedBytes, number, milliseconds} KB" + "message": "‏‮Potential‬‏ ‏‮savings‬‏ ‏‮of‬‏ {‏‮wastedBytes‬‏} ‏‮KB‬‏" }, "lighthouse-core/lib/i18n.js | displayValueMsSavings": { - "message": "‏‮Potential‬‏ ‏‮savings‬‏ ‏‮of‬‏ {wastedMs, number, milliseconds} ms" + "message": "‏‮Potential‬‏ ‏‮savings‬‏ ‏‮of‬‏ {‏‮wastedMs‬‏} ‏‮ms‬‏" }, "lighthouse-core/lib/i18n.js | ms": { - "message": "{timeInMs, number, milliseconds} ms" + "message": "{‏‮timeInMs‬‏} ‏‮ms‬‏" }, "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { "message": "‏‮Show‬‏ ‏‮audits‬‏" @@ -294,7 +309,7 @@ "message": "‏‮Not‬‏ ‏‮applicable‬‏" }, "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { - "message": "‏‮Resource‬‏ ‏‮to‬‏ ‏‮optimize‬‏" + "message": "‏‮Opportunity‬‏" }, "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { "message": "‏‮Estimated‬‏ ‏‮Savings‬‏" @@ -314,4 +329,4 @@ "lighthouse-core/report/html/renderer/util.js | warningHeader": { "message": "‏‮Warnings‬‏: " } -} +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/ar.json b/lighthouse-core/lib/locales/ar.json new file mode 100644 index 000000000000..b5f66a395f39 --- /dev/null +++ b/lighthouse-core/lib/locales/ar.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "أثرت \"إضافات Chrome\" بشكل سلبي في أداء التحميل لهذه الصفحة. ويمكنك تجربة تدقيق الصفحة في وضع التصفح المُتخفّي أو من ملف شخصي فارغ على Chrome." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "تقييم النص البرمجي" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "تحليل النص البرمجي" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "الإجمالي" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "يمكنك تقليل الوقت المستغرق في تحليل جافا سكريبت وإنشائه وتنفيذه. قد يتبين لك أن تسليم أحمال جافا سكريبت بحجم أصغر يساعد في ذلك. [مزيد من المعلومات](https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "تقليل وقت تنفيذ جافا سكريبت" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "وقت تنفيذ جافا سكريبت" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "لا تكفي ملفات GIF الكبيرة لتسليم محتوى صور متحركة. لذا يمكنك استخدام فيديوهات MPEG4 / WebM للصور المتحركة وملفات PNG / WebP للصور الثابتة بدلاً من ملفات GIF لحفظ وحدات البايت للشبكة. [مزيد من المعلومات](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "استخدام تنسيقات الفيديو لمحتوى الصور المتحركة" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "خُذ بعين الاعتبار التحميل البطئ خارج الشاشة والصور المخفية بعد الانتهاء من تحميل جميع الموارد المهمة في وقت أقل تفاعلية. [مزيد من المعلومات](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "تأجيل الصور خارج الشاشة" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "تحظر الموارد العرض الأول لصفحتك. ويمكنك تسليم تضمين JS / CSS المهم وتأجيل كل الأنماط/جافا سكريبت غير المهمة. [مزيد من المعلومات](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "استبعاد موارد حظر العرض" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "تُكلِّف أحمال الشبكة الكبيرة المستخدمين الكثير من الأموال وترتبط مباشرةً بأوقات التحميل الطويلة. [مزيد من المعلومات](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "كان إجمالي الحجم {totalBytes, number, bytes} كيلوبايت" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "تجنُّب الأحمال الضخمة للشبكة" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "تجنُّب الأحمال الضخمة للشبكة" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "يمكن أن يؤدي تصغير ملفات CSS إلى تقليل أحجام حمولة الشبكة. [مزيد من المعلومات](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "تصغير CSS" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "يمكن أن يؤدي تصغير ملفات جافا سكريبت إلى تقليل أحجام الأحمال ووقت تحليل النص البرمجي. [مزيد من المعلومات](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "تصغير جافا سكريبت" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "يمكنك إزالة القواعد غير المُستخدَمة من ورق الأنماط لتقليل وحدات البايت غير الضرورية التي يستهلكها نشاط الشبكة. [مزيد من المعلومات](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "تأجيل CSS غير المُستخدَم" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "يمكنك إزالة جافا سكريبت غير المُستخدَم لتقليل وحدات البايت التي يستهلكها نشاط الشبكة." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "إزالة جافا سكريبت غير المستخدم" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "يمكن لفترة التخزين المؤقت الطويلة تسريع عملية تكرار الزيارات إلى صفحتك. [مزيد من المعلومات](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{تم العثور على مورد واحد}zero{تم العثور على # مورد}two{تم العثور على مورديْنِ (#)}few{تم العثور على # موارد}many{تم العثور على # موردًا}other{تم العثور على # مورد}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "عرض الأصول الثابتة من خلال سياسة ذاكرة التخزين المؤقت الفعالة" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "استخدام سياسة ذاكرة التخزين المؤقت الفعالة على الأصول الثابتة" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "يتم تحميل الصور المحسَّنة بشكلٍ أسرع وتستهلك بيانات أقل لشبكة الجوّال. [مزيد من المعلومات](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "تشفير الصور بكفاءة" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "يمكنك عرض صور بحجم مناسب لحفظ بيانات شبكة الجوّال وتحسين وقت التحميل. [مزيد من المعلومات](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "الصور ذات الحجم المناسب" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "يجب عرض الموارد المستندة إلى النص باستخدام الضغط (gzip أو الانكماش أو brotli) لتقليل إجمالي وحدات البايت للشبكة. [مزيد من المعلومات](https://developers.google.com/web/tools/lighthouse/audits/text-compression)." + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "تفعيل ضغط النص" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "غالبًا ما توفِّر تنسيقات الصور، مثل JPEG 2000 وJPEG XR وWebP، ضغطًا أفضل من تنسيق PNG أو JPEG، وهذا بدوره يعني تنزيلاً أسرع واستهلاكًا أقل للبيانات. [مزيد من المعلومات](https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "عرض الصور بتنسيقات الجيل القادم" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "توضح لك \"سلاسل الطلبات المهمة\" أدناه الموارد التي تُصدَّر بأولوية عالية. ويمكنك تقليل طول السلاسل أو تقليل حجم تنزيل الموارد أو تأجيل تنزيل الموارد غير الضرورية لتحسين تحميل الصفحة. [مزيد من المعلومات](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{تم العثور على سلسلة واحدة}zero{تم العثور على # سلسلة}two{تم العثور على سلسلتيْنِ (#)}few{تم العثور على # سلاسل}many{تم العثور على # سلسلةً}other{تم العثور على # سلسلة}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "تقليل عمق الطلبات المهمة" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "الحد الأقصى لعمق DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "إجمالى عُقَدْ DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "الحد الأقصى لعدد الأطفال" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "يوصي مهندسو المتصفّح بالصفحات التي تحتوي على أقل من ~1500 عُقدة DOM. وتمثل sweet spot شبكة عمقها < 32 عنصرًا ولا تزيد عن 60 عنصرًا فرعيًا/رئيسيًا. ويمكن أن تزيد عُقدة DOM الكبيرة من استخدام الذاكرة، وتسبب [عمليات حسابية نمطية] أطول (https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations)، وتنتج [عمليات إعادة عرض للتنسيق] مُكلفة (https://developers.google.com/speed/articles/reflow). [مزيد من المعلومات](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{عقدة واحدة}zero{# عقدة}two{عقدتان (#)}few{# عُقَد}many{# عقدةً}other{# عقدة}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "تجنُب حجم DOM الزائد" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "تجنُب حجم DOM الزائد" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "يمكنك الاستفادة من ميزة CSS لعرض الخطوط لضمان أن يكون النص مرئيًا للمستخدم أثناء تحميل خطوط موقع ويب. [مزيد من المعلومات](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "التأكد من بقاء النص مرئيًا أثناء تحميل خط موقع ويب" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "تظل جميع النصوص مرئية أثناء تحميل خط موقع ويب" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "الفئة" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "يمكنك تقليل الوقت المستغرق في تحليل جافا سكريبت وإنشائه وتنفيذه. قد يتبين لك أن تسليم أحمال جافا سكريبت بحجم أصغر يساعد في ذلك." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "تقليل سلسلة العمل الرئيسية" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "تقليل سلسلة العمل الرئيسية" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "إن النتيجة الواردة أعلاه تمثل تقديرًا لطول المدة التي يستغرقها تطبيقك في الاستجابة لإدخال المستخدم، بالمللي ثانية، أثناء فترة تحميل الصفحة الأكثر انشغالاً خلال 5 ثوانٍ. إذا كان وقت الاستجابة أكثر من 50 مللي ثانية، يمكن للمستخدمين اعتبار تطبيقك بأنه \"بطيء في التفاعل\". [مزيد من المعلومات](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "وقت الاستجابة المُقدّر للإدخال" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "يحدد First Contentful Paint الوقت الذي يتم فيه عرض أول صورة أو نص. [مزيد من المعلومات](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "First Contentful Paint" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "تشير \"وحدة المعالجة المركزية الأولى الخاملة\" إلى المرة الأولى التي تكون فيها السلسلة الرئيسية للصفحة كافية للتعامل مع الإدخال. [مزيد من المعلومات](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "وحدة المعالجة المركزية الأولى الخاملة" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "يقيس First Meaningful Paint الوقت الذي يكون فيه المحتوى الأساسي لصفحة مرئيًا. [مزيد من المعلومات](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "First Meaningful Paint" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "يميّز \"الوضع التفاعلي\" الوقت الذي تكون فيه الصفحة تفاعلية بالكامل. [مزيد من المعلومات](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "وقت التفاعل" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "يوضح مؤشر السرعة مدى سرعة تعبئة محتوى الصفحة بشكلٍ واضح. [مزيد من المعلومات](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "مؤشر السرعة" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "تؤدي عمليات إعادة التوجيه إلى حدوث تأخيرات إضافية قبل أن يتم تحميل الصفحة. [مزيد من المعلومات](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "تجنُب عمليات إعادة توجيه الصفحات المتعددة" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "يحدد \"وقت وصول أول بايت\" الوقت الذي يُرسل فيه الخادم استجابة. [مزيد من المعلومات](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "استغرق مستند الجذر {timeInMs, number, milliseconds} مللي ثانية." + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "تقليل أوقات استجابة الخادم (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "أوقات استجابة الخادم منخفضة (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "يمكنك توجيه تطبيقك باستخدام واجهة برمجة التطبيقات لأوقات المستخدم لإنشاء قياسات مخصصة وواقعية للتجارب الأساسية للمستخدمين. [مزيد من المعلومات](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{وقت واحد للمستخدم}zero{# وقت للمستخدم}two{وقتا (#) المستخدم}few{# أوقات للمستخدم}many{# وقتًا للمستخدم}other{# وقت للمستخدم}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "علامات أوقات المستخدم وقياساتها" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "يمكنك إضافة الاتصال المسبق أو تعديلات موارد الجلب المسبق لنظام أسماء النطاقات لإنشاء اتصالات مبكرة بأصول مهمة تابعة لجهة خارجية. [مزيد من المعلومات](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "الاتصال المسبق للأصول المطلوبة" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "يمكنك استخدام لتحديد أولويات جلب الموارد المطلوبة حاليًا في وقتٍ لاحق في تحميل الصفحة. [مزيد من المعلومات](https://developers.google.com/web/tools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "التحميل المسبق للطلبات الأساسية" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "مزيد من المعلومات حول أداء تطبيقك." + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "بيانات التشخيص" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "يمثل الجانب الأكثر أهمية للأداء مدى السرعة التي يتم بها عرض وحدات البكسل على الشاشة. المقاييس الرئيسية: First Contentful Paint وFirst Meaningful Paint" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "تحسينات العرض الأول" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "يمكن لهذه التحسينات تسريع عملية تحميل الصفحة." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "فرص تحسين الأداء" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "المقاييس" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "يمكنك تحسين تجربة التحميل العامة لتصبح هذه الصفحة سريعة الاستجابة وجاهزة للاستخدام في أقرب وقت ممكن. المقاييس الأساسية: وقت التفاعل ومؤشر السرعة." + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "التحسينات العامة" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "الأداء" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "ذاكرة التخزين المؤقت TTL" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "الحجم (كيلوبايت)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "الوقت المستغرَق" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "عنوان URL" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "التوفيرات المحتملة (كيلوبايت)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "التوفيرات المحتملة (مللي ثانية)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "التوفيرات المحتملة من {wastedBytes, number, bytes} كيلوبايت" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "التوفيرات المحتملة لـ {wastedMs, number, milliseconds} مللي ثانية" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} مللي ثانية" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "عرض عمليات التدقيق" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "خطأ!" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "الإبلاغ عن خطأ: لا تتوفَّر معلومات تدقيق" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "عناصر إضافية للتحقُّق يدويًا" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "غير سارٍ" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "فرصة تحسين الأداء" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "التوفيرات المُقدرة" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "اجتياز عمليات التدقيق بنجاح" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "مقياس النتيجة:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "حدثت مشاكل تؤثر في تشغيل Lighthouse:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "القيم تقديرية وقابلة للتغير" + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "التحذيرات: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/bg.json b/lighthouse-core/lib/locales/bg.json new file mode 100644 index 000000000000..8e40ec594563 --- /dev/null +++ b/lighthouse-core/lib/locales/bg.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Зареждането на тази страница се забавя от разширения за Chrome. Опитайте да я проверите в режим „инкогнито“ или от потребителски профил в Chrome без инсталирани разширения." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "Проверка на скрипта" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "Синтактичен анализ на скрипта" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "Общо" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "Препоръчваме да намалите времето, прекарвано в синтактичен анализ, компилиране и изпълнение на JS. Използването на JS ресурси с по-малък размер може да помогне за това. [Научете повече](https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "Намалете времето за изпълнение на JavaScript" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "Време за изпълнение на JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "Големите GIF файлове не са ефективни за показване на анимирано съдържание. Вместо това препоръчваме да използвате видеоклипове във формат MPEG4/WebM за анимации и PNG/WebP за статични изображения, за да намалите преноса на данни. [Научете повече](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "Използвайте видеоформати за анимираното съдържание" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "За да намалите времето до интерактивност, препоръчваме скритите изображения и тези извън видимата част на екрана да се зареждат след всички критични ресурси. [Научете повече](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "Отложете зареждането на изображенията извън видимата част на екрана" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "Ресурси блокират първото изобразяване на страницата ви. Препоръчваме да вградите критичните JS/CSS елементи и да отложите зареждането на всички некритични JS/стилове. [Научете повече](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "Елиминирайте ресурсите, които блокират изобразяването" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "Мрежовите ресурси с голям размер струват пари на потребителите и са тясно свързани с бавното зареждане. [Научете повече](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "Общият размер бе {totalBytes, number, bytes} КБ" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "Не използвайте мрежови ресурси с голям размер" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "Не се използват мрежови ресурси с голям размер" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "Минимизирането на файловете със CSS може да намали размера на мрежовите ресурси. [Научете повече](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "Минимизирайте CSS" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "Минимизирането на файловете с JavaScript може да намали размера на ресурсите и времето за синтактичен анализ на скрипта. [Научете повече](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "Минимизирайте JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "Премахнете неизползваните правила от стиловите листове, за да намалите ненужния пренос на данни при мрежовата активност. [Научете повече](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "Отложете зареждането на неизползваните CSS стилове" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "Премахнете неизползвания JavaScript, за да намалите преноса на данни при мрежовата активност." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "Премахнете неизползвания JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "Продължителното съхраняване на кеша може да ускори повторните посещения на страницата ви. [Научете повече](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{Намерен е 1 ресурс}other{Намерени са # ресурса}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "Използвайте ефективни правила за кеша, за да улесните показването на статичните активи" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "Използват се ефективни правила за кеширане на статичните активи" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "Оптимизираните изображения се зареждат по-бързо и използват по-малко мобилни данни. [Научете повече](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "Кодирайте изображенията ефективно" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "Показвайте правилно оразмерени изображения, за да пестите мобилни данни и да ускорите зареждането. [Научете повече](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "Оразмерете изображенията правилно" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "При показването на текстови ресурси трябва да се използва компресиране (gzip, deflate или brotli), за да се намали общият пренос на данни. [Научете повече](https://developers.google.com/web/tools/lighthouse/audits/text-compression)." + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "Активирайте компресирането на текста" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "Графичните формати, като JPEG 2000, JPEG XR и WebP, често осигуряват по-ефективно компресиране от PNG или JPEG. Това означава по-бързо изтегляне и използване на по-малко данни. [Научете повече](https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "Използвайте съвременни формати за показване на изображения" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "Веригите от критични заявки по-долу ви показват кои ресурси са с висок приоритет. За да ускорите зареждането на страницата, препоръчваме да скъсите веригите, да намалите размера за изтегляне на ресурсите или да отложите изтеглянето на ненужните от тях. [Научете повече](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{Намерена е 1 верига}other{Намерени са # вериги}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "Намалете дълбочината на критичните заявки" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "Максимална дълбочина на DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "Общ брой възли на DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "Максимален брой дъщерни елементи" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "Браузърните инженери препоръчват страниците да съдържат под ~ 1500 възела на DOM. Най-добре е йерархичната структура да е с дълбочина под 32 елемента и всеки родителски елемент да има по-малко от 60 дъщерни. Големият размер на DOM може да доведе до използване на повече памет, удължаване на [стиловите изчисления](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations) и забавяне поради [преоформяне](https://developers.google.com/speed/articles/reflow). [Научете повече](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 възел}other{# възела}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "Не използвайте DOM с твърде голям размер" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "Не се използва DOM с твърде голям размер" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "Използвайте функцията font-display на CSS, така че текстът да е видим за потребителите при зареждането на уеб шрифтовете. [Научете повече](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "Уверете се, че текстът остава видим при зареждането на уеб шрифтовете" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "Целият текст остава видим при зареждането на уеб шрифтовете" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "Категория" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "Препоръчваме да намалите времето, прекарвано в синтактичен анализ, компилиране и изпълнение на JS. Използването на JS ресурси с по-малък размер може да помогне за това." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "Сведете до минимум работата по основната нишка" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "Работата по основната нишка е сведена до минимум" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "Резултатът по-горе показва приблизително колко време (в милисекунди) е необходимо на приложението ви, за да реагира на входящо потребителско действие по време на най-натоварения 5-секунден период от зареждането на страницата. Ако забавянето е над 50 мсек, приложението ви може да се стори бавно на потребителите. [Научете повече](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "Прогнозно забавяне при входящо действие" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "Показателят „Първо изобразяване на съдържание“ указва след колко време се изобразява първият текстов или графичен елемент. [Научете повече](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "Първо изобразяване на съдържание" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "Показателят „Първи момент на неактивност на процесора“ указва първия момент, в който основната нишка на страницата е достатъчно свободна, за да обработва входящи действия. [Научете повече](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "Първи момент на неактивност на процесора" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "Показателят „Първо значимо изобразяване“ измерва времето, за което основното съдържание на страницата става видимо. [Научете повече](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "Първо значимо изобразяване" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "Показателят „Време до интерактивност“ указва колко време отнема постигането на пълна интерактивност за страницата. [Научете повече](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "Време до интерактивност" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "Индексът на скоростта показва колко бързо се постига визуална завършеност на страницата. [Научете повече](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "Индекс на скоростта" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "Пренасочванията водят до допълнително забавяне на зареждането на страницата. [Научете повече](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "Не използвайте пренасочвания през няколко страници" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "Показателят „Време до първия байт“ указва след колко време сървърът изпраща отговор. [Научете повече](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "Основният документ отне {timeInMs, number, milliseconds} мсек" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "Намалете времето за отговор от сървъра (време до първия байт)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "Сървърът отговаря бързо (време до първия байт)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "Препоръчваме да използвате API за разбивка на потребителските времена за приложението си, за да се възползвате от персонализирани, действителни измервания на ключови аспекти от практическата работа на потребителите. [Научете повече](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 потребителско време}other{# потребителски времена}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "Точки и измервания в разбивката на потребителските времена" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "Препоръчваме да добавите подсказки за предварително свързване или предварително извличане на DNS за ресурсите с цел ранно установяване на връзка с важни източници на трети страни. [Научете повече](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "Осигурете предварително свързване с необходимите източници" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "Препоръчваме да използвате , за да укажете най-напред да се извличат ресурсите, които понастоящем се заявяват на по-късен етап от зареждането на страницата. [Научете повече](https://developers.google.com/web/tools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "Задайте ключовите заявки да се зареждат предварително" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "Повече информация за ефективността на приложението ви." + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "Диагностика" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "Най-критичният аспект на ефективността е времето, за което пикселите се изобразяват на екрана. Ключови показатели: първо изобразяване на съдържание, първо значимо изобразяване" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "Подобрения, свързани с първото изобразяване" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "Тези оптимизации могат да ускорят зареждането на страницата." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "Възможности" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "Показатели" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "Подобрете зареждането като цяло, така че страницата да реагира бързо и да е готова за използване възможно най-скоро. Ключови показатели: време до интерактивност, индекс на скоростта" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "Цялостни подобрения" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "Ефективност" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "Време на валидност на кеша" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "Размер (КБ)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "Прекарано време" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "URL адрес" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "Потенциална икономия (КБ)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "Потенциална икономия (мсек)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "Потенциално спестяване на {wastedBytes, number, bytes} КБ" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "Потенциално спестяване на {wastedMs, number, milliseconds} мсек" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} мсек" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "Показване на проверките" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "Грешка!" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "Грешка в отчета: няма информация за проверката" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "Допълнителни елементи, които да проверите ръчно" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "Не е приложимо" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "Възможност" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "Прогнозна икономия" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "Успешно преминати проверки" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "Скала на резултата:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "Възникнаха проблеми при изготвянето на този отчет от Lighthouse:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "Стойностите са прогнозни и може да варират." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "Предупреждения: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/ca.json b/lighthouse-core/lib/locales/ca.json new file mode 100644 index 000000000000..1180911c1f48 --- /dev/null +++ b/lighthouse-core/lib/locales/ca.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Les extensions de Chrome han afectat negativament el rendiment de càrrega de la pàgina. Audita la pàgina en mode d'incògnit o des d'un perfil de Chrome buit." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "Avaluació de scripts" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "Anàlisi de scripts" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "Total" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "Et recomanem que redueixis el temps dedicat a analitzar, compilar i executar JavaScript. Et pot ajudar utilitzar càrregues útils de JavaScript més petites. [Més informació] (https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "Redueix el temps d'execució de JavaScript" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "Temps d'execució de JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "Els GIF grans no són eficients a l'hora de publicar contingut animat. Per estalviar bytes de la xarxa, pots substituir-los per vídeos MPEG4/WebM en el cas d'animacions i per PNG/WebP en el cas d'imatges estàtiques. [Més informació] (https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "Utilitza formats de vídeo per al contingut animat" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "Et recomanem que utilitzis la càrrega diferida de les imatges ocultes i que no es mostren a la pantalla un cop s'acabin de carregar tots els recursos crítics a fi de reduir el temps necessari perquè la pàgina sigui interactiva. [Més informació] (https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "Ajorna les imatges fora de pantalla" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "Els recursos estan bloquejant la primera renderització de la pàgina. Et recomanem que publiquis els fitxers JavaScript o CSS inserits i ajornis tots els estils i els fitxers JavaScript que no siguin crítics. [Més informació] (https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "Elimina els recursos que bloquegen la renderització" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "Si la càrrega útil de la xarxa és molt gran, els usuaris consumeixen més dades mòbils i els temps de càrrega són més llargs. [Més informació] (https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "Mida total: {totalBytes, number, bytes} kB" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "Evita càrregues útils de xarxa enormes" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "Evita càrregues útils de xarxa enormes" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "Reduir els fitxers CSS pot disminuir les mides de càrrega útil a la xarxa. [Més informació] (https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "Redueix els CSS" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "Reduir els fitxers JavaScript pot disminuir les mides de càrrega i els temps d'anàlisi de scripts. [Més informació] (https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "Redueix els fitxers JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "Suprimeix dels fulls d'estil les regles que no s'utilitzen per reduir els bytes que es consumeixen de manera innecessària durant l'activitat de la xarxa. [Més informació] (https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "Ajorna els CSS no utilitzats" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "Suprimeix els fitxers JavaScript que no s'utilitzen per reduir els bytes que es consumeixen durant l'activitat de la xarxa." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "Suprimeix els fitxers JavaScript no utilitzats" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "Si la memòria cau té una vida llarga, es poden accelerar les visites repetides a la teva pàgina. [Més informació] (https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{S'ha trobat 1 recurs}other{S'han trobat # recursos}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "Publica recursos estàtics amb una política de memòria cau eficient" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "Utilitza una política de memòria cau eficient per als recursos estàtics" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "Les imatges optimitzades es carreguen més ràpidament i utilitzen menys dades mòbils. [Més informació] (https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "Codifica les imatges amb eficiència" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "Publica imatges amb la mida correcta per estalviar dades mòbils i millorar el temps de càrrega. [Més informació] (https://developers.google.com/web/tools/lighthouse/audits/oversized-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "Adapta la mida de les imatges" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "Els recursos basats en text s'han de publicar comprimits (gzip, deflate o brotli) per minimitzar el total de bytes a la xarxa. [Més informació] (https://developers.google.com/web/tools/lighthouse/audits/text-compression)." + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "Activa la compressió de text" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "Els formats d'imatge com JPEG 2000, JPEG XR i WebP solen oferir millors resultats de compressió que PNG o JPEG. Això implica baixades més ràpides i menys consum de dades. [Més informació] (https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "Publica imatges en format d'última generació" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "Les cadenes de sol·licituds crítiques de sota et mostren quins recursos es publiquen amb prioritat alta. Et recomanem que escurcis les cadenes, redueixis la mida de baixada dels recursos o ajornis la baixada de recursos innecessaris per millorar la càrrega de pàgines. [Més informació] (https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{S'ha trobat 1 cadena}other{S'han trobat # cadenes}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "Minimitza la profunditat de les sol·licituds crítiques" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "Profunditat màxima de DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "Total de nodes de DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "Nombre màxim d'elements secundaris" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "Els enginyers de navegadors recomanen que les pàgines continguin menys d'uns 1.500 nodes de DOM. La situació ideal és una profunditat d'arbre inferior a 32 elements i menys de 60 elements superiors o secundaris. Un DOM gran pot augmentar l'ús de la memòria, provocar [càlculs d'estil] més llargs (https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations) i produir costosos [reinicis de reflux del disseny] (https://developers.google.com/speed/articles/reflow). [Més informació] (https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 node}other{# nodes}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "Evita una mida de DOM excessiva" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "Evita una mida excessiva de DOM" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "Aprofita la funció CSS que permet mostrar els tipus de lletra per assegurar-te que els usuaris puguin veure el text mentre es carreguen els tipus de lletra per a llocs web. [Més informació] (https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "Assegura't que el text continuï visible durant la càrrega dels tipus de lletra per a llocs web" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "Tot el text continua visible durant les càrregues dels tipus de lletra per a llocs web" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "Categoria" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "Et recomanem que redueixis el temps dedicat a analitzar, compilar i executar JavaScript. Et pot ajudar utilitzar càrregues útils de JavaScript més petites." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "Minimitza el treball principal al fil" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "Minimitza el treball principal al fil" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "La puntuació de més amunt és una estimació de quant tarda en mil·lisegons la teva aplicació a respondre a una acció de l'usuari durant el període de 5 segons amb més càrregues de pàgines. Si la latència és superior a 50 ms, és possible que els usuaris considerin que l'aplicació és lenta. [Més informació] (https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "Latència estimada de les accions" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "La mètrica Primera renderització de contingut marca el moment en què es renderitza el primer text o la primera imatge. [Més informació] (https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "Primera renderització de contingut" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "La mètrica Primera inactivitat de la CPU marca el primer moment en què el fil principal de la pàgina està suficientment inactiu per gestionar accions. [Més informació] (https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "Primera inactivitat de la CPU" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "La mètrica Primera renderització significativa mesura el moment en què el contingut principal d'una pàgina està visible. [Més informació] (https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "Primera renderització significativa" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "La mètrica Temps fins que és interactiva marca el moment en què la pàgina és completament interactiva. [Més informació] (https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "Temps fins que és interactiva" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "L'índex de velocitat mostra la rapidesa amb què s'emplena el contingut d'una pàgina. [Més informació] (https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "Índex de velocitat" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "La mètrica Redireccions introdueix retards addicionals abans de poder carregar la pàgina. [Més informació] (https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "Evita les redireccions múltiples a pàgines" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "La mètrica Temps fins al primer byte identifica el moment en què el teu servidor envia una resposta. [Més informació] (https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "El document arrel ha tardat {timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "Redueix els temps de resposta del servidor (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "Els temps de resposta del servidor són baixos (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "Et recomanem que utilitzis l'API Temps d'usuari amb la teva aplicació per crear mesures reals i personalitzades de les experiències clau dels usuaris. [Més informació] (https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 temps d'usuari}other{# temps d'usuari}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "Marques i mesures de Temps d'usuari" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "Et recomanem que afegeixis suggeriments de recursos per connectar-se prèviament o per obtenir el DNS prèviament a fi d'establir connexions anticipades a orígens importants de tercers. [Més informació] (https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "Connecta't prèviament als orígens necessaris" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "Et recomanem que utilitzis per prioritzar l'obtenció de recursos que en aquests moments se sol·liciten en un moment posterior de la càrrega de pàgines. [Més informació] (https://developers.google.com/web/tools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "Carrega prèviament les sol·licituds de clau" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "Més informació sobre el rendiment de la teva aplicació." + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "Diagnòstic" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "L'aspecte més crític del rendiment és la velocitat amb què es renderitzen els píxels en pantalla. Mètriques clau: Primera renderització de contigut, Primera renderització significativa" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "Millores de la primera renderització" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "Aquestes optimitzacions poden accelerar la càrrega de la pàgina." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "Oportunitats" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "Mètriques" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "Millora l'experiència general de càrrega, de manera que la pàgina respongui i estigui preparada per utilitzar-se al més aviat possible. Mètriques clau: Temps fins que és interactiva, Índex de velocitat" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "Millores generals" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "Rendiment" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "TTL de la memòria cau" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "Mida (kB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "Temps invertit" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "URL" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "Possible estalvi (kB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "Possible estalvi (ms)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "Possible estalvi de {wastedBytes, number, bytes} kB" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "Possible estalvi de {wastedMs, number, milliseconds} ms" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "Mostra les auditories" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "Error" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "Error de l'informe: no hi ha informació d'auditoria" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "Elements addicionals per comprovar manualment" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "No aplicable" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "Oportunitat" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "Estalvi estimat" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "Auditories aprovades" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "Escala de puntuació:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "Hi ha hagut problemes que afecten aquesta execució de Lighthouse:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "Els valors són estimacions i poden variar." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "Advertiments: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/cs.json b/lighthouse-core/lib/locales/cs.json new file mode 100644 index 000000000000..10b4d069bfd7 --- /dev/null +++ b/lighthouse-core/lib/locales/cs.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Rychlost načítání této stránky byla negativně ovlivněna rozšířeními pro Chrome. Zkuste stránku zkontrolovat v anonymním režimu nebo v čistém profilu Chromu." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "Vyhodnocování skriptů" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "Analýza skriptů" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "Celkem" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "Pokuste se zkrátit dobu analyzování, kompilování a spouštění JavaScriptu. Mohlo by pomoci odesílat menší soubory JavaScript. [Další informace](https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "Zkraťte dobu provádění JavaScriptu" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "Doba provádění JavaScriptu" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "Velké soubory GIF nejsou efektivní k zobrazování animovaného obsahu. Zvažte, zda byste namísto souborů GIF nemohli pro animace použít videa MPEG4/WebM a pro statické obrázky soubory PNG/WebP. Snížíte tak množství přenášených dat. [Další informace](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "Pro animovaný obsah používejte formáty videa" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "Zvažte možnost načítat obrázky mimo obrazovku a skryté obrázky „líně“ až po načtení všech kritických zdrojů, abyste zkrátili dobu k dosažení interaktivnosti. [Další informace](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "Odložte načítání obrázků mimo obrazovku" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "První vykreslení stránky blokují zdroje. Zvažte, zda byste kriticky důležité zdroje JavaScript a CSS nemohli poskytovat přímo v kódu a stahování veškerého nekritického JavaScriptu a stylů odložit. [Další informace](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "Eliminujte zdroje, které blokují vykreslení" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "Přenášení velkého množství dat po síti je pro uživatele finančně nákladné a obvykle vede k pomalému načítání. [Další informace](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "Celková velikost byla {totalBytes, number, bytes} kB" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "Předejděte přenášení enormního množství dat" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "Nepřenáší enormní množství dat" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "Minifikací souborů CSS lze snížit množství přenášených dat. [Další informace](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "Minifikujte kód CSS" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "Minifikací souborů JavaScript lze snížit množství přenášených dat a zrychlit analýzu skriptů. [Další informace](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "Minifikujte JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "Odstraňte z tabulek stylů nepoužívaná pravidla, abyste snížili množství přenášených nepotřebných dat. [Další informace](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "Odložte načítání nevyužitých stylů CSS" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "Odstraněním nepoužívaného JavaScriptu zmenšíte množství přenášených dat." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "Odstraňte nepoužívaný JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "Dlouhá platnost mezipaměti může zrychlit opakované návštěvy stránky. [Další informace](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{Byl nalezen 1 zdroj}few{Byly nalezeny # zdroje}many{Bylo nalezeno # zdroje}other{Bylo nalezeno # zdrojů}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "Statické podklady zobrazujte s efektivními zásadami pro mezipaměť" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "Používá u statických podkladů efektivní zásady pro mezipaměť" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "Optimalizované obrázky se načítají rychle a spotřebovávají méně mobilních dat. [Další informace](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "Používejte efektivní kódování obrázků" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "Zobrazujte obrázky s vhodnou velikostí, abyste ušetřili mobilní data a zrychlili načítání. [Další informace](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "Používejte správnou velikost obrázků" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "Textové zdroje by se měly odesílat komprimované (gzip, deflate nebo brotli), aby se minimalizovalo množství přenášených dat. [Další informace](https://developers.google.com/web/tools/lighthouse/audits/text-compression)." + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "Zapněte kompresi textu" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "Formáty obrázků JPEG 2000, JPEG XR a WebP často poskytují lepší kompresi než formáty PNG a JPEG, což znamená rychlejší stahování a menší spotřebu dat. [Další informace](https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "Zobrazujte obrázky ve formátech nové generace" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "Řetězce kritických požadavků níže ukazují, které zdroje jsou poskytovány s vysokou prioritou. Zvažte, zda byste načítání stránky nemohli vylepšit tím, že řetězce zkrátíte, zmenšíte zdroje nebo odložíte stahování zdrojů, které nejsou nezbytné. [Další informace](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{Byl nalezen 1 řetězec}few{Byly nalezeny # řetězce}many{Bylo nalezeno # řetězce}other{Bylo nalezeno # řetězců}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "Minimalizujte hloubku kritických požadavků" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "Maximální hloubka modelu DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "Celkový počet uzlů v modelu DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "Maximální počet podřízených prvků" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "Vývojáři prohlížečů doporučují, aby stránky obsahovaly méně než cca. 1 500 uzlů modelu DOM. Ideálně by hloubka stromu měla být menší než 32 prvků a každý nadřazený prvek by měl mít méně než 60 podřízených prvků. Velký model DOM může vést k většímu využití paměti, delším [výpočtům stylů](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations) a náročným [přeformátováváním rozvržení](https://developers.google.com/speed/articles/reflow). [Další informace](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 uzel}few{# uzly}many{# uzlu}other{# uzlů}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "Nepoužívejte příliš velký model DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "Nepoužívá příliš velký model DOM" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "Pomocí funkce font-display stylů CSS zajistěte, aby byl text při načítání webfontů viditelný uživatelům. [Další informace](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "Zajistěte, aby text při načítání webfontů zůstal viditelný" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "Při načítání webfontů zůstává veškerý text viditelný" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "Kategorie" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "Pokuste se zkrátit dobu analyzování, kompilování a spouštění JavaScriptu. Mohlo by pomoci odesílat menší soubory JavaScript." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "Minimalizujte práci v hlavním podprocesu" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "Minimalizuje práci v hlavním podprocesu" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "Výše uvedené skóre je odhad (v milisekundách), jak rychle bude aplikace během nejvytíženějších pěti sekund načítání stránky reagovat na vstup uživatele. Pokud je latence větší než 50 ms, mohou uživatelé chování aplikace vnímat jako přerušované. [Další informace](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "Odhadovaná latence vstupu" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "První vykreslení obsahu je okamžik vykreslení prvního textu nebo obrázku. [Další informace](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "První vykreslení obsahu" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "První nečinnost procesoru udává čas, kdy je hlavní podproces stránky dostatečně nečinný na to, aby bylo možné zpracovat vstup. [Další informace](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "První nečinnost procesoru" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "První smysluplné vykreslení udává, kdy začne být viditelný primární obsah stránky. [Další informace](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "První smysluplné vykreslení" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "Interaktivitou se označuje čas, kdy je stránka plně interaktivní. [Další informace](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "Doba do interaktivity" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "Index rychlosti ukazuje, jak rychle se viditelně vyplní obsah stránky. [Další informace](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "Index rychlosti" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "Přesměrování způsobují další prodlevy před načtením stránky. [Další informace](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "Nepoužívejte několik přesměrování stránky" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "Doba do načtení prvního bajtu udává, jak dlouho vašemu serveru trvá, než odešle odpověď. [Další informace](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "Hlavní dokument trval {timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "Zkraťte doby odezvy serverů (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "Doby odezvy serveru jsou krátké (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "Zkuste v aplikaci pomocí rozhraní User Timing API implementovat vlastní měření reálných událostí zásadních pro uživatelský dojem. [Další informace](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 časování uživatelů}few{# časování uživatelů}many{# časování uživatelů}other{# časování uživatelů}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "Hodnoty časování uživatelů" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "Zvažte přidání signálů pro předběžné připojení nebo načtení, aby bylo možné včas se připojit k důležitým zdrojům třetích stran. [Další informace](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "K potřebným zdrojům se připojujte předem" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "Zvažte použití značky k prioritnímu načtení zdrojů, o které se nyní žádá později během načítání stránky. [Další informace](https://developers.google.com/web/tools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "Klíčové požadavky načítejte předběžně" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "Další informace o výkonu vaší aplikace." + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "Diagnostika" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "Nejkritičtějším aspektem výkonu je rychlost vykreslení pixelů na obrazovce. Klíčové metriky: První vykreslení obsahu, První smysluplné vykreslení" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "Vylepšení prvního vykreslení" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "Tyto optimalizace mohou zrychlit načítání vaší stránky." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "Příležitosti" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "Metriky" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "Vylepšete celkové chování při načítání, aby byla stránka co nejdříve responzivní a připravena k používání. Klíčové metriky: Doba dosažení interaktivity, Index rychlosti" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "Celková vylepšení" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "Výkon" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "Hodnota TTL (Time to Live) mezipaměti" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "Velikost (kB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "Strávený čas" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "URL" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "Možná úspora (kB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "Možná úspora (ms)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "Lze uspořit {wastedBytes, number, bytes} kB" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "Lze uspořit {wastedMs, number, milliseconds} ms" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "Zobrazit audity" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "Chyba!" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "Chyba přehledu: žádné informace o auditu" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "Další položky k ruční kontrole" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "Není relevantní" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "Příležitost" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "Odhadovaná úspora" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "Úspěšné audity" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "Škála skóre:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "Při tomto spuštění nástroje Lighthouse se vyskytly problémy:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "Hodnoty jsou odhady a mohou se lišit." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "Upozornění: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/da.json b/lighthouse-core/lib/locales/da.json new file mode 100644 index 000000000000..c8a2eebb4e52 --- /dev/null +++ b/lighthouse-core/lib/locales/da.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Chrome-udvidelser påvirkede denne sides indlæsning negativt. Prøv at revidere siden i inkognitotilstand eller fra en Chrome-profil uden udvidelser." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "Scriptevaluering" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "Scriptparsing" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "I alt" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "Overvej at reducere den tid, der bruges på at parse, kompilere og udføre JavaScript. Levering af mindre JavaScript-datapakker kan hjælpe med dette. [Få flere oplysninger](https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "Reducer udførelsestiden for JavaScript" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "Udførelsestid for JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "Store giffer er ikke tilstrækkelige til at levere animeret indhold. Overvej at bruge MPEG4-/WebM-videoer til animationer og PNG/WebP til statiske billeder i stedet for giffer for at spare netværksbytes. [Få flere oplysninger](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "Brug videoformater til animeret indhold" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "Overvej at udskyde indlæsningen af skjulte billeder og billeder, der ikke er på skærmen, til efter alle kritiske ressourcer er blevet indlæst for at reducere den tid, der går, inden siden er interaktiv. [Få flere oplysninger](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "Udskyd billeder, der ikke er på skærmen" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "Ressourcer blokerer første udfyldning af din side. Overvej at levere kritisk JavaScript/CSS indlejret og udskyde alle ikke-kritiske JavaScript-elementer/typografier. [Få flere oplysninger](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "Fjern ressourcer til blokering af gengivelse" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "Store datapakker på netværk koster brugerne mange penge og er forbundet med lang indlæsningstid. [Få flere oplysninger](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "Den samlede størrelse var {totalBytes, number, bytes} kB" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "Undgå kæmpe datapakker på netværk" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "Undgår kæmpe datapakker på netværk" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "Formindskelse af CSS-filer kan reducere størrelsen på datapakker på netværk. [Få flere oplysninger](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "Formindsk CSS" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "Formindskelse af JavaScript-filer kan reducere størrelsen på datapakker og varigheden af scriptparsing. [Få flere oplysninger](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "Formindsk JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "Fjern regler, som ikke bruges, fra typografiark for at skære ned på antallet af unødvendige bytes, der anvendes ved netværksaktivitet. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "Udskyd CSS, som ikke bruges" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "Fjern JavaScript, der ikke bruges, for at skære ned på antallet af bytes, der anvendes ved netværksaktivitet." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "Fjern JavaScript, som ikke bruges" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "En lang cachelevetid kan gøre indlæsningen hurtigere for tilbagevendende besøgende på din side. [Få flere oplysninger](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{Der blev fundet 1 ressource}one{Der blev fundet # ressource}other{Der blev fundet # ressourcer}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "Vis statiske aktiver med en effektiv cachepolitik" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "Anvender effektiv cachepolitik på statiske aktiver" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "Optimerede billeder indlæses hurtigere og bruger mindre mobildata. [Få flere oplysninger](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "Kryptér billeder effektivt" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "Vis billeder i korrekte størrelser for at spare mobildata og forbedre indlæsningstiden. [Få flere oplysninger](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "Brug korrekte billedstørrelser" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "Tekstbaserede ressourcer bør vises i komprimeret format (gzip, Deflate eller Brotli), så netværkets samlede antal bytes formindskes. [Få flere oplysninger](https://developers.google.com/web/tools/lighthouse/audits/text-compression)." + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "Aktivér tekstkomprimering" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "Billedformater såsom JPEG 2000, JPEG XR og WebP giver ofte en bedre komprimering end PNG og JPEG, hvilket betyder hurtigere downloads og mindre dataforbrug. [Få flere oplysninger](https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "Vis billeder i formater af næste generation" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "Kæderne med kritiske anmodninger nedenfor viser dig, hvilke ressourcer der udsendes med høj prioritet. Overvej at reducere kædernes længde, så ressourcernes downloadstørrelse bliver mindre, eller at udskyde download af unødvendige ressourcer, så sideindlæsningen forbedres. [Få flere oplysninger](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{Der blev fundet 1 kæde}one{Der blev fundet # kæde}other{Der blev fundet # kæder}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "Minimer dybden for kritiske anmodninger" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "Maksimal DOM-dybde" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "Samlet antal DOM-noder" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "Maksimalt antal underordnede elementer" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "Browserudviklere anbefaler, at sider højst indeholder 1.500 DOM-noder. Det bedste er en træstrukturdybde med under 32 elementer og mindre end 60 underordnede/overordnede elementer. En stor DOM kan øge hukommelsesforbruget, medføre længere [beregninger af typografi](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations) og producere dyre [omformateringer af layout](https://developers.google.com/speed/articles/reflow). [Få flere oplysninger](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 node}one{# node}other{# noder}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "Undgå en overdreven DOM-størrelse" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "Undgår en overdreven DOM-størrelse" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "Udnyt CSS-funktionen til skrifttypevisning for at sikre dig, at teksten kan ses af brugerne, mens webfonts indlæses. [Få flere oplysninger](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "Sørg for, at tekst forbliver synlig under indlæsning af webfont" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "Al tekst forbliver synlig under indlæsning af webfont" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "Kategori" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "Overvej at reducere den tid, der bruges på at parse, kompilere og udføre JavaScript. Levering af mindre JavaScript-datapakker kan hjælpe med dette." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "Formindsk primært trådarbejde" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "Formindsker primært trådarbejde" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "Resultatet ovenfor er et estimat af, hvor længe din app er om at svare på brugerinput (i millisekunder) i de første 5 travleste sekunder med vindue under en sideindlæsning. Hvis din forsinkelse er større end 50 ms, kan brugerne opfatte din app som langsom. [Få flere oplysninger](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "Estimeret inputforsinkelse" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "Første udfyldning af indhold markerer det tidspunkt, hvor den første tekst eller det første billede udfyldes. [Få flere oplysninger](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "Første udfyldning af indhold" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "Første stillestående CPU markerer det tidspunkt, hvor sidens primære tråd er stabil nok til at behandle input. [Få flere oplysninger](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "Første stillestående CPU" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "Første betydningsfulde udfyldning måler, hvornår det primære indhold på en side kan ses. [Få flere oplysninger](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "Første betydningsfulde udfyldning" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "Interaktiv tilstand markerer det tidspunkt, hvor siden er helt interaktiv. [Få flere oplysninger](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "Tid inden interaktiv tilstand" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "Hastighedsindekset viser, hvor hurtigt indholdet på en side udfyldes, så det kan ses. [Få flere oplysninger](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "Hastighedsindeks" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "Omdirigeringer medfører yderligere forsinkelser, inden siden kan indlæses. [Få flere oplysninger](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "Undgå mange sideomdirigeringer" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "TTFB (Time To First Byte) identificerer tidspunktet for, hvornår din server sender et svar. [Få flere oplysninger](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "Roddokumentet tog {timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "Reducer serversvartider (TTFB, Time To First Byte)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "Serversvartiderne er korte (TTFB, Time To First Byte)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "Overvej at bruge User Timing API som værktøj til din app for at oprette tilpassede målinger i den virkelige verden af vigtige brugeroplevelser. [Få flere oplysninger](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 brugstid}one{# brugstid}other{# brugstider}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "Brugstider markerer og måler" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "Overvej at tilføje ressourcehints til forbindelse på forhånd eller DNS-forudhentning for at oprette tidlige forbindelser til vigtige tredjepartswebsites. [Få flere oplysninger](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "Opret forbindelse på forhånd til påkrævede websites" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "Overvej at bruge til at prioritere hentning af ressourcer, som der i øjeblikket anmodes om senere i sideindlæsningen. [Få flere oplysninger](https://developers.google.com/web/tools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "Forudindlæs vigtige anmodninger" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "Få flere oplysninger om din apps effektivitet." + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "Diagnostik" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "Det vigtigste aspekt af effektivitet er, hvor hurtigt pixels gengives på skærmen. Vigtige metrics: Første udfyldning af indhold, Første betydningsfulde udfyldning" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "Forbedringer af første udfyldning" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "Disse optimeringer kan gøre din sideindlæsning hurtigere." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "Muligheder" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "Metrics" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "Gør den overordnede indlæsning bedre, så siden hurtigst muligt bliver responsiv og klar til brug. Vigtige metrics: Tid inden interaktiv tilstand, Hastighedsindeks" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "Overordnede forbedringer" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "Effektivitet" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "Cache-TTL" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "Størrelse (kB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "Tidsforbrug" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "Webadresse" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "Potentiel databesparelse (kB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "Potentiel tidsbesparelse (ms)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "Potentiel databesparelse på {wastedBytes, number, bytes} kB" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "Potentiel tidsbesparelse på {wastedMs, number, milliseconds} ms" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "Se revisioner" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "Der opstod en fejl" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "Rapportfejl: Der er ingen revisionsoplysninger" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "Yderligere elementer, der skal tjekkes manuelt" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "Ikke relevant" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "Mulighed" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "Estimeret tidsbesparelse" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "Beståede revisioner" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "Resultatskala:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "Der blev registreret problemer, som påvirkede denne kørsel af Lighthouse:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "Værdierne er estimater og kan variere." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "Advarsler! " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/de-AT.json b/lighthouse-core/lib/locales/de-AT.json new file mode 100644 index 000000000000..a3702cf7636b --- /dev/null +++ b/lighthouse-core/lib/locales/de-AT.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Chrome-Erweiterungen haben sich negativ auf die Ladegeschwindigkeit dieser Seite ausgewirkt. Versuchen Sie, die Seite im Inkognito-Modus oder mit einem neuen Chrome-Profil zu überprüfen." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "Skriptauswertung" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "Parsen von Skripten" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "Gesamt" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "Versuchen Sie, die Zeit für das Parsen, Kompilieren und Ausführen von JS zu reduzieren. Die Bereitstellung kleinerer JS-Nutzlasten kann dabei helfen. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "Ausführungszeit von JavaScript reduzieren" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "JavaScript-Ausführungszeit" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "Große GIF-Dateien sind nur bedingt für die Bereitstellung animierter Inhalte geeignet. Sie können statt GIF MPEG4- oder WebM-Videos für Animationen und PNG oder WebP für statische Bilder verwenden und so die Netzwerk-Datenmenge reduzieren. [Weitere Informationen](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "Videoformate für animierte Inhalte verwenden" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "Versuchen Sie, nicht sichtbare und versteckte Bilder erst laden zu lassen, nachdem wichtige Ressourcen geladen wurden, um die Zeit bis zur Interaktivität zu reduzieren. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "Nicht sichtbare Bilder aufschieben" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "Ressourcen blockieren das erste Zeichnen Ihrer Seite. Versuchen Sie, wichtiges JS und wichtige CSS inline bereitzustellen und alle nicht kritischen JS und Stile aufzuschieben. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "Ressourcen beseitigen, die das Rendering blockieren" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "Große Netzwerknutzlasten kosten Nutzer bares Geld und hängen eng mit langen Ladezeiten zusammen. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "Die Gesamtgröße war {totalBytes, number, bytes} KB" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "Sehr große Netzwerknutzlasten vermeiden" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "Vermeidet sehr große Netzwerknutzlasten" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "Durch die Komprimierung von CSS-Dateien kann die Größe von Netzwerknutzlasten reduziert werden. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "CSS komprimieren" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "Durch die Komprimierung von JavaScript-Dateien können Nutzlastgrößen und die Zeit zum Parsen von Skripts reduziert werden. [Weitere Informationen](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "JavaScript komprimieren" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "Entfernen Sie nicht verwendete Regeln aus Stylesheets, um unnötige Daten bei Netzwerkaktivitäten zu reduzieren. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "Nicht verwendete CSS aufschieben" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "Entfernen Sie nicht verwendetes JavaScript, um die Datenmenge bei Netzwerkaktivitäten zu reduzieren." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "Nicht genutztes JavaScript entfernen" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "Eine lange Lebensdauer des Cache kann wiederholte Besuche Ihrer Seite beschleunigen. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{1 Ressource gefunden}other{# Ressourcen gefunden}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "Statische Inhalte mit einer effizienten Cache-Richtlinie bereitstellen" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "Verwendet eine effiziente Cache-Richtlinie für statische Inhalte" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "Optimierte Bilder werden schneller geladen und verbrauchen weniger mobile Daten. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "Bilder effizient codieren" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "Stellen Sie Bilder bereit, die eine angemessene Größe haben, um mobile Daten zu sparen und die Ladezeit zu verbessern. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "Bilder richtig dimensionieren" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "Textbasierte Ressourcen sollten mit Komprimierung (gzip, Deflate oder Brotli) bereitgestellt werden, um die Datenmenge im Netzwerk insgesamt zu minimieren. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/text-compression)" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "Textkomprimierung aktivieren" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "Bildformate wie JPEG 2000, JPEG XR und WebP bieten oft eine bessere Komprimierung als PNG oder JPEG, was schnellere Downloads und einen geringeren Datenverbrauch ermöglicht. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "Bilder in modernen Formaten bereitstellen" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "In den unten aufgeführten Ketten kritischer Anfragen können Sie sehen, welche Ressourcen mit einer hohen Priorität ausgegeben werden. Versuchen Sie, die Länge der Ketten zu reduzieren, die Downloadgröße von Ressourcen zu verkleinern oder das Herunterladen unnötiger Ressourcen aufzuschieben, um den Seitenaufbau zu beschleunigen. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{1 Kette gefunden}other{# Ketten gefunden}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "Tiefe kritischer Anforderungen minimieren" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "Maximale DOM-Tiefe" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "Gesamtzahl der DOM-Knoten" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "Maximale Anzahl untergeordneter Elemente" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "Laut der Empfehlung von Browserentwicklern sollten Seiten nicht mehr als ungefähr 1.500 DOM-Knoten enthalten. Die ideale Strukturtiefe liegt bei unter 32 Elementen und weniger als 60 unter- und übergeordneten Elementen. Ein großes DOM kann zu hohem Speicherverbrauch, langwierigen [Stilberechnungen](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations) und kostspieligen [dynamischen Umbrüchen im Layout](https://developers.google.com/speed/articles/reflow) führen. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 Knoten}other{# Knoten}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "Übermäßige DOM-Größe vermeiden" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "Vermeidet eine übermäßige DOM-Größe" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "Sie können Gebrauch von der CSS-Funktion \"font-display\" machen, um sicherzugehen, dass der Text für Nutzer sichtbar ist, während Webfonts geladen werden. [Weitere Informationen](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "Darauf achten, dass der Text während der Webfont-Ladevorgänge sichtbar bleibt" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "Der gesamte Text bleibt während der Webfont-Ladevorgänge sichtbar" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "Kategorie" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "Versuchen Sie, die Zeit für das Parsen, Kompilieren und Ausführen von JS zu reduzieren. Die Bereitstellung kleinerer JS-Nutzlasten kann dabei helfen." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "Aufwand für Hauptthread minimieren" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "Minimiert den Aufwand für den Hauptthread" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "Beim Ergebnis oben handelt es sich um eine Schätzung dessen, wie viele Millisekunden Ihre App benötigt, um während des 5-s-Fensters mit der stärksten Auslastung beim Seitenaufbau auf Nutzereingaben zu reagieren. Wenn die Latenz bei Ihnen über 50 ms liegt, empfinden Nutzer Ihre App möglicherweise als langsam. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "Geschätzte Eingabelatenz" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "\"Erste Inhalte gezeichnet\" gibt an, wann der erste Text oder das erste Bild gezeichnet wird. [Weitere Informationen](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "Erste Inhalte gezeichnet" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "\"Erster CPU-Leerlauf\" gibt den Zeitpunkt an, an dem die Aktivität des Hauptthreads der Seite das erste Mal gering genug ist, um Eingaben zu verarbeiten. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "Erster CPU-Leerlauf" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "\"Inhalte weitgehend gezeichnet\" gibt an, wann die Hauptinhalte einer Seite sichtbar sind. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "Inhalte weitgehend gezeichnet" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "\"Zeit bis Interaktivität\" gibt den Zeitpunkt an, an dem die Seite voll interaktionsfähig ist. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "Zeit bis Interaktivität" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "Der Geschwindigkeitsindex zeigt an, wie schnell die Inhalte einer Seite sichtbar dargestellt werden. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "Geschwindigkeitsindex" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "Weiterleitungen führen zu zusätzlichen Verzögerungen, bevor die Seite geladen werden kann. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "Mehrere Weiterleitungen auf die Seite vermeiden" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "TTFB (Time To First Byte) erkennt den Zeitpunkt, an dem Ihr Server eine Antwort sendet. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "Stammdokument brauchte {timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "Serverantwortzeiten reduzieren (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "Serverantwortzeiten sind niedrig (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "Versuchen Sie, die User Timing API in Ihre App zu integrieren. Damit können Sie Messungen von wichtigem Nutzerverhalten in der Praxis vornehmen. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 Nutzertiming}other{# Nutzertimings}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "Markierungen und Messungen für das Nutzertiming" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "Versuchen Sie, Hinweise auf Ressourcen für eine Vorverbindung oder einen DNS-Vorabruf hinzuzufügen, damit möglichst frühzeitig eine Verbindung zu wichtigen Drittanbieterursprüngen hergestellt wird. [Weitere Informationen](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "Vorverbindung zu erforderlichen Ursprüngen aufbauen" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "Mit können Sie das Abrufen von Ressourcen priorisieren, die aktuell später beim Seitenaufbau angefordert werden. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "Wichtige Anforderungen vorab laden" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "Weitere Informationen zur Leistung Ihrer App." + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "Diagnose" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "Der wichtigste Faktor bei der Leistung ist, wie schnell Pixel auf dem Bildschirm gerendert werden. Wichtige Messwerte: \"Erste Inhalte gezeichnet\", \"Inhalte weitgehend gezeichnet\"" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "Verbesserungen beim Zeichnen der ersten Inhalte" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "Diese Optimierungen können den Seitenaufbau beschleunigen." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "Empfehlungen" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "Messwerte" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "Hier können Sie die Ladezeiten verkürzen, damit die Seite so schnell wie möglich reagiert und Einsatzbereit ist. Wichtige Messwerte: \"Zeit bis Interaktivität\", \"Geschwindigkeitsindex\"" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "Allgemeine Verbesserungen" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "Leistung" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "Cache-TTL" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "Größe (KB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "Zeitaufwand" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "URL" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "Mögliche Einsparung (KB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "Mögliche Einsparung (ms)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "Mögliche Einsparung von {wastedBytes, number, bytes} ms" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "Mögliche Einsparung von {wastedMs, number, milliseconds} ms" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "Überprüfungen ansehen" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "Fehler." + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "Fehler gemeldet: keine Informationen zur Überprüfung" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "Zusätzliche Elemente zur manuellen Überprüfung" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "Nicht zutreffend" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "Empfehlung" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "Geschätzte Einsparung" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "Bestandene Prüfungen" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "Ergebnisskala:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "Einige Probleme haben diese Ausführung von Lighthouse beeinträchtigt:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "Die Werte sind geschätzt und können variieren." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "Warnungen: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/de-CH.json b/lighthouse-core/lib/locales/de-CH.json new file mode 100644 index 000000000000..6c8f859e5824 --- /dev/null +++ b/lighthouse-core/lib/locales/de-CH.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Chrome-Erweiterungen haben sich negativ auf die Ladegeschwindigkeit dieser Seite ausgewirkt. Versuchen Sie, die Seite im Inkognito-Modus oder mit einem neuen Chrome-Profil zu überprüfen." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "Skriptauswertung" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "Parsen von Skripten" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "Gesamt" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "Versuchen Sie, die Zeit für das Parsen, Kompilieren und Ausführen von JS zu reduzieren. Die Bereitstellung kleinerer JS-Nutzlasten kann dabei helfen. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "Ausführungszeit von JavaScript reduzieren" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "JavaScript-Ausführungszeit" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "Grosse GIF-Dateien sind nur bedingt für die Bereitstellung animierter Inhalte geeignet. Sie können statt GIF MPEG4- oder WebM-Videos für Animationen und PNG oder WebP für statische Bilder verwenden und so die Netzwerk-Datenmenge reduzieren. [Weitere Informationen](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "Videoformate für animierte Inhalte verwenden" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "Versuchen Sie, nicht sichtbare und versteckte Bilder erst laden zu lassen, nachdem wichtige Ressourcen geladen wurden, um die Zeit bis zur Interaktivität zu reduzieren. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "Nicht sichtbare Bilder aufschieben" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "Ressourcen blockieren das erste Zeichnen Ihrer Seite. Versuchen Sie, wichtiges JS und wichtige CSS inline bereitzustellen und alle nicht kritischen JS und Stile aufzuschieben. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "Ressourcen beseitigen, die das Rendering blockieren" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "Grosse Netzwerknutzlasten kosten Nutzer bares Geld und hängen eng mit langen Ladezeiten zusammen. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "Die Gesamtgrösse war {totalBytes, number, bytes} KB" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "Sehr grosse Netzwerknutzlasten vermeiden" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "Vermeidet sehr grosse Netzwerknutzlasten" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "Durch die Komprimierung von CSS-Dateien kann die Grösse von Netzwerknutzlasten reduziert werden. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "CSS komprimieren" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "Durch die Komprimierung von JavaScript-Dateien können Nutzlastgrössen und die Zeit zum Parsen von Skripts reduziert werden. [Weitere Informationen](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "JavaScript komprimieren" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "Entfernen Sie nicht verwendete Regeln aus Stylesheets, um unnötige Daten bei Netzwerkaktivitäten zu reduzieren. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "Nicht verwendete CSS aufschieben" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "Entfernen Sie nicht verwendetes JavaScript, um die Datenmenge bei Netzwerkaktivitäten zu reduzieren." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "Nicht genutztes JavaScript entfernen" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "Eine lange Lebensdauer des Cache kann wiederholte Besuche Ihrer Seite beschleunigen. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{1 Ressource gefunden}other{# Ressourcen gefunden}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "Statische Inhalte mit einer effizienten Cache-Richtlinie bereitstellen" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "Verwendet eine effiziente Cache-Richtlinie für statische Inhalte" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "Optimierte Bilder werden schneller geladen und verbrauchen weniger mobile Daten. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "Bilder effizient codieren" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "Stellen Sie Bilder bereit, die eine angemessene Grösse haben, um mobile Daten zu sparen und die Ladezeit zu verbessern. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "Bilder richtig dimensionieren" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "Textbasierte Ressourcen sollten mit Komprimierung (gzip, Deflate oder Brotli) bereitgestellt werden, um die Datenmenge im Netzwerk insgesamt zu minimieren. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/text-compression)" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "Textkomprimierung aktivieren" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "Bildformate wie JPEG 2000, JPEG XR und WebP bieten oft eine bessere Komprimierung als PNG oder JPEG, was schnellere Downloads und einen geringeren Datenverbrauch ermöglicht. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "Bilder in modernen Formaten bereitstellen" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "In den unten aufgeführten Ketten kritischer Anfragen können Sie sehen, welche Ressourcen mit einer hohen Priorität ausgegeben werden. Versuchen Sie, die Länge der Ketten zu reduzieren, die Downloadgrösse von Ressourcen zu verkleinern oder das Herunterladen unnötiger Ressourcen aufzuschieben, um den Seitenaufbau zu beschleunigen. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{1 Kette gefunden}other{# Ketten gefunden}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "Tiefe kritischer Anforderungen minimieren" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "Maximale DOM-Tiefe" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "Gesamtzahl der DOM-Knoten" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "Maximale Anzahl untergeordneter Elemente" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "Laut der Empfehlung von Browserentwicklern sollten Seiten nicht mehr als ungefähr 1.500 DOM-Knoten enthalten. Die ideale Strukturtiefe liegt bei unter 32 Elementen und weniger als 60 unter- und übergeordneten Elementen. Ein grosses DOM kann zu hohem Speicherverbrauch, langwierigen [Stilberechnungen](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations) und kostspieligen [dynamischen Umbrüchen im Layout](https://developers.google.com/speed/articles/reflow) führen. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 Knoten}other{# Knoten}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "Übermässige DOM-Grösse vermeiden" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "Vermeidet eine übermässige DOM-Grösse" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "Sie können Gebrauch von der CSS-Funktion \"font-display\" machen, um sicherzugehen, dass der Text für Nutzer sichtbar ist, während Webfonts geladen werden. [Weitere Informationen](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "Darauf achten, dass der Text während der Webfont-Ladevorgänge sichtbar bleibt" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "Der gesamte Text bleibt während der Webfont-Ladevorgänge sichtbar" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "Kategorie" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "Versuchen Sie, die Zeit für das Parsen, Kompilieren und Ausführen von JS zu reduzieren. Die Bereitstellung kleinerer JS-Nutzlasten kann dabei helfen." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "Aufwand für Hauptthread minimieren" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "Minimiert den Aufwand für den Hauptthread" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "Beim Ergebnis oben handelt es sich um eine Schätzung dessen, wie viele Millisekunden Ihre App benötigt, um während des 5-s-Fensters mit der stärksten Auslastung beim Seitenaufbau auf Nutzereingaben zu reagieren. Wenn die Latenz bei Ihnen über 50 ms liegt, empfinden Nutzer Ihre App möglicherweise als langsam. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "Geschätzte Eingabelatenz" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "\"Erste Inhalte gezeichnet\" gibt an, wann der erste Text oder das erste Bild gezeichnet wird. [Weitere Informationen](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "Erste Inhalte gezeichnet" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "\"Erster CPU-Leerlauf\" gibt den Zeitpunkt an, an dem die Aktivität des Hauptthreads der Seite das erste Mal gering genug ist, um Eingaben zu verarbeiten. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "Erster CPU-Leerlauf" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "\"Inhalte weitgehend gezeichnet\" gibt an, wann die Hauptinhalte einer Seite sichtbar sind. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "Inhalte weitgehend gezeichnet" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "\"Zeit bis Interaktivität\" gibt den Zeitpunkt an, an dem die Seite voll interaktionsfähig ist. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "Zeit bis Interaktivität" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "Der Geschwindigkeitsindex zeigt an, wie schnell die Inhalte einer Seite sichtbar dargestellt werden. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "Geschwindigkeitsindex" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "Weiterleitungen führen zu zusätzlichen Verzögerungen, bevor die Seite geladen werden kann. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "Mehrere Weiterleitungen auf die Seite vermeiden" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "TTFB (Time To First Byte) erkennt den Zeitpunkt, an dem Ihr Server eine Antwort sendet. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "Stammdokument brauchte {timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "Serverantwortzeiten reduzieren (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "Serverantwortzeiten sind niedrig (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "Versuchen Sie, die User Timing API in Ihre App zu integrieren. Damit können Sie Messungen von wichtigem Nutzerverhalten in der Praxis vornehmen. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 Nutzertiming}other{# Nutzertimings}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "Markierungen und Messungen für das Nutzertiming" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "Versuchen Sie, Hinweise auf Ressourcen für eine Vorverbindung oder einen DNS-Vorabruf hinzuzufügen, damit möglichst frühzeitig eine Verbindung zu wichtigen Drittanbieterursprüngen hergestellt wird. [Weitere Informationen](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "Vorverbindung zu erforderlichen Ursprüngen aufbauen" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "Mit können Sie das Abrufen von Ressourcen priorisieren, die aktuell später beim Seitenaufbau angefordert werden. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "Wichtige Anforderungen vorab laden" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "Weitere Informationen zur Leistung Ihrer App." + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "Diagnose" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "Der wichtigste Faktor bei der Leistung ist, wie schnell Pixel auf dem Bildschirm gerendert werden. Wichtige Messwerte: \"Erste Inhalte gezeichnet\", \"Inhalte weitgehend gezeichnet\"" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "Verbesserungen beim Zeichnen der ersten Inhalte" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "Diese Optimierungen können den Seitenaufbau beschleunigen." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "Empfehlungen" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "Messwerte" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "Hier können Sie die Ladezeiten verkürzen, damit die Seite so schnell wie möglich reagiert und Einsatzbereit ist. Wichtige Messwerte: \"Zeit bis Interaktivität\", \"Geschwindigkeitsindex\"" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "Allgemeine Verbesserungen" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "Leistung" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "Cache-TTL" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "Grösse (KB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "Zeitaufwand" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "URL" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "Mögliche Einsparung (KB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "Mögliche Einsparung (ms)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "Mögliche Einsparung von {wastedBytes, number, bytes} ms" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "Mögliche Einsparung von {wastedMs, number, milliseconds} ms" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "Überprüfungen ansehen" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "Fehler." + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "Fehler gemeldet: keine Informationen zur Überprüfung" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "Zusätzliche Elemente zur manuellen Überprüfung" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "Nicht zutreffend" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "Empfehlung" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "Geschätzte Einsparung" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "Bestandene Prüfungen" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "Ergebnisskala:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "Einige Probleme haben diese Ausführung von Lighthouse beeinträchtigt:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "Die Werte sind geschätzt und können variieren." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "Warnungen: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/de.json b/lighthouse-core/lib/locales/de.json new file mode 100644 index 000000000000..a3702cf7636b --- /dev/null +++ b/lighthouse-core/lib/locales/de.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Chrome-Erweiterungen haben sich negativ auf die Ladegeschwindigkeit dieser Seite ausgewirkt. Versuchen Sie, die Seite im Inkognito-Modus oder mit einem neuen Chrome-Profil zu überprüfen." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "Skriptauswertung" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "Parsen von Skripten" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "Gesamt" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "Versuchen Sie, die Zeit für das Parsen, Kompilieren und Ausführen von JS zu reduzieren. Die Bereitstellung kleinerer JS-Nutzlasten kann dabei helfen. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "Ausführungszeit von JavaScript reduzieren" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "JavaScript-Ausführungszeit" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "Große GIF-Dateien sind nur bedingt für die Bereitstellung animierter Inhalte geeignet. Sie können statt GIF MPEG4- oder WebM-Videos für Animationen und PNG oder WebP für statische Bilder verwenden und so die Netzwerk-Datenmenge reduzieren. [Weitere Informationen](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "Videoformate für animierte Inhalte verwenden" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "Versuchen Sie, nicht sichtbare und versteckte Bilder erst laden zu lassen, nachdem wichtige Ressourcen geladen wurden, um die Zeit bis zur Interaktivität zu reduzieren. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "Nicht sichtbare Bilder aufschieben" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "Ressourcen blockieren das erste Zeichnen Ihrer Seite. Versuchen Sie, wichtiges JS und wichtige CSS inline bereitzustellen und alle nicht kritischen JS und Stile aufzuschieben. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "Ressourcen beseitigen, die das Rendering blockieren" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "Große Netzwerknutzlasten kosten Nutzer bares Geld und hängen eng mit langen Ladezeiten zusammen. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "Die Gesamtgröße war {totalBytes, number, bytes} KB" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "Sehr große Netzwerknutzlasten vermeiden" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "Vermeidet sehr große Netzwerknutzlasten" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "Durch die Komprimierung von CSS-Dateien kann die Größe von Netzwerknutzlasten reduziert werden. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "CSS komprimieren" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "Durch die Komprimierung von JavaScript-Dateien können Nutzlastgrößen und die Zeit zum Parsen von Skripts reduziert werden. [Weitere Informationen](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "JavaScript komprimieren" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "Entfernen Sie nicht verwendete Regeln aus Stylesheets, um unnötige Daten bei Netzwerkaktivitäten zu reduzieren. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "Nicht verwendete CSS aufschieben" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "Entfernen Sie nicht verwendetes JavaScript, um die Datenmenge bei Netzwerkaktivitäten zu reduzieren." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "Nicht genutztes JavaScript entfernen" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "Eine lange Lebensdauer des Cache kann wiederholte Besuche Ihrer Seite beschleunigen. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{1 Ressource gefunden}other{# Ressourcen gefunden}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "Statische Inhalte mit einer effizienten Cache-Richtlinie bereitstellen" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "Verwendet eine effiziente Cache-Richtlinie für statische Inhalte" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "Optimierte Bilder werden schneller geladen und verbrauchen weniger mobile Daten. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "Bilder effizient codieren" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "Stellen Sie Bilder bereit, die eine angemessene Größe haben, um mobile Daten zu sparen und die Ladezeit zu verbessern. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "Bilder richtig dimensionieren" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "Textbasierte Ressourcen sollten mit Komprimierung (gzip, Deflate oder Brotli) bereitgestellt werden, um die Datenmenge im Netzwerk insgesamt zu minimieren. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/text-compression)" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "Textkomprimierung aktivieren" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "Bildformate wie JPEG 2000, JPEG XR und WebP bieten oft eine bessere Komprimierung als PNG oder JPEG, was schnellere Downloads und einen geringeren Datenverbrauch ermöglicht. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "Bilder in modernen Formaten bereitstellen" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "In den unten aufgeführten Ketten kritischer Anfragen können Sie sehen, welche Ressourcen mit einer hohen Priorität ausgegeben werden. Versuchen Sie, die Länge der Ketten zu reduzieren, die Downloadgröße von Ressourcen zu verkleinern oder das Herunterladen unnötiger Ressourcen aufzuschieben, um den Seitenaufbau zu beschleunigen. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{1 Kette gefunden}other{# Ketten gefunden}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "Tiefe kritischer Anforderungen minimieren" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "Maximale DOM-Tiefe" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "Gesamtzahl der DOM-Knoten" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "Maximale Anzahl untergeordneter Elemente" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "Laut der Empfehlung von Browserentwicklern sollten Seiten nicht mehr als ungefähr 1.500 DOM-Knoten enthalten. Die ideale Strukturtiefe liegt bei unter 32 Elementen und weniger als 60 unter- und übergeordneten Elementen. Ein großes DOM kann zu hohem Speicherverbrauch, langwierigen [Stilberechnungen](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations) und kostspieligen [dynamischen Umbrüchen im Layout](https://developers.google.com/speed/articles/reflow) führen. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 Knoten}other{# Knoten}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "Übermäßige DOM-Größe vermeiden" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "Vermeidet eine übermäßige DOM-Größe" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "Sie können Gebrauch von der CSS-Funktion \"font-display\" machen, um sicherzugehen, dass der Text für Nutzer sichtbar ist, während Webfonts geladen werden. [Weitere Informationen](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "Darauf achten, dass der Text während der Webfont-Ladevorgänge sichtbar bleibt" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "Der gesamte Text bleibt während der Webfont-Ladevorgänge sichtbar" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "Kategorie" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "Versuchen Sie, die Zeit für das Parsen, Kompilieren und Ausführen von JS zu reduzieren. Die Bereitstellung kleinerer JS-Nutzlasten kann dabei helfen." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "Aufwand für Hauptthread minimieren" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "Minimiert den Aufwand für den Hauptthread" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "Beim Ergebnis oben handelt es sich um eine Schätzung dessen, wie viele Millisekunden Ihre App benötigt, um während des 5-s-Fensters mit der stärksten Auslastung beim Seitenaufbau auf Nutzereingaben zu reagieren. Wenn die Latenz bei Ihnen über 50 ms liegt, empfinden Nutzer Ihre App möglicherweise als langsam. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "Geschätzte Eingabelatenz" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "\"Erste Inhalte gezeichnet\" gibt an, wann der erste Text oder das erste Bild gezeichnet wird. [Weitere Informationen](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "Erste Inhalte gezeichnet" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "\"Erster CPU-Leerlauf\" gibt den Zeitpunkt an, an dem die Aktivität des Hauptthreads der Seite das erste Mal gering genug ist, um Eingaben zu verarbeiten. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "Erster CPU-Leerlauf" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "\"Inhalte weitgehend gezeichnet\" gibt an, wann die Hauptinhalte einer Seite sichtbar sind. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "Inhalte weitgehend gezeichnet" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "\"Zeit bis Interaktivität\" gibt den Zeitpunkt an, an dem die Seite voll interaktionsfähig ist. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "Zeit bis Interaktivität" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "Der Geschwindigkeitsindex zeigt an, wie schnell die Inhalte einer Seite sichtbar dargestellt werden. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "Geschwindigkeitsindex" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "Weiterleitungen führen zu zusätzlichen Verzögerungen, bevor die Seite geladen werden kann. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "Mehrere Weiterleitungen auf die Seite vermeiden" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "TTFB (Time To First Byte) erkennt den Zeitpunkt, an dem Ihr Server eine Antwort sendet. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "Stammdokument brauchte {timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "Serverantwortzeiten reduzieren (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "Serverantwortzeiten sind niedrig (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "Versuchen Sie, die User Timing API in Ihre App zu integrieren. Damit können Sie Messungen von wichtigem Nutzerverhalten in der Praxis vornehmen. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 Nutzertiming}other{# Nutzertimings}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "Markierungen und Messungen für das Nutzertiming" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "Versuchen Sie, Hinweise auf Ressourcen für eine Vorverbindung oder einen DNS-Vorabruf hinzuzufügen, damit möglichst frühzeitig eine Verbindung zu wichtigen Drittanbieterursprüngen hergestellt wird. [Weitere Informationen](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "Vorverbindung zu erforderlichen Ursprüngen aufbauen" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "Mit können Sie das Abrufen von Ressourcen priorisieren, die aktuell später beim Seitenaufbau angefordert werden. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "Wichtige Anforderungen vorab laden" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "Weitere Informationen zur Leistung Ihrer App." + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "Diagnose" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "Der wichtigste Faktor bei der Leistung ist, wie schnell Pixel auf dem Bildschirm gerendert werden. Wichtige Messwerte: \"Erste Inhalte gezeichnet\", \"Inhalte weitgehend gezeichnet\"" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "Verbesserungen beim Zeichnen der ersten Inhalte" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "Diese Optimierungen können den Seitenaufbau beschleunigen." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "Empfehlungen" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "Messwerte" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "Hier können Sie die Ladezeiten verkürzen, damit die Seite so schnell wie möglich reagiert und Einsatzbereit ist. Wichtige Messwerte: \"Zeit bis Interaktivität\", \"Geschwindigkeitsindex\"" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "Allgemeine Verbesserungen" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "Leistung" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "Cache-TTL" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "Größe (KB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "Zeitaufwand" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "URL" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "Mögliche Einsparung (KB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "Mögliche Einsparung (ms)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "Mögliche Einsparung von {wastedBytes, number, bytes} ms" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "Mögliche Einsparung von {wastedMs, number, milliseconds} ms" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "Überprüfungen ansehen" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "Fehler." + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "Fehler gemeldet: keine Informationen zur Überprüfung" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "Zusätzliche Elemente zur manuellen Überprüfung" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "Nicht zutreffend" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "Empfehlung" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "Geschätzte Einsparung" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "Bestandene Prüfungen" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "Ergebnisskala:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "Einige Probleme haben diese Ausführung von Lighthouse beeinträchtigt:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "Die Werte sind geschätzt und können variieren." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "Warnungen: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/el.json b/lighthouse-core/lib/locales/el.json new file mode 100644 index 000000000000..f47fecdbccbe --- /dev/null +++ b/lighthouse-core/lib/locales/el.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Οι επεκτάσεις Chrome επηρεάζονται αρνητικά από την απόδοση φόρτωσης αυτής της σελίδας. Δοκιμάστε να εκτελέσετε έλεγχο της σελίδας σε κατάσταση ανώνυμης περιήγησης ή από κάποιο καθαρό προφίλ Chrome." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "Αξιολόγηση σεναρίου" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "Ανάλυση σεναρίου" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "Σύνολο" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "Εξετάστε το ενδεχόμενο μείωσης του χρόνου ανάλυσης, σύνθεσης και εκτέλεσης JS. Μπορεί να διαπιστώσετε ότι η προβολή μικρότερων φορτίων δεδομένων JS συμβάλλει προς αυτήν την κατεύθυνση. [Μάθετε περισσότερα](https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "Μείωση χρόνου εκτέλεσης JavaScript" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "Χρόνος εκτέλεσης JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "Οι μεγάλες εικόνες GIF δεν είναι αποδοτικές για την προβολή περιεχομένου κινούμενων εικόνων. Εξετάστε το ενδεχόμενο χρήσης βίντεο MPEG4/WebM για κινούμενες εικόνες και PNG/WebP για στατικές εικόνες αντί για τη χρήση εικόνων GIF, με στόχο την εξοικονόμηση byte δικτύου. [Μάθετε περισσότερα](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "Χρήση μορφών βίντεο για περιεχόμενο κινούμενων εικόνων" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "Εξετάστε τη φόρτωση εικόνων εκτός οθόνης και κρυφών εικόνων με καθυστέρηση μετά την ολοκλήρωση της φόρτωσης όλων των σημαντικών πόρων, προκειμένου να ελαττωθεί ο χρόνος μετάβασης σε κατάσταση αλληλεπίδρασης. [Μάθετε περισσότερα](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "Καθυστέρηση φόρτωσης εικόνων εκτός οθόνης" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "Υπάρχουν πόροι οι οποίοι αποκλείουν την πρώτη μορφή της σελίδας σας. Εξετάστε το ενδεχόμενο προβολής σημαντικών ενσωματωμένων JS/CSS και καθυστέρησης όλων των μη σημαντικών JS/στυλ. [Μάθετε περισσότερα](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "Εξάλειψη πόρων που αποκλείουν την απόδοση" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "Τα μεγάλα φορτία δεδομένων δικτύου συνεπάγονται υψηλό χρηματικό κόστος για τους χρήστες και συσχετίζονται σε μεγάλο βαθμό με εκτενείς χρόνους φόρτωσης. [Μάθετε περισσότερα](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "Το συνολικό μέγεθος ήταν {totalBytes, number, bytes} KB" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "Αποφύγετε τα πολύ μεγάλα φορτία δεδομένων δικτύου" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "Αποφεύγει τα πολύ μεγάλα φορτία δεδομένων δικτύου" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "Με την ελαχιστοποίηση των αρχείων CSS, μπορεί να ελαττωθούν τα μεγέθη φορτίου δεδομένων δικτύου. [Μάθετε περισσότερα](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "Ελαχιστοποίηση CSS" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "Με την ελαχιστοποίηση των αρχείων JavaScript, μπορεί να μειωθούν τα μεγέθη φορτίου δεδομένων και να ελαττωθεί ο χρόνος ανάλυσης σεναρίου. [Μάθετε περισσότερα](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "Ελαχιστοποίηση JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "Καταργήστε κανόνες που δεν χρησιμοποιούνται από τα φύλλα στυλ, για να μειώσετε τον αριθμό των μη απαραίτητων byte που καταναλώνονται από τη δραστηριότητα δικτύου. [Μάθετε περισσότερα](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "Καθυστέρηση μη χρησιμοποιούμενων CSS" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "Καταργήστε τυχόν JavaScript που δεν χρησιμοποιείται, για να ελαττώσετε τα byte που καταναλώνονται από τη δραστηριότητα δικτύου." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "Κατάργηση JavaScript που δεν χρησιμοποιείται" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "Η μεγάλη διάρκεια ζωής της κρυφής μνήμης μπορεί να επιταχύνει τις επαναλαμβανόμενες επισκέψεις στη σελίδα σας. [Μάθετε περισσότερα](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{Βρέθηκε 1 πόρος}other{Βρέθηκαν # πόροι}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "Προβολή στατικών στοιχείων με επαρκή πολιτική κρυφής μνήμης" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "Χρησιμοποιεί αποδοτική πολιτική κρυφής μνήμης σε στατικά στοιχεία" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "Οι βελτιστοποιημένες εικόνες φορτώνονται πιο γρήγορα και καταναλώνουν λιγότερα δεδομένα κινητής τηλεφωνίας. [Μάθετε περισσότερα](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "Αποδοτική κωδικοποίηση εικόνων" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "Προβάλετε εικόνες κατάλληλου μεγέθους, για την εξοικονόμηση δεδομένων κινητής τηλεφωνίας και τη βελτίωση του χρόνου φόρτωσης. [Μάθετε περισσότερα](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "Κατάλληλη προσαρμογή μεγέθους εικόνων" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "Οι πόροι που βασίζονται σε κείμενο θα πρέπει να προβάλλονται με συμπίεση (gzip, deflate ή brotli), προκειμένου να ελαχιστοποιούνται τα byte δικτύου. [Μάθετε περισσότερα](https://developers.google.com/web/tools/lighthouse/audits/text-compression)." + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "Ενεργοποίηση συμπίεσης κειμένου" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "Οι μορφές εικόνας όπως JPEG 2000, JPEG XR και WebP συχνά παρέχουν καλύτερη συμπίεση από ό,τι οι μορφές PNG και JPEG. Αυτό σημαίνει γρηγορότερες λήψεις και μικρότερη κατανάλωση δεδομένων. [Μάθετε περισσότερα](https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "Προβολή εικόνων σε μορφές επόμενης γενιάς" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "Οι Αλυσίδες κρίσιμων αιτημάτων που ακολουθούν δείχνουν τους πόρους που εκδίδονται με υψηλή προτεραιότητα. Εξετάστε το ενδεχόμενο μείωσης των αλυσίδων, μείωσης του μεγέθους λήψης πόρων ή καθυστέρησης της λήψης μη απαραίτητων πόρων, για τη βελτίωση της φόρτωσης σελίδας. [Μάθετε περισσότερα](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{Βρέθηκε 1 αλυσίδα}other{Βρέθηκαν # αλυσίδες}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "Ελαχιστοποίηση βάθους κρίσιμων αιτημάτων" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "Μέγιστο βάθος DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "Σύνολο κόμβων DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "Μέγιστος αριθμός θυγατρικών" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "Οι μηχανικοί προγραμμάτων περιήγησης συνιστούν να περιέχουν οι σελίδες λιγότερους από ~1.500 κόμβους DOM. Το ιδανικό είναι ένα βάθος δέντρου με < 32 στοιχεία και λιγότερα από 60 θυγατρικά/γονικά στοιχεία. Ένα μεγάλο DOM μπορεί να αυξήσει τη χρήση της μνήμης, να προκαλέσει [υπολογισμούς στυλ] μεγαλύτερης διάρκειας (https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations) και να δημιουργήσει [επαναληπτικές ροές διάταξης] υψηλού κόστους (https://developers.google.com/speed/articles/reflow). [Μάθετε περισσότερα](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 κόμβος}other{# κόμβοι}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "Αποφύγετε τα υπερβολικά μεγάλα μεγέθη DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "Αποφεύγει τα υπερβολικά μεγάλα μεγέθη DOM" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "Χρησιμοποιήστε τη λειτουργία CSS προβολής γραμματοσειράς, για να διασφαλίσετε ότι το κείμενο είναι ορατό στους χρήστες κατά τη φόρτωση των γραμματοσειρών ιστοτόπου. [Μάθετε περισσότερα](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "Βεβαιωθείτε ότι το κείμενο παραμένει ορατό κατά τη διάρκεια της φόρτωσης γραμματοσειράς ιστοτόπου" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "Όλο το κείμενο παραμένει ορατό κατά τη διάρκεια φορτώσεων γραμματοσειράς ιστοτόπου" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "Κατηγορία" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "Εξετάστε το ενδεχόμενο ελάττωσης του χρόνου ανάλυσης, σύνθεσης και εκτέλεσης JS. Μπορεί να διαπιστώσετε ότι η προβολή μικρότερων φορτίων δεδομένων JS συμβάλλει προς αυτήν την κατεύθυνση." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "Ελαχιστοποιήστε την κύρια εργασία νήματος" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "Ελαχιστοποιεί την κύρια εργασία νήματος" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "Η παραπάνω βαθμολογία αποτελεί εκτίμηση του χρόνου που απαιτείται προκειμένου η εφαρμογή σας να ανταποκριθεί στα στοιχεία εισόδου χρήστη, σε χιλιοστά του δευτερολέπτου, κατά τη διάρκεια εκτέλεσης του παραθύρου φόρτωσης σελίδας 5 δευτ. με τη μεγαλύτερη κινητικότητα. Εάν ο λανθάνων χρόνος είναι μεγαλύτερος από 50 ms, οι χρήστες μπορεί να θεωρήσουν ότι η εφαρμογή σας είναι αργή. [Μάθετε περισσότερα](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "Εκτιμώμενος λανθάνων χρόνος στοιχείων εισόδου" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "Η Πρώτη μορφή με περιεχόμενο υποδεικνύει πότε μορφοποιείται το πρώτο κείμενο ή η πρώτη εικόνα. [Μάθετε περισσότερα](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "Πρώτη μορφή με περιεχόμενο" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "Η Πρώτη αδράνεια CPU υποδεικνύει την πρώτη φορά που το κύριο νήμα μιας σελίδας παρουσιάζει αρκετά χαμηλή κινητικότητα έτσι ώστε να διαχειριστεί στοιχεία εισόδου. [Μάθετε περισσότερα](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "Πρώτη αδράνεια CPU" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "Η Πρώτη χρήσιμη μορφή υπολογίζει πότε είναι ορατό το κύριο περιεχόμενο μιας σελίδας. [Μάθετε περισσότερα](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "Πρώτη χρήσιμη μορφή" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "Η Αλληλεπίδραση υποδεικνύει πότε η σελίδα είναι πλήρως διαδραστική. [Μάθετε περισσότερα](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "Χρόνος για Αλληλεπίδραση" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "Το Ευρετήριο ταχύτητας δείχνει πόσο γρήγορα γίνονται ορατά τα περιεχόμενα μιας σελίδας. [Μάθετε περισσότερα](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "Ευρετήριο ταχύτητας" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "Οι ανακατευθύνσεις δημιουργούν επιπλέον καθυστερήσεις προτού να είναι δυνατή η φόρτωση της σελίδας. [Μάθετε περισσότερα](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "Αποφυγή ανακατευθύνσεων πολλών σελίδων" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "Ο Χρόνος μέχρι το πρώτο byte προσδιορίζει πότε ο διακομιστής σας στέλνει μια απόκριση. [Μάθετε περισσότερα](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "Το αρχείο ρίζας χρειάστηκε {timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "Μείωση χρόνων απόκρισης διακομιστή (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "Οι χρόνοι απόκρισης διακομιστή είναι χαμηλοί (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "Εξετάστε το ενδεχόμενο ενίσχυσης της εφαρμογής σας με το User Timing API, για να δημιουργείτε προσαρμοσμένες, πραγματικές μετρήσεις για σημαντικές εμπειρίες χρήστη. [Μάθετε περισσότερα](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 χρόνος χρήστη}other{# χρόνοι χρήστη}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "Ενδείξεις και μετρήσεις Χρόνων χρήστη" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "Εξετάστε το ενδεχόμενο προσθήκης υποδείξεων πόρου προσύνδεσης ή προανάλυσης dns, για τη δημιουργία πρώιμων συνδέσεων σε σημαντικές προελεύσεις τρίτου μέρους. [Μάθετε περισσότερα](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "Προσύνδεση σε απαιτούμενες προελεύσεις" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "Εξετάστε το ενδεχόμενο χρήσης , για να δώσετε προτεραιότητα στην ανάλυση πόρων των οποίων το αίτημα εμφανίζεται αργότερα στη σελίδα. [Μάθετε περισσότερα](https://developers.google.com/web/tools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "Σημαντικά αιτήματα προφόρτωσης" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "Περισσότερες πληροφορίες σχετικά με την απόδοση της εφαρμογής σας" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "Διαγνωστικά στοιχεία" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "Η πιο σημαντική πτυχή της απόδοσης είναι η ταχύτητα με την οποία αποδίδονται τα pixel στην οθόνη. Σημαντικές μετρήσεις: Πρώτη μορφή με περιεχόμενο, Πρώτη χρήσιμη μορφή" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "Βελτιώσεις πρώτης μορφής" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "Αυτοί οι οργανισμοί μπορούν να επιταχύνουν τη φόρτωση της σελίδας σας." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "Ευκαιρίες" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "Μετρήσεις" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "Βελτιώστε τη συνολική εμπειρία φόρτωσης, για να μπορεί η σελίδα να ανταποκρίνεται και να είναι έτοιμη για χρήση το συντομότερο δυνατό. Σημαντικές μετρήσεις: Χρόνος για Αλληλεπίδραση, Ευρετήριο ταχύτητας" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "Συνολικές βελτιώσεις" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "Απόδοση" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "TTL κρυφής μνήμης" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "Μέγεθος (KB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "Χρόνος χρήσης" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "URL" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "Δυνητικές εξοικονομήσεις (KB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "Δυνητικές εξοικονομήσεις (ms)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "Δυνητικές εξοικονομήσεις {wastedBytes, number, bytes} KB" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "Δυνητικές εξοικονομήσεις {wastedMs, number, milliseconds} ms" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "Εμφάνιση ελέγχων" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "Σφάλμα!" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "Σφάλμα αναφοράς: Δεν υπάρχουν πληροφορίες ελέγχου" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "Επιπλέον στοιχεία για μη αυτόματο έλεγχο" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "Δεν ισχύει" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "Ευκαιρία" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "Εκτιμώμενες εξοικονομήσεις" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "Έλεγχοι που ολοκληρώθηκαν επιτυχώς" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "Κλίμακα βαθμολογίας:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "Παρουσιάστηκαν ορισμένα ζητήματα τα οποία επηρεάζουν αυτήν την εκτέλεση του Lighthouse:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "Οι τιμές εκτιμώνται και μπορεί να ποικίλουν." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "Προειδοποιήσεις: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/en-IE.json b/lighthouse-core/lib/locales/en-IE.json new file mode 100644 index 000000000000..ddde2a04e0ca --- /dev/null +++ b/lighthouse-core/lib/locales/en-IE.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Chrome extensions negatively affected this page's load performance. Try auditing the page in incognito mode or from a clean Chrome profile." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "Script Evaluation" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "Script Parse" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "Total" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "Reduce JavaScript execution time" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "JavaScript execution time" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "Large GIFs are inefficient for delivering animated content. Consider using MPEG4/WebM videos for animations and PNG/WebP for static images instead of GIF to save network bytes. [Learn more](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "Use video formats for animated content" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "Consider lazy-loading off-screen and hidden images after all critical resources have finished loading to lower time to interactive. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "Defer off-screen images" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "Resources are blocking the first paint of your page. Consider delivering critical JS/CSS inline and deferring all non-critical JS/styles. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "Eliminate render-blocking resources" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "Large network payloads cost users real money and are highly correlated with long load times. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "Total size was {totalBytes, number, bytes} KB" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "Avoid enormous network payloads" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "Avoids enormous network payloads" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "Minifying CSS files can reduce network payload sizes. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "Minify CSS" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "Minifying JavaScript files can reduce payload sizes and script parse time. [Learn more](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "Minify JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "Remove unused rules from stylesheets to reduce unnecessary bytes consumed by network activity. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "Defer unused CSS" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "Remove unused JavaScript to reduce bytes consumed by network activity." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "Remove unused JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "A long cache lifetime can speed up repeat visits to your page. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{1 resource found}other{# resources found}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "Serve static assets with an efficient cache policy" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "Uses efficient cache policy on static assets" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "Optimised images load faster and consume less mobile data. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "Efficiently encode images" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "Serve images that are appropriately-sized to save mobile data and improve load time. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "Properly size images" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "Text-based resources should be served with compression (gzip, deflate or brotli) to minimise total network bytes. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/text-compression)." + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "Enable text compression" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "Image formats like JPEG 2000, JPEG XR and WebP often provide better compression than PNG or JPEG, which means faster downloads and less data consumption. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "Serve images in next-gen formats" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "The Critical Request Chains below show you what resources are issued with a high priority. Consider reducing the length of chains, reducing the download size of resources or deferring the download of unnecessary resources to improve page load. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{1 chain found}other{# chains found}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "Minimise Critical Requests Depth" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "Maximum DOM Depth" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "Total DOM Nodes" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "Maximum Children" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "Browser engineers recommend pages contain fewer than ~1,500 DOM nodes. The sweet spot is a tree depth < 32 elements and fewer than 60 children/parent element. A large DOM can increase memory usage, cause longer [style calculations](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations), and produce costly [layout reflows](https://developers.google.com/speed/articles/reflow). [Learn more](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 node}other{# nodes}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "Avoid an excessive DOM size" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "Avoids an excessive DOM size" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "Leverage the font-display CSS feature to ensure text is user-visible while webfonts are loading. [Learn more](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "Ensure text remains visible during webfont load" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "All text remains visible during webfont loads" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "Category" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "Minimise main thread work" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "Minimises main thread work" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "The score above is an estimate of how long your app takes to respond to user input, in milliseconds, during the busiest 5-second window of page load. If your latency is higher than 50 ms, users may perceive your app as laggy. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "Estimated Input Latency" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "First contentful paint marks the time at which the first text or image is painted. [Learn more](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "First Contentful Paint" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "First CPU Idle marks the first time at which the page's main thread is quiet enough to handle input. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "First CPU Idle" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "First Meaningful Paint measures when the primary content of a page is visible. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "First Meaningful Paint" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "Interactive marks the time at which the page is fully interactive. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "Time to Interactive" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "Speed Index shows how quickly the contents of a page are visibly populated. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "Speed Index" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "Redirects introduce additional delays before the page can be loaded. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "Avoid multiple page redirects" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "Time To First Byte identifies the time at which your server sends a response. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "Root document took {timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "Reduce server response times (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "Server response times are low (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "Consider instrumenting your app with the User Timing API to create custom, real-world measurements of key user experiences. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 user timing}other{# user timings}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "User Timing marks and measures" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "Consider adding pre-connect or DNS-prefetch resource hints to establish early connections to important third-party origins. [Learn more](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "Pre-connect to required origins" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "Consider using to prioritise fetching resources that are currently requested later in page load. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "Pre-load key requests" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "More information about the performance of your application." + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "Diagnostics" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "The most critical aspect of performance is how quickly pixels are rendered onscreen. Key metrics: First Contentful Paint, First Meaningful Paint" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "First Paint Improvements" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "These optimisations can speed up your page load." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "Opportunities" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "Metrics" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "Enhance the overall loading experience, so the page is responsive and ready to use as soon as possible. Key metrics: Time to Interactive, Speed Index" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "Overall Improvements" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "Performance" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "Cache TTL" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "Size (KB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "Time Spent" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "URL" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "Potential Savings (KB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "Potential Savings (ms)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "Potential savings of {wastedBytes, number, bytes} KB" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "Potential savings of {wastedMs, number, milliseconds} ms" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "Show audits" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "Error!" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "Report error: no audit information" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "Additional items to manually check" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "Not applicable" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "Opportunity" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "Estimated Savings" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "Passed audits" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "Score scale:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "There were issues affecting this run of Lighthouse:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "Values are estimated and may vary." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "Warnings: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/en-IN.json b/lighthouse-core/lib/locales/en-IN.json new file mode 100644 index 000000000000..ddde2a04e0ca --- /dev/null +++ b/lighthouse-core/lib/locales/en-IN.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Chrome extensions negatively affected this page's load performance. Try auditing the page in incognito mode or from a clean Chrome profile." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "Script Evaluation" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "Script Parse" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "Total" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "Reduce JavaScript execution time" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "JavaScript execution time" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "Large GIFs are inefficient for delivering animated content. Consider using MPEG4/WebM videos for animations and PNG/WebP for static images instead of GIF to save network bytes. [Learn more](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "Use video formats for animated content" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "Consider lazy-loading off-screen and hidden images after all critical resources have finished loading to lower time to interactive. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "Defer off-screen images" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "Resources are blocking the first paint of your page. Consider delivering critical JS/CSS inline and deferring all non-critical JS/styles. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "Eliminate render-blocking resources" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "Large network payloads cost users real money and are highly correlated with long load times. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "Total size was {totalBytes, number, bytes} KB" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "Avoid enormous network payloads" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "Avoids enormous network payloads" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "Minifying CSS files can reduce network payload sizes. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "Minify CSS" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "Minifying JavaScript files can reduce payload sizes and script parse time. [Learn more](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "Minify JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "Remove unused rules from stylesheets to reduce unnecessary bytes consumed by network activity. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "Defer unused CSS" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "Remove unused JavaScript to reduce bytes consumed by network activity." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "Remove unused JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "A long cache lifetime can speed up repeat visits to your page. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{1 resource found}other{# resources found}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "Serve static assets with an efficient cache policy" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "Uses efficient cache policy on static assets" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "Optimised images load faster and consume less mobile data. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "Efficiently encode images" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "Serve images that are appropriately-sized to save mobile data and improve load time. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "Properly size images" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "Text-based resources should be served with compression (gzip, deflate or brotli) to minimise total network bytes. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/text-compression)." + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "Enable text compression" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "Image formats like JPEG 2000, JPEG XR and WebP often provide better compression than PNG or JPEG, which means faster downloads and less data consumption. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "Serve images in next-gen formats" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "The Critical Request Chains below show you what resources are issued with a high priority. Consider reducing the length of chains, reducing the download size of resources or deferring the download of unnecessary resources to improve page load. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{1 chain found}other{# chains found}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "Minimise Critical Requests Depth" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "Maximum DOM Depth" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "Total DOM Nodes" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "Maximum Children" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "Browser engineers recommend pages contain fewer than ~1,500 DOM nodes. The sweet spot is a tree depth < 32 elements and fewer than 60 children/parent element. A large DOM can increase memory usage, cause longer [style calculations](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations), and produce costly [layout reflows](https://developers.google.com/speed/articles/reflow). [Learn more](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 node}other{# nodes}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "Avoid an excessive DOM size" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "Avoids an excessive DOM size" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "Leverage the font-display CSS feature to ensure text is user-visible while webfonts are loading. [Learn more](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "Ensure text remains visible during webfont load" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "All text remains visible during webfont loads" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "Category" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "Minimise main thread work" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "Minimises main thread work" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "The score above is an estimate of how long your app takes to respond to user input, in milliseconds, during the busiest 5-second window of page load. If your latency is higher than 50 ms, users may perceive your app as laggy. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "Estimated Input Latency" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "First contentful paint marks the time at which the first text or image is painted. [Learn more](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "First Contentful Paint" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "First CPU Idle marks the first time at which the page's main thread is quiet enough to handle input. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "First CPU Idle" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "First Meaningful Paint measures when the primary content of a page is visible. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "First Meaningful Paint" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "Interactive marks the time at which the page is fully interactive. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "Time to Interactive" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "Speed Index shows how quickly the contents of a page are visibly populated. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "Speed Index" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "Redirects introduce additional delays before the page can be loaded. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "Avoid multiple page redirects" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "Time To First Byte identifies the time at which your server sends a response. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "Root document took {timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "Reduce server response times (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "Server response times are low (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "Consider instrumenting your app with the User Timing API to create custom, real-world measurements of key user experiences. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 user timing}other{# user timings}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "User Timing marks and measures" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "Consider adding pre-connect or DNS-prefetch resource hints to establish early connections to important third-party origins. [Learn more](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "Pre-connect to required origins" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "Consider using to prioritise fetching resources that are currently requested later in page load. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "Pre-load key requests" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "More information about the performance of your application." + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "Diagnostics" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "The most critical aspect of performance is how quickly pixels are rendered onscreen. Key metrics: First Contentful Paint, First Meaningful Paint" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "First Paint Improvements" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "These optimisations can speed up your page load." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "Opportunities" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "Metrics" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "Enhance the overall loading experience, so the page is responsive and ready to use as soon as possible. Key metrics: Time to Interactive, Speed Index" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "Overall Improvements" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "Performance" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "Cache TTL" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "Size (KB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "Time Spent" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "URL" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "Potential Savings (KB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "Potential Savings (ms)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "Potential savings of {wastedBytes, number, bytes} KB" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "Potential savings of {wastedMs, number, milliseconds} ms" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "Show audits" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "Error!" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "Report error: no audit information" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "Additional items to manually check" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "Not applicable" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "Opportunity" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "Estimated Savings" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "Passed audits" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "Score scale:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "There were issues affecting this run of Lighthouse:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "Values are estimated and may vary." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "Warnings: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/en-SG.json b/lighthouse-core/lib/locales/en-SG.json new file mode 100644 index 000000000000..ddde2a04e0ca --- /dev/null +++ b/lighthouse-core/lib/locales/en-SG.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Chrome extensions negatively affected this page's load performance. Try auditing the page in incognito mode or from a clean Chrome profile." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "Script Evaluation" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "Script Parse" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "Total" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "Reduce JavaScript execution time" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "JavaScript execution time" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "Large GIFs are inefficient for delivering animated content. Consider using MPEG4/WebM videos for animations and PNG/WebP for static images instead of GIF to save network bytes. [Learn more](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "Use video formats for animated content" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "Consider lazy-loading off-screen and hidden images after all critical resources have finished loading to lower time to interactive. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "Defer off-screen images" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "Resources are blocking the first paint of your page. Consider delivering critical JS/CSS inline and deferring all non-critical JS/styles. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "Eliminate render-blocking resources" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "Large network payloads cost users real money and are highly correlated with long load times. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "Total size was {totalBytes, number, bytes} KB" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "Avoid enormous network payloads" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "Avoids enormous network payloads" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "Minifying CSS files can reduce network payload sizes. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "Minify CSS" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "Minifying JavaScript files can reduce payload sizes and script parse time. [Learn more](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "Minify JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "Remove unused rules from stylesheets to reduce unnecessary bytes consumed by network activity. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "Defer unused CSS" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "Remove unused JavaScript to reduce bytes consumed by network activity." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "Remove unused JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "A long cache lifetime can speed up repeat visits to your page. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{1 resource found}other{# resources found}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "Serve static assets with an efficient cache policy" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "Uses efficient cache policy on static assets" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "Optimised images load faster and consume less mobile data. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "Efficiently encode images" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "Serve images that are appropriately-sized to save mobile data and improve load time. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "Properly size images" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "Text-based resources should be served with compression (gzip, deflate or brotli) to minimise total network bytes. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/text-compression)." + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "Enable text compression" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "Image formats like JPEG 2000, JPEG XR and WebP often provide better compression than PNG or JPEG, which means faster downloads and less data consumption. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "Serve images in next-gen formats" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "The Critical Request Chains below show you what resources are issued with a high priority. Consider reducing the length of chains, reducing the download size of resources or deferring the download of unnecessary resources to improve page load. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{1 chain found}other{# chains found}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "Minimise Critical Requests Depth" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "Maximum DOM Depth" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "Total DOM Nodes" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "Maximum Children" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "Browser engineers recommend pages contain fewer than ~1,500 DOM nodes. The sweet spot is a tree depth < 32 elements and fewer than 60 children/parent element. A large DOM can increase memory usage, cause longer [style calculations](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations), and produce costly [layout reflows](https://developers.google.com/speed/articles/reflow). [Learn more](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 node}other{# nodes}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "Avoid an excessive DOM size" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "Avoids an excessive DOM size" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "Leverage the font-display CSS feature to ensure text is user-visible while webfonts are loading. [Learn more](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "Ensure text remains visible during webfont load" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "All text remains visible during webfont loads" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "Category" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "Minimise main thread work" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "Minimises main thread work" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "The score above is an estimate of how long your app takes to respond to user input, in milliseconds, during the busiest 5-second window of page load. If your latency is higher than 50 ms, users may perceive your app as laggy. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "Estimated Input Latency" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "First contentful paint marks the time at which the first text or image is painted. [Learn more](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "First Contentful Paint" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "First CPU Idle marks the first time at which the page's main thread is quiet enough to handle input. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "First CPU Idle" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "First Meaningful Paint measures when the primary content of a page is visible. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "First Meaningful Paint" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "Interactive marks the time at which the page is fully interactive. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "Time to Interactive" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "Speed Index shows how quickly the contents of a page are visibly populated. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "Speed Index" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "Redirects introduce additional delays before the page can be loaded. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "Avoid multiple page redirects" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "Time To First Byte identifies the time at which your server sends a response. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "Root document took {timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "Reduce server response times (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "Server response times are low (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "Consider instrumenting your app with the User Timing API to create custom, real-world measurements of key user experiences. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 user timing}other{# user timings}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "User Timing marks and measures" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "Consider adding pre-connect or DNS-prefetch resource hints to establish early connections to important third-party origins. [Learn more](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "Pre-connect to required origins" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "Consider using to prioritise fetching resources that are currently requested later in page load. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "Pre-load key requests" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "More information about the performance of your application." + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "Diagnostics" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "The most critical aspect of performance is how quickly pixels are rendered onscreen. Key metrics: First Contentful Paint, First Meaningful Paint" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "First Paint Improvements" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "These optimisations can speed up your page load." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "Opportunities" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "Metrics" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "Enhance the overall loading experience, so the page is responsive and ready to use as soon as possible. Key metrics: Time to Interactive, Speed Index" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "Overall Improvements" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "Performance" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "Cache TTL" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "Size (KB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "Time Spent" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "URL" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "Potential Savings (KB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "Potential Savings (ms)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "Potential savings of {wastedBytes, number, bytes} KB" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "Potential savings of {wastedMs, number, milliseconds} ms" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "Show audits" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "Error!" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "Report error: no audit information" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "Additional items to manually check" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "Not applicable" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "Opportunity" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "Estimated Savings" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "Passed audits" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "Score scale:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "There were issues affecting this run of Lighthouse:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "Values are estimated and may vary." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "Warnings: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/en-XA.json b/lighthouse-core/lib/locales/en-XA.json index ecb4f1ed7e5d..da68db39bb67 100644 --- a/lighthouse-core/lib/locales/en-XA.json +++ b/lighthouse-core/lib/locales/en-XA.json @@ -15,10 +15,10 @@ "message": "[Çöñšîðéŕ ŕéðûçîñĝ ţĥé ţîmé šþéñţ þåŕšîñĝ, çömþîļîñĝ, åñð éxéçûţîñĝ ĴŠ. Ýöû måý ƒîñð ðéļîvéŕîñĝ šmåļļéŕ ĴŠ þåýļöåðš ĥéļþš ŵîţĥ ţĥîš. [Ļéåŕñ möŕé](ĥţţþš://ðévéļöþéŕš.ĝööĝļé.çöm/ŵéб/ţööļš/ļîĝĥţĥöûšé/åûðîţš/бööţûþ). one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix twentyseven twentyeight]" }, "lighthouse-core/audits/bootup-time.js | failureTitle": { - "message": "[ĴåvåŠçŕîþţ бööţ-ûþ ţîmé îš ţöö ĥîĝĥ one two three four five six seven eight]" + "message": "[Ŕéðûçé ĴåvåŠçŕîþţ éxéçûţîöñ ţîmé one two three four five six seven]" }, "lighthouse-core/audits/bootup-time.js | title": { - "message": "[ĴåvåŠçŕîþţ бööţ-ûþ ţîmé one two three]" + "message": "[ĴåvåŠçŕîþţ éxéçûţîöñ ţîmé one two three]" }, "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { "message": "[Ļåŕĝé ĜÎFš åŕé îñ郃îçîéñţ ƒöŕ ðéļîvéŕîñĝ åñîmåţéð çöñţéñţ. Çöñšîðéŕ ûšîñĝ MÞÉĜ4/ŴéбM vîðéöš ƒöŕ åñîmåţîöñš åñð ÞÑĜ/ŴéбÞ ƒöŕ šţåţîç îmåĝéš îñšţéåð öƒ ĜÎF ţö šåvé ñéţŵöŕķ бýţéš. [Ļéåŕñ möŕé](ĥţţþš://ðévéļöþéŕš.ĝööĝļé.çöm/ŵéб/ƒûñðåméñţåļš/þéŕƒöŕmåñçé/öþţîmîžîñĝ-çöñţéñţ-郃îçîéñçý/ŕéþļåçé-åñîmåţéð-ĝ-ŵîţĥ-vîðéö/) one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix twentyseven twentyeight twentynine thirty thirtyone thirtytwo thirtythree thirtyfour thirtyfive thirtysix thirtyseven]" @@ -42,10 +42,10 @@ "message": "[Ļåŕĝé ñéţŵöŕķ þåýļöåðš çöšţ ûšéŕš ŕéåļ möñéý åñð åŕé ĥîĝĥļý çöŕŕéļåţéð ŵîţĥ ļöñĝ ļöåð ţîméš. [Ļéåŕñ möŕé](ĥţţþš://ðévéļöþéŕš.ĝööĝļé.çöm/ŵéб/ţööļš/ļîĝĥţĥöûšé/åûðîţš/ñéţŵöŕķ-þåýļöåðš). one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive]" }, "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { - "message": "[Ţöţåļ šîžé ŵåš {totalBytes, number, bytes} ĶБ one two three four five six seven eight nine]" + "message": "[Ţöţåļ šîžé ŵåš {ţöţåļБýţéš} ĶБ one two three four five six seven]" }, "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { - "message": "[Ĥåš éñöŕmöûš ñéţŵöŕķ þåýļöåðš one two three four five six seven]" + "message": "[Åvöîð éñöŕmöûš ñéţŵöŕķ þåýļöåðš one two three four five six seven]" }, "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { "message": "[Åvöîðš éñöŕmöûš ñéţŵöŕķ þåýļöåðš one two three four five six seven]" @@ -72,7 +72,7 @@ "message": "[Ŕémövé ûñûšéð ĴåvåŠçŕîþţ ţö ŕéðûçé бýţéš çöñšûméð бý ñéţŵöŕķ åçţîvîţý. one two three four five six seven eight nine ten eleven twelve thirteen]" }, "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { - "message": "[Ûñûšéð ĴåvåŠçŕîþţ one two three]" + "message": "[Ŕémövé ûñûšéð ĴåvåŠçŕîþţ one two three]" }, "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { "message": "[Å ļöñĝ çåçĥé ļîƒéţîmé çåñ šþééð ûþ ŕéþéåţ vîšîţš ţö ýöûŕ þåĝé. [Ļéåŕñ möŕé](ĥţţþš://ðévéļöþéŕš.ĝööĝļé.çöm/ŵéб/ţööļš/ļîĝĥţĥöûšé/åûðîţš/çåçĥé-þöļîçý). one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo]" @@ -81,7 +81,7 @@ "message": "{itemCount,plural, =1{[1 ŕéšöûŕçé ƒöûñð one two]}other{[# ŕéšöûŕçéš ƒöûñð one two three]}}" }, "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { - "message": "[Ûšéš îñ郃îçîéñţ çåçĥé þöļîçý öñ šţåţîç åššéţš one two three four five six seven eight nine ten]" + "message": "[Šéŕvé šţåţîç åššéţš ŵîţĥ åñ 郃îçîéñţ çåçĥé þöļîçý one two three four five six seven eight nine ten eleven]" }, "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { "message": "[Ûšéš éƒƒîçîéñţ çåçĥé þöļîçý öñ šţåţîç åššéţš one two three four five six seven eight nine]" @@ -99,7 +99,7 @@ "message": "[Þŕöþéŕļý šîžé îmåĝéš one two three]" }, "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { - "message": "[Ţéxţ-бåšéð ŕéšþöñšéš šĥöûļð бé šéŕvéð ŵîţĥ çömþŕéššîöñ (ĝžîþ, ðéƒļåţé öŕ бŕöţļî) ţö mîñîmîžé ţöţåļ ñéţŵöŕķ бýţéš. [Ļéåŕñ möŕé](ĥţţþš://ðévéļöþéŕš.ĝööĝļé.çöm/ŵéб/ţööļš/ļîĝĥţĥöûšé/åûðîţš/ţéxţ-çömþŕéššîöñ). one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix twentyseven]" + "message": "[Ţéxţ-бåšéð ŕéšöûŕçéš šĥöûļð бé šéŕvéð ŵîţĥ çömþŕéššîöñ (ĝžîþ, ðéƒļåţé öŕ бŕöţļî) ţö mîñîmîžé ţöţåļ ñéţŵöŕķ бýţéš. [Ļéåŕñ möŕé](ĥţţþš://ðévéļöþéŕš.ĝööĝļé.çöm/ŵéб/ţööļš/ļîĝĥţĥöûšé/åûðîţš/ţéxţ-çömþŕéššîöñ). one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix twentyseven]" }, "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { "message": "[Éñåбļé ţéxţ çömþŕéššîöñ one two three]" @@ -117,7 +117,7 @@ "message": "{itemCount,plural, =1{[1 çĥåîñ ƒöûñð one two]}other{[# çĥåîñš ƒöûñð one two]}}" }, "lighthouse-core/audits/critical-request-chains.js | title": { - "message": "[Çŕîţîçåļ Ŕéqûéšţ Çĥåîñš one two three]" + "message": "[Mîñîmîžé Çŕîţîçåļ Ŕéqûéšţš Ðéþţĥ one two three four five six seven]" }, "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { "message": "[Måxîmûm ÐÖM Ðéþţĥ one two three]" @@ -135,7 +135,7 @@ "message": "{itemCount,plural, =1{[1 ñöðé one]}other{[# ñöðéš one]}}" }, "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { - "message": "[Ûšéš åñ éxçéššîvé ÐÖM šîžé one two three four five six]" + "message": "[Åvöîð åñ éxçéššîvé ÐÖM šîžé one two three four five six]" }, "lighthouse-core/audits/dobetterweb/dom-size.js | title": { "message": "[Åvöîðš åñ éxçéššîvé ÐÖM šîžé one two three four five six]" @@ -144,7 +144,7 @@ "message": "[Ļévéŕåĝé ţĥé ƒöñţ-ðîšþļåý ÇŠŠ ƒéåţûŕé ţö éñšûŕé ţéxţ îš ûšéŕ-vîšîбļé ŵĥîļé ŵéбƒöñţš åŕé ļöåðîñĝ. [Ļéåŕñ möŕé](ĥţţþš://ðévéļöþéŕš.ĝööĝļé.çöm/ŵéб/ûþðåţéš/2016/02/ƒöñţ-ðîšþļåý). one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour]" }, "lighthouse-core/audits/font-display.js | failureTitle": { - "message": "[Ţéxţ îš îñvîšîбļé ŵĥîļé ŵéбƒöñţš åŕé ļöåðîñĝ one two three four five six seven eight nine]" + "message": "[Éñšûŕé ţéxţ ŕémåîñš vîšîбļé ðûŕîñĝ ŵéбƒöñţ ļöåð one two three four five six seven eight nine ten]" }, "lighthouse-core/audits/font-display.js | title": { "message": "[Åļļ ţéxţ ŕémåîñš vîšîбļé ðûŕîñĝ ŵéбƒöñţ ļöåðš one two three four five six seven eight nine]" @@ -156,7 +156,7 @@ "message": "[Çöñšîðéŕ ŕéðûçîñĝ ţĥé ţîmé šþéñţ þåŕšîñĝ, çömþîļîñĝ åñð éxéçûţîñĝ ĴŠ. Ýöû måý ƒîñð ðéļîvéŕîñĝ šmåļļéŕ ĴŠ þåýļöåðš ĥéļþš ŵîţĥ ţĥîš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty]" }, "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { - "message": "[Ĥåš šîĝñîƒîçåñţ måîñ ţĥŕéåð ŵöŕķ one two three four five six seven]" + "message": "[Mîñîmîžé måîñ ţĥŕéåð ŵöŕķ one two three four five six]" }, "lighthouse-core/audits/mainthread-work-breakdown.js | title": { "message": "[Mîñîmîžéš måîñ ţĥŕéåð ŵöŕķ one two three four five six]" @@ -168,7 +168,7 @@ "message": "[Éšţîmåţéð Îñþûţ Ļåţéñçý one two three]" }, "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { - "message": "[Fîŕšţ çöñţéñţƒûļ þåîñţ måŕķš ţĥé ţîmé åţ ŵĥîçĥ ţĥé ƒîŕšţ ţéxţ/îmåĝé îš þåîñţéð. [Ļéåŕñ möŕé](ĥţţþš://ðévéļöþéŕš.ĝööĝļé.çöm/ŵéб/ƒûñðåméñţåļš/þéŕƒöŕmåñçé/ûšéŕ-çéñţŕîç-þéŕƒöŕmåñçé-méţŕîçš#ƒîŕšţ_þåîñţ_åñð_ƒîŕšţ_çöñţéñţƒûļ_þåîñţ). one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix twentyseven twentyeight twentynine]" + "message": "[Fîŕšţ çöñţéñţƒûļ þåîñţ måŕķš ţĥé ţîmé åţ ŵĥîçĥ ţĥé ƒîŕšţ ţéxţ öŕ îmåĝé îš þåîñţéð. [Ļéåŕñ möŕé](ĥţţþš://ðévéļöþéŕš.ĝööĝļé.çöm/ŵéб/ƒûñðåméñţåļš/þéŕƒöŕmåñçé/ûšéŕ-çéñţŕîç-þéŕƒöŕmåñçé-méţŕîçš#ƒîŕšţ_þåîñţ_åñð_ƒîŕšţ_çöñţéñţƒûļ_þåîñţ). one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix twentyseven twentyeight twentynine]" }, "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { "message": "[Fîŕšţ Çöñţéñţƒûļ Þåîñţ one two three]" @@ -207,10 +207,13 @@ "message": "[Ţîmé Ţö Fîŕšţ Бýţé îðéñţîƒîéš ţĥé ţîmé åţ ŵĥîçĥ ýöûŕ šéŕvéŕ šéñðš å ŕéšþöñšé. [Ļéåŕñ möŕé](ĥţţþš://ðévéļöþéŕš.ĝööĝļé.çöm/ŵéб/ţööļš/ļîĝĥţĥöûšé/åûðîţš/ţţƒб). one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree]" }, "lighthouse-core/audits/time-to-first-byte.js | displayValue": { - "message": "[Ŕööţ ðöçûméñţ ţööķ {timeInMs, number, milliseconds} mš one two three four five six seven eight nine ten eleven]" + "message": "[Ŕööţ ðöçûméñţ ţööķ {ţîméÎñMš} mš one two three four five six seven]" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "[Ŕéðûçé šéŕvéŕ ŕéšþöñšé ţîméš (ŢŢFБ) one two three four five six seven eight]" }, "lighthouse-core/audits/time-to-first-byte.js | title": { - "message": "[Ķééþ šéŕvéŕ ŕéšþöñšé ţîméš ļöŵ (ŢŢFБ) one two three four five six seven eight]" + "message": "[Šéŕvéŕ ŕéšþöñšé ţîméš åŕé ļöŵ (ŢŢFБ) one two three four five six seven eight]" }, "lighthouse-core/audits/user-timings.js | description": { "message": "[Çöñšîðéŕ îñšţŕûméñţîñĝ ýöûŕ åþþ ŵîţĥ ţĥé Ûšéŕ Ţîmîñĝ ÅÞÎ ţö çŕéåţé çûšţöm, ŕéåļ-ŵöŕļð méåšûŕéméñţš öƒ ķéý ûšéŕ éxþéŕîéñçéš. [Ļéåŕñ möŕé](ĥţţþš://ðévéļöþéŕš.ĝööĝļé.çöm/ŵéб/ţööļš/ļîĝĥţĥöûšé/åûðîţš/ûšéŕ-ţîmîñĝ). one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix twentyseven]" @@ -225,10 +228,10 @@ "message": "[Çöñšîðéŕ åððîñĝ þŕéçöññéçţ öŕ ðñš-þŕéƒéţçĥ ŕéšöûŕçé ĥîñţš ţö éšţåбļîšĥ éåŕļý çöññéçţîöñš ţö îmþöŕţåñţ ţĥîŕð-þåŕţý öŕîĝîñš. [Ļéåŕñ möŕé](ĥţţþš://ðévéļöþéŕš.ĝööĝļé.çöm/ŵéб/ƒûñðåméñţåļš/þéŕƒöŕmåñçé/ŕéšöûŕçé-þŕîöŕîţîžåţîöñ#þŕéçöññéçţ). one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix twentyseven twentyeight twentynine]" }, "lighthouse-core/audits/uses-rel-preconnect.js | title": { - "message": "[Åvöîð mûļţîþļé, çöšţļý ŕöûñð ţŕîþš ţö åñý öŕîĝîñ one two three four five six seven eight nine ten]" + "message": "[Þŕéçöññéçţ ţö ŕéqûîŕéð öŕîĝîñš one two three four five six seven]" }, "lighthouse-core/audits/uses-rel-preload.js | description": { - "message": "[Çöñšîðéŕ ûšîñĝ ţö þŕîöŕîţîžé ƒéţçĥîñĝ ļåţé-ðîšçövéŕéð ŕéšöûŕçéš šööñéŕ. [Ļéåŕñ möŕé](ĥţţþš://ðévéļöþéŕš.ĝööĝļé.çöm/ŵéб/ţööļš/ļîĝĥţĥöûšé/åûðîţš/þŕéļöåð). one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree]" + "message": "[Çöñšîðéŕ ûšîñĝ ţö þŕîöŕîţîžé ƒéţçĥîñĝ ŕéšöûŕçéš ţĥåţ åŕé çûŕŕéñţļý ŕéqûéšţéð ļåţéŕ îñ þåĝé ļöåð. [Ļéåŕñ möŕé](ĥţţþš://ðévéļöþéŕš.ĝööĝļé.çöm/ŵéб/ţööļš/ļîĝĥţĥöûšé/åûðîţš/þŕéļöåð). one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive]" }, "lighthouse-core/audits/uses-rel-preload.js | title": { "message": "[Þŕéļöåð ķéý ŕéqûéšţš one two three]" @@ -239,8 +242,14 @@ "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { "message": "[Ðîåĝñöšţîçš one two]" }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "[Ţĥé möšţ çŕîţîçåļ åšþéçţ öƒ þéŕƒöŕmåñçé îš ĥöŵ qûîçķļý þîxéļš åŕé ŕéñðéŕéð öñšçŕééñ. Ķéý méţŕîçš: Fîŕšţ Çöñţéñţƒûļ Þåîñţ, Fîŕšţ Méåñîñĝƒûļ Þåîñţ one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo]" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "[Fîŕšţ Þåîñţ Îmþŕövéméñţš one two three]" + }, "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { - "message": "[Ţĥéšé åŕé öþþöŕţûñîţîéš ţö šþééð ûþ ýöûŕ åþþļîçåţîöñ бý öþţîmîžîñĝ ţĥé ƒöļļöŵîñĝ ŕéšöûŕçéš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen]" + "message": "[Ţĥéšé öþţîmîžåţîöñš çåñ šþééð ûþ ýöûŕ þåĝé ļöåð. one two three four five six seven eight nine ten]" }, "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { "message": "[Öþþöŕţûñîţîéš one two]" @@ -248,6 +257,12 @@ "lighthouse-core/config/default-config.js | metricGroupTitle": { "message": "[Méţŕîçš one]" }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "[Éñĥåñçé ţĥé övéŕåļļ ļöåðîñĝ éxþéŕîéñçé, šö ţĥé þåĝé îš ŕéšþöñšîvé åñð ŕéåðý ţö ûšé åš šööñ åš þöššîбļé. Ķéý méţŕîçš: Ţîmé ţö Îñţéŕåçţîvé, Šþééð Îñðéx one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo]" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "[Övéŕåļļ Îmþŕövéméñţš one two three]" + }, "lighthouse-core/config/default-config.js | performanceCategoryTitle": { "message": "[Þéŕƒöŕmåñçé one two]" }, @@ -270,13 +285,13 @@ "message": "[Þöţéñţîåļ Šåvîñĝš (mš) one two three]" }, "lighthouse-core/lib/i18n.js | displayValueByteSavings": { - "message": "[Þöţéñţîåļ šåvîñĝš öƒ {wastedBytes, number, bytes} ĶБ one two three four five six seven eight nine ten eleven]" + "message": "[Þöţéñţîåļ šåvîñĝš öƒ {ŵåšţéðБýţéš} ĶБ one two three four five six seven eight]" }, "lighthouse-core/lib/i18n.js | displayValueMsSavings": { - "message": "[Þöţéñţîåļ šåvîñĝš öƒ {wastedMs, number, milliseconds} mš one two three four five six seven eight nine ten eleven]" + "message": "[Þöţéñţîåļ šåvîñĝš öƒ {ŵåšţéðMš} mš one two three four five six seven]" }, "lighthouse-core/lib/i18n.js | ms": { - "message": "[{timeInMs, number, milliseconds} mš one two three four]" + "message": "[{ţîméÎñMš} mš one two]" }, "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { "message": "[Šĥöŵ åûðîţš one two]" @@ -294,7 +309,7 @@ "message": "[Ñöţ åþþļîçåбļé one two]" }, "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { - "message": "[Ŕéšöûŕçé ţö öþţîmîžé one two three]" + "message": "[Öþþöŕţûñîţý one two]" }, "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { "message": "[Éšţîmåţéð Šåvîñĝš one two three]" @@ -307,5 +322,11 @@ }, "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { "message": "[Ţĥéŕé ŵéŕé îššûéš åƒƒéçţîñĝ ţĥîš ŕûñ öƒ Ļîĝĥţĥöûšé: one two three four five six seven eight nine ten eleven]" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "[Våļûéš åŕé éšţîmåţéð åñð måý våŕý. one two three four five six seven]" + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "[Ŵåŕñîñĝš: one two]" } -} +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/en-ZA.json b/lighthouse-core/lib/locales/en-ZA.json new file mode 100644 index 000000000000..ddde2a04e0ca --- /dev/null +++ b/lighthouse-core/lib/locales/en-ZA.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Chrome extensions negatively affected this page's load performance. Try auditing the page in incognito mode or from a clean Chrome profile." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "Script Evaluation" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "Script Parse" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "Total" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "Reduce JavaScript execution time" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "JavaScript execution time" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "Large GIFs are inefficient for delivering animated content. Consider using MPEG4/WebM videos for animations and PNG/WebP for static images instead of GIF to save network bytes. [Learn more](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "Use video formats for animated content" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "Consider lazy-loading off-screen and hidden images after all critical resources have finished loading to lower time to interactive. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "Defer off-screen images" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "Resources are blocking the first paint of your page. Consider delivering critical JS/CSS inline and deferring all non-critical JS/styles. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "Eliminate render-blocking resources" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "Large network payloads cost users real money and are highly correlated with long load times. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "Total size was {totalBytes, number, bytes} KB" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "Avoid enormous network payloads" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "Avoids enormous network payloads" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "Minifying CSS files can reduce network payload sizes. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "Minify CSS" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "Minifying JavaScript files can reduce payload sizes and script parse time. [Learn more](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "Minify JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "Remove unused rules from stylesheets to reduce unnecessary bytes consumed by network activity. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "Defer unused CSS" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "Remove unused JavaScript to reduce bytes consumed by network activity." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "Remove unused JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "A long cache lifetime can speed up repeat visits to your page. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{1 resource found}other{# resources found}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "Serve static assets with an efficient cache policy" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "Uses efficient cache policy on static assets" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "Optimised images load faster and consume less mobile data. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "Efficiently encode images" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "Serve images that are appropriately-sized to save mobile data and improve load time. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "Properly size images" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "Text-based resources should be served with compression (gzip, deflate or brotli) to minimise total network bytes. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/text-compression)." + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "Enable text compression" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "Image formats like JPEG 2000, JPEG XR and WebP often provide better compression than PNG or JPEG, which means faster downloads and less data consumption. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "Serve images in next-gen formats" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "The Critical Request Chains below show you what resources are issued with a high priority. Consider reducing the length of chains, reducing the download size of resources or deferring the download of unnecessary resources to improve page load. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{1 chain found}other{# chains found}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "Minimise Critical Requests Depth" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "Maximum DOM Depth" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "Total DOM Nodes" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "Maximum Children" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "Browser engineers recommend pages contain fewer than ~1,500 DOM nodes. The sweet spot is a tree depth < 32 elements and fewer than 60 children/parent element. A large DOM can increase memory usage, cause longer [style calculations](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations), and produce costly [layout reflows](https://developers.google.com/speed/articles/reflow). [Learn more](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 node}other{# nodes}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "Avoid an excessive DOM size" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "Avoids an excessive DOM size" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "Leverage the font-display CSS feature to ensure text is user-visible while webfonts are loading. [Learn more](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "Ensure text remains visible during webfont load" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "All text remains visible during webfont loads" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "Category" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "Minimise main thread work" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "Minimises main thread work" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "The score above is an estimate of how long your app takes to respond to user input, in milliseconds, during the busiest 5-second window of page load. If your latency is higher than 50 ms, users may perceive your app as laggy. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "Estimated Input Latency" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "First contentful paint marks the time at which the first text or image is painted. [Learn more](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "First Contentful Paint" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "First CPU Idle marks the first time at which the page's main thread is quiet enough to handle input. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "First CPU Idle" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "First Meaningful Paint measures when the primary content of a page is visible. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "First Meaningful Paint" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "Interactive marks the time at which the page is fully interactive. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "Time to Interactive" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "Speed Index shows how quickly the contents of a page are visibly populated. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "Speed Index" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "Redirects introduce additional delays before the page can be loaded. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "Avoid multiple page redirects" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "Time To First Byte identifies the time at which your server sends a response. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "Root document took {timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "Reduce server response times (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "Server response times are low (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "Consider instrumenting your app with the User Timing API to create custom, real-world measurements of key user experiences. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 user timing}other{# user timings}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "User Timing marks and measures" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "Consider adding pre-connect or DNS-prefetch resource hints to establish early connections to important third-party origins. [Learn more](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "Pre-connect to required origins" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "Consider using to prioritise fetching resources that are currently requested later in page load. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "Pre-load key requests" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "More information about the performance of your application." + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "Diagnostics" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "The most critical aspect of performance is how quickly pixels are rendered onscreen. Key metrics: First Contentful Paint, First Meaningful Paint" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "First Paint Improvements" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "These optimisations can speed up your page load." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "Opportunities" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "Metrics" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "Enhance the overall loading experience, so the page is responsive and ready to use as soon as possible. Key metrics: Time to Interactive, Speed Index" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "Overall Improvements" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "Performance" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "Cache TTL" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "Size (KB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "Time Spent" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "URL" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "Potential Savings (KB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "Potential Savings (ms)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "Potential savings of {wastedBytes, number, bytes} KB" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "Potential savings of {wastedMs, number, milliseconds} ms" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "Show audits" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "Error!" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "Report error: no audit information" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "Additional items to manually check" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "Not applicable" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "Opportunity" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "Estimated Savings" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "Passed audits" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "Score scale:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "There were issues affecting this run of Lighthouse:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "Values are estimated and may vary." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "Warnings: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/es.json b/lighthouse-core/lib/locales/es.json new file mode 100644 index 000000000000..6fdf48d4766b --- /dev/null +++ b/lighthouse-core/lib/locales/es.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Las extensiones de Chrome han afectado de forma negativa al rendimiento de carga de esta página. Prueba a auditarla en modo incógnito o desde un perfil de Chrome vacío." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "Evaluación de la secuencia de comandos" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "Análisis de la secuencia de comandos" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "Total" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "Te recomendamos que reduzcas el tiempo de análisis, compilación y ejecución de JavaScript. Para ello, puedes utilizar cargas útiles de JS más pequeñas. [Más información](https://developers.google.com/web/tools/lighthouse/audits/bootup)" + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "Reduce el tiempo de ejecución de JavaScript" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "Tiempo de ejecución de JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "Los GIF de gran tamaño no son eficaces para mostrar contenido animado. Para usar menos bytes de la red, te recomendamos que utilices los formatos de vídeo PEG4/WebM para incluir animaciones y los formatos PNG/WebP para añadir imágenes estáticas en lugar de GIFs. [Más información](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "Usa formatos de vídeo para incluir contenido animado" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "Te recomendamos que uses la carga diferida con imágenes ocultas y que no aparecen en pantalla una vez que todos los recursos críticos hayan terminado de cargarse para reducir el tiempo hasta que la página es interactiva. [Más información](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "Pospón la carga de imágenes que no aparecen en pantalla" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "Hay recursos que bloquean el primer renderizado de la página. Te recomendamos que muestres los elementos JS/CSS críticos insertados y pospongas todos los JS/styles que no sean críticos. [Más información](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "Elimina los recursos que bloqueen el renderizado" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "Si la carga útil de la red es muy grande, los usuarios consumen más datos móviles y las páginas tardan más en cargarse. [Más información](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "Tamaño total: {totalBytes, number, bytes} kB" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "Evita cargas útiles de red de gran tamaño" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "Evita cargas útiles de red de gran tamaño" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "Si minificas los archivos CSS, se puede reducir el tamaño de la carga útil de la red. [Más información](https://developers.google.com/web/tools/lighthouse/audits/minify-css)" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "Minifica los archivos CSS" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "Si minificas los archivos JavaScript, se puede reducir el tamaño de la carga útil y el tiempo de análisis de la secuencia de comandos. [Más información](https://developers.google.com/speed/docs/insights/MinifyResources)" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "Minifica los recursos JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "Quita las reglas que no se usen de las hojas de estilo para reducir el número de bytes innecesarios que consume la actividad de red. [Más información](https://developers.google.com/web/tools/lighthouse/audits/unused-css)" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "Pospón la carga de archivos CSS" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "Quita el contenido JavaScript que no se use para reducir el número de bytes que consume la actividad de red." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "Quita los recursos JavaScript que no se usen" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "Una duración en caché más larga puede aumentar el número de visitas repetidas a tu página. [Más información](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{Se ha encontrado 1 recurso}other{Se han encontrado # recursos}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "Publica recursos estáticos con una política de caché eficaz" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "Usa una política de caché eficaz en recursos estáticos" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "Las imágenes optimizadas se cargan más rápido y consumen menos datos móviles. [Más información](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "Codifica las imágenes de forma eficaz" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "Muestra imágenes con un tamaño adecuado para ahorrar datos móviles y mejorar el tiempo de carga. [Más información](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "Usa un tamaño adecuado para las imágenes" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "Los recursos basados en texto se deberían publicar comprimidos (gzip, deflate o brotli) para minimizar el total de bytes de la red. [Más información](https://developers.google.com/web/tools/lighthouse/audits/text-compression)" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "Habilita la compresión de texto" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "Los formatos como JPEG 2000, JPEG XR y WebP comprimen mejor las imágenes que los formatos PNG o JPEG, lo que hace que se descarguen más rápido y consuman menos datos. [Más información](https://developers.google.com/web/tools/lighthouse/audits/webp)" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "Publica imágenes con formatos de próxima generación" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "Las cadenas de solicitud crítica que aparecen a continuación muestran qué recursos son de alta prioridad. Te recomendamos que reduzcas la longitud de las cadenas, disminuyas el tamaño de los recursos o pospongas la descarga de recursos innecesarios para mejorar la carga de la página. [Más información](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)" + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{Se ha encontrado 1 cadena}other{Se han encontrado # cadenas}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "Minimiza la profundidad de las solicitudes críticas" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "Profundidad máxima de DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "Nodos totales de DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "Máximo de nodos secundarios" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "Los ingenieros que desarrollan navegadores recomiendan que las páginas contengan menos de ~1500 nodos de DOM. Lo ideal es conseguir una profundidad de árbol de < 32 elementos y menos de 60 elementos secundarios por cada nodo principal. Los DOM de gran tamaño aumentan el uso de la memoria, hacen que los [cálculos de estilo](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations) sean más largos y producen [reinicios de flujo](https://developers.google.com/speed/articles/reflow) más caros. [Más información](https://developers.google.com/web/tools/lighthouse/audits/dom-size)" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 nodo}other{# nodos}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "Evita un tamaño excesivo de DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "Evita un tamaño excesivo de DOM" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "Utiliza la función de CSS font-display para que los usuarios vean el texto mientras se carga la fuente web. [Más información](https://developers.google.com/web/updates/2016/02/font-display)" + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "Asegúrate de que el texto permanece visible mientras se carga la fuente web" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "Todo el texto permanece visible mientras se carga la fuente web" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "Categoría" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "Te recomendamos que reduzcas el tiempo de análisis, compilación y ejecución de JavaScript. Para ello, puedes utilizar cargas útiles de JS más pequeñas." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "Minimiza el trabajo del hilo principal" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "Minimiza el trabajo del hilo principal" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "La puntuación anterior es una estimación de cuánto tarda tu aplicación en responder a las acciones de los usuarios (en milisegundos) durante el periodo de 5 s más activo de la carga de la página. Si la latencia es superior a 50 ms, es posible que los usuarios noten que la aplicación funciona con lentitud. [Más información](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "Latencia de entrada estimada" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "El primer renderizado con contenido indica el momento en el que se renderiza el primer texto o la primera imagen. [Más información](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "Primer renderizado con contenido" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "El primer tiempo inactivo de la CPU indica la primera vez que el hilo principal de la página está lo suficientemente inactivo para recibir acciones del usuario. [Más información](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "Primer tiempo inactivo de la CPU" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "El primer renderizado significativo mide el momento en que se muestra el contenido principal de la página. [Más información](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "Primer renderizado significativo" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "La métrica Tiempo hasta que está interactiva indica el momento en el que la página es totalmente interactiva. [Más información](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)" + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "Tiempo hasta que está interactiva" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "El índice de velocidad indica la rapidez con la que se puede ver el contenido de una página. [Más información](https://developers.google.com/web/tools/lighthouse/audits/speed-index)" + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "Índice de velocidad" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "Las redirecciones provocan retrasos adicionales antes de que la página se pueda cargar. [Más información](https://developers.google.com/web/tools/lighthouse/audits/redirects)" + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "Evita que haya varias redirecciones de página" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "El tiempo hasta el primer byte indica el momento en el que el servidor envía una respuesta. [Más información](https://developers.google.com/web/tools/lighthouse/audits/ttfb)" + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "El documento raíz ha tardado {timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "Reduce los tiempos de respuesta del servidor (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "Los tiempos de respuesta del servidor son rápidos (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "Te recomendemos que uses la API User Timing en tu aplicación para crear medidas reales y personalizadas de experiencias de usuario clave. Más información](https://developers.google.com/web/tools/lighthouse/audits/user-timing)" + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 tiempo de usuario}other{# tiempos de usuario}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "Medidas y marcas de User Timing" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "Te recomendamos que añadas sugerencias de recursos preconnect o dns-prefetch para establecer conexiones previas con orígenes externos. [Más información](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "Establece conexión previamente con los orígenes necesarios" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "Te recomendamos que uses para dar prioridad a los recursos que se solicitan más tarde al cargar la página. [Más información](https://developers.google.com/web/tools/lighthouse/audits/preload)" + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "Carga previamente las solicitudes clave" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "Consulta más información sobre el rendimiento de tu aplicación." + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "Diagnósticos" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "El aspecto más importante del rendimiento es la rapidez con la que se renderizan los píxeles en la pantalla. Métricas clave: Primer renderizado con contenido y Primer renderizado significativo" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "Mejoras del primer renderizado" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "Estas optimizaciones pueden hacer que tus páginas se carguen más rápido." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "Oportunidades" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "Métricas" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "Mejora la experiencia de carga general para que la página responda bien y se pueda usar lo antes posible. Métricas clave: Tiempo hasta que está interactiva, Índice de velocidad" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "Mejoras generales" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "Rendimiento" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "Tiempo de vida en caché" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "Tamaño (kB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "Duración" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "URL" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "Ahorro potencial (kB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "Ahorro potencial (ms)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "Ahorro potencial de {wastedBytes, number, bytes} kB" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "Ahorro potencial de {wastedMs, number, milliseconds} ms" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "Mostrar auditorías" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "Error" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "Error del informe: no hay información de la auditoría" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "Elementos adicionales que se deben comprobar manualmente" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "No aplicable" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "Oportunidad" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "Ahorro estimado" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "Auditorías aprobadas" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "Escala de puntuación:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "Algunos problemas han afectado a la ejecución de Lighthouse:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "Los valores son estimados y pueden variar." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "Advertencias: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/fi.json b/lighthouse-core/lib/locales/fi.json new file mode 100644 index 000000000000..0440e9d59031 --- /dev/null +++ b/lighthouse-core/lib/locales/fi.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Chromen laajennukset heikensivät tämän sivun latausnopeutta. Yritä tarkastaa sivu incognito-tilassa tai puhtaalla Chrome-profiililla." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "Skriptin arviointi" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "Skriptin jäsennys" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "Yhteensä" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "Suosittelemme vähentämään JS:n jäsentämiseen, kääntämiseen ja suorittamiseen kuluvaa aikaa. Pienempien JS-resurssien jakeleminen voi helpottaa tätä. [Lue lisää](https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "Vähennä JavaScriptin suorittamiseen kuluvaa aikaa" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "JavaScriptin suorittamiseen kuluva aika" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "Suuret GIFit eivät ole tehokas tapa jaella animoitua sisältöä. Voit pienentää ladattavien tavujen määrää jakelemalla animaatioita MPEG4- tai WebM-muodossa ja staattisia kuvia PNG- tai WebP-muodossa. [Lue lisää](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "Jakele animaatiosisältöä videomuodossa" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "Suosittelemme lykkäämään poissa näkyvistä olevien ja piilotettujen kuvien lataamista, kunnes kaikki kriittiset resurssit on ladattu. Tämä lyhentää interaktiivisuutta edeltävää aikaa. [Lue lisää](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "Lykkää kuvien lataamista, jos ne eivät ole näkyvissä" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "Resurssit estävät sivun ensimmäisen renderöinnin. Suosittelemme jakelemaan kriittiset JS- ja CSS-osat sivuun upotettuina ja lykkäämään kaikkien ei-kriittisten JS- tai tyyliosien lataamista. [Lue lisää](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "Poista renderöinnin estävät resurssit" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "Suuret verkkoresurssit aiheuttavat kuluja käyttäjille ja liittyvät vahvasti pitkiin latausaikoihin. [Lue lisää](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "Yhteenlaskettu koko oli {totalBytes, number, bytes} kt" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "Vältä valtavia verkkoresursseja" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "Välttää valtavia verkkoresursseja" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "CSS-tiedostojen pienentäminen voi auttaa pienentämään verkkoresurssien kokoa. [Lue lisää](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "Pienennä CSS-tiedostoja" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "JavaScript-tiedostojen pienentäminen voi auttaa pienentämään resurssien kokoa ja lyhentämään skriptin jäsentämiseen kuluvaa aikaa. [Lue lisää](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "Pienennä JavaScript-tiedostoja" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "Poista käyttämättömät säännöt tyylitiedostoista, jotta voit vähentää verkkotoiminnan tarpeettomasti kuluttamia tavuja. [Lue lisää](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "Lykkää tarpeettoman CSS:n lataamista" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "Poista käyttämättömät JavaScript-osat, jotta voit vähentää verkkotoiminnan kuluttamia tavuja." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "Poista käyttämätön JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "Pitkä välimuistin käyttöikä voi nopeuttaa sivun lataamista, kun käyttäjä avaa sen uudelleen. [Lue lisää](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{1 resurssi löydetty}other{# resurssia löydetty}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "Käytä tehokasta välimuistikäytäntöä staattisten resurssien jakelemiseen" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "Käyttää tehokasta välimuistikäytäntöä staattisten resurssien käsittelyyn" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "Optimoidut kuvat latautuvat nopeammin ja kuluttavat vähemmän mobiilidataa. [Lue lisää](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "Koodaa kuvat tehokkaasti" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "Näytä sopivan kokoisia kuvia, jotta voit pienentää mobiilidatan kulutusta ja latausaikoja. [Lue lisää](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "Määritä kuvien koko oikein" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "Tekstipohjaiset resurssit on hyvä pakata ennen jakelua (gzip, deflate tai brotli), jotta ladattavien tavujen määrä voidaan minimoida. [Lue lisää](https://developers.google.com/web/tools/lighthouse/audits/text-compression)." + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "Ota tekstin pakkaus käyttöön" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "Kuvamuodot, kuten JPEG 2000, JPEG XR ja WebP, pakkaavat sisältöä usein paremmin kuin PNG tai JPEG, minkä vuoksi ne auttavat nopeuttamaan latauksia ja vähentämään datan kulutusta. [Lue lisää](https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "Jakele kuvat seuraavan sukupolven muodoissa" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "Alla olevat kriittiset pyyntöketjut kertovat, mille resursseille on määritetty korkea prioriteetti. Suosittelemme parantamaan sivun latausaikaa lyhentämällä ketjuja, pienentämällä resurssien latauskokoa ja lykkäämällä tarpeettomien resurssien lataamista. [Lue lisää](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{1 ketju löydetty}other{# ketjua löydetty}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "Minimoi kriittisten pyyntöjen syvyys" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "DOM:n enimmäissyvyys" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "DOM-noodien kokonaismäärä" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "Alatason kohteiden enimmäismäärä" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "Selainten kehittäjät suosittelevat käyttämään sivulla enintään noin 1 500:aa DOM-noodia. Sopiva puun syvyys on korkeintaan 32 elementtiä ja alle 60 ala- tai ylätason elementtiä. Suuri DOM voi lisätä muistin käyttöä, pidentää [tyylilaskelmia](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations) ja aiheuttaa työläitä [asettelun uudelleenjuoksutuksia](https://developers.google.com/speed/articles/reflow). [Lue lisää](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 noodi}other{# noodia}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "Vältä liian suurta DOM:ää" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "Välttää liian suurta DOM:ää" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "Käytä CSS:n kirjasimennäyttöominaisuutta, jotta voit varmistaa, että käyttäjä näkee tekstin myös verkkofonttien lataamisen aikana. [Lue lisää](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "Varmista, että teksti pysyy näkyvissä verkkofontin lataamisen aikana" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "Kaikki teksti pysyy näkyvissä verkkofontin lataamisen aikana" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "Luokka" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "Suosittelemme vähentämään JS:n jäsentämiseen, kääntämiseen ja suorittamiseen kuluvaa aikaa. Pienempien JS-resurssien jakaminen voi helpottaa tätä." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "Minimoi pääsäikeen työkuorma" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "Minimoi pääsäikeen työkuorman" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "Yllä oleva tulos on millisekunteina annettu arvio siitä, kuinka kauan sovelluksellasi kestää vastata käyttäjän syötteeseen sivun lataamisen kiireisimmän, viiden sekunnin mittaisen jakson aikana. Jos viive on yli 50 ms, sovelluksesi voi toimia käyttäjien mielestä hitaasti. [Lue lisää](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "Arvioitu syöttöviive" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "Ensimmäinen sisällön renderöinti kertoo, milloin ensimmäinen tekstikohde tai kuva renderöidään. [Lue lisää](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "Ensimmäinen sisällön renderöinti" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "CPU:n ensimmäinen toimettomuusjakso kertoo, milloin sivun pääsäikeen tilanne sallii syötteiden käsittelyn. [Lue lisää](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "CPU:n ensimmäinen toimettomuusjakso" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "Ensimmäinen merkityksellinen renderöinti kertoo, milloin sivun ensisijainen sisältö tulee näkyviin. [Lue lisää](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "Ensimmäinen merkityksellinen renderöinti" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "Interaktiivisuutta edeltävä aika kertoo, milloin sivun kaikki osat ovat käytettävissä. [Lue lisää](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "Interaktiivisuutta edeltävä aika" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "Nopeusindeksi kertoo, kuinka nopeasti sivun sisältö tulee näkyviin. [Lue lisää](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "Nopeusindeksi" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "Uudellenohjaukset viivästyttävät sivun lataamista. [Lue lisää](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "Vältä useita uudelleenohjauksia" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "Ensimmäistä tavua edeltävä aika kertoo, kuinka kauan kestää, ennen kuin palvelimesi lähettää vastauksen. [Lue lisää](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "Päädokumentti käytti {timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "Lyhennä palvelimen vastausaikoja (ensimmäistä tavua edeltävä aika)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "Palvelimen vastausajat ovat lyhyitä (ensimmäistä tavua edeltävä aika)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "Suosittelemme käyttämään sovelluksen kehittämisessä User Timing ‑sovellusliittymää, jonka avulla voit arvioida tärkeitä käyttökokemuksia räätälöityjen ja todellisuuteen perustuvien mittarien avulla. [Lue lisää](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 käyttäjän ajankäyttömerkintä}other{# käyttäjän ajankäyttömerkintää}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "User Timing ‑merkinnät ja ‑mitat" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "Suosittelemme lisäämään sivulle yhteyttä tai DNS:n noutamista edeltäviä resurssivihjeitä, joiden avulla yhteydet tärkeisiin kolmannen osapuolen kohteisiin voidaan muodostaa etukäteen. [Lue lisää](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "Muodosta yhteydet pakollisiin kohteisiin etukäteen" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "Suosittelemme käyttämään -tagia, jotta voit priorisoida resursseja, joiden noutamista pyydetään sivun lataamisen myöhemmässä vaiheessa. [Lue lisää](https://developers.google.com/web/tools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "Lataa tärkeät pyynnöt etukäteen" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "Lisätietoja sovelluksen toiminnasta" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "Diagnostiikka" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "Tehokkuuden tärkein osa-alue on se, kuinka nopeasti pikselit renderöidään näytölle. Tärkeimmät mittarit ovat ensimmäinen sisällön renderöinti ja ensimmäinen merkityksellinen renderöinti." + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "Ensimmäistä renderöintiä koskevat parannusehdotukset" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "Nämä optimointikeinot voivat nopeuttaa sivun lataamista." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "Suositukset" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "Tiedot" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "Paranna latauskokemusta kokonaisuutena, jotta sivu on responsiivisempi ja käytettävissä mahdollisimman pian. Tärkeimmät mittarit ovat interaktiivisuutta edeltävä aika ja nopeusindeksi." + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "Yleiset parannusehdotukset" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "Tehokkuus" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "Välimuistin käyttöikä" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "Koko (kt)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "Käytetty aika" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "URL-osoite" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "Potentiaalinen säästö (kt)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "Potentiaalinen säästö (ms)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "Potentiaalinen säästö: {wastedBytes, number, bytes} kt" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "Potentiaalinen säästö: {wastedMs, number, milliseconds} ms" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "Näytä tarkastukset" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "Virhe!" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "Raporttivirhe: ei tarkastustietoja" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "Lisää manuaalisesti tarkistettavia kohteita" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "Ei sovellu" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "Suositus" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "Arvioitu säästö" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "Hyväksytyt tarkastukset" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "Pisteasteikko:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "Lighthousen suorituksessa havaittiin ongelmia:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "Arvot ovat arvioita ja voivat vaihdella." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "Varoitukset: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/fil.json b/lighthouse-core/lib/locales/fil.json new file mode 100644 index 000000000000..89b258c03887 --- /dev/null +++ b/lighthouse-core/lib/locales/fil.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Nagkaroon ng negatibong epekto ang mga extension ng Chrome sa performance ng pag-load ng page na ito. Subukang i-audit ang page sa incognito mode o mula sa isang malinis na profile sa Chrome." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "Pagsusuri ng Script" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "Pag-parse ng Script" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "Kabuuan" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "Pag-isipang bawasan ang oras na ginugugol sa pag-parse, pag-compile, at pagpapagana ng JS. Maaaring mapansin mong nakakatulong dito ang paghahatid ng mas maliliit na payload ng JS. [Matuto pa](https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "Pabilisin ang pagpapagana ng JavaScript" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "Bilis ng pagpapagana ng JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "Hindi mahusay ang malalaking GIF sa paghahatid ng animated na content. Pag-isipang gumamit ng mga MPEG4/WebM na video para sa mga animation at PNG/WebP para sa mga static na larawan sa halip na GIF para makatipid sa mga byte ng network. [Matuto pa](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "Gumamit ng mga format ng video para sa animated na content" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "Pag-isipang i-lazy load ang mga larawang wala sa screen at nakatago kapag tapos nang mag-load ang lahat ng mahalagang resource para mapabilis ang time to interactive. [Matuto pa](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "Ipagpaliban ang mga larawang wala sa screen" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "Bina-block ng mga resource ang first paint ng iyong page. Pag-isipang ihatid ang mahalagang JS/CSS inline at ipagpaliban ang lahat ng hindi mahalagang JS/istilo. [Matuto pa](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "Alisin ang mga resource na nagba-block ng pag-render" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "Malaki ang nagagastos ng mga user sa malalaking payload ng network, at malaki ang kaugnayan ng mga ito sa matagal na pag-load. [Matuto pa](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "Ang kabuuang laki ay {totalBytes, number, bytes} KB" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "Iwasan ang malalaking payload ng network" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "Umiiwas sa malalaking payload ng network" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "Kapag pinaliit ang mga CSS file, maaaring lumiit ang payload ng network. [Matuto pa](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "Paliitin ang CSS" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "Kapag pinaliit ang mga JavaScript file, maaaring lumiit ang payload at bumilis ang pag-parse ng script. [Matuto pa](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "Paliitin ang JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "Alisin ang mga hindi nagamit na panuntunan mula sa mga stylesheet para mabawasan ang mga hindi kinakailangang byte na nakokonsumo ng aktibidad sa network. [Matuto pa](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "Ipagpaliban ang hindi nagamit na CSS" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "Alisin ang hindi nagamit na JavaScript para mabawasan ang mga byte na nakokonsumo ng aktibidad sa network." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "Alisin ang hindi nagamit na JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "Maaaring mapabilis ng mahabang lifetime ng cache ang mga umuulit na pagbisita sa iyong page. [Matuto pa](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{Nakakita ng 1 resource}one{Nakakita ng # resource}other{Nakakita ng # na resource}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "Maghatid ng mga static na asset nang may mahusay na patakaran sa cache" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "Gumagamit ng mahusay na patakaran sa cache sa mga static na asset" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "Mas mabilis mag-load ang mga na-optimize na page at mas kaunti ang nakokonsumong cellular data ng mga ito. [Matuto pa](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "Mahusay na mag-encode ng mga larawan" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "Maghatid ng mga larawang naaangkop ang laki para makatipid sa cellular data at mapabilis ang pag-load. [Matuto pa](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "Iangkop ang laki ng mga larawan" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "Dapat ihatid ang mga text-based na resource nang may compression (gzip, deflate, o brotli) para mabawasan ang kabuuang byte ng network. [Matuto pa](https://developers.google.com/web/tools/lighthouse/audits/text-compression)." + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "I-enable ang compression ng text" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "Kadalasan, mas mahusay ang compression ng mga format ng imahe gaya ng JPEG 2000, JPEG XR, at WebP kaysa sa compression ng PNG o JPEG, kaya mas mabilis ang pag-download at mas kaunti ang nakokonsumong data ng mga ito. [Matuto pa](https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "Maghatid ng mga larawan sa mga makabagong format" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "Ipinapakita sa iyo ng Critical Request Chains sa ibaba kung anong mga resource ang ibinibigay nang may mataas na priyoridad. Pag-isipang paikliin ang mga chain, paliitin ang mga dina-download sa mga resource, o ipagpaliban ang pag-download ng mga hindi kinakailangang resource para mapabilis ang pag-load ng page [Matuto pa](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{Nakakita ng 1 chain}one{Nakakita ng # chain}other{Nakakita ng # na chain}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "I-minimize ang Lalim ng Mahahalagang Kahilingan" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "Maximum na Lalim ng DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "Kabuuang Bilang ng Mga Node ng DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "Maximum na Bilang ng Mga Child" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "Inirerekomenda ng mga engineer ng browser na hindi umabot sa ~1,500 ang mga node ng DOM sa mga page. Ang pinakamainam ay isang lalim ng tree na < 32 elemento at wala pang 60 child/parent na elemento. Ang malaking DOM ay maaaring magresulta sa mas malakas na paggamit ng memory, at magpahaba ng [mga pagkalkula ng istilo](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations), at gumawa ng mga magastos na [reflow ng layout](https://developers.google.com/speed/articles/reflow). [Matuto pa](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 node}one{# node}other{# na node}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "Umiwas sa masyadong malaking DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "Umiiwas sa masyadong malaking DOM" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "Gamitin ang feature na font-display ng CSS para matiyak na nakikita ng user ang text sa pag-load ng mga webfont. [Matuto pa](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "Tiyaking patuloy na nakikita ang text sa pag-load ng webfont" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "Patuloy na nakikita ang lahat ng text sa pag-load ng webfont" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "Kategorya" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "Pag-isipang bawasan ang oras na ginugugol sa pag-parse, pag-compile, at pagpapagana ng JS. Maaaring mapansin mong nakakatulong dito ang paghahatid ng mas maliliit na payload ng JS." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "I-minimize ang gawain sa pangunahing thread" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "Mini-minimize ang gawain sa pangunahing thread" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "Ang marka sa itaas ay isang pagtataya ng bilis ng pagtugon ng iyong app sa input ng user, na nasa milliseconds, sa pinakaabalang 5 segundong window ng pag-load ng page. Kung mas mataas sa 50 ms ang iyong latency, maaaring ituring ng mga user na mabagal ang app mo. [Matuto pa](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "Tinatayang Latency ng Input" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "Minamarkahan ng first contentful paint ang oras ng pag-paint sa unang text o larawan. [Matuto pa](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "First Contentful Paint" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "Minamarkahan ng First CPU Idle ang unang beses kung kailan hindi abala ang pangunahing thread ng page at maaari itong mangasiwa ng input. [Matuto pa](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "First CPU Idle" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "Sinusukat ng First Meaningful Paint ang bilis ng pagpapakita sa pangunahing content ng isang page. [Matuto pa](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "First Meaningful Paint" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "Minamarkahan ng Interactive ang oras kung kailan ganap na naging interactive ang page. [Matuto pa](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "Time to Interactive" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "Ipinapakita ng Speed Index ang bilis ng pag-populate ng mga content ng isang page. [Matuto pa](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "Speed Index" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "Nagpapasimula ang mga pag-redirect ng mga karagdagang pagkaantala bago ma-load ang page. [Matuto pa](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "Iwasan ang mga pag-redirect sa maraming page" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "Tinutukoy ng Time To First Byte ang oras kung kailan nagpapadala ng tugon ang iyong server. [Matuto pa](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "Inabot nang {timeInMs, number, milliseconds} ms ang root na dokumento" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "Pabilisin ang pagtugon ng server (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "Masyadong matagal ang pagtugon ng server (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "Pag-isipang gumamit ng User Timing API sa iyong app para makagawa ng custom at makatotohanang pagsukat ng mahahalagang karanasan ng user. [Matuto pa](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 timing ng user}one{# timing ng user}other{# na timing ng user}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "Mga marka at sukat ng User Timing" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "Pag-isipang magdagdag ng resource hint na preconnect o dns-prefetch para makapagtakda ng mga paunang koneksyon sa mahahalagang third-party na origin. [Matuto pa](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "Mag-preconnect sa mga kinakailangang origin" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "Pag-isipang gumamit ng para mabigyang-priyoridad ang pagkuha ng mga resource na kasalukuyang hinihiling, sa pag-load ng page, para sa ibang pagkakataon. [Matuto pa](https://developers.google.com/web/tools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "I-preload ang mahahalagang kahilingan" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "Higit pang impormasyon tungkol sa performance ng iyong application." + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "Mga Diagnostic" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "Ang pinakamahalagang aspeto ng performance ay ang bilis ng pag-render ng mga pixel sa screen. Mahahalagang sukatan: First Contentful Paint, First Meaningful Paint" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "Mga Pagpapahusay sa First Paint" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "Maaaring mapabilis ng mga pag-optimize na ito ang pag-load ng iyong page." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "Mga Pagkakataon" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "Mga Sukatan" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "Pagandahin ang pangkalahatang karanasan sa pag-load para bumilis ang pagtugon ng page at magamit ito kaagad. Mahahalagang sukatan: Time to Interactive, Speed Index" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "Mga Pangkalahatang Pagpapahusay" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "Performance" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "TTL ng Cache" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "Laki (KB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "Oras na Ginugol" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "URL" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "Maaaring Matipid (KB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "Maaaring Matipid (ms)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "Maaaring makatipid ng {wastedBytes, number, bytes} KB" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "Maaaring makatipid ng {wastedMs, number, milliseconds} ms" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "Ipakita ang mga pag-audit" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "Nagka-error!" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "Error sa ulat: walang impormasyon sa pag-audit" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "Mga karagdagang item na manual na susuriin" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "Hindi naaangkop" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "Pagkakataon" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "Tinatayang Matitipid" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "Mga pumasang pag-audit" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "Sukatan ng marka:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "May mga isyung nakakaapekto sa pagpapatakbong ito ng Lighthouse:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "Tinataya lang at maaaring mag-iba ang mga value." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "Mga Babala: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/fr-CH.json b/lighthouse-core/lib/locales/fr-CH.json new file mode 100644 index 000000000000..26d4c5a2326c --- /dev/null +++ b/lighthouse-core/lib/locales/fr-CH.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Les extensions Chrome ont eu un impact négatif sur les performances de chargement de la page. Essayez de contrôler la page en mode navigation privée ou depuis un profil Chrome épuré." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "Évaluation des scripts" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "Analyse des scripts" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "Total" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "Envisagez de réduire le temps consacré à l'analyse, la compilation et l'exécution de JS. La livraison de charges utiles JS plus petites peut vous aider. [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "Réduisez le temps d'exécution de JavaScript" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "Délai d'exécution de JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "Les grandes images GIF sont inefficaces pour diffuser du contenu animé. Envisagez d'utiliser des vidéos MPEG4/WebM pour les animations et PNG/WebP pour les images statiques au lieu d'images GIF afin d'économiser des octets réseau. [En savoir plus](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "Utilisez des formats vidéo pour le contenu animé" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "Envisagez de charger des images masquées ou hors écran après le chargement de toutes les ressources essentielles afin de réduire le délai avant interactivité. [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "Différez le chargement des images hors écran" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "Des ressources bloquent le premier passage de votre page. Envisagez de diffuser des feuilles JS/CSS essentielles en ligne et de différer la diffusion de toutes les feuilles JS/de style non essentielles. [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "Éliminez les ressources qui bloquent le rendu" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "Les charges utiles des grands réseaux coûtent de l'argent réel aux utilisateurs et sont fortement corrélées aux délais de chargement interminables. [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "La taille totale était de {totalBytes, number, bytes} Ko" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "Évitez d'énormes charges utiles de réseau" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "Éviter d'énormes charges utiles de réseau" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "La réduction des fichiers CSS peut réduire la taille des charges utiles de réseau. [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "Réduisez la taille des ressources CSS" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "La minimisation des fichiers JavaScript files peut réduire la taille des charges utiles et la durée d'analyse des scripts. [En savoir plus](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "Réduisez la taille des ressources JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "Supprimez les règles inutilisées des feuilles de style afin de réduire la quantité d'octets utilisés inutilement par l'activité réseau. [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "Différez le chargement des ressources CSS inutilisées" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "Supprimez les ressources JavaScript inutilisées pour réduire la quantité d'octets consommés par l'activité réseau." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "Supprimez les ressources JavaScript inutilisées" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "Une longue durée de vie du cache peut accélérer les visites répétées sur votre page. [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{1 ressource trouvée}one{# ressource trouvée}other{# ressources trouvées}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "Diffuser des éléments statiques grâce à des règles de cache efficaces" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "Utiliser des règles de cache efficaces sur les éléments statiques" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "Les images optimisées se chargent plus rapidement et consomment moins de données mobiles. [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "Encodez les images de manière efficace" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "Diffusez des images de taille appropriée afin d'économiser des données mobiles et réduire le temps de chargement. [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "Dimensionnez correctement les images" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "Les ressources textuelles doivent être diffusées compressées (Gzip, Deflate ou Brotli) pour réduire le nombre total d'octets du réseau. [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/text-compression)." + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "Activez la compression de texte" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "Les formats d'image comme JPEG 2000, JPEG XR et WebP proposent souvent une meilleure compression que les formats PNG ou JPEG. Par conséquent, les téléchargements sont plus rapides et la consommation de données est réduite. [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "Diffusez des images aux formats nouvelle génération" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "Les Chaînes de demandes critiques ci-dessous vous montrent quelles ressources sont émises avec une priorité élevée. Envisagez de réduire la longueur des chaînes et la taille de téléchargement des ressources ou de reporter le téléchargement de ressources inutiles afin d'améliorer le chargement des pages. [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{1 chaîne trouvée}one{# chaîne trouvée}other{# chaînes trouvées}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "Réduisez la profondeur des demandes critiques" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "Profondeur maximum de DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "Total des nœuds de DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "Nombre maximal d'enfants" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "Les ingénieurs en navigation recommandent que les pages contiennent moins de 1 500 nœuds de DOM environ. La zone d'écoute idéale est une profondeur d'arborescence inférieure à 32 éléments et contenant moins de 60 éléments enfant/parent. Un grand DOM peut accroître l'utilisation de la mémoire, entraîner de plus longs [calculs de style](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations) et des [redispositions] coûteuses (https://developers.google.com/speed/articles/reflow). [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 nœud}one{# nœud}other{# nœuds}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "Évitez une taille excessive de DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "Éviter une taille excessive de DOM" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "Utilisez la fonction d'affichage de la police CSS afin que le texte soit visible par l'utilisateur pendant le chargement des polices Web. [En savoir plus](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "Garantir que le texte reste visible pendant le chargement des polices Web" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "La totalité du texte reste visible pendant le chargement des polices Web" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "Catégorie" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "Envisagez de réduire le temps consacré à l'analyse, la compilation et l'exécution de JavaScript. La livraison de charges utiles JavaScript plus petites peut vous aider." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "Réduire le travail du thread principal" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "Réduire le travail du thread principal" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "Le score ci-dessus est une estimation du temps en millisecondes que prend votre application pour réagir à l'intervention de l'utilisateur, pendant la fenêtre de pointe de 5 s de chargement de page. Si le temps de latence est supérieur à 50 ms, les utilisateurs peuvent percevoir votre application comme étant lente. [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "Estimation du temps de latence avant intervention" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "La statistique \"Premier passage de contenu entier\" indique le moment où le premier texte ou la première image sont affichés. [En savoir plus](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "Premier passage de contenu entier" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "La statistique \"Premier processeur inactif\" marque la première fois que le thread principal de la page est suffisamment silencieux pour gérer l'entrée. [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "Premier processeur inactif" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "La statistique \"Premier passage significatif\" mesure quand le contenu principal d'une page est visible. [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "Premier passage significatif" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "La statistique \"Temps avant interactivité\" indique quand la page est entièrement interactive. [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "Délai avant interactivité" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "L'indice de vitesse indique la rapidité avec laquelle le contenu d'une page est disponible. [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "Indice de vitesse" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "Les redirections entraînent des retards supplémentaires avant que la page ne puisse être chargée. [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "Évitez les redirections de page multiples" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "La valeur \"Délai avant premier octet\" (Time To First Byte) identifie l'heure à laquelle votre serveur envoie une réponse. [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "Le document racine a pris {timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "Réduire les délais de réponse du serveur (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "Les délais de réponse du serveur sont faibles (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "Envisagez de doter votre application de l'API temps utilisateur pour créer des mesures réelles et personnalisées des expériences utilisateur clés. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{[=1]1 temps utilisateur}one{# temps utilisateur}other{# temps utilisateur}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "Marques et mesures du temps utilisateur" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "Envisagez d'ajouter des indices de ressources de préconnexion ou dns-prefetch pour établir les premières connexions avec des origines tierces importantes. [En savoir plus](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "Connectez-vous à l'avance aux origines souhaitées" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "Envisagez d'utiliser pour hiérarchiser la récupération des ressources actuellement requises pour le chargement ultérieur de la page. [En savoir plus](https://developers.google.com/web/ntools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "Préchargez les demandes de clé" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "Plus d'informations sur les performances de votre application." + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "Diagnostics" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "L'aspect le plus essentiel des performances est la rapidité avec laquelle les pixels sont affichés à l'écran. Statistiques clés : Premier passage de contenu entier, Premier passage significatif" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "Amélioration du premier passage" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "Ces optimisations peuvent accélérer le chargement de votre page." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "Opportunités" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "Statistiques" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "Améliorez l'expérience globale de chargement, afin que la page soit réactive et disponible dès que possible. Statistiques clés : délai avant interactivité, indice de vitesse" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "Améliorations générales" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "Performances" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "Cache de la valeur TTL" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "Taille (Ko)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "Temps passé" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "URL" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "Économies potentielles (Ko)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "Économies potentielles (ms)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "Économies potentielles de {wastedBytes, number, bytes} Ko" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "Économies potentielles de {wastedMs, number, milliseconds} ms" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "Afficher les audits" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "Erreur" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "Erreur de rapport : pas d'information d'audit" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "Autres éléments à vérifier manuellement" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "Non applicable" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "Opportunité" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "Estimation des économies" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "Audits réussis" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "Échelle de score :" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "Cette exécution de Lighthouse a rencontré des problèmes :" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "Les valeurs sont estimées et peuvent varier." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "Avertissements : " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/fr.json b/lighthouse-core/lib/locales/fr.json new file mode 100644 index 000000000000..26d4c5a2326c --- /dev/null +++ b/lighthouse-core/lib/locales/fr.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Les extensions Chrome ont eu un impact négatif sur les performances de chargement de la page. Essayez de contrôler la page en mode navigation privée ou depuis un profil Chrome épuré." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "Évaluation des scripts" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "Analyse des scripts" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "Total" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "Envisagez de réduire le temps consacré à l'analyse, la compilation et l'exécution de JS. La livraison de charges utiles JS plus petites peut vous aider. [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "Réduisez le temps d'exécution de JavaScript" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "Délai d'exécution de JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "Les grandes images GIF sont inefficaces pour diffuser du contenu animé. Envisagez d'utiliser des vidéos MPEG4/WebM pour les animations et PNG/WebP pour les images statiques au lieu d'images GIF afin d'économiser des octets réseau. [En savoir plus](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "Utilisez des formats vidéo pour le contenu animé" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "Envisagez de charger des images masquées ou hors écran après le chargement de toutes les ressources essentielles afin de réduire le délai avant interactivité. [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "Différez le chargement des images hors écran" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "Des ressources bloquent le premier passage de votre page. Envisagez de diffuser des feuilles JS/CSS essentielles en ligne et de différer la diffusion de toutes les feuilles JS/de style non essentielles. [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "Éliminez les ressources qui bloquent le rendu" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "Les charges utiles des grands réseaux coûtent de l'argent réel aux utilisateurs et sont fortement corrélées aux délais de chargement interminables. [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "La taille totale était de {totalBytes, number, bytes} Ko" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "Évitez d'énormes charges utiles de réseau" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "Éviter d'énormes charges utiles de réseau" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "La réduction des fichiers CSS peut réduire la taille des charges utiles de réseau. [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "Réduisez la taille des ressources CSS" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "La minimisation des fichiers JavaScript files peut réduire la taille des charges utiles et la durée d'analyse des scripts. [En savoir plus](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "Réduisez la taille des ressources JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "Supprimez les règles inutilisées des feuilles de style afin de réduire la quantité d'octets utilisés inutilement par l'activité réseau. [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "Différez le chargement des ressources CSS inutilisées" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "Supprimez les ressources JavaScript inutilisées pour réduire la quantité d'octets consommés par l'activité réseau." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "Supprimez les ressources JavaScript inutilisées" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "Une longue durée de vie du cache peut accélérer les visites répétées sur votre page. [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{1 ressource trouvée}one{# ressource trouvée}other{# ressources trouvées}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "Diffuser des éléments statiques grâce à des règles de cache efficaces" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "Utiliser des règles de cache efficaces sur les éléments statiques" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "Les images optimisées se chargent plus rapidement et consomment moins de données mobiles. [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "Encodez les images de manière efficace" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "Diffusez des images de taille appropriée afin d'économiser des données mobiles et réduire le temps de chargement. [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "Dimensionnez correctement les images" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "Les ressources textuelles doivent être diffusées compressées (Gzip, Deflate ou Brotli) pour réduire le nombre total d'octets du réseau. [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/text-compression)." + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "Activez la compression de texte" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "Les formats d'image comme JPEG 2000, JPEG XR et WebP proposent souvent une meilleure compression que les formats PNG ou JPEG. Par conséquent, les téléchargements sont plus rapides et la consommation de données est réduite. [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "Diffusez des images aux formats nouvelle génération" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "Les Chaînes de demandes critiques ci-dessous vous montrent quelles ressources sont émises avec une priorité élevée. Envisagez de réduire la longueur des chaînes et la taille de téléchargement des ressources ou de reporter le téléchargement de ressources inutiles afin d'améliorer le chargement des pages. [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{1 chaîne trouvée}one{# chaîne trouvée}other{# chaînes trouvées}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "Réduisez la profondeur des demandes critiques" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "Profondeur maximum de DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "Total des nœuds de DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "Nombre maximal d'enfants" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "Les ingénieurs en navigation recommandent que les pages contiennent moins de 1 500 nœuds de DOM environ. La zone d'écoute idéale est une profondeur d'arborescence inférieure à 32 éléments et contenant moins de 60 éléments enfant/parent. Un grand DOM peut accroître l'utilisation de la mémoire, entraîner de plus longs [calculs de style](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations) et des [redispositions] coûteuses (https://developers.google.com/speed/articles/reflow). [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 nœud}one{# nœud}other{# nœuds}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "Évitez une taille excessive de DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "Éviter une taille excessive de DOM" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "Utilisez la fonction d'affichage de la police CSS afin que le texte soit visible par l'utilisateur pendant le chargement des polices Web. [En savoir plus](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "Garantir que le texte reste visible pendant le chargement des polices Web" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "La totalité du texte reste visible pendant le chargement des polices Web" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "Catégorie" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "Envisagez de réduire le temps consacré à l'analyse, la compilation et l'exécution de JavaScript. La livraison de charges utiles JavaScript plus petites peut vous aider." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "Réduire le travail du thread principal" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "Réduire le travail du thread principal" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "Le score ci-dessus est une estimation du temps en millisecondes que prend votre application pour réagir à l'intervention de l'utilisateur, pendant la fenêtre de pointe de 5 s de chargement de page. Si le temps de latence est supérieur à 50 ms, les utilisateurs peuvent percevoir votre application comme étant lente. [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "Estimation du temps de latence avant intervention" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "La statistique \"Premier passage de contenu entier\" indique le moment où le premier texte ou la première image sont affichés. [En savoir plus](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "Premier passage de contenu entier" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "La statistique \"Premier processeur inactif\" marque la première fois que le thread principal de la page est suffisamment silencieux pour gérer l'entrée. [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "Premier processeur inactif" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "La statistique \"Premier passage significatif\" mesure quand le contenu principal d'une page est visible. [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "Premier passage significatif" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "La statistique \"Temps avant interactivité\" indique quand la page est entièrement interactive. [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "Délai avant interactivité" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "L'indice de vitesse indique la rapidité avec laquelle le contenu d'une page est disponible. [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "Indice de vitesse" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "Les redirections entraînent des retards supplémentaires avant que la page ne puisse être chargée. [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "Évitez les redirections de page multiples" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "La valeur \"Délai avant premier octet\" (Time To First Byte) identifie l'heure à laquelle votre serveur envoie une réponse. [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "Le document racine a pris {timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "Réduire les délais de réponse du serveur (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "Les délais de réponse du serveur sont faibles (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "Envisagez de doter votre application de l'API temps utilisateur pour créer des mesures réelles et personnalisées des expériences utilisateur clés. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{[=1]1 temps utilisateur}one{# temps utilisateur}other{# temps utilisateur}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "Marques et mesures du temps utilisateur" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "Envisagez d'ajouter des indices de ressources de préconnexion ou dns-prefetch pour établir les premières connexions avec des origines tierces importantes. [En savoir plus](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "Connectez-vous à l'avance aux origines souhaitées" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "Envisagez d'utiliser pour hiérarchiser la récupération des ressources actuellement requises pour le chargement ultérieur de la page. [En savoir plus](https://developers.google.com/web/ntools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "Préchargez les demandes de clé" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "Plus d'informations sur les performances de votre application." + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "Diagnostics" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "L'aspect le plus essentiel des performances est la rapidité avec laquelle les pixels sont affichés à l'écran. Statistiques clés : Premier passage de contenu entier, Premier passage significatif" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "Amélioration du premier passage" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "Ces optimisations peuvent accélérer le chargement de votre page." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "Opportunités" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "Statistiques" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "Améliorez l'expérience globale de chargement, afin que la page soit réactive et disponible dès que possible. Statistiques clés : délai avant interactivité, indice de vitesse" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "Améliorations générales" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "Performances" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "Cache de la valeur TTL" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "Taille (Ko)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "Temps passé" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "URL" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "Économies potentielles (Ko)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "Économies potentielles (ms)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "Économies potentielles de {wastedBytes, number, bytes} Ko" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "Économies potentielles de {wastedMs, number, milliseconds} ms" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "Afficher les audits" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "Erreur" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "Erreur de rapport : pas d'information d'audit" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "Autres éléments à vérifier manuellement" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "Non applicable" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "Opportunité" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "Estimation des économies" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "Audits réussis" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "Échelle de score :" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "Cette exécution de Lighthouse a rencontré des problèmes :" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "Les valeurs sont estimées et peuvent varier." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "Avertissements : " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/gsw.json b/lighthouse-core/lib/locales/gsw.json new file mode 100644 index 000000000000..a3702cf7636b --- /dev/null +++ b/lighthouse-core/lib/locales/gsw.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Chrome-Erweiterungen haben sich negativ auf die Ladegeschwindigkeit dieser Seite ausgewirkt. Versuchen Sie, die Seite im Inkognito-Modus oder mit einem neuen Chrome-Profil zu überprüfen." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "Skriptauswertung" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "Parsen von Skripten" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "Gesamt" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "Versuchen Sie, die Zeit für das Parsen, Kompilieren und Ausführen von JS zu reduzieren. Die Bereitstellung kleinerer JS-Nutzlasten kann dabei helfen. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "Ausführungszeit von JavaScript reduzieren" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "JavaScript-Ausführungszeit" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "Große GIF-Dateien sind nur bedingt für die Bereitstellung animierter Inhalte geeignet. Sie können statt GIF MPEG4- oder WebM-Videos für Animationen und PNG oder WebP für statische Bilder verwenden und so die Netzwerk-Datenmenge reduzieren. [Weitere Informationen](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "Videoformate für animierte Inhalte verwenden" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "Versuchen Sie, nicht sichtbare und versteckte Bilder erst laden zu lassen, nachdem wichtige Ressourcen geladen wurden, um die Zeit bis zur Interaktivität zu reduzieren. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "Nicht sichtbare Bilder aufschieben" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "Ressourcen blockieren das erste Zeichnen Ihrer Seite. Versuchen Sie, wichtiges JS und wichtige CSS inline bereitzustellen und alle nicht kritischen JS und Stile aufzuschieben. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "Ressourcen beseitigen, die das Rendering blockieren" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "Große Netzwerknutzlasten kosten Nutzer bares Geld und hängen eng mit langen Ladezeiten zusammen. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "Die Gesamtgröße war {totalBytes, number, bytes} KB" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "Sehr große Netzwerknutzlasten vermeiden" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "Vermeidet sehr große Netzwerknutzlasten" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "Durch die Komprimierung von CSS-Dateien kann die Größe von Netzwerknutzlasten reduziert werden. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "CSS komprimieren" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "Durch die Komprimierung von JavaScript-Dateien können Nutzlastgrößen und die Zeit zum Parsen von Skripts reduziert werden. [Weitere Informationen](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "JavaScript komprimieren" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "Entfernen Sie nicht verwendete Regeln aus Stylesheets, um unnötige Daten bei Netzwerkaktivitäten zu reduzieren. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "Nicht verwendete CSS aufschieben" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "Entfernen Sie nicht verwendetes JavaScript, um die Datenmenge bei Netzwerkaktivitäten zu reduzieren." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "Nicht genutztes JavaScript entfernen" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "Eine lange Lebensdauer des Cache kann wiederholte Besuche Ihrer Seite beschleunigen. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{1 Ressource gefunden}other{# Ressourcen gefunden}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "Statische Inhalte mit einer effizienten Cache-Richtlinie bereitstellen" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "Verwendet eine effiziente Cache-Richtlinie für statische Inhalte" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "Optimierte Bilder werden schneller geladen und verbrauchen weniger mobile Daten. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "Bilder effizient codieren" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "Stellen Sie Bilder bereit, die eine angemessene Größe haben, um mobile Daten zu sparen und die Ladezeit zu verbessern. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "Bilder richtig dimensionieren" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "Textbasierte Ressourcen sollten mit Komprimierung (gzip, Deflate oder Brotli) bereitgestellt werden, um die Datenmenge im Netzwerk insgesamt zu minimieren. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/text-compression)" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "Textkomprimierung aktivieren" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "Bildformate wie JPEG 2000, JPEG XR und WebP bieten oft eine bessere Komprimierung als PNG oder JPEG, was schnellere Downloads und einen geringeren Datenverbrauch ermöglicht. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "Bilder in modernen Formaten bereitstellen" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "In den unten aufgeführten Ketten kritischer Anfragen können Sie sehen, welche Ressourcen mit einer hohen Priorität ausgegeben werden. Versuchen Sie, die Länge der Ketten zu reduzieren, die Downloadgröße von Ressourcen zu verkleinern oder das Herunterladen unnötiger Ressourcen aufzuschieben, um den Seitenaufbau zu beschleunigen. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{1 Kette gefunden}other{# Ketten gefunden}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "Tiefe kritischer Anforderungen minimieren" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "Maximale DOM-Tiefe" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "Gesamtzahl der DOM-Knoten" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "Maximale Anzahl untergeordneter Elemente" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "Laut der Empfehlung von Browserentwicklern sollten Seiten nicht mehr als ungefähr 1.500 DOM-Knoten enthalten. Die ideale Strukturtiefe liegt bei unter 32 Elementen und weniger als 60 unter- und übergeordneten Elementen. Ein großes DOM kann zu hohem Speicherverbrauch, langwierigen [Stilberechnungen](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations) und kostspieligen [dynamischen Umbrüchen im Layout](https://developers.google.com/speed/articles/reflow) führen. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 Knoten}other{# Knoten}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "Übermäßige DOM-Größe vermeiden" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "Vermeidet eine übermäßige DOM-Größe" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "Sie können Gebrauch von der CSS-Funktion \"font-display\" machen, um sicherzugehen, dass der Text für Nutzer sichtbar ist, während Webfonts geladen werden. [Weitere Informationen](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "Darauf achten, dass der Text während der Webfont-Ladevorgänge sichtbar bleibt" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "Der gesamte Text bleibt während der Webfont-Ladevorgänge sichtbar" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "Kategorie" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "Versuchen Sie, die Zeit für das Parsen, Kompilieren und Ausführen von JS zu reduzieren. Die Bereitstellung kleinerer JS-Nutzlasten kann dabei helfen." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "Aufwand für Hauptthread minimieren" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "Minimiert den Aufwand für den Hauptthread" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "Beim Ergebnis oben handelt es sich um eine Schätzung dessen, wie viele Millisekunden Ihre App benötigt, um während des 5-s-Fensters mit der stärksten Auslastung beim Seitenaufbau auf Nutzereingaben zu reagieren. Wenn die Latenz bei Ihnen über 50 ms liegt, empfinden Nutzer Ihre App möglicherweise als langsam. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "Geschätzte Eingabelatenz" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "\"Erste Inhalte gezeichnet\" gibt an, wann der erste Text oder das erste Bild gezeichnet wird. [Weitere Informationen](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "Erste Inhalte gezeichnet" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "\"Erster CPU-Leerlauf\" gibt den Zeitpunkt an, an dem die Aktivität des Hauptthreads der Seite das erste Mal gering genug ist, um Eingaben zu verarbeiten. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "Erster CPU-Leerlauf" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "\"Inhalte weitgehend gezeichnet\" gibt an, wann die Hauptinhalte einer Seite sichtbar sind. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "Inhalte weitgehend gezeichnet" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "\"Zeit bis Interaktivität\" gibt den Zeitpunkt an, an dem die Seite voll interaktionsfähig ist. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "Zeit bis Interaktivität" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "Der Geschwindigkeitsindex zeigt an, wie schnell die Inhalte einer Seite sichtbar dargestellt werden. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "Geschwindigkeitsindex" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "Weiterleitungen führen zu zusätzlichen Verzögerungen, bevor die Seite geladen werden kann. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "Mehrere Weiterleitungen auf die Seite vermeiden" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "TTFB (Time To First Byte) erkennt den Zeitpunkt, an dem Ihr Server eine Antwort sendet. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "Stammdokument brauchte {timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "Serverantwortzeiten reduzieren (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "Serverantwortzeiten sind niedrig (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "Versuchen Sie, die User Timing API in Ihre App zu integrieren. Damit können Sie Messungen von wichtigem Nutzerverhalten in der Praxis vornehmen. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 Nutzertiming}other{# Nutzertimings}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "Markierungen und Messungen für das Nutzertiming" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "Versuchen Sie, Hinweise auf Ressourcen für eine Vorverbindung oder einen DNS-Vorabruf hinzuzufügen, damit möglichst frühzeitig eine Verbindung zu wichtigen Drittanbieterursprüngen hergestellt wird. [Weitere Informationen](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "Vorverbindung zu erforderlichen Ursprüngen aufbauen" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "Mit können Sie das Abrufen von Ressourcen priorisieren, die aktuell später beim Seitenaufbau angefordert werden. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "Wichtige Anforderungen vorab laden" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "Weitere Informationen zur Leistung Ihrer App." + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "Diagnose" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "Der wichtigste Faktor bei der Leistung ist, wie schnell Pixel auf dem Bildschirm gerendert werden. Wichtige Messwerte: \"Erste Inhalte gezeichnet\", \"Inhalte weitgehend gezeichnet\"" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "Verbesserungen beim Zeichnen der ersten Inhalte" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "Diese Optimierungen können den Seitenaufbau beschleunigen." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "Empfehlungen" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "Messwerte" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "Hier können Sie die Ladezeiten verkürzen, damit die Seite so schnell wie möglich reagiert und Einsatzbereit ist. Wichtige Messwerte: \"Zeit bis Interaktivität\", \"Geschwindigkeitsindex\"" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "Allgemeine Verbesserungen" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "Leistung" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "Cache-TTL" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "Größe (KB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "Zeitaufwand" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "URL" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "Mögliche Einsparung (KB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "Mögliche Einsparung (ms)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "Mögliche Einsparung von {wastedBytes, number, bytes} ms" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "Mögliche Einsparung von {wastedMs, number, milliseconds} ms" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "Überprüfungen ansehen" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "Fehler." + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "Fehler gemeldet: keine Informationen zur Überprüfung" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "Zusätzliche Elemente zur manuellen Überprüfung" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "Nicht zutreffend" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "Empfehlung" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "Geschätzte Einsparung" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "Bestandene Prüfungen" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "Ergebnisskala:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "Einige Probleme haben diese Ausführung von Lighthouse beeinträchtigt:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "Die Werte sind geschätzt und können variieren." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "Warnungen: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/hi.json b/lighthouse-core/lib/locales/hi.json new file mode 100644 index 000000000000..35a01a81aa59 --- /dev/null +++ b/lighthouse-core/lib/locales/hi.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Chrome एक्सटेंशन ने इस पेज के लोड परफ़ॉर्मेंस पर नकारात्मक रूप से असर डाला है. गुप्त मोड में या किसी साफ़ Chrome प्रोफ़ाइल से कोई दूसरा पेज ऑडिट करके देखें." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "स्क्रिप्ट मूल्यांकन" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "स्क्रिप्ट पार्स" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "कुल" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "JS को पार्स करने, कंपाइल करने और एक्ज़ीक्यूट करने में लगने वाला समय कम करने पर विचार करें. आप पाएंगे कि इसके ज़रिए छोटे-छोटे JS पेलोड डिलीवर करने में मदद मिलती है. [ज़्यादा जानें](https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "JavaScript क्रियान्वयन समय कम करें" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "JavaScript क्रियान्वयन समय" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "बड़े GIF ऐनिमेटेड सामग्री डिलीवर करने में नाकाफ़ी होते हैं. नेटवर्क बाइट बचाने के इरादे से GIF का इस्तेमाल करने के बजाय, ऐनिमेशन के लिए MPEG4/WebM वीडियो और स्थिर इमेज के लिए PNG/WebP का इस्तेमाल करने पर विचार करें. [ज़्यादा जानें](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "ऐनिमेट की गई सामग्री के लिए वीडियो फ़ॉर्मेट का इस्तेमाल करें" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "इंटरेक्टिव में लगने वाला समय कम करने के लिए, सभी अहम संसाधन लोड हो जाने के बाद ऑफ़स्क्रीन और छिपी हुई इमेज को धीरे-धीरे लोड करने पर विचार करें. [ज़्यादा जानें](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "ऑफ़स्क्रीन इमेज टालें" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "संसाधन आपके पेज के पहले पेंट को ब्लॉक कर रहे हैं. अहम JS/CSS इनलाइन वितरित करने और सभी गैर-अहम JS/शैलियों को टालने पर विचार करें. [ज़्यादा जानें](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "रेंडर ब्लॉक करने वाले संसाधनों को खत्म करें" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "बड़े नेटवर्क वाले पेलोड के लिए उपयोगकर्ताओं को ज़्यादा रकम खर्च करनी पड़ती है और उन पर लोड होने में ज़्यादा समय भी लगता है. [ज़्यादा जानें](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "कुल आकार {totalBytes, number, bytes} केबी था" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "बहुत ज़्यादा नेटवर्क पेलोड से बचें" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "भारी नेटवर्क पेलोड से बचाता है" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "CSS फ़ाइलों का आकार कम करने से नेटवर्क पेलोड आकार कम किए जा सकते हैं. [ज़्यादा जानें](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "CSS कम करें" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "JavaScript फ़ाइलों को छोटा करने से पेलोड का आकार और स्क्रिप्ट पार्स करने का समय कम हो सकता है. [ज़्यादा जानें](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "JavaScript का आकार कम करें" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "नेटवर्क गतिविधि में खर्च होने वाले गैर-ज़रूरी बाइट कम करने के लिए स्टाइल-शीट से इस्तेमाल नहीं किए गए नियमों को हटाएं. [ज़्यादा जानें](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "इस्तेमाल नहीं किए गए CSS को टालें" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "नेटवर्क गतिविधि में खर्च होने वाले बाइट में कमी करने के लिए इस्तेमाल नहीं किया गया JavaScript हटाएं." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "इस्तेमाल नहीं किया गया JavaScript हटाएं" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "लंबे कैश लाइफ़टाइम से आपके पेज पर दोहराए जाने वाले विज़िट की गति बढ़ सकती है. [ज़्यादा जानें](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{1 संसाधन मिला}one{# संसाधन मिले}other{# संसाधन मिले}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "कुशल कैश नीति के साथ स्थिर एसेट ऑफ़र करें" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "स्थिर एसेट पर कुशल कैश नीति का इस्तेमाल करता है" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "ऑप्टिमाइज़ की गई इमेज तेज़ी से लोड होती हैं और इसमें कम सेल्युलर डेटा खर्च होता है. [ज़्यादा जानें](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "इमेज को कुशलता से एन्कोड करें" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "ऐसी इमेज ऑफ़र करें जिनका आकार सही हो ताकि सेल्युलर डेटा बचाया जा सके और लोड समय को बेहतर बनाया जा सके. [ज़्यादा जानें](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "सही तरीके के आकार वाली इमेज" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "कुल नेटवर्क बाइट को कम से कम करने के लिए, लेख आधारित संसाधन कंप्रेशन (gzip, deflate या brotli) के साथ ऑफ़र किए जाने चाहिए. [ज़्यादा जानें](https://developers.google.com/web/tools/lighthouse/audits/text-compression)." + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "लेख कंप्रेशन चालू करें" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "JPEG 2000, JPEG XR और WebP जैसे इमेज फ़ॉर्मेट में अक्सर PNG या JPEG के मुकाबले बेहतर कंप्रेशन मिलता है, जिसका मतलब है कि डाउनलोड तेज़ी से होते हैं और इनमें कम डेटा खर्च होता है. [ज़्यादा जानें](https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "इमेज अगली जेनरेशन के फ़ॉर्मेट में ऑफ़र करें" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "नीचे दी गई अहम अनुरोध शृंखलाएं आपको वे संसाधन दिखाती हैं जो उच्च प्राथमिकता के साथ जारी किए जाते हैं. शृंखलाओं की अवधि कम करने पर विचार करें, जिससे संसाधनों का डाउनलोड आकार कम हो जाएगा या पेज लोड को बेहतर बनाने के लिए गैर-ज़रूरी संसाधनों का डाउनलोड टल जाएगा. [ज़्यादा जानें](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{1 शृंखला मिली}one{# शृंखलाएं मिलीं}other{# शृंखलाएं मिलीं}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "अहम अनुरोधों की गहराई कम से कम करें" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "सबसे ज़्यादा DOM गहराई" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "कुल DOM नोड" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "ज़्यादा से ज़्यादा चिल्ड्रन" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "ब्राउज़र इंजीनियर सुझाव देते हैं कि पेज में ~1,500 से कम DOM नोड होने चाहिए. सबसे सही आंकड़ा है < 32 एलीमेंट वाली ट्री गहराई और 60 से कम चिल्ड्रन/पेरेंट एलीमेंट. ज़्यादा बड़े DOM से मेमोरी का इस्तेमाल बढ़ सकता है, जिससे ज़्यादा लंबे [स्टाइल कैल्युलेशन](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations) हो सकते हैं और इनसे महंगे [लेआउट रीफ़्लो](https://developers.google.com/speed/articles/reflow) बन सकते हैं. [ज़्यादा जानें](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 नोड}one{# नोड}other{# नोड}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "बहुत ज़्यादा बड़े DOM आकार से बचें" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "बहुत ज़्यादा बड़े DOM आकार से बचता है" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "यह पक्का करने के लिए फ़ॉन्ट-डिसप्ले CSS फ़ीचर का फ़ायदा उठाएं कि वेबफ़ॉन्ट लोड होने के दौरान उपयोगकर्ता को लेख दिखाई देता रहे. [ज़्यादा जानें](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "पक्का करें कि वेबफ़ॉन्ट लोड होने के दौरान लेख दिखाई देता रहे" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "वेबफ़ॉन्ट लोड होने के दौरान सभी लेख दिखाई देते रहते हैं" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "श्रेणी" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "JS को पार्स करने, कंपाइल करने और एक्ज़ीक्यूट करने में लगने वाला समय कम करने पर विचार करें. आप पाएंगे कि इसके ज़रिए छोटे-छोटे JS पेलोड डिलीवर करने में मदद मिलती है." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "मुख्य थ्रेड काम को कम से कम करें" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "मुख्य थ्रेड काम को कम से कम करता है" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "ऊपर दिया गया स्कोर एक अनुमान है कि पेज लोड होने की सबसे व्यस्त 5 सेकंड की विंडो में आपके ऐप्लिकेशन को उपयोगकर्ता इनपुट का जवाब देने में, मिलीसेकंड में कितना समय लगेगा. अगर आपकी प्रतीक्षा अवधि 60 मिलीसेकंड से ज़्यादा है, तो उपयोगकर्ता आपके ऐप्लिकेशन को धीमा मान सकते हैं. [ज़्यादा जानें](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "अनुमानित इनपुट प्रतीक्षा समय" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "पहला उपयोगी सामग्री वाला पेंट वह समय चिह्नित करता है जब पहले लेख या इमेज को पेंट किया गया हो. [ज़्यादा जानें](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "उपयोगी सामग्री वाला पहला पेंट" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "पहला सीपीयू (CPU) बंद (आइडल) वह पहला समय चिह्नित करता है जब पेज का मुख्य थ्रेड इनपुट को संभालने के लिए काफ़ी होता है. [ज़्यादा जानें](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "पहला सीपीयू (CPU) बंद (आइडल)" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "पहला उपयोगी पेंट उस समय का मापन करता है जब किसी पेज की शुरुआती सामग्री दिखाई देती है. [ज़्यादा जानें](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "पहला उपयोगी पेंट" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "इंटरेक्टिव वह समय चिह्नित करता है जब पेज पूरी तरह इंटरेक्टिव हो जाता है. [ज़्यादा जानें](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "इंटरएक्टिव में लगने वाला समय" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "गति इंडेक्स दिखाता है कि किसी पेज की सामग्री विज़ुअल रूप से कितनी तेज़ी से पॉपुलेट होती हैं. [ज़्यादा जानें](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "गति इंडेक्स" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "'रीडायरेक्ट' पेज लोड किए जाने से पहले और ज़्यादा प्रतीक्षा जोड़ता है. [ज़्यादा जानें](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "एक से ज़्यादा पेज रीडायरेक्ट करने से बचें" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "पहली बाइट का समय, उस समय की पहचान करता है जब आपका सर्वर कोई जवाब भेजता है. [ज़्यादा जानें](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "रूट दस्तावेज़ को {timeInMs, number, milliseconds} मिलीसेकंड लगे" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "सर्वर प्रतिक्रिया समय घटाएं (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "सर्वर के जवाब देने के समय धीमे हैं (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "प्रमुख उपयोगकर्ता अनुभवों के कस्टम, असली दुनिया के माप तैयार करने के लिए अपने ऐप्लिकेशन को उपयोगकर्ता समय API (एपीआई) के ज़रिए इंस्ट्रुमेंट करने पर विचार करें. [ज़्यादा जानें](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 उपयोगकर्ता समय}one{# उपयोगकर्ता समय}other{# उपयोगकर्ता समय}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "उपयोगकर्ता समय अंक और मापन" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "तीसरे पक्ष के अहम मूल से जल्दी कनेक्शन बनाने के लिए प्री-कनेक्ट या dns-प्रीफ़ेच संसाधन संकेत जोड़ने पर विचार करें. [ज़्यादा जानें](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "ज़रूरी मूल से प्री-कनेक्ट करें" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "ऐसे संसाधन फ़ेच करने को प्राथमिकता देने के लिए का इस्तेमाल करने पर विचार करें जिनका फ़िलहाल पेज लोड में बाद में अनुरोध किया गया है. [ज़्यादा जानें](https://developers.google.com/web/tools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "प्रमुख अनुरोधों को पहले से लोड करें" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "आपके ऐप्लिकेशन के परफ़ॉर्मेंस के बारे में ज़्यादा जानकारी." + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "निदान" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "परफ़ॉर्मेंस का सबसे अहम पहलू यह है कि स्क्रीन पर पिक्सेल कितनी तेज़ी से रेंडर होते हैं. प्रमुख मेट्रिक: उपयोगी सामग्री वाला पहला पेंट, पहला उपयोगी पेंट" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "पहले पेंट के सुधार" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "इन ऑप्टिमाइज़ेशन से आपका पेज लोड होने की गति बढ़ सकती है." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "अवसर" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "मेट्रिक" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "पूरे लोडिंग अनुभव को बेहतर बनाएं ताकि पेज जवाब दे और जल्दी से जल्दी इस्तेमाल के लिए तैयार हो जाए. प्रमुख मेट्रिक: इंटरेक्टिव में लगने वाला समय, गति इंडेक्स" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "समस्त सुधार" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "परफ़ॉर्मेंस" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "कैश TTL" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "आकार (केबी)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "खर्च हुआ समय" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "यूआरएल" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "हो सकने वाली बचत (केबी)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "हो सकने वाली बचत (‍मिली सेकंड)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "{wastedBytes, number, bytes} केबी की हो सकने वाली बचत" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "{wastedMs, number, milliseconds} मिलीसेकंड की हो सकने वाली बचत" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} मिलीसेकंड" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "ऑडिट दिखाएं" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "गड़बड़ी!" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "गड़बड़ी की रिपोर्ट करें: कोई ऑडिट जानकारी नहीं" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "मैन्युअल रूप से देखे जाने वाले और ज़्यादा आइटम" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "लागू नहीं" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "अवसर" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "हो सकने वाली बचत" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "पास हुए ऑडिट" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "स्कोर स्केल:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "ऐसी समस्या हुईं जिनसे Lighthouse के इस रन पर असर पड़ा है:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "मान अनुमानित हैं और इनमें अंतर हो सकता है." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "चेतावनियां: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/hr.json b/lighthouse-core/lib/locales/hr.json new file mode 100644 index 000000000000..cb3ae43efd89 --- /dev/null +++ b/lighthouse-core/lib/locales/hr.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Chromeova proširenja negativno su utjecala na izvedbu učitavanja ove stranice. Pokušajte pregledati stranicu anonimno ili putem Chromeova profila bez proširenja." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "Procjena skripte" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "Raščlamba skripte" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "Ukupno" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "Savjetujemo vam da skratite vrijeme potrebno za raščlambu, kompiliranje i izvršavanje JS-a. Isporuka manjih JS-ova mogla bi vam pomoći da to postignete. [Saznajte više](https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "Skratite vrijeme izvršavanja JavaScripta" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "Vrijeme izvršavanja JavaScripta" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "Veliki GIF-ovi nisu učinkoviti za isporuku animiranog sadržaja. Savjetujemo vam da umjesto GIF-a upotrebljavate MPEG4/WebM videozapise za animacije i PNG/WebP za statične slike da biste smanjili količinu mrežnih bajtova. [Saznajte više](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "Upotrebljavajte formate videozapisa za animirani sadržaj" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "Za slike izvan zaslona i skrivene slike savjetujemo odgođeno učitavanje nakon što se učitaju svi kritični resursi da biste skratili vrijeme do interaktivnosti. [Saznajte više](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "Odgodite slike izvan zaslona" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "Resursi blokiraju prvo bojenje stranice. Savjetujemo vam da kritičan JS/CSS isporučite umetnuto i da odgodite sve nekritične JS-ove/stilove. [Saznajte više](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "Uklonite resurse koji blokiraju generiranje" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "Veliki mrežni resursi korisnicima uzrokuju stvarne novčane troškove i usko koreliraju s dugim vremenom učitavanja. [Saznajte više](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "Ukupna veličina bila je {totalBytes, number, bytes} KB" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "Izbjegavajte ogromne mrežne resurse" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "Izbjegava ogromne mrežne resurse" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "Umanjenjem CSS datoteka mogu se smanjiti veličine mrežnih resursa. [Saznajte više](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "Umanjite CSS" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "Umanjenjem JavaScript datoteka mogu se smanjiti veličine resursa i skratiti vrijeme raščlambe skripte. [Saznajte više](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "Umanjite JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "Iz stilskih tablica uklonite nekorištena pravila da biste smanjili nepotrebnu potrošnju bajtova u mrežnoj aktivnosti. [Saznajte više](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "Odgodite nekorišteni CSS" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "Uklonite JavaScript koji se ne koristi da biste smanjili potrošnju bajtova u mrežnoj aktivnosti." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "Uklonite nekorišteni JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "Dugotrajno predmemoriranje može ubrzati ponovljene posjete vašoj stranici. [Saznajte više](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{Pronađen je jedan resurs}one{Pronađen je # resurs}few{Pronađena su # resursa}other{Pronađeno je # resursa}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "Poslužite statične elemente s pravilima učinkovitog predmemoriranja" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "Upotrebljava pravila učinkovitog predmemoriranja za statične elemente" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "Optimizirane slike učitavaju se brže i troše manje mobilnih podataka. [Saznajte više](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "Kodirajte slike učinkovito" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "Poslužite slike prikladnih veličina da biste uštedjeli mobilne podatke i poboljšali vrijeme učitavanja. [Saznajte više](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "Postavite slike u odgovarajućoj veličini" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "Tekstualni resursi trebaju se posluživati s kompresijom (gzip, deflate ili brotli) radi minimiziranja ukupne količine mrežnih bajtova. [Saznajte više](https://developers.google.com/web/tools/lighthouse/audits/text-compression)." + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "Omogućite sažimanje teksta" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "Formati slike kao što su JPEG 2000, JPEG XR i WebP često pružaju bolje sažimanje nego PNG ili JPEG, što znači brža preuzimanja i manju potrošnju podataka. [Saznajte više](https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "Poslužite slike u modernim formatima" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "Lanci kritičkih zahtjeva u nastavku prikazuju koji se resursi izdaju s visokim prioritetom. Savjetujemo vam da skratite duljinu lanaca, smanjite veličinu resursa za preuzimanje ili odgodite preuzimanje resursa koji nisu nužni kako biste poboljšali učitavanje stranice. [Saznajte više](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{Pronađen je jedan lanac}one{Pronađen je # lanac}few{Pronađena su # lanca}other{Pronađeno je # lanaca}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "Minimizirajte dubinu kritičnih zahtjeva" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "Maksimalna dubina DOM-a" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "Ukupan broj čvorova DOM-a" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "Maksimalan broj podređenih elemenata" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "Inženjeri preglednika preporučuju da stranice sadrže manje od ~1500 čvorova DOM-a. Idealno je da je dubina stabla manja od 32 elementa i da ima manje od 60 elemenata podređenih/nadređenih jedinica. Veliki DOM može pojačati upotrebu memorije, uzrokovati dulje [izračune stilova](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations) i proizvesti zahtjevna [preoblikovanja izgleda](https://developers.google.com/speed/articles/reflow). [Saznajte više](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{Jedan čvor}one{# čvor}few{# čvora}other{# čvorova}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "Izbjegavajte pretjeranu veličinu DOM-a" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "Izbjegava pretjeranu veličinu DOM-a" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "Iskoristite CSS značajku za prikaz fontova kako bi tekst bio vidljiv korisnicima dok se web-fontovi učitavaju. [Saznajte više](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "Neka tekst ostaje vidljiv tijekom učitavanja web-fontova" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "Sav tekst ostaje vidljiv tijekom učitavanja web-fontova" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "Kategorija" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "Savjetujemo vam da skratite vrijeme potrebno za raščlambu, kompiliranje i izvršavanje JS-a. Isporuka manjih JS-ova mogla bi vam pomoći da to postignete." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "Minimizirajte rad glavne niti" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "Minimizira rad glavne niti" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "Prethodni je rezultat procjena vremena koje je potrebno da vaša aplikacija reagira na korisnički unos, u milisekundama, tijekom najintenzivnijih pet sekundi učitavanja stranice. Ako je latencija viša od 50 ms, korisnici mogu doživjeti vašu aplikaciju kao usporenu. [Saznajte više](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "Procijenjena latencija unosa" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "Prvo bojenje sadržaja označava vrijeme bojenja prvog teksta ili slike. [Saznajte više](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "Prvo bojenje sadržaja" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "Prvi procesor u mirovanju označava prvi trenutak u kojem je glavna nit stranice dovoljno neopterećena da bi obradila unos. [Saznajte više](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "Prvi procesor u mirovanju" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "Prvo smisleno bojenje mjeri kada je vidljiv primarni sadržaj stranice. [Saznajte više](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "Prvo smisleno bojenje" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "Interaktivnost označava vrijeme u kojem stranica postaje potpuno interaktivna. [Saznajte više](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "Vrijeme do interaktivnosti" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "Indeks brzine prikazuje koliko se brzo sadržaj stranice vidljivo popunjava. [Saznajte više](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "Indeks brzine" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "Preusmjeravanja uvode dodatna kašnjenja prije nego što se stranica može učitati. [Saznajte više](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "Izbjegavajte višestruka preusmjeravanja stranica" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "Vrijeme do prvog bajta navodi vrijeme u koje poslužitelj šalje odgovor. [Saznajte više](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "Za korijenski dokument bilo je potrebno {timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "Skratite vremena odgovora poslužitelja (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "Poslužitelj odgovara sporo (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "Savjetujemo vam da na aplikaciju primijenite API za Praćenje korisničkog vremena da biste dobili prilagođene, objektivne izmjere ključnih korisničkih doživljaja. [Saznajte više](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{Jedno praćenje korisničkog vremena}one{# praćenje korisničkog vremena}few{# praćenja korisničkog vremena}other{# praćenja korisničkog vremena}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "Oznake i izmjere Praćenja korisničkog vremena" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "Savjetujemo vam da dodate nagovještaje resursa za rano povezivanje ili prethodno dohvaćanje DNS-a radi uspostavljanja ranih veza s važnim izvorima trećih strana. [Saznajte više](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "Rano se povežite s potrebnim izvorima" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "Savjetujemo vam da koristite da biste dali prednost dohvaćanju resursa koji se trenutačno traže kasnije u učitavanju stranice. [Saznajte više](https://developers.google.com/web/tools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "Unaprijed učitajte ključne zahtjeve" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "Više informacija o izvedbi vaše aplikacije." + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "Dijagnostika" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "Najkritičniji je aspekt izvedbe brzina kojom se pikseli generiraju na zaslonu. Ključni mjerni podaci: Prvo bojenje sadržaja, Prvo smisleno bojenje" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "Poboljšanja prvog bojenja" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "Ove optimizacije mogu ubrzati učitavanje stranice." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "Prilike" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "Mjerni podaci" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "Poboljšajte općeniti doživljaj učitavanja tako da stranica bude responzivna i spremna za upotrebu što je prije moguće. Ključni mjerni podaci: Vrijeme do interaktivnosti, Indeks brzine" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "Općenita poboljšanja" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "Izvedba" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "TTL predmemoriranja" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "Veličina (KB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "Utrošeno vrijeme" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "URL" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "Potencijalna ušteda (KB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "Potencijalna ušteda (ms)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "Potencijalna ušteda {wastedBytes, number, bytes} KB" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "Potencijalna ušteda {wastedMs, number, milliseconds} ms" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "Prikažite preglede" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "Pogreška!" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "Pogreška izvješća: nema podataka o pregledu" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "Dodatne stavke za ručnu provjeru" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "Nije primjenjivo" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "Prilika" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "Procijenjena ušteda" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "Uspješni pregledi" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "Ljestvica rezultata:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "Na ovo izvođenje Lighthousea utjecale su neke poteškoće:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "Vrijednosti se procjenjuju i mogu se razlikovati." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "Upozorenja: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/hu.json b/lighthouse-core/lib/locales/hu.json new file mode 100644 index 000000000000..4d225d63994e --- /dev/null +++ b/lighthouse-core/lib/locales/hu.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Egyes Chrome-bővítmények kedvezőtlenül befolyásolták az oldal betöltési teljesítményét. Próbálja meg ellenőrizni az oldalt inkognitómódban vagy tiszta Chrome-profilból." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "Szkriptértékelés" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "Szkriptelemzés" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "Összes" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "Érdemes csökkenteni a JS elemzésére, összeállítására és végrehajtására fordított időt. Ebben segítségére lehet a kisebb JS-hasznosadat-forgalom. [További információ](https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "Csökkentse a JavaScript végrehajtási idejét" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "JavaScript végrehajtási ideje" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "A nagy méretű GIF-ek nem megfelelők az animált tartalmak megjelenítéséhez. Érdemes MPEG4/WebM formátumú videókat használni az animációkhoz, illetve a PNG/WebP formátumot a statikus képekhez a GIF-ek helyett, hiszen így csökkenteni tudja a hálózati adatforgalmat. [További információ](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)." + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "Használjon videoformátumot az animált tartalmakhoz" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "Vegye fontolóra a képernyőn kívüli és a rejtett képek késleltetett, a kritikus erőforrások betöltődésének végét követő betöltését, az interaktivitásig tartó idő csökkentése érdekében. [További információ](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "Késleltesse a képernyőn kívüli képek betöltését" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "Az erőforrások blokkolják az oldal első leképezését. Fontolja meg a kritikus JS/CSS beillesztését, továbbá az összes nem kritikus JS/stílus késleltetését. [További információ](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "Távolítsa el a megjelenítést gátló erőforrásokat" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "A nagy hálózati terhelés valódi költséggel jár a felhasználóknak, és jelentősen megnöveli a betöltési időt. [További információ](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "A teljes méret {totalBytes, number, bytes} kB volt" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "Kerülje a nagyon nagy hálózati hasznosadat-forgalmat" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "A nagyon nagy hálózati terhelés elkerülése" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "A CSS-fájlok minimalizálása csökkentheti a hálózati hasznosadat-forgalmat. [További információ](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "Minimalizálja a CSS-fájlokat" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "A JavaScript-fájlok minimalizálásával csökkenthető a hasznosadat-forgalom és a szkriptelemzési idő. [További információ](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "Minimalizálja a JavaScript-kódot" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "Távolítsa el a nem használt szabályokat a stíluslapokból a hálózati tevékenység adatforgalmának csökkentése érdekében. [További információ](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "Késleltesse a felhasználatlan CSS-t" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "A nem használt JavaScript-kód eltávolítása a hálózati tevékenység adatforgalmának csökkentéséhez." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "Távolítsa el a nem használt JavaScript-kódot" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "A hosszú gyorsítótári élettartam felgyorsíthatja az oldal ismételt látogatását. [További információ](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{1 erőforrás található}other{# erőforrás található}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "Jelenítse meg a statikus eszközöket hatékony gyorsítótár-házirend használatával" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "Használjon hatékony gyorsítótár-házirendet a statikus eszközöknél" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "Az optimalizált képek gyorsabban töltődnek be, és kisebb mobiladat-forgalommal járnak. [További információ](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "Kódolja hatékonyan a képeket" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "Használjon olyan képeket, amelyek megfelelő méretükkel elősegítik a mobiladat-forgalom csökkentését és a betöltési idő javulását. [További információ](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "Méretezze megfelelően a képeket" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "A szöveges alapú erőforrásokat tömörítéssel (gzip, Deflate vagy Brotli) célszerű megjeleníteni a teljes hálózati adatforgalom minimalizálása érdekében. [További információ](https://developers.google.com/web/tools/lighthouse/audits/text-compression)." + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "Engedélyezze a szövegtömörítést" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "Az olyan képformátumok, mint a JPEG 2000, a JPEG XR és a WebP gyakran jobb tömörítést biztosítanak a PNG vagy a JPEG formátumnál, ami gyorsabb letöltést és kisebb adatforgalmat jelent. [További információ](https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "Jelenítse meg a képeket következő generációs formátumokban" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "Az alábbi kritikuslekérdezés-láncok megmutatják, hogy milyen forrásokat kapnak kiemelt prioritást. Fontolja meg a láncok hosszának csökkentését, az erőforrások letöltési méretének csökkentését, vagy a felesleges erőforrások letöltésének késleltetését az oldal betöltésének javítása érdekében. [További információ](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{1 lánc található}other{# lánc található}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "Minimalizálja a kritikus lekérdezések mélységét" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "Maximális DOM-mélység" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "Összes DOM-csomópont" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "Alárendelt elemek maximális száma" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "A böngészőket fejlesztő mérnökök azt javasolják, hogy az oldalakon ~1500 DOM-csomópontnál kevesebb legyen. A legkedvezőbb a 32 elemnél kisebb és a 60 alárendelt/fölérendelt elemnél kisebb famélység. A nagy DOM növelheti a memóriahasználatot, és hosszabb [stílusszámítást](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations), valamint költséges [elrendezés-újraszámítást](https://developers.google.com/speed/articles/reflow) eredményezhet. [További információ](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 csomópont}other{# csomópont}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "Kerülje a túl nagy DOM-méretet" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "Kerüli a túlzó DOM-méretet" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "Használja a betűtípus-megjelenítő CSS-funkciót annak biztosításához, hogy a szöveg már a webes betűtípusok betöltődése alatt látható legyen a felhasználó számára. [További információ](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "Biztosítsa, hogy a szöveg látható marad a webes betűtípusok betöltése során" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "Az összes szöveg látható marad a webes betűtípusok betöltésekor" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "Kategória" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "Érdemes csökkenteni a JS elemzésére, összeállítására és végrehajtására fordított időt. Ebben segítségére lehet a kisebb JS-hasznosadat-forgalom." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "Minimalizálja a fő szál terhelését" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "Minimalizálja a fő szál terhelését" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "A fenti pontszám annak a becsült értéke, hogy az alkalmazás mennyi idő alatt reagál – ezredmásodpercben (ms) megadva – a felhasználói adatbevitelre az oldalbetöltés legforgalmasabb 5 másodperces időkeretében. Ha a várakozási idő meghaladja az 50 ms-ot, a felhasználók késlekedést észlelhetnek az alkalmazás használata közben. [További információ](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "Becsült bemeneti késés" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "Az első, tartalommal rendelkező leképezés azt az időt jelöli, amely alatt a rendszer végrehajtja az első szöveg vagy kép megjelenítését. [További információ](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "Első, tartalommal rendelkező leképezés" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "Az első processzor-üresjárat mutató az első olyan alkalmat jelöli, amikor az oldal főszálának aktivitása elég alacsony ahhoz, hogy kezelni lehessen a bevitt mennyiséget. [További információ](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "Első processzor-üresjárat" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "Az első releváns leképezés azt méri, hogy mikor válik láthatóvá az adott oldal elsődleges tartalma. [További információ](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "Első releváns leképezés" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "Az „Interaktív” mutató azt az időt jelzi, amíg az oldal teljesen interaktívvá nem válik. [További információ](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "Interaktivitásig eltelt idő" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "A Sebességindex mutató azt jelzi, hogy az adott oldal tartalmai milyen gyorsan válnak láthatóvá. [További információ](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "Sebességindex" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "Az átirányítások még azelőtt eredményeznek további késéseket, hogy az oldal betöltődhetne. [További információ](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "Kerülje a többszörös oldalátirányítást" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "Az „első bájtig eltelt idő” mutató az Ön szervere válaszidejét jelöli. [További információ](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "A gyökérdokumentum betöltése ennyi időt vett igénybe: {timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "Csökkentse a szerver válaszidejét (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "Alacsony a szerver válaszideje (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "Érdemes ellátnia alkalmazását a Felhasználói időmérés API-val, hogy a kulcsfontosságú felhasználói élményekről egyedi, valós mutatókat hozhasson létre. [További információ](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 felhasználói időmérés}other{# felhasználói időmérés}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "Felhasználói időzítőjelek és intézkedések" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "Vegye fontolóra előcsatlakozási vagy előzetes DNS-lehívási erőforrástippek hozzáadását, hogy korai kapcsolatokat hozhasson létre harmadik felek fontos forrásaival. [További információ](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "Csatlakozzon előre a szükséges forrásokhoz" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "Fontolja meg a parancs használatát az olyan erőforrások lekérdezésének rangsorolásához, amelyek az adott pillanatban az oldal betöltése során később következőként szerepelnek. [További információ](https://developers.google.com/web/tools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "Töltse be előre a kulcsfontosságú kéréseket" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "További információ alkalmazása teljesítményéről." + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "Diagnosztika" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "A teljesítmény legfontosabb szempontja az, hogy milyen gyorsan jelennek meg a képpontok a képernyőn. Legfontosabb mutatók: Első, tartalommal rendelkező leképezés, Első releváns leképezés" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "Az első leképezést érintő fejlesztések" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "Ezek az optimalizációk felgyorsíthatják oldala betöltési idejét." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "Lehetőségek" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "Mutatók" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "Növelje az átfogó betöltési élményt annak érdekében, hogy az oldal reszponzív legyen, és a lehető legrövidebb időn belül használhatóvá váljon. Főbb mutatók: interaktivitásig eltelt idő, sebességindex" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "Átfogó javítások" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "Teljesítmény" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "Gyorsítótár-TTL" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "Méret (kB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "Eltöltött idő" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "URL" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "Potenciális megtakarítás (kB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "Potenciális megtakarítás (ms)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "{wastedBytes, number, bytes} kB potenciális megtakarítás" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "Potenciális megtakarítás értéke: {wastedMs, number, milliseconds} ms" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "Ellenőrzések megjelenítése" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "Hiba!" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "Jelentési hiba: nincs ellenőrzési információ" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "További manuálisan elemzendő elemek" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "Nem alkalmazható" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "Lehetőség" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "Becsült megtakarítás" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "Sikeresen teljesített ellenőrzések" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "Pontozási skála:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "A Lighthouse-futtatást befolyásoló problémák fordultak elő:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "Az értékek becsültek és változhatnak." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "Figyelmeztetések: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/id.json b/lighthouse-core/lib/locales/id.json new file mode 100644 index 000000000000..23861547f2a1 --- /dev/null +++ b/lighthouse-core/lib/locales/id.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Ekstensi Chrome berpengaruh negatif terhadap performa pemuatan halaman ini. Coba audit halaman dalam mode penyamaran atau dari profil Chrome yang bersih." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "Evaluasi Skrip" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "Penguraian Skrip" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "Total" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "Pertimbangkan mengurangi waktu yang dihabiskan untuk mengurai, mengompilasi, dan mengeksekusi JS. Anda mungkin menemukan bahwa mengirim payload JS yang lebih kecil akan membantu mengurangi waktu. [Pelajari lebih lanjut](https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "Mengurangi waktu eksekusi JavaScript" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "Waktu eksekusi JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "GIF berukuran besar tidak efisien untuk menayangkan konten animasi. Pertimbangkan untuk menggunakan video MPEG4/WebM sebagai animasi dan PNG/WebP sebagai gambar statis untuk menggantikan GIF guna menghemat byte jaringan. [Pelajari lebih lanjut](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "Gunakan format video untuk konten animasi" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "Pertimbangkan pemuatan lambat di balik layar dan gambar tersembunyi setelah semua resource kritis selesai dimuat untuk mengurangi waktu interaktif. [Pelajari lebih lanjut](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "Tunda gambar di balik layar" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "Resource memblokir paint pertama halaman. Pertimbangkan mengirim inline JS/CSS kritis dan menunda semua JS/gaya yang tidak kritis. [Pelajari lebih lanjut](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "Hilangkan resource yang memblokir render" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "Payload jaringan yang besar menimbulkan biaya yang tinggi bagi pengguna dan berkorelasi erat dengan waktu pemuatan yang lama. [Pelajari lebih lanjut](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "Ukuran total {totalBytes, number, bytes} KB" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "Menghindari payload jaringan yang sangat besar" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "Menghindari payload jaringan yang sangat besar" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "Mengecilkan file CSS dapat mengurangi ukuran payload jaringan. [Pelajari lebih lanjut](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "Kecilkan CSS" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "Mengecilkan file JavaScript dapat mengurangi ukuran payload dan waktu penguraian skrip. [Pelajari lebih lanjut](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "Kecilkan ukuran JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "Menghapus aturan yang tidak digunakan dari stylesheet untuk mengurangi byte yang tidak diperlukan tetapi digunakan oleh aktivitas jaringan. [Pelajari lebih lanjut](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "Tunda CSS yang tidak digunakan" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "Menghapus JavaScript yang tidak digunakan untuk mengurangi byte yang digunakan oleh aktivitas jaringan." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "Hapus JavaScript yang tidak digunakan" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "Durasi cache yang panjang dapat mempercepat kunjungan berulang ke halaman. [Pelajari lebih lanjut](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{1 resource ditemukan}other{# resource ditemukan}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "Tayangkan aset statis dengan kebijakan cache yang efisien" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "Menggunakan kebijakan cache yang efisien pada aset statis" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "Gambar yang dioptimalkan dimuat lebih cepat dan menghabiskan lebih sedikit kuota. [Pelajari lebih lanjut](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "Enkode gambar secara efisien" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "Menayangkan gambar yang berukuran sesuai untuk menghemat kuota dan meningkatkan waktu pemuatan. [Pelajari lebih lanjut](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "Ubah ukuran gambar dengan tepat" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "Resource berbasis teks harus ditayangkan dengan kompresi (gzip, deflate, atau brotli) untuk meminimalkan total byte jaringan. [Pelajari lebih lanjut](https://developers.google.com/web/tools/lighthouse/audits/text-compression)." + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "Aktifkan kompresi teks" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "Format gambar seperti JPEG 2000, JPEG XR, dan WebP biasanya memberikan kompresi yang lebih baik daripada PNG atau JPEG, sehingga download lebih cepat dan konsumsi kuota lebih kecil. [Pelajari lebih lanjut](https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "Tayangkan gambar dalam format generasi berikutnya" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "Rantai Permintaan Penting di bawah menampilkan resource apa saja yang diterbitkan dengan prioritas tinggi. Pertimbangkan mengurangi panjang rantai, mengurangi ukuran download resource, atau menunda download resource yang tidak penting untuk meningkatkan pemuatan halaman. [Pelajari lebih lanjut](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{1 rantai ditemukan}other{# rantai ditemukan}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "Minimalkan Kedalaman Permintaan Penting" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "Kedalaman DOM Maksimum" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "Total Node DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "Turunan Maksimum" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "Engineer browser merekomendasikan halaman berisi kurang dari ~1.500 node DOM. Titik yang efektif adalah kedalaman hierarki < 32 elemen dan kurang dari 60 elemen turunan/induk. DOM yang besar dapat meningkatkan penggunaan memori, menyebabkan [penghitungan gaya] yang lebih lama(https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations), dan menghasilkan [penyesuaian tata letak] yang mahal(https://developers.google.com/speed/articles/reflow). [Pelajari lebih lanjut](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 node}other{# node}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "Menghindari ukuran DOM yang berlebihan" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "Menghindari ukuran DOM yang berlebihan" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "Memanfaatkan fitur CSS tampilan font untuk memastikan teks terlihat oleh pengguna saat font web sedang dimuat. [Pelajari lebih lanjut](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "Pastikan teks tetap terlihat selama pemuatan font web" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "Semua teks tetap terlihat selama pemuatan font web" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "Kategori" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "Pertimbangkan mengurangi waktu yang dihabiskan untuk mengurai, mengompilasi, dan mengeksekusi JS. Anda mungkin menemukan bahwa mengirim payload JS yang lebih kecil akan membantu mengurangi waktu." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "Minimalkan proses thread utama" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "Meminimalkan pekerjaan thread utama" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "Skor di atas adalah perkiraan durasi yang diperlukan aplikasi untuk merespons masukan pengguna, dalam milidetik, selama durasi 5 detik tersibuk saat pemuatan halaman. Jika latensi di atas 50 md, pengguna dapat menganggap aplikasi lambat. [Pelajari lebih lanjut](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "Perkiraan Latensi Masukan" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "First Contentful Paint menandai waktu saat teks atau gambar pertama di-paint. [Pelajari lebih lanjut](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "First Contentful Paint" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "CPU Pertama Tidak Ada Aktivitas menandai waktu pertama kalinya thread utama halaman menjadi agak tenang untuk menangani masukan. [Pelajari lebih lanjut](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "CPU Pertama Tidak Ada Aktivitas" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "First Meaningful Paint mengukur waktu saat konten utama halaman terlihat. [Pelajari lebih lanjut](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "First Meaningful Paint" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "Metrik Interaktif menandai waktu halaman menjadi interaktif sepenuhnya. [Pelajari lebih lanjut](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "Waktu untuk Interaktif" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "Indeks Kecepatan menunjukkan seberapa cepat konten halaman terlihat terisi lengkap. [Pelajari lebih lanjut](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "Indeks Kecepatan" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "Pengalihan mencakup penundaan tambahan sebelum halaman dapat dimuat. [Pelajari lebih lanjut](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "Hindari pengalihan lebih dari satu halaman" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "Time To First Byte mengidentifikasi waktu saat server mengirim respons. [Pelajari lebih lanjut](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "Dokumen root memerlukan waktu {timeInMs, number, milliseconds} md" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "Mengurangi waktu respons server (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "Waktu respons server sedikit (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "Pertimbangkan melengkapi aplikasi dengan User Timing API untuk membuat pengukuran kustom di dunia nyata terhadap pengalaman pengguna utama. [Pelajari lebih lanjut](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 waktu pengguna}other{# waktu pengguna}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "Tanda dan ukuran Waktu Pengguna" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "Pertimbangkan menambahkan petunjuk menyambungkan terlebih dahulu atau mengambil terlebih dahulu dns resource untuk melakukan sambungan awal ke nama domain pihak ketiga yang penting. [Pelajari lebih lanjut](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "Sambungkan terlebih dahulu ke nama domain yang diperlukan" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "Pertimbangkan menggunakan untuk memprioritaskan pengambilan resource yang saat ini diminta selama pemuatan halaman. [Pelajari lebih lanjut](https://developers.google.com/web/tools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "Muat permintaan utama terlebih dahulu" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "Informasi selengkapnya tentang performa aplikasi Anda." + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "Diagnostik" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "Aspek terpenting dari performa adalah seberapa cepat piksel dirender di layar. Metrik utama: First Contentful Paint, First Meaningful Paint" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "Penyempurnaan First Paint" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "Pengoptimalan ini dapat mempercepat pemuatan halaman." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "Peluang" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "Metrik" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "Menyempurnakan pengalaman pemuatan halaman keseluruhan, sehingga halaman responsif dan siap untuk digunakan secepatnya. Metrik utama: Waktu untuk Interaktif, Indeks Kecepatan" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "Penyempurnaan Keseluruhan" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "Performa" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "TTL Cache" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "Ukuran (KB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "Waktu yang Dihabiskan" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "URL" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "Potensi Penghematan (KB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "Potensi Penghematan (md)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "Potensi penghematan {wastedBytes, number, bytes} KB" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "Potensi penghematan {wastedMs, number, milliseconds} md" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} md" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "Tampilkan audit" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "Error!" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "Error laporan: tidak ada informasi audit" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "Item tambahan untuk diperiksa secara manual" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "Tidak berlaku" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "Peluang" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "Perkiraan Penghematan" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "Lulus audit" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "Skala skor:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "Ada masalah yang memengaruhi jalannya Lighthouse ini:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "Nilai adalah hasil perkiraan dan dapat bervariasi." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "Peringatan: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/it.json b/lighthouse-core/lib/locales/it.json new file mode 100644 index 000000000000..b56a796cc01e --- /dev/null +++ b/lighthouse-core/lib/locales/it.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Le estensioni di Chrome incidono negativamente sulle prestazioni di caricamento di questa pagina. Prova a controllare la pagina in modalità di navigazione in incognito o da un profilo di Chrome senza estensioni." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "Valutazione degli script" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "Analisi script" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "Totale" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "Potresti ridurre i tempi di analisi, compilazione ed esecuzione di JS. A tale scopo potrebbe essere utile pubblicare payload JS di dimensioni inferiori. [Ulteriori informazioni](https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "Riduci il tempo di esecuzione di JavaScript" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "Tempo di esecuzione JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "Le GIF di grandi dimensioni non sono efficaci per pubblicare contenuti animati. Anziché le GIF potresti usare video MPEG4/WebM per le animazioni e PNG/WebP per le immagini statiche. In questo modo userai meno byte di rete. [Ulteriori informazioni](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "Usa formati video per i contenuti animati" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "Potresti caricare in modo differito le immagini fuori schermo e nascoste al termine del caricamento di tutte le risorse fondamentali per ridurre il tempo necessario per la completa interattività. [Ulteriori informazioni](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "Rimanda immagini fuori schermo" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "Alcune risorse bloccano la prima visualizzazione della pagina. Potresti pubblicare le risorse JS/CSS fondamentali incorporate e rimandare tutte le risorse JS/styles non fondamentali. [Ulteriori informazioni](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "Elimina le risorse di blocco della visualizzazione" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "I payload di rete di grandi dimensioni comportano costi reali per gli utenti e sono strettamente correlati a lunghi tempi di caricamento. [Ulteriori informazioni](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "Dimensioni totali: {totalBytes, number, bytes} kB" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "Evita payload di rete enormi" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "Vengono evitati payload di rete enormi" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "Minimizza i file CSS per ridurre le dimensioni dei payload di rete. [Ulteriori informazioni](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "Minimizza CSS" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "Minimizza i file JavaScript per ridurre le dimensioni dei payload e i tempi di analisi degli script. [Ulteriori informazioni](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "Minimizza JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "Rimuovi dai fogli di stile le regole inutilizzate per ridurre i byte superflui consumati dall'attività di rete. [Ulteriori informazioni](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "Rimanda codice CSS inutilizzato" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "Rimuovi il codice JavaScript inutilizzato per ridurre i byte consumati dall'attività di rete." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "Rimuovi il codice JavaScript inutilizzato" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "Una lunga durata della cache può velocizzare le visite abituali della tua pagina. [Ulteriori informazioni](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{1 risorsa trovata}other{# risorse trovate}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "Pubblica le risorse statiche con criteri della cache efficaci" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "Vengono usati criteri della cache efficaci per le risorse statiche" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "Le immagini ottimizzate vengono caricate più velocemente e consumano meno traffico della rete dati. [Ulteriori informazioni](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "Codifica in modo efficace le immagini" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "Pubblica immagini di dimensioni adeguate per consumare meno traffico della rete dati e ridurre i tempi di caricamento. [Ulteriori informazioni](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "Usa immagini di dimensioni adeguate" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "Le risorse basate sul testo dovrebbero essere pubblicate con compressione (gzip, deflate o brotli) per ridurre al minimo il numero totale di byte di rete. [Ulteriori informazioni](https://developers.google.com/web/tools/lighthouse/audits/text-compression)." + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "Attiva la compressione del testo" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "I formati delle immagini come JPEG 2000, JPEG XR e WebP spesso consentono una compressione migliore rispetto a quella dei formati PNG o JPEG, che comporta download più veloci e un minor consumo di dati. [Ulteriori informazioni](https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "Pubblica immagini in formati più recenti" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "Nella sezione Catene di richieste fondamentali sotto vengono mostrate le risorse fornite con priorità elevata. Potresti ridurre la lunghezza delle catene e le dimensioni del download delle risorse oppure posticipare il download delle risorse non necessarie per migliorare il caricamento della pagina. [Ulteriori informazioni](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{1 catena trovata}other{# catene trovate}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "Riduci al minimo la profondità delle richieste fondamentali" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "Profondità massima DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "Nodi DOM totali" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "Numero massimo di elementi secondari" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "Gli ingegneri che si occupano dei browser consigliano di usare meno di ~1500 nodi DOM per le pagine. L'ideale sarebbe una struttura ad albero con profondità di < 32 elementi e meno di 60 elementi secondari/principali. Un DOM di grandi dimensioni può aumentare l'utilizzo di memoria, causare [calcoli di stile] più lunghi (https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations) e generare costosi [adattamenti dinamici del layout](https://developers.google.com/speed/articles/reflow). [Ulteriori informazioni](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 nodo}other{# nodi}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "Evita di usare un DOM di dimensioni eccessive" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "Viene evitato un DOM di dimensioni eccessive" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "Usa la funzione CSS font-display per assicurarti che il testo sia visibile agli utenti durante il caricamento dei caratteri web. [Ulteriori informazioni](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "Assicurati che il testo rimanga visibile durante il caricamento dei caratteri web" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "Tutto il testo rimane visibile durante il caricamento dei caratteri web" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "Categoria" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "Potresti ridurre i tempi di analisi, compilazione ed esecuzione di JS. A tale scopo potrebbe essere utile pubblicare payload JS di dimensioni inferiori." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "Riduci al minimo il lavoro del thread principale" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "Il lavoro del thread principale è ridotto al minimo" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "La valutazione in alto è una stima del tempo impiegato dall'app, espresso in millisecondi, per rispondere all'input dell'utente durante il periodo di 5 s più impegnativo del caricamento della pagina. Se la latenza è superiore a 50 ms, gli utenti potrebbero considerare lenta la tua app. [Ulteriori informazioni](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "Latenza input stimata" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "La metrica Visualizzazione dei primi contenuti indica il momento in cui vengono visualizzati il primo testo o la prima immagine. [Ulteriori informazioni](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "Visualizzazione dei primi contenuti" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "La metrica Prima inattività CPU indica la prima volta in cui il thread principale della pagina è abbastanza tranquillo da poter gestire l'input. [Ulteriori informazioni](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "Prima inattività CPU" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "La metrica Visualizzazione primi contenuti utili indica quando diventano visibili i contenuti principali di una pagina. [Ulteriori informazioni](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "Visualizzazione primi contenuti utili" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "La metrica Tempo per interattività indica il momento in cui la pagina diventa completamente interattiva. [Ulteriori informazioni](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "Tempo per interattività" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "La metrica Indice velocità mostra la velocità con cui diventano visibili i contenuti di una pagina. [Ulteriori informazioni](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "Indice velocità" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "I reindirizzamenti comportano ulteriori ritardi prima del caricamento della pagina. [Ulteriori informazioni](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "Evita i reindirizzamenti tra più pagine" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "La metrica Tempo per primo byte identifica il momento in cui il server invia una risposta. [Ulteriori informazioni](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "Il documento root ha richiesto {timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "Riduci i tempi di risposta del server (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "I tempi di risposta del server sono brevi (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "Potresti dotare la tua app dell'API User Timing per creare misurazioni reali e personalizzate delle esperienze utente chiave. [Ulteriori informazioni](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 tempo utente}other{# tempi utente}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "Indicatori e misure User Timing" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "Potresti aggiungere hint di precollegamento o prelettura DNS delle risorse per collegarti anticipatamente a importanti origini di terze parti. [Ulteriori informazioni](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "Precollegati alle origini necessarie" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "Potresti usare per dare la priorità al recupero delle risorse attualmente richieste in un secondo momento nel caricamento della pagina. [Ulteriori informazioni](https://developers.google.com/web/tools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "Precarica le richieste fondamentali" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "Ulteriori informazioni sulle prestazioni della tua applicazione." + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "Diagnostica" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "L'aspetto più importante delle prestazioni è la velocità di visualizzazione dei pixel sullo schermo. Metriche chiave: Visualizzazione dei primi contenuti, Visualizzazione primi contenuti utili" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "Miglioramenti della prima visualizzazione" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "Queste ottimizzazioni possono velocizzare il caricamento della pagina." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "Opportunità" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "Metriche" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "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: Tempo per interattività, Indice velocità" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "Miglioramenti generali" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "Prestazioni" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "TTL cache" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "Dimensioni (kB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "Tempo trascorso" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "URL" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "Potenziali risparmi (kB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "Potenziali risparmi (ms)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "Potenziali risparmi di {wastedBytes, number, bytes} kB" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "Potenziali risparmi di {wastedMs, number, milliseconds} ms" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "Mostra controlli" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "Errore" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "Errore segnalato: nessuna informazione sul controllo" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "Ulteriori elementi da controllare manualmente" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "Non applicabile" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "Opportunità" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "Risparmi stimati" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "Controlli superati" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "Scala di valutazione:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "Si sono verificati dei problemi che incidono su questa esecuzione di Lighthouse:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "I valori sono delle stime e potrebbero variare." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "Avvisi: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/iw.json b/lighthouse-core/lib/locales/iw.json new file mode 100644 index 000000000000..23cd162c196c --- /dev/null +++ b/lighthouse-core/lib/locales/iw.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "תוספים ל-Chrome השפיעו לרעה על ביצועי הטעינה של הדף הזה. כדאי לבדוק את הדף במצב גלישה בסתר או באמצעות פרופיל Chrome שאינו כולל תוספים." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "הערכת סקריפט" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "ניתוח סקריפט" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "סה\"כ" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "כדאי לשקול את האפשרות לקצר את הזמן הדרוש לניתוח, הידור וביצוע JS. לשם כך כדאי להשתמש במטענים ייעודיים (payload) קטנים יותר של JS. [מידע נוסף] (https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "יש לקצר את זמן הביצוע של JavaScript" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "זמן ביצוע של JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "קובצי GIF גדולים לא מעבירים תוכן אנימציה בצורה יעילה. כדי לצמצם את מספר הבייטים שמועברים ברשת, במקום קובצי GIF כדאי לשקול את האפשרות להשתמש בסרטוני MPEG4/WebM בשביל אנימציות ובקובצי PNG/WebP בשביל תמונות סטטיות. [מידע נוסף](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "יש להשתמש בפורמטים של וידאו כדי להציג תוכן אנימציה" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "כדי לקצר את הזמן עד לאינטראקטיביות (Time to Interactive) כדאי לשקול את האפשרות לבצע טעינה הדרגתית של תוכן שאינו מופיע במסך ושל תמונות מוסתרות, אחרי שכל המשאבים הקריטיים סיימו להיטען. [מידע נוסף](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "יש לעכב טעינה של תמונות שאינן מופיעות במסך" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "משאבים חוסמים את העיבוד הראשון (First Paint) בדף. כדאי לשקול את האפשרות לספק תוכן JS/CSS קריטי באופן מוטבע ולעכב את כל תוכן ה-JS/סגנונות שאינם קריטיים. [מידע נוסף](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "יש להימנע ממשאבים שחוסמים עיבוד" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "מטענים ייעודיים (payload) בנפח גדול המועברים ברשת עולים למשתמשים כסף ולרוב מאריכים את זמני הטעינה. [מידע נוסף](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "הגודל הכולל היה {totalBytes, number, bytes} ‏KB" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "יש להימנע מהעברה של מטענים ייעודיים ענקיים (payload) ברשת" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "נמנע מהעברה של מטענים ייעודיים ענקיים (payload) ברשת" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "הקטנת קובצי CSS יכולה לצמצם את הגודל של מטענים ייעודיים (payload) שמועברים ברשת. [מידע נוסף](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "יש להקטין קובצי CSS" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "הקטנת קובצי JavaScript יכולה לצמצם את המטען הייעודי (payload) ולקצר את משך הזמן הנדרש לניתוח סקריפט. [מידע נוסף](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "יש לקצר את קוד JavaScript למינימום ההכרחי" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "כדי לצמצם צריכה לא נחוצה של בייטים בפעילות ברשת, יש להסיר מגיליונות סגנון כללים שאינם בשימוש. [מידע נוסף](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "יש לעכב טעינה של CSS שאינו בשימוש" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "יש להסיר JavaScript שאינו בשימוש כדי לצמצם צריכת בייטים על-ידי פעילות ברשת." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "יש להסיר JavaScript שאינו בשימוש" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "משך חיים ארוך של מטמון יכול לזרז את הביקורים החוזרים בדף. [מידע נוסף](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{נמצא משאב אחד}two{נמצאו # משאבים}many{נמצאו # משאבים}other{נמצאו # משאבים}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "יש להציג נכסים סטטיים בעזרת מדיניות מטמון יעילה" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "יש להשתמש במדיניות מטמון יעילה בנכסים סטטיים" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "תמונות שעברו אופטימיזציה נטענות מהר יותר וצורכות פחות נתונים בחבילת הגלישה. [מידע נוסף](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "יש לקודד תמונות בצורה יעילה" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "הצגת תמונות שהגודל שלהן הוגדר בצורה נכונה חוסכת צריכת נתונים בחבילת הגלישה ומקצרת את זמן הטעינה. [מידע נוסף](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "יש להגדיר את גודל התמונות בצורה נכונה" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "הצגת משאבים המבוססים על טקסט צריכה להתבצע עם דחיסה (gzip‏, deflate או brotli) כדי לצמצם את סך הבייטים שמועברים ברשת. [מידע נוסף](https://developers.google.com/web/tools/lighthouse/audits/text-compression)." + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "יש להפעיל דחיסת טקסט" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "לעתים קרובות, פורמטים של תמונות כמו JPEG 2000‏, JPEG XR ו-WebP מספקים דחיסה טובה יותר מאשר PNG או JPEG. שימוש בפורמטים האלה מקצר את זמן ההורדות ומצמצם את צריכת הנתונים. [מידע נוסף](https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "יש להציג תמונות בפורמטים עדכניים" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "בקטע 'שרשראות בקשה קריטיות' שבהמשך מוצגים המשאבים שמקבלים עדיפות גבוהה. כדי לשפר את מהירות טעינת הדף, כדאי לשקול את האפשרות לקצר את השרשראות, להקטין את גודל ההורדה של משאבים או לעכב את ההורדה של משאבים לא נחוצים. [מידע נוסף](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{נמצאה שרשרת אחת}two{נמצאו # שרשראות}many{נמצאו # שרשראות}other{נמצאו # שרשראות}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "יש לצמצם את העומק של בקשות קריטיות" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "עומק DOM מרבי" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "המספר הכולל של צומתי DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "מספר צאצאים מרבי" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "מפתחי דפדפנים ממליצים שדפים יכילו פחות מכ-1,500 צומתי DOM. המצב האופטימלי הוא עץ בעומק של פחות מ-32 אלמנטים ופחות מ-60 אלמנטים ברמת צאצא/אב. DOM גדול יכול להגדיל את צריכת הזיכרון, להאריך [חישובי סגנון](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations) ולגרום לזרימות חוזרות של פריסה שצורכות נתונים רבים [layout reflows](https://developers.google.com/speed/articles/reflow). [מידע נוסף](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{צומת אחד}two{# צמתים}many{# צמתים}other{# צמתים}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "יש להימנע מ-DOM גדול מדי" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "נמנע מ-DOM גדול מדי" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "שימוש בתכונת תצוגת הגופן של CSS מבטיח שהטקסט מוצג למשתמש בזמן טעינה של webfonts. [מידע נוסף](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "יש לוודא שטקסט ממשיך להופיע במהלך טעינת webfont" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "כל הטקסט ממשיך להופיע במהלך טעינות של webfont" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "קטגוריה" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "כדאי לשקול את האפשרות לקצר את הזמן הדרוש לניתוח, הידור וביצוע JS. לשם כך כדאי להשתמש במטענים ייעודיים (payload) קטנים יותר של JS." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "יש לצמצם את העבודה על התהליכון הראשי" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "מצמצם את העבודה על התהליכון הראשי" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "הערך שלמעלה הוא אומדן של משך הזמן הנדרש לאפליקציה כדי להגיב לקלט של משתמש. הערך מצוין באלפיות שנייה ומתייחס ל-5 השניות העמוסות ביותר בטעינת דף. אם זמן האחזור ארוך מ-50 אלפיות שנייה, המשתמשים עלולים להגיע למסקנה שהאפליקציה איטית. [מידע נוסף](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "אומדן זמן האחזור של קלט" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "הערך 'הצגת התוכן הראשוני' מציין את הזמן שבו הופיעו הטקסט או התמונה הראשונים. [מידע נוסף](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "הצגת התוכן הראשוני" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "הערך 'מצב ראשון של חוסר פעילות ב-CPU' ‏(First CPU Idle) מציין את הפעם הראשונה שבה התהליכון הראשי של הדף פנוי מספיק בשביל להגיב לקלט. [מידע נוסף](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "מצב ראשון של חוסר פעילות ב-CPU" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "הערך 'הצגת התוכן העיקרי' מציין מתי התוכן העיקרי של הדף מוצג. [מידע נוסף](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "הצגת התוכן העיקרי" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "'אינטראקטיבי' מציין את הזמן שבו הדף הופך להיות לגמרי אינטראקטיבי. [מידע נוסף](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "זמן עד לאינטראקטיביות" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "מדד המהירות (Speed Index) מראה באיזו מהירות מתמלא התוכן המוצג בדף. [מידע נוסף](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "מדד מהירות (Speed Index)" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "הפניות אוטומטיות מוסיפות עיכובים לטעינת הדף. [מידע נוסף](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "יש להימנע מהפניות אוטומטיות מרובות" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "'זמן עד בייט ראשון' (Time To First Byte) הוא פרק הזמן שחולף עד שהשרת שולח תגובה. [מידע נוסף](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "טעינת מסמך השורש ארכה {timeInMs, number, milliseconds} אלפיות שנייה" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "יש לקצר את זמני התגובה של השרת (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "זמני התגובה של השרת ארוכים (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "כדאי לשקול את האפשרות להוסיף לאפליקציה את User Timing API כדי ליצור מדידות מותאמות אישית ובזמן אמת של היבטים עיקריים בחוויית המשתמש. [מידע נוסף](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{תזמון משתמש אחד}two{# תזמוני משתמש}many{# תזמוני משתמש}other{# תזמוני משתמש}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "סימונים ומדידות של User Timing" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "כדאי לשקול את האפשרות להוסיף את רמזי המשאבים preconnect או dns-prefetch כדי ליצור מראש קישורים אל מקורות חשובים של צד שלישי. [מידע נוסף](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "יש להתחבר מראש למקורות נדרשים" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "כדאי לשקול את האפשרות להשתמש ב- כדי לקבוע את סדר העדיפויות של אחזור משאבים שנדרשים בשלב מאוחר יותר של טעינת הדף. [מידע נוסף](https://developers.google.com/web/tools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "יש לטעון מראש בקשות עיקריות" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "מידע נוסף לגבי ביצועי האפליקציה." + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "ניתוחים" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "היבט הביצועים הקריטי ביותר הוא מהירות העיבוד של פיקסלים במסך. ערכי מפתח: הצגת התוכן הראשוני, הצגת התוכן העיקרי" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "שיפורים בעיבוד ראשון" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "האופטימיזציות האלה יכולות לקצר את זמני טעינת הדף." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "הזדמנויות" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "ערכים" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "צריך לשפר את חוויית הטעינה הכללית, כך שהדף יגיב ויהיה מוכן לשימוש במהירות האפשרית. ערכי מפתח: זמן עד לאינטראקטיביות (Time to Interactive), מדד מהירות (Speed Index)" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "סך השיפורים" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "ביצועים" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "אורך חיים (TTL) של מטמון" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "גודל (KB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "משך הזמן שנדרש" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "כתובת אתר" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "חיסכון פוטנציאלי (KB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "פוטנציאל חיסכון (אלפיות שנייה)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "חיסכון פוטנציאלי של {wastedBytes, number, bytes} ‏KB" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "חיסכון פוטנציאלי של {wastedMs, number, milliseconds} אלפיות שנייה" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} אלפיות שנייה" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "הצגת בדיקות" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "שגיאה!" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "שגיאה בדוח: אין מידע על הבדיקה" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "פריטים נוספים שיש לבדוק באופן ידני" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "לא רלוונטי" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "הזדמנות" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "אומדן חיסכון" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "בדיקות עם ציון 'עובר'" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "סולם תוצאות:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "היו בעיות שהשפיעו על ההרצה הזו של Lighthouse:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "הערכים מהווים אומדן והם עשויים להשתנות." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "אזהרות: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/ja.json b/lighthouse-core/lib/locales/ja.json new file mode 100644 index 000000000000..8ec1b08cd290 --- /dev/null +++ b/lighthouse-core/lib/locales/ja.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Chrome 拡張機能がこのページの読み込みに悪影響を及ぼしています。シークレット モードまたはクリーンな Chrome プロファイルでページを監査してみてください。" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "スクリプトの評価" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "スクリプトの解析" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "合計" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "JS の解析、コンパイル、実行にかかる時間の短縮をご検討ください。配信する JS ペイロードのサイズを抑えると効果が見込めます。[詳細](https://developers.google.com/web/tools/lighthouse/audits/bootup)" + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "JavaScript の実行にかかる時間の低減" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "JavaScript の実行にかかる時間" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "サイズの大きい GIF は、アニメーション コンテンツの配信方法として効率的ではありません。ネットワークの通信量を抑えるため、GIF を使用する代わりに、アニメーションには MPEG4/WebM 動画、静止画像には PNG/WebP を使用することをご検討ください。[詳細](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "アニメーション コンテンツでの動画フォーマットの使用" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "オフスクリーンの非表示の画像は、クリティカルなリソースをすべて読み込んだ後に遅れて読み込むようにして、インタラクティブになるまでの時間を短縮することをご検討ください。[Learn more](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "オフスクリーン画像の遅延読み込み" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "ページの初回ペイントをリソースが阻害しています。クリティカルな JS や CSS はインラインで配信し、それ以外の JS やスタイルはすべて遅らせることをご検討ください。[詳細](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "レンダリングを妨げるリソースの除外" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "ネットワーク ペイロードのサイズが大きいと、ユーザーの金銭的負担が大きくなり、多くの場合、読み込み時間が長くなります。[詳細](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "合計サイズは {totalBytes, number, bytes} KB でした" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "過大なネットワーク ペイロードの回避" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "過大なネットワーク ペイロードの回避" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "CSS ファイルを最小化すると、ネットワーク ペイロードのサイズを抑えることができます。[詳細](https://developers.google.com/web/tools/lighthouse/audits/minify-css)" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "CSS の最小化" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "JavaScript ファイルを最小化すると、ペイロード サイズとスクリプトの解析時間を抑えることができます。[詳細](https://developers.google.com/speed/docs/insights/MinifyResources)" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "JavaScript の最小化" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "使用していないルールをスタイルシートから削除して、データ通信量を減らしてください。[詳細](https://developers.google.com/web/tools/lighthouse/audits/unused-css)" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "使用していない CSS の遅延読み込み" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "使用していない JavaScript を削除して、データ通信量を減らしてください。" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "使用していない JavaScript の削除" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "キャッシュの有効期間を長くすると、再訪問したユーザーへのページの読み込み速度を向上できます。[詳細](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{1 件のリソースが見つかりました}other{# 件のリソースが見つかりました}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "静的なアセットと効率的なキャッシュ ポリシーの配信" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "静的なアセットでの効率的なキャッシュ ポリシーの使用" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "画像を最適化すると、読み込み時間を速くして、モバイルデータ量を抑えることができます。[詳細](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "効率的な画像フォーマット" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "適切なサイズの画像を配信して、モバイルデータ量と読み込み時間を抑えてください。[詳細](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "適切なサイズの画像" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "テキストベースのリソースは圧縮(gzip、deflate、または brotli)して配信し、ネットワークの全体的な通信量を最小限に抑えてください。[詳細](https://developers.google.com/web/tools/lighthouse/audits/text-compression)" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "テキスト圧縮の有効化" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "JPEG 2000、JPEG XR、WebP などの画像フォーマットは、PNG や JPEG より圧縮性能が高く、ダウンロード時間やデータ使用量を抑えることができます。[詳細](https://developers.google.com/web/tools/lighthouse/audits/webp)" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "次世代フォーマットでの画像の配信" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "下のクリティカル リクエスト チェーンでは、高い優先度で発行されたリソースを確認できます。チェーンの長さを縮小する、リソースのダウンロード サイズを抑える、不要なリソースのダウンロードを遅らせるなどしてページの読み込み速度を改善することをご検討ください。[詳細](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)" + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{1 件のチェーンが見つかりました}other{# 件のチェーンが見つかりました}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "クリティカルなリクエストの深さの最小化" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "DOM の最大深さ" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "合計 DOM ノード数" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "最大の子要素数" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "ブラウザ エンジニアは、ページに含まれる DOM のノード数が 1,500 個を超えないようにすることを推奨しています。ツリーの深さは 32 要素まで、子や親の要素数は 60 個までにするのが最適です。DOM サイズが大きいと、メモリの使用量が増え、[スタイルの計算](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations)に時間がかかり、[レイアウトのリフロー](https://developers.google.com/speed/articles/reflow)というコストが発生します。[詳細](https://developers.google.com/web/tools/lighthouse/audits/dom-size)" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 個のノード}other{# 個のノード}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "過大な DOM サイズの回避" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "過大な DOM サイズの回避" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "フォント表示の CSS 機能を使用して、ウェブフォントの読み込み中にユーザーがテキストを見られるようにしてください。[詳細](https://developers.google.com/web/updates/2016/02/font-display)" + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "ウェブフォント読み込み中のテキストの表示" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "ウェブフォント読み込み中の全テキストの表示" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "カテゴリ" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "JS の解析、コンパイル、実行にかかる時間の短縮をご検討ください。配信する JS ペイロードのサイズを抑えると効果が見込めます。" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "メインスレッド処理の最小化" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "メインスレッド処理の最小化" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "上のスコアは、ページ読み込みの最もビジーな 5 秒間における、ユーザーの入力に対するアプリの応答時間(ミリ秒)です。待ち時間が 50 ミリ秒より長い場合、アプリの反応が悪いと思われる可能性があります。[詳細](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "入力の推定待ち時間" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "コンテンツの初回ペイントは、テキストまたは画像が初めてペイントされるまでにかかった時間です。[詳細](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "コンテンツの初回ペイント" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "CPU の初回アイドルは、ページのメインスレッド処理が静止し、初めて入力の処理が可能になるまでにかかった時間です。[詳細](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "CPU の初回アイドル" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "意味のあるコンテンツの初回ペイントは、ページの主要なコンテンツが可視化されるまでにかかった時間です。[詳細](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "意味のあるコンテンツの初回ペイント" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "ページが完全にインタラクティブになるまでの時間です。[詳細](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)" + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "インタラクティブになるまでの時間" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "速度インデックスは、ページのコンテンツが取り込まれて表示される速さを表します。[詳細](https://developers.google.com/web/tools/lighthouse/audits/speed-index)" + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "速度インデックス" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "リダイレクトを行うと、ページの読み込みにさらに時間がかかる可能性があります。[詳細](https://developers.google.com/web/tools/lighthouse/audits/redirects)" + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "複数のページ リダイレクトの回避" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "最初の 1 バイトまでの時間は、サーバーが応答を返すまでにかかった時間を表しています。[詳細](https://developers.google.com/web/tools/lighthouse/audits/ttfb)" + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "ルート ドキュメントの読み込みに {timeInMs, number, milliseconds} ミリ秒かかりました" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "サーバー応答時間の短縮(TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "サーバーの応答時間が遅い(TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "User Timing API を使用してアプリをインストルメント化し、主要なユーザー エクスペリエンスのカスタムの実測値を取得できるようにしてください。[詳細](https://developers.google.com/web/tools/lighthouse/audits/user-timing)" + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 件のカスタム速度}other{# 件のカスタム速度}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "カスタム速度の記録と計測" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "事前接続または DNS プリフェッチのリソースヒントを追加して、重要な第三者ドメインへの接続を早期に確立できるようにすることをご検討ください。[詳細](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "必須のドメインへの事前接続" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": " を使用して、現在ページ読み込みの後のほうでリクエストしているリソースを優先的に取得することをご検討ください。[詳細](https://developers.google.com/web/tools/lighthouse/audits/preload)" + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "キー リクエストのプリロード" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "アプリケーションのパフォーマンスに関する詳細。" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "診断" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "パフォーマンスの最も重要な点は、ピクセルをどのくらい速く画面にレンダリングできるかです。主要な指標: コンテンツの初回ペイント、意味のあるコンテンツの初回ペイント" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "初回ペイントの改善点" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "これらの項目を改善すると、ページの読み込み時間を短縮できます。" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "改善できる項目" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "指標" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "読み込みの全体的なパフォーマンスを改善して、ページの反応性や操作性を高めましょう。主要な指標: インタラクティブになるまでの時間、速度インデックス" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "全体的な改善点" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "パフォーマンス" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "キャッシュの TTL" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "サイズ(KB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "かかった時間" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "URL" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "減らせるデータ量(KB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "短縮できる時間(ミリ秒)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "{wastedBytes, number, bytes} KB 減らせます" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "{wastedMs, number, milliseconds} ミリ秒短縮できます" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} ミリ秒" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "監査を表示" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "エラー" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "レポートエラー: 監査情報はありません" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "個別の検証が必要な他の項目" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "該当なし" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "改善できる項目" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "短縮できる時間(推定)" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "合格した監査" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "スコア評価:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "Lighthouse の実行に影響する問題が発生しました。" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "推定値のため変動する可能性があります。" + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "警告: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/ko.json b/lighthouse-core/lib/locales/ko.json new file mode 100644 index 000000000000..1718347d884a --- /dev/null +++ b/lighthouse-core/lib/locales/ko.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Chrome 확장 프로그램이 이 페이지의 로드 성능에 부정적인 영향을 미쳤습니다. 시크릿 모드나 확장 프로그램이 없는 Chrome 프로필에서 페이지를 감사해 보세요." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "스크립트 평가" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "스크립트 파싱" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "합계" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "JS 파싱, 컴파일, 실행에 소요되는 시간을 줄이세요. 용량이 적은 JS 페이로드를 제공하는 것이 도움이 될 수 있습니다. [자세히 알아보기](https://developers.google.com/web/tools/lighthouse/audits/bootup)" + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "자바스크립트 실행 시간 단축" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "자바스크립트 실행 시간" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "대용량 GIF는 애니메이션 콘텐츠를 전달하는 데 비효율적입니다. 애니메이션에는 MPEG4/WebM 동영상을, 정적인 이미지에는 PNG/WebP를 GIF 대신 사용하여 네트워크 바이트를 절약하세요. [자세히 알아보기](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "애니메이션 콘텐츠에 동영상 형식 사용하기" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "중요한 리소스의 로드가 모두 완료된 후에는 오프스크린 및 숨겨진 이미지를 지연 로드함으로써 상호작용 시간을 줄이는 것이 좋습니다. [자세히 알아보기](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "오프스크린 이미지 지연하기" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "리소스가 페이지의 첫 번째 페인트를 차단하고 있습니다. 중요한 JS/CSS를 인라인으로 전달하고 중요하지 않은 모든 JS/style을 지연하는 것이 좋습니다. [자세히 알아보기](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "렌더링 차단 리소스 제거하기" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "네트워크 페이로드가 커지면 사용자에게 실제 비용 부담이 되며 로드 시간이 길어질 수 있습니다. [자세히 알아보기](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "총 크기: {totalBytes, number, bytes}KB" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "네트워크 페이로드가 커지지 않도록 관리하기" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "대규모 네트워크 페이로드 방지하기" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "CSS 파일을 축소하면 네트워크 페이로드의 크기가 줄어들 수 있습니다. [자세히 알아보기](https://developers.google.com/web/tools/lighthouse/audits/minify-css)" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "CSS 축소하기" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "자바스크립트 파일을 줄이면 페이로드 크기 및 스크립트 파싱 시간이 줄어들 수 있습니다. [자세히 알아보기](https://developers.google.com/speed/docs/insights/MinifyResources)" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "자바스크립트 줄이기" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "스타일시트에서 사용되지 않는 규칙을 삭제하여 네트워크 활동에 불필요하게 소비되는 바이트를 줄이세요. [자세히 알아보기](https://developers.google.com/web/tools/lighthouse/audits/unused-css)" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "사용하지 않는 CSS 지연하기" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "사용하지 않는 자바스크립트를 삭제하고 네트워크 활동에 소비되는 바이트를 줄이세요." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "사용하지 않는 자바스크립트 삭제하기" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "캐시 수명이 길면 페이지를 반복해서 방문하는 속도가 빨라질 수 있습니다. [자세히 알아보기](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{리소스 1개 발견됨}other{리소스 #개 발견됨}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "효율적인 캐시 정책을 사용하여 정적인 애셋 제공하기" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "정적인 애셋에 효율적인 캐시 정책 사용하기" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "최적화된 이미지는 빨리 로드되며 모바일 데이터를 적게 소비합니다. [자세히 알아보기](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "효율적으로 이미지 인코딩하기" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "알맞은 크기의 이미지를 게재하여 모바일 데이터를 절약하고 로드 시간을 단축하세요. [자세히 알아보기](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "이미지 크기 적절하게 설정하기" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "총 네트워크 바이트를 최소화하려면 텍스트 기반 리소스를 압축(gzip, deflate, brotli)하여 제공해야 합니다. [자세히 알아보기](https://developers.google.com/web/tools/lighthouse/audits/text-compression)" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "텍스트 압축 사용" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "JPEG 2000, JPEG XR, WebP와 같은 이미지 형식을 사용하면 PNG 또는 JPEG보다 압축률이 높기 때문에 다운로드 속도가 빠르고 데이터 소비량도 줄어듭니다. [자세히 알아보기](https://developers.google.com/web/tools/lighthouse/audits/webp)" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "차세대 형식을 사용해 이미지 제공하기" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "다음의 중요 요청 체인은 발행 시 우선순위가 높은 리소스를 보여줍니다. 체인의 길이를 줄이고, 리소스의 다운로드 크기를 줄이거나 불필요한 리소스의 다운로드를 지연하여 페이지 로드 속도를 높이는 것이 좋습니다. [자세히 알아보기](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)" + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{1개 체인 발견됨}other{#개 체인 발견됨}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "중요 요청 깊이 최소화하기" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "최대 DOM 깊이" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "총 DOM 노드" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "최대 하위항목" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "브라우저 엔지니어들은 페이지에 포함된 DOM 노드의 수가 1,500개 미만인 것이 바람직하다고 말합니다. 최적의 값은 트리 깊이가 요소 32개 미만이고 하위/상위 요소 60개 미만일 때입니다. DOM이 크면 메모리 사용량이 늘어나고 [스타일 계산](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations) 시간이 길어질 수 있으며, 큰 비용이 드는 [레이아웃 리플로](https://developers.google.com/speed/articles/reflow)가 발생할 수 있습니다. [자세히 알아보기](https://developers.google.com/web/tools/lighthouse/audits/dom-size)" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{노드 1개}other{노드 #개}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "과도한 DOM 크기 지양하기" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "과도한 DOM 크기 지양하기" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "웹폰트가 로드되는 동안 사용자에게 텍스트가 표시되도록 글꼴 표시 CSS 기능을 사용하세요. [자세히 알아보기](https://developers.google.com/web/updates/2016/02/font-display)" + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "웹폰트가 로드되는 동안 텍스트가 계속 표시되는지 확인하기" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "웹폰트가 로드되는 동안 모든 텍스트가 계속 표시됩니다" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "카테고리" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "JS 파싱, 컴파일, 실행에 소요되는 시간을 줄이세요. 용량이 적은 JS 페이로드를 제공하면 도움이 될 수 있습니다." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "기본 스레드 작업 최소화하기" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "기본 스레드 작업 최소화하기" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "위의 점수는 페이지 로드가 가장 많은 5초 동안 앱이 사용자 입력에 응답하는 데 걸리는 시간(ms)의 추정치입니다. 지연 시간이 50ms보다 길면 사용자가 앱이 느리다고 인식할 수 있습니다. [자세히 알아보기](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "예상 입력 대기시간" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "최초 만족 페인트는 첫 번째 텍스트 또는 이미지가 표시되는 시간을 나타냅니다. [자세히 알아보기](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "최초 만족 페인트" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "최초 CPU 유휴 상태는 페이지의 기본 스레드가 입력을 처리할 수 있을 만큼 조용한 상태가 된 첫 번째 시간을 표시합니다. [자세히 알아보기](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "최초 CPU 유휴 상태" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "최초 유의미 페인트는 페이지의 기본 콘텐츠가 표시되는 경우를 측정합니다. [자세히 알아보기](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "최초 유의미 페인트" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "상호작용은 페이지가 완전히 상호작용하는 시간을 표시합니다. [자세히 알아보기](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)" + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "상호작용 시간" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "속도 색인은 페이지 콘텐츠가 얼마나 빨리 표시되는지 보여줍니다. [자세히 알아보기](https://developers.google.com/web/tools/lighthouse/audits/speed-index)" + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "속도 색인" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "리디렉션을 사용하면 페이지가 로드되기 전 추가적인 지연이 발생합니다. [자세히 알아보기](https://developers.google.com/web/tools/lighthouse/audits/redirects)" + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "여러 차례의 페이지 리디렉션 피하기" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "Time To First Byte는 서버가 응답을 보내는 시간을 식별합니다. [자세히 알아보기] (https://developers.google.com/web/tools/lighthouse/audits/ttfb)" + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "루트 문서에 {timeInMs, number, milliseconds}ms 소요됨" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "서버 응답 시간(TTFB) 단축" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "서버 응답 시간 낮음(TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "앱에 User Timing API를 사용하여 중요 사용자 환경에 관한 현실적인 맞춤형 측정값을 만드세요. [자세히 알아보기](https://developers.google.com/web/tools/lighthouse/audits/user-timing)" + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{사용자 시간 1회}other{사용자 시간 #회}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "사용자 타이밍 표시 및 측정 값" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "사전 연결 또는 DNS 프리페치 리소스 힌트를 추가하여 중요한 타사 원본에 대한 조기 연결을 수립하는 것이 좋습니다. [자세히 알아보기](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "필수 원본 미리 연결하기" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "를 사용하여 페이지 로드에서 현재 나중에 요청되는 리소스를 가져오는 데 우선순위를 두는 것이 좋습니다. [자세히 알아보기](https://developers.google.com/web/tools/lighthouse/audits/preload)" + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "중요한 요청을 미리 로드하기" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "애플리케이션 성능 관련 추가 정보" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "진단" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "성능에서 가장 중요한 측면은 픽셀이 화면에 렌더링되는 속도입니다. 주요 측정항목: 최초 만족 페인트, 최초 유의미 페인트" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "최초 페인트 개선" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "다음의 최적화 방법을 사용하면 페이지 로드 속도를 높일 수 있습니다." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "추천" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "측정항목" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "페이지가 빠르게 반응하고 가능한 한 빨리 사용할 수 있는 준비가 되도록 전반적인 로드 환경을 강화하세요. 주요 측정항목: 상호작용 시간, 속도 색인" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "전반적인 개선사항" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "성능" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "캐시 TTL" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "크기(KB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "소요 시간" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "URL" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "절감 가능치(KB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "절감 가능한 페이지 로드 시간(ms)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "절감 가능치: {wastedBytes, number, bytes}KB" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "절감 가능 {wastedMs, number, milliseconds}ms" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds}ms" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "감사 보기" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "오류!" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "보고 오류: 감사 정보 없음" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "직접 확인해야 하는 추가 항목" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "해당 사항 없음" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "추천" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "예상 절감치" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "통과한 감사" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "점수 척도:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "Lighthouse 실행에 영향을 미치는 문제가 발생했습니다." + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "값은 추정치이며 달라질 수 있습니다." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "경고: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/lt.json b/lighthouse-core/lib/locales/lt.json new file mode 100644 index 000000000000..8214032ecbff --- /dev/null +++ b/lighthouse-core/lib/locales/lt.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "„Chrome“ plėtiniai neigiamai paveikė šio puslapio įkėlimo našumą. Patikrinkite puslapį inkognito režimu arba naudodami švarų „Chrome“ profilį." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "Scenarijaus įvertinimas" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "Scenarijaus analizė" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "Iš viso" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "Apsvarstykite, ar neverta sutrumpinti JS analizei, kompiliavimui ir vykdymui skiriamo laiko. Mažesnės JS naudingosios apkrovos gali padėti tai padaryti. [Sužinokite daugiau](https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "Sutrumpinkite „JavaScript“ vykdymo laiką" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "„JavaScript“ vykdymo laikas" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "Dideli GIF failai nėra efektyvus animuoto turinio pateikimo būdas. Vietoje GIF galite naudoti MPEG4 ar „WebM“ vaizdo įrašų animacijai ir PNG ar „WebP“ statiniams vaizdams pateikti, kad sutaupytumėte tinklo baitų. [Sužinokite daugiau](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "Naudokite vaizdo įrašo formatus animuotam turiniui pateikti" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "Galbūt verta įkelti ne ekraninius ir paslėptus vaizdus tik tada, kai bus įkelti visi svarbiausi ištekliai, kad sutrumpėtų laikas iki sąveikos. [Sužinokite daugiau](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "Atidėkite ne ekraninius vaizdus" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "Ištekliai blokuoja pirmąjį puslapio parodymą. Galbūt verta pateikti svarbiausius JS ar CSS kaip eilutinius elementus ir atidėti visus nesvarbius JS ar stilius. [Sužinokite daugiau](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "Pašalinkite pateikimą blokuojančius išteklius" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "Dėl didelių tinklo naudingųjų apkrovų naudotojai praranda pinigus ir jos glaudžiai susijusios su ilgu įkėlimo laiku. [Sužinokite daugiau](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "Bendras dydis: {totalBytes, number, bytes} KB" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "Išvenkite didelių tinklo naudingųjų apkrovų" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "Išvengiama didelių tinklo naudingųjų apkrovų" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "Sumažinus CSS failų dydį, gali sumažėti tinklo naudingosios apkrovos. [Sužinokite daugiau](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "Sumažinkite CSS failus" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "Sumažinus „JavaScript“ failus, galima sumažinti naudingąsias apkrovas ir sutrumpinti scenarijaus analizavimo laiką. [Sužinokite daugiau](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "Sumažinkite „JavaScript“" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "Pašalinkite nenaudojamas taisykles iš stiliaus failų, kad tinklo veikla sunaudotų mažiau nereikalingų baitų. [Sužinokite daugiau](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "Atidėkite nenaudojamus CSS" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "Pašalinkite nenaudojamą „JavaScript“, kad tinklo veikla sunaudotų mažiau baitų." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "Pašalinkite nenaudojamą „JavaScript“" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "Jei talpykla galios ilgiau, pakartotiniai apsilankymai puslapyje gali pagreitėti. [Sužinokite daugiau](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{Rastas 1 išteklius}one{Rastas # išteklius}few{Rasti # ištekliai}many{Rasta # ištekliaus}other{Rasta # išteklių}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "Statiniams ištekliams taikykite efektyvią talpyklos politiką" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "Naudojama efektyvi statinių išteklių talpyklos politika" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "Optimizuoti vaizdai įkeliami greičiau ir sunaudoja mažiau mobiliojo ryšio duomenų. [Sužinokite daugiau](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "Efektyviai koduokite vaizdus" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "Teikite tinkamo dydžio vaizdus, kad būtų taupomi mobiliojo ryšio duomenys ir puslapis būtų įkeliamas greičiau. [Sužinokite daugiau](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "Pasirinkite tinkamo dydžio vaizdus" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "Tekstinius išteklius reikėtų suglaudinti (Naudojant „Gzip“, „Deflate“ arba „Brotli“), kad bendrai būtų sunaudojama kuo mažiau tinklo baitų. [Sužinokite daugiau](https://developers.google.com/web/tools/lighthouse/audits/text-compression)." + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "Įgalinkite teksto glaudinimą" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "Tokių formatų kaip JPEG 2000, JPEG XR ir „WebP“ vaizdai dažniausiai glaudinami geriau nei PNG ar JPEG vaizdai, todėl yra atsisiunčiami greičiau ir sunaudoja mažiau duomenų. [Sužinokite daugiau](https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "Pateikite naujos kartos formatų vaizdus" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "Toliau pateiktose svarbiausių užklausų grandinėse nurodoma, kuriems ištekliams suteiktas aukštas prioritetas. Kad puslapio įkėlimas būtų sklandesnis, galbūt verta sutrumpinti grandines, sumažinti atsisiunčiamų išteklių dydį arba atidėti nereikalingų išteklių atsisiuntimą. [Sužinokite daugiau](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{Rasta 1 grandinė}one{Rasta # grandinė}few{Rastos # grandinės}many{Rasta # grandinės}other{Rasta # grandinių}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "Sumažinkite svarbiausių užklausų gylį" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "Maksimalus DOM gylis" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "Bendras DOM mazgų skaičius" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "Maksimalus poelemenčių skaičius" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "Naršyklių inžinieriai rekomenduoja puslapiuose turėti ne daugiau nei apytiksliai 1,5 tūkst. DOM mazgų. Optimaliausias medžio gylis – mažiau nei 32 elementai ir mažiau nei 60 poelemenčių bei viršelemenčių. Dėl didelio DOM gali būti sunaudojama daugiau atminties, ilgiau skaičiuojami stiliai (https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations) ir reikia brangių išdėstymo perskaičiavimų (https://developers.google.com/speed/articles/reflow). [Sužinokite daugiau](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 mazgas}one{# mazgas}few{# mazgai}many{# mazgo}other{# mazgų}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "Venkite per didelių DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "Išvengiama per didelių DOM" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "Pasinaudokite šriftų pateikimo CSS funkcija, kad tekstas būtų matomas naudotojui, kol įkeliami žiniatinklio šriftai. [Sužinokite daugiau](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "Užtikrinkite, kad įkeliant žiniatinklio šriftą būtų matomas tekstas" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "Įkeliant žiniatinklio šriftą matomas visas tekstas" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "Kategorija" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "Apsvarstykite, ar neverta sutrumpinti JS analizei, kompiliavimui ir vykdymui skiriamo laiko. Mažesnės JS naudingosios apkrovos gali padėti tai padaryti." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "Sutrumpinkite pagrindinės grupės veikimą" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "Sutrumpinamas pagrindinės grupės veikimas" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "Toliau nurodytas rezultatas yra įvertintas laikas milisekundėmis, per kurį programa atsako į naudotojo įvestį per labiausiai užimtas puslapio įkėlimo 5 sekundes. Jei delsa ilgesnė nei 50 ms, naudotojams gali pasirodyti, kad programa veikia lėtai. [Sužinokite daugiau](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "Įvertinta įvesties delsa" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "Pirmasis „Contentful“ parodymas nurodo, kada parodomas pirmasis tekstas ar vaizdas. [Sužinokite daugiau](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "Pirmasis „Contentful“ parodymas" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "Pirmas cent. procesoriaus laisvas laikas nurodo pirmą laiką, kai pagrindinė puslapio grupė buvo pakankamai neaktyvi, kad galėtų apdoroti įvestį. [Sužinokite daugiau](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "Pirmas cent. procesoriaus laisvas laikas" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "Pirmasis reikšmingas parodymas nurodo, kada parodomas pagrindinis puslapio turinys. [Sužinokite daugiau](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "Pirmasis reikšmingas parodymas" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "Sąveika nurodo laiką, per kurį puslapis tampa visiškai sąveikus. [Sužinokite daugiau](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "Laikas iki sąveikos" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "Greičio rodiklis parodo, kaip greitai pavaizduojamas puslapio turinys. [Sužinokite daugiau](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "Greičio rodiklis" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "Peradresuojant puslapio įkėlimas dar labiau delsia. [Sužinokite daugiau](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "Venkite kelių puslapio peradresavimų" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "Laikas iki pirmojo baito nurodo laiką, per kurį serveris atsako. [Sužinokite daugiau](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "Šakninio dokumento įkėlimas užtruko {timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "Serverio atsako laiko sutrumpinimas (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "Serverio atsako laikas yra trumpas (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "Galbūt verta apdoroti programą naudojant naudotojo laiko API ir gauti tinkintus realius svarbiausios naudotojo patirties įvertinimus. [Sužinokite daugiau](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 naudotojo laikas}one{# naudotojo laikas}few{# naudotojo laikai}many{# naudotojo laiko}other{# naudotojo laikų}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "Naudotojo laiko žymės ir matavimas" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "Galbūt verta pridėti išankstinio prijungimo arba DNS išankstinės iškvietos ištekliaus nurodymus, kad ryšys su svarbiais trečiųjų šalių šaltiniais būtų užmezgamas iš anksto. [Sužinokite daugiau](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "Iš anksto prisijunkite prie reikiamų šaltinių" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "Galbūt verta naudoti ir suteikti prioritetą gaunamiems ištekliams, kurių užklausos šiuo metu teikiamos vėliau įkeliant puslapį. [Sužinokite daugiau](https://developers.google.com/web/tools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "Iš anksto įkelkite svarbiausias užklausas" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "Daugiau informacijos apie jūsų programos našumą." + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "Diagnostika" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "Svarbiausias našumo rodiklis – kaip greitai taškai pateikiami ekrane. Svarbiausia metrika: pirmasis „Contentful“ parodymas, pirmasis reikšmingas parodymas" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "Pirmojo parodymo patobulinimai" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "Toks optimizavimas gali padėti pagreitinti puslapio įkėlimą." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "Galimybės" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "Metrika" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "Pagerinkite bendrą įkėlimo našumą, kad puslapis reaguotų ir būtų parengtas naudoti kuo greičiau. Svarbiausia metrika: laikas iki sąveikos, greičio rodiklis" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "Bendri patobulinimai" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "Našumas" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "Talpyklos TTL" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "Dydis (KB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "Sugaištas laikas" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "URL" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "Galima sutaupyti (KB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "Galima sutaupyti (ms)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "Galima sutaupyti {wastedBytes, number, bytes} KB" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "Galima sutaupyti {wastedMs, number, milliseconds} ms" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "Rodyti patikras" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "Klaida!" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "Ataskaitos klaida: nėra patikros informacijos" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "Papildomi elementai, kuriuos reikia patikrinti neautomatiškai" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "Netaikoma" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "Galimybė" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "Numatomos santaupos" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "Sėkmingos patikros" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "Rezultatų skalė:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "Paleidžiant „Lighthouse“ kilo problemų." + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "Vertės yra numatytos ir gali skirtis." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "Įspėjimai: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/lv.json b/lighthouse-core/lib/locales/lv.json new file mode 100644 index 000000000000..940c5eddb165 --- /dev/null +++ b/lighthouse-core/lib/locales/lv.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Chrome paplašinājumi negatīvi ietekmē lapas ielādes veiktspēju. Mēģiniet lapas pārbaudi veikt inkognito režīmā vai no tīra Chrome profila." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "Skripta novērtēšana" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "Skriptu parsēšana" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "Kopā" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "Ieteicams samazināt laiku, kas tiek izmantots JS parsēšanai, kompilēšanai un izpildei. Iespējams, konstatēsiet, ka ir noderīgi izmantot mazākas JS lietderīgās slodzes. [Uzzināt vairāk](https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "JavaScript izpildes laika samazināšana" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "JavaScript izpildes laiks" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "Lieli GIF attēli nav efektīvi animēta satura rādīšanai. Animācijām ir ieteicams izmantot MPEG4/WebM video, bet statiskiem attēliem — PNG/WebP, nevis GIF, lai samazinātu tīkla lietojumu (baitos). [Uzzināt] vairāk(https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "Izmantojiet video failu formātus animētam saturam" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "Lai samazinātu laiku līdz interaktivitātei, ārpus ekrāna un paslēptos attēlus ar lēnu ielādi ieteicams atlikt līdz visu svarīgo resursu ielādes pabeigšanai. [Uzzināt vairāk](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "Ārpus ekrāna esošo attēlu atlikšana" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "Resursi bloķē jūsu lapas pirmo satura atveidojumu. Ieteicams rādīt svarīgos JS/CSS iekļautā veidā un atteikties no visiem nesvarīgajiem JS/stiliem. [Uzzināt vairāk](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "Samaziniet resursus, kas bloķē renderēšanu" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "Lielas tīkla lietderīgās slodzes izmaksā lietotājiem īstu naudu un ir cieša saistītas ar ilgu ielādes laiku. [Uzzināt vairāk](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "Kopējais lielums bija {totalBytes, number, bytes} KB" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "Pārāk lielas tīkla lietderīgās slodzes nepieļaušana" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "Nepieļauj pārāk lielu tīkla lietderīgo slodzi" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "Samazinot CSS failus, var samazināties tīkla lietderīgā slodze. [Uzzināt vairāk](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "Samaziniet CSS" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "Samazinot JavaScript failus, var samazināties lietderīgās slodzes apjomi un skriptu parsēšanas laiks. [Uzzināt vairāk](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "JavaScript·samazināšana" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "Noņemiet no stila lapām neizmantotās kārtulas, lai samazinātu tīkla aktivitātei nevajadzīgo baitu izmantošanu. [Uzzināt vairāk](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "Atlieciet neizmantoto CSS" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "Noņemiet neizmantoto JavaScript, lai samazinātu tīkla aktivitātes izmantoto baitu apjomu." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "Noņemiet neizmantoto JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "Iestatot ilgu kešatmiņas mūžu, lapas atkārtoti apmeklējumi varētu paātrināties. [Uzzināt vairāk](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{Atrasts 1 resurss}zero{Atrasti # resursi}one{Atrasts # resurss}other{Atrasti # resursi}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "Statisko elementu noteikšana, izmantojot efektīvu kešatmiņas politiku" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "Efektīvas kešatmiņas politikas izmantošana statiskiem elementiem" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "Optimizēti attēli tiek ielādēti ātrāk un izmanto mazāku mobilo datu apjomu. [Uzzināt vairāk](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "Efektīva attēlu kodēšana" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "Rādiet atbilstoša izmēra attēlus, lai tiktu izmantots mazāks mobilo datu apjoms un tiktu uzlabots ielādes laiks. [Uzzināt vairāk](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "Atbilstoša lieluma attēli" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "Lai samazinātu kopējo tīkla lietojumu (baitos), iesakām izmantojot saspiešanu (Gzip, Deflate or Brotli). [Uzzināt vairāk](https://developers.google.com/web/tools/lighthouse/audits/text-compression)." + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "Iespējojiet teksta saspiešanu" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "Tādi attēlu formāti kā JPEG 2000, JPEG XR un WebP bieži ir veiksmīgāk saspiežami nekā PNG vai JPEG — tas nozīmē ātrāku lejupielādi un mazāku datu patēriņu. [Uzzināt vairāk](https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "Rādiet attēlus nākamās paaudzes formātos" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "Metrika “Kritisko pieprasījumu ķēdes” tālāk parāda, kuriem resursiem ir piešķirta augstākā prioritāte. Lai uzlabotu lapas ielādi, ieteicams samazināt ķēžu garumu, samazināt resursu lejupielādes apjomu vai atlikt nevajadzīgo resursu lejupielādi. [Uzzināt vairāk](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{Atrasta 1 ķēde}zero{Atrastas # ķēdes}one{Atrasta # ķēde}other{Atrastas # ķēdes}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "Kritisko pieprasījumu dziļuma samazināšana" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "Maksimālais DOM dziļums" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "DOM mezglu kopskaits" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "Maksimālais bērnelementu skaits" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "Pārlūka inženieri iesaka, lai lapā nebūtu vairāk par 1500 DOM mezgliem. Ieteicams, lai koka dziļums nepārsniegtu 32 elementus un 60 bērnelementus/vecākelementus. Liels DOM var palielināt atmiņas lietojumu, izraisīt ilgākus [stila aprēķinus](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations) un radīt dārgu [izkārtojuma plūduma sakārtošanu](https://developers.google.com/speed/articles/reflow). [Uzzināt vairāk](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 mezgls}zero{# mezglu}one{# mezgls}other{# mezgli}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "Pārāk lielu DOM izmēru nepieļaušana" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "Nepieļauj pārāk lielus DOM izmērus" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "Izmantojiet fonta rādīšanas CSS funkciju, lai nodrošinātu, ka lietotāji tīmekļa fontu ielādes laikā var redzēt tekstu. [Uzzināt vairāk](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "Visa teksta redzamības nodrošināšana tīmekļa fonta ielādes laikā" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "Tīmekļa fonta ielādes laikā viss teksts paliek redzams" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "Kategorija" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "Ieteicams samazināt laiku, kas tiek izmantots JS parsēšanai, kompilēšanai un izpildei. Iespējams, konstatēsiet, ka ir noderīgi izmantot mazākas JS lietderīgās slodzes." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "Galvenā pavediena darba samazināšana" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "Samazina galvenā pavediena darbu" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "Iepriekš redzamais rādītājs aptuveni norāda, pēc cik ilga laika (milisekundēs) uz lietotāja ievadi reaģēs jūsu lietotne aizņemtākajā lapas ielādes 5 s periodā. Ja latentums pārsniedz 50 ms, iespējams, lietotāji jūsu lietotnes saņems novēloti. [Uzzināt vairāk](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "Paredzētais ievades latentums" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "Metrika “Pirmais saturīgais satura atveidojums” norāda, kad tiks parādīts pirmais teksts vai attēls. [Uzzināt vairāk](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "Pirmais saturīgais satura atveidojums" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "Metrika “Pirmā CPU dīkstāve” norāda laiku, kad lapas galvenais pavediens ir kļuvis pietiekami mazs, lai varētu apstrādāt ievadi. [Uzzināt vairāk](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "Pirmā CPU dīkstāve" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "Metrika “Pirmais nozīmīgais satura atveidojums” norāda, kad kļūst redzams lapas galvenais saturs. [Uzzināt vairāk](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "Pirmais nozīmīgais satura atveidojums" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "Interaktivitātes metrika norāda laiku, kad lapa ir pilnībā interaktīva. [Uzzināt vairāk](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "Laiks līdz interaktivitātei" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "Metrika “Ātruma rādītājs” norāda, cik ātri tiek parādīts lapas saturs. [Uzzināt vairāk](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "Ātruma rādītājs" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "Novirzīšana rada papildu aizkaves pirms lapas ielādes. [Uzzināt vairāk](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "Nepieļaujiet vairākas lapas novirzīšanas" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "Metrika “Laiks līdz pirmajam baitam” norāda laiku, kad jūsu serveris nosūta atbildi. [Uzzināt vairāk](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "Saknes dokumentam nepieciešamais laiks: {timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "Servera atbildes laika samazināšana (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "Servera atbildes laiks ir mazs (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "Ieteicams pievienot lietotnei Lietotāju laika API, lai izveidotu aktuālas atskaites par lietotāju mijiedarbi ar jūsu lietotnēm. [Uzzināt vairāk](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 lietotāja laiks}zero{# lietotāju laiks}one{# lietotāja laiks}other{# lietotāju laiks}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "Lietotāju laika atzīmes un mērījumi" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "Ieteicams pievienot iepriekš pieslēgtu vai DNS sākotnējo datu iegūšanas resursa norādes, lai izveidotu laicīgus savienojumus ar svarīgiem trešās puses sākumpunktiem. [Uzzināt vairāk](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "Veiciet iepriekšēju pieslēgšanu obligātajiem sākumpunktiem" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "Ieteicams izmantot , lai noteiktu prioritāti tādu resursu iegūšanai, kas pašlaik lapas ielādē tiek pieprasīti vēlāk. [Uzzināt vairāk](https://developers.google.com/web/tools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "Veiciet svarīgāko pieprasījumu iepriekšēju ielādi" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "Plašāka informācija par jūsu lietojumprogrammas veiktspēju" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "Diagnostika" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "Vissvarīgākais veiktspējas aspekts ir pikseļu renderēšanas ātrums ekrānā. Galvenās metrikas: “Pirmais saturīgais satura atveidojums”, “Pirmais nozīmīgais satura atveidojums”" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "Pirmā satura atveidojuma uzlabojumi" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "Šīs optimizācijas var paātrināt lapas ielādi." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "Iespējas" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "Metrikas" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "Uzlabojiet vispārējo ielādes darbību, lai lapa reaģētu un būtu gatava izmantošanai pēc iespējas ātrāk. Galvenās metrikas: “Laiks līdz interaktivitātei”, “Ātruma rādītājs”" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "Vispārēji uzlabojumi" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "Veiktspēja" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "Kešatmiņas TTL vērtība" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "Lielums (KB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "Iztērētais laiks" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "URL" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "Potenciālais ietaupījums (KB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "Potenciālais ietaupījums (ms)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "Potenciālais ietaupījums: {wastedBytes, number, bytes} KB" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "Potenciālais ietaupījums: {wastedMs, number, milliseconds} ms" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "Rādīt pārbaudes" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "Kļūda!" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "Pārskata kļūda: nav pārbaudes informācijas" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "Papildu vienumi manuālai pārbaudei" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "Nav piemērojams" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "Iespēja" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "Aptuvenais ietaupījums" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "Izpildītās pārbaudes" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "Rādītāja mērogs:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "Radās problēmas, kas ietekmēja šo Lighthouse palaišanu:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "Vērtības ir aptuvenas un var atšķirties." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "Brīdinājumi: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/nl.json b/lighthouse-core/lib/locales/nl.json new file mode 100644 index 000000000000..991a73d2c3d6 --- /dev/null +++ b/lighthouse-core/lib/locales/nl.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Chrome-extensies hadden een negatieve invloed op de laadprestaties van deze pagina. Controleer de pagina in de incognitomodus of via een schoon Chrome-profiel." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "Scriptevaluatie" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "Script parseren" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "Totaal" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "Overweeg minder tijd te besteden aan het parseren, compileren en uitvoeren van JS. Het leveren van kleinere JS-payloads kan hierbij helpen. [Meer informatie](https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "Verkort de JavaScript-uitvoeringstijd" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "JavaScript-uitvoeringstijd" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "Grote gif's zijn niet efficiënt om content met animaties te leveren. Overweeg in plaats van gif's MPEG4-/WebM-video's voor animaties en PNG/WebP voor statische afbeeldingen en bespaar zo netwerkbytes. [Meer informatie](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "Gebruik video-indelingen voor content met animaties" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "Overweeg afbeeldingen die niet in beeld zijn en verborgen afbeeldingen via 'lazy loading' te laden nadat alle kritieke bronnen zijn geladen om zo de tijd tot interactief te verlagen. [Meer informatie](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "Laad afbeeldingen die niet in beeld zijn nog niet" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "Bronnen blokkeren de eerste tekenbewerking voor je pagina. Overweeg kritieke JS/css inline te leveren en alle niet-kritieke JS/stijlen uit te stellen. [Meer informatie](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "Verwijder bronnen die de weergave blokkeren" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "Grote netwerkpayloads kosten gebruikers veel geld en hebben vaak lange laadtijden. [Meer informatie](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "Totale grootte was {totalBytes, number, bytes} KB" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "Vermijd enorme netwerkpayloads" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "Vermijdt enorme netwerkpayloads" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "Als je css-bestanden verkleint, kun je de omvang van netwerkpayloads verkleinen. [Meer informatie](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "Verklein de css" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "Als je JavaScript-bestanden verkleint, kunnen de omvang van de payload en de parseringstijd van het script worden verkleind. [Meer informatie](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "Verklein JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "Verwijder niet-gebruikte regels uit stylesheets om het aantal onnodige bytes te verminderen die worden verbruikt door netwerkactiviteit. [Meer informatie](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "Stel niet-gebruikte css uit" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "Verwijder ongebruikt JavaScript om het aantal bytes te verminderen dat wordt verbruikt door netwerkactiviteit." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "Verwijder ongebruikt JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "Een lange levensduur voor het cachegeheugen kan herhaalde bezoeken aan je pagina versnellen. [Meer informatie](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{1 bron gevonden}other{# bronnen gevonden}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "Lever statische items met een efficiënt cachebeleid" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "Gebruikt een efficiënt cachebeleid voor statische items" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "Geoptimaliseerde afbeeldingen worden sneller geladen en verbruiken minder mobiele data. [Meer informatie](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "Codeer afbeeldingen op een efficiënte manier" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "Lever afbeeldingen met het juiste formaat om mobiele data te besparen en de laadtijd te verbeteren. [Meer informatie](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "Geef afbeeldingen het juiste formaat" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "Tekstgebaseerde bronnen moeten worden geleverd met compressie (gzip, deflate of brotli) om het totale aantal netwerkbytes te minimaliseren. [Meer informatie](https://developers.google.com/web/tools/lighthouse/audits/text-compression)." + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "Schakel tekstcompressie in" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "Afbeeldingsindelingen zoals JPEG 2000, JPEG XR en WebP bieden vaak betere compressie dan PNG of JPEG. Dit resulteert in snellere downloads en minder dataverbruik. [Meer informatie](https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "Lever afbeeldingen in moderne indelingen" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "De onderstaande kritieke verzoekketens laten zien welke bronnen met een hoge prioriteit worden uitgegeven. Overweeg de lengte van ketens te verkleinen, de downloadgrootte van bronnen te beperken of het downloaden van onnodige bronnen uit te stellen om de laadtijd van de pagina te verbeteren. [Meer informatie](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{1 keten gevonden}other{# ketens gevonden}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "Minimaliseer de diepte van kritieke verzoeken" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "Maximum DOM-diepte" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "Totaal aantal DOM-knooppunten" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "Maximum aantal onderliggende elementen" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "Browser-engineers bevelen aan dat pagina's minder dan ~1500 DOM-knooppunten bevatten. De perfecte balans is een structuurdiepte van minder dan 32 elementen en minder dan 60 onderliggende/bovenliggende elementen. Een grote DOM kan ervoor zorgen dat het geheugengebruik toeneemt. Dit leidt tot langere [stijlberekeningen](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations) en produceert dure [dynamische lay-outaanpassingen](https://developers.google.com/speed/articles/reflow). [Meer informatie](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 knooppunt}other{# knooppunten}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "Vermijd een overmatig grote DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "Vermijdt een overmatige grote DOM" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "Maak gebruik van de css-functie 'font-display' om ervoor te zorgen dat tekst zichtbaar is voor gebruikers terwijl weblettertypen worden geladen. [Meer informatie](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "Zorg ervoor dat tekst zichtbaar blijft tijdens het laden van weblettertypen" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "Alle tekst blijft zichtbaar tijdens het laden van weblettertypen" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "Categorie" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "Overweeg minder tijd te besteden aan het parseren, compileren en uitvoeren van JS. Het leveren van kleinere JS-payloads kan hierbij helpen." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "Minimaliseer primaire thread-bewerkingen" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "Minimaliseert primaire thread-bewerkingen" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "De bovenstaande score is een schatting van hoelang het duurt voordat je app reageert op gebruikersinvoer (in milliseconden) gedurende de drukste periode van 5 seconden tijdens het laden van de pagina. Als de wachttijd langer dan 50 ms is, kunnen gebruikers je app als traag beschouwen. [Meer informatie](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "Geschatte invoerwachttijd" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "'Eerste tekenbewerking met content' geeft het tijdstip aan waarop de eerste tekst of afbeelding is weergegeven. [Meer informatie](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "Eerste tekenbewerking met content" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "'Eerste keer dat CPU inactief was' geeft de eerste keer aan dat de primaire thread van de pagina rustig genoeg was om invoer te verwerken. [Meer informatie](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "Eerste keer dat CPU inactief was" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "'Eerste zinvolle tekenbewerking' meet wanneer de primaire content van een pagina zichtbaar is. [Meer informatie](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "Eerste zinvolle tekenbewerking" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "Interactief geeft het tijdstip aan waarop de pagina volledig interactief is. [Meer informatie](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "Tijd tot interactief" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "Snelheidsindex laat zien hoe snel de content van een pagina zichtbaar is. [Meer informatie](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "Snelheidsindex" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "Omleidingen zorgen voor extra vertraging voordat de pagina kan worden geladen. [Meer informatie](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "Vermijd meerdere pagina-omleidingen" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "'Tijd tot eerste byte' identificeert het tijdstip waarop je server een reactie stuurt. [Meer informatie](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "Hoofddocument duurde {timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "Beperk serverreactietijden (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "Serverreactietijden zijn laag (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "Overweeg je app te voorzien van de API voor gebruikerstiming voor aangepaste, echte metingen van belangrijke gebruikerservaringen. [Meer informatie](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 gebruikerstiming}other{# gebruikerstimings}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "Markeringen en metingen voor gebruikerstiming" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "Overweeg hints voor het vooraf verbinden of dns-prefetchen van bronnen toe te voegen om vroege verbindingen met belangrijke externe herkomsten tot stand te brengen. [Meer informatie](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "Maak vooraf verbinding met vereiste herkomsten" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "Overweeg te gebruiken om prioriteit te geven aan het ophalen van bronnen die momenteel later tijdens het laden van de pagina worden opgehaald. [Meer informatie](https://developers.google.com/web/tools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "Laad belangrijke verzoeken vooraf" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "Meer informatie over de prestaties van je app." + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "Diagnostische gegevens" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "Het meest essentiële aspect van de prestaties is hoe snel pixels worden weergegeven op het scherm. Belangrijkste statistieken: Eerste tekenbewerking met content, Eerste zinvolle tekenbewerking" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "Verbeteringen voor eerste tekenbewerking" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "Deze optimalisaties kunnen het laden van je pagina versnellen." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "Aanbevelingen" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "Statistieken" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "Verbeter de algemene laadfunctionaliteit, zodat de pagina zo snel mogelijk reageert en gebruiksklaar is. Belangrijkste statistieken: Tijd tot interactief, Snelheidsindex" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "Algemene verbeteringen" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "Prestaties" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "Cache-TTL" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "Grootte (KB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "Bestede tijd" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "URL" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "Potentiële besparing (KB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "Potentiële besparing (ms)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "Potentiële besparing van {wastedBytes, number, bytes} KB" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "Potentiële besparing van {wastedMs, number, milliseconds} ms" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "Controles weergeven" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "Fout" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "Rapportfout: geen controlegegevens" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "Aanvullende items om handmatig te controleren" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "N.v.t." + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "Aanbeveling" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "Geschatte besparing" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "Geslaagde controles" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "Scoreschaal:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "Er zijn problemen opgetreden bij deze uitvoering van Lighthouse:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "Waarden worden geschat en kunnen variëren." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "Waarschuwingen: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/no.json b/lighthouse-core/lib/locales/no.json new file mode 100644 index 000000000000..c4708da058bf --- /dev/null +++ b/lighthouse-core/lib/locales/no.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Chrome-utvidelsene påvirker belastningen på denne siden på en negativ måte. Prøv å revidere siden i inkognitomodus og fra en ren Chrome-profil." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "Skriptevaluering" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "Skriptparse" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "Total" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "Vurder å reduser tiden som brukes til parsing, kompilering og utføring i JS. Du kan klare å finne leveringen som benytter mindre JS nyttelast. [Finn ut mer] (https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "Reduser JavaScript kjøretid" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "JavaScript gjennomføringstid" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "Store GIFer er mindre effektive for levering av animert innhold. I stedet for GIF bør du vurdere bruk av MPEG4/WebM-videoer for animasjon og PNG/WebP for statiske bilder, da dette bruker mindre nettverksbytes. [Finn ut mer] (https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "Bruk videoformat for animert innhold" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "Vurder doven-innlasting utenfor skjermen eller gjemte bilder etter at alle kritiske ressurser allerede har lastet seg inn for å redusere den interaktive tiden. [Finn ut mer](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "Utsett bilder av skjermen" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "Ressurser blokkerer den første malingen på siden din. Vurder å levere kritisk JS/CSS-innebygd og utsette alle ikke-kritiske JS/stiler. [Finn ut mer](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "Eliminerer gjengiblokkerende ressurser" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "Store belastninger på nettverkene koster brukerne mer og er hovedgrunnen til lange vente tider . [FInn ut mer] (https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "Den totale størrelsen var {totalBytes, number, bytes} KB" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "Unngå enorme nettverksbelastninger" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "Unngår enorme nettverksbelastninger" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "Forminskede CSS-filer kan redusere nettverkets nyttelast. [Finn ut mer](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "Forminsk CSS" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "Forminsking av JavaScript filer kan redusere nyttelaststørrelser og skriptparsetiden. [Finn ut mer](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "Gjør JavaScript mindre" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "Fjern ubrukte regler fra stilarket for å redusere unødvendige bytes som brukes av nettverksaktiviteten. [Finn ut mer](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "Utsett ubrukt CSS" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "Fjern ubrukt JavaScript for å redusere bytes som brukes av nettverksaktiviteten." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "Fjernn ubrukt JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "En lang buffer.levetid kan øke antall gjentatte besøk på siden din. [Finn ut mer](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{1 ressurs funnet}other{# ressurser funnet}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "Viser statiske innholdselementer med en effektiv bufferfremgangsmåte" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "Bruker effektiv buffer-fremgangsmåte på statiske innholdselementer" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "Optimaliserte bilder laster inn raskere og bruker mindre mobildata [Finn ut mer](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "Effektivt omgjøring av bilder til koder" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "Vise bilder som har passende størrelse for lagring av mobildata og bedrer innlastingtiden. [Finn ut mer](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "Riktig bildestørrelse" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "Tekstbaserte ressurser bør komprimeres (gzip, deflate eller brotli) under visningen for å minimerer det totale antallet nettverksbytes. [Finn ut mer](https://developers.google.com/web/tools/lighthouse/audits/text-compression)." + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "Aktiver tekstkomprimering" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "Bildeformater som JPEG 2000, JPEG XR og WebP benytter ofte en bedre komprimering enn PNG eller JPEG, noe som betyr raskere nedlasting og mindre databruk. [Finn ut mer](https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "Viser bilder i neste-genereasjonsformater" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "Den kritiske forespørselskjeden nedenfor viser hvilke deg hvilke ressurser som er utstedt med høy prioritet. Vurder om lengden på denne kjeden eller nedlastningsstørrelsen på ressursen bør reduseres, eller om utsettelse av nedlastning av unødvendige ressursen er nødvendig for å bedre sideinnlastingen. [Finn ut mer](https://developers.google.com/web/tools/lighthouse/audits\n/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{1 kjede funnet}other{# kjeder funnet}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "Minimer dybde på kritiske forespørsler" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "Maksimum DOM dybde" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "Total DOM noder" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "Maksimum underordnede" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "Nettleseringeniører anbefaler at en side skal inneholde mindre enn ~1,500 DOM noder. Den perfekte verdien er en tredybde på < 32 elementer og mindre enn 60 underordnede/overordnede elementer. Et stort DOm kan øke bruken av minne og forårsake langre [stilberegninger](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations), and produce costly [layout reflows](https://developers.google.com/speed/articles/reflow). [Learn more](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 node}other{# noder}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "Unngå overdreven DOM-størrelse" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "Unngår en overdreven DOM-størrelse" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "Utnytt skrifttype-visningen i CSS-funksjonen for å forsikre deg at teksten vises for brukerne mens skrifttypen til nettet laster inn.[Finn ut mer](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "Sørg for at teksten forblir synlig under innlasting av skrifttyper for nettet" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "All tekst forblir synlig under innlasting av skrifttype for nettet" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "Kategori" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "Vurder å reduser tiden som brukes til parsing, kompilering og utføring i JS. Du kan klare å finne leveringen som benytter mindre JS nyttelast." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "Minimerer hovedtrådarbeidet" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "Minimerer hovedtrådarbeidet" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "Poengsummen ovenfor er et estimat av hvor lang tid det tar for appen din å svare på brukerinndata, i millisekunder, under det travleste 5s vinduet for sideinnlasting. Hvis tidsforsinkelsen din er høyere enn 50 ms, kan brukeren oppleve forsinkelser i appen din. [Finn ut mer](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "Anslått tidsforsinkelse for inndata" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "Første innholdsrike maling markerer tidspunktet hvor den første teksten eller bilde er malt på skjermen. [Finn ut mer](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "Første innholdsrike maling" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "Første CPU-tomgangen markerer første gang der sidens hovertråd er stille nok til å klare å håndtere inndataene. [Finn ut mer](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "Første CPU Idle" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "Første menignsfulle maling måler når det primære innholdet på en side er synlig. [Finn ut mer](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "Første viktige maling" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "Interaktiv, markerer tiden der siden er fullstendig interaktiv. [Finn ut mer](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "På tide med interaksjon" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "Hastighetsindeks viser hvor raskt innholder på en side blir synlig for lesere. [Finn ut mer](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "Hastighetsindeks" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "Viderekobling fører til flere forsinkelser når siden skal lastes inn. [Finn ut mer](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "Unngå flere omdirigeringe av sidene" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "Tiden til den første byten identifiserer tidspunktet der serveren sendte et svar. [Finn ut mer](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "Root-dokumentet tok {timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "Reduserer responstiden for tjener (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "Svartiden til tjeneren er lav (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "Vurder instrumentering av appen din med Brukertiming API for å lage egendefinert, ekte målinger av de viktigste brukeropplevelsene. [Finn ut mer](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{ 1 brukertiming}other{# brukertiming}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "Brukertiming merker og tiltak" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "Vurder å legge til forhåndstilkoblinger eller dns-prefetch ressurshint for å etablerer tidlige tilkoblinger med viktige tredjepartsdomener. [Finn ut mer] (https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "Forhåndskobling til ønsket domenenavn" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "Vurder bruk av for å prioritere henting av ressurser som for øyeblikket er forespurt senere i sideinnlastingen [Finn ut mer](https://developers.google.com/web/tools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "Forhåndsinnlasting av nøkkelforespørsler" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "Mer informasjon om ytelsen til programmet ditt." + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "Diagnostikk" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "Det mest kritiske aspektet for ytelse er hvor raskt piksler blir gjengitt på skjermen. Nøkkelberegning: Første innholdsrike maling, første meningsfulle maling" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "Første maling forbedringer" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "Disse optimaliseringene kan øke hastigheten på sideinnlastingen." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "Muligheter" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "Beregninger" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "Gjør den totale innlastningsopplevelsen bedre, slik at siden svarer og er klar til bruk så snart som mulig. Nøkkelberegning: Tid for interaksjon, fartindeks" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "Total forbedring" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "Resultater" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "Buffer TTL" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "Størrelse (KB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "Brukt tid" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "Nettadresse" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "Potensielle besparelser (KB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "Potensielle besparelser (ms)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "Potensielle besparelser på {wastedBytes, number, bytes} KB" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "Potensiell besparelse på {wastedMs, number, milliseconds} ms" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "Vis revisjoner" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "Feil!" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "Feilrapport: Ingen revisjonsinformasjon" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "Tilleggselementer for manuell kontroll" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "Ikke relevant" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "Mulighet" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "Estimerte besparelser" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "Oppfylte revisjoner" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "Poengskala:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "Det oppstå problemer som påvirkere denne kjøringen av Lighthouse:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "Verdiene er anslått og kan variere." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "Advarsler: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/pl.json b/lighthouse-core/lib/locales/pl.json new file mode 100644 index 000000000000..fc778a8de3fd --- /dev/null +++ b/lighthouse-core/lib/locales/pl.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Rozszerzenia Chrome pogorszyły szybkość ładowania tej strony. Przeprowadź audyt strony w trybie incognito lub w pustym profilu Chrome." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "Ocena skryptu" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "Analiza skryptów" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "Razem" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "Pomyśl o skróceniu czasu poświęcanego na analizowanie, kompilowanie i wykonywanie kodu JS. Może w tym pomóc dostarczanie mniejszych ładunków JS. [Więcej informacji](https://developers.google.com/web/tools/lighthouse/audits/bootup)" + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "Skróć czas wykonywania JavaScriptu" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "Czas wykonania JavaScriptu" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "Duże pliki GIF są nieefektywnym sposobem dostarczania animacji. Proponujemy użyć zamiast nich filmów MPEG4/WebM (animacje) lub plików PNG/WebP (obrazy statyczne), by zmniejszyć ilość przesyłanych danych. [Więcej informacji](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "Użyj formatów wideo dla animacji" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "Rozważ opóźnione (leniwe) ładowanie obrazów ukrytych i znajdujących się poza ekranem dopiero po zakończeniu ładowania wszystkich zasobów kluczowych, by skrócić czas do pełnej interaktywności. [Więcej informacji](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "Odłóż ładowanie obrazów poza ekranem" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "Zasoby blokują pierwsze wyrenderowanie strony. Rozważ umieszczenie krytycznego kodu JS/CSS w kodzie strony i opóźnienie ładowania wszystkich niekrytycznych plików JS i stylów. [Więcej informacji](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "Wyeliminuj zasoby blokujące renderowanie" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "Duże ładunki sieciowe powodują wyższe koszty dla użytkowników i są mocno powiązane z długim czasem ładowania. [Więcej informacji](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "Łączny rozmiar to {totalBytes, number, bytes} KB" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "Unikaj bardzo dużych ładunków sieciowych" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "Unikaj bardzo dużych ładunków sieciowych" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "Minifikacja plików CSS może zmniejszyć ładunki sieciowe. [Więcej informacji](https://developers.google.com/web/tools/lighthouse/audits/minify-css)" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "Minifikuj CSS" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "Minifikacja plików JavaScript może zmniejszyć ładunki i skrócić czas analizowania skryptów. [Więcej informacji](https://developers.google.com/speed/docs/insights/MinifyResources)" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "Minifikuj JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "Usuń nieużywane reguły z arkuszy stylów, by zmniejszyć ilość danych przesyłanych w sieci. [Więcej informacji](https://developers.google.com/web/tools/lighthouse/audits/unused-css)" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "Opóźnij ładowanie nieużywanego kodu CSS" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "Usuń nieużywany kod JavaScript, by zmniejszyć ilość danych przesyłanych w sieci." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "Usuń nieużywany JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "Długi czas przechowywania w pamięci podręcznej może przyspieszyć ponowne otwarcie strony. [Więcej informacji](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{Znaleziono 1 zasób}few{Znaleziono # zasoby}many{Znaleziono # zasobów}other{Znaleziono # zasobu}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "Wyświetlaj zasoby statyczne, stosując efektywne zasady pamięci podręcznej" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "Stosuje efektywne zasady pamięci podręcznej dla zasobów statycznych" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "Zoptymalizowane obrazy ładują się szybciej i wykorzystują mniej komórkowej transmisji danych. [Więcej informacji](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "Użyj efektywnego kodowania obrazów" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "Wyświetlaj obrazy o odpowiednim rozmiarze, by oszczędzać komórkową transmisję danych i przyspieszyć ładowanie. [Więcej informacji](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "Zmień rozmiar obrazów" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "Zasoby tekstowe powinny być kompresowane (gzip, deflate lub brotli), by zminimalizować ilość danych przesyłanych w sieci. [Więcej informacji](https://developers.google.com/web/tools/lighthouse/audits/text-compression)" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "Włącz kompresję tekstu" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "Formaty obrazów, takie jak JPEG 2000, JPEG XR i WebP, często dają lepszą kompresję niż PNG czy JPEG, co przekłada się na szybsze pobieranie i mniejsze wykorzystanie danych. [Więcej informacji](https://developers.google.com/web/tools/lighthouse/audits/webp)" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "Wyświetlaj obrazy w formatach nowej generacji" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "Poniższe łańcuchy żądań krytycznych pokazują zasoby mające wysoki priorytet. Rozważ skrócenie łańcuchów, zmniejszenie rozmiaru pobieranych zasobów lub opóźnienie pobierania niepotrzebnych zasobów, by przyspieszyć ładowanie strony. [Więcej informacji](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)" + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{Znaleziono 1 łańcuch}few{Znaleziono # łańcuchy}many{Znaleziono # łańcuchów}other{Znaleziono # łańcucha}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "Zminimalizuj głębię żądań krytycznych" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "Maksymalna głębokość DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "Łączna liczba węzłów DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "Maksymalna liczba elementów podrzędnych" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "Twórcy przeglądarek zalecają, by strony zawierały mniej niż około 1500 węzłów DOM. Optymalne jest drzewo o głębokości mniejszej niż 32 elementy i zawierające mniej niż 60 elementów podrzędnych/nadrzędnych. Duży DOM może zwiększyć wykorzystanie pamięci, wydłużyć [obliczanie stylów](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations) i powodować kosztowne [przeformatowanie układu](https://developers.google.com/speed/articles/reflow). [Więcej informacji](https://developers.google.com/web/tools/lighthouse/audits/dom-size)" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 węzeł}few{# węzły}many{# węzłów}other{# węzła}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "Unikaj zbyt dużego DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "Unika zbyt dużego DOM" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "Użyj funkcji CSS „font-display”, by zapewnić widoczność tekstu dla użytkownika podczas ładowania czcionek internetowych. [Więcej informacji](https://developers.google.com/web/updates/2016/02/font-display)" + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "Zapewnij widoczność tekstu podczas ładowania czcionek internetowych" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "Cały tekst pozostaje widoczny podczas ładowania czcionek internetowych" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "Kategoria" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "Pomyśl o skróceniu czasu poświęcanego na analizowanie, kompilowanie i wykonywanie kodu JS. Może w tym pomóc dostarczanie mniejszych ładunków JS." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "Zminimalizuj aktywność głównego wątku" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "Minimalizuje aktywność głównego wątku" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "Powyższy wynik jest szacunkowym czasem (w milisekundach), po którym aplikacja reaguje na działanie użytkownika w trakcie najbardziej intensywnego, pięciosekundowego okresu ładowania strony. Jeśli opóźnienie jest większe niż 50 ms, użytkownicy mogą uznać aplikację za powolną. [Więcej informacji](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "Szacowane opóźnienie reakcji" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "Pierwsze wyrenderowanie treści oznacza czas wyrenderowania pierwszego tekstu lub obrazu. [Więcej informacji](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "Pierwsze wyrenderowanie treści" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "CPU bezczynny po raz pierwszy oznacza czas, gdy wątek główny jest po raz pierwszy na tyle mało obciążony, że może obsługiwać działania użytkownika. [Więcej informacji](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "CPU bezczynny po raz pierwszy" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "Pierwsze wyrenderowanie czegoś znaczącego oznacza czas pojawienia się na ekranie głównej zawartości strony. [Więcej informacji](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "Pierwsze wyrenderowanie czegoś znaczącego" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "Czas do pełnej interaktywności oznacza czas, po którym strona jest całkowicie interaktywna. [Więcej informacji](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)" + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "Czas do pełnej interaktywności" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "Indeks szybkości wskazuje, jak szybko strona zapełnia się widocznymi treściami. [Więcej informacji](https://developers.google.com/web/tools/lighthouse/audits/speed-index)" + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "Indeks szybkości" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "Przekierowania wprowadzają dodatkowe opóźnienia przed rozpoczęciem ładowania strony. [Więcej informacji](https://developers.google.com/web/tools/lighthouse/audits/redirects)" + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "Unikaj wielokrotnych przekierowań" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "Czas do pierwszego bajtu oznacza czas wysłania odpowiedzi przez serwer. [Więcej informacji](https://developers.google.com/web/tools/lighthouse/audits/ttfb)" + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "Czas odpowiedzi głównego dokumentu: {timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "Skróć czasy reakcji serwera (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "Czasy odpowiedzi serwera są krótkie (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "Rozważ dodanie do aplikacji obsługi interfejsu User Timing API, by uzyskać niestandardowe, realistyczne pomiary parametrów ważnych z punktu widzenia wygody użytkownika. [Więcej informacji](https://developers.google.com/web/tools/lighthouse/audits/user-timing)" + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 czas działań użytkownika}few{# czasy działań użytkownika}many{# czasów działań użytkownika}other{# czasu działań użytkownika}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "Znaczniki i odcinki Czasu działań użytkownika" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "Rozważ dodanie wskazówek „preconnect” lub „dns-prefetch”, by wcześniej nawiązać połączenia z ważnymi źródłami w innych domenach. [Więcej informacji](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "Wcześniej nawiąż połączenia z wymaganymi źródłami" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "Pomyśl o użyciu deklaracji , by szybciej pobierały się zasoby, które są obecnie żądane na dalszym etapie ładowania strony. [Więcej informacji](https://developers.google.com/web/tools/lighthouse/audits/preload)" + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "Załaduj wstępnie kluczowe żądania" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "Więcej informacji o wydajności aplikacji." + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "Diagnostyka" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "Najważniejszym aspektem wydajności jest to, jak szybko piksele zostaną wyświetlone na ekranie. Kluczowe wskaźniki: Pierwsze wyrenderowanie treści, Pierwsze wyrenderowanie czegoś znaczącego" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "Ulepszenia pierwszego renderowania" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "Te optymalizacje mogą przyspieszyć ładowanie stron." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "Możliwości" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "Dane" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "Usprawnij całe ładowanie, by strona jak najszybciej była gotowa do używania i reagowała na działania użytkownika. Główne wskaźniki: Czas do pełnej interaktywności, Indeks szybkości" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "Ogólne usprawnienia" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "Wydajność" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "Czas przechowywania danych w pamięci podręcznej" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "Rozmiar (KB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "Spędzony czas" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "URL" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "Potencjalne oszczędności (KB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "Potencjalne oszczędności (ms)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "Potencjalna oszczędność: {wastedBytes, number, bytes} KB" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "Potencjalne przyspieszenie o {wastedMs, number, milliseconds} ms" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "Pokaż audyty" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "Błąd" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "Błąd raportu: brak informacji o audycie" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "Dodatkowe elementy do ręcznego sprawdzenia" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "Nie dotyczy" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "Możliwość" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "Szacowane oszczędności" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "Zaliczone audyty" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "Skala wyników:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "Podczas tego uruchomienia Lighthouse wystąpiły problemy:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "Wartości są szacunkowe i mogą się zmieniać." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "Ostrzeżenia " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/pt-BR.json b/lighthouse-core/lib/locales/pt-BR.json new file mode 100644 index 000000000000..5e2542714076 --- /dev/null +++ b/lighthouse-core/lib/locales/pt-BR.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "As extensões do Chrome afetaram negativamente o desempenho de carregamento desta página. Tente fazer a auditoria da página no modo de navegação anônima ou a partir de um perfil limpo do Chrome." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "Avaliação de script" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "Análise de script" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "Total" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "Reduza o tempo gasto com análise, compilação e execução de JS. Você perceberá que exibir payloads de JS menores ajuda a fazer isso. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "Reduza o tempo de execução de JavaScript" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "Tempo de execução de JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "GIFs grandes são ineficazes para exibir conteúdo animado. Use vídeos MPEG4/WebM para animações e PNG/WebP para imagens estáticas em vez de GIF, para economizar bytes de rede. [Saiba mais](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "Use formatos de vídeo para conteúdo animado" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "Use o carregamento lento para imagens fora da tela e ocultas depois que todos os recursos críticos já estiverem carregados, para reduzir o tempo necessário até que a página se torne interativa. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "Adie imagens fora da tela" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "Alguns recursos estão bloqueando o primeiro aparecimento da sua página. Considere exibir JS/CSS crítico inline e adiar todos os JS/estilos não críticos. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "Elimine recursos que impedem a renderização" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "Grandes payloads de rede geram custos para os usuários e estão altamente relacionados a tempos maiores de carregamento. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "O tamanho total foi de {totalBytes, number, bytes} KB" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "Evite payloads de rede muito grandes" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "Evita payloads de rede muito grandes" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "A redução de arquivos CSS pode diminuir o tamanho do payload de rede. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "Reduza o CSS" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "A redução de arquivos JavaScript pode diminuir o tamanho de payloads e o tempo de análise de scripts. [Saiba mais](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "Reduza o JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "Remova regras não utilizadas das folhas de estilos para reduzir o consumo desnecessário de bytes da atividade de rede. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "Adie CSS não utilizado" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "Remova o JavaScript não utilizado para reduzir o consumo de bytes da atividade de rede." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "Remova o JavaScript não utilizado" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "Um cache com ciclo de vida longo pode acelerar visitas repetidas à sua página. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{1 recurso encontrado}one{# recurso encontrado}other{# recursos encontrados}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "Disponibilize recursos estáticos com uma política de cache eficiente" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "Usa uma política de cache eficiente em recursos estáticos" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "Imagens otimizadas são carregadas mais rapidamente e consomem menos dados da rede celular. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "Codifique as imagens com eficiência" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "Disponibilize imagens de tamanho adequado para economizar dados da rede celular e melhorar o tempo de carregamento. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "Defina um tamanho adequado para as imagens" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "Os recursos baseados em texto precisam ser disponibilizados com compactação (gzip, deflate ou brotli) para reduzir o total de bytes da rede. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/text-compression)." + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "Ative a compactação de texto" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "Formatos de imagem como JPEG 2000, JPEG XR e WebP geralmente resultam em uma compactação melhor em comparação a PNG ou JPEG, o que significa downloads mais rápidos e menor consumo de dados. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "Disponibilize imagens em formatos de última geração" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "As redes de solicitações críticas abaixo mostram os recursos emitidos com alta prioridade. Reduza o tamanho das redes e dos recursos ou adie o download de recursos desnecessários para melhorar o carregamento de página. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{1 rede encontrada}one{# rede encontrada}other{# redes encontradas}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "Reduza a profundidade de solicitações críticas" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "Profundidade máxima de DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "Total de nós de DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "Número máximo de filhos" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "Os engenheiros de navegador recomendam que as páginas tenham menos de ~1.500 nós de DOM. O ideal é uma profundidade de árvore com < 32 elementos e menos de 60 elementos filhos/pais. Um DOM grande pode aumentar o uso da memória, causar [cálculos de estilo] mais longos (https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations) e produzir [reflows de layout] de alto custo (https://developers.google.com/speed/articles/reflow). [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 nó}one{# nó}other{# nós}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "Evite DOM de tamanho excessivo" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "Evita DOM de tamanho excessivo" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "Use o recurso CSS de exibição de fonte para garantir que o texto possa ser visto pelo usuário enquanto as webfonts são carregadas. [Saiba mais](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "Garanta que o texto continue visível durante o carregamento da webfont" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "Todo o texto continua visível durante o carregamento da webfont" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "Categoria" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "Reduza o tempo gasto com análise, compilação e execução de JS. Você perceberá que exibir payloads de JS menores ajuda a fazer isso." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "Minimize o trabalho da thread principal" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "Minimiza o trabalho da thread principal" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "A pontuação acima é uma estimativa do tempo que seu aplicativo leva para responder à atividade do usuário, em milésimos de segundo, durante a janela de carregamento de página mais movimentada de cinco segundos. Se a latência for superior a 50 ms, o usuário poderá notar lentidão no aplicativo. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "Latência de entrada estimada" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "\"Primeiro aparecimento com conteúdo\" marca o momento em que o primeiro texto ou imagem é disponibilizado. [Saiba mais](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "Primeiro aparecimento com conteúdo" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "\"Primeira CPU ociosa\" marca a primeira vez que a thread principal da página fica silenciosa o suficiente para lidar com a entrada. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "Primeira CPU ociosa" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "\"Primeiro aparecimento importante\" marca o momento em que o conteúdo principal de uma página se torna visível. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "Primeiro aparecimento importante" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "\"Interativa\" marca o momento em que a página se torna totalmente interativa. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "Tempo até ficar interativa" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "O Índice de velocidade mostra a rapidez com que o conteúdo de uma página é preenchido visivelmente. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "Índice de velocidade" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "Os redirecionamentos causam mais atrasos antes do carregamento da página. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "Evite redirecionamentos múltiplos de página" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "\"Tempo até o primeiro byte\" identifica o momento em que seu servidor envia uma resposta. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "O documento raiz levou {timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "Reduza os tempos de resposta do servidor (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "Os tempos de resposta do servidor são baixos (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "Instrumente seu aplicativo com a User Timing API para criar medições personalizadas e reais para as principais experiências do usuário. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 velocidade do usuário}one{# velocidade do usuário}other{# velocidades do usuário}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "Marcações e medições de User Timing" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "Adicione dicas de recursos de pré-conexão ou pré-busca de DNS para estabelecer conexões antecipadas a origens importantes de terceiros. [Saiba mais](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "Pré-conecte às origens necessárias" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "Use para priorizar a busca posterior de recursos solicitados atualmente no carregamento de página. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "Pré-carregue as principais solicitações" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "Mais informações sobre o desempenho do seu aplicativo." + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "Diagnóstico" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "O aspecto de desempenho mais importante é a rapidez com que os pixels são renderizados na tela. Principais métricas: Primeiro aparecimento com conteúdo, Primeiro aparecimento importante" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "Melhorias do primeiro aparecimento" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "Essas otimizações podem acelerar o carregamento de página." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "Oportunidades" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "Métricas" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "Aprimore a experiência geral de carregamento, para que a página seja responsiva e esteja pronta para ser usada assim que possível. Principais métricas: Tempo até fica interativa, Índice de velocidade" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "Melhorias gerais" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "Desempenho" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "Cache TTL" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "Tamanho (KB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "Tempo gasto" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "URL" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "Possível economia (KB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "Possível economia (ms)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "Possível economia de {wastedBytes, number, bytes} KB" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "Possível economia de {wastedMs, number, milliseconds} ms" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "Mostrar auditorias" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "Erro!" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "Informar erro: nenhuma informação de auditoria" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "Outros itens para verificação manual" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "Não aplicável" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "Oportunidade" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "Economia estimada" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "Auditorias aprovadas" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "Escala de pontuação:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "Alguns problemas afetaram esta execução do Lighthouse:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "Os valores são estimados e podem variar." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "Avisos: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/pt-PT.json b/lighthouse-core/lib/locales/pt-PT.json new file mode 100644 index 000000000000..df906906535b --- /dev/null +++ b/lighthouse-core/lib/locales/pt-PT.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "As extensões do Chrome afetam negativamente o desempenho de carregamento desta página. Experimente efetuar uma auditoria à página no modo de navegação anónima ou com um perfil do Chrome vazio." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "Avaliação do script" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "Análise do script" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "Total" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "Considere reduzir o tempo despendido a analisar, compilar e executar JS. Poderá descobrir que é útil fornecer payloads de JS mais pequenos. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "Reduza o tempo de execução de JavaScript" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "Tempo de execução de JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "Os GIFs grandes são ineficientes para publicar conteúdo animado. Para poupar bytes de rede, considere utilizar vídeos MPEG4/WebM para animações e ficheiros PNG/WebP para imagens estáticas em vez de GIFs. [Saiba mais](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)." + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "Utilize formatos de vídeo para conteúdo animado" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "Considere utilizar imagens de carregamento lento não visíveis e ocultas após a conclusão do carregamento de todos os recursos críticos, para reduzir o tempo até à interação. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "Adie as imagens não visíveis" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "O primeiro preenchimento da sua página está a ser bloqueado por recursos. Considere publicar JS/CSS críticos inline e adiar todos os JS/estilos não críticos. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "Elimine recursos que bloqueiam o processamento" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "Os grandes payloads de rede têm custos reais para os utilizadores e estão fortemente correlacionados com tempos de carregamento demorados. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "O tamanho total foi de {totalBytes, number, bytes} KB" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "Evite enormes payloads de rede" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "Evita enormes payloads de rede" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "Reduzir os ficheiros CSS pode reduzir os tamanhos dos payloads de rede. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "Reduza o CSS" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "Reduzir os ficheiros JavaScript pode reduzir os tamanhos dos payloads e o tempo de análise de scripts. [Saiba mais](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "Reduza o JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "Remova regras não utilizadas das folhas de estilos para reduzir a quantidade de bytes desnecessários consumidos pela atividade da rede. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "Adie o CSS não utilizado" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "Remova o JavaScript não utilizado para reduzir os bytes consumidos pela atividade da rede." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "Remova o JavaScript não utilizado" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "Uma duração total longa da cache pode acelerar as visitas repetidas à sua página. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{1 recurso encontrado}other{# recursos encontrados}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "Publique recursos estáticos com uma política de cache eficiente" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "Utiliza uma política de cache eficiente em recursos estáticos" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "As imagens otimizadas são carregadas mais rapidamente e consomem menos dados móveis. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "Codifique as imagens de forma eficiente" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "Publique imagens com um tamanho adequado para poupar dados móveis e melhorar o tempo de carregamento. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "Dimensione adequadamente as imagens" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "Os recursos baseados em texto devem ser publicados com compressão (gzip, Deflate ou Brotli) para reduzir o total de bytes de rede. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/text-compression)." + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "Ative a compressão de texto" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "Muitas vezes, os formatos de imagem como JPEG 2000, JPEG XR e WebP proporcionam uma melhor compressão do que os formatos PNG ou JPEG, o que se traduz em transferências mais rápidas e num menor consumo de dados. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "Publique imagens em formatos de última geração" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "As Cadeias de pedidos críticos abaixo apresentam os recursos fornecidos com uma prioridade alta. Considere reduzir o tamanho das cadeias, reduzir o tamanho de transferência dos recursos ou adiar a transferência de recursos desnecessários para melhorar o carregamento de página. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{1 cadeia encontrada}other{# cadeias encontradas}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "Reduza a profundidade de pedidos críticos" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "Profundidade máxima do DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "Total de nós do DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "Máximo de nós secundários" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "Os engenheiros de navegadores recomendam que as páginas contenham menos de ~1500 nós de DOM. O ideal é uma árvore com uma profundidade < 32 elementos e menos de 60 elementos superiores/secundários. Um DOM grande pode aumentar a utilização da memória, gerar [cálculos de estilo](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations) mais demorados e produzir [ajustes de esquema](https://developers.google.com/speed/articles/reflow) dispendiosos. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 nó}other{# nós}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "Evite um tamanho excessivo do DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "Evita um tamanho excessivo do DOM" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "Tire partido da funcionalidade CSS de apresentação de tipos de letra para garantir que o texto é visível para o utilizador enquanto os tipos de letra para Websites são carregados. [Saiba mais](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "Garanta que o texto permanece visível durante o carregamento de tipos de letra para Websites" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "Todo o texto permanece visível durante os carregamentos de tipos de letra para Websites" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "Categoria" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "Considere reduzir o tempo despendido a analisar, compilar e executar JS. Poderá descobrir que é útil fornecer payloads de JS mais pequenos." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "Reduza as operações do thread principal" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "Reduz as operações do thread principal" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "A pontuação acima é uma estimativa do tempo que a sua aplicação demora a responder a ações do utilizador, em milissegundos, durante a janela dos 5 segundos mais ativos de carregamento de página. Se a latência for superior a 50 ms, os utilizadores poderão considerar que a sua aplicação é lenta. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "Latência estimada das ações" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "A métrica Primeiro preenchimento com conteúdo indica quando é que ocorre o preenchimento com o primeiro texto ou imagem. [Saiba mais](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "Primeiro preenchimento com conteúdo" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "A métrica Primeira CPU inativa indica quando é que o thread principal da página está suficientemente inativo pela primeira vez para processar ações. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "Primeira CPU inativa" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "A métrica Primeiro preenchimento significativo mede quando é que o conteúdo principal de uma página fica visível. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "Primeiro preenchimento significativo" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "A métrica Tempo até à interação indica quando é que a página fica completamente interativa. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "Tempo até à interação" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "A métrica Índice de velocidade apresenta a rapidez de preenchimento visível dos conteúdos de uma página. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "Índice de velocidade" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "A auditoria Redirecionamentos introduz atrasos adicionais antes do carregamento da página. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "Evite vários redirecionamentos de página" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "A auditoria Tempo até ao primeiro byte indica o tempo de envio de uma resposta pelo seu servidor. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "O documento de raiz demorou {timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "Reduza os tempos de resposta do servidor (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "Os tempos de resposta do servidor são curtos (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "Considere complementar a sua aplicação com a API Tempos do utilizador para criar medições personalizadas e reais das principais experiências do utilizador. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 tempo do utilizador}other{# tempos do utilizador}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "Marcas e medições de Tempos do utilizador" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "Considere adicionar instruções para recursos de pré-ligação ou de obtenção prévia de DNS para estabelecer ligações antecipadamente a origens de terceiros importantes. [Saiba mais](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "Efetue a pré-ligação às origens necessárias" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "Considere utilizar para dar prioridade à obtenção de recursos que são atualmente solicitados mais tarde no carregamento de página. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "Pré-carregue pedidos-chave" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "Mais informações sobre o desempenho da sua aplicação." + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "Diagnósticos" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "O aspeto mais importante do desempenho é a rapidez de renderização dos píxeis no ecrã. Métricas principais: Primeiro preenchimento com conteúdo, Primeiro preenchimento significativo." + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "Melhorias no primeiro preenchimento" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "Estas otimizações podem acelerar o carregamento da sua página." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "Oportunidades" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "Métricas" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "Melhore a experiência de carregamento geral para que a página responda e fique pronta a utilizar logo que possível. Métricas principais: Tempo até à interação, Índice de velocidade." + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "Melhorias gerais" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "Desempenho" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "TTL da cache" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "Tamanho (KB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "Tempo gasto" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "URL" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "Poupança potencial (KB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "Poupança potencial (ms)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "Poupança potencial de {wastedBytes, number, bytes} KB" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "Poupança potencial de {wastedMs, number, milliseconds} ms" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "Mostrar auditorias" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "Erro!" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "Erro de relatório: sem informações de auditoria" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "Itens adicionais a verificar manualmente" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "Não aplicável" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "Oportunidade" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "Poupança estimada" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "Auditorias aprovadas" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "Escala da pontuação:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "Ocorreram problemas que afetaram esta execução do Lighthouse:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "Os valores são estimados e podem variar." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "Avisos: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/pt.json b/lighthouse-core/lib/locales/pt.json new file mode 100644 index 000000000000..5e2542714076 --- /dev/null +++ b/lighthouse-core/lib/locales/pt.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "As extensões do Chrome afetaram negativamente o desempenho de carregamento desta página. Tente fazer a auditoria da página no modo de navegação anônima ou a partir de um perfil limpo do Chrome." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "Avaliação de script" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "Análise de script" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "Total" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "Reduza o tempo gasto com análise, compilação e execução de JS. Você perceberá que exibir payloads de JS menores ajuda a fazer isso. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "Reduza o tempo de execução de JavaScript" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "Tempo de execução de JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "GIFs grandes são ineficazes para exibir conteúdo animado. Use vídeos MPEG4/WebM para animações e PNG/WebP para imagens estáticas em vez de GIF, para economizar bytes de rede. [Saiba mais](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "Use formatos de vídeo para conteúdo animado" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "Use o carregamento lento para imagens fora da tela e ocultas depois que todos os recursos críticos já estiverem carregados, para reduzir o tempo necessário até que a página se torne interativa. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "Adie imagens fora da tela" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "Alguns recursos estão bloqueando o primeiro aparecimento da sua página. Considere exibir JS/CSS crítico inline e adiar todos os JS/estilos não críticos. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "Elimine recursos que impedem a renderização" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "Grandes payloads de rede geram custos para os usuários e estão altamente relacionados a tempos maiores de carregamento. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "O tamanho total foi de {totalBytes, number, bytes} KB" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "Evite payloads de rede muito grandes" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "Evita payloads de rede muito grandes" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "A redução de arquivos CSS pode diminuir o tamanho do payload de rede. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "Reduza o CSS" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "A redução de arquivos JavaScript pode diminuir o tamanho de payloads e o tempo de análise de scripts. [Saiba mais](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "Reduza o JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "Remova regras não utilizadas das folhas de estilos para reduzir o consumo desnecessário de bytes da atividade de rede. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "Adie CSS não utilizado" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "Remova o JavaScript não utilizado para reduzir o consumo de bytes da atividade de rede." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "Remova o JavaScript não utilizado" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "Um cache com ciclo de vida longo pode acelerar visitas repetidas à sua página. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{1 recurso encontrado}one{# recurso encontrado}other{# recursos encontrados}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "Disponibilize recursos estáticos com uma política de cache eficiente" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "Usa uma política de cache eficiente em recursos estáticos" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "Imagens otimizadas são carregadas mais rapidamente e consomem menos dados da rede celular. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "Codifique as imagens com eficiência" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "Disponibilize imagens de tamanho adequado para economizar dados da rede celular e melhorar o tempo de carregamento. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "Defina um tamanho adequado para as imagens" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "Os recursos baseados em texto precisam ser disponibilizados com compactação (gzip, deflate ou brotli) para reduzir o total de bytes da rede. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/text-compression)." + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "Ative a compactação de texto" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "Formatos de imagem como JPEG 2000, JPEG XR e WebP geralmente resultam em uma compactação melhor em comparação a PNG ou JPEG, o que significa downloads mais rápidos e menor consumo de dados. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "Disponibilize imagens em formatos de última geração" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "As redes de solicitações críticas abaixo mostram os recursos emitidos com alta prioridade. Reduza o tamanho das redes e dos recursos ou adie o download de recursos desnecessários para melhorar o carregamento de página. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{1 rede encontrada}one{# rede encontrada}other{# redes encontradas}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "Reduza a profundidade de solicitações críticas" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "Profundidade máxima de DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "Total de nós de DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "Número máximo de filhos" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "Os engenheiros de navegador recomendam que as páginas tenham menos de ~1.500 nós de DOM. O ideal é uma profundidade de árvore com < 32 elementos e menos de 60 elementos filhos/pais. Um DOM grande pode aumentar o uso da memória, causar [cálculos de estilo] mais longos (https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations) e produzir [reflows de layout] de alto custo (https://developers.google.com/speed/articles/reflow). [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 nó}one{# nó}other{# nós}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "Evite DOM de tamanho excessivo" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "Evita DOM de tamanho excessivo" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "Use o recurso CSS de exibição de fonte para garantir que o texto possa ser visto pelo usuário enquanto as webfonts são carregadas. [Saiba mais](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "Garanta que o texto continue visível durante o carregamento da webfont" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "Todo o texto continua visível durante o carregamento da webfont" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "Categoria" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "Reduza o tempo gasto com análise, compilação e execução de JS. Você perceberá que exibir payloads de JS menores ajuda a fazer isso." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "Minimize o trabalho da thread principal" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "Minimiza o trabalho da thread principal" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "A pontuação acima é uma estimativa do tempo que seu aplicativo leva para responder à atividade do usuário, em milésimos de segundo, durante a janela de carregamento de página mais movimentada de cinco segundos. Se a latência for superior a 50 ms, o usuário poderá notar lentidão no aplicativo. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "Latência de entrada estimada" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "\"Primeiro aparecimento com conteúdo\" marca o momento em que o primeiro texto ou imagem é disponibilizado. [Saiba mais](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "Primeiro aparecimento com conteúdo" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "\"Primeira CPU ociosa\" marca a primeira vez que a thread principal da página fica silenciosa o suficiente para lidar com a entrada. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "Primeira CPU ociosa" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "\"Primeiro aparecimento importante\" marca o momento em que o conteúdo principal de uma página se torna visível. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "Primeiro aparecimento importante" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "\"Interativa\" marca o momento em que a página se torna totalmente interativa. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "Tempo até ficar interativa" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "O Índice de velocidade mostra a rapidez com que o conteúdo de uma página é preenchido visivelmente. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "Índice de velocidade" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "Os redirecionamentos causam mais atrasos antes do carregamento da página. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "Evite redirecionamentos múltiplos de página" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "\"Tempo até o primeiro byte\" identifica o momento em que seu servidor envia uma resposta. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "O documento raiz levou {timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "Reduza os tempos de resposta do servidor (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "Os tempos de resposta do servidor são baixos (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "Instrumente seu aplicativo com a User Timing API para criar medições personalizadas e reais para as principais experiências do usuário. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 velocidade do usuário}one{# velocidade do usuário}other{# velocidades do usuário}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "Marcações e medições de User Timing" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "Adicione dicas de recursos de pré-conexão ou pré-busca de DNS para estabelecer conexões antecipadas a origens importantes de terceiros. [Saiba mais](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "Pré-conecte às origens necessárias" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "Use para priorizar a busca posterior de recursos solicitados atualmente no carregamento de página. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "Pré-carregue as principais solicitações" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "Mais informações sobre o desempenho do seu aplicativo." + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "Diagnóstico" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "O aspecto de desempenho mais importante é a rapidez com que os pixels são renderizados na tela. Principais métricas: Primeiro aparecimento com conteúdo, Primeiro aparecimento importante" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "Melhorias do primeiro aparecimento" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "Essas otimizações podem acelerar o carregamento de página." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "Oportunidades" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "Métricas" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "Aprimore a experiência geral de carregamento, para que a página seja responsiva e esteja pronta para ser usada assim que possível. Principais métricas: Tempo até fica interativa, Índice de velocidade" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "Melhorias gerais" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "Desempenho" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "Cache TTL" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "Tamanho (KB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "Tempo gasto" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "URL" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "Possível economia (KB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "Possível economia (ms)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "Possível economia de {wastedBytes, number, bytes} KB" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "Possível economia de {wastedMs, number, milliseconds} ms" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "Mostrar auditorias" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "Erro!" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "Informar erro: nenhuma informação de auditoria" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "Outros itens para verificação manual" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "Não aplicável" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "Oportunidade" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "Economia estimada" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "Auditorias aprovadas" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "Escala de pontuação:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "Alguns problemas afetaram esta execução do Lighthouse:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "Os valores são estimados e podem variar." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "Avisos: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/ro.json b/lighthouse-core/lib/locales/ro.json new file mode 100644 index 000000000000..43dc56dd2394 --- /dev/null +++ b/lighthouse-core/lib/locales/ro.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Extensiile Chrome au afectat performanța de încărcare a acestei pagini. Încearcă să auditezi pagina în modul incognito sau dintr-un profil Chrome curat." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "Evaluarea scripturilor" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "Analizarea scripturilor" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "Total" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "Poți reduce timpul petrecut cu analizarea, compilarea și executarea JS. Livrarea unor sarcini JS mai mici poate ajuta în acest sens. [Află mai multe](https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "Redu timpul de execuție JavaScript" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "Timpul de executare JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "GIF-urile mari nu sunt eficiente pentru difuzarea conținutului animat. Folosește videoclipuri MPEG4/WebM pentru animații și PNG/WebP pentru imagini statice în locul GIF-urilor ca să economisești date în rețea. [Află mai multe](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "Folosește formate video pentru conținut animat" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "Poți încărca lent imaginile ascunse sau pe cele din afara ecranului după ce toate resursele esențiale s-au încărcat, pentru a micșora durata până la interactivitate. [Află mai multe](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "Amână imaginile din afara ecranului" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "Resursele blochează prima redare a paginii. Poți să livrezi conținutul JS/CSS esențial inline și să amâni toate elementele JS/stilurile neesențiale. [Află mai multe](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "Elimină resursele care blochează redarea" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "Sarcinile mari de rețea îi costă pe utilizatori și sunt corelate cu timpi de încărcare îndelungați. [Află mai multe](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "Dimensiunea totală a fost de {totalBytes, number, bytes} KB" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "Evită sarcinile uriașe de rețea" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "Evită sarcinile uriașe de rețea" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "Comprimarea fișierelor CSS poate reduce dimensiunea sarcinilor de rețea. [Află mai multe](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "Comprimă codul CSS" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "Comprimarea fișierelor JavaScript poate reduce dimensiunea sarcinilor și timpul de analizare a scripturilor. [Află mai multe](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "Comprimă codul JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "Elimină regulile nefolosite din foile de stil pentru a reduce byții inutili consumați de activitatea rețelei. [Află mai multe](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "Amână conținutul CSS nefolosit" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "Elimină codul JavaScript nefolosit pentru a reduce byții consumați de activitatea rețelei." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "Elimină codul JavaScript nefolosit" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "O durată lungă a memoriei cache poate grăbi accesările repetate ale paginii. [Află mai multe](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{o resursă găsită}few{# resurse găsite}other{# de resurse găsite}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "Difuzează elementele statice cu o politică eficientă de stocare în memoria cache" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "Folosește o politică eficientă de stocare în memoria cache pentru elementele statice" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "Imaginile optimizate se încarcă mai repede și consumă mai puține date mobile. [Află mai multe](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "Codifică eficient imaginile" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "Difuzează imagini de dimensiuni corespunzătoare ca să economisești date mobile și să obții o încărcare mai rapidă. [Află mai multe](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "Dimensionează corect imaginile" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "Înainte de difuzare, resursele bazate pe text trebuie comprimate (gzip, deflate sau brotli) pentru a minimiza numărul total de byți în rețea. [Află mai multe](https://developers.google.com/web/tools/lighthouse/audits/text-compression)." + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "Activează comprimarea textului" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "Formatele de imagine ca JPEG 2000, JPEG XR și WebP oferă adesea o comprimare mai bună decât PNG sau JPEG, ceea ce înseamnă descărcări mai rapide și mai puțin consum de date. [Află mai multe](https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "Difuzează imagini în formate moderne" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "Lanțurile de solicitări esențiale de mai jos îți arată ce resurse sunt emise cu prioritate ridicată. Poți să reduci lungimea lanțurilor, să reduci dimensiunea de descărcare a resurselor sau să amâni descărcarea de resurse inutile pentru a îmbunătăți încărcarea paginilor. [Află mai multe] (https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{un lanț găsit}few{# lanțuri găsite}other{# de lanțuri găsite}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "Redu profunzimea solicitărilor esențiale" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "Adâncimea DOM maximă" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "Numărul total de noduri DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "Numărul maxim de noduri subordonate" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "Specialiștii în browsere recomandă ca paginile să conțină mai puțin de ~1.500 de noduri DOM. Ideal este ca arborele să aibă o profunzime mai mică de 32 de elemente și mai puțin de 60 de elemente principale/subordonate. Un DOM mare poate crește folosirea memoriei, poate produce [calcule de stil] (https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations) mai lungi și poate produce [rearanjări ale aspectului](https://developers.google.com/speed/articles/reflow). [Află mai multe](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{un nod}few{# noduri}other{# de noduri}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "Evită o dimensiune DOM excesivă" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "Evită o dimensiune DOM excesivă" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "Poți folosi funcția CSS de afișare a fonturilor pentru a verifica dacă textul este vizibil pentru utilizatori în timp ce se încarcă fonturile web. [Află mai multe](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "Asigură-te că textul rămâne vizibil în timpul încărcării fonturilor web" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "Tot textul rămâne vizibil în timpul încărcării fonturilor web" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "Categorie" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "Poți reduce timpul petrecut cu analizarea, compilarea și executarea JS. Livrarea unor sarcini JS mai mici poate ajuta în acest sens." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "Minimizează procesarea firului principal" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "Minimizează procesarea firului principal" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "Scorul de mai sus reprezintă o estimare a duratei necesare pentru ca aplicația să răspundă la comanda utilizatorului, în milisecunde, în cea mai aglomerată fereastră de 5 secunde de încărcare a paginii. Dacă latența este mai mare de 50 ms, utilizatorii îți pot percepe aplicația ca fiind lentă. [Află mai multe] (https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "Latența estimată a comenzilor" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "Prima redare de conținut arată momentul când se redă primul text sau prima imagine. [Află mai multe](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "Prima redare de conținut" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "Primul „CPU inactiv” semnalează primul moment în care firul principal al paginii este suficient de liber pentru a accepta comenzi. [Află mai multe](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "Primul „CPU inactiv”" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "Prima redare semnificativă arată momentul când este vizibil conținutul principal al unei pagini. [Află mai multe](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "Prima redare semnificativă" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "Interactivitatea semnalează momentul când pagina este complet interactivă. [Află mai multe](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "Timpul până la interactivitate" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "Indexul de viteză arată cât de repede se completează vizibil conținutul unei pagini. [Află mai multe](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "Index de viteză" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "Redirecționările introduc întârzieri suplimentare înainte ca pagina să se poată încărca. [Află mai multe] (https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "Evită mai multe redirecționări ale paginii" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "Timpul până la primul byte identifică timpul în care serverul trimite un răspuns. [Află mai multe](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "Documentul rădăcină a avut nevoie de {timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "Redu timpii de răspuns ai serverului (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "Serverul răspunde repede (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "Îți poți îmbunătăți aplicația cu API-ul User Timing ca să creezi dimensiuni reale și personalizate ale experiențelor de utilizare principale. [Află mai multe](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{o durată a utilizării}few{# durate ale utilizărilor}other{# de durate ale utilizărilor}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "Mărci și dimensiuni pentru Duratele utilizărilor" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "Poți adăuga indicii de resurse de preconectare sau dns-prefetch pentru a stabili conexiuni inițiale cu originile terță parte importante. [Află mai multe](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "Preconectează la originile necesare" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "Poți folosi ca să acorzi prioritate preluării resurselor care sunt momentan solicitate mai târziu la încărcarea paginii. [Află mai multe](https://developers.google.com/web/tools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "Preîncarcă solicitările importante" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "Mai multe informații despre performanța aplicației tale." + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "Diagnosticare" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "Cel mai important aspect al performanței este cât de repede se redau pixelii pe ecran. Valori cheie: prima redare de conținut, prima redare semnificativă" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "Îmbunătățirile pentru prima redare" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "Aceste optimizări pot accelera încărcarea paginii." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "Oportunități" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "Valori" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "Îmbunătățește experiența globală de încărcare, astfel ca pagina să se afișeze și să fie gata de utilizare cât mai curând posibil. Valori cheie: timpul până la interactivitate, indexul de viteză" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "Îmbunătățiri generale" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "Performanță" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "TTL cache" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "Dimensiune (KB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "Timp petrecut" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "Adresa URL" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "Economii potențiale (KB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "Economii potențiale (ms)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "Poți economisi {wastedBytes, number, bytes} KB" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "Poți economisi {wastedMs, number, milliseconds} ms" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "Afișează audituri" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "Eroare!" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "Eroare de raport: nu există informații de auditare" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "Elemente suplimentare de verificat manual" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "Nu se aplică" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "Oportunitate" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "Economii estimate" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "Auditări trecute" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "Scala scorului:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "Au apărut probleme care au afectat această rulare Lighthouse:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "Valorile sunt estimate și pot varia." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "Avertismente: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/ru.json b/lighthouse-core/lib/locales/ru.json new file mode 100644 index 000000000000..dcadbcf8c73a --- /dev/null +++ b/lighthouse-core/lib/locales/ru.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Расширения Chrome значительно повлияли на показатели загрузки этой страницы. Проведите аудит в режиме инкогнито или в чистом профиле Chrome." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "Время оценки скриптов" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "Время анализа скриптов" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "Всего" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "Рекомендуем сократить время на анализ, компиляцию и выполнение скриптов JS. Для этого вы можете уменьшить размер фрагментов кода JS. [Подробнее…](https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "Сократите время выполнения кода JavaScript" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "Время выполнения кода JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "Большие GIF-файлы – неэффективный способ представления анимации. Чтобы сэкономить трафик в сети, используйте видео в формате MPEG4/WebM для анимированного контента и изображения в формате PNG/WebP – для статического. [Подробнее…](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "Используйте видеоформаты для анимированного контента" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "Чтобы уменьшить время до начала взаимодействия, рекомендуем использовать принцип lazy loading для скрытых изображений после того, как все важные ресурсы будут загружены. [Подробнее…](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "Отложите загрузку скрытых изображений" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "Некоторые ресурсы препятствуют загрузке контента страницы. Рекомендуем настроить загрузку необходимых ресурсов JS/CSS в первую очередь и отложить загрузку остальных ресурсов. [Подробнее…](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "Устраните ресурсы, блокирующие отображение" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "Чрезмерная нагрузка на сеть стоит пользователям реальных денег и может стать причиной долгого ожидания при работе в Интернете. [Подробнее…](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "Общий размер достиг {totalBytes, number, bytes} КБ" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "Предотвратите чрезмерную нагрузку на сеть" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "Предотвращение чрезмерной нагрузки на сеть" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "Уменьшение CSS-файлов может сократить нагрузку на сеть. [Подробнее…](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "Уменьшите размер кода CSS" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "Уменьшение файлов JavaScript может сократить размер фрагментов кода и время анализа скриптов. [Подробнее…](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "Уменьшите размер кода JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "Чтобы сократить расход трафика, удалите неиспользуемые правила из таблиц стилей. [Подробнее…](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "Отложите загрузку неиспользуемого контента CSS" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "Чтобы сократить расход трафика, удалите неиспользуемый код JavaScript." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "Удалите неиспользуемый код JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "Длительное время хранения кеша может ускорить загрузку при повторных посещениях страницы. [Подробнее…](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{Найден 1 ресурс}one{Найден # ресурс}few{Найдено # ресурса}many{Найдено # ресурсов}other{Найдено # ресурса}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "Задайте правила эффективного использования кеша для статических объектов" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "Настройка правил эффективного использования кеша для статических объектов" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "Оптимизированные изображения загружаются быстрее и расходуют меньше мобильных данных. [Подробнее…](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "Настройте эффективную кодировку изображений" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "Чтобы сэкономить мобильные данные и ускорить загрузку, настройте подходящий размер изображений на странице. [Подробнее…](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "Настройте подходящий размер изображений" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "Чтобы уменьшить расход трафика в сети, рекомендуем использовать сжатие для текстовых ресурсов (gzip, deflate или brotli). [Подробнее…](https://developers.google.com/web/tools/lighthouse/audits/text-compression)." + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "Включите сжатие текста" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "Для изображений в форматах JPEG 2000, JPEG XR и WebP используется более эффективное сжатие, поэтому они загружаются быстрее и потребляют меньше трафика, чем изображения PNG и JPEG. [Подробнее…](https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "Используйте современные форматы изображений" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "Цепочки критических запросов показывают, какие ресурсы используются с высоким приоритетом. Чтобы ускорить загрузку страниц, рекомендуем сократить длину цепочек, уменьшить размер скачиваемых ресурсов или отложить скачивание ненужных ресурсов. [Подробнее…](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{Найдена 1 цепочка}one{Найдена # цепочка}few{Найдено # цепочки}many{Найдено # цепочек}other{Найдено # цепочки}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "Сократите глубину вложенности критических запросов" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "Максимальная глубина вложенности DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "Общее количество узлов DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "Максимальное количество дочерних элементов" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "Разработчики браузеров рекомендуют, чтобы на странице было не более 1500 узлов DOM. Наилучшие показатели: глубина вложенности менее 32 элементов, количество дочерних и родительских элементов – менее 60. Сложная структура DOM может увеличить использование памяти, замедлить [вычисление стилей](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations) и повысить затраты на [компоновку шаблонов](https://developers.google.com/speed/articles/reflow). [Подробнее…](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 узел}one{# узел}few{# узла}many{# узлов}other{# узла}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "Сократите размер структуры DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "Сокращение размера структуры DOM" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "Чтобы пользователь мог видеть текст, пока веб-шрифты не загрузились, используйте функцию отображения шрифтов CSS. [Подробнее…](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "Настройте показ всего текста во время загрузки веб-шрифтов" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "Показ всего текста во время загрузки веб-шрифтов" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "Категория" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "Рекомендуем сократить время на анализ, компиляцию и выполнение скриптов JS. Для этого вы можете уменьшить размер фрагментов кода JS." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "Минимизируйте работу в основном потоке" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "Минимизация работы в основном потоке" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "Это значение показывает время в миллисекундах, которое занимает реакция приложения на действия пользователя в течение самых занятых 5 с загрузки страницы. Если это время превышает 50 мс, пользователям может показаться, что ваше приложение работает с задержками. [Подробнее…](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "Приблизительное время задержки при вводе" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "Этот параметр представляет собой отметку времени, когда на странице становятся видны первые изображения или текст. [Подробнее…](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "Время загрузки первого контента" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "Этот параметр показывается время, в которое основной поток страницы становится достаточно свободен для обработки ручного ввода. [Подробнее…](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "Время окончания работы ЦП" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "Этот параметр показывает время, по истечении которого становится виден основной контент страницы. [Подробнее…](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "Время загрузки достаточной части контента" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "Этот параметр представляет собой отметку времени, когда страница становится полностью готова к взаимодействию с пользователем. [Подробнее…](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "Время загрузки для взаимодействия" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "Индекс скорости загрузки показывает, насколько быстро контент страницы становится доступен для просмотра. [Подробнее…](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "Индекс скорости загрузки" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "Переадресация может стать причиной дополнительной задержки при загрузке страницы. [Подробнее…](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "Избегайте большого количества переадресаций" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "Время до получения первого байта показывает задержку, после которой с вашего сервера отправляется ответ на запрос. [Подробнее…](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "Загрузка корневого документа заняла {timeInMs, number, milliseconds} мс" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "Сократите время ответа сервера (время до получения первого байта)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "Короткое время ответа сервера (время до получения первого байта)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "Чтобы создавать отчеты с актуальными сведениями о взаимодействии пользователей с вашим приложением, рекомендуем использовать User Timing API. [Подробнее…](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 временная метка}one{# временная метка}few{# временные метки}many{# временных меток}other{# временной метки}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "Метки и промежутки пользовательского времени" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "Чтобы быстро устанавливать соединение с необходимыми сторонними доменами, рекомендуем добавить ресурсные подсказки preconnect или dns-prefetch. [Подробнее…](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "Используйте предварительное подключение к необходимым доменам" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "Чтобы загружать требуемые ресурсы в порядке приоритета, вам следует использовать . [Подробнее…](https://developers.google.com/web/tools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "Настройте предварительную загрузку ключевых запросов" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "Подробная информация о производительности вашего приложения." + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "Диагностика" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "Один из самых важных параметров производительности – насколько быстро пиксели отображаются на экране. Ключевые показатели: \"Время загрузки первого контента\" и \"Время загрузки достаточной части контента\"." + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "Уменьшение времени загрузки контента" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "Эти действия по оптимизации могут ускорить загрузку страницы." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "Оптимизация" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "Показатели" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "Улучшите параметры загрузки, чтобы страница была готова для работы как можно скорее. Ключевые показатели: \"Время загрузки для взаимодействия\" и \"Индекс скорости загрузки\"." + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "Общие улучшения" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "Производительность" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "Время жизни кеша" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "Размер (КБ)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "Потраченное время" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "URL" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "Потенциальная экономия данных (КБ)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "Потенциальная экономия времени (мс)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "Потенциальная экономия данных: {wastedBytes, number, bytes} КБ" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "Потенциальная экономия времени: {wastedMs, number, milliseconds} мс" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} мс" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "Показать аудиты" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "Ошибка" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "Ошибка отчета: информация аудита отсутствует" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "Дополнительные объекты для проверки вручную" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "Неприменимо" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "Возможности" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "Приблизительная экономия" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "Успешные аудиты" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "Легенда:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "Во время работы Lighthouse возникли следующие проблемы:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "Значения приблизительные и могут изменяться." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "Предупреждения: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/sk.json b/lighthouse-core/lib/locales/sk.json new file mode 100644 index 000000000000..b5412f0b34a8 --- /dev/null +++ b/lighthouse-core/lib/locales/sk.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Rozšírenia pre Chrome negatívne ovplyvnili výkonnosť načítania tejto stránky. Skúste stránku skontrolovať v režime inkognito alebo čistom profile Chrome." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "Hodnotenie skriptu" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "Analýza skriptu" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "Celkovo" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "Zvážte skrátenie času stráveného analýzou, zostavovaním a spustením JavaScriptu. Možno vám s tým pomôže zobrazovanie menších prenášaných dát JavaScriptu. [Ďalšie informácie](https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "Skráťte čas spustenia JavaScriptu" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "Čas spustenia JavaScriptu" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "Veľké GIFy nie sú vhodné na zobrazovanie animovaného obsahu. Namiesto nich odporúčame použiť videá MPEG4/WebM pre animácie a PNG/WebP pre statické obrázky, aby ste ušetrili spotrebu bajtov v sieti. [Ďalšie informácie](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "Pre animovaný obsah použite formáty videa" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "Zvážte oneskorené načítanie obrázkov, ktoré sú mimo obrazovky alebo skryté, a to až po dokončení načítania všetkých podstatných zdrojov, čím skrátite čas do interaktívneho vykreslenia. [Ďalšie informácie](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "Oddiaľte načítanie obrázkov mimo obrazovky" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "Zdroje blokujú prvé vyfarbenie stránky. Zvážte zobrazovanie podstatných JavaScriptov alebo šablón CSS v texte a oddialenie všetkých nepodstatných JavaScriptov alebo štýlov. [Ďalšie informácie](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "Odstráňte zdroje blokujúce vykreslenie" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "Veľké sieťové prenosy dát stoja používateľov mnoho peňazí a často sú spájané s dlhými časmi načítania. [Ďalšie informácie](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "Celková veľkosť bola {totalBytes, number, bytes} KB" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "Zabráňte nadmerným sieťovým prenosom dát" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "Zabráni nadmerným sieťovým prenosom dát" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "Minifikáciou súborov šablón CSS môžete znížiť veľkosti sieťových prenosov dát. [Ďalšie informácie](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "Minifikujte súbory CSS" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "Minifikáciou súborov JavaScriptu môžete znížiť veľkosti prenášaných dát a čas analýzy skriptu. [Ďalšie informácie](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "Minifikujte JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "Odstráňte nepoužívané pravidlá zo šablón štýlov a znížte tak zbytočnú spotrebu bajtov sieťovou aktivitou. [Ďalšie informácie](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "Oddiaľte nepoužívané šablóny CSS" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "Odstráňte nepoužívaný JavaScript a znížte tak spotrebu bajtov sieťovou aktivitou." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "Odstráňte nepoužívaný JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "Dlhá životnosť vyrovnávacej pamäte môže urýchliť opakované návštevy stránky. [Ďalšie informácie](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{Našiel sa 1 zdroj}few{Našli sa # zdroje}many{# resources found}other{Našlo sa # zdrojov}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "Zobrazujte statické podklady s účinnými pravidlami ukladania do vyrovnávacej pamäte" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "Používa účinné pravidlá ukladania do vyrovnávacej pamäte pre statické podklady" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "Optimalizované obrázky sa načítavajú rýchlejšie a spotrebúvajú menej mobilných dát. [Ďalšie informácie](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "Účinne zakódujte obrázky" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "Zobrazujte obrázky s primeranou veľkosťou, čím ušetríte mobilné dáta a skrátite čas načítania. [Ďalšie informácie](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "Nastavte primeranú veľkosť obrázkov" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "Textové zdroje by sa mali zobrazovať komprimované (gzip, deflate alebo brotli), aby sa minimalizovala celková spotreba bajtov v sieti. [Ďalšie informácie](https://developers.google.com/web/tools/lighthouse/audits/text-compression)." + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "Povoľte kompresiu textu" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "Formáty obrázka, napríklad JPEG 2000, JPEG XR a WebP, zvyčajne poskytujú lepšiu kompresiu než PNG alebo JPEG, čo znamená rýchlejšie sťahovanie a nižšiu spotrebu dát. [Ďalšie informácie](https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "Zobrazujte obrázky vo formátoch ďalšej generácie" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "Reťazce podstatných žiadostí uvedené nižšie znázorňujú, ktoré zdroje sú vydávané s vysokou prioritou. Zvážte skrátenie dĺžky reťazcov, aby ste znížili veľkosť sťahovaných zdrojov, alebo odložte sťahovanie nepotrebných zdrojov, čím zlepšíte načítanie stránky. [Ďalšie informácie](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{Našiel sa 1 reťazec}few{Našli sa # reťazce}many{# chains found}other{Našlo sa # reťazcov}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "Minimalizujte hĺbku podstatných žiadostí" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "Maximálna hĺbka prvku DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "Celkový počet uzlov DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "Maximálny počet podradených položiek" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "Inžinieri prehliadača odporúčajú, aby stránky obsahovali menej ako ~1 500 uzlov DOM. Optimálna hodnota je hĺbka stromovej štruktúry menšia ako 32 prvkov a menej ako 60 podradených/nadradených prvkov. Veľký prvok DOM môže zvýšiť spotrebu pamäte, predĺžiť [výpočty štýlov](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations) a spôsobiť nákladné [preformátovania rozložení](https://developers.google.com/speed/articles/reflow). [Ďalšie informácie](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 uzol}few{# uzle}many{# nodes}other{# uzlov}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "Nepoužívajte nadmerne veľký prvok DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "Zabráni použitiu nadmerne veľkého prvku DOM" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "Využite funkciu CSS zobrazenia písma, ktorá pomôže zaistiť, aby bol text viditeľný používateľom počas načítavania webfontov. [Ďalšie informácie](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "Zaistite, aby text zostal počas načítania webfontov viditeľný" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "Všetok text zostane počas načítania webfontov viditeľný" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "Kategória" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "Zvážte skrátenie času stráveného analýzou, zostavovaním a spustením JavaScriptu. Možno vám s tým pomôže zobrazovanie menších prenášaných dát JavaScriptu." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "Minimalizujte prácu hlavného vlákna" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "Minimalizuje prácu hlavného vlákna" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "Skóre uvedené vyššie je odhadovaný čas odozvy na vstup používateľa v milisekundách počas najrušnejších 5 sekúnd načítania stránky. Ak latencia prevyšuje 50 ms, používateľom sa môžu zdať odozvy aplikácie oneskorené. [Ďalšie informácie](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "Odhadovaná latencia vstupu" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "Prvé obsahové vyfarbenie označuje čas, za ktorý je vyfarbený prvý text alebo obrázok. [Ďalšie informácie](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "Prvé obsahové vyfarbenie" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "Prvá nečinnosť procesora označuje, kedy je hlavné vlákno stránky prvýkrát dostatočne nečinné na spracovanie vstupu. [Ďalšie informácie](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "Prvá nečinnosť procesora" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "Prvé účelné vyfarbenie meria, kedy je hlavný obsah stránky viditeľný. [Ďalšie informácie](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "Prvé účelné vyfarbenie" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "Interaktívne vykreslenie označuje čas, za ktorý sa stránka stane úplne interaktívnou. [Ďalšie informácie](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "Čas do interaktívneho vykreslenia" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "Index rýchlosti znázorňuje, za aký čas sa viditeľne doplní obsah stránky. [Ďalšie informácie](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "Index rýchlosti" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "Presmerovania spôsobujú ďalšie oneskorenia pri načítavaní stránky. [Ďalšie informácie](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "Vyhnite sa viacnásobným presmerovaniam stránky" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "Čas do prvého bajtu určuje čas, za ktorý váš server odošle odpoveď. [Ďalšie informácie](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "Hlavný dokument trval {timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "Znížte časy odpovede servera (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "Časy odozvy servera sú krátke (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "Zvážte vybavenie aplikácie rozhraním User Timing API a vytvorte tak vlastné, skutočné merania kľúčových dojmov používateľov. [Ďalšie informácie](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 trvanie aktivít používateľov}few{# trvania aktivít používateľov}many{# user timings}other{# trvaní aktivít používateľov}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "Značky a merania trvania aktivít používateľov" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "Zvážte pridanie indikátorov zdrojov predbežného pripojenia alebo predbežného načítania DNS, ktoré vám pomôžu zriadiť predbežné pripojenia k dôležitým zdrojom tretích strán. [Ďalšie informácie](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "Nastavte predbežné pripojenie k požadovaným zdrojom" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "Zvážte použitie funkcie , čím uprednostníte načítanie zdrojov, o ktoré sa momentálne žiada v neskoršej fáze načítania stránky. [Ďalšie informácie](https://developers.google.com/web/tools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "Predbežne načítavajte kľúčové žiadosti" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "Ďalšie informácie o výkonnosti vašej aplikácie" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "Diagnostika" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "Najpodstatnejší aspekt výkonnosti je čas, za ktorý sa pixely vykreslia na obrazovke. Kľúčové metriky: Prvé obsahové vyfarbenie, Prvé účelné vyfarbenie." + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "Vylepšenia prvého vyfarbenia" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "Týmito optimalizáciami môžete zrýchliť načítanie stránky." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "Príležitosti" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "Metriky" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "Vylepšite celkové načítavanie, aby bola stránka čo najskôr responzívna a pripravená na použitie. Kľúčové metriky: Čas do interaktívneho vykreslenia, Index rýchlosti" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "Celkové vylepšenia" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "Výkonnosť" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "TTL vyrovnávacej pamäte" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "Veľkosť (KB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "Strávený čas" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "Webová adresa" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "Potenciálna úspora (KB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "Potenciálna úspora (ms)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "Potenciálna úspora: {wastedBytes, number, bytes} KB" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "Potenciálna úspora: {wastedMs, number, milliseconds} ms" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "Zobraziť kontroly" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "Chyba!" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "Nahlásenie chyby: žiadne informácie o kontrole" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "Ďalšie položky na manuálnu kontrolu" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "Nehodí sa" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "Príležitosti" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "Odhadovaná úspora" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "Absolvované kontroly" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "Hodnotiaca škála:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "Vyskytli sa problémy ovplyvňujúce funkčnosť nástroja Lighthouse:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "Hodnoty sú odhady, ktoré sa môžu líšiť." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "Upozornenia: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/sl.json b/lighthouse-core/lib/locales/sl.json new file mode 100644 index 000000000000..045e1f4ad4ee --- /dev/null +++ b/lighthouse-core/lib/locales/sl.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Razširitve za Chrome so negativno vplivale na nalaganje te strani. Poskusite pregledati to stran v načinu brez beleženja zgodovine ali v profilu za Chrome brez razširitev." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "Ocenjevanje skripta" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "Razčlenitev skripta" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "Skupno" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "Razmislite o skrajšanju časa, ki ga porabite za razčlenjevanje, prevajanje in izvajanje JavaScripta. Ugotovili boste, da vam lahko pri tem pomaga dostavljanje manjših paketov koristne vsebine JavaScript. [Več o tem](https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "Skrajšajte čas izvajanja JavaScripta" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "Čas izvajanja JavaScripta" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "Veliki GIF-i so neučinkoviti za dostavljanje animirane vsebine. Razmislite o uporabi videoposnetkov MPEG4/WebM za animacije in slik PNG/WebP za statične slike namesto GIF-ov, s čimer prihranite omrežne bajte. [Več o tem](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "Uporabite oblike zapisa videoposnetkov za animirano vsebino" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "Razmislite o odloženem nalaganju slik zunaj zaslona in skritih slik po dokončanem nalaganju kritičnih sredstev zaradi skrajšanja časa do interaktivnosti strani. [Več o tem](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "Odložite nalaganje slik, ki so zunaj zaslona" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "Sredstva blokirajo prvo barvanje strani. Razmislite o sprotnem dostavljanju kritičnega JavaScripta/CSS-ja in odlaganju JavaScripta/slogov, ki ni oziroma niso kritični. [Več o tem](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "Izločite sredstva, ki blokirajo upodabljanje" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "Veliki omrežni paketi koristne vsebine uporabnikom povzročajo dejanske stroške in so tesno povezani z dolgimi časi nalaganja. [Več o tem](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "Skupna velikost je bila {totalBytes, number, bytes} KB" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "Izogibajte se velikanskim omrežnim paketom koristne vsebine" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "Izogiba se velikanskim omrežnim paketom koristne vsebine" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "Z zmanjšanjem datotek CSS-ja lahko zmanjšate velikosti paketov koristne vsebine. [Več o tem](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "Zmanjšajte CSS" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "Z zmanjšanjem datotek JavaScript lahko zmanjšate velikosti paketov koristne vsebine in skrajšate čas razčlenjevanja skriptov. [Več o tem](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "Pomanjšajte JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "Odstranite neuporabljena pravila iz datotek s slogi, da zmanjšate število nepotrebno uporabljenih bajtov v omrežni dejavnosti. [Več o tem](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "Odložite neuporabljeni CSS" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "Odstranite neuporabljeni JavaScript, če želite zmanjšati število bajtov, uporabljenih v omrežni dejavnosti." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "Odstranite neuporabljeni JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "Dolgotrajno predpomnjenje lahko pospeši vnovične obiske strani. [Več o tem](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{Najdeno je bilo 1 sredstvo}one{Najdeno je bilo # sredstvo}two{Najdeni sta bili # sredstvi}few{Najdena so bila # sredstva}other{Najdenih je bilo # sredstev}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "Dostavljajte statična sredstva z učinkovitim pravilnikom o predpomnjenju" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "Uporaba pravilnika o učinkovitem predpomnjenju za statična sredstva" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "Optimizirane slike se nalagajo hitreje in terjajo manj prenesenih podatkov v mobilnih omrežjih. [Več o tem](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "Učinkovito kodirajte slike" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "Prikazujte slike primerne velikosti, s čimer poskrbite za prihranek prenesenih podatkov v mobilnih omrežjih in izboljšate čas nalaganja. [Več o tem](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "Uporabite slike ustrezne velikosti" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "Pri dostavi besedilnih sredstev uporabite stiskanje (gzip, deflate ali brotli) zaradi zmanjšanja skupnega števila omrežnih bajtov. [Več o tem](https://developers.google.com/web/tools/lighthouse/audits/text-compression)." + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "Omogočite stiskanje besedila" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "Oblike zapisa slik, kot so JPEG 2000, JPEG XR in WebP, pogosto omogočajo učinkovitejše stiskanje kot oblika zapisa PNG ali JPEG, kar pomeni hitrejše prenose in manjšo porabo podatkov. [Več o tem](https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "Dostavljajte slike v sodobnih oblikah zapisa" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "Verige kritičnih zahtev spodaj vam prikazujejo, katera sredstva so izdana z visoko prednostjo. Razmislite o skrajšanju verig, zmanjšanju velikosti sredstev ali odlaganju prenosa nepotrebnih sredstev zaradi izboljšanja nalaganja strani. [Več o tem](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{Najdena je bila 1 veriga}one{Najdena je bila # veriga}two{Najdeni sta bili # verigi}few{Najdene so bile # verige}other{Najdenih je bilo # verig}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "Zmanjšajte globino kritičnih zahtev" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "Največja globina DOM-a" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "Skupno število vozlišč DOM-a" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "Največ podrejenih" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "Inženirji za brskalnike priporočajo, da strani vsebujejo manj kot približno 1500 vozlišč DOM-a. Idealna vrednost je globina drevesa z manj kot 32 elementi in manj kot 60 podrejenimi/nadrejenimi elementi. Velik DOM lahko povzroči povečano uporabo pomnilnika, daljše [slogovne izračune](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations) in drage [prilagoditve postavitve](https://developers.google.com/speed/articles/reflow). [Več o tem](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 vozlišče}one{# vozlišče}two{# vozlišči}few{# vozlišča}other{# vozlišč}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "Izogibajte se prekomerni velikosti DOM-a" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "Izogiba se prekomerni velikosti DOM-a" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "Izkoristite funkcijo CSS-ja za prikaz pisave, s čimer poskrbite, da je med nalaganjem spletne pisave besedilo vidno uporabnikom. [Več o tem](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "Poskrbite, da bo med nalaganjem spletne pisave besedilo ostalo vidno" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "Vse besedilo ostaja vidno med nalaganjem spletne pisave" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "Kategorija" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "Razmislite o skrajšanju časa, ki ga porabite za razčlenjevanje, prevajanje in izvajanje JavaScripta. Ugotovili boste, da vam lahko pri tem pomaga dostavljanje manjših paketov koristne vsebine JavaScript." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "Minimizirajte delo glavne niti" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "Minimizira delo glavne niti" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "Zgornji rezultat je ocena, koliko milisekund potrebuje vaša aplikacija za odziv na uporabnikovo dejavnost med najaktivnejšimi 5 sekundami pri nalaganju strani. Če je zakasnitev večja od 50 ms, se lahko uporabnikom zdi, da se aplikacija zatika. [Več o tem](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "Ocenjena zakasnitev vnosa" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "Prvo vsebinsko barvanje označuje čas, ko je pobarvano prvo besedilo oziroma je pobarvana prva slika. [Več o tem](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "Prvo vsebinsko barvanje" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "Prva nedejavnost CPE-ja označuje čas, po katerem je glavna nit strani dovolj neobremenjena, da lahko obravnava vnos. [Več o tem](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "Prva nedejavnost CPE-ja" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "Prvo smiselno barvanje meri, kdaj je vidna glavna vsebina strani. [Več o tem](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "Prvo smiselno barvanje" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "Interaktivnost označuje čas, po katerem je stran v celoti interaktivna. [Več o tem](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "Čas do interaktivnosti" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "Indeks hitrosti prikazuje, kako hitro je vsebina strani vidno izpolnjena. [Več o tem](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "Indeks hitrosti" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "Preusmeritve vnašajo dodatne zakasnitve nalaganja strani. [Več o tem](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "Izogibajte se preusmeritvam na več strani" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "»Čas do prvega bajta« navaja čas, v katerem vaš strežnik pošlje odziv. [Več o tem](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "Korenski dokument je terjal {timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "Skrajšajte odzivne čase strežnika (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "Odzivni časi strežnika so nizki (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "Razmislite o uporabi API-ja za spremljanje trajanja izvedb uporabniških dogodkov (User Timing API), če želite ustvariti meritve po meri, ki bodo merile dejanske ključne uporabniške izkušnje. [Več o tem](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 trajanje izvedbe uporabniških dogodkov}one{# trajanje izvedbe uporabniških dogodkov}two{# trajanji izvedbe uporabniških dogodkov}few{# trajanja izvedbe uporabniških dogodkov}other{# trajanj izvedbe uporabniških dogodkov}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "Oznake in merjenja trajanj izvedbe uporabniških dogodkov" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "Razmislite o dodajanju namigov za sredstva za vnaprejšnje povezovanje ali vnaprejšnji prenos DNS-ja zaradi vzpostavljanja zgodnjih povezav s pomembnimi izvori tretjih oseb. [Več o tem](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "Vnaprej se povežite z zahtevanimi izvori" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "Razmislite o uporabi oznake za dodeljevanje višje stopnje prednosti pri pridobivanju sredstev, ki so trenutno zahtevana pri nadaljnjem nalaganju strani. [Več o tem](https://developers.google.com/web/tools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "Vnaprej nalagajte ključne zahteve" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "Več informacij o delovanju aplikacije." + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "Diagnostika" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "Bistveni vidik delovanja je, kako hitro se upodabljajo slikovne pike na zaslonu. Ključni meritvi: Prvo vsebinsko barvanje, Prvo smiselno barvanje" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "Izboljšave prvega barvanja" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "Te optimizacije lahko pospešijo nalaganje strani." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "Priložnosti" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "Meritve" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "Izboljšajte splošno izkušnjo nalaganja, da bo stran odzivna in čim prej pripravljena na uporabo. Ključni meritvi: Čas do interaktivnosti, Indeks hitrosti" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "Splošne izboljšave" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "Delovanje" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "TTL predpomnjenja" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "Velikost (KB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "Porabljeni čas" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "URL" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "Morebitni prihranek (KB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "Morebitni prihranki (ms)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "{wastedBytes, number, bytes} KB morebitnega prihranka" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "{wastedMs, number, milliseconds} ms morebitnega prihranka" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "Pokaži preglede" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "Napaka" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "Napaka sporočila: ni podatkov o pregledu" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "Dodatni elementi za ročno preverjanje" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "Se ne uporablja" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "Priložnost" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "Ocenjeni prihranek" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "Uspešni pregledi" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "Rezultatska lestvica:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "Na to izvedbo storitve Lighthouse so vplivale težave:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "Vrednosti so ocenjene in lahko odstopajo." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "Opozorila: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/sr.json b/lighthouse-core/lib/locales/sr.json new file mode 100644 index 000000000000..08817bd09760 --- /dev/null +++ b/lighthouse-core/lib/locales/sr.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Додаци за Chrome су негативно утицали на брзину учитавања ове странице. Пробајте да проверите страницу у режиму без архивирања или са Chrome профила без додатака." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "Процена скрипта" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "Рашчлањивање скрипта" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "Укупно" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "Размислите о томе да смањите време потребно за рашчлањивање, компајлирање и извршавање JS датотека. Приказивање мањих JS ресурса ће вам можда помоћи у томе. [Сазнајте више](https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "Смањите време извршавања JavaScript датотека" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "Време извршавања JavaScript-а" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "Велики GIF-ови нису корисни за приказивање анимираног садржаја. Размислите о томе да уместо GIF-ова користите MPEG4/WebM видео снимке за анимације и PNG/WebP за статичне слике да бисте уштедели мрежне податке. [Сазнајте више](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "Користите видео формате за анимирани садржај" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "Размислите о томе да одложите учитавање слика ван екрана и скривених слика док се сви веома важни ресурси не учитају како бисте смањили време до почетка интеракције. [Сазнајте више](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "Одложите слике ван екрана" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "Ресурси блокирају прво приказивање странице. Размислите о томе да приказујете све важне JS/CSS датотеке у тексту и да одложите све JS датотеке/стилове који нису толико важни. [Сазнајте више](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "Елиминишите ресурсе који блокирају приказивање" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "Велике мрежне ресурсе корисници морају да плате стварним новцем и они су веома повезани са дугим временима учитавања. [Сазнајте више](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "Укупна величина је била {totalBytes, number, bytes} kB" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "Избегавајте огромне мрежне ресурсе" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "Избегава огромне мрежне ресурсе" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "Умањивањем CSS датотека можете да смањите величине мрежних ресурса. [Сазнајте више](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "Умањите CSS" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "Умањивање JavaScript датотека може да смањи величине ресурса и време рашчлањивања скрипта. [Сазнајте више](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "Умањите JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "Уклоните некоришћена правила из описа стилова да бисте смањили непотребну потрошњу података током мрежних активности. [Сазнајте више](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "Одложите некоришћени CSS" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "Уклоните некоришћени JavaScript да бисте смањили потрошњу података током мрежних активности." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "Уклоните некоришћени JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "Дуго трајање кеша може да убрза поновне посете страници. [Сазнајте више](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{Пронађен је 1 ресурс}one{Пронађен је # ресурс}few{Пронађена су # ресурса}other{Пронађено је # ресурса}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "Приказујте статичне елементе са ефикасним смерницама кеша" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "Користи ефикасне смернице кеша на статичним елементима" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "Оптимизоване слике се учитавају брже и троше мање мобилних података. [Сазнајте више](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "Ефикасно кодирајте слике" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "Приказујте слике одговарајуће величине да бисте уштедели мобилне податке и побољшали време учитавања. [Сазнајте више](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "Одредите одговарајућу величину слика" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "Ресурсе засноване на тексту треба да приказујете у компримованом формату (gzip, deflate или brotli) да бисте смањили укупну количину потрошених мрежних података. [Сазнајте више](https://developers.google.com/web/tools/lighthouse/audits/text-compression)." + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "Омогућите компресију текста" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "Формати слика као што су JPEG 2000, JPEG XR и WebP често пружају бољу компресију него PNG или JPEG, што значи бржа преузимања и мању потрошњу података. [Сазнајте више](https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "Приказујте слике у форматима следеће генерације" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "Ланци веома важних захтева у наставку вам приказују који ресурси се издају са високим приоритетом. Размислите о томе да смањите дужину ланаца, да смањите величину преузимања за ресурсе или да одложите преузимање ресурса који нису неопходни ради бржег учитавања странице. [Сазнајте више](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{Пронађен је 1 ланац}one{Пронађен је # ланац}few{Пронађена су # ланца}other{Пронађено је # ланаца}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "Смањите број веома важних захтева" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "Максимална дубина DOM-а" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "Укупан број DOM чворова" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "Максимални број чворова потомака" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "Инжењери за прегледаче препоручују да странице садрже мање од приближно 1500 DOM чворова. Најбоље би било да дубина стабла буде испод 32 елемента и да има мање од 60 подређених/надређених елемената. Велики DOM може да повећа потрошњу меморије, да изазове дужа [израчунавања стилова](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations) и да доведе до скупих [преобликовања изгледа](https://developers.google.com/speed/articles/reflow). [Сазнајте више](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 чвор}one{# чвор}few{# чвора}other{# чворова}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "Избегавајте превелику величину DOM-а" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "Избегава превелику величину DOM-а" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "Искористите CSS функцију за приказ фонтова да бисте били сигурни да корисник може да види текст док се веб-фонтови учитавају. [Сазнајте више](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "Побрините се да текст остане видљив током учитавања веб-фонтова" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "Сав текст остаје видљив током учитавања веб-фонтова" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "Категорија" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "Размислите о томе да смањите време потребно за рашчлањивање, компајлирање и извршавање JS датотека. Приказивање мањих JS ресурса ће вам можда помоћи у томе." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "Смањите рад главне нити" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "Смањује рад главне нити" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "Резултат изнад је процена времена које је апликацији потребно да одговори на унос корисника, у милисекундама, током најпрометнијег рока од 5 секунди за учитавање странице. Ако је кашњење веће од 50 ms, корисници ће можда сматрати да апликација ради споро. [Сазнајте више](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "Процењено кашњење уноса" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "Прво приказивање садржаја означава време када се приказују први текст или слика. [Сазнајте више](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "Прво приказивање садржаја" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "Време првог неактивног процесора означава први тренутак у коме је главна нит странице довољно неактивна да би обрадила унос. [Сазнајте више](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "Време првог неактивног процесора" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "Прво значајно приказивање означава време када примарни садржај странице постаје видљив. [Сазнајте више](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "Прво значајно приказивање" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "Интеракција означава време када страница постаје потпуно интерактивна. [Сазнајте више](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "Време почетка интеракције" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "Индекс брзине приказује колико брзо садржај странице постаје видљив за кориснике. [Сазнајте више](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "Индекс брзине" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "Преусмеравања доводе до додатних кашњења пре учитавања странице. [Сазнајте више](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "Избегавајте вишеструка преусмеравања странице" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "Време првог одговора одређује време у које сервер шаље одговор. [Сазнајте више](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "Основном документу је требало {timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "Смањите времена одговора сервера (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "Времена одговора сервера су кратка (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "Размислите о томе да опремите апликацију API-јем за време корисника да бисте спроводили прилагођена мерења главних корисничких доживљаја у стварном свету. [Сазнајте више](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 време корисника}one{# време корисника}few{# времена корисника}other{# времена корисника}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "Ознаке и мере Времена корисника" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "Размислите о томе да додате савете за ресурсе за повезивање унапред или припрему учитавања DNS-а како бисте успоставили ране везе са важним изворима трећих страна. [Сазнајте више](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "Повежите се унапред са потребним изворима" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "Размислите о томе да користите како бисте касније током учитавања странице дали приоритет преузимању ресурса који се тренутно траже. [Сазнајте више](https://developers.google.com/web/tools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "Унапред учитајте најважније захтеве" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "Више информација о учинку апликације." + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "Дијагностика" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "Најважнији аспект учинка је брзина којом се пиксели приказују на екрану. Кључни показатељи: Прво приказивање садржаја, Прво значајно приказивање" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "Побољшања првог приказивања" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "Ове оптимизације могу да убрзају учитавање странице." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "Могућности" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "Показатељи" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "Побољшајте општи доживљај учитавања да би страница почела да се одазива и да би била спремна за коришћење у најкраћем могућем року. Кључни показатељи: Време почетка интеракције, Индекс брзине" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "Општа побољшања" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "Учинак" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "Време преживљавања кеша" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "Величина (kB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "Проведено време" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "URL" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "Потенцијална уштеда (kB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "Потенцијална уштеда (ms)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "Потенцијална уштеда од {wastedBytes, number, bytes} kB" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "Потенцијална уштеда од {wastedMs, number, milliseconds} ms" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "Прикажи провере" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "Грешка!" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "Пријављивање грешке: нема информација о провери" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "Додатне ставке за ручну проверу" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "Није примењиво" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "Могућност" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "Процењена уштеда" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "Провере са задовољавајућом оценом" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "Скала резултата:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "Било је извесних проблема који су утицали на ово покретање Lighthouse-а:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "Вредности представљају процене и могу да варирају." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "Упозорења: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/sv.json b/lighthouse-core/lib/locales/sv.json new file mode 100644 index 000000000000..51606b533770 --- /dev/null +++ b/lighthouse-core/lib/locales/sv.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Inläsningen av den här sidan påverkas negativt av tillägg i Chrome. Testa att granska sidan i inkognitoläge eller med en standardprofil i Chrome." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "Utvärdering av skript" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "Skriptanalys" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "Totalt" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "Minska tiden det tar att tolka, kompilera och köra JS-kod. Det brukar hjälpa att minska storleken på JS-resurserna som skickas. [Läs mer](https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "Minska körningstiden för JavaScript" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "Körningstid för JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "Stora GIF-bilder är ett ineffektivt sätt att visa animationer på. I stället för GIF kan du använda videor i MPEG4-/WebM-format för animationer och PNG-/WebP-format för statiska bilder, vilket minskar antalet byte som skickas via nätverket. [Läs mer](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "Använd videoformat för animationer" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "Låt bilder utanför skärmen och dolda bilder läsas in med lat inläsning efter att alla viktiga resurser är inlästa så att tiden till interaktivt tillstånd minskar. [Läs mer](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "Skjut upp inläsningen av bilder som inte visas på skärmen" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "Den första uppritningen av sidan på skärmen blockeras av resurser. Infoga nödvändig JS-/CSS-kod direkt på sidan och skjut upp inläsningen av JS-kod/formatmallar som är mindre viktiga. [Läs mer](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "Ta bort resurser som blockerar renderingen" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "Hög nätverksbelastning kostar användarna pengar och har ett starkt samband med lång inläsningstid. [Läs mer](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "Storleken totalt var {totalBytes, number, bytes} kB" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "Undvik enorm nätverksbelastning" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "Undviker enorm nätverksbelastning" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "Att minifiera CSS-filer kan minska nätverksbelastningen. [Läs mer](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "Minifiera CSS" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "Att minifiera JavaScript-filer kan minska nätverksbelastningen och tiden det tar att tolka skript. [Läs mer](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "Minifiera JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "Ta bort regler som inte används från formatmallarna, så att färre byte skickas via nätverket i onödan. [Läs mer](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "Skjut upp CSS som inte används" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "Ta bort JavaScript som inte används så att färre byte skickas via nätverket." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "Ta bort JavaScript som inte används" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "Om filerna cachelagras under längre tid kan upprepade besök på sidan gå snabbare. [Läs mer](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{1 resurs hittades}other{# resurser hittades}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "Skicka statiska tillgångar med en effektiv cachelagringspolicy" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "Använder en effektiv cachelagringspolicy för statiska tillgångar" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "Optimerade bilder läses in snabbare och förbrukar mindre mobildata. [Läs mer](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "Koda bilder effektivt" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "Minska mobildataförbrukningen och förbättra inläsningstiden genom att skicka bilder i rätt storlek. [Läs mer](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "Använd bilder med rätt storlek" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "Textresurser bör skickas komprimerade (gzip, deflate eller brotli) så att färre byte skickas via nätverket. [Läs mer](https://developers.google.com/web/tools/lighthouse/audits/text-compression)." + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "Aktivera textkomprimering" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "Bildformat som JPEG 2000, JPEG XR och WebP ger ofta bättre komprimering än PNG eller JPEG. Det gör att nedladdningen går snabbare och ger minskad dataförbrukning. [Läs mer](https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "Skicka bilder i modernare bildformat" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "Orderkedjorna nedan visar vilka resurser som skickas ut med hög prioritet. Se om du kan förbättra sidinläsningstiden genom att göra kedjorna kortare, minska storleken på resurser som laddas ned eller skjuta upp nedladdningen av onödiga resurser. [Läs mer](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{1 kedja hittades}other{# kedjor hittades}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "Minska antalet steg i viktiga orderkedjor" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "Största DOM-djup" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "Totalt antal noder i DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "Högsta antal underordnade noder" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "Webbläsarutvecklare rekommenderar att en sidas DOM ska ha färre än ca 1 500 noder. Ett träd där djupet är mindre än 32 element och det finns högst 60 underordnade/överordnade element är idealiskt. Stora DOM-träd kan medföra ökad minnesförbrukning, längre [formatmallsberäkningar](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations) och resurskrävande [omflödning av layouten](https://developers.google.com/speed/articles/reflow). [Läs mer](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 nod}other{# noder}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "Undvik ett onödigt stort DOM-träd" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "Undviker ett onödigt stort DOM-träd" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "Använd funktionen font-display i CSS så att texten är synlig för användaren medan webbteckensnitten läses in. [Läs mer](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "Se till att all text förblir synlig medan webbteckensnitten läses in" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "All text förblir synlig medan webbteckensnitten läses in" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "Kategori" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "Minska tiden det tar att tolka, kompilera och köra JS-kod. Det brukar hjälpa att minska storleken på JS-resurserna som skickas." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "Minska arbetsbelastningen på modertråden" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "Minskar arbetsbelastningen på modertråden" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "Värdet ovan är en uppskattning av hur lång tid (i millisekunder) det tar innan appen svarar på användarens inmatning under den mest aktiva femsekundersperioden av sidinläsningen. Om latensen är högre än 50 ms kan användarna uppfatta det som att appen laggar. [Läs mer](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "Beräknad inmatningslatens" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "Första uppritningen av innehåll anger tidpunkten när den första texten eller bilden ritades upp. [Läs mer](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "Första uppritningen av innehåll" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "Första CPU-avbrottet anger tidpunkten då sidans modertråd först blev inaktiv nog att hantera indata. [Läs mer](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "Första CPU-inaktivitet" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "Första meningsfulla skärmuppritningen anger när sidans primära innehåll var synligt. [Läs mer](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "Första meningsfulla skärmuppritningen" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "Tiden till interaktivt tillstånd anger tidpunkten när sidan blivit helt interaktiv. [Läs mer](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "Tid till interaktivt tillstånd" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "Sidans hastighetsindex visar hur snabbt sidan fylls med synligt innehåll. [Läs mer](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "Hastighetsindex" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "Omdirigeringar medför en ytterligare fördröjning innan sidan kan läsas in. [Läs mer](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "Undvik upprepade omdirigeringar" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "Mätvärdet Tid till första byte anger när servern svarade. [Läs mer](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "Rotdokumentet tog {timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "Minska svarstiderna från servern (tid till första byte)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "Servern svarar snabbt (tid till första byte)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "Om du bygger in User Timing API i appen kan du ta fram egna, viktiga mätvärden av användarupplevelsen från verkliga fall. [Läs mer](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 användartimer}other{# användartimer}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "User Timing API – tidsstämplar och mått" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "Lägg till signaler för förhandsanslutning eller DNS-förhandshämtning så att viktiga anslutningar till tredje part upprättas tidigt. [Läs mer](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "Föranslut till obligatoriska källor" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "Prioritera upp resurser som för närvarande hämtas senare under sidinläsningen med . [Läs mer](https://developers.google.com/web/tools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "Läs in viktiga resurser i förväg" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "Mer information om appens prestanda." + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "Diagnostik" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "Den viktigaste delen av sidans prestanda är hur snabbt pixlarna renderas på skärmen. Viktiga mätvärden: Första uppritningen av innehåll, Första meningsfulla skärmuppritningen" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "Förbättringar av första skärmuppritningen" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "De här optimeringarna kan göra inläsningen av sidan snabbare." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "Möjligheter" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "Mätvärden" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "Förbättra inläsningstiden överlag så att sidan upplevs som responsiv och blir klar att använda så snabbt som möjligt. Viktiga mätvärden: Tid till interaktivt tillstånd, Hastighetsindex" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "Övergripande förbättringar" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "Prestanda" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "Lagringstid i cacheminnet" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "Storlek (kB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "Tid som använts" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "Webbadress" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "Möjlig databesparing (kB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "Möjlig tidsbesparing (ms)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "Möjlig databesparing: {wastedBytes, number, bytes} kB" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "Möjlig tidsbesparing: {wastedMs, number, milliseconds} ms" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "Visa granskningar" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "Fel." + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "Rapportfel: ingen granskningsinformation" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "Fler saker att kolla manuellt" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "Ej tillämpligt" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "Möjlighet" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "Uppskattad tidsbesparing" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "Godkända granskningar" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "Poängskala:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "Problem uppstod med den här körningen av Lighthouse." + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "Värdena är uppskattningar och kan variera." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "Varningar: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/ta.json b/lighthouse-core/lib/locales/ta.json new file mode 100644 index 000000000000..f5816b4a7ce6 --- /dev/null +++ b/lighthouse-core/lib/locales/ta.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Chrome நீட்டிப்புகள் இந்தப் பக்கத்தின் ஏற்றுதல் செயல்திறனை எதிர்மறையாகப் பாதிக்கின்றன. மறைநிலையிலோ, புதிய Chrome கணக்கிலிருந்தோ பக்கத்தைத் தணிக்கை செய்ய முயலவும்." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "ஸ்கிரிப்ட் மதிப்பாய்வு" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "ஸ்கிரிப்ட் பாகுபடுத்துதல்" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "மொத்தம்" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "JSஸைப் பாகுபடுத்துதல், தொகுத்தல் மற்றும் இயக்குவதில் செலவழிக்கும் நேரத்தைக் குறைக்க முயற்சி செய்யவும். இதற்கு, சிறிய அளவிலான JS ஆதாரங்களை வழங்குவது உதவக்கூடும். [மேலும் அறிக](https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "JavaScript செயல்பாட்டு நேரத்தைக் குறைக்கவும்" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "JavaScript செயல்பாட்டு நேரம்" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "அனிமேஷன் செய்யப்பட்ட உள்ளடக்கத்தை வழங்குவதற்குப் பெரிய அளவிலான GIFகள் பொருத்தமானவை அல்ல. நெட்வொர்க் பைட்களைச் சேமிப்பதற்கு, GIFக்குப் பதிலாக அனிமேஷன்களுக்கு MPEG4/WebM வீடியோக்களையும் நிலையான படங்களுக்கு PNG/WebP வடிவமைப்புகளையும் பயன்படுத்தலாம். [மேலும் அறிக](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "அனிமேஷன் செய்யப்பட்ட உள்ளடக்கங்களுக்கு வீடியோ வடிவமைப்புகளைப் பயன்படுத்தவும்" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "எதிர்வினையாற்றும் நேரத்தைக் குறைப்பதற்கு, முக்கியமான அனைத்து ஆதாரங்களும் ஏற்றப்பட்ட பின்னர், திரைக்கு வெளியிலுள்ள மற்றும் மறைக்கப்பட்ட படங்களை மெதுவாக ஏற்றுமாறு அமைக்கவும். [மேலும் அறிக](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "திரைக்கு வெளியிலுள்ள படங்களைத் தவிர்க்கவும்" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "ஆதாரங்கள் உங்கள் பக்கத்தின் முதல் தோற்றத்தைத் தடுக்கின்றன. முக்கிய JS/CSSஸை இன்லைனில் வழங்கவும். முக்கியமல்லாத அனைத்து JS/ஸ்டைல்களையும் தவிர்க்கவும். [மேலும் அறிக](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "ரென்டரிங்கைத் தடுக்கும் ஆதாரங்களை நீக்கவும்" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "அதிகளவிலான நெட்வொர்க் ஆதாரங்கள், பயனர்களுக்குப் பண இழப்பை ஏற்படுத்துவதோடு, பக்கங்கள் ஏற்றப்பட நீண்ட நேரமாவதற்கும் காரணமாகின்றன. [மேலும் அறிக](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "மொத்த அளவு {totalBytes, number, bytes} கி.பை." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "அபரிமிதமான நெட்வொர்க் ஆதாரங்களைத் தவிர்க்கவும்" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "அபரிமிதமான நெட்வொர்க் ஆதாரங்களைத் தவிர்க்கிறது" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "CSS கோப்புகளைச் சிறிதாக்கினால் நெட்வொர்க் ஆதாரங்களின் அளவுகள் குறையலாம். [மேலும் அறிக](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "CSSஸைச் சிறிதாக்கவும்" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "JavaScript கோப்புகளைச் சிறிதாக்கினால், ஆதாரங்களின் அளவுகளும் ஸ்கிரிப்ட் பாகுபடுத்தப்படும் நேரமும் குறையலாம். [மேலும் அறிக](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "JavaScriptடைச் சிறிதாக்கவும்" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "நெட்வொர்க் செயல்பாட்டின்போது பயன்படுத்தப்படும் தேவையற்ற பைட்களைக் குறைக்க, பயன்படுத்தப்படாத விதிகளை ஸ்டைல்ஷீட்களிலிருந்து அகற்றவும். [மேலும் அறிக](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "பயன்படுத்தப்படாத CSSஸைத் தவிர்க்கவும்" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "நெட்வொர்க் செயல்பாடு பயன்படுத்தும் பைட்களைக் குறைப்பதற்கு, பயன்படுத்தப்படாத JavaScriptடை அகற்றவும்." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "பயன்படுத்தப்படாத JavaScriptடை அகற்றவும்" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "தற்காலிக நினைவகத்தின் ஆயுட்காலம் நீண்டதாக இருந்தால், அது மீண்டும் மீண்டும் திறக்கப்படும் உங்கள் இணையப் பக்கங்களை விரைவாக ஏற்றக்கூடும். [மேலும் அறிக](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{1 ஆதாரம் கண்டறியப்பட்டது}other{# ஆதாரங்கள் கண்டறியப்பட்டன}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "திறனுள்ள தற்காலிக நினைவகக் கொள்கையுடன் நிலையான உள்ளடக்கத்தை வழங்கவும்" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "நிலையான உள்ளடக்கத்தில் திறனுள்ள தற்காலிக நினைவகக் கொள்கையைப் பயன்படுத்துகிறது" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "மேம்படுத்தப்பட்ட படங்கள் மேலும் விரைவாக ஏற்றப்படுவதோடு குறைவான செல்லுலார் டேட்டாவைப் பயன்படுத்தும். [மேலும் அறிக](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "படங்களைத் திறம்பட என்கோடிங் செய்யவும்" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "செல்லுலார் டேட்டாவைச் சேமிக்கவும், பக்கத்தை விரைவாக ஏற்றவும் படங்களைச் சரியான அளவில் வழங்கவும். [மேலும் அறிக](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "படங்களைச் சரியான அளவுக்கு மாற்றவும்" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "மொத்த நெட்வொர்க் பைட்களைக் குறைப்பதற்கு, உரை அடிப்படையிலான ஆதாரங்கள் சுருக்கப்பட்டு (gzip, deflate அல்லது brotli) வழங்கப்பட வேண்டும். [மேலும் அறிக](https://developers.google.com/web/tools/lighthouse/audits/text-compression)." + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "உரைச் சுருக்கத்தை இயக்கவும்" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "JPEG 2000, JPEG XR, WebP போன்ற பட வடிவமைப்புகள், PNG அல்லது JPEGயைக் காட்டிலும் சிறந்த அளவுச் சுருக்கத்தை வழங்குகின்றன, இதன் மூலம் பதிவிறக்கங்கள் வேகமாக நடைபெறும், அத்துடன் டேட்டா பயன்பாடும் குறையும். [மேலும் அறிக](https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "படங்களை நவீன வடிவமைப்புகளில் வழங்கவும்" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "கீழுள்ள 'முக்கியக் கோரிக்கை வரிசைகள்', எந்தெந்த மூலங்கள் உயர் முன்னுரிமையுடன் வழங்கப்பட்டன என்பதைக் காண்பிக்கின்றன. பக்கம் ஏற்றப்படுவதன் வேகத்தை அதிகரிக்க, வரிசைகளின் நீளத்தைக் குறைத்தல், ஆதாரங்களின் பதிவிறக்க அளவைக் குறைத்தல் அல்லது தேவையற்ற ஆதாரங்களைப் பதிவிறக்குவதைத் தவிர்த்தல் போன்றவற்றை முயற்சி செய்யவும். [மேலும் அறிக](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{1 வரிசை கண்டறியப்பட்டது}other{# வரிசைகள் கண்டறியப்பட்டன}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "'முக்கியக் கோரிக்கைகளின் அடுக்கைக்' குறைக்கவும்" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "அதிகபட்ச DOM கிளை அடுக்கு" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "மொத்த DOM கணுக்கள்" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "அதிகபட்சத் துணை உறுப்புகள்" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "~1,500 DOM கணுக்களுக்குக் குறைவான கணுக்களைக் கொண்ட பக்கங்களை உலாவிப் பொறியாளர்கள் பரிந்துரைக்கின்றனர். 32 உறுப்புகளுக்குக் குறைவான கிளை அடுக்குகளும் 60க்குக் குறைவான துணைக்கிளை/கிளை உறுப்புகளும் இருப்பது உகந்தது. ஒரு பெரிய DOM, நினைவகப் பயன்பாட்டை அதிகரிக்கலாம், [ஸ்டைல் கணக்கீடுகளை] நீட்டிக்கலாம், மேலும் (https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations) அதிகச் செலவு பிடிக்கும் [தளவமைப்பு மறுசீராக்கங்களை] ஏற்படுத்தலாம் (https://developers.google.com/speed/articles/reflow). [மேலும் அறிக](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 கணு}other{# கணுக்கள்}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "அபரிமிதமான DOM அளவைத் தவிர்க்கவும்" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "அபரிமிதமான DOM அளவைத் தவிர்க்கிறது" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "இணைய எழுத்துருக்கள் ஏற்றப்படும்போது உரை எழுத்துகள் பயனருக்குத் தெரிவதை உறுதிசெய்வதற்கு, எழுத்துருக் காட்சியின் CSS அம்சத்தைச் சேர்க்கவும். [மேலும் அறிக](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "இணைய எழுத்துரு ஏற்றப்படும்போது உரை எழுத்துகள் தெரிவதை உறுதிசெய்யவும்" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "இணைய எழுத்துருக்கள் ஏற்றப்படும்போது உரை எழுத்துகள் அனைத்தும் தெரிகின்றன" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "வகை" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "JSஸைப் பாகுபடுத்துதல், தொகுத்தல் மற்றும் இயக்குவதில் செலவழிக்கும் நேரத்தைக் குறைக்க முயற்சி செய்யவும். இதற்கு, சிறிய அளவிலான JS ஆதாரங்களை வழங்குவது உதவக்கூடும்." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "முக்கியத் தொடரிழையின் பணியைக் குறைக்கவும்" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "முக்கியத் தொடரிழையின் பணியைக் குறைக்கிறது" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "மேலுள்ள ஸ்கோர், பக்கம் ஏற்றப்படும் பிஸியான 5 வினாடி காலஅளவின்போது பயனரின் உள்ளீட்டுக்குப் பதிலளிக்க உங்கள் ஆப்ஸ் எவ்வளவு நேரம் எடுத்துக் கொள்கிறது என்பதற்கான தோராய மதிப்பாகும், இது மில்லிவினாடிகளில் கணக்கிடப்படுகிறது. பதிலளிப்பதற்கு 50 மி.வி.க்கு அதிகமாகத் தாமதமானால், பயனர்கள் உங்கள் ஆப்ஸை “மெதுவானது” என்று கருதக்கூடும். [மேலும் அறிக](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "தோராயமான உள்ளீட்டுத் தாமதம்" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "'உள்ளடக்கமுள்ள முதல் தோற்றம்' என்பது, முதல் உரை அல்லது படம் தோன்றும் நேரத்தைக் குறிக்கிறது. [மேலும் அறிக](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "உள்ளடக்கமுள்ள முதல் தோற்றம்" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "'CPU செயல்படாநிலையின் தொடக்க நேரம்' என்பது, உள்ளீட்டை பக்கத்தின் முக்கியத் தொடரிழை கையாள்வதற்குத் தயாராக, செயல்படாநிலையில் இருக்கும் நேரத்தின் தொடக்கத்தைக் குறிக்கிறது. [மேலும் அறிக](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "CPU செயல்படாநிலையின் தொடக்க நேரம்" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "'அர்த்தமுள்ள முதல் தோற்றம்' என்பது பக்கத்தின் முதன்மை உள்ளடக்கம் எப்போது தெரிகிறது என்பதை அளவிடுகிறது. [மேலும் அறிக](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "அர்த்தமுள்ள முதல் தோற்றம்" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "'எதிர்வினை' என்பது பக்கம் முழுமையாக எதிர்வினையாற்றும் நேரத்தைக் குறிப்பிடுகிறது. [மேலும் அறிக](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "எதிர்வினை நேரம்" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "பக்கத்திலுள்ள உள்ளடக்கங்கள் எவ்வளவு விரைவாகத் தெரிகின்றன என்பதை 'வேக அட்டவணை' காண்பிக்கிறது. [மேலும் அறிக](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "வேக அட்டவணை" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "'திசைதிருப்புதல்கள்' பக்கம் ஏற்றப்படுவதற்கு முன்பு கூடுதல் தாமதங்களை ஏற்படுத்தலாம். [மேலும் அறிக](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "பல பக்கங்களுக்குத் திசைதிருப்புவதைத் தவிர்க்கவும்" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "'முதல் பைட்டின் நேரம்' என்பது உங்கள் சேவையகம் ஒரு பதிலை அனுப்பும் நேரத்தைச் சுட்டிக்காட்டுகிறது. [மேலும் அறிக](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "மூல ஆவணம் ஏற்றப்படுவதற்கு {timeInMs, number, milliseconds} மி.வி. ஆனது" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "சேவையக எதிர்வினை நேரங்களைக் குறைக்கவும் (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "சேவையகம் எதிர்வினையாற்றும் நேரங்கள் குறைவாக உள்ளன (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "முக்கியப் பயனர் அனுபவங்களை அளவிடுவதற்கான பிரத்யேக, நிகழ்நேர அளவீடுகளை உருவாக்குவதற்கு, உங்கள் ஆப்ஸில் User Timing APIஐப் பயன்படுத்தவும். [மேலும் அறிக](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 பயனர் நேரம்}other{# பயனர் நேரங்கள்}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "பயனர் நேரக் குறிப்புகளும் அளவீடுகளும்" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "முக்கியமான மூன்றாம் தரப்பு டொமைன்களுடன் விரைவான இணைப்புகளை ஏற்படுத்த, ப்ரீகனெக்ட் அல்லது dns-ப்ரீஃபெட்ச் ஆதாரக் குறிப்புகளைச் சேர்க்கலாம். [மேலும் அறிக](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "தேவைப்படும் டொமைன் பெயர்களுக்கு முன்கூட்டியே இணைப்பு வழங்கவும்" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "பக்கம் ஏற்றப்படும்போது, தற்போது பின்னர் கோரப்படும் ஆதாரங்களை முன்னதாகப் பெறுவதற்கு முன்னுரிமைப்படுத்த, ஐப் பயன்படுத்தவும். [மேலும் அறிக](https://developers.google.com/web/tools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "முக்கியக் கோரிக்கைகளை முன்கூட்டியே ஏற்றவும்" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "உங்கள் ஆப்ஸின் செயல்திறன் பற்றிய மேலும் சில தகவல்கள்." + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "பகுப்பாய்வு" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "திரையில் பிக்சல்கள் எவ்வளவு விரைவாக ரென்டரிங் செய்யப்படுகின்றன என்பது செயல்திறனின் மிக முக்கிய அம்சமாகும். முக்கிய அளவீடுகள்: 'உள்ளடக்கமுள்ள முதல் தோற்றம்', 'அர்த்தமுள்ள முதல் தோற்றம்'" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "முதல் தோற்ற மேம்பாடுகள்" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "இந்த மேம்படுத்ததுதல்கள் உங்கள் பக்கத்தை வேகமாக ஏற்றலாம்." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "பரிந்துரைகள்" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "அளவீடுகள்" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "ஒட்டுமொத்தமாகப் பக்கம் ஏற்றப்படும் அனுபவத்தை மேம்படுத்தவும், இதனால் பக்கம் விரைவாக எதிர்வினையாற்றும், அத்துடன் முடிந்தளவு விரைவாகப் பயன்படுத்தத் தயாராக இருக்கும். முக்கிய அளவீடுகள்: 'எதிர்வினை நேரம்', 'வேக அட்டவணை'" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "ஒட்டுமொத்த மேம்பாடுகள்" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "இணையச் செயல்திறன்" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "தற்காலிக நினைவக TTL" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "அளவு (கி.பை.)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "செலவிட்ட நேரம்" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "URL" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "தோராயமான சேமிப்பு (கி.பை.)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "தோராயமான சேமிப்புகள் (மி.வி.)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "சேமிக்கக்கூடிய அளவு: {wastedBytes, number, bytes} கி.பை." + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "சேமிக்கக்கூடிய நேரம்: {wastedMs, number, milliseconds} மி.வி." + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} மி.வி." + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "தணிக்கைகளைக் காட்டு" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "பிழை!" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "அறிக்கைப் பிழை: தணிக்கைத் தகவல் இல்லை" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "கைமுறையாகச் சரிபார்க்க வேண்டிய கூடுதல் விஷயங்கள்" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "பொருந்தாதது" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "பரிந்துரை" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "தோராயமான சேமிப்பு" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "தேர்ச்சி பெற்ற தணிக்கைகள்" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "ஸ்கோர் அளவு:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "Lighthouseஸின் இந்த இயக்கத்தைச் சில சிக்கல்கள் பாதிக்கின்றன:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "மதிப்புகள் தோராயமானவை மற்றும் மாறுபடக்கூடியவை." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "எச்சரிக்கைகள்: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/te.json b/lighthouse-core/lib/locales/te.json new file mode 100644 index 000000000000..fac9c2f9a707 --- /dev/null +++ b/lighthouse-core/lib/locales/te.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Chrome ఎక్స్‌టెన్షన్‌లు ఈ పేజీ లోడ్ పనితీరును ప్రతికూలంగా ప్రభావితం చేసాయి. పేజీని అజ్ఞాత మోడ్‌లో లేదా ఎక్స్‌టెన్షన్‌లు లేని Chrome ప్రొఫైల్‌లో ఆడిట్ చేయడాన్ని ప్రయత్నించండి." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "స్క్రిప్ట్ మూల్యనిర్ధారణ" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "స్క్రిప్ట్ అన్వయింపు" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "మొత్తం" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "అన్వయించడం, సంగ్రహణ చేయడం మరియు JSను అమలు చేయడానికి వెచ్చించే సమయాన్ని తగ్గించడాన్ని పరిగణించండి. చిన్న JS పేలోడ్‌లను అందించడం ఈ విషయంలో మీకు సహాయకరంగా అనిపించవచ్చు. [మరింత తెలుసుకోండి](https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "JavaScript అమలు సమయాన్ని తగ్గించండి" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "JavaScript అమలు సమయం" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "యానిమేట్ చేయబడిన కంటెంట్‌ను అందించడంలో పెద్ద GIFలు సమర్థవంతంగా పనిచేయవు. నెట్‌వర్క్ బైట్‌లను పొదుపు చేయడానికి GIFకి బదులుగా యానిమేషన్ కోసం MPEG4/WebM వీడియోలను, నిశ్చల చిత్రాల కోసం PNG/WebPను ఉపయోగించడాన్ని పరిగణించండి. [మరింత తెలుసుకోండి](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "యానిమేటెడ్ కంటెంట్ కోసం వీడియో ఫార్మాట్‌లను ఉపయోగించండి" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "పేజీలో పూర్తి పరస్పర చర్యకు పట్టే సమయం తక్కువగా ఉన్నప్పుడు అన్ని క్లిష్టమైన వనరులు లోడ్ అవ్వడం పూర్తి చేసి, ఆ తర్వాతే ఆఫ్‌స్క్రీన్ మరియు దాగి ఉన్న చిత్రాలను నెమ్మదిగా లోడ్ చేయడాన్ని పరిగణించండి. [మరింత తెలుసుకోండి](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "ఆఫ్‌స్క్రీన్ చిత్రాలను వాయిదా వేయండి" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "వనరులు మీ పేజీ మొదటి పెయింట్‌ను బ్లాక్ చేస్తున్నాయి. క్లిష్టమైన JS/CSSలను ఇన్‌లైన్‌లో పంపించడం మరియు క్లిష్టం-కాని అన్ని JS/శైలులను తీసివేయడాన్ని పరిగణించండి. [మరింత తెలుసుకోండి](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "రెండర్-బ్లాకింగ్ వనరులను నివారించండి" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "పెద్ద నెట్‌వర్క్ పేలోడ్‌లకు వినియోగదారులు నిజమైన డబ్బును చెల్లించాలి మరియు అవి అధికంగా సుదీర్ఘ లోడ్ సమయాలతో ముడిపడి ఉంటాయి. [మరింత తెలుసుకోండి](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "మొత్తం పరిమాణం {totalBytes, number, bytes} KBగా ఉండేది" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "అతి పెద్ద నెట్‌వర్క్ పేలోడ్‌లను నివారించండి" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "అతి పెద్ద నెట్‌వర్క్ పేలోడ్‌లను నివారిస్తుంది" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "CSS ఫైల్‌లను చిన్నవిగా చేయడం నెట్‌వర్క్ పేలోడ్ పరిమాణాలను తగ్గించవచ్చు. [మరింత తెలుసుకోండి](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "CSSని చిన్నదిగా చేయండి" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "JavaScript ఫైల్‌లను చిన్నవిగా చేయడం పేలోడ్ పరిమాణాలని మరియు స్క్రిప్ట్‌ను అన్వయించడానికి పట్టే సమయాన్ని తగ్గించగలదు. [మరింత తెలుసుకోండి](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "JavaScriptను చిన్నదిగా చేయండి" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "నెట్‌వర్క్ కార్యకలాపం ఉపయోగిస్తున్న అనవసర బైట్‌లను తగ్గించడానికి శైలిషీట్‌ల నుండి ఉపయోగించని నియమాలను తీసివేయండి. [మరింత తెలుసుకోండి](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "ఉపయోగించని CSSను వాయిదా వేయండి" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "నెట్‌వర్క్ కార్యకలాపం వినియోగించే బైట్‌లను తగ్గించడానికి ఉపయోగించని JavaScriptను తీసివేయండి." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "ఉపయోగించని JavaScriptను తీసివేయండి" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "దీర్ఘమైన కాష్ జీవితకాలం మీ పేజీకి పునరావృత సందర్శనలను వేగవంతం చేయవచ్చు. [మరింత తెలుసుకోండి](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{1 వనరు కనుగొనబడింది}other{ # వనరులు కనుగొనబడ్డాయి}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "నిశ్చల ఆస్తులను సమర్ధవంతమైన కాష్ విధానంతో అందించండి" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "నిశ్చలమైన ఆస్తులపై సమర్ధవంతమైన కాష్ విధానాన్ని ఉపయోగిస్తుంది" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "ఆప్టిమైజ్ చేయబడిన చిత్రాలు త్వరగా లోడ్ అవుతాయి మరియు తక్కువ సెల్యులార్ డేటాను ఉపయోగిస్తాయి. [మరింత తెలుసుకోండి](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "చిత్రాలను సమర్థవంతంగా ఎన్‌కోడ్ చేయండి" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "సెల్యులార్ డేటాను పొదుపు చేయడానికి మరియు లోడ్ సమయాన్ని మెరుగుపరచడానికి తగిన-పరిమాణానికి మార్చబడిన చిత్రాలను అందించండి. [మరింత తెలుసుకోండి](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "చిత్రాల పరిమాణాన్ని సరిగ్గా మార్చండి" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "మొత్తం నెట్‌వర్క్ బైట్‌లను తగ్గించడానికి వచనం-ఆధారిత వనరులు ఖచ్చితంగా కుదింపు (gzip, deflate లేదా brotli)తో అందించబడాలి. [మరింత తెలుసుకోండి](https://developers.google.com/web/tools/lighthouse/audits/text-compression)." + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "వచనం కుదింపును ప్రారంభించండి" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "JPEG 2000, JPEG XR, మరియు WebP వంటి చిత్రం ఫార్మాట్‌లు తరచుగా PNG లేదా JPEG కంటే మెరుగైన కుదింపును అందిస్తాయి, దీనర్ధం వేగవంతమైన డౌన్‌లోడ్‌లు మరియు తక్కువ డేటా వినియోగం. [మరింత తెలుసుకోండి] (https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "చిత్రాలను తర్వాతి-తరం ఫార్మాట్‌లలో అందించండి" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "కింది క్లిష్టమైన అభ్యర్ధన గొలుసులు ఏ వనరులు అధిక ప్రాధాన్యతో జారీ చేయబడ్డాయో చూపిస్తాయి. పేజీ లోడ్‌ను మెరుగుపరచడానికి గొలుసుల పొడవును తగ్గించడం, వనరుల డౌన్‌లోడ్ పరిమాణాన్ని తగ్గించడం, లేదా అనవసర వనరులను డౌన్‌లోడ్ చేయడాన్ని వాయిదా వేయడాన్ని పరిగణించండి. [మరింత తెలుసుకోండి](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{1 గొలుసు కనుగొనబడింది}other{# గొలుసులు కనుగొనబడ్డాయి}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "క్లిష్టమైన అభ్యర్ధనల గాఢత్వమును తగ్గించండి" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "DOM గరిష్ట గాఢత్వము" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "మొత్తం DOM నోడ్‌లు" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "పిల్లల గరిష్ట సంఖ్య" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "పేజీలలో ~1,500 కన్నా తక్కువ DOM నోడ్‌లు ఉండాలని బ్రౌజర్ ఇంజినీర్లు సిఫార్సు చేస్తారు. ఉత్తమమైన స్థాయి < 32 అంశాల ట్రీ గాఢత మరియు 60 పిల్లలు/తల్లి/తండ్రి అంశం కన్నా తక్కువ ఉండడం. పెద్ద DOM మెమరీ వినియోగాన్ని పెంచవచ్చు, సుదీర్ఘ [శైలి గణనలు] కు దారి తీయవచ్చు (https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations), మరియు ఖరీదైన [లేఅవుట్ రీఫ్లోలు]ను ఉత్పత్తి చేయవచ్చు (https://developers.google.com/speed/articles/reflow). [మరింత తెలుసుకోండి](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 నోడ్}other{# నోడ్‌లు}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "అధిక DOM పరిమాణాన్ని నివారించండి" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "అధిక DOM పరిమాణాన్ని నివారిస్తుంది" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "వెబ్ ఫాంట్‌లు లోడ్ అవుతున్నప్పుడు వచనం వినియోగదారుకు కనిపించేలా ఉందని నిర్ధారించుకోవడానికి ఫాంట్-ప్రదర్శన CSS ఫీచర్‌ను శక్తివంతం చేయండి. [మరింత తెలుసుకోండి](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "వెబ్ ఫాంట్ లోడ్ సమయంలో వచనం కనిపించేటట్లు నిర్ధారించుకోండి" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "వెబ్ ఫాంట్ లోడ్‌ల సమయంలో వచనం మొత్తం కనిపిస్తూ ఉంటుంది" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "వర్గం" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "అన్వయించడం, సంగ్రహణ చేయడం మరియు JSను అమలు చేయడానికి వెచ్చించే సమయాన్ని తగ్గించడాన్ని పరిగణించండి. చిన్న JS పేలోడ్‌లను అందించడం ఈ విషయంలో మీకు సహాయకరంగా అనిపించవచ్చు." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "ప్రధాన థ్రెడ్ పనిని తగ్గించండి" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "ప్రధాన థ్రెడ్ పనిని తగ్గిస్తుంది" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "పేజీ లోడ్‌కు అత్యంత రద్దీ అయిన 5 సెకన్ల విండో సమయంలో, వినియోగదారు ఇన్‌పుట్‌కు ప్రతిస్పందిచడానికి, మిల్లీ సెకండ్లలో, మీ యాప్ తీసుకునే సమయం యొక్క అంచనాని పైన పేర్కొన్న స్కోర్ అందిస్తుంది. మీ ప్రతి స్పందన సమయం 50మి. సె కన్నా ఎక్కువ అయితే, మీ యాప్ వేగవంతంగా పని చేయట్లేదని వినియోగదారులు భావించవచ్చు. [మరింత తెలుసుకోండి](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "అంచనా వేయబడిన ఇన్‌పుట్ ప్రతిస్పందన సమయం" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "మొదటి కంటెంట్ సహిత పెయింట్ మొదటి వచనం లేదా చిత్రం పెయింట్ చేయబడిన సమయాన్ని గుర్తిస్తుంది. [మరింత తెలుసుకోండి](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "మొదటి కంటెంట్ సహిత పెయింట్" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "మొదటి CPU ఖాళీ సమయం మొదటి సారిగా పేజీ యొక్క ప్రధాన థ్రెడ్ ఇన్‌పుట్‌ను నిర్వహించడానికి సరిపోయినంత ఖాళీగా ఉన్న సమయాన్ని గుర్తిస్తుంది. [మరింత తెలుసుకోండి](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "CPU మొదటి ఖాళీ సమయం" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "మొదటి అర్ధవంతమైన పెయింట్ ఒక పేజీ ప్రాథమిక కంటెంట్ ఎప్పుడు కనిపించింది అనేదానికి ఒక కొలమానం. [మరింత తెలుసుకోండి](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "మొదటి అర్థవంతమైన పెయింట్" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "పేజీలో పూర్తి పరస్పర చర్యకు పట్టే సమయం, ఆ పేజీ పరస్పర చర్యకు పూర్తిగా సిద్దమయ్యేందుకు తీసుకున్న సమయాన్ని గుర్తిస్తుంది. [మరింత తెలుసుకోండి](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "పేజీలో పూర్తి పరస్పర చర్యకు పట్టే సమయం" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "వేగం సూచిక ఒక పేజీ కంటెంట్‌లు ఎంత వేగంగా ప్రత్యక్షంగా చూపించబడతాయో చూపిస్తుంది. [మరింత తెలుసుకోండి](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "వేగం సూచిక" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "మళ్లింపులు పేజీ లోడ్ అవ్వడానికి ముందు అదనపు ఆలస్యాలను కలగచేస్తాయి. [మరింత తెలుసుకోండి](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "అనేక పేజీ మళ్లింపులను నివారించండి" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "మొదటి బైట్ సమయం మీ సర్వర్ ప్రతిస్పందనను పంపించిన సమయాన్ని గుర్తిస్తుంది. [మరింత తెలుసుకోండి](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "రూట్ పత్రం {timeInMs, number, milliseconds} మి. సె తీసుకుంది" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "సర్వర్ ప్రతిస్పందన సమయాలను తగ్గించండి (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "సర్వర్ ప్రతిస్పందన సమయాలు తక్కువగా ఉన్నాయి (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "కీలక వినియోగదారు అనుభవాల అనుకూల, నిజ-ప్రపంచ కొలతలను సృష్టించడానికి మీ యాప్‌ను వినియోగదారు సమయ APIతో ప్రయోగించడాన్ని పరిగణించండి. [మరింత తెలుసుకోండి](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 వినియోగదారు సమయం}other{# వినియోగదారు సమయాలు}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "వినియోగదారు సమయం మార్కులు మరియు కొలమానాలు" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "ముఖ్యమైన మూడవ-పక్ష మూలాలకు ముందస్తు కనెక్ష్‌లను స్థాపించడానికి ముందుగా కనెక్ట్ చేయి లేదా dns ప్రి-ఫెచింగ్ వనరు సూచనలను జోడించడాన్ని పరిగణించండి. [మరింత తెలుసుకోండి](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "అవసరమైన మూలాలకు ముందుగా కనెక్ట్ చేయండి" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "ప్రస్తుతం పేజీ లోడ్‌లో తర్వాత అభ్యర్ధించబడిన వనరులను పొందడాన్ని ప్రాధాన్యపరచడానికి ను ఉపయోగించడాన్ని పరిగణించండి. [మరింత తెలుసుకోండి](https://developers.google.com/web/tools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "కీలక అభ్యర్ధనలను ముందుగా లోడ్ చేయండి" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "మీ అప్లికేషన్ పనితీరు గురించి మరింత సమాచారం." + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "సమస్య విశ్లేషణ" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "పిక్సెల్‌లు ఎంత వేగంగా స్క్రీన్ పై ప్రదర్శింపబడతాయి అనేది పనితీరులో అతి క్లష్టమైన అంశం. కీలక గణంకాలు: మొదటి కంటెంట్ సహిత పెయింట్, మొదటి అర్ధవంతమైన పెయింట్" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "మొదటి పెయింట్ మెరుగుదలలు" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "ఈ ఆప్టిమైజేషన్‌లు మీ పేజీ లోడ్‌ అవ్వడాన్ని వేగవంతం చేయవచ్చు." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "అవకాశాలు" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "గణాంకాలు" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "పేజీ ఎంత త్వరగా వీలైతే అంత త్వరగా ప్రతిస్పందించి, ఉపయోగించడానికి సిద్దంగా ఉండడానికి, మొత్తం లోడింగ్ అనుభవాన్ని మెరుగుపరచండి. కీలక గణాంకాలు: పేజీలో పూర్తి పరస్పర చర్యకు పట్టే సమయం, వేగం సూచిక" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "మొత్తం మొరుగుదలలు" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "పనితీరు" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "కాష్ TTL" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "పరిమాణం (KB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "వెచ్చించిన సమయం" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "URL" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "ఆదా చేయగల పరిమాణం (KB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "ఆదా చేయగల వ్యవధి (మి. సె)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "ఆదా చేయగల పరిమాణం {wastedBytes, number, bytes} KB" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "ఆదా చేయగల వ్యవధి {wastedMs, number, milliseconds} మి. సెలు" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} మి. సె" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "ఆడిట్‌లను చూపించండి" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "ఎర్రర్ ఏర్పడింది!" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "నివేదిక ఎర్రర్: ఆడిట్ సమాచారం లేదు" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "మాన్యువల్‌గా తనిఖీ చేయవలసిన అదనపు అంశాలు" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "వర్తించదు" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "అవకాశం" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "అంచనా వేసిన పొదుపులు" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "ఉత్తీర్ణత సాధించిన ఆడిట్‌లు" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "స్కోర్ స్థాయి:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "Lighthouse యొక్క ఈ అమలును ప్రభావితం చేసిన సమస్యలు ఉన్నాయి:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "విలువలు అంచనా వేయబడ్డాయి మరియు మారవచ్చు." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "హెచ్చరికలు: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/th.json b/lighthouse-core/lib/locales/th.json new file mode 100644 index 000000000000..9d6331fec495 --- /dev/null +++ b/lighthouse-core/lib/locales/th.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "ส่วนขยาย Chrome ส่งผลเสียต่อประสิทธิภาพในการโหลดของหน้านี้ ลองตรวจสอบหน้าในโหมดไม่ระบุตัวตนหรือจากโปรไฟล์ Chrome ที่ไม่มีส่วนขยาย" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "การประเมินสคริปต์" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "การแยกวิเคราะห์สคริปต์" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "รวม" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "พิจารณาลดเวลาที่ใช้ในการแยกวิเคราะห์ แปลโปรแกรม และดำเนินการกับ JS การส่งเปย์โหลด JS ปริมาณน้อยอาจช่วยในเรื่องนี้ได้ [ดูข้อมูลเพิ่มเติม](https://developers.google.com/web/tools/lighthouse/audits/bootup)" + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "ลดเวลาในการดำเนินการกับ JavaScript" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "เวลาในการดำเนินการกับ JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "GIF ขนาดใหญ่ไม่มีประสิทธิภาพในการแสดงเนื้อหาภาพเคลื่อนไหว พิจารณาใช้วิดีโอ MPEG4/WebM สำหรับภาพเคลื่อนไหวและใช้ PNG/WebP สำหรับภาพนิ่งแทน GIF เพื่อประหยัดไบต์ของเครือข่าย [ดูข้อมูลเพิ่มเติม](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "ใช้รูปแบบวิดีโอสำหรับเนื้อหาภาพเคลื่อนไหว" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "พิจารณาโหลดรูปภาพนอกหน้าจอและรูปภาพที่ซ่อนไว้เท่าที่จำเป็นหลังจากที่ทรัพยากรที่สำคัญทั้งหมดโหลดเสร็จแล้วเพื่อลดเวลาในการโต้ตอบ [ดูข้อมูลเพิ่มเติม](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "เลื่อนเวลาโหลดรูปภาพนอกจอภาพ" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "ทรัพยากรบล็อกการแสดงผลครั้งแรกของหน้าเว็บอยู่ พิจารณาแสดง JS/CSS ที่สำคัญในหน้าและเลื่อนเวลาแสดง JS/สไตล์ที่ไม่สำคัญทั้งหมดออกไป [ดูข้อมูลเพิ่มเติม](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "กำจัดทรัพยากรที่บล็อกการแสดงผล" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "เปย์โหลดปริมาณมากของเครือข่ายทำให้ผู้ใช้เสียค่าใช้จ่ายสูงและสัมพันธ์กับเวลาการโหลดนานเป็นอย่างมาก [ดูข้อมูลเพิ่มเติม](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "ขนาดรวมเดิมคือ {totalBytes, number, bytes} KB" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "หลีกเลี่ยงเปย์โหลดเครือข่ายปริมาณมาก" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "หลีกเลี่ยงเปย์โหลดเครือข่ายปริมาณมาก" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "การลดขนาดไฟล์ CSS ช่วยลดขนาดเปย์โหลดของเครือข่ายได้ [ดูข้อมูลเพิ่มเติม](https://developers.google.com/web/tools/lighthouse/audits/minify-css)" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "ลดขนาด CSS" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "การลดขนาดไฟล์ JavaScript ช่วยลดขนาดเปย์โหลดและเวลาในการแยกวิเคราะห์สคริปต์ได้ [ดูข้อมูลเพิ่มเติม](https://developers.google.com/speed/docs/insights/MinifyResources)" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "ลดขนาด JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "นำกฎที่ไม่ได้ใช้ออกจากสไตล์ชีตเพื่อลดจำนวนไบต์ที่ไม่จำเป็นที่กิจกรรมเครือข่ายใช้ [ดูข้อมูลเพิ่มเติม](https://developers.google.com/web/tools/lighthouse/audits/unused-css)" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "เลื่อนเวลาโหลด CSS ที่ไม่ได้ใช้" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "นำ JavaScript ที่ไม่ได้ใช้ออกเพื่อลดจำนวนไบต์ที่กิจกรรมเครือข่ายใช้" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "นำ JavaScript ที่ไม่ได้ใช้ออก" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "อายุการใช้งานแคชที่ยาวนานช่วยเพิ่มการเข้าชมหน้าเว็บซ้ำได้ [ดูข้อมูลเพิ่มเติม](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{พบทรัพยากร 1 รายการ}other{พบทรัพยากร # รายการ}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "แสดงเนื้อหาคงที่ที่มีนโยบายแคชที่มีประสิทธิภาพ" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "ใช้นโยบายแคชที่มีประสิทธิภาพกับเนื้อหาคงที่" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "รูปภาพที่ได้รับการเพิ่มประสิทธิภาพจะโหลดได้เร็วขึ้นและใช้อินเทอร์เน็ตมือถือน้อยลง [ดูข้อมูลเพิ่มเติม](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "เข้ารหัสรูปภาพอย่างมีประสิทธิภาพ" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "แสดงรูปภาพที่มีขนาดเหมาะสมเพื่อประหยัดอินเทอร์เน็ตมือถือและปรับปรุงเวลาในการโหลด [ดูข้อมูลเพิ่มเติม](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "ปรับขนาดรูปภาพให้เหมาะสม" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "ทรัพยากรแบบข้อความควรแสดงผลโดยมีการบีบอัด (Gzip, Deflate หรือ Brotli) เพื่อลดจำนวนไบต์เครือข่ายทั้งหมด [ดูข้อมูลเพิ่มเติม](https://developers.google.com/web/tools/lighthouse/audits/text-compression)" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "เปิดใช้การบีบอัดข้อความ" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "รูปแบบรูปภาพอย่างเช่น JPEG 2000, JPEG XR และ WebP มักบีบอัดได้ดีกว่า PNG หรือ JPEG ซึ่งหมายความว่าจะดาวน์โหลดได้เร็วขึ้นและใช้อินเทอร์เน็ตน้อยลง [ดูข้อมูลเพิ่มเติม](https://developers.google.com/web/tools/lighthouse/audits/webp)" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "แสดงรูปภาพในรูปแบบสมัยใหม่" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "ห่วงโซ่คำขอที่สำคัญด้านล่างแสดงให้เห็นทรัพยากรที่ออกโดยมีลำดับความสำคัญสูง พิจารณาลดความยาวของห่วงโซ่ ลดขนาดการดาวน์โหลดของทรัพยากร หรือเลื่อนเวลาการดาวน์โหลดทรัพยากรที่ไม่จำเป็นเพื่อปรับปรุงการโหลดหน้าเว็บ [ดูข้อมูลเพิ่มเติม](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)" + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{พบห่วงโซ่ 1 รายการ}other{พบห่วงโซ่ # รายการ}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "ลดความลึกของคำขอที่สำคัญ" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "ความลึก DOM สูงสุด" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "โหนด DOM ทั้งหมด" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "รายการย่อยสูงสุด" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "วิศวกรเบราว์เซอร์แนะนำให้ใช้หน้าเว็บที่มีโหนด DOM น้อยกว่าประมาณ 1,500 รายการ ความลึกที่เหมาะที่สุดคือแบบต้นไม้ซึ่งมีองค์ประกอบน้อยกว่า 32 รายการและมีองค์ประกอบย่อย/หลักน้อยกว่า 60 รายการ DOM ขนาดใหญ่อาจใช้หน่วยความจำเพิ่มขึ้น ทำให้[การคำนวณสไตล์](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations)ยาวนานขึ้น และสร้าง[การจัดเรียงการออกแบบใหม่](https://developers.google.com/speed/articles/reflow)ที่ต้องใช้ค่าใช้จ่ายสูง [ดูข้อมูลเพิ่มเติม](https://developers.google.com/web/tools/lighthouse/audits/dom-size)" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 โหนด}other{# โหนด}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "หลีกเลี่ยง DOM ที่มีขนาดใหญ่เกินไป" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "หลีกเลี่ยง DOM ที่มีขนาดใหญ่เกินไป" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "ใช้ประโยชน์จากฟีเจอร์ CSS สำหรับแสดงแบบอักษรเพื่อให้ผู้ใช้มองเห็นข้อความได้ในขณะที่กำลังโหลดเว็บฟอนต์ [ดูข้อมูลเพิ่มเติม](https://developers.google.com/web/updates/2016/02/font-display)" + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "ตรวจสอบว่าข้อความจะยังมองเห็นได้ในระหว่างการโหลดเว็บฟอนต์" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "ข้อความทั้งหมดจะยังมองเห็นได้ในระหว่างการโหลดเว็บฟอนต์" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "หมวดหมู่" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "พิจารณาลดเวลาที่ใช้ในการแยกวิเคราะห์ แปลโปรแกรม และดำเนินการกับ JS การส่งเปย์โหลด JS ปริมาณน้อยอาจช่วยในเรื่องนี้ได้" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "ลดการทำงานของเธรดหลัก" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "ลดการทำงานของเธรดหลัก" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "คะแนนข้างต้นเป็นระยะเวลาโดยประมาณที่แอปใช้เพื่อตอบสนองอินพุตของผู้ใช้ระหว่างการโหลดหน้าเว็บในกรอบเวลา 5 วินาทีที่ทำงานหนักที่สุด มีหน่วยเป็นมิลลิวินาที หากเวลาในการตอบสนองนานกว่า 50 มิลลิวินาที ผู้ใช้อาจรู้สึกว่าแอปช้า [ดูข้อมูลเพิ่มเติม](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "เวลาในการตอบสนองต่ออินพุตโดยประมาณ" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "การแสดงผลที่มีเนื้อหาเต็มครั้งแรกระบุเวลาที่มีการแสดงผลข้อความหรือรูปภาพครั้งแรก [ดูข้อมูลเพิ่มเติม](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "การแสดงผลที่มีเนื้อหาเต็มครั้งแรก" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "CPU ไม่ได้ใช้งานครั้งแรกระบุครั้งแรกที่เธรดหลักของหน้าเว็บว่างพอที่จะจัดการกับอินพุต [ดูข้อมูลเพิ่มเติม](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "CPU ไม่ได้ใช้งานครั้งแรก" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "การแสดงผลที่มีความหมายครั้งแรกวัดเมื่อเนื้อหาหลักของหน้าเว็บปรากฏ [ดูข้อมูลเพิ่มเติม](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "การแสดงผลที่มีความหมายครั้งแรก" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "การโต้ตอบระบุเวลาที่หน้าเว็บโต้ตอบได้อย่างสมบูรณ์ [ดูข้อมูลเพิ่มเติม](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)" + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "เวลาในการโต้ตอบ" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "ดัชนีความเร็วแสดงให้เห็นความเร็วที่เนื้อหาของหน้าปรากฏจนดูสมบูรณ์ [ดูข้อมูลเพิ่มเติม](https://developers.google.com/web/tools/lighthouse/audits/speed-index)" + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "ดัชนีความเร็ว" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "การเปลี่ยนเส้นทางทำให้เกิดความล่าช้ามากขึ้นก่อนที่หน้าเว็บจะโหลดได้ [ดูข้อมูลเพิ่มเติม](https://developers.google.com/web/tools/lighthouse/audits/redirects)" + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "หลีกเลี่ยงการเปลี่ยนเส้นทางหลายหน้า" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "เวลาที่ใช้ไบต์แรกระบุเวลาที่เซิร์ฟเวอร์ส่งการตอบกลับ [ดูข้อมูลเพิ่มเติม](https://developers.google.com/web/tools/lighthouse/audits/ttfb)" + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "เอกสารรากใช้เวลา {timeInMs, number, milliseconds} มิลลิวินาที" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "ลดเวลาในการตอบกลับของเซิร์ฟเวอร์ (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "เวลาตอบสนองของเซิร์ฟเวอร์ต่ำ (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "พิจารณาติดตั้ง User Timing API ในแอปเพื่อสร้างการวัดประสบการณ์สำคัญของผู้ใช้ซึ่งคุณกำหนดเองและในชีวิตจริงได้ [ดูข้อมูลเพิ่มเติม](https://developers.google.com/web/tools/lighthouse/audits/user-timing)" + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{ระยะเวลาของผู้ใช้ 1 รายการ}other{ระยะเวลาของผู้ใช้ # รายการ}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "ระยะเวลาที่เจาะจงของผู้ใช้และระยะเวลาทั่วไป" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "พิจารณาเพิ่มการเชื่อมต่อล่วงหน้าหรือดึงข้อมูล DNS ล่วงหน้าสำหรับการเปลี่ยนแปลงทรัพยากรเพื่อสร้างการเชื่อมต่อกับต้นทางที่สำคัญของบุคคลที่สามตั้งแต่เนิ่นๆ [ดูข้อมูลเพิ่มเติม](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "เชื่อมต่อกับต้นทางที่จำเป็นล่วงหน้า" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "พิจารณาใช้ เพื่อจัดลำดับความสำคัญในการเรียกทรัพยากรที่มีการขอให้โหลดหน้าเว็บภายหลัง [ดูข้อมูลเพิ่มเติม](https://developers.google.com/web/tools/lighthouse/audits/preload)" + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "โหลดคำขอสำคัญล่วงหน้า" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "ข้อมูลเพิ่มเติมเกี่ยวกับประสิทธิภาพของแอปพลิเคชัน" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "การวินิจฉัย" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "ประสิทธิภาพที่สำคัญที่สุดคือความเร็วที่พิกเซลแสดงผลในหน้าจอ เมตริกที่สำคัญ ได้แก่ การแสดงผลที่มีเนื้อหาเต็มครั้งแรก การแสดงผลที่มีความหมายครั้งแรก" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "การปรับปรุงการแสดงผลครั้งแรก" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "การเพิ่มประสิทธิภาพเหล่านี้เพิ่มความเร็วในการโหลดหน้าเว็บได้" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "โอกาส" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "เมตริก" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "ปรับปรุงประสบการณ์ในการโหลดโดยรวมเพื่อให้หน้าเว็บตอบสนองและพร้อมใช้งานโดยเร็วที่สุด เมตริกที่สำคัญ ได้แก่ เวลาในการโต้ตอบ ดัชนีความเร็ว" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "การปรับปรุงโดยรวม" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "ประสิทธิภาพ" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "แคช TTL" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "ขนาด (KB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "เวลาที่ใช้" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "URL" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "ไบต์ที่อาจประหยัดได้ (KB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "เวลาที่อาจประหยัดได้ (มิลลิวินาที)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "อาจประหยัดได้ {wastedBytes, number, bytes} KB" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "อาจประหยัดเวลาได้ {wastedMs, number, milliseconds} มิลลิวินาที" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} มิลลิวินาที" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "แสดงการตรวจสอบ" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "ข้อผิดพลาด!" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "ข้อผิดพลาดในรายงาน: ไม่มีข้อมูลการตรวจสอบ" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "รายการเพิ่มเติมที่ควรตรวจสอบด้วยตนเอง" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "ไม่เกี่ยวข้อง" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "โอกาส" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "เวลาที่ประหยัดได้โดยประมาณ" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "การตรวจสอบที่ผ่านแล้ว" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "ระดับคะแนน" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "เกิดปัญหาที่มีผลต่อการทำงานนี้ของ Lighthouse" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "ค่ามาจากการประมาณและอาจแตกต่างกันไป" + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "คำเตือน " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/tr.json b/lighthouse-core/lib/locales/tr.json new file mode 100644 index 000000000000..514c358d964d --- /dev/null +++ b/lighthouse-core/lib/locales/tr.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Chrome uzantıları bu sayfanın yükleme performansını olumsuz etkiledi. Sayfayı gizli modda veya temiz bir Chrome profilinden denetlemeyi deneyin." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "Komut Dosyası Değerlendirmesi" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "Komut Dosyası Ayrıştırma" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "Toplam" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "JS'yi ayrıştırma, derleme ve yürütme için harcanan zamanı azaltma seçeneğini değerlendirin. Daha küçük JS yüklerinin sağlanmasının bu konuda yardımcı olduğunu fark edebilirsiniz. [Daha fazla bilgi](https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "JavaScript yürütme süresini azaltın" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "JavaScript yürütme süresi" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "Büyük GIF'ler, animasyonlu içeriğin sunulmasında verimli olmaz. Ağ veri miktarından tasarruf etmek üzere animasyonlar için MPEG4/WebM videoları ve statik resimler için GIF yerine PNG/WebP kullanma seçeneğini değerlendirin. [Daha fazla bilgi](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "Animasyonlu içerik için video biçimleri kullanın" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "Etkileşimli hale gelme süresini kısaltmak için ekran dışındaki ve gizli resimleri, tüm kritik kaynakların yüklenmesi bittikten sonra gecikmeli olarak yükleme seçeneğini değerlendirin. [Daha fazla bilgi](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "Ekran dışındaki resimleri ertele" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "Kaynaklar, sayfanızda ilk boyayı engelliyor. Kritik JS/CSS'yi satır içinde yayınlama ve kritik olmayan tüm JS/stilleri erteleme seçeneğini değerlendirin. [Daha fazla bilgi](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "Oluşturmayı engelleyen kaynakları ortadan kaldırın" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "Büyük ağ yüklerinin kullanıcılara maddi anlamda maliyeti vardır ve bu ağ yükleri, uzun yükleme süreleriyle yakından ilişkilidir. [Daha fazla bilgi](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "Toplam boyut: {totalBytes, number, bytes} KB" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "Çok büyük ağ yüklerinden kaçının" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "Çok büyük ağ yüklerini önler" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "CSS dosyalarının küçültülmesi ağ yükü boyutlarını azaltabilir. [Daha fazla bilgi](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "CSS'yi küçültün" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "JavaScript dosyalarının küçültülmesi yük boyutlarını azaltabilir ve komut dosyası ayrıştırma süresini kısaltabilir. [Daha fazla bilgi](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "JavaScript'i küçült" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "Ağ etkinliğiyle tüketilen gereksiz bayt sayısını azaltmak için kullanılmayan kuralları stil sayfalarından kaldırın. [Daha fazla bilgi](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "Kullanılmayan CSS'yi erteleyin" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "Ağ etkinliğinin kullandığı bayt sayısını azaltmak için kullanılmayan JavaScript'i kaldırın." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "Kullanılmayan JavaScript'i kaldırın" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "Uzun önbellek ömrü, sayfanızın tekrar ziyaret edilmesi sürecini hızlandırabilir. [Daha fazla bilgi](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{1 kaynak bulundu}other{# kaynak bulundu}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "Statik öğeleri verimli bir önbellek politikasıyla yayınlayın" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "Statik öğelerde verimli önbellek politikası kullanır" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "Optimize edilmiş resimler daha hızlı yüklenir ve daha az hücresel veri kullanır. [Daha fazla bilgi](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "Resimleri verimli bir şekilde kodlayın" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "Hücresel veriden tasarruf etmek ve yükleme süresini iyileştirmek için uygun boyutlu resimler sunun. [Daha fazla bilgi](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "Doğru boyuta sahip resimler" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "Metne dayalı kaynaklar, toplam ağ baytı sayısını en aza indirmek için sıkıştırılarak (gizp, deflate veya brotli) yayınlanmalıdır. [Daha fazla bilgi](https://developers.google.com/web/tools/lighthouse/audits/text-compression)." + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "Metin sıkıştırmayı etkinleştirin" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "JPEG 2000, JPEG XR ve WebP gibi resim biçimleri genellikle PNG veya JPEG'den daha iyi sıkıştırma sağlar. Böylece indirme işlemleri daha hızlı tamamlanır ve veri tüketimi daha az olur. [Daha fazla bilgi](https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "Resimleri yeni nesil biçimlerde yayınlayın" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "Aşağıdaki Kritik İstek Zincirleri, hangi kaynakların yüksek öncelikle yayınlandığını göstermektedir. Sayfa yüklemesini iyileştirmek için zincir uzunluğunu azaltma, kaynakların indirme boyutunu azaltma veya gereksiz kaynakların indirilmesini erteleme seçeneğini değerlendirin. [Daha fazla bilgi](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{1 zincir bulundu}other{# zincir bulundu}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "Kritik İsteklerin Derinliğini En Aza İndirin" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "Maksimum DOM Derinliği" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "Toplam DOM Düğümü" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "Maksimum Alt Öğe Sayısı" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "Tarayıcı mühendisleri, sayfaların yaklaşık olarak 1500'den az DOM düğümü içermesini önerir. En etkili nokta, 32 öğeden ve 60 alt/üst öğeden az olan bir ağaç derinliğidir. Büyük bir DOM, bellek kullanımını artırarak daha uzun [stil hesaplamalarına] (https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations) yol açabilir ve yüksek maliyetli [düzen yeniden düzenlemeleri](https://developers.google.com/speed/articles/reflow) oluşturabilir. [Daha fazla bilgi](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 düğüm}other{# düğüm}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "Aşırı büyük bir DOM boyutundan kaçının" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "Aşırı büyük bir DOM boyutunu önler" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "Web yazı tipleri yüklenirken kullanıcının metni görebilmesini sağlamak için yazı tipi görüntüleme CSS özelliğinden yararlanın. [Daha fazla bilgi](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "Web yazı tipi yüklemesi sırasında metnin görünür halde kalmasını sağlayın" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "Web yazı tipi yüklenirken tüm metin görünür halde kalır" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "Kategori" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "JS'yi ayrıştırma, derleme ve yürütme için harcanan zamanı kısaltma seçeneğini değerlendirin. Daha küçük JS yüklerinin sağlanması bu konuda yardımcı olabilir." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "Ana iş parçacığı çalışmasını en aza indirin" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "Ana iş parçacığı çalışmasını en aza indirir" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "Yukarıdaki puan, sayfa yüklemesinin en yoğun olduğu 5 saniyelik zaman aralığında uygulamanızın kullanıcı girişine kaç milisaniye içinde yanıt vereceğine dair bir tahmindir. Gecikmeniz 50 ms'nin üzerinde olursa kullanıcılar uygulamanızın durakladığını düşünebilir. [Daha fazla bilgi](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "Tahmini Giriş Gecikmesi" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "İlk zengin içerikli boya, ilk metnin veya resmin boyandığı zamanı işaret eder. [Daha fazla bilgi](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "İlk Zengin İçerikli Boya" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "İlk CPU Boşta metriği, sayfanın ana iş parçacığının girişi işlemek için yeterli olduğu ilk anı işaret eder. [Daha fazla bilgi](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "İlk CPU Boşta" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "İlk Anlamlı Boya, bir sayfanın ana içeriğinin ne zaman görünür hale geldiğini ölçer. [Daha fazla bilgi](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "İlk Anlamlı Boya" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "Etkileşimli metriği, sayfanın tam olarak etkileşimli hale gelme süresini işaret eder. [Daha fazla bilgi](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "Etkileşim Süresi" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "Hız İndeksi, bir sayfa içeriğinin görsel olarak ne kadar hızlı doldurulabildiğini gösterir. [Daha fazla bilgi](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "Hız İndeksi" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "Yönlendirmeler, sayfanın yüklenmesinden önce ek gecikmelere neden olur. [Daha fazla bilgi](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "Birden çok sayfa yönlendirmesini önleyin" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "İlk Bayt Zamanı, sunucunuzun bir yanıt gönderme zamanını tanımlar. [Daha fazla bilgi](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "Root dokümanı {timeInMs, number, milliseconds} ms sürdü" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "Sunucu yanıt sürelerini kısaltın (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "Sunucu yanıt süreleri düşük (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "Temel kullanıcı deneyimlerinin özel, gerçek dünya ölçümlerini oluşturmak için uygulamanıza Kullanıcı Zamanlaması API'si ekleme seçeneğini değerlendirin. [Daha fazla bilgi](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 kullanıcı zamanlaması}other{# kullanıcı zamanlaması}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "Kullanıcı Zamanlaması işaretleri ve ölçüleri" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "Önemli üçüncü taraf kaynaklarına erken bağlantılar oluşturmak için önceden bağlanma veya DNS önceden getirme kaynak ipuçları ekleme seçeneğini değerlendirin. [Daha fazla bilgi](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "Gerekli kaynaklara önceden bağlan" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "Şu anda istenen kaynakları sayfa yüklemenin sonraki aşamalarında getirmeye öncelik tanımak için öğesini kullanma seçeneğini değerlendirin. [Daha fazla bilgi](https://developers.google.com/web/tools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "Önemli istekleri önceden yükleyin" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "Uygulamanızın performansı hakkında daha fazla bilgi." + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "Teşhis" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "Performansın en kritik unsuru, piksellerin ekranda oluşturulma hızıdır. Önemli metrikler: İlk Zengin İçerikli Boya, İlk Anlamlı Boya" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "İlk Boya İyileştirmeleri" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "Bu optimizasyonlar, sayfanızın yüklenmesini hızlandırabilir." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "Fırsatlar" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "Metrikler" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "Toplam yükleme deneyimini geliştirerek sayfanın mümkün olan en kısa sürede duyarlı ve kullanıma hazır olmasını sağlayın. Önemli metrikler: Etkileşim Süresi, Hız İndeksi" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "Toplam İyileştirmeler" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "Performans" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "TTL'yi Önbelleğe Alma" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "Boyut (KB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "Harcanan Süre" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "URL" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "Potansiyel Tasarruflar (KB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "Potansiyel Tasarruf (ms)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "{wastedBytes, number, bytes} KB potansiyel tasarruf" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "{wastedMs, number, milliseconds} ms potansiyel tasarruf" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} ms" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "Denetimleri göster" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "Hata!" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "Bildirme hatası: denetim bilgisi yok" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "Manuel olarak kontrol edilecek ek öğeler" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "Geçerli değil" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "Fırsat" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "Tahmini Tasarruf Miktarı" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "Başarılı denetimler" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "Puan ölçeği:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "Şu Lighthouse çalışmasını etkileyen sorunlar vardı:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "Değerler tahminidir ve değişiklik gösterebilir." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "Uyarılar: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/uk.json b/lighthouse-core/lib/locales/uk.json new file mode 100644 index 000000000000..57294065df6a --- /dev/null +++ b/lighthouse-core/lib/locales/uk.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Розширення Chrome негативно впливають на ефективність завантаження цієї сторінки. Спробуйте перевірити сторінку в режимі анонімного перегляду або в чистому профілі Chrome." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "Оцінка сценарію" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "Синтаксичний аналіз сценарію" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "Усього" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "Радимо зменшити час синтаксичного аналізу, компілювання й запуску сценаріїв JavaScript. Завантажувати менші обсяги даних JavaScript може бути корисно. [Докладніше](https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "Зменште час виконання JavaScript" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "Час виконання JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "Великі файли GIF неефективні для передавання анімованого вмісту. Щоб заощадити байти мережі, радимо замість формату GIF використовувати MPEG4 або WebM для анімацій і PNG чи WebP для статичних зображень. [Докладніше](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "Використовуйте формати відео для анімованого вмісту" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "Щоб пришвидшити взаємодію, використовуйте закадрові й приховані зображення, коли завантажаться всі важливі ресурси. [Докладніше](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "Відкладіть закадрові зображення" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "Ресурси блокують перше відображення сторінки. Вбудовуйте важливі файли JavaScript або CSS і відкладайте всі некритичні файли JavaScript чи стилі. [Докладніше](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "Вилучіть ресурси, які блокують відображення" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "Великі обсяги мережевих даних дорогі для користувачів і довго завантажуються. [Докладніше](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "Загальний розмір – {totalBytes, number, bytes} KБ" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "Уникайте великих обсягів даних у мережі" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "Уникається великий обсяг даних мережі" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "Стиснення файлів CSS може зменшити обсяг даних у мережі. [Докладніше](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "Зменште СSS" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "Стиснення файлів JavaScript може зменшити обсяг даних і час синтаксичного аналізу сценарію. [Докладніше](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "Зменште файл JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "Видаліть із таблиць стилів правила, які ви не використовуєте, щоб зменшити кількість зайвих байтів під час активності в мережі. [Докладніше](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "Відкладіть вміст CSS, який не використовується" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "Видаліть файли JavaScript, які ви не використовуєте, щоб зменшити кількість байтів під час активності в мережі." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "Вилучіть файли JavaScript, які ви не використовуєте" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "Збереження кешу за довгий час може пришвидшити завантаження сторінки під час повторних відвідувань. [Докладніше](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{Знайдено 1 ресурс}one{Знайдено # ресурс}few{Знайдено # ресурси}many{Знайдено # ресурсів}other{Знайдено # ресурсу}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "Показуйте статичні об’єкти за допомогою ефективних правил кешування" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "Використовуються ефективні правила кешування статичних об’єктів" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "Оптимізовані зображення завантажуються швидше й використовують менше мобільного трафіку. [Докладніше](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "Ефективно кодуйте зображення" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "Показуйте зображення правильного розміру, щоб заощадити мобільний трафік і покращити час завантаження. [Докладніше](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "Правильно виберіть розмір зображень" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "Текстові ресурси потрібно відображати зі стисненням (Gzip, Deflate чи Brotli), щоб мінімізувати загальну кількість байтів у мережі. [Докладніше](https://developers.google.com/web/tools/lighthouse/audits/text-compression)." + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "Увімкніть стиснення тексту" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "Формати зображень JPEG 2000, JPEG XR і WebP часто краще стискаються, ніж PNG чи JPEG. Тому вони швидше завантажуються й використовують менше даних. [Докладніше](https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "Показуйте зображення в нових форматах" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "Ланцюжки важливих запитів нижче показують, які ресурси мають високий пріоритет. Щоб пришвидшити завантаження сторінки, зменште довжину ланцюжків і розмір завантажень або відкладіть завантаження непотрібних ресурсів. [Докладніше](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{Знайдено 1 ланцюжок}one{Знайдено # ланцюжок}few{Знайдено # ланцюжки}many{Знайдено # ланцюжків}other{Знайдено # ланцюжка}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "Мінімізуйте глибину важливих запитів" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "Максимальна глибина DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "Загальна кількість вузлів DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "Максимальна кількість дітей" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "Розробники веб-переглядачів радять, щоб сторінки містили до ~1500 вузлів DOM. Зона найкращого сприйняття – глибина дерева < 32 елементів і до 60 дитячих чи батьківських елементів. Великий файл DOM може збільшувати використання пам’яті, спричиняти довше [обчислення стилів](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations) і створювати дороге [перекомпонування макетів](https://developers.google.com/speed/articles/reflow). [Докладніше](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 вузол}one{# вузол}few{# вузли}many{# вузлів}other{# вузла}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "Уникайте надмірного розміру DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "Уникається надмірний розмір DOM" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "Використовуйте функцію відображення шрифтів CSS, щоб текст було видно під час завантаження шрифтів. [Докладніше](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "Переконайтеся, що текст залишається видимим під час завантаження веб-шрифту" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "Увесь текст залишається видимим під час завантаження веб-шрифтів" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "Категорія" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "Зменште час виконання синтаксичного аналізу, компілювання й запуску сценаріїв JavaScript. Завантажувати менші обсяги даних JavaScript може бути корисно." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "Мінімізуйте роботу основного ланцюжка" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "Мінімізується робота основного ланцюжка" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "Результат вище показує, скільки часу в мілісекундах додаток відповідає на ввід користувача під час п’ятисекундного періоду завантаження сторінки. Якщо затримка перевищує 50 мс, користувачі можуть вважати ваш додаток повільним. [Докладніше](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "Приблизна затримка введення" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "Перше відображення вмісту показує, коли з’являється текст чи зображення. [Докладніше](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "Перше відображення всього вмісту" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "Перший простій ЦП вказує, коли основний ланцюжок сторінки вперше може обробити введення. [Докладніше](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "Перший простій ЦП" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "Перше значне відображення вказує, коли видно основний вміст сторінки. [Докладніше](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "Перше значне відображення" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "Показник взаємодії позначає час повної активності сторінки. [Докладніше](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "Час до повної взаємодії" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "Індекс швидкості показує, через скільки часу відображається вміст сторінки. [Докладніше](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "Індекс швидкості" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "Переспрямування додають затримки під час завантаження сторінки. [Докладніше](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "Уникайте переспрямувань кількох сторінок" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "Час до першого байта визначає швидкість реакції сервера. [Докладніше](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "Кореневий документ відповів через {timeInMs, number, milliseconds} мс" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "Зменште час відповіді сервера (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "Сервер довго відповідає (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "Використовуйте в додатку User Timing API, щоб отримувати власні показники взаємодії з користувачами. [Докладніше](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 позначка часу користувача}one{# позначка часу користувача}few{# позначки часу користувача}many{# позначок часу користувача}other{# позначки часу користувача}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "Показники й мітки часу користувача" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "Додайте в ресурси корективи для попереднього з’єднання чи виклику DNS, щоб заздалегідь установлювати з’єднання з важливими джерелами третіх сторін. [Докладніше](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "Попередньо під’єднуйтеся до потрібних джерел" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "Використовуйте , щоб указати пріоритетність завантаження ресурсів, які наразі запитуються пізніше під час завантаження сторінки. [Докладніше](https://developers.google.com/web/tools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "Попередньо завантажуйте основні запити" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "Докладніше про ефективність додатка." + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "Діагностика" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "Найважливішим аспектом ефективності є швидкість відображення пікселів на екрані. Основні показники: перше відображення вмісту, перше значне відображення" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "Покращення першого відображення" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "Ці оптимізації можуть пришвидшити завантаження сторінки." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "Можливості" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "Показники" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "Покращте загальну ефективність завантаження, щоб сторінка швидко реагувала й завантажувалася. Основні показники: час до повної взаємодії, індекс швидкості" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "Загальні покращення" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "Ефективність" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "TTL кешу" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "Розмір (КБ)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "Витрачений час" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "URL-адреса" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "Потенційне заощадження (КБ)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "Потенційне заощадження (мс)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "Потенційне заощадження – {wastedBytes, number, bytes} КБ" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "Потенційне заощадження – {wastedMs, number, milliseconds} мс" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} мс" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "Показати перевірки" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "Помилка." + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "Повідомлення про помилку: немає інформації про перевірку" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "Додаткові елементи, які потрібно перевірити вручну" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "Не застосовуються" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "Можливість" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "Приблизне заощадження" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "Виконані перевірки" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "Шкала результатів:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "Під час запуску Lighthouse виникли перелічені нижче проблеми." + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "Значення приблизні й можуть відрізнятися." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "Застереження. " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/vi.json b/lighthouse-core/lib/locales/vi.json new file mode 100644 index 000000000000..5ade64999172 --- /dev/null +++ b/lighthouse-core/lib/locales/vi.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Các tiện ích của Chrome ảnh hưởng tiêu cực đến hiệu suất tải của trang này. Hãy thử kiểm tra trang ở chế độ ẩn danh hoặc từ một hồ sơ sạch trên Chrome." + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "Đánh giá tập lệnh" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "Phân tích cú pháp tập lệnh" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "Tổng" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "Hãy xem xét giảm thời gian dùng để phân tích cú pháp, biên soạn và thực thi JS. Bạn có thể giải quyết vấn đề này bằng cách phân phối các tải trọng JS nhỏ hơn. [Tìm hiểu thêm](https://developers.google.com/web/tools/lighthouse/audits/bootup)." + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "Giảm thời gian thực thi JavaScript" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "Thời gian thực thi JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "Các ảnh GIF lớn không hiệu quả trong việc phân phối nội dung động. Hãy xem xét sử dụng video MPEG4/WebM cho ảnh động và PNG/WebP cho ảnh tĩnh thay vì ảnh GIF để tiết kiệm dữ liệu mạng (số byte mạng). [Tìm hiểu thêm](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "Sử dụng các định dạng video cho nội dung động" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "Xem xét trì hoãn tải các hình ảnh ẩn và ngoài màn hình sau khi tất cả tài nguyên quan trọng tải xong để giảm thời gian tương tác. [Tìm hiểu thêm](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)." + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "Trì hoãn tải các hình ảnh ngoài màn hình" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "Các tài nguyên đang chặn hình ảnh đầu tiên trang của bạn. Hãy xem xét phân phối nội dòng JS/CSS quan trọng và trì hoãn mọi JS/kiểu không quan trọng. [Tìm hiểu thêm](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)." + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "Loại bỏ các tài nguyên chặn hiển thị" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "Tải trọng mạng lớn gây tốn tiền cho người dùng và thường dẫn đến thời gian tải lâu. [Tìm hiểu thêm](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)." + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "Tổng kích thước là {totalBytes, number, bytes} KB" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "Tránh các tài nguyên lớn trên mạng" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "Tránh tài nguyên lớn trên mạng" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "Việc giảm kích thước tệp CSS có thể giảm kích thước tài nguyên trên mạng. [Tìm hiểu thêm](https://developers.google.com/web/tools/lighthouse/audits/minify-css)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "Rút gọn CSS" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "Việc giảm kích thước tệp JavaScript có thể giảm kích thước tải trọng và thời gian phân tích cú pháp tập lệnh. [Tìm hiểu thêm](https://developers.google.com/speed/docs/insights/MinifyResources)." + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "Rút gọn JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "Xóa các quy tắc không dùng khỏi tờ mẫu để giảm số byte không cần thiết tiêu tốn vào hoạt động mạng. [Tìm hiểu thêm](https://developers.google.com/web/tools/lighthouse/audits/unused-css)." + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "Trì hoãn tải CSS không dùng" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "Xóa JavaScript không dùng để giảm số byte tiêu tốn vào hoạt động mạng." + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "Xóa JavaScript không dùng" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "Tuổi thọ lâu dài của bộ nhớ đệm có thể tăng tốc số lượt truy cập lặp lại vào trang của bạn. [Tìm hiểu thêm](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)." + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{Đã tìm thấy 1 tài nguyên}other{Đã tìm thấy # tài nguyên}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "Phân phối các nội dung tĩnh bằng chính sách bộ nhớ đệm hiệu quả" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "Sử dụng chính sách bộ nhớ đệm hiệu quả cho các nội dung tĩnh" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "Hình ảnh được tối ưu hóa sẽ tải nhanh hơn và tiêu tốn ít dữ liệu di động hơn. [Tìm hiểu thêm](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "Mã hóa hình ảnh hiệu quả" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "Phân phối hình ảnh có kích thước phù hợp để tiết kiệm dữ liệu di động và cải thiện thời gian tải. [Tìm hiểu thêm](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)." + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "Thay đổi kích thước hình ảnh cho phù hợp" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "Các tài nguyên dựa trên văn bản phải được phân phối ở định dạng nén (gzip, deflate hoặc brotli) để giảm thiểu tổng số byte mạng. [Tìm hiểu thêm](https://developers.google.com/web/tools/lighthouse/audits/text-compression)." + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "Bật tính năng nén văn bản" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "Các định dạng hình ảnh như JPEG 2000, JPEG XR và WebP thường nén tốt hơn so với các định dạng PNG hoặc JPEG. Điều này có nghĩa là tốc độ tải xuống nhanh hơn và tiêu tốn ít dữ liệu hơn. [Tìm hiểu thêm](https://developers.google.com/web/tools/lighthouse/audits/webp)." + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "Phân phối hình ảnh ở định dạng mới và hiệu quả hơn" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "Các chuỗi yêu cầu quan trọng dưới đây cho bạn biết những tài nguyên được phát hành có mức độ ưu tiên cao. Hãy xem xét giảm độ dài chuỗi, giảm kích thước tài nguyên tải xuống hoặc trì hoãn tải xuống các tài nguyên không cần thiết để cải thiện tốc độ tải trang. [Tìm hiểu thêm](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)." + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{Đã tìm thấy 1 chuỗi}other{Đã tìm thấy # chuỗi}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "Giảm thiểu độ sâu của các yêu cầu quan trọng" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "Độ sâu DOM tối đa" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "Tổng số nút DOM" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "Số thành phần con tối đa" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "Các công cụ của trình duyệt đề xuất các trang nên chứa ít hơn 1.500 nút DOM. Điểm ngọt là độ sâu của cây có ít hơn 32 thành phần và 60 thành phần con/cấp độ gốc. Một DOM lớn có thể tăng mức sử dụng bộ nhớ, khiến [các phép tính về kiểu](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations) dài hơn đồng thời tạo ra [các chỉnh sửa bố cục](https://developers.google.com/speed/articles/reflow) tốn kém. [Tìm hiểu thêm](https://developers.google.com/web/tools/lighthouse/audits/dom-size)." + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 nút}other{# nút}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "Tránh kích thước DOM quá lớn" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "Tránh kích thước DOM quá lớn" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "Sử dụng tính năng CSS hiển thị phông chữ để đảm bảo văn bản hiển thị với người dùng khi phông chữ web đang tải. [Tìm hiểu thêm](https://developers.google.com/web/updates/2016/02/font-display)." + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "Đảm bảo văn bản vẫn hiển thị trong khi tải phông chữ web" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "Tất cả văn bản vẫn hiển thị trong khi tải phông chữ web" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "Danh mục" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "Hãy xem xét giảm thời gian dùng để phân tích cú pháp, biên soạn và thực thi JS. Bạn có thể giải quyết vấn đề này bằng cách phân phối các tải trọng JS nhỏ hơn." + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "Giảm thiểu công việc theo chuỗi chính" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "Giảm thiểu công việc theo chuỗi chính" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "Điểm số ở trên là điểm số ước tính về khoảng thời gian tính bằng mili giây mà ứng dụng của bạn cần để phản hồi thông tin người dùng nhập vào trong cửa sổ tải trang 5 giây bận rộn nhất. Nếu thời gian chờ lớn hơn 50 mili giây, người dùng có thể coi ứng dụng của bạn là chạy chậm. [Tìm hiểu thêm](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)." + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "Thời gian chờ nhập thông tin theo ước tính" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "Chỉ số Hình ảnh có nội dung đầu tiên đánh dấu thời điểm văn bản hoặc hình ảnh đầu tiên được hiển thị. [Tìm hiểu thêm](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)." + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "Hình ảnh có nội dung đầu tiên" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "Chỉ số CPU nhàn rỗi đầu tiên đánh dấu thời điểm đầu tiên chuỗi chính của trang đủ yên tĩnh để xử lý thông tin nhập vào. [Tìm hiểu thêm](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "CPU nhàn rỗi đầu tiên" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "Chỉ số Hình ảnh có ý nghĩa đầu tiên đo lường thời điểm nội dung chính của trang hiển thị. [Tìm hiểu thêm](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)." + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "Hình ảnh có ý nghĩa đầu tiên" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "Chỉ số Thời điểm tương tác đánh dấu thời điểm trang tương tác hoàn toàn. [Tìm hiểu thêm](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)." + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "Thời điểm tương tác" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "Chỉ mục tốc độ cho biết nội dung của một trang hiển thị nhanh chóng đến mức nào. [Tìm hiểu thêm](https://developers.google.com/web/tools/lighthouse/audits/speed-index)." + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "Chỉ mục tốc độ" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "Các lần chuyển hướng sẽ làm tốc độ tải trang chậm hơn. [Tìm hiểu thêm](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "Tránh chuyển hướng trang nhiều lần" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "Chỉ số Thời gian cho byte đầu tiên xác định thời gian máy chủ của bạn gửi một phản hồi. [Tìm hiểu thêm](https://developers.google.com/web/tools/lighthouse/audits/ttfb)." + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "Tài liệu gốc mất {timeInMs, number, milliseconds} mili giây" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "Giảm thời gian phản hồi của máy chủ (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "Thời gian phản hồi của máy chủ chậm (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "Xem xét trang bị cho ứng dụng của bạn API Thời gian người dùng để tạo ra các số đo tùy chỉnh thực tế về các trải nghiệm người dùng chính. [Tìm hiểu thêm](https://developers.google.com/web/tools/lighthouse/audits/user-timing)." + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 dấu thời gian người dùng}other{# dấu thời gian người dùng}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "Các thời điểm cụ thể và khoảng thời gian được ghi lại bằng API Thời gian người dùng" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "Xem xét thêm các gợi ý về tài nguyên kết nối trước hoặc tìm nạp DNS trước để thiết lập các kết nối sớm tới các miền quan trọng của bên thứ ba. [Tìm hiểu thêm](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)." + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "Kết nối trước với các tên miền bắt buộc" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "Hãy xem xét sử dụng để ưu tiên tìm nạp tài nguyên đang được yêu cầu vào một thời điểm khác trong quá trình tải trang. [Tìm hiểu thêm](https://developers.google.com/web/tools/lighthouse/audits/preload)." + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "Tải trước các yêu cầu chính" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "Thông tin khác về hiệu suất ứng dụng của bạn." + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "Chẩn đoán" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "Khía cạnh quan trọng nhất của hiệu suất là tốc độ hiển thị pixel nhanh chóng trên màn hình. Các chỉ số chính: Hình ảnh có nội dung đầu tiên, Hình ảnh có ý nghĩa đầu tiên" + }, + "lighthouse-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" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "Những đề xuất tối ưu hóa này có thể tăng tốc độ tải trang của bạn." + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "Cơ hội" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "Các chỉ số" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "Cải thiện trải nghiệm tải tổng thể để trang phản hồi và sẵn sàng cho bạn sử dụng sớm nhất có thể. Các số liệu chính: Thời điểm tương tác, Chỉ mục tốc độ" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "Các thao tác để cải thiện hiệu suất tổng thể" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "Hiệu suất" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "Thời gian tồn tại (TTL) của bộ nhớ đệm" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "Kích thước (KB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "Thời gian sử dụng" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "URL" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "Số byte có thể tiết kiệm được (KB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "Thời lượng có thể tiết kiệm được (mili giây)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "Số byte có thể tiết kiệm được là {wastedBytes, number, bytes} KB" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "Thời lượng có thể tiết kiệm được là {wastedMs, number, milliseconds} mili giây" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} mili giây" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "Hiển thị kết quả kiểm tra" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "Lỗi!" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "Lỗi báo cáo: không có thông tin kiểm tra" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "Các mục bổ sung cần kiểm tra theo cách thủ công" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "Không áp dụng" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "Cơ hội" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "Thời lượng tiết kiệm được theo ước tính" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "Số lần kiểm tra đạt yêu cầu" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "Thang điểm:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "Đã xảy ra sự cố ảnh hưởng đến lần chạy Lighthouse này:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "Các giá trị chỉ là ước tính và có thể thay đổi." + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "Cảnh báo: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/zh-CN.json b/lighthouse-core/lib/locales/zh-CN.json new file mode 100644 index 000000000000..0db4d7904cd1 --- /dev/null +++ b/lighthouse-core/lib/locales/zh-CN.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Chrome 扩展程序对此网页的加载性能产生了负面影响。请尝试在无痕模式下或使用未安装这些扩展程序的 Chrome 个人资料审核此网页。" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "脚本评估" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "脚本解析" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "总计" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "考虑减少为解析、编译和执行 JS 而花费的时间。您可能会发现,提供较小的 JS 负载有助于实现此目标。[了解详情](https://developers.google.com/web/tools/lighthouse/audits/bootup)。" + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "缩短 JavaScript 执行用时" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "JavaScript 执行用时" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "使用大型 GIF 提供动画内容会导致效率低下。不妨考虑改用 MPEG4/WebM 视频(来提供动画)和 PNG/WebP(来提供静态图片)以减少网络活动消耗的字节数。[了解详情](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "使用视频格式提供动画内容" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "考虑在所有关键资源加载完毕后推迟加载屏幕外图片和处于隐藏状态的图片,从而缩短可交互前的耗时。[了解详情](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)。" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "推迟加载屏幕外图片" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "资源阻止了系统对您网页的首次绘制。请考虑以内嵌方式提供关键的 JS/CSS 并推迟提供所有非关键的 JS/样式。[了解详情](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)。" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "移除阻塞渲染的资源" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "网络负载过大不仅会让用户付出真金白银,还极有可能会延长加载用时。[了解详情](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)。" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "总大小为 {totalBytes, number, bytes} KB" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "避免网络负载过大" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "避免网络负载过大" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "缩减 CSS 文件大小可缩减网络负载规模。[了解详情](https://developers.google.com/web/tools/lighthouse/audits/minify-css)。" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "缩减 CSS" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "如果缩减 JavaScript 文件大小,则既能缩减负载规模,又能缩短脚本解析用时。[了解详情](https://developers.google.com/speed/docs/insights/MinifyResources)。" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "缩减 JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "从样式表中移除未使用的规则,以减少网络活动消耗的不必要的字节数。[了解详情](https://developers.google.com/web/tools/lighthouse/audits/unused-css)。" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "推迟加载未使用的 CSS" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "移除未使用的 JavaScript 可减少网络活动消耗的字节数。" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "移除未使用的 JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "延长缓存期限可加快重访您网页的速度。[了解详情](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)。" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{找到了 1 项资源}other{找到了 # 项资源}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "采用高效的缓存策略提供静态资源" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "针对静态资源使用高效的缓存策略" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "如果图片经过了优化,则加载速度会更快,且消耗的移动数据网络流量会更少。[了解详情](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)。" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "对图片进行高效编码" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "提供适当大小的图片可节省移动数据网络流量并缩短加载用时。[了解详情](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)。" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "适当调整图片大小" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "对于文本资源,应先压缩(gzip、deflate 或 brotli),然后再提供,以最大限度地减少网络活动消耗的字节总数。[了解详情](https://developers.google.com/web/tools/lighthouse/audits/text-compression)。" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "启用文本压缩" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "JPEG 2000、JPEG XR 和 WebP 等图片格式的压缩效果通常比 PNG 或 JPEG 好,因此下载速度更快,消耗的数据流量更少。[了解详情](https://developers.google.com/web/tools/lighthouse/audits/webp)。" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "采用新一代格式提供图片" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "下面的关键请求链显示了以高优先级呈现的资源。请考虑缩短链长、缩减资源的下载文件大小,或者推迟下载不必要的资源,从而提高网页加载速度。[了解详情](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)。" + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{找到了 1 条请求链}other{找到了 # 条请求链}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "最大限度地缩短关键请求深度" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "最大 DOM 深度" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "DOM 节点总数" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "子元素数量最高值" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "浏览器工程师建议,网页包含的 DOM 节点最好少于 1500 个左右。理想状况是,树深度少于 32 个元素,且少于 60 个子/父元素。大型 DOM 可能会增加内存使用量、导致[样式计算](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations)用时延长并产生高昂的[布局重排](https://developers.google.com/speed/articles/reflow)费用。[了解详情](https://developers.google.com/web/tools/lighthouse/audits/dom-size)。" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 个节点}other{# 个节点}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "避免 DOM 规模过大" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "避免 DOM 规模过大" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "利用 font-display 这项 CSS 功能,确保文本在网页字体加载期间始终对用户可见。[了解详情](https://developers.google.com/web/updates/2016/02/font-display)。" + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "确保文本在网页字体加载期间保持可见状态" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "在网页字体加载期间,所有文本都保持可见状态" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "类别" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "考虑减少为解析、编译和执行 JS 而花费的时间。您可能会发现,提供较小的 JS 负载有助于实现此目标。" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "最大限度地减少主线程工作" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "最大限度地减少主线程工作" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "上面的分数是估算值,表示您的应用在网页加载最繁忙的 5 秒期间大概需要花费多长时间(以毫秒为单位)才能对用户输入做出响应。如果您的延迟时间超过了 50 毫秒,用户可能会感觉您的应用运行迟缓。[了解详情](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)。" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "输入延迟(估算值)" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "首次内容绘制时间标记了绘制出首个文本或首张图片的时间。[了解详情](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)。" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "首次内容绘制时间" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "首次 CPU 闲置时间标记了网页的主线程首次有空处理输入操作的时间。[了解详情](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)。" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "首次 CPU 闲置时间" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "首次有效绘制时间测量了网页主要内容开始对用户可见的时间。[了解详情](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)。" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "首次有效绘制时间" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "可交互前的耗时标记了网页提供完整交互功能的时间。[了解详情](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)。" + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "可交互前的耗时" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "速度指数表明了网页内容的可见填充速度。[了解详情](https://developers.google.com/web/tools/lighthouse/audits/speed-index)。" + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "速度指数" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "重定向会在网页可加载前引入更多延迟。[了解详情](https://developers.google.com/web/tools/lighthouse/audits/redirects)。" + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "避免多次网页重定向" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "首字节显示前的耗时表明了服务器发出响应的时间。[了解详情](https://developers.google.com/web/tools/lighthouse/audits/ttfb)。" + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "根文档花费了 {timeInMs, number, milliseconds} 毫秒" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "缩短服务器响应用时 (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "服务器响应用时较短 (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "考虑使用 User Timing API 检测您的应用,从而为衡量关键用户体验打造切实可行的自定义方法。[了解详情](https://developers.google.com/web/tools/lighthouse/audits/user-timing)。" + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 项 User Timing 结果}other{# 项 User Timing 结果}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "User Timing 标记和测量结果" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "考虑添加 preconnect 或 dns-prefetch 资源提示,以尽早与重要的第三方来源建立连接。[了解详情](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)。" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "预先连接到必要的来源" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "考虑使用 来优先提取当前在网页加载后期请求的资源。[了解详情](https://developers.google.com/web/tools/lighthouse/audits/preload)。" + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "预加载关键请求" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "详细了解您的应用的性能。" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "诊断结果" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "像素在屏幕上的呈现速度是性能的最重要方面。关键指标:首次内容绘制时间、首次有效绘制时间" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "改进首次绘制" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "这些优化建议可以加快网页加载速度。" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "优化建议" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "指标" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "改善整体的加载体验,使该网页响应迅速且可尽快投入使用。关键指标:可交互前的耗时、速度指数" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "整体改进" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "性能" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "缓存 TTL" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "大小 (KB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "花费的时间" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "网址" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "有望节省的流量 (KB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "有望节省的时间(毫秒)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "有望节省 {wastedBytes, number, bytes} KB" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "有望节省 {wastedMs, number, milliseconds} 毫秒" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} 毫秒" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "显示审核结果" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "出错了!" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "报告错误:没有任何审核信息" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "待手动检查的其他项" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "不适用" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "优化建议" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "有望节省的总时间(估算值)" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "已通过的审核" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "分数等级:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "此次 Lighthouse 运行并不顺利,原因如下:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "这些值都是估算值,且可能会因时而异。" + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "警告: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/zh-HK.json b/lighthouse-core/lib/locales/zh-HK.json new file mode 100644 index 000000000000..463a259bd951 --- /dev/null +++ b/lighthouse-core/lib/locales/zh-HK.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Chrome 擴充功能會對此頁面的載入效能產生負面影響。建議透過無痕模式或簡潔的 Chrome 設定檔來審核頁面。" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "指令碼評估" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "指令碼剖析" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "總計" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "建議減少剖析、編譯和執行 JS 所用的時間。傳送較小的 JS 負載可能有所幫助。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/bootup)。" + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "縮短 JavaScript 執行時間" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "JavaScript 執行時間" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "大型 GIF 放送動畫內容效率往往不佳。建議改用 MPEG4/WebM 格式的動畫影片和 PNG/WebP 格式的靜態圖片,以節省網絡位元組。[瞭解詳情](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "使用影片格式的動畫內容" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "建議延遲載入螢幕外的項目並隱藏圖片,直到重要資源全部載入後再開始操作,以縮短可互動時間。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)。" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "延遲載入螢幕外圖片" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "過多資源往往會阻止系統首次繪製頁面。建議內嵌重要的 JS/CSS,延遲所有不重要的 JS/樣式。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)。" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "排除阻止呈現的資源" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "網絡負載過大會造成使用者的費用負擔,且往往與過長載入時間息息相關。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)。" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "總大小為 {totalBytes, number, bytes} KB" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "避免網絡負載過大" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "避免網絡負載過大" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "壓縮 CSS 檔案可減少網絡負載大小。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/minify-css)。" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "壓縮 CSS" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "壓縮 JavaScript 檔案可減少負載大小和指令碼剖析時間。[瞭解詳情](https://developers.google.com/speed/docs/insights/MinifyResources)。" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "壓縮 Javascript" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "從樣式表中移除未使用的規則,減少網絡活動耗用的不必要位元組。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/unused-css)。" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "延遲未使用的 CSS" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "移除未使用的 JavaScript,以減少網絡活動耗用的位元組。" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "移除未使用的 JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "延長快取期限可加快重覆瀏覽頁面的速度。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)。" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{已找到 1 項資源}other{已找到 # 項資源}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "採用有效的快取政策提供靜態資產" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "使用有效的快取政策處理靜態資產" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "優化圖片以加快載入速度,減少流動數據用量。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)。" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "有效地進行圖片編碼" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "提供適當大小的圖片有助節省流動數據用量,並縮短載入時間。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)。" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "適當調整圖片大小" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "文字資源應經過 (gzip、deflate 或 brotli) 壓縮,以將網絡位元總數減至最少。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/text-compression)。" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "啟用文字壓縮" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "JPEG 2000、JPEG XR 和 WebP 等圖片格式通常比 PNG 或 JPEG 有更好的壓縮效果,能夠更快完成下載及減少數據用量。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/webp)。" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "提供 next-gen 格式的圖片" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "下方的「關鍵要求鏈結」顯示以高優先次序發佈的資源。為了提高頁面載入速度,建議您縮短鏈結長度,縮減下載資源的大小,或延遲下載不必要資源。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)。" + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{已找到 1 個鏈結}other{已找到 # 個鏈結}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "將重要要求深度降至最低" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "DOM 深度上限" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "DOM 節點總數" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "子元素數量上限" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "瀏覽器工程師建議,頁面包含的 DOM 節點數量應少於 1,500 個左右。理想樹狀深度應包含少於 32 個元素,且少於 60 個子/父元素。大型 DOM 會增加記憶體用量、導致[樣式運算](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations)所用時間延長並產生昂貴的[版面配置自動重排](https://developers.google.com/speed/articles/reflow)費用。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/dom-size)。" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 個節點}other{# 個節點}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "避免 DOM 過大" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "避免 DOM 過大" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "運用顯示字型的 CSS 功能,確保使用者可在網頁字型載入時看到文字。[瞭解詳情](https://developers.google.com/web/updates/2016/02/font-display)。" + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "確保文字在網頁字型載入時仍然顯示" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "在網頁字型載入時,所有文字仍然顯示" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "類別" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "建議減少剖析、編譯和執行 JS 所用的時間。傳送較小的 JS 負載可能有所幫助。" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "將主要執行緒的工作減至最少" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "將主要執行緒的工作減至最少" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "上方的分數是在頁面載入視窗最忙碌的 5 秒期間,您的應用程式對使用者輸入動作的預計回應時間 (以毫秒為單位)。如果延遲超過 50 毫秒,使用者可能會認為應用程式的速度緩慢。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)。" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "預計輸入延遲時間" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "「首次內容繪製時間」標示繪製首個文字/首張圖片的時間。[瞭解詳情](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)。" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "首次內容繪製時間" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "「首次 CPU 閒置時間」標示頁面的主要執行緒首次有空處理輸入的時間。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)。" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "首次 CPU 閒置時間" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "「首次有效繪製時間」評估頁面主要內容顯示的時間。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)。" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "首次有效繪製時間" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "「可互動所需時間」用於標示頁面可進行完整互動前所需的時間。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)。" + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "可互動所需時間" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "「速度指數」會顯示頁面內容的展現速度。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/speed-index)。" + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "速度指數" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "重新導向會導致頁面延遲載入。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/redirects)。" + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "避免多次頁面重新導向" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "「首個字節時間」會指出您的伺服器傳送回應的時間。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/ttfb)。" + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "根文件用了 {timeInMs, number, milliseconds} 毫秒" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "縮短伺服器回應時間 (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "伺服器回應時間短 (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "建議使用「用戶使用時間」檢測您的應用程式,打造自訂且經實際評估的關鍵使用者體驗。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/user-timing)。" + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 個用戶使用時間標記}other{# 個用戶使用時間標記}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "用戶使用時間標記和測量結果" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "建議新增預先連線或預先擷取 DNS 的資源提示,及早連線至重要的第三方來源。[瞭解詳情](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)。" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "預先連接至必要來源" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "建議使用 來指定優先需要的網絡要求,並預先擷取資源。[瞭解詳情(https://developers.google.com/web/tools/lighthouse/audits/preload)。" + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "預先載入關鍵要求" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "進一步瞭解應用程式效能。" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "診斷" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "評估效能的最重要指標在於像素在畫面上的呈現速度。關鍵數據:「首次內容繪製時間」、「首次有效繪製時間」" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "首次繪製改進" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "這些優化建議可提高您的頁面載入速度。" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "優化建議" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "數據" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "改善整體載入體驗,令網頁反應更靈敏快捷,盡快可供用戶使用。關鍵數據:可互動時間、速度指數" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "整體改進" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "效能" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "快取 TTL" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "大小 (KB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "所用的時間" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "網址" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "可節省的用量 (KB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "可節省的時間 (毫秒)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "可節省 {wastedBytes, number, bytes} KB" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "可節省 {wastedMs, number, milliseconds} 毫秒" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} 毫秒" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "顯示審核結果" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "發生錯誤!" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "報告錯誤:無審核資料" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "其他手動檢查項目" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "不適用" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "優化建議" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "預計節省的時間" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "已通過的審核" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "分數等級:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "導致這次 Lighthouse 無法順利執行的問題:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "此為預計值,可能與實際值有所不同。" + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "警告: " + } +} \ No newline at end of file diff --git a/lighthouse-core/lib/locales/zh-TW.json b/lighthouse-core/lib/locales/zh-TW.json new file mode 100644 index 000000000000..d7f7a33b8273 --- /dev/null +++ b/lighthouse-core/lib/locales/zh-TW.json @@ -0,0 +1,332 @@ +{ + "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { + "message": "Chrome 擴充功能會對這個頁面的載入效能產生負面影響。建議透過無痕模式乾淨的 Chrome 設定檔來稽核頁面。" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptEval": { + "message": "指令碼評估" + }, + "lighthouse-core/audits/bootup-time.js | columnScriptParse": { + "message": "指令碼剖析" + }, + "lighthouse-core/audits/bootup-time.js | columnTotal": { + "message": "總計" + }, + "lighthouse-core/audits/bootup-time.js | description": { + "message": "建議減少剖析、編譯和執行 JS 所耗費的時間。提供較小的 JS 酬載可能會有幫助。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/bootup)" + }, + "lighthouse-core/audits/bootup-time.js | failureTitle": { + "message": "減少 JavaScript 執行時間" + }, + "lighthouse-core/audits/bootup-time.js | title": { + "message": "JavaScript 執行時間" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { + "message": "使用大型 GIF 檔案來呈現動畫內容會降低網路傳輸效率,建議改用 MPEG4/WebM 影片格式來呈現動畫效果,或是使用 PNG/WebP 格式來顯示靜態圖片,以減少網路傳輸的資料量。[瞭解詳情](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)" + }, + "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { + "message": "使用影片格式的動畫內容" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { + "message": "建議延遲載入畫面外的項目並隱藏圖片,直到重要資源全部載入後再開始作業,以減少可互動時間。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images)" + }, + "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { + "message": "延後載入畫面外圖片" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { + "message": "資源過多會妨礙首次繪製頁面。建議內嵌重要的 JS/CSS,延遲所有不重要的 JS/樣式。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources)" + }, + "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { + "message": "排除禁止轉譯的資源" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { + "message": "大量網路酬載會造成使用者的費用負擔,而且往往會導致載入耗時過長。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/network-payloads)" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { + "message": "總大小為 {totalBytes, number, bytes} KB" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { + "message": "避免耗用大量網路資源" + }, + "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { + "message": "避免耗用大量網路資源" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { + "message": "壓縮 CSS 檔案可以減少網路酬載大小。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/minify-css)" + }, + "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { + "message": "壓縮 CSS" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { + "message": "壓縮 JavaScript 檔案可以減少酬載大小和指令碼剖析時間。[瞭解詳情](https://developers.google.com/speed/docs/insights/MinifyResources)" + }, + "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { + "message": "壓縮 JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { + "message": "移除樣式表中的無用規則,盡量避免網路活動消耗不必要的流量。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/unused-css)" + }, + "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { + "message": "延後未使用的 CSS" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { + "message": "移除未使用的 JavaScript,減少網路活動消耗的流量。" + }, + "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { + "message": "移除未使用的 JavaScript" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { + "message": "快取效期越長,增加造訪您頁面的頻率就越高。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/cache-policy)" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { + "message": "{itemCount,plural, =1{找到 1 項資源}other{找到 # 項資源}}" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { + "message": "運用有效的快取政策提供靜態資產" + }, + "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { + "message": "使用有效的快取政策處理靜態資產" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { + "message": "最佳化圖片載入速度,減少行動數據用量。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/optimize-images)" + }, + "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { + "message": "圖片編碼有效率" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { + "message": "提供適當大小的圖片有助於節省行動數據用量、縮短載入時間。[Learn more](https://developers.google.com/web/tools/lighthouse/audits/oversized-images)" + }, + "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { + "message": "使用合適的圖片大小" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { + "message": "提供的文字資源應經過 (gzip、deflate 或 brotli) 壓縮,將網路傳輸的資料量降至最低。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/text-compression)" + }, + "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { + "message": "啟用文字壓縮" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": { + "message": "JPEG 2000、JPEG XR 和 WebP 等圖片格式通常壓縮效率優於 PNG 或 JPEG,能夠更快下載完成及減少數據用量。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/webp)" + }, + "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": { + "message": "提供 next-gen 格式的圖片" + }, + "lighthouse-core/audits/critical-request-chains.js | description": { + "message": "下方的「關鍵要求鏈結」顯示的是以高優先順序發佈的資源。為了提高頁面載入速度,我們的建議是透過縮短鏈結長度,降低下載資源的大小,或是延後下載非必要資源。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains)" + }, + "lighthouse-core/audits/critical-request-chains.js | displayValue": { + "message": "{itemCount,plural, =1{找到 1 個鏈結}other{找到 # 個鏈結}}" + }, + "lighthouse-core/audits/critical-request-chains.js | title": { + "message": "將關鍵要求層級降至最低" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMDepth": { + "message": "DOM 層級上限" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMNodes": { + "message": "DOM 節點總數" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | columnDOMWidth": { + "message": "子元素上限" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | description": { + "message": "瀏覽器工程師建議,頁面包含的 DOM 節點數量應少於 1,500 個左右。理想樹狀層級應包含少於 32 個元素,以及少於 60 個下層/上層元素。大型的 DOM 可能造成記憶體用量增加、延長[樣式運算](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations)的過程,還會導致費工的[版面配置重排](https://developers.google.com/speed/articles/reflow)。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/dom-size)" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { + "message": "{itemCount,plural, =1{1 個節點}other{# 個節點}}" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { + "message": "避免 DOM 過大" + }, + "lighthouse-core/audits/dobetterweb/dom-size.js | title": { + "message": "避免 DOM 過大" + }, + "lighthouse-core/audits/font-display.js | description": { + "message": "運用顯示字型的 CSS 功能,確保使用者可以在載入網路字型時看到文字。[瞭解詳情](https://developers.google.com/web/updates/2016/02/font-display)" + }, + "lighthouse-core/audits/font-display.js | failureTitle": { + "message": "確認載入網站字型時文字不會消失" + }, + "lighthouse-core/audits/font-display.js | title": { + "message": "載入網站字型時沒有任何文字消失" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": { + "message": "類別" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | description": { + "message": "建議減少剖析、編譯和執行 JS 所耗費的時間。提供較小的 JS 酬載可能會有幫助。" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": { + "message": "將主要執行緒的工作降到最低" + }, + "lighthouse-core/audits/mainthread-work-breakdown.js | title": { + "message": "將主要執行緒的工作降到最低" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | description": { + "message": "上方的分數是在頁面載入視窗最忙碌的 5 秒期間,您的應用程式對於使用者輸入動作的預計回應時間 (以毫秒為單位)。如果延遲超過 50 毫秒,使用者可能會感覺應用程式的速度很慢。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)" + }, + "lighthouse-core/audits/metrics/estimated-input-latency.js | title": { + "message": "預估輸入延遲" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | description": { + "message": "首次內容繪製標記的是繪製第一個文字/第一張圖片的時間。[瞭解詳情](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint)" + }, + "lighthouse-core/audits/metrics/first-contentful-paint.js | title": { + "message": "首次內容繪製" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | description": { + "message": "首次 CPU 閒置標記的是頁面的主要執行緒在第一次處理輸入作業前所需的閒置時間。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)" + }, + "lighthouse-core/audits/metrics/first-cpu-idle.js | title": { + "message": "首次 CPU 閒置" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": { + "message": "首次有效繪製可供衡量頁面主要內容顯示的時間。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)" + }, + "lighthouse-core/audits/metrics/first-meaningful-paint.js | title": { + "message": "首次有效繪製" + }, + "lighthouse-core/audits/metrics/interactive.js | description": { + "message": "可互動時間標記的是頁面提供完整互動功能的時間。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive)" + }, + "lighthouse-core/audits/metrics/interactive.js | title": { + "message": "可互動時間" + }, + "lighthouse-core/audits/metrics/speed-index.js | description": { + "message": "速度指數會顯示頁面內容填入的速度。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/speed-index)" + }, + "lighthouse-core/audits/metrics/speed-index.js | title": { + "message": "速度指數" + }, + "lighthouse-core/audits/redirects.js | description": { + "message": "重新導向會導致頁面延遲載入。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/redirects)" + }, + "lighthouse-core/audits/redirects.js | title": { + "message": "避免進行多次頁面重新導向" + }, + "lighthouse-core/audits/time-to-first-byte.js | description": { + "message": "第一個位元組時間會指出您的伺服器傳送回應的時間。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/ttfb)" + }, + "lighthouse-core/audits/time-to-first-byte.js | displayValue": { + "message": "根文件用時 {timeInMs, number, milliseconds} 毫秒" + }, + "lighthouse-core/audits/time-to-first-byte.js | failureTitle": { + "message": "減少伺服器回應時間 (TTFB)" + }, + "lighthouse-core/audits/time-to-first-byte.js | title": { + "message": "伺服器回應時間低 (TTFB)" + }, + "lighthouse-core/audits/user-timings.js | description": { + "message": "建議使用 User Timing API 檢測您的應用程式,建立自訂且符合實際的關鍵使用者體驗衡量方法。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/user-timing)" + }, + "lighthouse-core/audits/user-timings.js | displayValue": { + "message": "{itemCount,plural, =1{1 個 User Timing 標記}other{# 個 User Timing 標記}}" + }, + "lighthouse-core/audits/user-timings.js | title": { + "message": "User Timing 標記和測量結果" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | description": { + "message": "建議新增預先連線或預先擷取 DNS 的資源提示,及早連線至重要的第三方來源。[瞭解詳情](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect)" + }, + "lighthouse-core/audits/uses-rel-preconnect.js | title": { + "message": "預先連上必要來源" + }, + "lighthouse-core/audits/uses-rel-preload.js | description": { + "message": "建議使用 指定在頁面載入後立即需要的資源,以優先擷取這類資源。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/preload)" + }, + "lighthouse-core/audits/uses-rel-preload.js | title": { + "message": "預先載入重要要求" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": { + "message": "關於您應用程式效能的更多資訊。" + }, + "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": { + "message": "診斷" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": { + "message": "像素呈現在畫面上的速度是最重要的效能層面。重要指標:首次內容繪製、首次有效繪製" + }, + "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": { + "message": "改進首次繪製程序" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": { + "message": "這些最佳化建議可以提高您的頁面載入速度。" + }, + "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": { + "message": "最佳化建議" + }, + "lighthouse-core/config/default-config.js | metricGroupTitle": { + "message": "指標" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": { + "message": "改進整體載入體驗,採用回應式頁面設計,儘快為使用者提供服務。重要指標:可互動時間、速度指數" + }, + "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": { + "message": "整體改進" + }, + "lighthouse-core/config/default-config.js | performanceCategoryTitle": { + "message": "效能" + }, + "lighthouse-core/lib/i18n.js | columnCacheTTL": { + "message": "快取 TTL" + }, + "lighthouse-core/lib/i18n.js | columnSize": { + "message": "大小 (KB)" + }, + "lighthouse-core/lib/i18n.js | columnTimeSpent": { + "message": "花費的時間" + }, + "lighthouse-core/lib/i18n.js | columnURL": { + "message": "網址" + }, + "lighthouse-core/lib/i18n.js | columnWastedBytes": { + "message": "潛在減少量 (KB)" + }, + "lighthouse-core/lib/i18n.js | columnWastedMs": { + "message": "潛在減少量 (毫秒)" + }, + "lighthouse-core/lib/i18n.js | displayValueByteSavings": { + "message": "可減少 {wastedBytes, number, bytes} KB" + }, + "lighthouse-core/lib/i18n.js | displayValueMsSavings": { + "message": "可減少 {wastedMs, number, milliseconds} 毫秒" + }, + "lighthouse-core/lib/i18n.js | ms": { + "message": "{timeInMs, number, milliseconds} 毫秒" + }, + "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": { + "message": "顯示稽核結果" + }, + "lighthouse-core/report/html/renderer/util.js | errorLabel": { + "message": "發生錯誤!" + }, + "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": { + "message": "回報錯誤:無稽核資訊" + }, + "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": { + "message": "其他手動檢查項目" + }, + "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": { + "message": "不適用" + }, + "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": { + "message": "最佳化建議" + }, + "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": { + "message": "預估減少量" + }, + "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": { + "message": "通過稽核項目" + }, + "lighthouse-core/report/html/renderer/util.js | scorescaleLabel": { + "message": "分數量尺:" + }, + "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": { + "message": "有問題導致 Lighthouse 無法順利執行這項作業:" + }, + "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": { + "message": "此為預估值,可能與實際情況有所出入。" + }, + "lighthouse-core/report/html/renderer/util.js | warningHeader": { + "message": "警告: " + } +} \ No newline at end of file