summaryrefslogtreecommitdiffstats
path: root/l10n-zh-CN/browser/browser/webauthnDialog.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-zh-CN/browser/browser/webauthnDialog.ftl')
-rw-r--r--l10n-zh-CN/browser/browser/webauthnDialog.ftl19
1 files changed, 19 insertions, 0 deletions
diff --git a/l10n-zh-CN/browser/browser/webauthnDialog.ftl b/l10n-zh-CN/browser/browser/webauthnDialog.ftl
new file mode 100644
index 0000000000..a405419716
--- /dev/null
+++ b/l10n-zh-CN/browser/browser/webauthnDialog.ftl
@@ -0,0 +1,19 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+# Variables:
+# $retriesLeft (Number): number of tries left
+webauthn-pin-invalid-long-prompt = PIN 码不正确。在永久失去对此设备上的访问权限之前,您还有 { $retriesLeft } 次尝试机会。
+webauthn-pin-invalid-short-prompt = PIN 不正确,请重试。
+webauthn-pin-required-prompt = 请输入您设备的 PIN。
+webauthn-select-sign-result-unknown-account = 未知账户
+webauthn-a-passkey-label = 使用通行密钥
+webauthn-another-passkey-label = 使用另一个通行密钥
+# Variables:
+# $domain (String): the domain of the site.
+webauthn-specific-passkey-label = { $domain } 的通行密钥
+# Variables:
+# $retriesLeft (Number): number of tries left
+webauthn-uv-invalid-long-prompt = 用户验证失败。您还有 { $retriesLeft } 次尝试机会,请重试。
+webauthn-uv-invalid-short-prompt = 用户验证失败,请重试。