Sfoglia il codice sorgente

update wcag2.2

CR023
Jason Chuang 18 ore fa
parent
commit
f459943a6b
5 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. BIN
      src/assets/images/wcag2AA.png
  2. +1
    -1
      src/components/cards/AuthFooter.js
  3. +1
    -1
      src/translations/en.json
  4. +1
    -1
      src/translations/zh-CN.json
  5. +1
    -1
      src/translations/zh-HK.json

BIN
src/assets/images/wcag2AA.png Vedi File

Prima Dopo
Larghezza: 368  |  Altezza: 130  |  Dimensione: 11 KiB Larghezza: 368  |  Altezza: 130  |  Dimensione: 7.4 KiB

+ 1
- 1
src/components/cards/AuthFooter.js Vedi File

@@ -58,7 +58,7 @@ const AuthFooter = () => {
{!isGLDLoggedIn()? ( {!isGLDLoggedIn()? (
<a <a
href="https://www.w3.org/WAI/WCAG2AA-Conformance" href="https://www.w3.org/WAI/WCAG2AA-Conformance"
title="Explanation of WCAG 2 Level AA conformance"
title={wcagAlt}
> >
<img <img
height="32" height="32"


+ 1
- 1
src/translations/en.json Vedi File

@@ -14,7 +14,7 @@


"bhkLogoAlt": "Brand Hong Kong logo", "bhkLogoAlt": "Brand Hong Kong logo",
"iAmSmartAlt": "iAM Smart", "iAmSmartAlt": "iAM Smart",
"wcagAaAlt": "Level AA conformance, W3C WAI Web Content Accessibility Guidelines 2.0",
"wcagAaAlt": "Level AA conformance, W3C WAI Web Content Accessibility Guidelines 2.2",
"downloadPdfAria": "Download PDF: {guide} ({userType})", "downloadPdfAria": "Download PDF: {guide} ({userType})",
"captchaPlayAudio": "Play audio CAPTCHA", "captchaPlayAudio": "Play audio CAPTCHA",




+ 1
- 1
src/translations/zh-CN.json Vedi File

@@ -14,7 +14,7 @@


"bhkLogoAlt": "香港品牌标志", "bhkLogoAlt": "香港品牌标志",
"iAmSmartAlt": "智方便", "iAmSmartAlt": "智方便",
"wcagAaAlt": "符合 WCAG 2.0 AA 级别(W3C WAI 网页内容无障碍指引)",
"wcagAaAlt": "符合 WCAG 2.2 AA 级别(W3C WAI 网页内容无障碍指引)",
"downloadPdfAria": "下载 PDF:{guide}({userType})", "downloadPdfAria": "下载 PDF:{guide}({userType})",
"captchaPlayAudio": "播放语音验证码", "captchaPlayAudio": "播放语音验证码",


+ 1
- 1
src/translations/zh-HK.json Vedi File

@@ -14,7 +14,7 @@


"bhkLogoAlt": "香港品牌標誌", "bhkLogoAlt": "香港品牌標誌",
"iAmSmartAlt": "智方便", "iAmSmartAlt": "智方便",
"wcagAaAlt": "符合 WCAG 2.0 AA 級別(W3C WAI 網頁內容無障礙指引)",
"wcagAaAlt": "符合 WCAG 2.2 AA 級別(W3C WAI 網頁內容無障礙指引)",
"downloadPdfAria": "下載 PDF:{guide}({userType})", "downloadPdfAria": "下載 PDF:{guide}({userType})",
"captchaPlayAudio": "播放語音驗證碼", "captchaPlayAudio": "播放語音驗證碼",




Caricamento…
Annulla
Salva