generate API token in frontend page

This commit is contained in:
MaysWind
2025-11-03 01:27:45 +08:00
parent bb84e8af13
commit b0e01d36ab
38 changed files with 770 additions and 303 deletions
+16 -3
View File
@@ -107,6 +107,10 @@
"EndYY": "{EndYY}년도"
},
"misc": {
"nHour": "{n} Hour",
"nHours": "{n} Hours",
"nDay": "{n} Day",
"nDays": "{n} Days",
"multiTextJoinSeparator": ", ",
"loginWithCustomProvider": "Log in with {name}",
"hoursBehindDefaultTimezone": "기본 시간대보다 {hours}시간 느립니다",
@@ -1105,6 +1109,7 @@
"token is empty": "토큰이 비어 있습니다",
"email verify token is invalid or expired": "이메일 확인 토큰이 유효하지 않거나 만료되었습니다",
"password reset token is invalid or expired": "비밀번호 재설정 토큰이 유효하지 않거나 만료되었습니다",
"not allowed to generate api token": "Not allowed to generate API token",
"passcode is invalid": "일회용 비밀번호가 유효하지 않습니다",
"two-factor backup code is invalid": "2단계 백업 코드가 유효하지 않습니다",
"two-factor is not enabled": "2단계 인증이 활성화되지 않았습니다",
@@ -1307,7 +1312,8 @@
"page": "페이지 인덱스",
"count": "개수",
"templateType": "템플릿 유형",
"comment": "설명"
"comment": "설명",
"expiredInSeconds": "Expiration Time (Seconds)"
},
"parameterizedError": {
"parameter invalid": "{parameter}가 유효하지 않습니다",
@@ -2261,8 +2267,15 @@
"Show Hidden Transaction Templates": "숨겨진 거래 템플릿 표시",
"Hide Hidden Transaction Templates": "숨겨진 거래 템플릿 숨기기",
"Template name cannot be blank": "템플릿 이름은 비워둘 수 없습니다.",
"Generate MCP token": "MCP 토큰 생성",
"Your MCP token does not expire, please keep it secure. When connecting to third-party apps, be aware that they and any large language models they use can access your private data.": "Your MCP token does not expire, please keep it secure. When connecting to third-party apps, be aware that they and any large language models they use can access your private data.",
"Generate Token": "Generate Token",
"Token Type": "Token Type",
"Expiration Time (Seconds)": "Expiration Time (Seconds)",
"Custom Expiration Time (Seconds)": "Custom Expiration Time (Seconds)",
"No Expiration": "No Expiration",
"API Token": "API Token",
"MCP Token": "MCP Token",
"Your token does not expire, please keep it secure.": "Your token does not expire, please keep it secure.",
"When connecting to third-party apps, be aware that they and any large language models they use can access your private data.": "When connecting to third-party apps, be aware that they and any large language models they use can access your private data.",
"Unable to generate token": "토큰을 생성할 수 없습니다.",
"Are you sure you want to logout from this session?": "이 세션에서 로그아웃하시겠습니까?",
"Unable to logout from this session": "이 세션에서 로그아웃할 수 없습니다.",