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

docs(i18n): update-access-token-description #854

Merged
merged 1 commit into from
Dec 16, 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
2 changes: 1 addition & 1 deletion frontend/src/locales/en_js/accessToken.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const accessToken = {
title: "User Access Token",
desc: "Access Token is used to authorize you to perform Git-related operations",
desc: "Access tokens authenticate your identity and allow applications to perform actions based on token permissions. Do not share your Access Tokens with anyone.",
refresh: "Refresh Access Token",
refreshWarning:
"After refreshing, the existing Access Token will become invalid. Are you sure you want to continue?",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/locales/zh_js/accessToken.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const accessToken = {
title: "用户 Access Token",
desc: "Access Token 用于授权您执行 Git 相关操作",
desc: "Access Tokens 主要用于验证您的身份,允许应用程序基于Token权限执行操作。请不要与任何人分享您的访问令牌。",
refresh: "刷新 Access Token",
refreshWarning: "刷新之后现有的 Access Token 将会失效,确认继续吗?",
confirm: "继续刷新",
Expand Down
Loading