Skip to content

Commit

Permalink
Add missing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
tung2744 committed Apr 25, 2024
1 parent 80dbcb6 commit c3bd5fb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
9 changes: 8 additions & 1 deletion resources/authgear/templates/zh-HK/translation.json
Expand Up @@ -895,6 +895,7 @@
"v2-error-password-policy-disallowed-keywords": "密碼包含禁用詞",
"v2-error-password-policy-reuse": "請勿重用以往{size, plural, other{# 個舊密碼}},或於{day, plural, other{# 日}}以內曾用過的舊密碼",
"v2-error-phone-number-format": "您所輸入的電話號碼格式不正確。",
"v2-error-unexpected-user": "看來您使用了不同的帳號登入。請再試一次。",
"v2-create-password-page-title": "創建密碼",
"v2-password-policy-strength": "密碼強度",
"v2-password-policy-minimum-length": "最少 {length, plural, other{# 位}}",
Expand Down Expand Up @@ -1037,5 +1038,11 @@
"v2-wechat-auth-page-app-description": "點擊以下按鈕以繼續 WeChat 登入",
"v2-wechat-auth-page-with-qr-code-description": "請在你的 WeChat 內掃描此QR碼",
"v2-wechat-auth-page-open-app": "打開 WeChat 以登入",
"v2-wechat-auth-page-proceed": "繼續 WeChat 登入"
"v2-wechat-auth-page-proceed": "繼續 WeChat 登入",
"v2-account-linking-title": "找到現有帳戶",
"v2-account-linking-subtitle--login-and-link": "好像您之前已經註冊過。登入現有帳戶以連結它。",
"v2-account-linking-subtitle--login": "看來您之前已經註冊過。請登入下面的現有帳戶。",
"v2-account-linking-by-email": "登入 {IdentityDisplayName}",
"v2-account-linking-by-phone": "登入 {IdentityDisplayName}",
"v2-account-linking-by-username": "登入 {IdentityDisplayName}"
}
8 changes: 7 additions & 1 deletion resources/authgear/templates/zh-TW/translation.json
Expand Up @@ -895,6 +895,7 @@
"v2-error-password-policy-disallowed-keywords": "密碼包含禁用詞",
"v2-error-password-policy-reuse": "請勿重用以往{size, plural, other{# 個舊密碼}},或於{day, plural, other{# 日}}以內曾用過的舊密碼",
"v2-error-phone-number-format": "您所輸入的電話號碼格式不正確。",
"v2-error-unexpected-user": "看來您使用了不同的帳號登入。請再試一次。",
"v2-create-password-page-title": "創建密碼",
"v2-password-policy-strength": "密碼強度",
"v2-password-policy-minimum-length": "最少 {length, plural, other{# 位}}",
Expand Down Expand Up @@ -1037,5 +1038,10 @@
"v2-wechat-auth-page-app-description": "點擊以下按鈕以繼續 WeChat 登入",
"v2-wechat-auth-page-with-qr-code-description": "請在你的 WeChat 內掃描此QR碼",
"v2-wechat-auth-page-open-app": "打開 WeChat 以登入",
"v2-wechat-auth-page-proceed": "繼續 WeChat 登入"
"v2-wechat-auth-page-proceed": "繼續 WeChat 登入",
"v2-account-linking-subtitle--login-and-link": "好像您之前已經註冊過。登入現有帳戶以連結它。",
"v2-account-linking-subtitle--login": "看來您之前已經註冊過。請登入下面的現有帳戶。",
"v2-account-linking-by-email": "登入 {IdentityDisplayName}",
"v2-account-linking-by-phone": "登入 {IdentityDisplayName}",
"v2-account-linking-by-username": "登入 {IdentityDisplayName}"
}

0 comments on commit c3bd5fb

Please sign in to comment.