Skip to content

Commit

Permalink
add some zh_CN
Browse files Browse the repository at this point in the history
  • Loading branch information
mymindstorm committed Apr 14, 2019
1 parent aab23a3 commit e65c4b9
Show file tree
Hide file tree
Showing 6 changed files with 117 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _data/languages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ table:
- code: en
name: English
flag: 🇺🇸
- code: zh_CN
name: 中文 (简体)
flag: 🇨🇳
12 changes: 12 additions & 0 deletions _data/locales/default/zh_CN.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"clickHere": "点击此处",
"viewInLang": "查看此页的英文版本。",
"unlocalized": "尚未本地化",
"translate": "翻译",
"translate-long": "翻译本页",
"edit": "编辑",
"warning": "警告",
"outdated-warn-1": "此页的翻译信息已过时。",
"outdated-warn-2": "此页的英文版本",
"outdated-warn-3": "有更多的更新信息。"
}
24 changes: 24 additions & 0 deletions _data/locales/sidebar/zh_CN.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
sections:
-
title: 浏览页面
docs:
-
title: 谷歌浏览器
-
title: 火狐浏览器
-
title: Edge浏览器
-
title: 附加信息
docs:
-
title: 账户遗失
-
title: 账户类型
-
title: 获取调试信息
-
title: 标准备份格式
-
title: 策略配置
12 changes: 12 additions & 0 deletions docs/zh_CN/account-types.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: 账户类型
stub:
lang: zh_CN
ver:
---
| 类型 | 详细信息 |
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| 基于时间 | TOTP |
| 基于计数器 | HOTP |
| Battle.net | 获取密钥的工具:[Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) |
| Steam | 需要shared_secret,点击[此处](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows)以进一步了解 |
13 changes: 13 additions & 0 deletions docs/zh_CN/chrome-issues.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: 谷歌浏览器常见问题
stub:
lang: zh_CN
ver:
---
#### 重新安装身份验证器会清空你的数据。 不要尝试通过重装扩展来解决问题



- 忘记密码或者丢失了没有备份的密钥? 参见[账户遗失](lost-codes)
- 想要帮助翻译或者对翻译有任何疑问? [查看我们的Crowdin页面](https://crowdin.com/project/authenticator-firefox)
- 遇到bug或者想要新的功能? [填写表单](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose)或者[发布带有#AuthenticatorFeedback的推特](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback)
53 changes: 53 additions & 0 deletions docs/zh_CN/debug-info.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
title: 获取调试信息
stub:
lang: zh_CN
ver:
---
按照以下步骤来报告详细调试信息。

- [谷歌浏览器]()
- [火狐浏览器]()

* * *

## 谷歌浏览器

1. 打开身份验证器
2. 点击右键选择“审查元素”

![]()

3. 打开“控制台”标签

![]()

4. 复制所有信息并粘贴到issue description中

![]()

* * *

## 火狐浏览器

1. 打开`about:debugging`
2. 勾选“启用附加组件调试”

![]()

3. 点击身份验证器下方的“调试”链接

![]()

4. 点击“确定”

![]()

5. 打开“控制台”标签

![]()

6. 再次打开身份验证器
7. 复制所有信息并粘贴到issue description中

![]()

0 comments on commit e65c4b9

Please sign in to comment.