Skip to content

Commit e65c4b9

Browse files
committed
add some zh_CN
1 parent aab23a3 commit e65c4b9

File tree

6 files changed

+117
-0
lines changed

6 files changed

+117
-0
lines changed

_data/languages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ table:
22
- code: en
33
name: English
44
flag: 🇺🇸
5+
- code: zh_CN
6+
name: 中文 (简体)
7+
flag: 🇨🇳

_data/locales/default/zh_CN.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"clickHere": "点击此处",
3+
"viewInLang": "查看此页的英文版本。",
4+
"unlocalized": "尚未本地化",
5+
"translate": "翻译",
6+
"translate-long": "翻译本页",
7+
"edit": "编辑",
8+
"warning": "警告",
9+
"outdated-warn-1": "此页的翻译信息已过时。",
10+
"outdated-warn-2": "此页的英文版本",
11+
"outdated-warn-3": "有更多的更新信息。"
12+
}

_data/locales/sidebar/zh_CN.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
sections:
3+
-
4+
title: 浏览页面
5+
docs:
6+
-
7+
title: 谷歌浏览器
8+
-
9+
title: 火狐浏览器
10+
-
11+
title: Edge浏览器
12+
-
13+
title: 附加信息
14+
docs:
15+
-
16+
title: 账户遗失
17+
-
18+
title: 账户类型
19+
-
20+
title: 获取调试信息
21+
-
22+
title: 标准备份格式
23+
-
24+
title: 策略配置

docs/zh_CN/account-types.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: 账户类型
3+
stub:
4+
lang: zh_CN
5+
ver:
6+
---
7+
| 类型 | 详细信息 |
8+
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
9+
| 基于时间 | TOTP |
10+
| 基于计数器 | HOTP |
11+
| Battle.net | 获取密钥的工具:[Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) |
12+
| 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)以进一步了解 |

docs/zh_CN/chrome-issues.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: 谷歌浏览器常见问题
3+
stub:
4+
lang: zh_CN
5+
ver:
6+
---
7+
#### 重新安装身份验证器会清空你的数据。 不要尝试通过重装扩展来解决问题
8+
9+
10+
11+
- 忘记密码或者丢失了没有备份的密钥? 参见[账户遗失](lost-codes)
12+
- 想要帮助翻译或者对翻译有任何疑问? [查看我们的Crowdin页面](https://crowdin.com/project/authenticator-firefox)
13+
- 遇到bug或者想要新的功能? [填写表单](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose)或者[发布带有#AuthenticatorFeedback的推特](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback)

docs/zh_CN/debug-info.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: 获取调试信息
3+
stub:
4+
lang: zh_CN
5+
ver:
6+
---
7+
按照以下步骤来报告详细调试信息。
8+
9+
- [谷歌浏览器]()
10+
- [火狐浏览器]()
11+
12+
* * *
13+
14+
## 谷歌浏览器
15+
16+
1. 打开身份验证器
17+
2. 点击右键选择“审查元素”
18+
19+
![]()
20+
21+
3. 打开“控制台”标签
22+
23+
![]()
24+
25+
4. 复制所有信息并粘贴到issue description中
26+
27+
![]()
28+
29+
* * *
30+
31+
## 火狐浏览器
32+
33+
1. 打开`about:debugging`
34+
2. 勾选“启用附加组件调试”
35+
36+
![]()
37+
38+
3. 点击身份验证器下方的“调试”链接
39+
40+
![]()
41+
42+
4. 点击“确定”
43+
44+
![]()
45+
46+
5. 打开“控制台”标签
47+
48+
![]()
49+
50+
6. 再次打开身份验证器
51+
7. 复制所有信息并粘贴到issue description中
52+
53+
![]()

0 commit comments

Comments
 (0)