diff --git a/lighthouse-core/lib/i18n/locales/ar-XB.json b/lighthouse-core/lib/i18n/locales/ar-XB.json index 5952e81d431c..7b5e1d597f48 100644 --- a/lighthouse-core/lib/i18n/locales/ar-XB.json +++ b/lighthouse-core/lib/i18n/locales/ar-XB.json @@ -1,90 +1,90 @@ { "lighthouse-core/audits/accessibility/accesskeys.js | description": { - "message": "‏‮Access‬‏ ‏‮keys‬‏ ‏‮let‬‏ ‏‮users‬‏ ‏‮quickly‬‏ ‏‮focus‬‏ ‏‮a‬‏ ‏‮part‬‏ ‏‮of‬‏ ‏‮the‬‏ ‏‮page‬‏. ‏‮For‬‏ ‏‮proper‬‏ ‏‮navigation‬‏, ‏‮each‬‏ ‏‮access‬‏ ‏‮key‬‏ ‏‮must‬‏ ‏‮be‬‏ ‏‮unique‬‏. [‏‮Learn‬‏ ‏‮more‬‏](‏‮https‬‏://‏‮dequeuniversity‬‏.‏‮com‬‏/‏‮rules‬‏/‏‮axe‬‏/3.1/‏‮accesskeys‬‏?‏‮application‬‏=‏‮lighthouse‬‏)." + "message": "‏‮Access‬‏ ‏‮keys‬‏ ‏‮let‬‏ ‏‮users‬‏ ‏‮quickly‬‏ ‏‮focus‬‏ ‏‮a‬‏ ‏‮part‬‏ ‏‮of‬‏ ‏‮the‬‏ ‏‮page‬‏. ‏‮For‬‏ ‏‮proper‬‏ ‏‮navigation‬‏, ‏‮each‬‏ ‏‮access‬‏ ‏‮key‬‏ ‏‮must‬‏ ‏‮be‬‏ ‏‮unique‬‏. [‏‮Learn‬‏ ‏‮more‬‏](https://web.dev/accesskeys/)." }, "lighthouse-core/audits/accessibility/accesskeys.js | failureTitle": { - "message": "`[‏‮accesskey‬‏]` ‏‮values‬‏ ‏‮are‬‏ ‏‮not‬‏ ‏‮unique‬‏" + "message": "`[accesskey]` ‏‮values‬‏ ‏‮are‬‏ ‏‮not‬‏ ‏‮unique‬‏" }, "lighthouse-core/audits/accessibility/accesskeys.js | title": { - "message": "`[‏‮accesskey‬‏]` ‏‮values‬‏ ‏‮are‬‏ ‏‮unique‬‏" + "message": "`[accesskey]` ‏‮values‬‏ ‏‮are‬‏ ‏‮unique‬‏" }, "lighthouse-core/audits/accessibility/aria-allowed-attr.js | description": { - "message": "‏‮Each‬‏ ‏‮ARIA‬‏ `‏‮role‬‏` ‏‮supports‬‏ ‏‮a‬‏ ‏‮specific‬‏ ‏‮subset‬‏ ‏‮of‬‏ `‏‮aria‬‏-*` ‏‮attributes‬‏. ‏‮Mismatching‬‏ ‏‮these‬‏ ‏‮invalidates‬‏ ‏‮the‬‏ `‏‮aria‬‏-*` ‏‮attributes‬‏. [‏‮Learn‬‏ ‏‮more‬‏](‏‮https‬‏://‏‮dequeuniversity‬‏.‏‮com‬‏/‏‮rules‬‏/‏‮axe‬‏/3.1/‏‮aria‬‏-‏‮allowed‬‏-‏‮attr‬‏?‏‮application‬‏=‏‮lighthouse‬‏)." + "message": "‏‮Each‬‏ ‏‮ARIA‬‏ `role` ‏‮supports‬‏ ‏‮a‬‏ ‏‮specific‬‏ ‏‮subset‬‏ ‏‮of‬‏ `aria-*` ‏‮attributes‬‏. ‏‮Mismatching‬‏ ‏‮these‬‏ ‏‮invalidates‬‏ ‏‮the‬‏ `aria-*` ‏‮attributes‬‏. [‏‮Learn‬‏ ‏‮more‬‏](https://web.dev/aria-allowed-attr/)." }, "lighthouse-core/audits/accessibility/aria-allowed-attr.js | failureTitle": { - "message": "`[‏‮aria‬‏-*]` ‏‮attributes‬‏ ‏‮do‬‏ ‏‮not‬‏ ‏‮match‬‏ ‏‮their‬‏ ‏‮roles‬‏" + "message": "`[aria-*]` ‏‮attributes‬‏ ‏‮do‬‏ ‏‮not‬‏ ‏‮match‬‏ ‏‮their‬‏ ‏‮roles‬‏" }, "lighthouse-core/audits/accessibility/aria-allowed-attr.js | title": { - "message": "`[‏‮aria‬‏-*]` ‏‮attributes‬‏ ‏‮match‬‏ ‏‮their‬‏ ‏‮roles‬‏" + "message": "`[aria-*]` ‏‮attributes‬‏ ‏‮match‬‏ ‏‮their‬‏ ‏‮roles‬‏" }, "lighthouse-core/audits/accessibility/aria-required-attr.js | description": { - "message": "‏‮Some‬‏ ‏‮ARIA‬‏ ‏‮roles‬‏ ‏‮have‬‏ ‏‮required‬‏ ‏‮attributes‬‏ ‏‮that‬‏ ‏‮describe‬‏ ‏‮the‬‏ ‏‮state‬‏ ‏‮of‬‏ ‏‮the‬‏ ‏‮element‬‏ ‏‮to‬‏ ‏‮screen‬‏ ‏‮readers‬‏. [‏‮Learn‬‏ ‏‮more‬‏](‏‮https‬‏://‏‮dequeuniversity‬‏.‏‮com‬‏/‏‮rules‬‏/‏‮axe‬‏/3.1/‏‮aria‬‏-‏‮required‬‏-‏‮attr‬‏?‏‮application‬‏=‏‮lighthouse‬‏)." + "message": "‏‮Some‬‏ ‏‮ARIA‬‏ ‏‮roles‬‏ ‏‮have‬‏ ‏‮required‬‏ ‏‮attributes‬‏ ‏‮that‬‏ ‏‮describe‬‏ ‏‮the‬‏ ‏‮state‬‏ ‏‮of‬‏ ‏‮the‬‏ ‏‮element‬‏ ‏‮to‬‏ ‏‮screen‬‏ ‏‮readers‬‏. [‏‮Learn‬‏ ‏‮more‬‏](https://web.dev/aria-required-attr/)." }, "lighthouse-core/audits/accessibility/aria-required-attr.js | failureTitle": { - "message": "`[‏‮role‬‏]`‏‮s‬‏ ‏‮do‬‏ ‏‮not‬‏ ‏‮have‬‏ ‏‮all‬‏ ‏‮required‬‏ `[‏‮aria‬‏-*]` ‏‮attributes‬‏" + "message": "`[role]`‏‮s‬‏ ‏‮do‬‏ ‏‮not‬‏ ‏‮have‬‏ ‏‮all‬‏ ‏‮required‬‏ `[aria-*]` ‏‮attributes‬‏" }, "lighthouse-core/audits/accessibility/aria-required-attr.js | title": { - "message": "`[‏‮role‬‏]`‏‮s‬‏ ‏‮have‬‏ ‏‮all‬‏ ‏‮required‬‏ `[‏‮aria‬‏-*]` ‏‮attributes‬‏" + "message": "`[role]`‏‮s‬‏ ‏‮have‬‏ ‏‮all‬‏ ‏‮required‬‏ `[aria-*]` ‏‮attributes‬‏" }, "lighthouse-core/audits/accessibility/aria-required-children.js | description": { - "message": "‏‮Some‬‏ ‏‮ARIA‬‏ ‏‮parent‬‏ ‏‮roles‬‏ ‏‮must‬‏ ‏‮contain‬‏ ‏‮specific‬‏ ‏‮child‬‏ ‏‮roles‬‏ ‏‮to‬‏ ‏‮perform‬‏ ‏‮their‬‏ ‏‮intended‬‏ ‏‮accessibility‬‏ ‏‮functions‬‏. [‏‮Learn‬‏ ‏‮more‬‏](‏‮https‬‏://‏‮dequeuniversity‬‏.‏‮com‬‏/‏‮rules‬‏/‏‮axe‬‏/3.1/‏‮aria‬‏-‏‮required‬‏-‏‮children‬‏?‏‮application‬‏=‏‮lighthouse‬‏)." + "message": "‏‮Some‬‏ ‏‮ARIA‬‏ ‏‮parent‬‏ ‏‮roles‬‏ ‏‮must‬‏ ‏‮contain‬‏ ‏‮specific‬‏ ‏‮child‬‏ ‏‮roles‬‏ ‏‮to‬‏ ‏‮perform‬‏ ‏‮their‬‏ ‏‮intended‬‏ ‏‮accessibility‬‏ ‏‮functions‬‏. [‏‮Learn‬‏ ‏‮more‬‏](https://web.dev/aria-required-children/)." }, "lighthouse-core/audits/accessibility/aria-required-children.js | failureTitle": { - "message": "‏‮Elements‬‏ ‏‮with‬‏ `[‏‮role‬‏]` ‏‮that‬‏ ‏‮require‬‏ ‏‮specific‬‏ ‏‮children‬‏ `[‏‮role‬‏]`‏‮s‬‏, ‏‮are‬‏ ‏‮missing‬‏." + "message": "‏‮Elements‬‏ ‏‮with‬‏ `[role]` ‏‮that‬‏ ‏‮require‬‏ ‏‮specific‬‏ ‏‮children‬‏ `[role]`‏‮s‬‏, ‏‮are‬‏ ‏‮missing‬‏." }, "lighthouse-core/audits/accessibility/aria-required-children.js | title": { - "message": "‏‮Elements‬‏ ‏‮with‬‏ `[‏‮role‬‏]` ‏‮that‬‏ ‏‮require‬‏ ‏‮specific‬‏ ‏‮children‬‏ `[‏‮role‬‏]`‏‮s‬‏, ‏‮are‬‏ ‏‮present‬‏" + "message": "‏‮Elements‬‏ ‏‮with‬‏ `[role]` ‏‮that‬‏ ‏‮require‬‏ ‏‮specific‬‏ ‏‮children‬‏ `[role]`‏‮s‬‏, ‏‮are‬‏ ‏‮present‬‏" }, "lighthouse-core/audits/accessibility/aria-required-parent.js | description": { - "message": "‏‮Some‬‏ ‏‮ARIA‬‏ ‏‮child‬‏ ‏‮roles‬‏ ‏‮must‬‏ ‏‮be‬‏ ‏‮contained‬‏ ‏‮by‬‏ ‏‮specific‬‏ ‏‮parent‬‏ ‏‮roles‬‏ ‏‮to‬‏ ‏‮properly‬‏ ‏‮perform‬‏ ‏‮their‬‏ ‏‮intended‬‏ ‏‮accessibility‬‏ ‏‮functions‬‏. [‏‮Learn‬‏ ‏‮more‬‏](‏‮https‬‏://‏‮dequeuniversity‬‏.‏‮com‬‏/‏‮rules‬‏/‏‮axe‬‏/3.1/‏‮aria‬‏-‏‮required‬‏-‏‮parent‬‏?‏‮application‬‏=‏‮lighthouse‬‏)." + "message": "‏‮Some‬‏ ‏‮ARIA‬‏ ‏‮child‬‏ ‏‮roles‬‏ ‏‮must‬‏ ‏‮be‬‏ ‏‮contained‬‏ ‏‮by‬‏ ‏‮specific‬‏ ‏‮parent‬‏ ‏‮roles‬‏ ‏‮to‬‏ ‏‮properly‬‏ ‏‮perform‬‏ ‏‮their‬‏ ‏‮intended‬‏ ‏‮accessibility‬‏ ‏‮functions‬‏. [‏‮Learn‬‏ ‏‮more‬‏](https://web.dev/aria-required-parent/)." }, "lighthouse-core/audits/accessibility/aria-required-parent.js | failureTitle": { - "message": "`[‏‮role‬‏]`‏‮s‬‏ ‏‮are‬‏ ‏‮not‬‏ ‏‮contained‬‏ ‏‮by‬‏ ‏‮their‬‏ ‏‮required‬‏ ‏‮parent‬‏ ‏‮element‬‏" + "message": "`[role]`‏‮s‬‏ ‏‮are‬‏ ‏‮not‬‏ ‏‮contained‬‏ ‏‮by‬‏ ‏‮their‬‏ ‏‮required‬‏ ‏‮parent‬‏ ‏‮element‬‏" }, "lighthouse-core/audits/accessibility/aria-required-parent.js | title": { - "message": "`[‏‮role‬‏]`‏‮s‬‏ ‏‮are‬‏ ‏‮contained‬‏ ‏‮by‬‏ ‏‮their‬‏ ‏‮required‬‏ ‏‮parent‬‏ ‏‮element‬‏" + "message": "`[role]`‏‮s‬‏ ‏‮are‬‏ ‏‮contained‬‏ ‏‮by‬‏ ‏‮their‬‏ ‏‮required‬‏ ‏‮parent‬‏ ‏‮element‬‏" }, "lighthouse-core/audits/accessibility/aria-roles.js | description": { - "message": "‏‮ARIA‬‏ ‏‮roles‬‏ ‏‮must‬‏ ‏‮have‬‏ ‏‮valid‬‏ ‏‮values‬‏ ‏‮in‬‏ ‏‮order‬‏ ‏‮to‬‏ ‏‮perform‬‏ ‏‮their‬‏ ‏‮intended‬‏ ‏‮accessibility‬‏ ‏‮functions‬‏. [‏‮Learn‬‏ ‏‮more‬‏](‏‮https‬‏://‏‮dequeuniversity‬‏.‏‮com‬‏/‏‮rules‬‏/‏‮axe‬‏/3.1/‏‮aria‬‏-‏‮roles‬‏?‏‮application‬‏=‏‮lighthouse‬‏)." + "message": "‏‮ARIA‬‏ ‏‮roles‬‏ ‏‮must‬‏ ‏‮have‬‏ ‏‮valid‬‏ ‏‮values‬‏ ‏‮in‬‏ ‏‮order‬‏ ‏‮to‬‏ ‏‮perform‬‏ ‏‮their‬‏ ‏‮intended‬‏ ‏‮accessibility‬‏ ‏‮functions‬‏. [‏‮Learn‬‏ ‏‮more‬‏](https://web.dev/aria-roles/)." }, "lighthouse-core/audits/accessibility/aria-roles.js | failureTitle": { - "message": "`[‏‮role‬‏]` ‏‮values‬‏ ‏‮are‬‏ ‏‮not‬‏ ‏‮valid‬‏" + "message": "`[role]` ‏‮values‬‏ ‏‮are‬‏ ‏‮not‬‏ ‏‮valid‬‏" }, "lighthouse-core/audits/accessibility/aria-roles.js | title": { - "message": "`[‏‮role‬‏]` ‏‮values‬‏ ‏‮are‬‏ ‏‮valid‬‏" + "message": "`[role]` ‏‮values‬‏ ‏‮are‬‏ ‏‮valid‬‏" }, "lighthouse-core/audits/accessibility/aria-valid-attr-value.js | description": { - "message": "‏‮Assistive‬‏ ‏‮technologies‬‏, ‏‮like‬‏ ‏‮screen‬‏ ‏‮readers‬‏, ‏‮can‬‏'‏‮t‬‏ ‏‮interpret‬‏ ‏‮ARIA‬‏ ‏‮attributes‬‏ ‏‮with‬‏ ‏‮invalid‬‏ ‏‮values‬‏. [‏‮Learn‬‏ ‏‮more‬‏](‏‮https‬‏://‏‮dequeuniversity‬‏.‏‮com‬‏/‏‮rules‬‏/‏‮axe‬‏/3.1/‏‮aria‬‏-‏‮valid‬‏-‏‮attr‬‏-‏‮value‬‏?‏‮application‬‏=‏‮lighthouse‬‏)." + "message": "‏‮Assistive‬‏ ‏‮technologies‬‏, ‏‮like‬‏ ‏‮screen‬‏ ‏‮readers‬‏, ‏‮can‬‏'‏‮t‬‏ ‏‮interpret‬‏ ‏‮ARIA‬‏ ‏‮attributes‬‏ ‏‮with‬‏ ‏‮invalid‬‏ ‏‮values‬‏. [‏‮Learn‬‏ ‏‮more‬‏](https://web.dev/aria-valid-attr-value/)." }, "lighthouse-core/audits/accessibility/aria-valid-attr-value.js | failureTitle": { - "message": "`[‏‮aria‬‏-*]` ‏‮attributes‬‏ ‏‮do‬‏ ‏‮not‬‏ ‏‮have‬‏ ‏‮valid‬‏ ‏‮values‬‏" + "message": "`[aria-*]` ‏‮attributes‬‏ ‏‮do‬‏ ‏‮not‬‏ ‏‮have‬‏ ‏‮valid‬‏ ‏‮values‬‏" }, "lighthouse-core/audits/accessibility/aria-valid-attr-value.js | title": { - "message": "`[‏‮aria‬‏-*]` ‏‮attributes‬‏ ‏‮have‬‏ ‏‮valid‬‏ ‏‮values‬‏" + "message": "`[aria-*]` ‏‮attributes‬‏ ‏‮have‬‏ ‏‮valid‬‏ ‏‮values‬‏" }, "lighthouse-core/audits/accessibility/aria-valid-attr.js | description": { - "message": "‏‮Assistive‬‏ ‏‮technologies‬‏, ‏‮like‬‏ ‏‮screen‬‏ ‏‮readers‬‏, ‏‮can‬‏'‏‮t‬‏ ‏‮interpret‬‏ ‏‮ARIA‬‏ ‏‮attributes‬‏ ‏‮with‬‏ ‏‮invalid‬‏ ‏‮names‬‏. [‏‮Learn‬‏ ‏‮more‬‏](‏‮https‬‏://‏‮dequeuniversity‬‏.‏‮com‬‏/‏‮rules‬‏/‏‮axe‬‏/3.1/‏‮aria‬‏-‏‮valid‬‏-‏‮attr‬‏?‏‮application‬‏=‏‮lighthouse‬‏)." + "message": "‏‮Assistive‬‏ ‏‮technologies‬‏, ‏‮like‬‏ ‏‮screen‬‏ ‏‮readers‬‏, ‏‮can‬‏'‏‮t‬‏ ‏‮interpret‬‏ ‏‮ARIA‬‏ ‏‮attributes‬‏ ‏‮with‬‏ ‏‮invalid‬‏ ‏‮names‬‏. [‏‮Learn‬‏ ‏‮more‬‏](https://web.dev/aria-valid-attr/)." }, "lighthouse-core/audits/accessibility/aria-valid-attr.js | failureTitle": { - "message": "`[‏‮aria‬‏-*]` ‏‮attributes‬‏ ‏‮are‬‏ ‏‮not‬‏ ‏‮valid‬‏ ‏‮or‬‏ ‏‮misspelled‬‏" + "message": "`[aria-*]` ‏‮attributes‬‏ ‏‮are‬‏ ‏‮not‬‏ ‏‮valid‬‏ ‏‮or‬‏ ‏‮misspelled‬‏" }, "lighthouse-core/audits/accessibility/aria-valid-attr.js | title": { - "message": "`[‏‮aria‬‏-*]` ‏‮attributes‬‏ ‏‮are‬‏ ‏‮valid‬‏ ‏‮and‬‏ ‏‮not‬‏ ‏‮misspelled‬‏" + "message": "`[aria-*]` ‏‮attributes‬‏ ‏‮are‬‏ ‏‮valid‬‏ ‏‮and‬‏ ‏‮not‬‏ ‏‮misspelled‬‏" }, "lighthouse-core/audits/accessibility/audio-caption.js | description": { - "message": "‏‮Captions‬‏ ‏‮make‬‏ ‏‮audio‬‏ ‏‮elements‬‏ ‏‮usable‬‏ ‏‮for‬‏ ‏‮deaf‬‏ ‏‮or‬‏ ‏‮hearing‬‏-‏‮impaired‬‏ ‏‮users‬‏, ‏‮providing‬‏ ‏‮critical‬‏ ‏‮information‬‏ ‏‮such‬‏ ‏‮as‬‏ ‏‮who‬‏ ‏‮is‬‏ ‏‮talking‬‏, ‏‮what‬‏ ‏‮they‬‏'‏‮re‬‏ ‏‮saying‬‏, ‏‮and‬‏ ‏‮other‬‏ ‏‮non‬‏-‏‮speech‬‏ ‏‮information‬‏. [‏‮Learn‬‏ ‏‮more‬‏](‏‮https‬‏://‏‮dequeuniversity‬‏.‏‮com‬‏/‏‮rules‬‏/‏‮axe‬‏/3.1/‏‮audio‬‏-‏‮caption‬‏?‏‮application‬‏=‏‮lighthouse‬‏)." + "message": "‏‮Captions‬‏ ‏‮make‬‏ ‏‮audio‬‏ ‏‮elements‬‏ ‏‮usable‬‏ ‏‮for‬‏ ‏‮deaf‬‏ ‏‮or‬‏ ‏‮hearing‬‏-‏‮impaired‬‏ ‏‮users‬‏, ‏‮providing‬‏ ‏‮critical‬‏ ‏‮information‬‏ ‏‮such‬‏ ‏‮as‬‏ ‏‮who‬‏ ‏‮is‬‏ ‏‮talking‬‏, ‏‮what‬‏ ‏‮they‬‏'‏‮re‬‏ ‏‮saying‬‏, ‏‮and‬‏ ‏‮other‬‏ ‏‮non‬‏-‏‮speech‬‏ ‏‮information‬‏. [‏‮Learn‬‏ ‏‮more‬‏](https://web.dev/audio-caption/)." }, "lighthouse-core/audits/accessibility/audio-caption.js | failureTitle": { - "message": "`