From f35de8abc292d6a8299646f4b152611aa78aac01 Mon Sep 17 00:00:00 2001 From: Scarlett Zhao <79428895+HalloMelon@users.noreply.github.com> Date: Sat, 10 Aug 2024 15:27:43 +0800 Subject: [PATCH] =?UTF-8?q?Update=20the=20info=20about=20=E2=80=9DGitHub?= =?UTF-8?q?=20Token=20Configuration=E2=80=9C=20(#858)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * update the info in the "GitHub Token Configuration" * update the info about token --- src/locales/en/translation.json | 4 ++-- src/locales/zh_CN/translation.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/locales/en/translation.json b/src/locales/en/translation.json index b84caa86..80d4eda3 100644 --- a/src/locales/en/translation.json +++ b/src/locales/en/translation.json @@ -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", diff --git a/src/locales/zh_CN/translation.json b/src/locales/zh_CN/translation.json index a229fa26..297e042f 100644 --- a/src/locales/zh_CN/translation.json +++ b/src/locales/zh_CN/translation.json @@ -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": "权限范围",