-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aab23a3
commit e65c4b9
Showing
6 changed files
with
117 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,6 @@ table: | |
- code: en | ||
name: English | ||
flag: 🇺🇸 | ||
- code: zh_CN | ||
name: 中文 (简体) | ||
flag: 🇨🇳 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "有更多的更新信息。" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: 策略配置 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)以进一步了解 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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中 | ||
|
||
![]() |