mirror of
https://github.com/langgenius/dify.git
synced 2026-07-21 18:58:35 +08:00
48 lines
3.1 KiB
JSON
48 lines
3.1 KiB
JSON
{
|
|
"approveError.codeInvalid": "This code is no longer valid.",
|
|
"approveError.codeMismatch": "This code does not match the active session. Run difyctl auth login again.",
|
|
"approveError.codeResolved": "This code was already approved or denied.",
|
|
"approveError.conflict": "This code is no longer in a state we can approve.",
|
|
"approveError.default": "Could not complete the request. Please try again.",
|
|
"approveError.flowExpired": "The flow expired before approval completed. Run difyctl auth login again.",
|
|
"approveError.inProgress": "An approval is already in progress for this code.",
|
|
"approveError.rateLimited": "Too many attempts. Wait a moment and try again.",
|
|
"approveError.serverError": "Something went wrong on our side. Try again in a moment.",
|
|
"approveError.sessionConsumed": "This session was already used. Run difyctl auth login again.",
|
|
"approveError.sessionExpired": "Your session has expired. Run difyctl auth login again to start over.",
|
|
"approveError.verifyFailed": "Could not verify the request. Refresh the page and try again.",
|
|
"authorize.accountSubtitle": "difyctl is requesting access. If you didn't start this from your terminal, click Cancel.",
|
|
"authorize.approve": "Authorize",
|
|
"authorize.identityProvider": "Identity provider:",
|
|
"authorize.loadingSession": "Loading session…",
|
|
"authorize.sessionInvalidBody": "Run <codeTag>difyctl auth login</codeTag> again to start a new sign-in.",
|
|
"authorize.sessionInvalidTitle": "This session is no longer valid",
|
|
"authorize.ssoSubtitle": "difyctl is requesting access via SSO. If you didn't start this from your terminal, close this tab.",
|
|
"authorize.title": "Authorize difyctl",
|
|
"authorize.viaSSO": "via SSO",
|
|
"authorize.workspace": "Workspace:",
|
|
"chooser.signInAccount": "Sign in with Dify account",
|
|
"chooser.signInSSO": "Sign in with SSO",
|
|
"chooser.subtitle": "Code <codeTag>{{code}}</codeTag> is valid. Choose how to sign in.",
|
|
"chooser.title": "Sign in to authorize",
|
|
"codeEntry.codeAriaLabel": "one-time code",
|
|
"codeEntry.continue": "Continue",
|
|
"codeEntry.subtitle": "Enter the code shown in your terminal.",
|
|
"codeEntry.title": "Authorize difyctl",
|
|
"errorExpired.body": "Expired or already used. Run <codeTag>difyctl auth login</codeTag> to get a new code.",
|
|
"errorExpired.title": "Code no longer valid",
|
|
"errorExpired.tryDifferentCode": "← Try a different code",
|
|
"errorLookupFailed.body": "Something went wrong on our side. Try again in a moment.",
|
|
"errorLookupFailed.title": "Could not verify the code",
|
|
"errorRateLimited.body": "Wait a moment and try again.",
|
|
"errorRateLimited.title": "Too many attempts",
|
|
"errorSso.backToLoginOptions": "← Back to login options",
|
|
"errorSso.title": "Sign-in could not be completed",
|
|
"ssoError.default": "Single sign-on could not be completed. Try again.",
|
|
"ssoError.emailBelongsToDifyAccount": "This identity is linked to a Dify account. Use “Sign in with Dify account” instead.",
|
|
"success.goToConsole": "Go to Dify console →",
|
|
"success.subtitle": "Return to your terminal to continue.",
|
|
"success.title": "You're signed in",
|
|
"tryAgain": "← Try again"
|
|
}
|