diff options
author | ThibG <thib@sitedethib.com> | 2019-11-21 10:01:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-21 10:01:26 +0100 |
commit | 55f5e81a9dc4c6cede5d43e549061be2ea9be614 (patch) | |
tree | 6b8944b2bf8e13ba76627a0e38886dfb3b35c566 /config/locales/devise.zh-CN.yml | |
parent | 707c4918b21d19dd53b64120dbc7263f45fc5ecd (diff) | |
parent | e87cc59811fab285033cc78d97ad7f0b8df9c081 (diff) |
Merge pull request #1246 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'config/locales/devise.zh-CN.yml')
-rw-r--r-- | config/locales/devise.zh-CN.yml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/config/locales/devise.zh-CN.yml b/config/locales/devise.zh-CN.yml index f9943238e..65c0a5c9d 100644 --- a/config/locales/devise.zh-CN.yml +++ b/config/locales/devise.zh-CN.yml @@ -2,7 +2,7 @@ zh-CN: devise: confirmations: - confirmed: 成功验证你的邮箱地址。 + confirmed: 已成功确认你的邮箱地址。 send_instructions: 你的电子邮箱将在几分钟后收到一封确认邮件。如果没有,请检查你的垃圾邮箱。 send_paranoid_instructions: 如果你的邮箱存在于我们的数据库中,你将收到一封确认注册的邮件。如果没有,请检查你的垃圾邮箱。 failure: @@ -46,6 +46,18 @@ zh-CN: extra: 如果你并没有请求本次变更,请忽略此邮件。你的密码只有在你点击上面的链接并输入新密码后才会更改。 subject: Mastodon:重置密码信息 title: 重置密码 + two_factor_disabled: + explanation: 账户的双重认证已禁用。现在仅使用邮箱和密码登录即可登录。 + subject: Mastodon:双重认证已禁用。 + title: 双重认证禁用 + two_factor_enabled: + explanation: 账户双重认证已启用。登录时将需要来自已配对的 TOTP 应用生成的验证码。 + subject: 'Mastodon: 双重验证已开启' + title: 已启用双重认证 + two_factor_recovery_codes_changed: + explanation: 之前的恢复码已失效,现已生成了新的恢复码。 + subject: Mastodon:重新生成双重认证的恢复码 + title: 双重验证的恢复码已更改 unlock_instructions: subject: Mastodon:帐户解锁信息 omniauth_callbacks: |