Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the info about ”GitHub Token Configuration“ #858

Merged
merged 2 commits into from
Aug 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@
"github_token_how_to_generate": "How to generate a GitHub Token?",
"github_token_step1": "1. Log in to GitHub and go to Settings.",
"github_token_step2": "2. Select Developer settings.",
"github_token_step3": "3. Choose Personal access tokens, click Tokens(classic), then Generate a personal access token.",
"github_token_step3": "3. Choose Personal access tokens, click Tokens (classic), then Generate a personal access token.",
"github_token_step4": "4. Set token details:",
"github_token_note": "Note",
"github_token_note_description": "A descriptive name, e.g., \"HyperCrx Token\".",
"github_token_note_description": "A descriptive name, e.g., \"HyperCRX Token\".",
"github_token_expiration": "Expiration",
"github_token_expiration_description": "Choose the validity period.",
"github_token_scopes": "Scopes",
Expand Down
4 changes: 2 additions & 2 deletions src/locales/zh_CN/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
"github_token_how_to_generate": "如何生成 GitHub 令牌?",
"github_token_step1": "1. 登录 GitHub 并进入设置。",
"github_token_step2": "2. 选择开发者设置。",
"github_token_step3": "3. 选择个人访问令牌,Tokens(classic),然后生成个人访问令牌。",
"github_token_step3": "3. 选择个人访问令牌,Tokens (classic)然后生成个人访问令牌。",
"github_token_step4": "4. 设置令牌详细信息:",
"github_token_note": "注意",
"github_token_note_description": "描述性名称,例如“HyperCrx Token",
"github_token_note_description": "描述性名称,例如:“HyperCRX Token”。",
"github_token_expiration": "过期时间",
"github_token_expiration_description": "选择有效期。",
"github_token_scopes": "权限范围",
Expand Down
Loading