@stackframe/stack 2.8.12 → 2.8.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +38 -0
- package/dist/components/api-key-dialogs.js +5 -4
- package/dist/components/api-key-dialogs.js.map +1 -1
- package/dist/components/credential-sign-in.js +4 -4
- package/dist/components/credential-sign-up.js +3 -3
- package/dist/components/elements/maybe-full-page.js +1 -1
- package/dist/components/elements/sidebar-layout.js +1 -1
- package/dist/components/magic-link-sign-in.js +3 -3
- package/dist/components/message-cards/known-error-message-card.js +2 -2
- package/dist/components/message-cards/message-card.js +1 -1
- package/dist/components/message-cards/predefined-message-card.js +3 -3
- package/dist/components/oauth-button-group.js +2 -2
- package/dist/components/oauth-button.js +27 -16
- package/dist/components/oauth-button.js.map +1 -1
- package/dist/components/passkey-button.js +2 -2
- package/dist/components/profile-image-editor.js +87 -34
- package/dist/components/profile-image-editor.js.map +1 -1
- package/dist/components/selected-team-switcher.js +41 -9
- package/dist/components/selected-team-switcher.js.map +1 -1
- package/dist/components/{iframe-preventer.js → use-in-iframe.js} +9 -19
- package/dist/components/use-in-iframe.js.map +1 -0
- package/dist/components/user-button.js +41 -8
- package/dist/components/user-button.js.map +1 -1
- package/dist/components-page/account-settings/active-sessions/active-sessions-page.js +57 -12
- package/dist/components-page/account-settings/active-sessions/active-sessions-page.js.map +1 -1
- package/dist/components-page/account-settings/api-keys/api-keys-page.js +100 -12
- package/dist/components-page/account-settings/api-keys/api-keys-page.js.map +1 -1
- package/dist/components-page/account-settings/editable-text.js +1 -1
- package/dist/components-page/account-settings/email-and-auth/email-and-auth-page.js +12 -12
- package/dist/components-page/account-settings/email-and-auth/email-and-auth-page.js.map +1 -1
- package/dist/components-page/account-settings/email-and-auth/emails-section.js +14 -5
- package/dist/components-page/account-settings/email-and-auth/emails-section.js.map +1 -1
- package/dist/components-page/account-settings/email-and-auth/mfa-section.js +18 -5
- package/dist/components-page/account-settings/email-and-auth/mfa-section.js.map +1 -1
- package/dist/components-page/account-settings/email-and-auth/otp-section.js +18 -5
- package/dist/components-page/account-settings/email-and-auth/otp-section.js.map +1 -1
- package/dist/components-page/account-settings/email-and-auth/passkey-section.js +19 -6
- package/dist/components-page/account-settings/email-and-auth/passkey-section.js.map +1 -1
- package/dist/components-page/account-settings/email-and-auth/password-section.js +20 -7
- package/dist/components-page/account-settings/email-and-auth/password-section.js.map +1 -1
- package/dist/components-page/account-settings/profile-page/profile-page.js +18 -8
- package/dist/components-page/account-settings/profile-page/profile-page.js.map +1 -1
- package/dist/components-page/account-settings/settings/delete-account-section.js +19 -10
- package/dist/components-page/account-settings/settings/delete-account-section.js.map +1 -1
- package/dist/components-page/account-settings/settings/settings-page.js +6 -6
- package/dist/components-page/account-settings/settings/settings-page.js.map +1 -1
- package/dist/components-page/account-settings/settings/sign-out-section.js +15 -6
- package/dist/components-page/account-settings/settings/sign-out-section.js.map +1 -1
- package/dist/components-page/account-settings/teams/leave-team-section.js +3 -3
- package/dist/components-page/account-settings/teams/team-api-keys-section.js +5 -5
- package/dist/components-page/account-settings/teams/team-creation-page.js +19 -10
- package/dist/components-page/account-settings/teams/team-creation-page.js.map +1 -1
- package/dist/components-page/account-settings/teams/team-display-name-section.js +4 -4
- package/dist/components-page/account-settings/teams/team-member-invitation-section.js +4 -4
- package/dist/components-page/account-settings/teams/team-member-list-section.js +3 -3
- package/dist/components-page/account-settings/teams/team-page.js +8 -8
- package/dist/components-page/account-settings/teams/team-profile-image-section.js +4 -4
- package/dist/components-page/account-settings/teams/team-profile-user-section.js +4 -4
- package/dist/components-page/account-settings.js +29 -21
- package/dist/components-page/account-settings.js.map +1 -1
- package/dist/components-page/auth-page.js +11 -12
- package/dist/components-page/auth-page.js.map +1 -1
- package/dist/components-page/cli-auth-confirm.js +3 -3
- package/dist/components-page/email-verification.js +3 -3
- package/dist/components-page/error-page.js +6 -6
- package/dist/components-page/error-page.js.map +1 -1
- package/dist/components-page/forgot-password.js +6 -6
- package/dist/components-page/magic-link-callback.js +4 -4
- package/dist/components-page/mfa.js +190 -0
- package/dist/components-page/mfa.js.map +1 -0
- package/dist/components-page/oauth-callback.js +4 -4
- package/dist/components-page/password-reset.js +6 -6
- package/dist/components-page/sign-in.js +3 -2
- package/dist/components-page/sign-in.js.map +1 -1
- package/dist/components-page/sign-out.js +2 -2
- package/dist/components-page/sign-up.js +1 -1
- package/dist/components-page/stack-handler.js +25 -14
- package/dist/components-page/stack-handler.js.map +1 -1
- package/dist/components-page/team-creation.js +4 -4
- package/dist/components-page/team-invitation.js +3 -3
- package/dist/esm/components/api-key-dialogs.js +5 -4
- package/dist/esm/components/api-key-dialogs.js.map +1 -1
- package/dist/esm/components/credential-sign-in.js +4 -4
- package/dist/esm/components/credential-sign-up.js +3 -3
- package/dist/esm/components/elements/maybe-full-page.js +1 -1
- package/dist/esm/components/elements/sidebar-layout.js +1 -1
- package/dist/esm/components/magic-link-sign-in.js +3 -3
- package/dist/esm/components/message-cards/known-error-message-card.js +2 -2
- package/dist/esm/components/message-cards/message-card.js +1 -1
- package/dist/esm/components/message-cards/predefined-message-card.js +3 -3
- package/dist/esm/components/oauth-button-group.js +2 -2
- package/dist/esm/components/oauth-button.js +28 -17
- package/dist/esm/components/oauth-button.js.map +1 -1
- package/dist/esm/components/passkey-button.js +2 -2
- package/dist/esm/components/profile-image-editor.js +86 -34
- package/dist/esm/components/profile-image-editor.js.map +1 -1
- package/dist/esm/components/selected-team-switcher.js +41 -9
- package/dist/esm/components/selected-team-switcher.js.map +1 -1
- package/dist/esm/components/use-in-iframe.js +18 -0
- package/dist/esm/components/use-in-iframe.js.map +1 -0
- package/dist/esm/components/user-button.js +41 -8
- package/dist/esm/components/user-button.js.map +1 -1
- package/dist/esm/components-page/account-settings/active-sessions/active-sessions-page.js +57 -12
- package/dist/esm/components-page/account-settings/active-sessions/active-sessions-page.js.map +1 -1
- package/dist/esm/components-page/account-settings/api-keys/api-keys-page.js +100 -12
- package/dist/esm/components-page/account-settings/api-keys/api-keys-page.js.map +1 -1
- package/dist/esm/components-page/account-settings/editable-text.js +1 -1
- package/dist/esm/components-page/account-settings/email-and-auth/email-and-auth-page.js +12 -12
- package/dist/esm/components-page/account-settings/email-and-auth/email-and-auth-page.js.map +1 -1
- package/dist/esm/components-page/account-settings/email-and-auth/emails-section.js +14 -5
- package/dist/esm/components-page/account-settings/email-and-auth/emails-section.js.map +1 -1
- package/dist/esm/components-page/account-settings/email-and-auth/mfa-section.js +18 -5
- package/dist/esm/components-page/account-settings/email-and-auth/mfa-section.js.map +1 -1
- package/dist/esm/components-page/account-settings/email-and-auth/otp-section.js +18 -5
- package/dist/esm/components-page/account-settings/email-and-auth/otp-section.js.map +1 -1
- package/dist/esm/components-page/account-settings/email-and-auth/passkey-section.js +19 -6
- package/dist/esm/components-page/account-settings/email-and-auth/passkey-section.js.map +1 -1
- package/dist/esm/components-page/account-settings/email-and-auth/password-section.js +20 -7
- package/dist/esm/components-page/account-settings/email-and-auth/password-section.js.map +1 -1
- package/dist/esm/components-page/account-settings/profile-page/profile-page.js +18 -8
- package/dist/esm/components-page/account-settings/profile-page/profile-page.js.map +1 -1
- package/dist/esm/components-page/account-settings/settings/delete-account-section.js +19 -10
- package/dist/esm/components-page/account-settings/settings/delete-account-section.js.map +1 -1
- package/dist/esm/components-page/account-settings/settings/settings-page.js +6 -6
- package/dist/esm/components-page/account-settings/settings/settings-page.js.map +1 -1
- package/dist/esm/components-page/account-settings/settings/sign-out-section.js +15 -6
- package/dist/esm/components-page/account-settings/settings/sign-out-section.js.map +1 -1
- package/dist/esm/components-page/account-settings/teams/leave-team-section.js +3 -3
- package/dist/esm/components-page/account-settings/teams/team-api-keys-section.js +5 -5
- package/dist/esm/components-page/account-settings/teams/team-creation-page.js +19 -10
- package/dist/esm/components-page/account-settings/teams/team-creation-page.js.map +1 -1
- package/dist/esm/components-page/account-settings/teams/team-display-name-section.js +4 -4
- package/dist/esm/components-page/account-settings/teams/team-member-invitation-section.js +4 -4
- package/dist/esm/components-page/account-settings/teams/team-member-list-section.js +3 -3
- package/dist/esm/components-page/account-settings/teams/team-page.js +8 -8
- package/dist/esm/components-page/account-settings/teams/team-profile-image-section.js +4 -4
- package/dist/esm/components-page/account-settings/teams/team-profile-user-section.js +4 -4
- package/dist/esm/components-page/account-settings.js +29 -21
- package/dist/esm/components-page/account-settings.js.map +1 -1
- package/dist/esm/components-page/auth-page.js +11 -12
- package/dist/esm/components-page/auth-page.js.map +1 -1
- package/dist/esm/components-page/cli-auth-confirm.js +3 -3
- package/dist/esm/components-page/email-verification.js +3 -3
- package/dist/esm/components-page/error-page.js +6 -6
- package/dist/esm/components-page/error-page.js.map +1 -1
- package/dist/esm/components-page/forgot-password.js +6 -6
- package/dist/esm/components-page/magic-link-callback.js +4 -4
- package/dist/esm/components-page/mfa.js +174 -0
- package/dist/esm/components-page/mfa.js.map +1 -0
- package/dist/esm/components-page/oauth-callback.js +4 -4
- package/dist/esm/components-page/password-reset.js +6 -6
- package/dist/esm/components-page/sign-in.js +3 -2
- package/dist/esm/components-page/sign-in.js.map +1 -1
- package/dist/esm/components-page/sign-out.js +2 -2
- package/dist/esm/components-page/sign-up.js +1 -1
- package/dist/esm/components-page/stack-handler.js +25 -14
- package/dist/esm/components-page/stack-handler.js.map +1 -1
- package/dist/esm/components-page/team-creation.js +4 -4
- package/dist/esm/components-page/team-invitation.js +3 -3
- package/dist/esm/generated/global-css.js +1 -1
- package/dist/esm/generated/global-css.js.map +1 -1
- package/dist/esm/generated/quetzal-translations.js +3574 -2364
- package/dist/esm/generated/quetzal-translations.js.map +1 -1
- package/dist/esm/index.js +22 -22
- package/dist/esm/lib/auth.js +2 -2
- package/dist/esm/lib/cookie.js +1 -129
- package/dist/esm/lib/cookie.js.map +1 -1
- package/dist/esm/lib/hooks.js +1 -1
- package/dist/esm/lib/stack-app/apps/implementations/admin-app-impl.js +8 -8
- package/dist/esm/lib/stack-app/apps/implementations/admin-app-impl.js.map +1 -1
- package/dist/esm/lib/stack-app/apps/implementations/client-app-impl.js +52 -21
- package/dist/esm/lib/stack-app/apps/implementations/client-app-impl.js.map +1 -1
- package/dist/esm/lib/stack-app/apps/implementations/common.js +2 -1
- package/dist/esm/lib/stack-app/apps/implementations/common.js.map +1 -1
- package/dist/esm/lib/stack-app/apps/implementations/index.js +3 -3
- package/dist/esm/lib/stack-app/apps/implementations/server-app-impl.js +8 -8
- package/dist/esm/lib/stack-app/apps/index.js +3 -3
- package/dist/esm/lib/stack-app/apps/interfaces/admin-app.js +1 -1
- package/dist/esm/lib/stack-app/apps/interfaces/client-app.js +1 -1
- package/dist/esm/lib/stack-app/apps/interfaces/client-app.js.map +1 -1
- package/dist/esm/lib/stack-app/apps/interfaces/server-app.js +1 -1
- package/dist/esm/lib/stack-app/common.js.map +1 -1
- package/dist/esm/lib/stack-app/index.js +2 -2
- package/dist/esm/lib/stack-app/internal-api-keys/index.js.map +1 -1
- package/dist/esm/lib/translations.js +1 -1
- package/dist/esm/providers/stack-provider-client.js +2 -2
- package/dist/esm/providers/stack-provider.js +3 -3
- package/dist/esm/providers/theme-provider.js +3 -3
- package/dist/esm/providers/translation-provider.js +2 -2
- package/dist/esm/utils/browser-script.js +1 -1
- package/dist/generated/global-css.js +1 -1
- package/dist/generated/global-css.js.map +1 -1
- package/dist/generated/quetzal-translations.js +3574 -2364
- package/dist/generated/quetzal-translations.js.map +1 -1
- package/dist/index.d.mts +71 -2
- package/dist/index.d.ts +71 -2
- package/dist/index.js +23 -23
- package/dist/index.js.map +1 -1
- package/dist/lib/auth.js +2 -2
- package/dist/lib/cookie.js +4 -132
- package/dist/lib/cookie.js.map +1 -1
- package/dist/lib/hooks.js +1 -1
- package/dist/lib/stack-app/apps/implementations/admin-app-impl.js +8 -8
- package/dist/lib/stack-app/apps/implementations/admin-app-impl.js.map +1 -1
- package/dist/lib/stack-app/apps/implementations/client-app-impl.js +52 -21
- package/dist/lib/stack-app/apps/implementations/client-app-impl.js.map +1 -1
- package/dist/lib/stack-app/apps/implementations/common.js +2 -1
- package/dist/lib/stack-app/apps/implementations/common.js.map +1 -1
- package/dist/lib/stack-app/apps/implementations/index.js +3 -3
- package/dist/lib/stack-app/apps/implementations/server-app-impl.js +8 -8
- package/dist/lib/stack-app/apps/index.js +3 -3
- package/dist/lib/stack-app/apps/interfaces/admin-app.js +1 -1
- package/dist/lib/stack-app/apps/interfaces/client-app.js +1 -1
- package/dist/lib/stack-app/apps/interfaces/client-app.js.map +1 -1
- package/dist/lib/stack-app/apps/interfaces/server-app.js +1 -1
- package/dist/lib/stack-app/common.js.map +1 -1
- package/dist/lib/stack-app/index.js +2 -2
- package/dist/lib/stack-app/internal-api-keys/index.js.map +1 -1
- package/dist/lib/translations.js +1 -1
- package/dist/providers/stack-provider-client.js +2 -2
- package/dist/providers/stack-provider.js +3 -3
- package/dist/providers/theme-provider.js +3 -3
- package/dist/providers/translation-provider.js +2 -2
- package/dist/utils/browser-script.js +1 -1
- package/package.json +5 -5
- package/dist/components/iframe-preventer.js.map +0 -1
- package/dist/esm/components/iframe-preventer.js +0 -28
- package/dist/esm/components/iframe-preventer.js.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -65,6 +65,7 @@ type HandlerUrls = {
|
|
|
65
65
|
magicLinkCallback: string;
|
|
66
66
|
accountSettings: string;
|
|
67
67
|
teamInvitation: string;
|
|
68
|
+
mfa: string;
|
|
68
69
|
error: string;
|
|
69
70
|
};
|
|
70
71
|
type OAuthScopesOnSignIn = {
|
|
@@ -924,6 +925,9 @@ type StackClientApp<HasTokenStore extends boolean = boolean, ProjectId extends s
|
|
|
924
925
|
signInWithMagicLink(code: string, options?: {
|
|
925
926
|
noRedirect?: boolean;
|
|
926
927
|
}): Promise<Result<undefined, KnownErrors["VerificationCodeError"] | KnownErrors["InvalidTotpCode"]>>;
|
|
928
|
+
signInWithMfa(otp: string, code: string, options?: {
|
|
929
|
+
noRedirect?: boolean;
|
|
930
|
+
}): Promise<Result<undefined, KnownErrors["VerificationCodeError"] | KnownErrors["InvalidTotpCode"]>>;
|
|
927
931
|
redirectToOAuthCallback(): Promise<void>;
|
|
928
932
|
useUser(options: GetUserOptions$1<HasTokenStore> & {
|
|
929
933
|
or: 'redirect';
|
|
@@ -966,7 +970,35 @@ declare function AccountSettings(props: {
|
|
|
966
970
|
} | {
|
|
967
971
|
iconName?: keyof typeof icons;
|
|
968
972
|
}))[];
|
|
969
|
-
|
|
973
|
+
mockUser?: {
|
|
974
|
+
displayName?: string;
|
|
975
|
+
profileImageUrl?: string;
|
|
976
|
+
};
|
|
977
|
+
mockApiKeys?: Array<{
|
|
978
|
+
id: string;
|
|
979
|
+
description: string;
|
|
980
|
+
createdAt: string;
|
|
981
|
+
expiresAt?: string;
|
|
982
|
+
manuallyRevokedAt?: string;
|
|
983
|
+
}>;
|
|
984
|
+
mockProject?: {
|
|
985
|
+
config: {
|
|
986
|
+
allowUserApiKeys: boolean;
|
|
987
|
+
clientTeamCreationEnabled: boolean;
|
|
988
|
+
};
|
|
989
|
+
};
|
|
990
|
+
mockSessions?: Array<{
|
|
991
|
+
id: string;
|
|
992
|
+
isCurrentSession: boolean;
|
|
993
|
+
isImpersonation?: boolean;
|
|
994
|
+
createdAt: string;
|
|
995
|
+
lastUsedAt?: string;
|
|
996
|
+
geoInfo?: {
|
|
997
|
+
ip?: string;
|
|
998
|
+
cityName?: string;
|
|
999
|
+
};
|
|
1000
|
+
}>;
|
|
1001
|
+
}): react_jsx_runtime.JSX.Element | null;
|
|
970
1002
|
|
|
971
1003
|
declare function CliAuthConfirmation({ fullPage }: {
|
|
972
1004
|
fullPage?: boolean;
|
|
@@ -995,6 +1027,12 @@ declare function OAuthCallback({ fullPage }: {
|
|
|
995
1027
|
fullPage?: boolean;
|
|
996
1028
|
}): react_jsx_runtime.JSX.Element;
|
|
997
1029
|
|
|
1030
|
+
declare function MFA(props: {
|
|
1031
|
+
fullPage?: boolean;
|
|
1032
|
+
onSuccess?: () => void;
|
|
1033
|
+
onCancel?: () => void;
|
|
1034
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1035
|
+
|
|
998
1036
|
declare function PasswordReset({ searchParams, fullPage, }: {
|
|
999
1037
|
searchParams: Record<string, string>;
|
|
1000
1038
|
fullPage?: boolean;
|
|
@@ -1022,6 +1060,7 @@ type Components = {
|
|
|
1022
1060
|
ErrorPage: typeof ErrorPage;
|
|
1023
1061
|
AccountSettings: typeof AccountSettings;
|
|
1024
1062
|
CliAuthConfirmation: typeof CliAuthConfirmation;
|
|
1063
|
+
MFA: typeof MFA;
|
|
1025
1064
|
};
|
|
1026
1065
|
type RouteProps = {
|
|
1027
1066
|
params: Promise<{
|
|
@@ -1071,7 +1110,7 @@ declare function useStackApp<ProjectId extends string>(options?: {
|
|
|
1071
1110
|
projectIdMustMatch?: ProjectId;
|
|
1072
1111
|
}): StackClientApp<true, ProjectId>;
|
|
1073
1112
|
|
|
1074
|
-
declare const quetzalLocales: Map<"de-DE" | "en-US" | "es-419" | "es-ES" | "fr-CA" | "fr-FR" | "it-IT" | "pt-BR" | "pt-PT" | "zh-CN" | "zh-TW", Map<"__stack-auto-translation-0" | "__stack-auto-translation-1" | "__stack-auto-translation-2" | "__stack-auto-translation-3" | "__stack-auto-translation-4" | "__stack-auto-translation-5" | "__stack-auto-translation-6" | "__stack-auto-translation-7" | "__stack-auto-translation-8" | "__stack-auto-translation-9" | "__stack-auto-translation-10" | "__stack-auto-translation-11" | "__stack-auto-translation-12" | "__stack-auto-translation-13" | "__stack-auto-translation-14" | "__stack-auto-translation-15" | "__stack-auto-translation-16" | "__stack-auto-translation-17" | "__stack-auto-translation-18" | "__stack-auto-translation-19" | "__stack-auto-translation-20" | "__stack-auto-translation-21" | "__stack-auto-translation-22" | "__stack-auto-translation-23" | "__stack-auto-translation-24" | "__stack-auto-translation-25" | "__stack-auto-translation-26" | "__stack-auto-translation-27" | "__stack-auto-translation-28" | "__stack-auto-translation-29" | "__stack-auto-translation-30" | "__stack-auto-translation-31" | "__stack-auto-translation-32" | "__stack-auto-translation-33" | "__stack-auto-translation-34" | "__stack-auto-translation-35" | "__stack-auto-translation-36" | "__stack-auto-translation-37" | "__stack-auto-translation-38" | "__stack-auto-translation-39" | "__stack-auto-translation-40" | "__stack-auto-translation-41" | "__stack-auto-translation-42" | "__stack-auto-translation-43" | "__stack-auto-translation-44" | "__stack-auto-translation-45" | "__stack-auto-translation-46" | "__stack-auto-translation-47" | "__stack-auto-translation-48" | "__stack-auto-translation-49" | "__stack-auto-translation-50" | "__stack-auto-translation-51" | "__stack-auto-translation-52" | "__stack-auto-translation-53" | "__stack-auto-translation-54" | "__stack-auto-translation-55" | "__stack-auto-translation-56" | "__stack-auto-translation-57" | "__stack-auto-translation-58" | "__stack-auto-translation-59" | "__stack-auto-translation-60" | "__stack-auto-translation-61" | "__stack-auto-translation-62" | "__stack-auto-translation-63" | "__stack-auto-translation-64" | "__stack-auto-translation-65" | "__stack-auto-translation-66" | "__stack-auto-translation-67" | "__stack-auto-translation-68" | "__stack-auto-translation-69" | "__stack-auto-translation-70" | "__stack-auto-translation-71" | "__stack-auto-translation-72" | "__stack-auto-translation-73" | "__stack-auto-translation-74" | "__stack-auto-translation-75" | "__stack-auto-translation-76" | "__stack-auto-translation-77" | "__stack-auto-translation-78" | "__stack-auto-translation-79" | "__stack-auto-translation-80" | "__stack-auto-translation-81" | "__stack-auto-translation-82" | "__stack-auto-translation-83" | "__stack-auto-translation-84" | "__stack-auto-translation-85" | "__stack-auto-translation-86" | "__stack-auto-translation-87" | "__stack-auto-translation-88" | "__stack-auto-translation-89" | "__stack-auto-translation-90" | "__stack-auto-translation-91" | "__stack-auto-translation-92" | "__stack-auto-translation-93" | "__stack-auto-translation-94" | "__stack-auto-translation-95" | "__stack-auto-translation-96" | "__stack-auto-translation-97" | "__stack-auto-translation-98" | "__stack-auto-translation-99" | "__stack-auto-translation-100" | "__stack-auto-translation-101" | "__stack-auto-translation-102" | "__stack-auto-translation-103" | "__stack-auto-translation-104" | "__stack-auto-translation-105" | "__stack-auto-translation-106" | "__stack-auto-translation-107" | "__stack-auto-translation-108" | "__stack-auto-translation-109" | "__stack-auto-translation-110" | "__stack-auto-translation-111" | "__stack-auto-translation-112" | "__stack-auto-translation-113" | "__stack-auto-translation-114" | "__stack-auto-translation-115" | "__stack-auto-translation-116" | "__stack-auto-translation-117" | "__stack-auto-translation-118" | "__stack-auto-translation-119" | "__stack-auto-translation-120" | "__stack-auto-translation-121" | "__stack-auto-translation-122" | "__stack-auto-translation-123" | "__stack-auto-translation-124" | "__stack-auto-translation-125" | "__stack-auto-translation-126" | "__stack-auto-translation-127" | "__stack-auto-translation-128" | "__stack-auto-translation-129" | "__stack-auto-translation-130" | "__stack-auto-translation-131" | "__stack-auto-translation-132" | "__stack-auto-translation-133" | "__stack-auto-translation-134" | "__stack-auto-translation-135" | "__stack-auto-translation-136" | "__stack-auto-translation-137" | "__stack-auto-translation-138" | "__stack-auto-translation-139" | "__stack-auto-translation-140" | "__stack-auto-translation-141" | "__stack-auto-translation-142" | "__stack-auto-translation-143" | "__stack-auto-translation-144" | "__stack-auto-translation-145" | "__stack-auto-translation-146" | "__stack-auto-translation-147" | "__stack-auto-translation-148" | "__stack-auto-translation-149" | "__stack-auto-translation-150" | "__stack-auto-translation-151" | "__stack-auto-translation-152" | "__stack-auto-translation-153" | "__stack-auto-translation-154" | "__stack-auto-translation-155" | "__stack-auto-translation-156" | "__stack-auto-translation-157" | "__stack-auto-translation-158" | "__stack-auto-translation-159" | "__stack-auto-translation-160" | "__stack-auto-translation-161" | "__stack-auto-translation-162" | "__stack-auto-translation-163" | "__stack-auto-translation-164" | "__stack-auto-translation-165" | "__stack-auto-translation-166" | "__stack-auto-translation-167" | "__stack-auto-translation-168" | "__stack-auto-translation-169" | "__stack-auto-translation-170" | "__stack-auto-translation-171" | "__stack-auto-translation-172" | "__stack-auto-translation-173" | "__stack-auto-translation-174" | "__stack-auto-translation-175" | "__stack-auto-translation-176" | "__stack-auto-translation-177" | "__stack-auto-translation-178" | "__stack-auto-translation-179" | "__stack-auto-translation-180" | "__stack-auto-translation-181" | "__stack-auto-translation-182" | "__stack-auto-translation-183" | "__stack-auto-translation-184" | "__stack-auto-translation-185" | "__stack-auto-translation-186" | "__stack-auto-translation-187" | "__stack-auto-translation-188" | "__stack-auto-translation-189" | "__stack-auto-translation-190" | "__stack-auto-translation-191" | "__stack-auto-translation-192" | "__stack-auto-translation-193" | "__stack-auto-translation-194" | "__stack-auto-translation-195" | "__stack-auto-translation-196", "Teams" | "Passkey" | "Name" | "Kontoeinstellungen" | "Sind Sie sicher, dass Sie das Team verlassen möchten?" | "Passkey-Anmeldung ist aktiviert und kann nicht deaktiviert werden, da es derzeit die einzige Anmeldemethode ist" | "Passwort" | "Passwort erfolgreich zurückgesetzt!" | "Passwörter stimmen nicht überein" | "Löschen Sie Ihr Konto und alle zugehörigen Daten dauerhaft" | "Bitte überprüfen Sie, ob Sie den richtigen Link haben. Wenn weiterhin Probleme auftreten, kontaktieren Sie bitte den Support." | "Bitte überprüfen Sie, ob Sie den richtigen Link zum Zurücksetzen des Passworts haben." | "Bitte überprüfen Sie, ob Sie den korrekten Team-Einladungslink haben." | "Bitte geben Sie einen Teamnamen ein" | "Bitte geben Sie eine gültige E-Mail-Adresse ein" | "Abbrechen" | "Bitte geben Sie eine E-Mail-Adresse ein" | "Bitte geben Sie Ihre E-Mail-Adresse ein" | "Bitte geben Sie Ihr altes Passwort ein" | "Bitte geben Sie Ihr Passwort ein" | "Bitte wiederholen Sie Ihr Passwort" | "Bitte versuchen Sie es erneut und kontaktieren Sie den Support, falls das Problem weiterhin besteht." | "Bitte verifizieren Sie zuerst Ihre E-Mail-Adresse" | "Primär" | "Profilbild" | "Ändern Sie den Anzeigenamen Ihres Teams" | "Passkey registrieren" | "Entfernen" | "Neues Passwort wiederholen" | "Passwort wiederholen" | "Passwort zurücksetzen" | "Speichern" | "Scannen Sie diesen QR-Code mit Ihrer Authentifizierungs-App:" | "E-Mail senden" | "hier klicken" | "E-Mail-Verifizierung senden" | "Legen Sie ein Passwort für Ihr Konto fest" | "Als Primär festlegen" | "Passwort festlegen" | "Einstellungen" | "Anmelden" | "Erneut anmelden" | "Erstellen" | "Melden Sie sich an oder erstellen Sie ein Konto, um dem Team beizutreten." | "Melden Sie sich in Ihrem Konto an" | "Mit Passkey anmelden" | "Mit {provider} anmelden" | "Abmelden" | "Registrieren" | "Die Registrierung für neue Benutzer ist derzeit nicht aktiviert." | "Mit Passkey registrieren" | "Mit {provider} registrieren" | "Ein neues Konto erstellen" | "Erfolgreich angemeldet!" | "Bei der Verarbeitung des OAuth-Callbacks ist etwas schiefgelaufen:" | "Nicht mehr zur Anmeldung verwenden" | "Teamerstellung ist nicht aktiviert" | "Team-Anzeigename" | "Teameinladung" | "Teamprofilbild" | "Teamnutzername" | "Der Magic-Link wurde bereits verwendet. Der Link kann nur einmal benutzt werden. Bitte fordern Sie einen neuen Magic-Link an, wenn Sie sich erneut anmelden müssen." | "Erstellen Sie ein Team" | "Der Anmeldevorgang wurde abgebrochen. Bitte versuchen Sie es erneut. [access_denied]" | "Der Benutzer ist bereits mit einem anderen OAuth-Konto verbunden. Haben Sie möglicherweise das falsche Konto auf der Seite des OAuth-Anbieters ausgewählt?" | "Geben Sie dann Ihren sechsstelligen MFA-Code ein:" | "Dieses Konto ist bereits mit einem anderen Benutzer verbunden. Bitte verbinden Sie ein anderes Konto." | "Diese E-Mail wird bereits von einem anderen Benutzer für die Anmeldung verwendet." | "Dies ist ein Anzeigename und wird nicht für die Authentifizierung verwendet" | "Dies ist höchstwahrscheinlich ein Fehler in Stack. Bitte melden Sie ihn." | "Dieser Link zum Zurücksetzen des Passworts wurde bereits verwendet. Falls Sie Ihr Passwort erneut zurücksetzen müssen, fordern Sie bitte einen neuen Link zum Zurücksetzen des Passworts auf der Anmeldeseite an." | "Dieser Teameinladungslink wurde bereits verwendet." | "Um die OTP-Anmeldung zu aktivieren, fügen Sie bitte eine verifizierte Anmelde-E-Mail hinzu." | "Ein Team erstellen" | "Um die Passkey-Anmeldung zu aktivieren, fügen Sie bitte eine verifizierte Anmelde-E-Mail hinzu." | "Um ein Passwort festzulegen, fügen Sie bitte eine Anmelde-E-Mail hinzu." | "Theme umschalten" | "TOTP-Mehrfaktor-Authentifizierungs-QR-Code" | "Nicht verifiziert" | "Passwort aktualisieren" | "Aktualisieren Sie Ihr Passwort" | "Laden Sie ein Bild für Ihr Team hoch" | "Laden Sie Ihr eigenes Bild als Avatar hoch" | "Aktuelles Team" | "Für die Anmeldung verwenden" | "Für die Anmeldung verwendet" | "Verwendeter Link zum Zurücksetzen des Passworts" | "Verwendeter Team-Einladungslink" | "Benutzer" | "Benutzername" | "Bestätigen" | "Sie sind bereits angemeldet" | "Sie sind derzeit nicht angemeldet." | "Sie können Ihre letzte Anmelde-E-Mail nicht entfernen" | "Gefahrenzone" | "Ihre E-Mail wurde verifiziert!" | "Ihre E-Mail-Adresse" | "Ihr E-Mail-Bestätigungslink ist abgelaufen. Bitte fordern Sie in Ihren Kontoeinstellungen einen neuen Bestätigungslink an." | "Ihr Magic Link ist abgelaufen. Bitte fordern Sie einen neuen Magic Link an, wenn Sie sich anmelden müssen." | "Ihr Passwort wurde zurückgesetzt. Sie können sich jetzt mit Ihrem neuen Passwort anmelden." | "Ihr Link zum Zurücksetzen des Passworts ist abgelaufen. Bitte fordern Sie einen neuen Link zum Zurücksetzen des Passworts von der Anmeldeseite an." | "Ihr Team-Einladungslink ist abgelaufen. Bitte fordern Sie einen neuen Team-Einladungslink an " | "Hinzufügen" | "Konto löschen" | "Passkey löschen" | "Deaktivieren" | "MFA deaktivieren" | "OTP deaktivieren" | "Anzeigename" | "Möchten Sie sich anmelden?" | "Möchten Sie Ihre E-Mail-Adresse bestätigen?" | "Noch kein Konto?" | "Eine E-Mail-Adresse hinzufügen" | "Kein Zurücksetzen nötig?" | "E-Mail" | "E-Mail & Passwort" | "E-Mail existiert bereits" | "E-Mail ist erforderlich" | "E-Mail gesendet!" | "E-Mails" | "E-Mails & Authentifizierung" | "MFA aktivieren" | "OTP aktivieren" | "Neue Passkey hinzufügen" | "Aktivieren Sie die Anmeldung über einen magischen Link oder OTP, die an Ihre Anmelde-E-Mails gesendet werden." | "Beenden Sie Ihre aktuelle Sitzung" | "Geben Sie einen Anzeigenamen für Ihr neues Team ein" | "E-Mail-Adresse eingeben" | "Geben Sie den Code aus Ihrer E-Mail ein" | "Abgelaufener Magic Link" | "Abgelaufener Link zum Zurücksetzen des Passworts" | "Abgelaufener Team-Einladungslink" | "Abgelaufener Verifizierungslink" | "Läuft ab" | "Haben Sie bereits ein Konto?" | "Verbindung des Kontos fehlgeschlagen" | "Passwort konnte nicht zurückgesetzt werden" | "Passwort konnte nicht zurückgesetzt werden. Bitte fordern Sie einen neuen Link zum Zurücksetzen des Passworts an" | "Passwort vergessen?" | "Zur Startseite" | "Wenn der Benutzer mit dieser E-Mail-Adresse existiert, wurde eine E-Mail an Ihren Posteingang gesendet. Überprüfen Sie auch Ihren Spam-Ordner." | "Wenn Sie nicht automatisch weitergeleitet werden, " | "Ignorieren" | "Falscher Code. Bitte versuchen Sie es erneut." | "Ein unbekannter Fehler ist aufgetreten" | "Falsches Passwort" | "Ungültiger Code" | "Ungültiges Bild" | "Ungültiger Magic Link" | "Ungültiger Link zum Zurücksetzen des Passworts" | "Ungültiger Team-Einladungslink" | "Ungültiger TOTP-Code" | "Ungültiger Verifizierungslink" | "Laden Sie einen Benutzer per E-Mail in Ihr Team ein" | "Mitglied einladen" | "Sind Sie sicher, dass Sie Ihr Konto löschen möchten? Diese Aktion ist UNWIDERRUFLICH und löscht ALLE zugehörigen Daten." | "Benutzer einladen" | "Beitreten" | "Verlassen" | "Team verlassen" | "dieses Team verlassen und Ihr Teamprofil entfernen" | "Bereits verwendeter Magic-Link" | "Mitglieder" | "Mehr-Faktor-Authentifizierung" | "Zwei-Faktor-Authentifizierung ist derzeit deaktiviert." | "Sind Sie sicher, dass Sie die OTP-Anmeldung deaktivieren möchten? Sie können sich dann nicht mehr nur mit E-Mails anmelden." | "Mehrfaktor-Authentifizierung ist derzeit aktiviert." | "Mein Profil" | "Neue Kontoregistrierung ist nicht erlaubt" | "Neues Passwort" | "Keine Authentifizierungsmethode aktiviert." | "Noch keine Teams" | "Nicht angemeldet" | "OAuth-Anbieter-Zugriff verweigert" | "Möchten Sie die Passkey-Anmeldung wirklich deaktivieren? Sie können sich dann nicht mehr mit Ihrem Passkey anmelden." | "Altes Passwort" | "Oder fortfahren mit" | "Andere Teams" | "OTP-Anmeldung" | "OTP-Anmeldung ist aktiviert und kann nicht deaktiviert werden, da es derzeit die einzige Anmeldemethode ist" | "Die Anmeldung per OTP/magischem Link ist derzeit aktiviert." | "Ausstehende Einladungen" | "Überschreiben Sie Ihren Benutzeranzeigenamen in diesem Team" | "Passkey registriert"> | Map<"__stack-auto-translation-0" | "__stack-auto-translation-1" | "__stack-auto-translation-2" | "__stack-auto-translation-3" | "__stack-auto-translation-4" | "__stack-auto-translation-5" | "__stack-auto-translation-6" | "__stack-auto-translation-7" | "__stack-auto-translation-8" | "__stack-auto-translation-9" | "__stack-auto-translation-10" | "__stack-auto-translation-11" | "__stack-auto-translation-12" | "__stack-auto-translation-13" | "__stack-auto-translation-14" | "__stack-auto-translation-15" | "__stack-auto-translation-16" | "__stack-auto-translation-17" | "__stack-auto-translation-18" | "__stack-auto-translation-19" | "__stack-auto-translation-20" | "__stack-auto-translation-21" | "__stack-auto-translation-22" | "__stack-auto-translation-23" | "__stack-auto-translation-24" | "__stack-auto-translation-25" | "__stack-auto-translation-26" | "__stack-auto-translation-27" | "__stack-auto-translation-28" | "__stack-auto-translation-29" | "__stack-auto-translation-30" | "__stack-auto-translation-31" | "__stack-auto-translation-32" | "__stack-auto-translation-33" | "__stack-auto-translation-34" | "__stack-auto-translation-35" | "__stack-auto-translation-36" | "__stack-auto-translation-37" | "__stack-auto-translation-38" | "__stack-auto-translation-39" | "__stack-auto-translation-40" | "__stack-auto-translation-41" | "__stack-auto-translation-42" | "__stack-auto-translation-43" | "__stack-auto-translation-44" | "__stack-auto-translation-45" | "__stack-auto-translation-46" | "__stack-auto-translation-47" | "__stack-auto-translation-48" | "__stack-auto-translation-49" | "__stack-auto-translation-50" | "__stack-auto-translation-51" | "__stack-auto-translation-52" | "__stack-auto-translation-53" | "__stack-auto-translation-54" | "__stack-auto-translation-55" | "__stack-auto-translation-56" | "__stack-auto-translation-57" | "__stack-auto-translation-58" | "__stack-auto-translation-59" | "__stack-auto-translation-60" | "__stack-auto-translation-61" | "__stack-auto-translation-62" | "__stack-auto-translation-63" | "__stack-auto-translation-64" | "__stack-auto-translation-65" | "__stack-auto-translation-66" | "__stack-auto-translation-67" | "__stack-auto-translation-68" | "__stack-auto-translation-69" | "__stack-auto-translation-70" | "__stack-auto-translation-71" | "__stack-auto-translation-72" | "__stack-auto-translation-73" | "__stack-auto-translation-74" | "__stack-auto-translation-75" | "__stack-auto-translation-76" | "__stack-auto-translation-77" | "__stack-auto-translation-78" | "__stack-auto-translation-79" | "__stack-auto-translation-80" | "__stack-auto-translation-81" | "__stack-auto-translation-82" | "__stack-auto-translation-83" | "__stack-auto-translation-84" | "__stack-auto-translation-85" | "__stack-auto-translation-86" | "__stack-auto-translation-87" | "__stack-auto-translation-88" | "__stack-auto-translation-89" | "__stack-auto-translation-90" | "__stack-auto-translation-91" | "__stack-auto-translation-92" | "__stack-auto-translation-93" | "__stack-auto-translation-94" | "__stack-auto-translation-95" | "__stack-auto-translation-96" | "__stack-auto-translation-97" | "__stack-auto-translation-98" | "__stack-auto-translation-99" | "__stack-auto-translation-100" | "__stack-auto-translation-101" | "__stack-auto-translation-102" | "__stack-auto-translation-103" | "__stack-auto-translation-104" | "__stack-auto-translation-105" | "__stack-auto-translation-106" | "__stack-auto-translation-107" | "__stack-auto-translation-108" | "__stack-auto-translation-109" | "__stack-auto-translation-110" | "__stack-auto-translation-111" | "__stack-auto-translation-112" | "__stack-auto-translation-113" | "__stack-auto-translation-114" | "__stack-auto-translation-115" | "__stack-auto-translation-116" | "__stack-auto-translation-117" | "__stack-auto-translation-118" | "__stack-auto-translation-119" | "__stack-auto-translation-120" | "__stack-auto-translation-121" | "__stack-auto-translation-122" | "__stack-auto-translation-123" | "__stack-auto-translation-124" | "__stack-auto-translation-125" | "__stack-auto-translation-126" | "__stack-auto-translation-127" | "__stack-auto-translation-128" | "__stack-auto-translation-129" | "__stack-auto-translation-130" | "__stack-auto-translation-131" | "__stack-auto-translation-132" | "__stack-auto-translation-133" | "__stack-auto-translation-134" | "__stack-auto-translation-135" | "__stack-auto-translation-136" | "__stack-auto-translation-137" | "__stack-auto-translation-138" | "__stack-auto-translation-139" | "__stack-auto-translation-140" | "__stack-auto-translation-141" | "__stack-auto-translation-142" | "__stack-auto-translation-143" | "__stack-auto-translation-144" | "__stack-auto-translation-145" | "__stack-auto-translation-146" | "__stack-auto-translation-147" | "__stack-auto-translation-148" | "__stack-auto-translation-149" | "__stack-auto-translation-150" | "__stack-auto-translation-151" | "__stack-auto-translation-152" | "__stack-auto-translation-153" | "__stack-auto-translation-154" | "__stack-auto-translation-155" | "__stack-auto-translation-156" | "__stack-auto-translation-157" | "__stack-auto-translation-158" | "__stack-auto-translation-159" | "__stack-auto-translation-160" | "__stack-auto-translation-161" | "__stack-auto-translation-162" | "__stack-auto-translation-163" | "__stack-auto-translation-164" | "__stack-auto-translation-165" | "__stack-auto-translation-166" | "__stack-auto-translation-167" | "__stack-auto-translation-168" | "__stack-auto-translation-169" | "__stack-auto-translation-170" | "__stack-auto-translation-171" | "__stack-auto-translation-172" | "__stack-auto-translation-173" | "__stack-auto-translation-174" | "__stack-auto-translation-175" | "__stack-auto-translation-176" | "__stack-auto-translation-177" | "__stack-auto-translation-178" | "__stack-auto-translation-179" | "__stack-auto-translation-180" | "__stack-auto-translation-181" | "__stack-auto-translation-182" | "__stack-auto-translation-183" | "__stack-auto-translation-184" | "__stack-auto-translation-185" | "__stack-auto-translation-186" | "__stack-auto-translation-187" | "__stack-auto-translation-188" | "__stack-auto-translation-189" | "__stack-auto-translation-190" | "__stack-auto-translation-191" | "__stack-auto-translation-192" | "__stack-auto-translation-193" | "__stack-auto-translation-194" | "__stack-auto-translation-195" | "__stack-auto-translation-196", "Create" | "Teams" | "User" | "Cancel" | "Please enter a valid email address" | "Email already exists" | "Email is required" | "Emails" | "Add an email" | "Enter email" | "Add" | "Send verification email" | "Set as primary" | "Please verify your email first" | "Use for sign-in" | "Stop using for sign-in" | "You can not remove your last sign-in email" | "Remove" | "This email is already used for sign-in by another user." | "Primary" | "Unverified" | "Used for sign-in" | "Multi-factor authentication" | "Multi-factor authentication is currently enabled." | "Multi-factor authentication is currently disabled." | "Scan this QR code with your authenticator app:" | "TOTP multi-factor authentication QR code" | "Then, enter your six-digit MFA code:" | "Incorrect code. Please try again." | "Disable MFA" | "Enable MFA" | "OTP sign-in" | "OTP/magic link sign-in is currently enabled." | "Enable sign-in via magic link or OTP sent to your sign-in emails." | "Disable OTP" | "OTP sign-in is enabled and cannot be disabled as it is currently the only sign-in method" | "Enable OTP" | "To enable OTP sign-in, please add a verified sign-in email." | "Are you sure you want to disable OTP sign-in? You will not be able to sign in with only emails anymore." | "Disable" | "Passkey" | "Passkey registered" | "Register a passkey" | "To enable Passkey sign-in, please add a verified sign-in email." | "Passkey sign-in is enabled and cannot be disabled as it is currently the only sign-in method" | "Delete Passkey" | "Add new passkey" | "Are you sure you want to disable Passkey sign-in? You will not be able to sign in with your passkey anymore." | "Please enter your old password" | "Please enter your password" | "Passwords do not match" | "Please repeat your password" | "Incorrect password" | "Password" | "Update your password" | "Set a password for your account" | "Update password" | "Set password" | "To set a password, please add a sign-in email." | "Old password" | "New password" | "Repeat new password" | "Update Password" | "Set Password" | "Invalid image" | "Save" | "User name" | "This is a display name and is not used for authentication" | "Profile image" | "Upload your own image as your avatar" | "Delete Account" | "Permanently remove your account and all associated data" | "Danger zone" | "Delete account" | "Are you sure you want to delete your account? This action is IRREVERSIBLE and will delete ALL associated data." | "Sign out" | "End your current session" | "Please enter a team name" | "Team creation is not enabled" | "Create a Team" | "Enter a display name for your new team" | "Leave Team" | "leave this team and remove your team profile" | "Leave team" | "Are you sure you want to leave the team?" | "Leave" | "Team display name" | "Change the display name of your team" | "Please enter an email address" | "Invite member" | "Invite a user to your team through email" | "Outstanding invitations" | "Expires" | "Email" | "Invite User" | "Members" | "Name" | "Team profile image" | "Upload an image for your team" | "Team user name" | "Overwrite your user display name in this team" | "Settings" | "My Profile" | "Emails & Auth" | "Create a team" | "Account Settings" | "Invalid Verification Link" | "Expired Verification Link" | "Do you want to verify your email?" | "Verify" | "You email has been verified!" | "Go home" | "Please check if you have the correct link. If you continue to have issues, please contact support." | "Your email verification link has expired. Please request a new verification link from your account settings." | "Go Home" | "You are already signed in" | "You are not currently signed in." | "Sign in" | "Sign up for new users is not enabled at the moment." | "Email sent!" | "If the user with this e-mail address exists, an e-mail was sent to your inbox. Make sure to check your spam folder." | "Password reset successfully!" | "Your password has been reset. You can now sign in with your new password." | "An unknown error occurred" | "Please try again and if the problem persists, contact support." | "Failed to connect account" | "OAuth provider access denied" | "Sign in again" | "This account is already connected to another user. Please connect a different account." | "The user is already connected to another OAuth account. Did you maybe selected the wrong account on the OAuth provider page?" | "The sign-in operation has been cancelled. Please try again. [access_denied]" | "Please enter a valid email" | "Please enter your email" | "Your Email" | "Send Email" | "Reset Your Password" | "Don't need to reset?" | "Invalid Magic Link" | "Do you want to sign in?" | "Expired Magic Link" | "Magic Link Already Used" | "Signed in successfully!" | "Your magic link has expired. Please request a new magic link if you need to sign-in." | "The magic link has already been used. The link can only be used once. Please request a new magic link if you need to sign-in again." | "If you are not redirected automatically, " | "click here" | "Something went wrong while processing the OAuth callback:" | "This is most likely an error in Stack. Please report it." | "Failed to reset password" | "Failed to reset password. Please request a new password reset link" | "Invalid Password Reset Link" | "Expired Password Reset Link" | "Used Password Reset Link" | "Please double check if you have the correct password reset link." | "Your password reset link has expired. Please request a new password reset link from the login page." | "This password reset link has already been used. If you need to reset your password again, please request a new password reset link from the login page." | "New Password" | "Repeat New Password" | "Reset Password" | "Team invitation" | "Join" | "Ignore" | "Invalid Team Invitation Link" | "Expired Team Invitation Link" | "Used Team Invitation Link" | "Please double check if you have the correct team invitation link." | "Your team invitation link has expired. Please request a new team invitation link " | "This team invitation link has already been used." | "Sign in or create an account to join the team." | "Account settings" | "Already have an account?" | "Create a new account" | "Current team" | "Display name" | "Don't have an account?" | "Email & Password" | "Enter the code from your email" | "Forgot password?" | "Invalid code" | "Invalid TOTP code" | "New account registration is not allowed" | "No authentication method enabled." | "No teams yet" | "Not signed in" | "Or continue with" | "Other teams" | "Repeat Password" | "Send email" | "Sign In" | "Sign in to your account" | "Sign in with Passkey" | "Sign in with {provider}" | "Sign up" | "Sign Up" | "Sign up with Passkey" | "Sign up with {provider}" | "Toggle theme"> | Map<"__stack-auto-translation-0" | "__stack-auto-translation-1" | "__stack-auto-translation-2" | "__stack-auto-translation-3" | "__stack-auto-translation-4" | "__stack-auto-translation-5" | "__stack-auto-translation-6" | "__stack-auto-translation-7" | "__stack-auto-translation-8" | "__stack-auto-translation-9" | "__stack-auto-translation-10" | "__stack-auto-translation-11" | "__stack-auto-translation-12" | "__stack-auto-translation-13" | "__stack-auto-translation-14" | "__stack-auto-translation-15" | "__stack-auto-translation-16" | "__stack-auto-translation-17" | "__stack-auto-translation-18" | "__stack-auto-translation-19" | "__stack-auto-translation-20" | "__stack-auto-translation-21" | "__stack-auto-translation-22" | "__stack-auto-translation-23" | "__stack-auto-translation-24" | "__stack-auto-translation-25" | "__stack-auto-translation-26" | "__stack-auto-translation-27" | "__stack-auto-translation-28" | "__stack-auto-translation-29" | "__stack-auto-translation-30" | "__stack-auto-translation-31" | "__stack-auto-translation-32" | "__stack-auto-translation-33" | "__stack-auto-translation-34" | "__stack-auto-translation-35" | "__stack-auto-translation-36" | "__stack-auto-translation-37" | "__stack-auto-translation-38" | "__stack-auto-translation-39" | "__stack-auto-translation-40" | "__stack-auto-translation-41" | "__stack-auto-translation-42" | "__stack-auto-translation-43" | "__stack-auto-translation-44" | "__stack-auto-translation-45" | "__stack-auto-translation-46" | "__stack-auto-translation-47" | "__stack-auto-translation-48" | "__stack-auto-translation-49" | "__stack-auto-translation-50" | "__stack-auto-translation-51" | "__stack-auto-translation-52" | "__stack-auto-translation-53" | "__stack-auto-translation-54" | "__stack-auto-translation-55" | "__stack-auto-translation-56" | "__stack-auto-translation-57" | "__stack-auto-translation-58" | "__stack-auto-translation-59" | "__stack-auto-translation-60" | "__stack-auto-translation-61" | "__stack-auto-translation-62" | "__stack-auto-translation-63" | "__stack-auto-translation-64" | "__stack-auto-translation-65" | "__stack-auto-translation-66" | "__stack-auto-translation-67" | "__stack-auto-translation-68" | "__stack-auto-translation-69" | "__stack-auto-translation-70" | "__stack-auto-translation-71" | "__stack-auto-translation-72" | "__stack-auto-translation-73" | "__stack-auto-translation-74" | "__stack-auto-translation-75" | "__stack-auto-translation-76" | "__stack-auto-translation-77" | "__stack-auto-translation-78" | "__stack-auto-translation-79" | "__stack-auto-translation-80" | "__stack-auto-translation-81" | "__stack-auto-translation-82" | "__stack-auto-translation-83" | "__stack-auto-translation-84" | "__stack-auto-translation-85" | "__stack-auto-translation-86" | "__stack-auto-translation-87" | "__stack-auto-translation-88" | "__stack-auto-translation-89" | "__stack-auto-translation-90" | "__stack-auto-translation-91" | "__stack-auto-translation-92" | "__stack-auto-translation-93" | "__stack-auto-translation-94" | "__stack-auto-translation-95" | "__stack-auto-translation-96" | "__stack-auto-translation-97" | "__stack-auto-translation-98" | "__stack-auto-translation-99" | "__stack-auto-translation-100" | "__stack-auto-translation-101" | "__stack-auto-translation-102" | "__stack-auto-translation-103" | "__stack-auto-translation-104" | "__stack-auto-translation-105" | "__stack-auto-translation-106" | "__stack-auto-translation-107" | "__stack-auto-translation-108" | "__stack-auto-translation-109" | "__stack-auto-translation-110" | "__stack-auto-translation-111" | "__stack-auto-translation-112" | "__stack-auto-translation-113" | "__stack-auto-translation-114" | "__stack-auto-translation-115" | "__stack-auto-translation-116" | "__stack-auto-translation-117" | "__stack-auto-translation-118" | "__stack-auto-translation-119" | "__stack-auto-translation-120" | "__stack-auto-translation-121" | "__stack-auto-translation-122" | "__stack-auto-translation-123" | "__stack-auto-translation-124" | "__stack-auto-translation-125" | "__stack-auto-translation-126" | "__stack-auto-translation-127" | "__stack-auto-translation-128" | "__stack-auto-translation-129" | "__stack-auto-translation-130" | "__stack-auto-translation-131" | "__stack-auto-translation-132" | "__stack-auto-translation-133" | "__stack-auto-translation-134" | "__stack-auto-translation-135" | "__stack-auto-translation-136" | "__stack-auto-translation-137" | "__stack-auto-translation-138" | "__stack-auto-translation-139" | "__stack-auto-translation-140" | "__stack-auto-translation-141" | "__stack-auto-translation-142" | "__stack-auto-translation-143" | "__stack-auto-translation-144" | "__stack-auto-translation-145" | "__stack-auto-translation-146" | "__stack-auto-translation-147" | "__stack-auto-translation-148" | "__stack-auto-translation-149" | "__stack-auto-translation-150" | "__stack-auto-translation-151" | "__stack-auto-translation-152" | "__stack-auto-translation-153" | "__stack-auto-translation-154" | "__stack-auto-translation-155" | "__stack-auto-translation-156" | "__stack-auto-translation-157" | "__stack-auto-translation-158" | "__stack-auto-translation-159" | "__stack-auto-translation-160" | "__stack-auto-translation-161" | "__stack-auto-translation-162" | "__stack-auto-translation-163" | "__stack-auto-translation-164" | "__stack-auto-translation-165" | "__stack-auto-translation-166" | "__stack-auto-translation-167" | "__stack-auto-translation-168" | "__stack-auto-translation-169" | "__stack-auto-translation-170" | "__stack-auto-translation-171" | "__stack-auto-translation-172" | "__stack-auto-translation-173" | "__stack-auto-translation-174" | "__stack-auto-translation-175" | "__stack-auto-translation-176" | "__stack-auto-translation-177" | "__stack-auto-translation-178" | "__stack-auto-translation-179" | "__stack-auto-translation-180" | "__stack-auto-translation-181" | "__stack-auto-translation-182" | "__stack-auto-translation-183" | "__stack-auto-translation-184" | "__stack-auto-translation-185" | "__stack-auto-translation-186" | "__stack-auto-translation-187" | "__stack-auto-translation-188" | "__stack-auto-translation-189" | "__stack-auto-translation-190" | "__stack-auto-translation-191" | "__stack-auto-translation-192" | "__stack-auto-translation-193" | "__stack-auto-translation-194" | "__stack-auto-translation-195" | "__stack-auto-translation-196", "Configuración de cuenta" | "Configuración de la cuenta" | "¿Estás seguro de que quieres abandonar el equipo?" | "El inicio de sesión con clave de acceso está activado y no se puede desactivar ya que es el único método de inicio de sesión actual" | "Contraseña" | "¡Contraseña restablecida con éxito!" | "Las contraseñas no coinciden" | "Elimina permanentemente tu cuenta y todos los datos asociados" | "Por favor, verifique si tiene el enlace correcto. Si continúa teniendo problemas, comuníquese con soporte." | "Por favor, verifica que tengas el enlace correcto para restablecer la contraseña." | "Por favor, verifique si tiene el enlace de invitación al equipo correcto." | "Por favor, ingrese un nombre de equipo" | "Por favor, ingrese un correo electrónico válido" | "Cancelar" | "Por favor, ingrese una dirección de correo electrónico válida" | "Por favor, ingrese una dirección de correo electrónico" | "Por favor ingrese su correo electrónico" | "Por favor, ingrese su contraseña antigua" | "Por favor ingrese su contraseña" | "Por favor repita su contraseña" | "Inténtelo de nuevo y si el problema persiste, comuníquese con soporte." | "Por favor, verifique su correo electrónico primero" | "Principal" | "Imagen de perfil" | "Cambiar el nombre visible de tu equipo" | "Registrar una clave de acceso" | "Eliminar" | "Repetir nueva contraseña" | "Repetir Nueva Contraseña" | "Repetir contraseña" | "Restablecer Contraseña" | "Restablecer su contraseña" | "Guardar" | "Escanea este código QR con tu aplicación de autenticación:" | "Enviar correo electrónico" | "haga clic aquí" | "Enviar Correo" | "Enviar correo electrónico de verificación" | "Establezca una contraseña para su cuenta" | "Establecer como principal" | "Establecer contraseña" | "Establecer Contraseña" | "Configuración" | "Iniciar sesión" | "Iniciar sesión de nuevo" | "Crear" | "Inicie sesión o cree una cuenta para unirse al equipo." | "Inicia sesión en tu cuenta" | "Iniciar sesión con Passkey" | "Iniciar sesión con {provider}" | "Cerrar sesión" | "Registrarse" | "En este momento no está habilitado el registro para nuevos usuarios." | "Registrarse con clave de acceso" | "Registrarse con {provider}" | "Crear una cuenta nueva" | "¡Sesión iniciada con éxito!" | "Algo salió mal al procesar la devolución de llamada de OAuth:" | "Dejar de usar para iniciar sesión" | "La creación de equipos no está habilitada" | "Nombre de visualización del equipo" | "Invitación al equipo" | "Imagen de perfil del equipo" | "Nombre de usuario del equipo" | "Equipos" | "El enlace mágico ya ha sido utilizado. El enlace solo puede usarse una vez. Por favor, solicita un nuevo enlace mágico si necesitas iniciar sesión nuevamente." | "Crear un equipo" | "La operación de inicio de sesión ha sido cancelada. Por favor, inténtelo de nuevo. [access_denied]" | "El usuario ya está conectado a otra cuenta de OAuth. ¿Quizás seleccionaste la cuenta incorrecta en la página del proveedor de OAuth?" | "Luego, ingrese su código MFA de seis dígitos:" | "Esta cuenta ya está conectada a otro usuario. Por favor, conecta una cuenta diferente." | "Este correo electrónico ya está siendo usado para iniciar sesión por otro usuario." | "Este es un nombre para mostrar y no se usa para autenticación" | "Es muy probable que esto sea un error en Stack. Por favor, repórtelo." | "Este enlace para restablecer la contraseña ya ha sido utilizado. Si necesita restablecer su contraseña nuevamente, solicite un nuevo enlace para restablecer la contraseña desde la página de inicio de sesión." | "Este enlace de invitación al equipo ya ha sido utilizado." | "Para activar el inicio de sesión con OTP, agregue un correo electrónico de inicio de sesión verificado." | "Para activar el inicio de sesión con clave de acceso, agregue un correo electrónico de inicio de sesión verificado." | "Para establecer una contraseña, agregue un correo electrónico de inicio de sesión." | "Cambiar tema" | "Código QR de autenticación multifactor TOTP" | "No verificado" | "Actualizar contraseña" | "Actualizar Contraseña" | "Actualiza tu contraseña" | "Sube una imagen para tu equipo" | "Sube tu propia imagen como tu avatar" | "Equipo actual" | "Usar para iniciar sesión" | "Usado para iniciar sesión" | "Enlace de Restablecimiento de Contraseña Usado" | "Enlace de Invitación de Equipo Utilizado" | "Usuario" | "Nombre de usuario" | "Verificar" | "Ya has iniciado sesión" | "No estás conectado actualmente." | "No puedes eliminar tu último correo electrónico de inicio de sesión" | "Zona de peligro" | "¡Tu correo electrónico ha sido verificado!" | "Tu correo electrónico" | "Su enlace de verificación de correo electrónico ha expirado. Por favor, solicite un nuevo enlace de verificación desde la configuración de su cuenta." | "Su enlace mágico ha expirado. Por favor, solicite un nuevo enlace mágico si necesita iniciar sesión." | "Tu contraseña ha sido restablecida. Ahora puedes iniciar sesión con tu nueva contraseña." | "Su enlace para restablecer la contraseña ha expirado. Por favor, solicite un nuevo enlace para restablecer la contraseña desde la página de inicio de sesión." | "Su enlace de invitación al equipo ha expirado. Por favor, solicite un nuevo enlace de invitación al equipo " | "Agregar" | "Eliminar cuenta" | "Eliminar clave de acceso" | "Deshabilitar" | "Deshabilitar MFA" | "Deshabilitar OTP" | "Nombre para mostrar" | "¿Desea iniciar sesión?" | "¿Quieres verificar tu correo electrónico?" | "¿No tienes una cuenta?" | "Agregar un correo electrónico" | "¿No necesitas restablecer?" | "Correo electrónico" | "Correo y contraseña" | "El correo electrónico ya existe" | "El correo electrónico es obligatorio" | "¡Correo enviado!" | "Correos electrónicos" | "Correos electrónicos y autenticación" | "Activar MFA" | "Activar OTP" | "Agregar nueva clave de acceso" | "Activar inicio de sesión mediante enlace mágico o OTP enviado a sus correos electrónicos de inicio de sesión." | "Finalizar su sesión actual" | "Ingrese un nombre para mostrar para su nuevo equipo" | "Ingrese correo electrónico" | "Ingrese el código de su correo electrónico" | "Enlace mágico caducado" | "Enlace de Restablecimiento de Contraseña Expirado" | "Enlace de invitación del equipo caducado" | "Enlace de verificación caducado" | "Vence" | "¿Ya tienes una cuenta?" | "Error al conectar la cuenta" | "Fallo al restablecer la contraseña" | "No se pudo restablecer la contraseña. Por favor, solicite un nuevo enlace para restablecer la contraseña" | "¿Olvidaste tu contraseña?" | "Ir a inicio" | "Si el usuario con esta dirección de correo electrónico existe, se envió un correo electrónico a su bandeja de entrada. Asegúrese de revisar su carpeta de spam." | "Si no se le redirige automáticamente, " | "Ignorar" | "Código incorrecto. Inténtelo de nuevo." | "Se produjo un error desconocido" | "Contraseña incorrecta" | "Código no válido" | "Imagen no válida" | "Enlace mágico no válido" | "Enlace de restablecimiento de contraseña no válido" | "Enlace de invitación de equipo inválido" | "Código TOTP inválido" | "Enlace de verificación inválido" | "Invita a un usuario a tu equipo por correo electrónico" | "Invitar miembro" | "¿Está seguro de que desea eliminar su cuenta? Esta acción es IRREVERSIBLE y eliminará TODOS los datos asociados." | "Invitar Usuario" | "Unirse" | "Salir" | "Abandonar equipo" | "Salir del equipo" | "abandona este equipo y elimina tu perfil de equipo" | "Enlace Mágico Ya Utilizado" | "Miembros" | "Autenticación de múltiples factores" | "La autenticación de múltiples factores está actualmente desactivada." | "¿Está seguro de que desea deshabilitar el inicio de sesión con OTP? Ya no podrá iniciar sesión solo con correos electrónicos." | "La autenticación de múltiples factores está actualmente habilitada." | "Mi perfil" | "Nombre" | "No se permite el registro de nuevas cuentas" | "Nueva contraseña" | "Nueva Contraseña" | "Ningún método de autenticación habilitado." | "Sin equipos aún" | "No ha iniciado sesión" | "Acceso denegado por el proveedor de OAuth" | "¿Estás seguro de que quieres deshabilitar el inicio de sesión con clave de acceso? Ya no podrás iniciar sesión con tu clave de acceso." | "Contraseña anterior" | "O continuar con" | "Otros equipos" | "Inicio de sesión con OTP" | "El inicio de sesión con OTP está activado y no se puede deshabilitar ya que actualmente es el único método de inicio de sesión" | "El inicio de sesión por OTP/enlace mágico está actualmente activado." | "Invitaciones pendientes" | "Sobrescribe tu nombre de usuario en este equipo" | "Clave de acceso" | "Clave de acceso registrada"> | Map<"__stack-auto-translation-0" | "__stack-auto-translation-1" | "__stack-auto-translation-2" | "__stack-auto-translation-3" | "__stack-auto-translation-4" | "__stack-auto-translation-5" | "__stack-auto-translation-6" | "__stack-auto-translation-7" | "__stack-auto-translation-8" | "__stack-auto-translation-9" | "__stack-auto-translation-10" | "__stack-auto-translation-11" | "__stack-auto-translation-12" | "__stack-auto-translation-13" | "__stack-auto-translation-14" | "__stack-auto-translation-15" | "__stack-auto-translation-16" | "__stack-auto-translation-17" | "__stack-auto-translation-18" | "__stack-auto-translation-19" | "__stack-auto-translation-20" | "__stack-auto-translation-21" | "__stack-auto-translation-22" | "__stack-auto-translation-23" | "__stack-auto-translation-24" | "__stack-auto-translation-25" | "__stack-auto-translation-26" | "__stack-auto-translation-27" | "__stack-auto-translation-28" | "__stack-auto-translation-29" | "__stack-auto-translation-30" | "__stack-auto-translation-31" | "__stack-auto-translation-32" | "__stack-auto-translation-33" | "__stack-auto-translation-34" | "__stack-auto-translation-35" | "__stack-auto-translation-36" | "__stack-auto-translation-37" | "__stack-auto-translation-38" | "__stack-auto-translation-39" | "__stack-auto-translation-40" | "__stack-auto-translation-41" | "__stack-auto-translation-42" | "__stack-auto-translation-43" | "__stack-auto-translation-44" | "__stack-auto-translation-45" | "__stack-auto-translation-46" | "__stack-auto-translation-47" | "__stack-auto-translation-48" | "__stack-auto-translation-49" | "__stack-auto-translation-50" | "__stack-auto-translation-51" | "__stack-auto-translation-52" | "__stack-auto-translation-53" | "__stack-auto-translation-54" | "__stack-auto-translation-55" | "__stack-auto-translation-56" | "__stack-auto-translation-57" | "__stack-auto-translation-58" | "__stack-auto-translation-59" | "__stack-auto-translation-60" | "__stack-auto-translation-61" | "__stack-auto-translation-62" | "__stack-auto-translation-63" | "__stack-auto-translation-64" | "__stack-auto-translation-65" | "__stack-auto-translation-66" | "__stack-auto-translation-67" | "__stack-auto-translation-68" | "__stack-auto-translation-69" | "__stack-auto-translation-70" | "__stack-auto-translation-71" | "__stack-auto-translation-72" | "__stack-auto-translation-73" | "__stack-auto-translation-74" | "__stack-auto-translation-75" | "__stack-auto-translation-76" | "__stack-auto-translation-77" | "__stack-auto-translation-78" | "__stack-auto-translation-79" | "__stack-auto-translation-80" | "__stack-auto-translation-81" | "__stack-auto-translation-82" | "__stack-auto-translation-83" | "__stack-auto-translation-84" | "__stack-auto-translation-85" | "__stack-auto-translation-86" | "__stack-auto-translation-87" | "__stack-auto-translation-88" | "__stack-auto-translation-89" | "__stack-auto-translation-90" | "__stack-auto-translation-91" | "__stack-auto-translation-92" | "__stack-auto-translation-93" | "__stack-auto-translation-94" | "__stack-auto-translation-95" | "__stack-auto-translation-96" | "__stack-auto-translation-97" | "__stack-auto-translation-98" | "__stack-auto-translation-99" | "__stack-auto-translation-100" | "__stack-auto-translation-101" | "__stack-auto-translation-102" | "__stack-auto-translation-103" | "__stack-auto-translation-104" | "__stack-auto-translation-105" | "__stack-auto-translation-106" | "__stack-auto-translation-107" | "__stack-auto-translation-108" | "__stack-auto-translation-109" | "__stack-auto-translation-110" | "__stack-auto-translation-111" | "__stack-auto-translation-112" | "__stack-auto-translation-113" | "__stack-auto-translation-114" | "__stack-auto-translation-115" | "__stack-auto-translation-116" | "__stack-auto-translation-117" | "__stack-auto-translation-118" | "__stack-auto-translation-119" | "__stack-auto-translation-120" | "__stack-auto-translation-121" | "__stack-auto-translation-122" | "__stack-auto-translation-123" | "__stack-auto-translation-124" | "__stack-auto-translation-125" | "__stack-auto-translation-126" | "__stack-auto-translation-127" | "__stack-auto-translation-128" | "__stack-auto-translation-129" | "__stack-auto-translation-130" | "__stack-auto-translation-131" | "__stack-auto-translation-132" | "__stack-auto-translation-133" | "__stack-auto-translation-134" | "__stack-auto-translation-135" | "__stack-auto-translation-136" | "__stack-auto-translation-137" | "__stack-auto-translation-138" | "__stack-auto-translation-139" | "__stack-auto-translation-140" | "__stack-auto-translation-141" | "__stack-auto-translation-142" | "__stack-auto-translation-143" | "__stack-auto-translation-144" | "__stack-auto-translation-145" | "__stack-auto-translation-146" | "__stack-auto-translation-147" | "__stack-auto-translation-148" | "__stack-auto-translation-149" | "__stack-auto-translation-150" | "__stack-auto-translation-151" | "__stack-auto-translation-152" | "__stack-auto-translation-153" | "__stack-auto-translation-154" | "__stack-auto-translation-155" | "__stack-auto-translation-156" | "__stack-auto-translation-157" | "__stack-auto-translation-158" | "__stack-auto-translation-159" | "__stack-auto-translation-160" | "__stack-auto-translation-161" | "__stack-auto-translation-162" | "__stack-auto-translation-163" | "__stack-auto-translation-164" | "__stack-auto-translation-165" | "__stack-auto-translation-166" | "__stack-auto-translation-167" | "__stack-auto-translation-168" | "__stack-auto-translation-169" | "__stack-auto-translation-170" | "__stack-auto-translation-171" | "__stack-auto-translation-172" | "__stack-auto-translation-173" | "__stack-auto-translation-174" | "__stack-auto-translation-175" | "__stack-auto-translation-176" | "__stack-auto-translation-177" | "__stack-auto-translation-178" | "__stack-auto-translation-179" | "__stack-auto-translation-180" | "__stack-auto-translation-181" | "__stack-auto-translation-182" | "__stack-auto-translation-183" | "__stack-auto-translation-184" | "__stack-auto-translation-185" | "__stack-auto-translation-186" | "__stack-auto-translation-187" | "__stack-auto-translation-188" | "__stack-auto-translation-189" | "__stack-auto-translation-190" | "__stack-auto-translation-191" | "__stack-auto-translation-192" | "__stack-auto-translation-193" | "__stack-auto-translation-194" | "__stack-auto-translation-195" | "__stack-auto-translation-196", "Configuración de la cuenta" | "Contraseña" | "Las contraseñas no coinciden" | "Cancelar" | "Principal" | "Imagen de perfil" | "Cambiar el nombre visible de tu equipo" | "Registrar una clave de acceso" | "Eliminar" | "Restablecer Contraseña" | "Guardar" | "Escanea este código QR con tu aplicación de autenticación:" | "Enviar correo electrónico" | "haga clic aquí" | "Establecer como principal" | "Establecer contraseña" | "Configuración" | "Iniciar sesión" | "Iniciar sesión de nuevo" | "Crear" | "Iniciar sesión con Passkey" | "Iniciar sesión con {provider}" | "Cerrar sesión" | "Registrarse" | "Registrarse con {provider}" | "¡Sesión iniciada con éxito!" | "Algo salió mal al procesar la devolución de llamada de OAuth:" | "Dejar de usar para iniciar sesión" | "La creación de equipos no está habilitada" | "Invitación al equipo" | "Imagen de perfil del equipo" | "Nombre de usuario del equipo" | "Equipos" | "Crear un equipo" | "La operación de inicio de sesión ha sido cancelada. Por favor, inténtelo de nuevo. [access_denied]" | "Luego, ingrese su código MFA de seis dígitos:" | "Esta cuenta ya está conectada a otro usuario. Por favor, conecta una cuenta diferente." | "Este enlace para restablecer la contraseña ya ha sido utilizado. Si necesita restablecer su contraseña nuevamente, solicite un nuevo enlace para restablecer la contraseña desde la página de inicio de sesión." | "Este enlace de invitación al equipo ya ha sido utilizado." | "Cambiar tema" | "Código QR de autenticación multifactor TOTP" | "Actualizar contraseña" | "Actualizar Contraseña" | "Actualiza tu contraseña" | "Sube una imagen para tu equipo" | "Equipo actual" | "Usar para iniciar sesión" | "Usado para iniciar sesión" | "Usuario" | "Nombre de usuario" | "Verificar" | "Ya has iniciado sesión" | "No puedes eliminar tu último correo electrónico de inicio de sesión" | "Zona de peligro" | "Tu contraseña ha sido restablecida. Ahora puedes iniciar sesión con tu nueva contraseña." | "Eliminar cuenta" | "Eliminar clave de acceso" | "Deshabilitar" | "Deshabilitar MFA" | "Deshabilitar OTP" | "¿No tienes una cuenta?" | "¿No necesitas restablecer?" | "Correo electrónico" | "Correo y contraseña" | "El correo electrónico ya existe" | "El correo electrónico es obligatorio" | "¡Correo enviado!" | "Correos electrónicos" | "Correos electrónicos y autenticación" | "Finalizar su sesión actual" | "Ingrese un nombre para mostrar para su nuevo equipo" | "Ingrese el código de su correo electrónico" | "Enlace mágico caducado" | "Enlace de verificación caducado" | "¿Ya tienes una cuenta?" | "Error al conectar la cuenta" | "No se pudo restablecer la contraseña. Por favor, solicite un nuevo enlace para restablecer la contraseña" | "¿Olvidaste tu contraseña?" | "Ir a inicio" | "Ignorar" | "Se produjo un error desconocido" | "Contraseña incorrecta" | "Código no válido" | "Imagen no válida" | "Enlace de restablecimiento de contraseña no válido" | "Invita a un usuario a tu equipo por correo electrónico" | "Invitar miembro" | "¿Está seguro de que desea eliminar su cuenta? Esta acción es IRREVERSIBLE y eliminará TODOS los datos asociados." | "Unirse" | "Salir" | "Abandonar equipo" | "Miembros" | "Autenticación de múltiples factores" | "La autenticación de múltiples factores está actualmente desactivada." | "La autenticación de múltiples factores está actualmente habilitada." | "Mi perfil" | "Nombre" | "No se permite el registro de nuevas cuentas" | "Nueva contraseña" | "Ningún método de autenticación habilitado." | "Sin equipos aún" | "Contraseña anterior" | "O continuar con" | "Otros equipos" | "Invitaciones pendientes" | "Sobrescribe tu nombre de usuario en este equipo" | "Clave de acceso" | "Clave de acceso registrada" | "¿Está seguro de que desea abandonar el equipo?" | "El inicio de sesión con clave de acceso está habilitado y no se puede deshabilitar ya que es el único método de inicio de sesión actual" | "Contraseña restablecida correctamente" | "Eliminar permanentemente tu cuenta y todos los datos asociados" | "Por favor, verifique si tiene el enlace correcto. Si continúa teniendo problemas, comuníquese con el soporte técnico." | "Por favor, verifique si tiene el enlace correcto para restablecer la contraseña." | "Por favor, verifica si tienes el enlace de invitación de equipo correcto." | "Por favor, introduce un nombre de equipo" | "Por favor, introduce un correo electrónico válido" | "Por favor, introduzca una dirección de correo electrónico válida" | "Por favor, introduzca una dirección de correo electrónico" | "Por favor, introduzca su correo electrónico" | "Por favor, introduce tu contraseña antigua" | "Por favor, ingrese su contraseña" | "Por favor, repita su contraseña" | "Inténtelo de nuevo y, si el problema persiste, póngase en contacto con el soporte." | "Por favor, verifica tu email primero" | "Repita la nueva contraseña" | "Repetir Contraseña" | "Restablecer tu contraseña" | "Enviar correo de verificación" | "Establece una contraseña para tu cuenta" | "Inicia sesión o crea una cuenta para unirte al equipo." | "Iniciar sesión en tu cuenta" | "El registro de nuevos usuarios no está habilitado en este momento." | "Registrarse con Passkey" | "Crear una nueva cuenta" | "Nombre visible del equipo" | "El enlace mágico ya ha sido utilizado. El enlace solo se puede usar una vez. Por favor, solicita un nuevo enlace mágico si necesitas iniciar sesión de nuevo." | "El usuario ya está conectado a otra cuenta OAuth. ¿Quizás seleccionó la cuenta equivocada en la página del proveedor OAuth?" | "Este email ya está siendo usado para iniciar sesión por otro usuario." | "Este es un nombre visible y no se utiliza para la autenticación" | "Es muy probable que se trate de un error en Stack. Por favor, informe de ello." | "Para habilitar el inicio de sesión por OTP, añada un correo electrónico de inicio de sesión verificado." | "Para habilitar el inicio de sesión con clave de acceso, añada un email de inicio de sesión verificado." | "Para establecer una contraseña, añade un email de inicio de sesión." | "Sin verificar" | "Sube tu propia imagen como avatar" | "Enlace de restablecimiento de contraseña utilizado" | "Enlace de invitación al equipo utilizado" | "No está registrado actualmente." | "¡Tu email ha sido verificado!" | "Tu email" | "Su enlace de verificación de correo electrónico ha caducado. Por favor, solicite un nuevo enlace de verificación desde la configuración de su cuenta." | "Su enlace mágico ha caducado. Por favor, solicite un nuevo enlace mágico si necesita iniciar sesión." | "Tu enlace para restablecer la contraseña ha caducado. Solicita un nuevo enlace para restablecer la contraseña desde la página de inicio de sesión." | "Tu enlace de invitación al equipo ha caducado. Por favor, solicita un nuevo enlace de invitación al equipo " | "Añadir" | "Nombre visible" | "¿Quieres iniciar sesión?" | "¿Quieres verificar tu email?" | "Añadir un correo electrónico" | "Habilitar MFA" | "Habilitar OTP" | "Añadir nueva clave de acceso" | "Habilitar el inicio de sesión mediante enlace mágico o OTP enviado a tus correos electrónicos de inicio de sesión." | "Introducir correo electrónico" | "Enlace de restablecimiento de contraseña caducado" | "Enlace de invitación al equipo caducado" | "Caduca" | "Error al restablecer la contraseña" | "Si el usuario con esta dirección de correo electrónico existe, se ha enviado un correo electrónico a su bandeja de entrada. Asegúrese de revisar su carpeta de spam." | "Si no es redirigido automáticamente, " | "Código incorrecto. Por favor, inténtelo de nuevo." | "Enlace Mágico No Válido" | "Enlace de invitación al equipo no válido" | "Código TOTP no válido" | "Enlace de verificación no válido" | "Invitar usuario" | "abandonar este equipo y eliminar tu perfil de equipo" | "Enlace mágico ya utilizado" | "¿Está seguro de que desea deshabilitar el inicio de sesión por OTP? Ya no podrá iniciar sesión solo con correos electrónicos." | "No registrado" | "Acceso denegado al proveedor de OAuth" | "¿Está seguro de que desea deshabilitar el inicio de sesión con clave de acceso? Ya no podrá iniciar sesión con su clave de acceso." | "Inicio de sesión por OTP" | "El inicio de sesión por OTP está habilitado y no se puede deshabilitar ya que actualmente es el único método de inicio de sesión" | "El inicio de sesión por OTP/enlace mágico está actualmente habilitado."> | Map<"__stack-auto-translation-0" | "__stack-auto-translation-1" | "__stack-auto-translation-2" | "__stack-auto-translation-3" | "__stack-auto-translation-4" | "__stack-auto-translation-5" | "__stack-auto-translation-6" | "__stack-auto-translation-7" | "__stack-auto-translation-8" | "__stack-auto-translation-9" | "__stack-auto-translation-10" | "__stack-auto-translation-11" | "__stack-auto-translation-12" | "__stack-auto-translation-13" | "__stack-auto-translation-14" | "__stack-auto-translation-15" | "__stack-auto-translation-16" | "__stack-auto-translation-17" | "__stack-auto-translation-18" | "__stack-auto-translation-19" | "__stack-auto-translation-20" | "__stack-auto-translation-21" | "__stack-auto-translation-22" | "__stack-auto-translation-23" | "__stack-auto-translation-24" | "__stack-auto-translation-25" | "__stack-auto-translation-26" | "__stack-auto-translation-27" | "__stack-auto-translation-28" | "__stack-auto-translation-29" | "__stack-auto-translation-30" | "__stack-auto-translation-31" | "__stack-auto-translation-32" | "__stack-auto-translation-33" | "__stack-auto-translation-34" | "__stack-auto-translation-35" | "__stack-auto-translation-36" | "__stack-auto-translation-37" | "__stack-auto-translation-38" | "__stack-auto-translation-39" | "__stack-auto-translation-40" | "__stack-auto-translation-41" | "__stack-auto-translation-42" | "__stack-auto-translation-43" | "__stack-auto-translation-44" | "__stack-auto-translation-45" | "__stack-auto-translation-46" | "__stack-auto-translation-47" | "__stack-auto-translation-48" | "__stack-auto-translation-49" | "__stack-auto-translation-50" | "__stack-auto-translation-51" | "__stack-auto-translation-52" | "__stack-auto-translation-53" | "__stack-auto-translation-54" | "__stack-auto-translation-55" | "__stack-auto-translation-56" | "__stack-auto-translation-57" | "__stack-auto-translation-58" | "__stack-auto-translation-59" | "__stack-auto-translation-60" | "__stack-auto-translation-61" | "__stack-auto-translation-62" | "__stack-auto-translation-63" | "__stack-auto-translation-64" | "__stack-auto-translation-65" | "__stack-auto-translation-66" | "__stack-auto-translation-67" | "__stack-auto-translation-68" | "__stack-auto-translation-69" | "__stack-auto-translation-70" | "__stack-auto-translation-71" | "__stack-auto-translation-72" | "__stack-auto-translation-73" | "__stack-auto-translation-74" | "__stack-auto-translation-75" | "__stack-auto-translation-76" | "__stack-auto-translation-77" | "__stack-auto-translation-78" | "__stack-auto-translation-79" | "__stack-auto-translation-80" | "__stack-auto-translation-81" | "__stack-auto-translation-82" | "__stack-auto-translation-83" | "__stack-auto-translation-84" | "__stack-auto-translation-85" | "__stack-auto-translation-86" | "__stack-auto-translation-87" | "__stack-auto-translation-88" | "__stack-auto-translation-89" | "__stack-auto-translation-90" | "__stack-auto-translation-91" | "__stack-auto-translation-92" | "__stack-auto-translation-93" | "__stack-auto-translation-94" | "__stack-auto-translation-95" | "__stack-auto-translation-96" | "__stack-auto-translation-97" | "__stack-auto-translation-98" | "__stack-auto-translation-99" | "__stack-auto-translation-100" | "__stack-auto-translation-101" | "__stack-auto-translation-102" | "__stack-auto-translation-103" | "__stack-auto-translation-104" | "__stack-auto-translation-105" | "__stack-auto-translation-106" | "__stack-auto-translation-107" | "__stack-auto-translation-108" | "__stack-auto-translation-109" | "__stack-auto-translation-110" | "__stack-auto-translation-111" | "__stack-auto-translation-112" | "__stack-auto-translation-113" | "__stack-auto-translation-114" | "__stack-auto-translation-115" | "__stack-auto-translation-116" | "__stack-auto-translation-117" | "__stack-auto-translation-118" | "__stack-auto-translation-119" | "__stack-auto-translation-120" | "__stack-auto-translation-121" | "__stack-auto-translation-122" | "__stack-auto-translation-123" | "__stack-auto-translation-124" | "__stack-auto-translation-125" | "__stack-auto-translation-126" | "__stack-auto-translation-127" | "__stack-auto-translation-128" | "__stack-auto-translation-129" | "__stack-auto-translation-130" | "__stack-auto-translation-131" | "__stack-auto-translation-132" | "__stack-auto-translation-133" | "__stack-auto-translation-134" | "__stack-auto-translation-135" | "__stack-auto-translation-136" | "__stack-auto-translation-137" | "__stack-auto-translation-138" | "__stack-auto-translation-139" | "__stack-auto-translation-140" | "__stack-auto-translation-141" | "__stack-auto-translation-142" | "__stack-auto-translation-143" | "__stack-auto-translation-144" | "__stack-auto-translation-145" | "__stack-auto-translation-146" | "__stack-auto-translation-147" | "__stack-auto-translation-148" | "__stack-auto-translation-149" | "__stack-auto-translation-150" | "__stack-auto-translation-151" | "__stack-auto-translation-152" | "__stack-auto-translation-153" | "__stack-auto-translation-154" | "__stack-auto-translation-155" | "__stack-auto-translation-156" | "__stack-auto-translation-157" | "__stack-auto-translation-158" | "__stack-auto-translation-159" | "__stack-auto-translation-160" | "__stack-auto-translation-161" | "__stack-auto-translation-162" | "__stack-auto-translation-163" | "__stack-auto-translation-164" | "__stack-auto-translation-165" | "__stack-auto-translation-166" | "__stack-auto-translation-167" | "__stack-auto-translation-168" | "__stack-auto-translation-169" | "__stack-auto-translation-170" | "__stack-auto-translation-171" | "__stack-auto-translation-172" | "__stack-auto-translation-173" | "__stack-auto-translation-174" | "__stack-auto-translation-175" | "__stack-auto-translation-176" | "__stack-auto-translation-177" | "__stack-auto-translation-178" | "__stack-auto-translation-179" | "__stack-auto-translation-180" | "__stack-auto-translation-181" | "__stack-auto-translation-182" | "__stack-auto-translation-183" | "__stack-auto-translation-184" | "__stack-auto-translation-185" | "__stack-auto-translation-186" | "__stack-auto-translation-187" | "__stack-auto-translation-188" | "__stack-auto-translation-189" | "__stack-auto-translation-190" | "__stack-auto-translation-191" | "__stack-auto-translation-192" | "__stack-auto-translation-193" | "__stack-auto-translation-194" | "__stack-auto-translation-195" | "__stack-auto-translation-196", "Principal" | "Paramètres du compte" | "Êtes-vous sûr de vouloir quitter l'équipe?" | "La connexion par clé d'accès est activée et ne peut être désactivée car c'est actuellement la seule méthode de connexion" | "Mot de passe" | "Réinitialisation du mot de passe réussie !" | "Les mots de passe ne correspondent pas" | "Supprimer définitivement votre compte et toutes les données associées" | "Veuillez vérifier si vous avez le bon lien. Si vous continuez à avoir des problèmes, veuillez contacter le support." | "Veuillez vérifier si vous avez le bon lien de réinitialisation du mot de passe." | "Veuillez vérifier si vous avez le bon lien d'invitation d'équipe." | "Veuillez saisir un nom d'équipe" | "Veuillez saisir une adresse courriel valide" | "Annuler" | "Veuillez saisir une adresse courriel" | "Veuillez saisir votre adresse courriel" | "Veuillez entrer votre ancien mot de passe" | "Veuillez entrer votre mot de passe" | "Veuillez répéter votre mot de passe" | "Veuillez réessayer et si le problème persiste, contactez le support." | "Veuillez d'abord vérifier votre courriel" | "Image de profil" | "Modifier le nom d'affichage de votre équipe" | "Enregistrer une clé d'accès" | "Supprimer" | "Répétez le nouveau mot de passe" | "Répéter le mot de passe" | "Réinitialiser le mot de passe" | "Réinitialisez votre mot de passe" | "Enregistrer" | "Scannez ce code QR avec votre application d'authentification :" | "Envoyer le courriel" | "cliquez ici" | "Envoyer un courriel de vérification" | "Définir un mot de passe pour votre compte" | "Définir comme principal" | "Définir le mot de passe" | "Paramètres" | "Connexion" | "Se connecter" | "Se connecter à nouveau" | "Créer" | "Connectez-vous ou créez un compte pour rejoindre l'équipe." | "Connectez-vous à votre compte" | "Se connecter avec clé d'accès" | "Connexion avec {provider}" | "Se déconnecter" | "S'inscrire" | "L'inscription de nouveaux utilisateurs n'est pas activée pour le moment." | "S'inscrire avec Passkey" | "S'inscrire avec {provider}" | "Créer un nouveau compte" | "Connexion réussie !" | "Une erreur s'est produite lors du traitement du rappel OAuth :" | "Cesser d'utiliser pour la connexion" | "La création d'équipe n'est pas activée" | "Nom d'affichage de l'équipe" | "Invitation d'équipe" | "Image de profil d'équipe" | "Nom d'utilisateur d'équipe" | "Équipes" | "Le lien magique a déjà été utilisé. Le lien ne peut être utilisé qu'une seule fois. Veuillez demander un nouveau lien magique si vous devez vous reconnecter." | "Créer une équipe" | "L'opération de connexion a été annulée. Veuillez réessayer. [access_denied]" | "L'utilisateur est déjà connecté à un autre compte OAuth. Avez-vous peut-être sélectionné le mauvais compte sur la page du fournisseur OAuth ?" | "Ensuite, saisissez votre code MFA à six chiffres :" | "Ce compte est déjà associé à un autre utilisateur. Veuillez connecter un compte différent." | "Ce courriel est déjà utilisé pour la connexion par un autre utilisateur." | "Il s'agit d'un nom d'affichage et il n'est pas utilisé pour l'authentification" | "Il s'agit probablement d'une erreur dans Stack. Veuillez la signaler." | "Ce lien de réinitialisation de mot de passe a déjà été utilisé. Si vous devez à nouveau réinitialiser votre mot de passe, veuillez demander un nouveau lien de réinitialisation depuis la page de connexion." | "Ce lien d'invitation d'équipe a déjà été utilisé." | "Pour activer la connexion par OTP, veuillez ajouter un courriel de connexion vérifié." | "Pour activer la connexion par clé d'accès, veuillez ajouter un courriel de connexion vérifié." | "Pour définir un mot de passe, veuillez ajouter un courriel de connexion." | "Changer de thème" | "Code QR d'authentification à plusieurs facteurs TOTP" | "Non vérifié" | "Mettre à jour le mot de passe" | "Mettre à jour votre mot de passe" | "Téléversez une image pour votre équipe" | "Téléversez votre propre image comme avatar" | "Équipe actuelle" | "Utiliser pour la connexion" | "Utilisé pour la connexion" | "Lien de réinitialisation de mot de passe utilisé" | "Lien d'invitation d'équipe utilisé" | "Utilisateur" | "Nom d'utilisateur" | "Vérifier" | "Vous êtes déjà connecté" | "Vous n'êtes pas connecté actuellement." | "Vous ne pouvez pas supprimer votre dernier courriel de connexion" | "Zone dangereuse" | "Votre courriel a été vérifié !" | "Votre courriel" | "Votre lien de vérification de courriel a expiré. Veuillez demander un nouveau lien de vérification dans les paramètres de votre compte." | "Votre lien magique a expiré. Veuillez demander un nouveau lien magique si vous avez besoin de vous connecter." | "Votre mot de passe a été réinitialisé. Vous pouvez maintenant vous connecter avec votre nouveau mot de passe." | "Votre lien de réinitialisation du mot de passe a expiré. Veuillez demander un nouveau lien de réinitialisation du mot de passe à partir de la page de connexion." | "Votre lien d'invitation à l'équipe a expiré. Veuillez demander un nouveau lien d'invitation à l'équipe " | "Ajouter" | "Supprimer le compte" | "Supprimer la clé d'accès" | "Désactiver" | "Désactiver l'AMF" | "Désactiver OTP" | "Nom d'affichage" | "Voulez-vous vous connecter ?" | "Voulez-vous vérifier votre courriel ?" | "Vous n'avez pas de compte ?" | "Ajouter un courriel" | "Pas besoin de réinitialiser ?" | "Courriel" | "Courriel et mot de passe" | "Le courriel existe déjà" | "Le courriel est requis" | "Courriel envoyé !" | "Courriels" | "Courriels et authentification" | "Activer l'AMF" | "Activer l'OTP" | "Ajouter une nouvelle clé d'accès" | "Activer la connexion par lien magique ou OTP envoyé à vos courriels de connexion." | "Terminez votre session actuelle" | "Entrez un nom d'affichage pour votre nouvelle équipe" | "Saisir le courriel" | "Entrez le code reçu par courriel" | "Lien magique expiré" | "Lien de réinitialisation de mot de passe expiré" | "Lien d'invitation d'équipe expiré" | "Lien de vérification expiré" | "Expire" | "Vous avez déjà un compte?" | "Échec de connexion du compte" | "Échec de la réinitialisation du mot de passe" | "Échec de la réinitialisation du mot de passe. Veuillez demander un nouveau lien de réinitialisation du mot de passe" | "Mot de passe oublié ?" | "Accueil" | "Si l'utilisateur avec cette adresse courriel existe, un courriel a été envoyé à votre boîte de réception. Assurez-vous de vérifier votre dossier de courrier indésirable." | "Si vous n'êtes pas redirigé automatiquement, " | "Ignorer" | "Code incorrect. Veuillez réessayer." | "Une erreur inconnue s'est produite" | "Mot de passe incorrect" | "Code invalide" | "Image non valide" | "Lien magique invalide" | "Lien de réinitialisation du mot de passe invalide" | "Lien d'invitation d'équipe invalide" | "Code TOTP non valide" | "Lien de vérification invalide" | "Invitez un utilisateur à votre équipe par courriel" | "Inviter un membre" | "Êtes-vous sûr de vouloir supprimer votre compte ? Cette action est IRRÉVERSIBLE et supprimera TOUTES les données associées." | "Inviter l'utilisateur" | "Joindre" | "Quitter" | "Quitter l'équipe" | "quitter cette équipe et supprimer votre profil d'équipe" | "Lien magique déjà utilisé" | "Membres" | "Authentification à plusieurs facteurs" | "L'authentification à deux facteurs est actuellement désactivée." | "Êtes-vous sûr de vouloir désactiver la connexion par OTP ? Vous ne pourrez plus vous connecter uniquement avec des courriels." | "L'authentification multifactorielle est actuellement activée." | "Mon profil" | "Nom" | "L'inscription de nouveaux comptes n'est pas autorisée" | "Nouveau mot de passe" | "Aucune méthode d'authentification activée." | "Aucune équipe pour l'instant" | "Non connecté" | "Accès au fournisseur OAuth refusé" | "Êtes-vous sûr de vouloir désactiver la connexion par clé d'accès ? Vous ne pourrez plus vous connecter avec votre clé d'accès." | "Ancien mot de passe" | "Ou continuer avec" | "Autres équipes" | "Connexion par OTP" | "La connexion par OTP est activée et ne peut pas être désactivée car c'est actuellement la seule méthode de connexion" | "La connexion par OTP/lien magique est actuellement activée." | "Invitations en attente" | "Remplacez votre nom d'affichage d'utilisateur dans cette équipe" | "Clé d'accès" | "Clé d'accès enregistrée"> | Map<"__stack-auto-translation-0" | "__stack-auto-translation-1" | "__stack-auto-translation-2" | "__stack-auto-translation-3" | "__stack-auto-translation-4" | "__stack-auto-translation-5" | "__stack-auto-translation-6" | "__stack-auto-translation-7" | "__stack-auto-translation-8" | "__stack-auto-translation-9" | "__stack-auto-translation-10" | "__stack-auto-translation-11" | "__stack-auto-translation-12" | "__stack-auto-translation-13" | "__stack-auto-translation-14" | "__stack-auto-translation-15" | "__stack-auto-translation-16" | "__stack-auto-translation-17" | "__stack-auto-translation-18" | "__stack-auto-translation-19" | "__stack-auto-translation-20" | "__stack-auto-translation-21" | "__stack-auto-translation-22" | "__stack-auto-translation-23" | "__stack-auto-translation-24" | "__stack-auto-translation-25" | "__stack-auto-translation-26" | "__stack-auto-translation-27" | "__stack-auto-translation-28" | "__stack-auto-translation-29" | "__stack-auto-translation-30" | "__stack-auto-translation-31" | "__stack-auto-translation-32" | "__stack-auto-translation-33" | "__stack-auto-translation-34" | "__stack-auto-translation-35" | "__stack-auto-translation-36" | "__stack-auto-translation-37" | "__stack-auto-translation-38" | "__stack-auto-translation-39" | "__stack-auto-translation-40" | "__stack-auto-translation-41" | "__stack-auto-translation-42" | "__stack-auto-translation-43" | "__stack-auto-translation-44" | "__stack-auto-translation-45" | "__stack-auto-translation-46" | "__stack-auto-translation-47" | "__stack-auto-translation-48" | "__stack-auto-translation-49" | "__stack-auto-translation-50" | "__stack-auto-translation-51" | "__stack-auto-translation-52" | "__stack-auto-translation-53" | "__stack-auto-translation-54" | "__stack-auto-translation-55" | "__stack-auto-translation-56" | "__stack-auto-translation-57" | "__stack-auto-translation-58" | "__stack-auto-translation-59" | "__stack-auto-translation-60" | "__stack-auto-translation-61" | "__stack-auto-translation-62" | "__stack-auto-translation-63" | "__stack-auto-translation-64" | "__stack-auto-translation-65" | "__stack-auto-translation-66" | "__stack-auto-translation-67" | "__stack-auto-translation-68" | "__stack-auto-translation-69" | "__stack-auto-translation-70" | "__stack-auto-translation-71" | "__stack-auto-translation-72" | "__stack-auto-translation-73" | "__stack-auto-translation-74" | "__stack-auto-translation-75" | "__stack-auto-translation-76" | "__stack-auto-translation-77" | "__stack-auto-translation-78" | "__stack-auto-translation-79" | "__stack-auto-translation-80" | "__stack-auto-translation-81" | "__stack-auto-translation-82" | "__stack-auto-translation-83" | "__stack-auto-translation-84" | "__stack-auto-translation-85" | "__stack-auto-translation-86" | "__stack-auto-translation-87" | "__stack-auto-translation-88" | "__stack-auto-translation-89" | "__stack-auto-translation-90" | "__stack-auto-translation-91" | "__stack-auto-translation-92" | "__stack-auto-translation-93" | "__stack-auto-translation-94" | "__stack-auto-translation-95" | "__stack-auto-translation-96" | "__stack-auto-translation-97" | "__stack-auto-translation-98" | "__stack-auto-translation-99" | "__stack-auto-translation-100" | "__stack-auto-translation-101" | "__stack-auto-translation-102" | "__stack-auto-translation-103" | "__stack-auto-translation-104" | "__stack-auto-translation-105" | "__stack-auto-translation-106" | "__stack-auto-translation-107" | "__stack-auto-translation-108" | "__stack-auto-translation-109" | "__stack-auto-translation-110" | "__stack-auto-translation-111" | "__stack-auto-translation-112" | "__stack-auto-translation-113" | "__stack-auto-translation-114" | "__stack-auto-translation-115" | "__stack-auto-translation-116" | "__stack-auto-translation-117" | "__stack-auto-translation-118" | "__stack-auto-translation-119" | "__stack-auto-translation-120" | "__stack-auto-translation-121" | "__stack-auto-translation-122" | "__stack-auto-translation-123" | "__stack-auto-translation-124" | "__stack-auto-translation-125" | "__stack-auto-translation-126" | "__stack-auto-translation-127" | "__stack-auto-translation-128" | "__stack-auto-translation-129" | "__stack-auto-translation-130" | "__stack-auto-translation-131" | "__stack-auto-translation-132" | "__stack-auto-translation-133" | "__stack-auto-translation-134" | "__stack-auto-translation-135" | "__stack-auto-translation-136" | "__stack-auto-translation-137" | "__stack-auto-translation-138" | "__stack-auto-translation-139" | "__stack-auto-translation-140" | "__stack-auto-translation-141" | "__stack-auto-translation-142" | "__stack-auto-translation-143" | "__stack-auto-translation-144" | "__stack-auto-translation-145" | "__stack-auto-translation-146" | "__stack-auto-translation-147" | "__stack-auto-translation-148" | "__stack-auto-translation-149" | "__stack-auto-translation-150" | "__stack-auto-translation-151" | "__stack-auto-translation-152" | "__stack-auto-translation-153" | "__stack-auto-translation-154" | "__stack-auto-translation-155" | "__stack-auto-translation-156" | "__stack-auto-translation-157" | "__stack-auto-translation-158" | "__stack-auto-translation-159" | "__stack-auto-translation-160" | "__stack-auto-translation-161" | "__stack-auto-translation-162" | "__stack-auto-translation-163" | "__stack-auto-translation-164" | "__stack-auto-translation-165" | "__stack-auto-translation-166" | "__stack-auto-translation-167" | "__stack-auto-translation-168" | "__stack-auto-translation-169" | "__stack-auto-translation-170" | "__stack-auto-translation-171" | "__stack-auto-translation-172" | "__stack-auto-translation-173" | "__stack-auto-translation-174" | "__stack-auto-translation-175" | "__stack-auto-translation-176" | "__stack-auto-translation-177" | "__stack-auto-translation-178" | "__stack-auto-translation-179" | "__stack-auto-translation-180" | "__stack-auto-translation-181" | "__stack-auto-translation-182" | "__stack-auto-translation-183" | "__stack-auto-translation-184" | "__stack-auto-translation-185" | "__stack-auto-translation-186" | "__stack-auto-translation-187" | "__stack-auto-translation-188" | "__stack-auto-translation-189" | "__stack-auto-translation-190" | "__stack-auto-translation-191" | "__stack-auto-translation-192" | "__stack-auto-translation-193" | "__stack-auto-translation-194" | "__stack-auto-translation-195" | "__stack-auto-translation-196", "Principal" | "Paramètres du compte" | "Mot de passe" | "Réinitialisation du mot de passe réussie !" | "Les mots de passe ne correspondent pas" | "Veuillez saisir un nom d'équipe" | "Annuler" | "Veuillez répéter votre mot de passe" | "Veuillez réessayer et si le problème persiste, contactez le support." | "Image de profil" | "Enregistrer une clé d'accès" | "Supprimer" | "Répéter le mot de passe" | "Réinitialiser le mot de passe" | "Réinitialisez votre mot de passe" | "Enregistrer" | "Scannez ce code QR avec votre application d'authentification :" | "cliquez ici" | "Définir comme principal" | "Définir le mot de passe" | "Paramètres" | "Se connecter" | "Se connecter à nouveau" | "Créer" | "Connectez-vous ou créez un compte pour rejoindre l'équipe." | "Connectez-vous à votre compte" | "Se déconnecter" | "S'inscrire" | "S'inscrire avec Passkey" | "S'inscrire avec {provider}" | "Créer un nouveau compte" | "Connexion réussie !" | "La création d'équipe n'est pas activée" | "Nom d'affichage de l'équipe" | "Invitation d'équipe" | "Image de profil d'équipe" | "Équipes" | "Le lien magique a déjà été utilisé. Le lien ne peut être utilisé qu'une seule fois. Veuillez demander un nouveau lien magique si vous devez vous reconnecter." | "Créer une équipe" | "L'opération de connexion a été annulée. Veuillez réessayer. [access_denied]" | "L'utilisateur est déjà connecté à un autre compte OAuth. Avez-vous peut-être sélectionné le mauvais compte sur la page du fournisseur OAuth ?" | "Ensuite, saisissez votre code MFA à six chiffres :" | "Il s'agit probablement d'une erreur dans Stack. Veuillez la signaler." | "Ce lien de réinitialisation de mot de passe a déjà été utilisé. Si vous devez à nouveau réinitialiser votre mot de passe, veuillez demander un nouveau lien de réinitialisation depuis la page de connexion." | "Ce lien d'invitation d'équipe a déjà été utilisé." | "Changer de thème" | "Non vérifié" | "Mettre à jour le mot de passe" | "Équipe actuelle" | "Utiliser pour la connexion" | "Utilisé pour la connexion" | "Lien de réinitialisation de mot de passe utilisé" | "Utilisateur" | "Nom d'utilisateur" | "Vérifier" | "Vous êtes déjà connecté" | "Vous n'êtes pas connecté actuellement." | "Zone dangereuse" | "Votre lien magique a expiré. Veuillez demander un nouveau lien magique si vous avez besoin de vous connecter." | "Votre mot de passe a été réinitialisé. Vous pouvez maintenant vous connecter avec votre nouveau mot de passe." | "Votre lien de réinitialisation du mot de passe a expiré. Veuillez demander un nouveau lien de réinitialisation du mot de passe à partir de la page de connexion." | "Ajouter" | "Supprimer le compte" | "Supprimer la clé d'accès" | "Désactiver" | "Nom d'affichage" | "Voulez-vous vous connecter ?" | "Vous n'avez pas de compte ?" | "Pas besoin de réinitialiser ?" | "Activer l'AMF" | "Activer l'OTP" | "Ajouter une nouvelle clé d'accès" | "Entrez un nom d'affichage pour votre nouvelle équipe" | "Lien magique expiré" | "Lien de réinitialisation de mot de passe expiré" | "Lien d'invitation d'équipe expiré" | "Lien de vérification expiré" | "Expire" | "Échec de la réinitialisation du mot de passe" | "Échec de la réinitialisation du mot de passe. Veuillez demander un nouveau lien de réinitialisation du mot de passe" | "Mot de passe oublié ?" | "Accueil" | "Si vous n'êtes pas redirigé automatiquement, " | "Ignorer" | "Code incorrect. Veuillez réessayer." | "Une erreur inconnue s'est produite" | "Mot de passe incorrect" | "Code invalide" | "Lien magique invalide" | "Lien de vérification invalide" | "Inviter un membre" | "Êtes-vous sûr de vouloir supprimer votre compte ? Cette action est IRRÉVERSIBLE et supprimera TOUTES les données associées." | "Inviter l'utilisateur" | "Quitter" | "Quitter l'équipe" | "quitter cette équipe et supprimer votre profil d'équipe" | "Lien magique déjà utilisé" | "Membres" | "Authentification à plusieurs facteurs" | "L'authentification à deux facteurs est actuellement désactivée." | "Mon profil" | "Nom" | "L'inscription de nouveaux comptes n'est pas autorisée" | "Nouveau mot de passe" | "Aucune méthode d'authentification activée." | "Aucune équipe pour l'instant" | "Non connecté" | "Êtes-vous sûr de vouloir désactiver la connexion par clé d'accès ? Vous ne pourrez plus vous connecter avec votre clé d'accès." | "Ancien mot de passe" | "Ou continuer avec" | "Autres équipes" | "La connexion par OTP/lien magique est actuellement activée." | "Invitations en attente" | "Remplacez votre nom d'affichage d'utilisateur dans cette équipe" | "Clé d'accès" | "Clé d'accès enregistrée" | "Êtes-vous sûr de vouloir quitter l'équipe ?" | "La connexion par clé d'accès est activée et ne peut pas être désactivée car c'est actuellement la seule méthode de connexion" | "Supprimez définitivement votre compte et toutes les données associées" | "Veuillez vérifier si vous avez le bon lien. Si vous continuez à rencontrer des problèmes, veuillez contacter le support." | "Veuillez vérifier si vous avez le bon lien de réinitialisation de mot de passe." | "Veuillez vérifier que vous disposez du bon lien d'invitation d'équipe." | "Veuillez saisir une adresse e-mail valide" | "Veuillez saisir une adresse e-mail" | "Veuillez saisir votre adresse e-mail" | "Veuillez saisir votre ancien mot de passe" | "Veuillez saisir votre mot de passe" | "Veuillez d'abord vérifier votre adresse e-mail" | "Modifiez le nom d'affichage de votre équipe" | "Répéter le nouveau mot de passe" | "Envoyer l'e-mail" | "Envoyer un e-mail de vérification" | "Définissez un mot de passe pour votre compte" | "Se connecter avec Passkey" | "Se connecter avec {provider}" | "L'inscription pour les nouveaux utilisateurs n'est pas activée pour le moment." | "Une erreur est survenue lors du traitement de la réponse OAuth :" | "Ne plus utiliser pour la connexion" | "Nom d'utilisateur de l'équipe" | "Ce compte est déjà connecté à un autre utilisateur. Veuillez connecter un compte différent." | "Cet e-mail est déjà utilisé pour la connexion par un autre utilisateur." | "Il s'agit d'un nom d'affichage et n'est pas utilisé pour l'authentification" | "Pour activer la connexion OTP, veuillez ajouter une adresse e-mail de connexion vérifiée." | "Pour activer la connexion par clé d'accès, veuillez ajouter une adresse e-mail de connexion vérifiée." | "Pour définir un mot de passe, veuillez ajouter une adresse e-mail de connexion." | "TOTP Code QR d'authentification à plusieurs facteurs" | "Mettez à jour votre mot de passe" | "Téléchargez une image pour votre équipe" | "Téléchargez votre propre image comme avatar" | "Lien d'invitation d'équipe déjà utilisé" | "Vous ne pouvez pas supprimer votre dernière adresse e-mail de connexion" | "Votre email a été vérifié !" | "Votre e-mail" | "Votre lien de vérification d'e-mail a expiré. Veuillez demander un nouveau lien de vérification dans les paramètres de votre compte." | "Votre lien d'invitation d'équipe a expiré. Veuillez demander un nouveau lien d'invitation d'équipe " | "Désactiver MFA" | "Désactiver l'OTP" | "Voulez-vous vérifier votre e-mail ?" | "Ajouter un e-mail" | "Adresse e-mail" | "Email et mot de passe" | "Cet email existe déjà" | "L'adresse e-mail est requise" | "Email envoyé !" | "E-mails" | "E-mails et authentification" | "Activer la connexion via un lien magique ou un OTP envoyé à vos e-mails de connexion." | "Mettre fin à votre session actuelle" | "Saisir l'adresse e-mail" | "Saisissez le code reçu par e-mail" | "Vous avez déjà un compte ?" | "Échec de la connexion du compte" | "Si l'utilisateur avec cette adresse e-mail existe, un e-mail a été envoyé dans votre boîte de réception. Assurez-vous de vérifier votre dossier de courrier indésirable." | "Image invalide" | "Lien de réinitialisation de mot de passe non valide" | "Lien d'invitation d'équipe non valide" | "Code TOTP invalide" | "Invitez un utilisateur à rejoindre votre équipe par e-mail" | "Rejoindre" | "Êtes-vous sûr de vouloir désactiver la connexion OTP ? Vous ne pourrez plus vous connecter uniquement avec des e-mails." | "L'authentification à plusieurs facteurs est actuellement activée." | "Accès refusé par le fournisseur OAuth" | "Connexion OTP" | "La connexion OTP est activée et ne peut pas être désactivée car c'est actuellement la seule méthode de connexion"> | Map<"__stack-auto-translation-0" | "__stack-auto-translation-1" | "__stack-auto-translation-2" | "__stack-auto-translation-3" | "__stack-auto-translation-4" | "__stack-auto-translation-5" | "__stack-auto-translation-6" | "__stack-auto-translation-7" | "__stack-auto-translation-8" | "__stack-auto-translation-9" | "__stack-auto-translation-10" | "__stack-auto-translation-11" | "__stack-auto-translation-12" | "__stack-auto-translation-13" | "__stack-auto-translation-14" | "__stack-auto-translation-15" | "__stack-auto-translation-16" | "__stack-auto-translation-17" | "__stack-auto-translation-18" | "__stack-auto-translation-19" | "__stack-auto-translation-20" | "__stack-auto-translation-21" | "__stack-auto-translation-22" | "__stack-auto-translation-23" | "__stack-auto-translation-24" | "__stack-auto-translation-25" | "__stack-auto-translation-26" | "__stack-auto-translation-27" | "__stack-auto-translation-28" | "__stack-auto-translation-29" | "__stack-auto-translation-30" | "__stack-auto-translation-31" | "__stack-auto-translation-32" | "__stack-auto-translation-33" | "__stack-auto-translation-34" | "__stack-auto-translation-35" | "__stack-auto-translation-36" | "__stack-auto-translation-37" | "__stack-auto-translation-38" | "__stack-auto-translation-39" | "__stack-auto-translation-40" | "__stack-auto-translation-41" | "__stack-auto-translation-42" | "__stack-auto-translation-43" | "__stack-auto-translation-44" | "__stack-auto-translation-45" | "__stack-auto-translation-46" | "__stack-auto-translation-47" | "__stack-auto-translation-48" | "__stack-auto-translation-49" | "__stack-auto-translation-50" | "__stack-auto-translation-51" | "__stack-auto-translation-52" | "__stack-auto-translation-53" | "__stack-auto-translation-54" | "__stack-auto-translation-55" | "__stack-auto-translation-56" | "__stack-auto-translation-57" | "__stack-auto-translation-58" | "__stack-auto-translation-59" | "__stack-auto-translation-60" | "__stack-auto-translation-61" | "__stack-auto-translation-62" | "__stack-auto-translation-63" | "__stack-auto-translation-64" | "__stack-auto-translation-65" | "__stack-auto-translation-66" | "__stack-auto-translation-67" | "__stack-auto-translation-68" | "__stack-auto-translation-69" | "__stack-auto-translation-70" | "__stack-auto-translation-71" | "__stack-auto-translation-72" | "__stack-auto-translation-73" | "__stack-auto-translation-74" | "__stack-auto-translation-75" | "__stack-auto-translation-76" | "__stack-auto-translation-77" | "__stack-auto-translation-78" | "__stack-auto-translation-79" | "__stack-auto-translation-80" | "__stack-auto-translation-81" | "__stack-auto-translation-82" | "__stack-auto-translation-83" | "__stack-auto-translation-84" | "__stack-auto-translation-85" | "__stack-auto-translation-86" | "__stack-auto-translation-87" | "__stack-auto-translation-88" | "__stack-auto-translation-89" | "__stack-auto-translation-90" | "__stack-auto-translation-91" | "__stack-auto-translation-92" | "__stack-auto-translation-93" | "__stack-auto-translation-94" | "__stack-auto-translation-95" | "__stack-auto-translation-96" | "__stack-auto-translation-97" | "__stack-auto-translation-98" | "__stack-auto-translation-99" | "__stack-auto-translation-100" | "__stack-auto-translation-101" | "__stack-auto-translation-102" | "__stack-auto-translation-103" | "__stack-auto-translation-104" | "__stack-auto-translation-105" | "__stack-auto-translation-106" | "__stack-auto-translation-107" | "__stack-auto-translation-108" | "__stack-auto-translation-109" | "__stack-auto-translation-110" | "__stack-auto-translation-111" | "__stack-auto-translation-112" | "__stack-auto-translation-113" | "__stack-auto-translation-114" | "__stack-auto-translation-115" | "__stack-auto-translation-116" | "__stack-auto-translation-117" | "__stack-auto-translation-118" | "__stack-auto-translation-119" | "__stack-auto-translation-120" | "__stack-auto-translation-121" | "__stack-auto-translation-122" | "__stack-auto-translation-123" | "__stack-auto-translation-124" | "__stack-auto-translation-125" | "__stack-auto-translation-126" | "__stack-auto-translation-127" | "__stack-auto-translation-128" | "__stack-auto-translation-129" | "__stack-auto-translation-130" | "__stack-auto-translation-131" | "__stack-auto-translation-132" | "__stack-auto-translation-133" | "__stack-auto-translation-134" | "__stack-auto-translation-135" | "__stack-auto-translation-136" | "__stack-auto-translation-137" | "__stack-auto-translation-138" | "__stack-auto-translation-139" | "__stack-auto-translation-140" | "__stack-auto-translation-141" | "__stack-auto-translation-142" | "__stack-auto-translation-143" | "__stack-auto-translation-144" | "__stack-auto-translation-145" | "__stack-auto-translation-146" | "__stack-auto-translation-147" | "__stack-auto-translation-148" | "__stack-auto-translation-149" | "__stack-auto-translation-150" | "__stack-auto-translation-151" | "__stack-auto-translation-152" | "__stack-auto-translation-153" | "__stack-auto-translation-154" | "__stack-auto-translation-155" | "__stack-auto-translation-156" | "__stack-auto-translation-157" | "__stack-auto-translation-158" | "__stack-auto-translation-159" | "__stack-auto-translation-160" | "__stack-auto-translation-161" | "__stack-auto-translation-162" | "__stack-auto-translation-163" | "__stack-auto-translation-164" | "__stack-auto-translation-165" | "__stack-auto-translation-166" | "__stack-auto-translation-167" | "__stack-auto-translation-168" | "__stack-auto-translation-169" | "__stack-auto-translation-170" | "__stack-auto-translation-171" | "__stack-auto-translation-172" | "__stack-auto-translation-173" | "__stack-auto-translation-174" | "__stack-auto-translation-175" | "__stack-auto-translation-176" | "__stack-auto-translation-177" | "__stack-auto-translation-178" | "__stack-auto-translation-179" | "__stack-auto-translation-180" | "__stack-auto-translation-181" | "__stack-auto-translation-182" | "__stack-auto-translation-183" | "__stack-auto-translation-184" | "__stack-auto-translation-185" | "__stack-auto-translation-186" | "__stack-auto-translation-187" | "__stack-auto-translation-188" | "__stack-auto-translation-189" | "__stack-auto-translation-190" | "__stack-auto-translation-191" | "__stack-auto-translation-192" | "__stack-auto-translation-193" | "__stack-auto-translation-194" | "__stack-auto-translation-195" | "__stack-auto-translation-196", "Team" | "Passkey" | "Password" | "Email" | "Impostazioni account" | "Impostazioni Account" | "Sei sicuro di voler lasciare il team?" | "L'accesso con Passkey è attivo e non può essere disattivato poiché è attualmente l'unico metodo di accesso" | "Password reimpostata con successo!" | "Le password non corrispondono" | "Rimuovi permanentemente il tuo account e tutti i dati associati" | "Verificare di avere il link corretto. Se continui ad avere problemi, contatta l'assistenza." | "Si prega di verificare di avere il link corretto per il ripristino della password." | "Verifica di avere il link di invito al team corretto." | "Inserisci un nome per il team" | "Inserisci un indirizzo email valido" | "Annulla" | "Si prega di inserire un indirizzo email" | "Inserisci il tuo indirizzo email" | "Inserisci la tua vecchia password" | "Inserisci la tua password" | "Per favore ripeti la tua password" | "Si prega di riprovare e se il problema persiste, contattare l'assistenza." | "Per favore verifica prima la tua email" | "Principale" | "Immagine del profilo" | "Modifica il nome visualizzato del tuo team" | "Registra una passkey" | "Rimuovi" | "Ripeti nuova password" | "Ripeti Nuova Password" | "Ripeti Password" | "Reimposta Password" | "Reimposta la tua password" | "Salva" | "Scansiona questo codice QR con la tua app di autenticazione:" | "Invia email" | "clicca qui" | "Invia Email" | "Invia email di verifica" | "Imposta una password per il tuo account" | "Imposta come principale" | "Imposta password" | "Imposta Password" | "Impostazioni" | "Accedi" | "Accedi di nuovo" | "Crea" | "Accedi o crea un account per unirti al team." | "Accedi al tuo account" | "Accedi con Passkey" | "Accedi con {provider}" | "Esci" | "Registrati" | "L'iscrizione per i nuovi utenti non è attualmente abilitata." | "Registrati con Passkey" | "Registrati con {provider}" | "Crea un nuovo account" | "Accesso effettuato con successo!" | "Qualcosa è andato storto durante l'elaborazione del callback OAuth:" | "Interrompi l'utilizzo per l'accesso" | "La creazione del team non è abilitata" | "Nome visualizzato del team" | "Invito di squadra" | "Immagine del profilo del team" | "Nome utente del team" | "Il link magico è già stato utilizzato. Il link può essere usato una sola volta. Si prega di richiedere un nuovo link magico se è necessario accedere nuovamente." | "Crea un team" | "L'operazione di accesso è stata annullata. Si prega di riprovare. [access_denied]" | "L'utente è già collegato a un altro account OAuth. Hai forse selezionato l'account sbagliato nella pagina del provider OAuth?" | "Quindi, inserisci il tuo codice MFA a sei cifre:" | "Questo account è già collegato a un altro utente. Si prega di collegare un account diverso." | "Questa email è già utilizzata per l'accesso da un altro utente." | "Questo è un nome visualizzato e non viene utilizzato per l'autenticazione" | "Questo è molto probabilmente un errore in Stack. Si prega di segnalarlo." | "Questo link per il ripristino della password è già stato utilizzato. Se hai bisogno di reimpostare nuovamente la tua password, richiedi un nuovo link per il ripristino dalla pagina di accesso." | "Questo link di invito al team è già stato utilizzato." | "Per abilitare l'accesso con OTP, aggiungi un'email di accesso verificata." | "Crea un Team" | "Per abilitare l'accesso con Passkey, aggiungi un'email di accesso verificata." | "Per impostare una password, aggiungi un'email di accesso." | "Cambia tema" | "Codice QR per l'autenticazione a più fattori TOTP" | "Non verificato" | "Aggiorna password" | "Aggiorna Password" | "Aggiorna la tua password" | "Carica un'immagine per il tuo team" | "Carica la tua immagine come avatar" | "Team attuale" | "Usa per l'accesso" | "Usato per l'accesso" | "Link per il ripristino della password già utilizzato" | "Link di invito al team già utilizzato" | "Utente" | "Nome utente" | "Verifica" | "Hai già effettuato l'accesso" | "Non sei attualmente autenticato." | "Non puoi rimuovere la tua ultima email di accesso" | "Zona pericolosa" | "La tua email è stata verificata!" | "La tua email" | "Il tuo link di verifica dell'email è scaduto. Richiedi un nuovo link di verifica dalle impostazioni del tuo account." | "Il tuo link magico è scaduto. Richiedi un nuovo link magico se hai bisogno di accedere." | "La tua password è stata reimpostata. Ora puoi accedere con la tua nuova password." | "Il tuo link per il reset della password è scaduto. Ti preghiamo di richiedere un nuovo link per il reset della password dalla pagina di accesso." | "Il tuo link di invito al team è scaduto. Per favore richiedi un nuovo link di invito al team " | "Aggiungi" | "Elimina account" | "Elimina Account" | "Elimina Passkey" | "Disattiva" | "Disattiva MFA" | "Disattiva OTP" | "Nome visualizzato" | "Vuoi accedere?" | "Vuoi verificare la tua email?" | "Non hai un account?" | "Aggiungi un'email" | "Non hai bisogno di reimpostare?" | "Email e password" | "L'indirizzo email esiste già" | "L'indirizzo email è obbligatorio" | "Email inviato!" | "Email e Autenticazione" | "Abilita MFA" | "Abilita OTP" | "Aggiungi nuova passkey" | "Abilita l'accesso tramite link magico o OTP inviato alle tue email di accesso." | "Termina la sessione corrente" | "Inserisci un nome visualizzato per il tuo nuovo team" | "Inserisci email" | "Inserti il codice ricevuto via email" | "Link magico scaduto" | "Link per il Reset della Password Scaduto" | "Link di invito al team scaduto" | "Link di verifica scaduto" | "Scade" | "Hai già un account?" | "Impossibile connettere l'account" | "Impossibile reimpostare la password" | "Impossibile reimpostare la password. Si prega di richiedere un nuovo link per il reset della password" | "Password dimenticata?" | "Vai alla home" | "Se l'utente con questo indirizzo e-mail esiste, un'e-mail è stata inviata alla tua casella di posta. Assicurati di controllare la cartella dello spam." | "Se non vieni reindirizzato automaticamente, " | "Ignora" | "Codice errato. Per favore riprova." | "Si è verificato un errore sconosciuto" | "Password non corretta" | "Codice non valido" | "Immagine non valida" | "Link Magico Non Valido" | "Link di Reimpostazione Password Non Valido" | "Link di invito al team non valido" | "Codice TOTP non valido" | "Link di verifica non valido" | "Invita un utente al tuo team tramite email" | "Invita membro" | "Sei sicuro di voler eliminare il tuo account? Questa azione è IRREVERSIBILE e cancellerà TUTTI i dati associati." | "Invita Utente" | "Unisciti" | "Abbandona" | "Lascia il team" | "Lascia il Team" | "lasciare questa squadra e rimuovere il tuo profilo di team" | "Il link magico è già stato utilizzato" | "Membri" | "Autenticazione a più fattori" | "L'autenticazione a più fattori è attualmente disabilitata." | "Sei sicuro di voler disattivare l'accesso con OTP? Non potrai più accedere solo con le email." | "L'autenticazione a più fattori è attualmente attiva." | "Il mio profilo" | "Nome" | "La registrazione di nuovi account non è consentita" | "Nuova password" | "Nuova Password" | "Nessun metodo di autenticazione abilitato." | "Nessun team ancora" | "Non hai effettuato l'accesso" | "Accesso al provider OAuth negato" | "Sei sicuro di voler disattivare l'accesso con Passkey? Non potrai più accedere utilizzando la tua passkey." | "Vecchia password" | "Oppure continua con" | "Altri team" | "Accesso con OTP" | "L'accesso con OTP è abilitato e non può essere disattivato poiché è attualmente l'unico metodo di accesso disponibile" | "L'accesso tramite OTP/link magico è attualmente abilitato." | "Inviti in sospeso" | "Sovrascrivi il tuo nome utente visualizzato in questo team" | "Passkey registrata"> | Map<"__stack-auto-translation-0" | "__stack-auto-translation-1" | "__stack-auto-translation-2" | "__stack-auto-translation-3" | "__stack-auto-translation-4" | "__stack-auto-translation-5" | "__stack-auto-translation-6" | "__stack-auto-translation-7" | "__stack-auto-translation-8" | "__stack-auto-translation-9" | "__stack-auto-translation-10" | "__stack-auto-translation-11" | "__stack-auto-translation-12" | "__stack-auto-translation-13" | "__stack-auto-translation-14" | "__stack-auto-translation-15" | "__stack-auto-translation-16" | "__stack-auto-translation-17" | "__stack-auto-translation-18" | "__stack-auto-translation-19" | "__stack-auto-translation-20" | "__stack-auto-translation-21" | "__stack-auto-translation-22" | "__stack-auto-translation-23" | "__stack-auto-translation-24" | "__stack-auto-translation-25" | "__stack-auto-translation-26" | "__stack-auto-translation-27" | "__stack-auto-translation-28" | "__stack-auto-translation-29" | "__stack-auto-translation-30" | "__stack-auto-translation-31" | "__stack-auto-translation-32" | "__stack-auto-translation-33" | "__stack-auto-translation-34" | "__stack-auto-translation-35" | "__stack-auto-translation-36" | "__stack-auto-translation-37" | "__stack-auto-translation-38" | "__stack-auto-translation-39" | "__stack-auto-translation-40" | "__stack-auto-translation-41" | "__stack-auto-translation-42" | "__stack-auto-translation-43" | "__stack-auto-translation-44" | "__stack-auto-translation-45" | "__stack-auto-translation-46" | "__stack-auto-translation-47" | "__stack-auto-translation-48" | "__stack-auto-translation-49" | "__stack-auto-translation-50" | "__stack-auto-translation-51" | "__stack-auto-translation-52" | "__stack-auto-translation-53" | "__stack-auto-translation-54" | "__stack-auto-translation-55" | "__stack-auto-translation-56" | "__stack-auto-translation-57" | "__stack-auto-translation-58" | "__stack-auto-translation-59" | "__stack-auto-translation-60" | "__stack-auto-translation-61" | "__stack-auto-translation-62" | "__stack-auto-translation-63" | "__stack-auto-translation-64" | "__stack-auto-translation-65" | "__stack-auto-translation-66" | "__stack-auto-translation-67" | "__stack-auto-translation-68" | "__stack-auto-translation-69" | "__stack-auto-translation-70" | "__stack-auto-translation-71" | "__stack-auto-translation-72" | "__stack-auto-translation-73" | "__stack-auto-translation-74" | "__stack-auto-translation-75" | "__stack-auto-translation-76" | "__stack-auto-translation-77" | "__stack-auto-translation-78" | "__stack-auto-translation-79" | "__stack-auto-translation-80" | "__stack-auto-translation-81" | "__stack-auto-translation-82" | "__stack-auto-translation-83" | "__stack-auto-translation-84" | "__stack-auto-translation-85" | "__stack-auto-translation-86" | "__stack-auto-translation-87" | "__stack-auto-translation-88" | "__stack-auto-translation-89" | "__stack-auto-translation-90" | "__stack-auto-translation-91" | "__stack-auto-translation-92" | "__stack-auto-translation-93" | "__stack-auto-translation-94" | "__stack-auto-translation-95" | "__stack-auto-translation-96" | "__stack-auto-translation-97" | "__stack-auto-translation-98" | "__stack-auto-translation-99" | "__stack-auto-translation-100" | "__stack-auto-translation-101" | "__stack-auto-translation-102" | "__stack-auto-translation-103" | "__stack-auto-translation-104" | "__stack-auto-translation-105" | "__stack-auto-translation-106" | "__stack-auto-translation-107" | "__stack-auto-translation-108" | "__stack-auto-translation-109" | "__stack-auto-translation-110" | "__stack-auto-translation-111" | "__stack-auto-translation-112" | "__stack-auto-translation-113" | "__stack-auto-translation-114" | "__stack-auto-translation-115" | "__stack-auto-translation-116" | "__stack-auto-translation-117" | "__stack-auto-translation-118" | "__stack-auto-translation-119" | "__stack-auto-translation-120" | "__stack-auto-translation-121" | "__stack-auto-translation-122" | "__stack-auto-translation-123" | "__stack-auto-translation-124" | "__stack-auto-translation-125" | "__stack-auto-translation-126" | "__stack-auto-translation-127" | "__stack-auto-translation-128" | "__stack-auto-translation-129" | "__stack-auto-translation-130" | "__stack-auto-translation-131" | "__stack-auto-translation-132" | "__stack-auto-translation-133" | "__stack-auto-translation-134" | "__stack-auto-translation-135" | "__stack-auto-translation-136" | "__stack-auto-translation-137" | "__stack-auto-translation-138" | "__stack-auto-translation-139" | "__stack-auto-translation-140" | "__stack-auto-translation-141" | "__stack-auto-translation-142" | "__stack-auto-translation-143" | "__stack-auto-translation-144" | "__stack-auto-translation-145" | "__stack-auto-translation-146" | "__stack-auto-translation-147" | "__stack-auto-translation-148" | "__stack-auto-translation-149" | "__stack-auto-translation-150" | "__stack-auto-translation-151" | "__stack-auto-translation-152" | "__stack-auto-translation-153" | "__stack-auto-translation-154" | "__stack-auto-translation-155" | "__stack-auto-translation-156" | "__stack-auto-translation-157" | "__stack-auto-translation-158" | "__stack-auto-translation-159" | "__stack-auto-translation-160" | "__stack-auto-translation-161" | "__stack-auto-translation-162" | "__stack-auto-translation-163" | "__stack-auto-translation-164" | "__stack-auto-translation-165" | "__stack-auto-translation-166" | "__stack-auto-translation-167" | "__stack-auto-translation-168" | "__stack-auto-translation-169" | "__stack-auto-translation-170" | "__stack-auto-translation-171" | "__stack-auto-translation-172" | "__stack-auto-translation-173" | "__stack-auto-translation-174" | "__stack-auto-translation-175" | "__stack-auto-translation-176" | "__stack-auto-translation-177" | "__stack-auto-translation-178" | "__stack-auto-translation-179" | "__stack-auto-translation-180" | "__stack-auto-translation-181" | "__stack-auto-translation-182" | "__stack-auto-translation-183" | "__stack-auto-translation-184" | "__stack-auto-translation-185" | "__stack-auto-translation-186" | "__stack-auto-translation-187" | "__stack-auto-translation-188" | "__stack-auto-translation-189" | "__stack-auto-translation-190" | "__stack-auto-translation-191" | "__stack-auto-translation-192" | "__stack-auto-translation-193" | "__stack-auto-translation-194" | "__stack-auto-translation-195" | "__stack-auto-translation-196", "Email" | "Cancelar" | "Verificar" | "Ignorar" | "Código TOTP inválido" | "Habilitar MFA" | "Habilitar OTP" | "E-mails" | "Nome" | "Configurações da conta" | "Configurações da Conta" | "Tem certeza de que deseja sair da equipe?" | "O acesso por chave de acesso está habilitado e não pode ser desativado, pois é atualmente o único método de acesso" | "Senha" | "Senha redefinida com sucesso!" | "As senhas não coincidem" | "Remover permanentemente sua conta e todos os dados associados" | "Verifique se você tem o link correto. Se continuar tendo problemas, entre em contato com o suporte." | "Verifique novamente se você tem o link correto para redefinição de senha." | "Por favor, verifique se você tem o link de convite para a equipe correto." | "Por favor, insira um nome para a equipe" | "Por favor, insira um e-mail válido" | "Insira um endereço de e-mail válido" | "Por favor, insira um endereço de e-mail" | "Por favor, insira seu e-mail" | "Por favor, digite sua senha antiga" | "Insira sua senha" | "Por favor, repita sua senha" | "Por favor, tente novamente e, se o problema persistir, entre em contato com o suporte." | "Por favor, verifique seu email primeiro" | "Primário" | "Imagem de perfil" | "Alterar o nome de exibição da sua equipe" | "Registrar uma chave de acesso" | "Remover" | "Repita a nova senha" | "Repita a Nova Senha" | "Repetir Senha" | "Redefinir Senha" | "Redefina Sua Senha" | "Salvar" | "Escaneie este código QR com seu aplicativo autenticador:" | "Enviar e-mail" | "clique aqui" | "Enviar Email" | "Enviar email de verificação" | "Defina uma senha para sua conta" | "Definir como primário" | "Definir senha" | "Definir Senha" | "Configurações" | "Entrar" | "Entrar novamente" | "Criar" | "Faça login ou crie uma conta para se juntar à equipe." | "Entrar na sua conta" | "Entrar com Passkey" | "Entrar com {provider}" | "Sair" | "Cadastrar-se" | "O cadastro para novos usuários não está disponível no momento." | "Cadastre-se com Passkey" | "Cadastre-se com o {provider}" | "Criar uma nova conta" | "Login realizado com sucesso!" | "Algo deu errado ao processar o retorno de chamada OAuth:" | "Parar de usar para login" | "Criação de equipe não está habilitada" | "Nome de exibição da equipe" | "Convite para equipe" | "Imagem de perfil da equipe" | "Nome de usuário na equipe" | "Equipes" | "O link mágico já foi utilizado. O link só pode ser usado uma vez. Por favor, solicite um novo link mágico se precisar fazer login novamente." | "Criar uma equipe" | "A operação de login foi cancelada. Por favor, tente novamente. [access_denied]" | "O usuário já está conectado a outra conta OAuth. Você pode ter selecionado a conta errada na página do provedor OAuth?" | "Em seguida, insira seu código MFA de seis dígitos:" | "Esta conta já está conectada a outro usuário. Por favor, conecte uma conta diferente." | "Este email já está sendo usado para login por outro usuário." | "Este é um nome de exibição e não é usado para autenticação" | "Isto é provavelmente um erro no Stack. Por favor, reporte-o." | "Este link de redefinição de senha já foi utilizado. Se você precisar redefinir sua senha novamente, solicite um novo link de redefinição de senha na página de login." | "Este link de convite para a equipe já foi utilizado." | "Para habilitar a autenticação por OTP, adicione um email de login verificado." | "Criar uma Equipe" | "Para habilitar o login por chave de acesso, adicione um email de login verificado." | "Para definir uma senha, adicione um email de login." | "Alternar tema" | "Código QR de autenticação de dois fatores TOTP" | "Não verificado" | "Atualizar senha" | "Atualizar Senha" | "Atualize sua senha" | "Envie uma imagem para sua equipe" | "Envie sua própria imagem como seu avatar" | "Equipe atual" | "Usar para login" | "Usado para login" | "Link de Redefinição de Senha Utilizado" | "Link de Convite de Equipe Usado" | "Usuário" | "Nome de usuário" | "Você já está conectado" | "Você não está atualmente conectado." | "Você não pode remover seu último email de login" | "Zona de perigo" | "Seu email foi verificado!" | "Seu E-mail" | "Seu link de verificação de e-mail expirou. Por favor, solicite um novo link de verificação nas configurações da sua conta." | "Seu link mágico expirou. Por favor, solicite um novo link mágico se precisar fazer login." | "Sua senha foi redefinida. Agora você pode fazer login com sua nova senha." | "Seu link de redefinição de senha expirou. Por favor, solicite um novo link de redefinição de senha na página de login." | "Seu link de convite para a equipe expirou. Solicite um novo link de convite para a equipe " | "Adicionar" | "Excluir conta" | "Excluir Conta" | "Excluir Chave de acesso" | "Desativar" | "Desativar MFA" | "Desativar OTP" | "Nome de exibição" | "Deseja entrar?" | "Deseja verificar seu email?" | "Não tem uma conta?" | "Adicionar um e-mail" | "Não precisa redefinir?" | "Email e Senha" | "E-mail já existe" | "E-mail é obrigatório" | "E-mail enviado!" | "E-mails & Autenticação" | "Adicionar nova chave de acesso" | "Habilitar login via link mágico ou OTP enviado para seus e-mails de acesso." | "Encerre sua sessão atual" | "Insira um nome de exibição para sua nova equipe" | "Inserir email" | "Digite o código do seu e-mail" | "Link Mágico Expirado" | "Link de Redefinição de Senha Expirado" | "Link de Convite de Equipe Expirado" | "Link de Verificação Expirado" | "Expira" | "Já tem uma conta?" | "Falha ao conectar conta" | "Falha ao redefinir senha" | "Falha ao redefinir a senha. Por favor, solicite um novo link de redefinição de senha" | "Esqueceu a senha?" | "Ir para início" | "Se o usuário com este endereço de e-mail existir, um e-mail foi enviado para sua caixa de entrada. Certifique-se de verificar sua pasta de spam." | "Se você não for redirecionado automaticamente, " | "Código incorreto. Por favor, tente novamente." | "Um erro desconhecido ocorreu" | "Senha incorreta" | "Código inválido" | "Imagem inválida" | "Link Mágico Inválido" | "Link de Redefinição de Senha Inválido" | "Link de Convite de Equipe Inválido" | "Link de Verificação Inválido" | "Convide um usuário para sua equipe por e-mail" | "Convidar membro" | "Tem certeza de que deseja excluir sua conta? Esta ação é IRREVERSÍVEL e excluirá TODOS os dados associados." | "Convidar Usuário" | "Sair da equipe" | "Sair da Equipe" | "sair desta equipe e remover seu perfil de equipe" | "Link Mágico Já Utilizado" | "Membros" | "Autenticação de múltiplos fatores" | "A autenticação de dois fatores está atualmente desativada." | "Tem certeza de que deseja desativar a autenticação por OTP? Você não poderá mais entrar apenas com e-mails." | "Autenticação multifator está atualmente ativada." | "Meu Perfil" | "Não é permitido o registro de novas contas" | "Nova senha" | "Nova Senha" | "Nenhum método de autenticação habilitado." | "Ainda sem equipes" | "Não conectado" | "Acesso ao provedor OAuth negado" | "Tem certeza que deseja desativar o login com chave de acesso? Você não poderá mais entrar com sua chave de acesso." | "Senha antiga" | "Ou continuar com" | "Outras equipes" | "Autenticação por OTP" | "A autenticação por OTP está habilitada e não pode ser desativada, pois atualmente é o único método de autenticação" | "O login por OTP/link mágico está atualmente habilitado." | "Convites pendentes" | "Substitua seu nome de exibição de usuário nesta equipe" | "Chave de acesso" | "Chave de acesso registrada"> | Map<"__stack-auto-translation-0" | "__stack-auto-translation-1" | "__stack-auto-translation-2" | "__stack-auto-translation-3" | "__stack-auto-translation-4" | "__stack-auto-translation-5" | "__stack-auto-translation-6" | "__stack-auto-translation-7" | "__stack-auto-translation-8" | "__stack-auto-translation-9" | "__stack-auto-translation-10" | "__stack-auto-translation-11" | "__stack-auto-translation-12" | "__stack-auto-translation-13" | "__stack-auto-translation-14" | "__stack-auto-translation-15" | "__stack-auto-translation-16" | "__stack-auto-translation-17" | "__stack-auto-translation-18" | "__stack-auto-translation-19" | "__stack-auto-translation-20" | "__stack-auto-translation-21" | "__stack-auto-translation-22" | "__stack-auto-translation-23" | "__stack-auto-translation-24" | "__stack-auto-translation-25" | "__stack-auto-translation-26" | "__stack-auto-translation-27" | "__stack-auto-translation-28" | "__stack-auto-translation-29" | "__stack-auto-translation-30" | "__stack-auto-translation-31" | "__stack-auto-translation-32" | "__stack-auto-translation-33" | "__stack-auto-translation-34" | "__stack-auto-translation-35" | "__stack-auto-translation-36" | "__stack-auto-translation-37" | "__stack-auto-translation-38" | "__stack-auto-translation-39" | "__stack-auto-translation-40" | "__stack-auto-translation-41" | "__stack-auto-translation-42" | "__stack-auto-translation-43" | "__stack-auto-translation-44" | "__stack-auto-translation-45" | "__stack-auto-translation-46" | "__stack-auto-translation-47" | "__stack-auto-translation-48" | "__stack-auto-translation-49" | "__stack-auto-translation-50" | "__stack-auto-translation-51" | "__stack-auto-translation-52" | "__stack-auto-translation-53" | "__stack-auto-translation-54" | "__stack-auto-translation-55" | "__stack-auto-translation-56" | "__stack-auto-translation-57" | "__stack-auto-translation-58" | "__stack-auto-translation-59" | "__stack-auto-translation-60" | "__stack-auto-translation-61" | "__stack-auto-translation-62" | "__stack-auto-translation-63" | "__stack-auto-translation-64" | "__stack-auto-translation-65" | "__stack-auto-translation-66" | "__stack-auto-translation-67" | "__stack-auto-translation-68" | "__stack-auto-translation-69" | "__stack-auto-translation-70" | "__stack-auto-translation-71" | "__stack-auto-translation-72" | "__stack-auto-translation-73" | "__stack-auto-translation-74" | "__stack-auto-translation-75" | "__stack-auto-translation-76" | "__stack-auto-translation-77" | "__stack-auto-translation-78" | "__stack-auto-translation-79" | "__stack-auto-translation-80" | "__stack-auto-translation-81" | "__stack-auto-translation-82" | "__stack-auto-translation-83" | "__stack-auto-translation-84" | "__stack-auto-translation-85" | "__stack-auto-translation-86" | "__stack-auto-translation-87" | "__stack-auto-translation-88" | "__stack-auto-translation-89" | "__stack-auto-translation-90" | "__stack-auto-translation-91" | "__stack-auto-translation-92" | "__stack-auto-translation-93" | "__stack-auto-translation-94" | "__stack-auto-translation-95" | "__stack-auto-translation-96" | "__stack-auto-translation-97" | "__stack-auto-translation-98" | "__stack-auto-translation-99" | "__stack-auto-translation-100" | "__stack-auto-translation-101" | "__stack-auto-translation-102" | "__stack-auto-translation-103" | "__stack-auto-translation-104" | "__stack-auto-translation-105" | "__stack-auto-translation-106" | "__stack-auto-translation-107" | "__stack-auto-translation-108" | "__stack-auto-translation-109" | "__stack-auto-translation-110" | "__stack-auto-translation-111" | "__stack-auto-translation-112" | "__stack-auto-translation-113" | "__stack-auto-translation-114" | "__stack-auto-translation-115" | "__stack-auto-translation-116" | "__stack-auto-translation-117" | "__stack-auto-translation-118" | "__stack-auto-translation-119" | "__stack-auto-translation-120" | "__stack-auto-translation-121" | "__stack-auto-translation-122" | "__stack-auto-translation-123" | "__stack-auto-translation-124" | "__stack-auto-translation-125" | "__stack-auto-translation-126" | "__stack-auto-translation-127" | "__stack-auto-translation-128" | "__stack-auto-translation-129" | "__stack-auto-translation-130" | "__stack-auto-translation-131" | "__stack-auto-translation-132" | "__stack-auto-translation-133" | "__stack-auto-translation-134" | "__stack-auto-translation-135" | "__stack-auto-translation-136" | "__stack-auto-translation-137" | "__stack-auto-translation-138" | "__stack-auto-translation-139" | "__stack-auto-translation-140" | "__stack-auto-translation-141" | "__stack-auto-translation-142" | "__stack-auto-translation-143" | "__stack-auto-translation-144" | "__stack-auto-translation-145" | "__stack-auto-translation-146" | "__stack-auto-translation-147" | "__stack-auto-translation-148" | "__stack-auto-translation-149" | "__stack-auto-translation-150" | "__stack-auto-translation-151" | "__stack-auto-translation-152" | "__stack-auto-translation-153" | "__stack-auto-translation-154" | "__stack-auto-translation-155" | "__stack-auto-translation-156" | "__stack-auto-translation-157" | "__stack-auto-translation-158" | "__stack-auto-translation-159" | "__stack-auto-translation-160" | "__stack-auto-translation-161" | "__stack-auto-translation-162" | "__stack-auto-translation-163" | "__stack-auto-translation-164" | "__stack-auto-translation-165" | "__stack-auto-translation-166" | "__stack-auto-translation-167" | "__stack-auto-translation-168" | "__stack-auto-translation-169" | "__stack-auto-translation-170" | "__stack-auto-translation-171" | "__stack-auto-translation-172" | "__stack-auto-translation-173" | "__stack-auto-translation-174" | "__stack-auto-translation-175" | "__stack-auto-translation-176" | "__stack-auto-translation-177" | "__stack-auto-translation-178" | "__stack-auto-translation-179" | "__stack-auto-translation-180" | "__stack-auto-translation-181" | "__stack-auto-translation-182" | "__stack-auto-translation-183" | "__stack-auto-translation-184" | "__stack-auto-translation-185" | "__stack-auto-translation-186" | "__stack-auto-translation-187" | "__stack-auto-translation-188" | "__stack-auto-translation-189" | "__stack-auto-translation-190" | "__stack-auto-translation-191" | "__stack-auto-translation-192" | "__stack-auto-translation-193" | "__stack-auto-translation-194" | "__stack-auto-translation-195" | "__stack-auto-translation-196", "Email" | "Cancelar" | "Principal" | "Guardar" | "Verificar" | "Ignorar" | "Código TOTP inválido" | "E-mails" | "Nome" | "As senhas não coincidem" | "Imagem de perfil" | "Remover" | "Enviar e-mail" | "clique aqui" | "Enviar Email" | "Enviar email de verificação" | "Criar" | "Sair" | "Criar uma nova conta" | "Isto é provavelmente um erro no Stack. Por favor, reporte-o." | "Alternar tema" | "Não verificado" | "Link de Redefinição de Senha Utilizado" | "Zona de perigo" | "Adicionar" | "Desativar" | "Desativar MFA" | "Desativar OTP" | "Nome de exibição" | "Não tem uma conta?" | "Não precisa redefinir?" | "Adicionar nova chave de acesso" | "Link de Redefinição de Senha Expirado" | "Link de Verificação Expirado" | "Expira" | "Já tem uma conta?" | "Falha ao conectar conta" | "Falha ao redefinir a senha. Por favor, solicite um novo link de redefinição de senha" | "Ir para início" | "Código incorreto. Por favor, tente novamente." | "Código inválido" | "Imagem inválida" | "Link de Verificação Inválido" | "Convidar membro" | "Link Mágico Já Utilizado" | "Membros" | "Acesso ao provedor OAuth negado" | "Ou continuar com" | "Convites pendentes" | "Chave de acesso" | "Definições da conta" | "Definições da Conta" | "Tem a certeza de que deseja sair da equipa?" | "O início de sessão por chave de acesso está ativo e não pode ser desativado pois é atualmente o único método de autenticação" | "Palavra-passe" | "Palavra-passe redefinida com sucesso!" | "Remover permanentemente a sua conta e todos os dados associados" | "Por favor, verifique se tem o link correto. Se continuar a ter problemas, entre em contacto com o suporte." | "Por favor, verifique novamente se tem o link correto para redefinição da palavra-passe." | "Verifique novamente se possui o link de convite para a equipa correto." | "Por favor, insira um nome para a equipa" | "Por favor, introduza um endereço de email válido" | "Introduza um endereço de e-mail válido" | "Por favor, introduza um endereço de e-mail" | "Introduza o seu email" | "Por favor, insira a sua palavra-passe antiga" | "Por favor, introduza a sua palavra-passe" | "Por favor, repita a sua palavra-passe" | "Tente novamente e, se o problema persistir, entre em contacto com o suporte." | "Por favor, verifique o seu email primeiro" | "Alterar o nome de apresentação da sua equipa" | "Registar uma chave de acesso" | "Repetir nova palavra-passe" | "Repetir Nova Palavra-passe" | "Repita a palavra-passe" | "Redefinir Palavra-passe" | "Repor a Sua Palavra-passe" | "Faça scan deste código QR com a sua aplicação de autenticação:" | "Defina uma palavra-passe para a sua conta" | "Definir como principal" | "Definir palavra-passe" | "Definir Palavra-passe" | "Definições" | "Iniciar sessão" | "Iniciar Sessão" | "Iniciar sessão novamente" | "Inicie sessão ou crie uma conta para se juntar à equipa." | "Iniciar sessão na sua conta" | "Iniciar sessão com Passkey" | "Iniciar sessão com {provider}" | "Terminar sessão" | "Inscrever-se" | "As inscrições para novos utilizadores não estão ativadas de momento." | "Registar com chave de acesso" | "Registar-se com {provider}" | "Autenticação bem-sucedida!" | "Algo correu mal durante o processamento do callback OAuth:" | "Parar de utilizar para início de sessão" | "A criação de equipas não está ativada" | "Nome de exibição da equipa" | "Convite para equipa" | "Imagem de perfil da equipa" | "Nome de utilizador da equipa" | "Equipas" | "O link mágico já foi utilizado. O link só pode ser usado uma vez. Por favor, solicite um novo link mágico se precisar de iniciar sessão novamente." | "Criar uma equipa" | "A operação de início de sessão foi cancelada. Por favor, tente novamente. [access_denied]" | "O utilizador já está conectado a outra conta OAuth. Terá selecionado a conta errada na página do provedor OAuth?" | "Em seguida, introduza o seu código MFA de seis dígitos:" | "Esta conta já está associada a outro utilizador. Por favor, associe uma conta diferente." | "Este email já é utilizado para iniciar sessão por outro utilizador." | "Este é um nome de exibição e não é utilizado para autenticação" | "Este link de redefinição de senha já foi utilizado. Se precisar redefinir a sua senha novamente, por favor solicite um novo link de redefinição de senha na página de login." | "Este link de convite para a equipa já foi utilizado." | "Para ativar a autenticação OTP, adicione um email de acesso verificado." | "Criar uma Equipa" | "Para ativar o início de sessão com chave de acesso, adicione um email de início de sessão verificado." | "Para definir uma palavra-passe, adicione um email de acesso." | "Código QR de autenticação multifator TOTP" | "Atualizar palavra-passe" | "Atualizar Palavra-passe" | "Atualize a sua palavra-passe" | "Carregar uma imagem para a sua equipa" | "Carregue a sua própria imagem como avatar" | "Equipa atual" | "Usar para iniciar sessão" | "Utilizado para iniciar sessão" | "Link de Convite para Equipa Utilizado" | "Utilizador" | "Nome de utilizador" | "Já está autenticado" | "Não tem sessão iniciada de momento." | "Não é possível remover o seu último email de início de sessão" | "O seu email foi verificado!" | "O seu email" | "O seu link de verificação de e-mail expirou. Por favor, solicite um novo link de verificação nas configurações da sua conta." | "O seu link mágico expirou. Por favor, solicite um novo link mágico se precisar de iniciar sessão." | "A sua palavra-passe foi redefinida. Agora pode iniciar sessão com a sua nova palavra-passe." | "O seu link de redefinição de palavra-passe expirou. Por favor, solicite um novo link de redefinição de palavra-passe na página de início de sessão." | "O seu link de convite para a equipa expirou. Por favor, solicite um novo link de convite para a equipa " | "Eliminar conta" | "Eliminar Conta" | "Eliminar Chave de Acesso" | "Quer iniciar sessão?" | "Pretende verificar o seu email?" | "Adicionar um email" | "Email e Palavra-passe" | "O email já existe" | "O email é obrigatório" | "Email enviado!" | "E-mails e autenticação" | "Ativar MFA" | "Ativar OTP" | "Ativar autenticação via link mágico ou OTP enviado para os seus e-mails de início de sessão." | "Terminar a sua sessão atual" | "Insira um nome de exibição para a sua nova equipa" | "Introduza o e-mail" | "Insira o código do seu e-mail" | "Link Mágica Expirada" | "Link de Convite para Equipa Expirado" | "Falha ao redefinir a palavra-passe" | "Esqueceu-se da palavra-passe?" | "Se o utilizador com este endereço de e-mail existir, foi enviado um e-mail para a sua caixa de entrada. Certifique-se de verificar a sua pasta de spam." | "Se não for redirecionado automaticamente, " | "Ocorreu um erro desconhecido" | "Palavra-passe incorreta" | "Link Mágica Inválida" | "Link Inválido de Redefinição de Senha" | "Link de Convite de Equipa Inválido" | "Convidar um utilizador para a sua equipa através de e-mail" | "Tem certeza de que deseja eliminar a sua conta? Esta ação é IRREVERSÍVEL e irá eliminar TODOS os dados associados." | "Convidar Utilizador" | "Juntar" | "Abandonar equipa" | "Sair da Equipa" | "abandonar esta equipa e remover o seu perfil de equipa" | "Autenticação de Múltiplos Fatores" | "A autenticação multifator está atualmente desativada." | "Tem certeza de que deseja desativar a autenticação OTP? Já não poderá iniciar sessão apenas com e-mails." | "A autenticação multifator está atualmente ativada." | "O Meu Perfil" | "Não é permitido registar novas contas" | "Nova palavra-passe" | "Nova Palavra-passe" | "Nenhum método de autenticação ativado." | "Ainda sem equipas" | "Não tem sessão iniciada" | "Tem a certeza de que pretende desativar o início de sessão por chave de acesso? Não poderá mais iniciar sessão com a sua chave de acesso." | "Palavra-passe antiga" | "Outras equipas" | "Autenticação OTP" | "A autenticação OTP está ativada e não pode ser desativada, pois é atualmente o único método de autenticação" | "O início de sessão por OTP/link mágico está atualmente ativado." | "Substituir o seu nome de utilizador nesta equipa" | "Chave de acesso registada"> | Map<"__stack-auto-translation-0" | "__stack-auto-translation-1" | "__stack-auto-translation-2" | "__stack-auto-translation-3" | "__stack-auto-translation-4" | "__stack-auto-translation-5" | "__stack-auto-translation-6" | "__stack-auto-translation-7" | "__stack-auto-translation-8" | "__stack-auto-translation-9" | "__stack-auto-translation-10" | "__stack-auto-translation-11" | "__stack-auto-translation-12" | "__stack-auto-translation-13" | "__stack-auto-translation-14" | "__stack-auto-translation-15" | "__stack-auto-translation-16" | "__stack-auto-translation-17" | "__stack-auto-translation-18" | "__stack-auto-translation-19" | "__stack-auto-translation-20" | "__stack-auto-translation-21" | "__stack-auto-translation-22" | "__stack-auto-translation-23" | "__stack-auto-translation-24" | "__stack-auto-translation-25" | "__stack-auto-translation-26" | "__stack-auto-translation-27" | "__stack-auto-translation-28" | "__stack-auto-translation-29" | "__stack-auto-translation-30" | "__stack-auto-translation-31" | "__stack-auto-translation-32" | "__stack-auto-translation-33" | "__stack-auto-translation-34" | "__stack-auto-translation-35" | "__stack-auto-translation-36" | "__stack-auto-translation-37" | "__stack-auto-translation-38" | "__stack-auto-translation-39" | "__stack-auto-translation-40" | "__stack-auto-translation-41" | "__stack-auto-translation-42" | "__stack-auto-translation-43" | "__stack-auto-translation-44" | "__stack-auto-translation-45" | "__stack-auto-translation-46" | "__stack-auto-translation-47" | "__stack-auto-translation-48" | "__stack-auto-translation-49" | "__stack-auto-translation-50" | "__stack-auto-translation-51" | "__stack-auto-translation-52" | "__stack-auto-translation-53" | "__stack-auto-translation-54" | "__stack-auto-translation-55" | "__stack-auto-translation-56" | "__stack-auto-translation-57" | "__stack-auto-translation-58" | "__stack-auto-translation-59" | "__stack-auto-translation-60" | "__stack-auto-translation-61" | "__stack-auto-translation-62" | "__stack-auto-translation-63" | "__stack-auto-translation-64" | "__stack-auto-translation-65" | "__stack-auto-translation-66" | "__stack-auto-translation-67" | "__stack-auto-translation-68" | "__stack-auto-translation-69" | "__stack-auto-translation-70" | "__stack-auto-translation-71" | "__stack-auto-translation-72" | "__stack-auto-translation-73" | "__stack-auto-translation-74" | "__stack-auto-translation-75" | "__stack-auto-translation-76" | "__stack-auto-translation-77" | "__stack-auto-translation-78" | "__stack-auto-translation-79" | "__stack-auto-translation-80" | "__stack-auto-translation-81" | "__stack-auto-translation-82" | "__stack-auto-translation-83" | "__stack-auto-translation-84" | "__stack-auto-translation-85" | "__stack-auto-translation-86" | "__stack-auto-translation-87" | "__stack-auto-translation-88" | "__stack-auto-translation-89" | "__stack-auto-translation-90" | "__stack-auto-translation-91" | "__stack-auto-translation-92" | "__stack-auto-translation-93" | "__stack-auto-translation-94" | "__stack-auto-translation-95" | "__stack-auto-translation-96" | "__stack-auto-translation-97" | "__stack-auto-translation-98" | "__stack-auto-translation-99" | "__stack-auto-translation-100" | "__stack-auto-translation-101" | "__stack-auto-translation-102" | "__stack-auto-translation-103" | "__stack-auto-translation-104" | "__stack-auto-translation-105" | "__stack-auto-translation-106" | "__stack-auto-translation-107" | "__stack-auto-translation-108" | "__stack-auto-translation-109" | "__stack-auto-translation-110" | "__stack-auto-translation-111" | "__stack-auto-translation-112" | "__stack-auto-translation-113" | "__stack-auto-translation-114" | "__stack-auto-translation-115" | "__stack-auto-translation-116" | "__stack-auto-translation-117" | "__stack-auto-translation-118" | "__stack-auto-translation-119" | "__stack-auto-translation-120" | "__stack-auto-translation-121" | "__stack-auto-translation-122" | "__stack-auto-translation-123" | "__stack-auto-translation-124" | "__stack-auto-translation-125" | "__stack-auto-translation-126" | "__stack-auto-translation-127" | "__stack-auto-translation-128" | "__stack-auto-translation-129" | "__stack-auto-translation-130" | "__stack-auto-translation-131" | "__stack-auto-translation-132" | "__stack-auto-translation-133" | "__stack-auto-translation-134" | "__stack-auto-translation-135" | "__stack-auto-translation-136" | "__stack-auto-translation-137" | "__stack-auto-translation-138" | "__stack-auto-translation-139" | "__stack-auto-translation-140" | "__stack-auto-translation-141" | "__stack-auto-translation-142" | "__stack-auto-translation-143" | "__stack-auto-translation-144" | "__stack-auto-translation-145" | "__stack-auto-translation-146" | "__stack-auto-translation-147" | "__stack-auto-translation-148" | "__stack-auto-translation-149" | "__stack-auto-translation-150" | "__stack-auto-translation-151" | "__stack-auto-translation-152" | "__stack-auto-translation-153" | "__stack-auto-translation-154" | "__stack-auto-translation-155" | "__stack-auto-translation-156" | "__stack-auto-translation-157" | "__stack-auto-translation-158" | "__stack-auto-translation-159" | "__stack-auto-translation-160" | "__stack-auto-translation-161" | "__stack-auto-translation-162" | "__stack-auto-translation-163" | "__stack-auto-translation-164" | "__stack-auto-translation-165" | "__stack-auto-translation-166" | "__stack-auto-translation-167" | "__stack-auto-translation-168" | "__stack-auto-translation-169" | "__stack-auto-translation-170" | "__stack-auto-translation-171" | "__stack-auto-translation-172" | "__stack-auto-translation-173" | "__stack-auto-translation-174" | "__stack-auto-translation-175" | "__stack-auto-translation-176" | "__stack-auto-translation-177" | "__stack-auto-translation-178" | "__stack-auto-translation-179" | "__stack-auto-translation-180" | "__stack-auto-translation-181" | "__stack-auto-translation-182" | "__stack-auto-translation-183" | "__stack-auto-translation-184" | "__stack-auto-translation-185" | "__stack-auto-translation-186" | "__stack-auto-translation-187" | "__stack-auto-translation-188" | "__stack-auto-translation-189" | "__stack-auto-translation-190" | "__stack-auto-translation-191" | "__stack-auto-translation-192" | "__stack-auto-translation-193" | "__stack-auto-translation-194" | "__stack-auto-translation-195" | "__stack-auto-translation-196", "账户设置" | "您确定要离开团队吗?" | "密钥登录已启用,且无法禁用,因为它目前是唯一的登录方式" | "密码" | "密码重置成功!" | "密码不匹配" | "永久删除您的帐户和所有相关数据" | "请检查您是否有正确的链接。如果您继续遇到问题,请联系支持人员。" | "请再次确认您是否有正确的密码重置链接。" | "请再次确认您是否拥有正确的团队邀请链接。" | "请输入团队名称" | "请输入有效的电子邮箱地址" | "取消" | "请输入有效的电子邮件地址" | "请输入电子邮件地址" | "请输入您的电子邮箱" | "请输入您的旧密码" | "请输入您的密码" | "请重复输入您的密码" | "请重试,如果问题仍然存在,请联系客服。" | "请先验证您的电子邮箱" | "主要" | "头像" | "更改团队显示名称" | "注册密钥" | "删除" | "重复新密码" | "重复密码" | "重置密码" | "重置您的密码" | "保存" | "使用您的身份验证器应用扫描此二维码:" | "发送电子邮件" | "点击此处" | "发送邮件" | "发送验证邮件" | "为您的账户设置密码" | "设置为主要" | "设置密码" | "设置" | "登录" | "再次登录" | "创建" | "登录或创建账户以加入团队。" | "登录您的帐户" | "使用密钥登录" | "使用{provider}登录" | "退出登录" | "注册" | "目前不允许新用户注册。" | "使用通行密钥注册" | "用 {provider} 注册" | "创建新账户" | "登录成功!" | "处理 OAuth 回调时出现错误:" | "停止使用登录" | "团队创建未启用" | "团队显示名称" | "团队邀请" | "团队头像" | "团队用户名" | "团队" | "魔法链接已被使用。该链接只能使用一次。如果需要再次登录,请重新申请一个新的魔法链接。" | "创建团队" | "登录操作已取消。请重试。[access_denied]" | "用户已连接到另一个 OAuth 账户。您是否在 OAuth 提供商页面上选择了错误的账户?" | "然后,输入您的六位数 MFA 码:" | "此帐户已与另一用户关联。请连接其他帐户。" | "此电子邮箱已被另一用户用于登录。" | "这是一个显示名称,不用于身份验证" | "这很可能是 Stack 中的错误。请报告此问题。" | "此密码重置链接已被使用。如果您需要再次重置密码,请从登录页面请求新的密码重置链接。" | "此团队邀请链接已被使用。" | "要启用 OTP 登录,请添加已验证的登录邮箱。" | "要启用通行密钥登录,请添加已验证的登录邮箱。" | "要设置密码,请先添加登录邮箱。" | "切换主题" | "TOTP 多因素认证二维码" | "未验证" | "更新密码" | "更新您的密码" | "为团队上传图片" | "上传您自己的图像作为头像" | "当前团队" | "用于登录" | "已使用的密码重置链接" | "已使用的团队邀请链接" | "用户" | "用户名" | "验证" | "您已经登录" | "您当前未登录。" | "你不能删除最后一个用于登录的电子邮箱" | "危险区域" | "您的邮箱已验证!" | "您的邮箱" | "您的电子邮件验证链接已过期。请从您的账户设置中重新请求一个新的验证链接。" | "您的魔法链接已过期。如果您需要登录,请重新申请一个新的魔法链接。" | "您的密码已重置。您现在可以使用新密码登录。" | "您的密码重置链接已过期。请从登录页面申请新的密码重置链接。" | "您的团队邀请链接已过期。请申请新的团队邀请链接 " | "添加" | "删除账户" | "删除密钥" | "禁用" | "禁用 MFA" | "禁用 OTP" | "显示名称" | "您要登录吗?" | "您想验证您的邮箱吗?" | "还没有账号?" | "添加电子邮件" | "不需要重置?" | "邮箱" | "电子邮件和密码" | "电子邮箱已存在" | "需要填写电子邮箱" | "邮件已发送!" | "电子邮件" | "电子邮件和身份验证" | "启用 MFA" | "启用 OTP" | "添加新密钥" | "启用通过魔法链接或发送到您的登录邮箱的一次性密码进行登录。" | "结束您的当前会话" | "为您的新团队输入一个显示名称" | "输入邮箱" | "输入您邮箱中收到的验证码" | "过期的魔法链接" | "密码重置链接已过期" | "过期的团队邀请链接" | "验证链接已过期" | "到期" | "已有账户?" | "无法连接帐户" | "重置密码失败" | "密码重置失败。请重新申请密码重置链接" | "忘记密码?" | "返回主页" | "如果存在使用此电子邮件地址的用户,一封电子邮件已发送到您的收件箱。请务必检查您的垃圾邮件文件夹。" | "如果您没有被自动重定向," | "忽略" | "代码不正确。请重试。" | "发生未知错误" | "密码不正确" | "无效代码" | "无效的图片" | "无效的魔法链接" | "无效的密码重置链接" | "无效的团队邀请链接" | "无效的 TOTP 代码" | "无效的验证链接" | "通过电子邮件邀请用户加入您的团队" | "邀请成员" | "您确定要删除您的账户吗?此操作是不可逆的,将删除所有相关数据。" | "邀请用户" | "加入" | "离开" | "退出团队" | "离开团队" | "离开此团队并删除您的团队资料" | "魔法链接已使用" | "成员" | "多重身份认证" | "多重身份验证目前已禁用。" | "您确定要禁用 OTP 登录吗?禁用后,您将无法仅使用电子邮箱登录。" | "多重身份验证目前已启用。" | "我的个人资料" | "姓名" | "不允许注册新账户" | "新密码" | "未启用任何身份验证方法。" | "尚无团队" | "未登录" | "OAuth 提供商访问被拒绝" | "您确定要禁用密钥登录吗?禁用后,您将无法再使用密钥登录。" | "旧密码" | "或继续使用" | "其他团队" | "OTP 登录" | "已启用 OTP 登录,且无法禁用,因为它目前是唯一的登录方式" | "OTP/魔法链接登录目前已启用。" | "待处理邀请" | "在这个团队中覆盖你的用户显示名称" | "密钥" | "密钥已注册"> | Map<"__stack-auto-translation-0" | "__stack-auto-translation-1" | "__stack-auto-translation-2" | "__stack-auto-translation-3" | "__stack-auto-translation-4" | "__stack-auto-translation-5" | "__stack-auto-translation-6" | "__stack-auto-translation-7" | "__stack-auto-translation-8" | "__stack-auto-translation-9" | "__stack-auto-translation-10" | "__stack-auto-translation-11" | "__stack-auto-translation-12" | "__stack-auto-translation-13" | "__stack-auto-translation-14" | "__stack-auto-translation-15" | "__stack-auto-translation-16" | "__stack-auto-translation-17" | "__stack-auto-translation-18" | "__stack-auto-translation-19" | "__stack-auto-translation-20" | "__stack-auto-translation-21" | "__stack-auto-translation-22" | "__stack-auto-translation-23" | "__stack-auto-translation-24" | "__stack-auto-translation-25" | "__stack-auto-translation-26" | "__stack-auto-translation-27" | "__stack-auto-translation-28" | "__stack-auto-translation-29" | "__stack-auto-translation-30" | "__stack-auto-translation-31" | "__stack-auto-translation-32" | "__stack-auto-translation-33" | "__stack-auto-translation-34" | "__stack-auto-translation-35" | "__stack-auto-translation-36" | "__stack-auto-translation-37" | "__stack-auto-translation-38" | "__stack-auto-translation-39" | "__stack-auto-translation-40" | "__stack-auto-translation-41" | "__stack-auto-translation-42" | "__stack-auto-translation-43" | "__stack-auto-translation-44" | "__stack-auto-translation-45" | "__stack-auto-translation-46" | "__stack-auto-translation-47" | "__stack-auto-translation-48" | "__stack-auto-translation-49" | "__stack-auto-translation-50" | "__stack-auto-translation-51" | "__stack-auto-translation-52" | "__stack-auto-translation-53" | "__stack-auto-translation-54" | "__stack-auto-translation-55" | "__stack-auto-translation-56" | "__stack-auto-translation-57" | "__stack-auto-translation-58" | "__stack-auto-translation-59" | "__stack-auto-translation-60" | "__stack-auto-translation-61" | "__stack-auto-translation-62" | "__stack-auto-translation-63" | "__stack-auto-translation-64" | "__stack-auto-translation-65" | "__stack-auto-translation-66" | "__stack-auto-translation-67" | "__stack-auto-translation-68" | "__stack-auto-translation-69" | "__stack-auto-translation-70" | "__stack-auto-translation-71" | "__stack-auto-translation-72" | "__stack-auto-translation-73" | "__stack-auto-translation-74" | "__stack-auto-translation-75" | "__stack-auto-translation-76" | "__stack-auto-translation-77" | "__stack-auto-translation-78" | "__stack-auto-translation-79" | "__stack-auto-translation-80" | "__stack-auto-translation-81" | "__stack-auto-translation-82" | "__stack-auto-translation-83" | "__stack-auto-translation-84" | "__stack-auto-translation-85" | "__stack-auto-translation-86" | "__stack-auto-translation-87" | "__stack-auto-translation-88" | "__stack-auto-translation-89" | "__stack-auto-translation-90" | "__stack-auto-translation-91" | "__stack-auto-translation-92" | "__stack-auto-translation-93" | "__stack-auto-translation-94" | "__stack-auto-translation-95" | "__stack-auto-translation-96" | "__stack-auto-translation-97" | "__stack-auto-translation-98" | "__stack-auto-translation-99" | "__stack-auto-translation-100" | "__stack-auto-translation-101" | "__stack-auto-translation-102" | "__stack-auto-translation-103" | "__stack-auto-translation-104" | "__stack-auto-translation-105" | "__stack-auto-translation-106" | "__stack-auto-translation-107" | "__stack-auto-translation-108" | "__stack-auto-translation-109" | "__stack-auto-translation-110" | "__stack-auto-translation-111" | "__stack-auto-translation-112" | "__stack-auto-translation-113" | "__stack-auto-translation-114" | "__stack-auto-translation-115" | "__stack-auto-translation-116" | "__stack-auto-translation-117" | "__stack-auto-translation-118" | "__stack-auto-translation-119" | "__stack-auto-translation-120" | "__stack-auto-translation-121" | "__stack-auto-translation-122" | "__stack-auto-translation-123" | "__stack-auto-translation-124" | "__stack-auto-translation-125" | "__stack-auto-translation-126" | "__stack-auto-translation-127" | "__stack-auto-translation-128" | "__stack-auto-translation-129" | "__stack-auto-translation-130" | "__stack-auto-translation-131" | "__stack-auto-translation-132" | "__stack-auto-translation-133" | "__stack-auto-translation-134" | "__stack-auto-translation-135" | "__stack-auto-translation-136" | "__stack-auto-translation-137" | "__stack-auto-translation-138" | "__stack-auto-translation-139" | "__stack-auto-translation-140" | "__stack-auto-translation-141" | "__stack-auto-translation-142" | "__stack-auto-translation-143" | "__stack-auto-translation-144" | "__stack-auto-translation-145" | "__stack-auto-translation-146" | "__stack-auto-translation-147" | "__stack-auto-translation-148" | "__stack-auto-translation-149" | "__stack-auto-translation-150" | "__stack-auto-translation-151" | "__stack-auto-translation-152" | "__stack-auto-translation-153" | "__stack-auto-translation-154" | "__stack-auto-translation-155" | "__stack-auto-translation-156" | "__stack-auto-translation-157" | "__stack-auto-translation-158" | "__stack-auto-translation-159" | "__stack-auto-translation-160" | "__stack-auto-translation-161" | "__stack-auto-translation-162" | "__stack-auto-translation-163" | "__stack-auto-translation-164" | "__stack-auto-translation-165" | "__stack-auto-translation-166" | "__stack-auto-translation-167" | "__stack-auto-translation-168" | "__stack-auto-translation-169" | "__stack-auto-translation-170" | "__stack-auto-translation-171" | "__stack-auto-translation-172" | "__stack-auto-translation-173" | "__stack-auto-translation-174" | "__stack-auto-translation-175" | "__stack-auto-translation-176" | "__stack-auto-translation-177" | "__stack-auto-translation-178" | "__stack-auto-translation-179" | "__stack-auto-translation-180" | "__stack-auto-translation-181" | "__stack-auto-translation-182" | "__stack-auto-translation-183" | "__stack-auto-translation-184" | "__stack-auto-translation-185" | "__stack-auto-translation-186" | "__stack-auto-translation-187" | "__stack-auto-translation-188" | "__stack-auto-translation-189" | "__stack-auto-translation-190" | "__stack-auto-translation-191" | "__stack-auto-translation-192" | "__stack-auto-translation-193" | "__stack-auto-translation-194" | "__stack-auto-translation-195" | "__stack-auto-translation-196", "取消" | "主要" | "到期" | "忽略" | "加入" | "帳戶設定" | "您確定要離開團隊嗎?" | "通行金鑰登入已啟用,目前無法停用,因為這是唯一的登入方式" | "密碼" | "密碼重設成功!" | "密碼不符合" | "永久刪除您的帳戶和所有相關資料" | "請檢查您的連結是否正確。如果您繼續遇到問題,請聯絡客戶支援。" | "請再次確認您是否擁有正確的密碼重設連結。" | "請再次確認您是否有正確的團隊邀請連結。" | "請輸入團隊名稱" | "請輸入有效的電子郵件地址" | "請輸入電子郵件地址" | "請輸入您的電子郵件" | "請輸入您的舊密碼" | "請輸入您的密碼" | "請重複輸入您的密碼" | "請再試一次,如果問題仍然存在,請聯絡客戶支援。" | "請先驗證您的電子郵件" | "個人頭像" | "更改團隊的顯示名稱" | "註冊通行金鑰" | "移除" | "重複新密碼" | "重複密碼" | "重設密碼" | "重設您的密碼" | "儲存" | "請使用您的身份驗證器應用程式掃描此 QR 碼:" | "發送電子郵件" | "點擊這裡" | "發送驗證電子郵件" | "為您的帳戶設定密碼" | "設為主要" | "設定密碼" | "設定" | "登入" | "再次登入" | "建立" | "登入或建立帳戶以加入團隊。" | "登入您的帳戶" | "使用密鑰登入" | "以 {provider} 登入" | "登出" | "註冊" | "目前不開放新使用者註冊。" | "使用通行金鑰註冊" | "使用 {provider} 註冊" | "建立新帳戶" | "登入成功!" | "處理 OAuth 回調時出現錯誤:" | "停止使用於登入" | "團隊創建功能未啟用" | "團隊顯示名稱" | "團隊邀請" | "團隊頭像" | "團隊用戶名稱" | "團隊" | "該魔法連結已被使用過。此連結僅能使用一次。如果您需要再次登入,請重新申請一個新的魔法連結。" | "建立一個團隊" | "登入操作已取消。請再試一次。[access_denied]" | "使用者已經連接到另一個 OAuth 帳戶。您是否在 OAuth 提供者頁面上選擇了錯誤的帳戶?" | "然後,輸入您的六位數MFA驗證碼:" | "此帳號已與其他用戶連結。請連結不同的帳號。" | "此電子郵件已被另一位使用者用於登入。" | "這是一個顯示名稱,不用於身份驗證" | "這很可能是 Stack 的錯誤。請回報此問題。" | "此密碼重置連結已被使用。如果您需要再次重置密碼,請從登入頁面重新申請新的密碼重置連結。" | "此團隊邀請連結已被使用。" | "請新增已驗證的登入電子郵件以啟用 OTP 登入。" | "建立團隊" | "若要啟用通行金鑰登入,請新增已驗證的登入電子郵件。" | "請新增登入電子郵件以設定密碼。" | "切換主題" | "TOTP 多因素驗證 QR 碼" | "未驗證" | "更新密碼" | "更新您的密碼" | "上傳您團隊的圖像" | "上傳您自己的圖像作為頭像" | "目前團隊" | "用於登入" | "已使用的密碼重設連結" | "已使用的團隊邀請連結" | "使用者" | "使用者名稱" | "驗證" | "您已經登入" | "您目前尚未登入。" | "您無法移除最後一個用於登入的電子郵件" | "危險區域" | "您的電子郵件已驗證!" | "您的電子郵件" | "您的電子郵件驗證連結已過期。請從您的帳戶設置中重新請求新的驗證連結。" | "您的魔法連結已過期。如果您需要登入,請重新申請新的魔法連結。" | "您的密碼已重設。您現在可以使用新密碼登入。" | "您的密碼重設連結已過期。請從登入頁面重新申請新的密碼重設連結。" | "您的團隊邀請連結已過期。請重新申請新的團隊邀請連結 " | "新增" | "刪除帳號" | "刪除帳戶" | "刪除通行金鑰" | "停用" | "停用 MFA" | "停用 OTP" | "顯示名稱" | "您要登入嗎?" | "您要驗證您的電子郵件嗎?" | "還沒有帳戶嗎?" | "新增電子郵件" | "不需要重設密碼嗎?" | "電子郵件" | "電郵與密碼" | "電子郵件已存在" | "電子郵件為必填" | "電子郵件已發送!" | "電子郵件與驗證" | "啟用多重要素身份驗證" | "啟用 OTP" | "新增通行金鑰" | "啟用透過魔法連結或發送到您的登入電子郵件的一次性密碼進行登入。" | "結束您的當前會話" | "輸入您新團隊的顯示名稱" | "輸入電子郵件地址" | "輸入您電子郵件中的驗證碼" | "已過期的魔法連結" | "密碼重設連結已過期" | "已過期的團隊邀請連結" | "驗證連結已過期" | "已經有帳號了嗎?" | "帳戶連接失敗" | "重設密碼失敗" | "無法重設密碼。請重新申請密碼重設連結" | "忘記密碼?" | "回首頁" | "如果此電子郵件地址的用戶存在,一封電子郵件已發送到您的收件箱。請務必檢查您的垃圾郵件資料夾。" | "如果您沒有自動重新導向," | "代碼不正確。請再試一次。" | "發生未知錯誤" | "密碼不正確" | "驗證碼無效" | "無效的圖片" | "無效的魔術連結" | "無效的密碼重設連結" | "無效的團隊邀請連結" | "無效的 TOTP 代碼" | "無效的驗證連結" | "透過電子郵件邀請用戶加入您的團隊" | "邀請成員" | "您確定要刪除您的帳戶嗎?此操作是不可逆的,並將刪除所有相關數據。" | "邀請用戶" | "離開" | "離開團隊" | "離開此團隊並移除您的團隊檔案" | "魔法連結已被使用" | "成員" | "多重要素驗證" | "目前已停用多重身份驗證。" | "您確定要停用 OTP 登入嗎?您將無法再僅使用電子郵件進行登入。" | "目前已啟用多重身分驗證。" | "我的個人資料" | "名稱" | "不允許註冊新帳戶" | "新密碼" | "未啟用任何身份驗證方法。" | "尚無團隊" | "未登入" | "OAuth 提供者存取遭拒" | "您確定要停用通行金鑰登入嗎?停用後您將無法再使用通行金鑰登入。" | "舊密碼" | "或繼續使用" | "其他團隊" | "OTP 登入" | "已啟用 OTP 登入,目前無法停用,因為這是唯一的登入方式" | "目前已啟用 OTP/魔法連結登入。" | "待處理邀請" | "覆寫您在此團隊中的使用者顯示名稱" | "通行金鑰" | "通行金鑰已註冊">>;
|
|
1113
|
+
declare const quetzalLocales: Map<"de-DE" | "en-US" | "es-419" | "es-ES" | "fr-CA" | "fr-FR" | "it-IT" | "ja-JP" | "ko-KR" | "pt-BR" | "pt-PT" | "zh-CN" | "zh-TW", Map<"__stack-auto-translation-0" | "__stack-auto-translation-1" | "__stack-auto-translation-2" | "__stack-auto-translation-3" | "__stack-auto-translation-4" | "__stack-auto-translation-5" | "__stack-auto-translation-6" | "__stack-auto-translation-7" | "__stack-auto-translation-8" | "__stack-auto-translation-9" | "__stack-auto-translation-10" | "__stack-auto-translation-11" | "__stack-auto-translation-12" | "__stack-auto-translation-13" | "__stack-auto-translation-14" | "__stack-auto-translation-15" | "__stack-auto-translation-16" | "__stack-auto-translation-17" | "__stack-auto-translation-18" | "__stack-auto-translation-19" | "__stack-auto-translation-20" | "__stack-auto-translation-21" | "__stack-auto-translation-22" | "__stack-auto-translation-23" | "__stack-auto-translation-24" | "__stack-auto-translation-25" | "__stack-auto-translation-26" | "__stack-auto-translation-27" | "__stack-auto-translation-28" | "__stack-auto-translation-29" | "__stack-auto-translation-30" | "__stack-auto-translation-31" | "__stack-auto-translation-32" | "__stack-auto-translation-33" | "__stack-auto-translation-34" | "__stack-auto-translation-35" | "__stack-auto-translation-36" | "__stack-auto-translation-37" | "__stack-auto-translation-38" | "__stack-auto-translation-39" | "__stack-auto-translation-40" | "__stack-auto-translation-41" | "__stack-auto-translation-42" | "__stack-auto-translation-43" | "__stack-auto-translation-44" | "__stack-auto-translation-45" | "__stack-auto-translation-46" | "__stack-auto-translation-47" | "__stack-auto-translation-48" | "__stack-auto-translation-49" | "__stack-auto-translation-50" | "__stack-auto-translation-51" | "__stack-auto-translation-52" | "__stack-auto-translation-53" | "__stack-auto-translation-54" | "__stack-auto-translation-55" | "__stack-auto-translation-56" | "__stack-auto-translation-57" | "__stack-auto-translation-58" | "__stack-auto-translation-59" | "__stack-auto-translation-60" | "__stack-auto-translation-61" | "__stack-auto-translation-62" | "__stack-auto-translation-63" | "__stack-auto-translation-64" | "__stack-auto-translation-65" | "__stack-auto-translation-66" | "__stack-auto-translation-67" | "__stack-auto-translation-68" | "__stack-auto-translation-69" | "__stack-auto-translation-70" | "__stack-auto-translation-71" | "__stack-auto-translation-72" | "__stack-auto-translation-73" | "__stack-auto-translation-74" | "__stack-auto-translation-75" | "__stack-auto-translation-76" | "__stack-auto-translation-77" | "__stack-auto-translation-78" | "__stack-auto-translation-79" | "__stack-auto-translation-80" | "__stack-auto-translation-81" | "__stack-auto-translation-82" | "__stack-auto-translation-83" | "__stack-auto-translation-84" | "__stack-auto-translation-85" | "__stack-auto-translation-86" | "__stack-auto-translation-87" | "__stack-auto-translation-88" | "__stack-auto-translation-89" | "__stack-auto-translation-90" | "__stack-auto-translation-91" | "__stack-auto-translation-92" | "__stack-auto-translation-93" | "__stack-auto-translation-94" | "__stack-auto-translation-95" | "__stack-auto-translation-96" | "__stack-auto-translation-97" | "__stack-auto-translation-98" | "__stack-auto-translation-99" | "__stack-auto-translation-100" | "__stack-auto-translation-101" | "__stack-auto-translation-102" | "__stack-auto-translation-103" | "__stack-auto-translation-104" | "__stack-auto-translation-105" | "__stack-auto-translation-106" | "__stack-auto-translation-107" | "__stack-auto-translation-108" | "__stack-auto-translation-109" | "__stack-auto-translation-110" | "__stack-auto-translation-111" | "__stack-auto-translation-112" | "__stack-auto-translation-113" | "__stack-auto-translation-114" | "__stack-auto-translation-115" | "__stack-auto-translation-116" | "__stack-auto-translation-117" | "__stack-auto-translation-118" | "__stack-auto-translation-119" | "__stack-auto-translation-120" | "__stack-auto-translation-121" | "__stack-auto-translation-122" | "__stack-auto-translation-123" | "__stack-auto-translation-124" | "__stack-auto-translation-125" | "__stack-auto-translation-126" | "__stack-auto-translation-127" | "__stack-auto-translation-128" | "__stack-auto-translation-129" | "__stack-auto-translation-130" | "__stack-auto-translation-131" | "__stack-auto-translation-132" | "__stack-auto-translation-133" | "__stack-auto-translation-134" | "__stack-auto-translation-135" | "__stack-auto-translation-136" | "__stack-auto-translation-137" | "__stack-auto-translation-138" | "__stack-auto-translation-139" | "__stack-auto-translation-140" | "__stack-auto-translation-141" | "__stack-auto-translation-142" | "__stack-auto-translation-143" | "__stack-auto-translation-144" | "__stack-auto-translation-145" | "__stack-auto-translation-146" | "__stack-auto-translation-147" | "__stack-auto-translation-148" | "__stack-auto-translation-149" | "__stack-auto-translation-150" | "__stack-auto-translation-151" | "__stack-auto-translation-152" | "__stack-auto-translation-153" | "__stack-auto-translation-154" | "__stack-auto-translation-155" | "__stack-auto-translation-156" | "__stack-auto-translation-157" | "__stack-auto-translation-158" | "__stack-auto-translation-159" | "__stack-auto-translation-160" | "__stack-auto-translation-161" | "__stack-auto-translation-162" | "__stack-auto-translation-163" | "__stack-auto-translation-164" | "__stack-auto-translation-165" | "__stack-auto-translation-166" | "__stack-auto-translation-167" | "__stack-auto-translation-168" | "__stack-auto-translation-169" | "__stack-auto-translation-170" | "__stack-auto-translation-171" | "__stack-auto-translation-172" | "__stack-auto-translation-173" | "__stack-auto-translation-174" | "__stack-auto-translation-175" | "__stack-auto-translation-176" | "__stack-auto-translation-177" | "__stack-auto-translation-178" | "__stack-auto-translation-179" | "__stack-auto-translation-180" | "__stack-auto-translation-181" | "__stack-auto-translation-182" | "__stack-auto-translation-183" | "__stack-auto-translation-184" | "__stack-auto-translation-185" | "__stack-auto-translation-186" | "__stack-auto-translation-187" | "__stack-auto-translation-188" | "__stack-auto-translation-189" | "__stack-auto-translation-190" | "__stack-auto-translation-191" | "__stack-auto-translation-192" | "__stack-auto-translation-193" | "__stack-auto-translation-194" | "__stack-auto-translation-195" | "__stack-auto-translation-196" | "__stack-auto-translation-197" | "__stack-auto-translation-198" | "__stack-auto-translation-199" | "__stack-auto-translation-200" | "__stack-auto-translation-201" | "__stack-auto-translation-202" | "__stack-auto-translation-203" | "__stack-auto-translation-204" | "__stack-auto-translation-205" | "__stack-auto-translation-206" | "__stack-auto-translation-207" | "__stack-auto-translation-208" | "__stack-auto-translation-209" | "__stack-auto-translation-210" | "__stack-auto-translation-211" | "__stack-auto-translation-212" | "__stack-auto-translation-213" | "__stack-auto-translation-214" | "__stack-auto-translation-215" | "__stack-auto-translation-216" | "__stack-auto-translation-217" | "__stack-auto-translation-218" | "__stack-auto-translation-219" | "__stack-auto-translation-220" | "__stack-auto-translation-221" | "__stack-auto-translation-222" | "__stack-auto-translation-223" | "__stack-auto-translation-224" | "__stack-auto-translation-225" | "__stack-auto-translation-226" | "__stack-auto-translation-227" | "__stack-auto-translation-228" | "__stack-auto-translation-229" | "__stack-auto-translation-230" | "__stack-auto-translation-231" | "__stack-auto-translation-232" | "__stack-auto-translation-233" | "__stack-auto-translation-234" | "__stack-auto-translation-235" | "__stack-auto-translation-236" | "__stack-auto-translation-237" | "__stack-auto-translation-238" | "__stack-auto-translation-239" | "__stack-auto-translation-240" | "__stack-auto-translation-241" | "__stack-auto-translation-242" | "__stack-auto-translation-243" | "__stack-auto-translation-244" | "__stack-auto-translation-245" | "__stack-auto-translation-246" | "__stack-auto-translation-247" | "__stack-auto-translation-248" | "__stack-auto-translation-249" | "__stack-auto-translation-250" | "__stack-auto-translation-251" | "__stack-auto-translation-252" | "__stack-auto-translation-253" | "__stack-auto-translation-254", "Teams" | "-" | "Passkey" | "Name" | "Eine Befehlszeilenanwendung fordert Zugriff auf Ihr Konto an. Klicken Sie unten auf die Schaltfläche, um sie zu autorisieren." | "API-Schlüssel" | "Beitreten" | "Zuletzt verwendet" | "Verlassen" | "Team verlassen" | "dieses Team verlassen und Ihr Teamprofil entfernen" | "Standort" | "Bereits verwendeter Magic-Link" | "Mitglieder" | "MFA-Verwaltung ist im Demo-Modus nicht verfügbar." | "Fehlende Verifizierungsinformationen" | "Mehr-Faktor-Authentifizierung" | "Zwei-Faktor-Authentifizierung ist derzeit deaktiviert." | "Mehrfaktor-Authentifizierung ist derzeit aktiviert." | "Mein Profil" | "Nie" | "Neue Kontoregistrierung ist nicht erlaubt" | "Neues Passwort" | "API-Schlüssel gewähren programmatischen Zugriff auf Ihr Konto." | "Keine aktiven Sitzungen gefunden" | "Keine Authentifizierungsmethode aktiviert." | "Kein Anzeigename festgelegt" | "Keine ausstehenden Einladungen" | "Noch keine Teams" | "Nicht angemeldet" | "OAuth-Anbieter-Zugriff verweigert" | "Altes Passwort" | "Einmalpasswort" | "API-Schlüssel gewähren programmatischen Zugriff auf Ihr Team." | "Oder fortfahren mit" | "Andere Sitzung" | "Andere Teams" | "OTP-Verwaltung ist im Demo-Modus nicht verfügbar." | "OTP-Anmeldung" | "OTP-Anmeldung ist aktiviert und kann nicht deaktiviert werden, da es derzeit die einzige Anmeldemethode ist" | "Die Anmeldung per OTP/magischem Link ist derzeit aktiviert." | "Ausstehende Einladungen" | "Überschreiben Sie Ihren Benutzeranzeigenamen in diesem Team" | "Sind Sie sicher, dass Sie Ihr Konto löschen möchten? Diese Aktion ist UNWIDERRUFLICH und löscht ALLE zugehörigen Daten." | "Passkey-Verwaltung ist im Demo-Modus nicht verfügbar." | "Passkey registriert" | "Passkey-Anmeldung ist aktiviert und kann nicht deaktiviert werden, da es derzeit die einzige Anmeldemethode ist" | "Passwort" | "Passwortverwaltung ist im Demo-Modus nicht verfügbar." | "Passwort erfolgreich zurückgesetzt!" | "Passwörter stimmen nicht überein" | "Löschen Sie Ihr Konto und alle zugehörigen Daten dauerhaft" | "Bitte überprüfen Sie, ob Sie den richtigen Link haben. Wenn weiterhin Probleme auftreten, kontaktieren Sie bitte den Support." | "Bitte überprüfen Sie, ob Sie den richtigen Link zum Zurücksetzen des Passworts haben." | "Sind Sie sicher, dass Sie die OTP-Anmeldung deaktivieren möchten? Sie können sich dann nicht mehr nur mit E-Mails anmelden." | "Bitte überprüfen Sie, ob Sie den korrekten Team-Einladungslink haben." | "Bitte geben Sie einen Teamnamen ein" | "Bitte geben Sie eine gültige E-Mail-Adresse ein" | "Bitte geben Sie eine E-Mail-Adresse ein" | "Bitte geben Sie Ihre E-Mail-Adresse ein" | "Bitte geben Sie Ihr altes Passwort ein" | "Bitte geben Sie Ihr Passwort ein" | "Bitte wiederholen Sie Ihr Passwort" | "Bitte versuchen Sie es erneut und kontaktieren Sie den Support, falls das Problem weiterhin besteht." | "Möchten Sie die Passkey-Anmeldung wirklich deaktivieren? Sie können sich dann nicht mehr mit Ihrem Passkey anmelden." | "Bitte verifizieren Sie zuerst Ihre E-Mail-Adresse" | "Primär" | "Profilbild" | "Passkey registrieren" | "Entfernen" | "Neues Passwort wiederholen" | "Passwort wiederholen" | "Passwort zurücksetzen" | "Sind Sie sicher, dass Sie das Team verlassen möchten?" | "Widerrufen" | "Alle anderen Sitzungen widerrufen" | "Speichern" | "Scannen Sie diesen QR-Code mit Ihrer Authentifizierungs-App:" | "Geheimer API-Schlüssel" | "E-Mail senden" | "E-Mail-Verifizierung senden" | "Sitzung" | "Legen Sie ein Passwort für Ihr Konto fest" | "Autorisierung fehlgeschlagen" | "Als Primär festlegen" | "Passwort festlegen" | "Einstellungen" | "Anmelden" | "Erneut anmelden" | "Melden Sie sich an oder erstellen Sie ein Konto, um dem Team beizutreten." | "Melden Sie sich in Ihrem Konto an" | "Mit Passkey anmelden" | "Autorisieren" | "Mit {provider} anmelden" | "Abmelden" | "Registrieren" | "Die Registrierung für neue Benutzer ist derzeit nicht aktiviert." | "Mit Passkey registrieren" | "Mit {provider} registrieren" | "Erfolgreich angemeldet!" | "Angemeldet {time}" | "Bei der Verarbeitung des OAuth-Callbacks ist etwas schiefgelaufen:" | "Kontoeinstellungen" | "CLI-Anwendung autorisieren" | "Nicht mehr zur Anmeldung verwenden" | "Team-Erstellung ist im Demo-Modus deaktiviert" | "Teamerstellung ist nicht aktiviert" | "Team-Anzeigename" | "Teameinladung" | "Teamprofilbild" | "Teamnutzername" | "Die CLI-Anwendung wurde erfolgreich autorisiert. Sie können dieses Fenster jetzt schließen und zur Befehlszeile zurückkehren." | "Der Magic-Link wurde bereits verwendet. Der Link kann nur einmal benutzt werden. Bitte fordern Sie einen neuen Magic-Link an, wenn Sie sich erneut anmelden müssen." | "Autorisierung..." | "Der Anmeldevorgang wurde abgebrochen oder verweigert. Bitte versuchen Sie es erneut." | "Der Benutzer ist bereits mit einem anderen OAuth-Konto verbunden. Haben Sie möglicherweise das falsche Konto auf der Seite des OAuth-Anbieters ausgewählt?" | "Geben Sie dann Ihren sechsstelligen MFA-Code ein:" | "Dies sind Geräte, auf denen Sie derzeit angemeldet sind. Sie können den Zugriff widerrufen, um eine Sitzung zu beenden." | "Dieses Konto ist bereits mit einem anderen Benutzer verbunden. Bitte verbinden Sie ein anderes Konto." | "Diese E-Mail wird bereits von einem anderen Benutzer für die Anmeldung verwendet." | "Dies ist ein Anzeigename und wird nicht für die Authentifizierung verwendet" | "Dies ist höchstwahrscheinlich ein Fehler in Stack. Bitte melden Sie ihn." | "Dieser Link zum Zurücksetzen des Passworts wurde bereits verwendet. Falls Sie Ihr Passwort erneut zurücksetzen müssen, fordern Sie bitte einen neuen Link zum Zurücksetzen des Passworts auf der Anmeldeseite an." | "Dieser Teameinladungslink wurde bereits verwendet." | "Abbrechen" | "Um die OTP-Anmeldung zu aktivieren, fügen Sie bitte eine verifizierte Anmelde-E-Mail hinzu." | "Um die Passkey-Anmeldung zu aktivieren, fügen Sie bitte eine verifizierte Anmelde-E-Mail hinzu." | "Um ein Passwort festzulegen, fügen Sie bitte eine Anmelde-E-Mail hinzu." | "Theme umschalten" | "TOTP-Mehrfaktor-Authentifizierungs-QR-Code" | "Erneut versuchen" | "Unbekannt" | "Nicht verifiziert" | "Passwort aktualisieren" | "Ändern Sie den Anzeigenamen Ihres Teams" | "Aktualisieren Sie Ihr Passwort" | "Laden Sie ein Bild für Ihr Team hoch" | "Laden Sie Ihr eigenes Bild als Avatar hoch" | "Für die Anmeldung verwenden" | "Für die Anmeldung verwendet" | "Verwendeter Link zum Zurücksetzen des Passworts" | "Verwendeter Team-Einladungslink" | "Benutzer" | "Benutzername" | "Verifizierung fehlgeschlagen" | "CLI-Autorisierung erfolgreich" | "Verifiziert! Weiterleitung..." | "Bestätigen" | "Bestätigung..." | "WARNUNG: Stellen Sie sicher, dass Sie der Kommandozeilenanwendung vertrauen, da sie Zugriff auf Ihr Konto erhalten wird. Falls Sie diese Anfrage nicht initiiert haben, können Sie diese Seite schließen und ignorieren. Wir werden Ihnen diesen Link niemals per E-Mail oder auf anderem Wege zusenden." | "Sie sind bereits angemeldet" | "Sie sind derzeit nicht angemeldet." | "Sie können Ihre letzte Anmelde-E-Mail nicht entfernen" | "Sie können Ihre aktuelle Sitzung nicht widerrufen" | "Ihre E-Mail wurde verifiziert!" | "Ihre E-Mail-Adresse" | "hier klicken" | "Ihr E-Mail-Bestätigungslink ist abgelaufen. Bitte fordern Sie in Ihren Kontoeinstellungen einen neuen Bestätigungslink an." | "Ihr Magic Link ist abgelaufen. Bitte fordern Sie einen neuen Magic Link an, wenn Sie sich anmelden müssen." | "Ihr Passwort wurde zurückgesetzt. Sie können sich jetzt mit Ihrem neuen Passwort anmelden." | "Ihr Link zum Zurücksetzen des Passworts ist abgelaufen. Bitte fordern Sie einen neuen Link zum Zurücksetzen des Passworts von der Anmeldeseite an." | "Ihr Team-Einladungslink ist abgelaufen. Bitte fordern Sie einen neuen Team-Einladungslink an " | "Schließen" | "Kopieren Sie es an einen sicheren Ort. Sie können es später nicht mehr einsehen." | "Bild konnte nicht zugeschnitten werden." | "Erstellen" | "Ein neues Konto erstellen" | "Erstellen Sie ein Team" | "Ein Team erstellen" | "API-Schlüssel erstellen" | "Aktuelle Sitzung" | "Aktuelles Team" | "Gefahrenzone" | "Konto löschen" | "Aktive Sitzungen" | "Passkey löschen" | "Beschreibung" | "Beschreibung ist erforderlich" | "Deaktivieren" | "MFA deaktivieren" | "OTP deaktivieren" | "Anzeigename" | "Möchten Sie sich anmelden?" | "Möchten Sie Ihre E-Mail-Adresse bestätigen?" | "Noch kein Konto?" | "Hinzufügen" | "Kein Zurücksetzen nötig?" | "z.B. Entwicklung, Produktion, CI/CD" | "E-Mail" | "E-Mail & Passwort" | "E-Mail existiert bereits" | "E-Mail ist erforderlich" | "E-Mail-Verwaltung ist im Demo-Modus nicht verfügbar." | "E-Mail gesendet!" | "E-Mails" | "E-Mails & Authentifizierung" | "Eine E-Mail-Adresse hinzufügen" | "MFA aktivieren" | "OTP aktivieren" | "Aktivieren Sie die Anmeldung über einen magischen Link oder OTP, die an Ihre Anmelde-E-Mails gesendet werden." | "Beenden Sie Ihre aktuelle Sitzung" | "Geben Sie einen Anzeigenamen für Ihr neues Team ein" | "E-Mail-Adresse eingeben" | "Geben Sie den Code aus Ihrer E-Mail ein" | "Geben Sie den sechsstelligen Code aus Ihrer Authenticator-App ein" | "Abgelaufener Magic Link" | "Abgelaufener Link zum Zurücksetzen des Passworts" | "Neue Passkey hinzufügen" | "Abgelaufener Team-Einladungslink" | "Abgelaufener Verifizierungslink" | "Läuft ab" | "Läuft ab in" | "Fehler bei der Autorisierung der CLI-Anwendung:" | "Verbindung des Kontos fehlgeschlagen" | "Passwort konnte nicht zurückgesetzt werden" | "Passwort konnte nicht zurückgesetzt werden. Bitte fordern Sie einen neuen Link zum Zurücksetzen des Passworts an" | "Passwort vergessen?" | "Zur Startseite" | "Haben Sie bereits ein Konto?" | "Hier ist dein API-Schlüssel." | "Ich verstehe, dass ich diesen Schlüssel nicht erneut einsehen kann." | "Wenn der Benutzer mit dieser E-Mail-Adresse existiert, wurde eine E-Mail an Ihren Posteingang gesendet. Überprüfen Sie auch Ihren Spam-Ordner." | "Wenn Sie nicht automatisch weitergeleitet werden, " | "Ignorieren" | "Identitätswechsel" | "Falscher Code. Bitte versuchen Sie es erneut." | "Falsches Passwort" | "Ungültiger Code" | "Ein unbekannter Fehler ist aufgetreten" | "Ungültiges Bild" | "Ungültiger Magic Link" | "Ungültiger Link zum Zurücksetzen des Passworts" | "Ungültiger Team-Einladungslink" | "Ungültiger TOTP-Code" | "Ungültiger Verifizierungslink" | "Laden Sie einen Benutzer per E-Mail in Ihr Team ein" | "Mitglied einladen" | "Benutzer einladen" | "IP-Adresse"> | Map<"__stack-auto-translation-0" | "__stack-auto-translation-1" | "__stack-auto-translation-2" | "__stack-auto-translation-3" | "__stack-auto-translation-4" | "__stack-auto-translation-5" | "__stack-auto-translation-6" | "__stack-auto-translation-7" | "__stack-auto-translation-8" | "__stack-auto-translation-9" | "__stack-auto-translation-10" | "__stack-auto-translation-11" | "__stack-auto-translation-12" | "__stack-auto-translation-13" | "__stack-auto-translation-14" | "__stack-auto-translation-15" | "__stack-auto-translation-16" | "__stack-auto-translation-17" | "__stack-auto-translation-18" | "__stack-auto-translation-19" | "__stack-auto-translation-20" | "__stack-auto-translation-21" | "__stack-auto-translation-22" | "__stack-auto-translation-23" | "__stack-auto-translation-24" | "__stack-auto-translation-25" | "__stack-auto-translation-26" | "__stack-auto-translation-27" | "__stack-auto-translation-28" | "__stack-auto-translation-29" | "__stack-auto-translation-30" | "__stack-auto-translation-31" | "__stack-auto-translation-32" | "__stack-auto-translation-33" | "__stack-auto-translation-34" | "__stack-auto-translation-35" | "__stack-auto-translation-36" | "__stack-auto-translation-37" | "__stack-auto-translation-38" | "__stack-auto-translation-39" | "__stack-auto-translation-40" | "__stack-auto-translation-41" | "__stack-auto-translation-42" | "__stack-auto-translation-43" | "__stack-auto-translation-44" | "__stack-auto-translation-45" | "__stack-auto-translation-46" | "__stack-auto-translation-47" | "__stack-auto-translation-48" | "__stack-auto-translation-49" | "__stack-auto-translation-50" | "__stack-auto-translation-51" | "__stack-auto-translation-52" | "__stack-auto-translation-53" | "__stack-auto-translation-54" | "__stack-auto-translation-55" | "__stack-auto-translation-56" | "__stack-auto-translation-57" | "__stack-auto-translation-58" | "__stack-auto-translation-59" | "__stack-auto-translation-60" | "__stack-auto-translation-61" | "__stack-auto-translation-62" | "__stack-auto-translation-63" | "__stack-auto-translation-64" | "__stack-auto-translation-65" | "__stack-auto-translation-66" | "__stack-auto-translation-67" | "__stack-auto-translation-68" | "__stack-auto-translation-69" | "__stack-auto-translation-70" | "__stack-auto-translation-71" | "__stack-auto-translation-72" | "__stack-auto-translation-73" | "__stack-auto-translation-74" | "__stack-auto-translation-75" | "__stack-auto-translation-76" | "__stack-auto-translation-77" | "__stack-auto-translation-78" | "__stack-auto-translation-79" | "__stack-auto-translation-80" | "__stack-auto-translation-81" | "__stack-auto-translation-82" | "__stack-auto-translation-83" | "__stack-auto-translation-84" | "__stack-auto-translation-85" | "__stack-auto-translation-86" | "__stack-auto-translation-87" | "__stack-auto-translation-88" | "__stack-auto-translation-89" | "__stack-auto-translation-90" | "__stack-auto-translation-91" | "__stack-auto-translation-92" | "__stack-auto-translation-93" | "__stack-auto-translation-94" | "__stack-auto-translation-95" | "__stack-auto-translation-96" | "__stack-auto-translation-97" | "__stack-auto-translation-98" | "__stack-auto-translation-99" | "__stack-auto-translation-100" | "__stack-auto-translation-101" | "__stack-auto-translation-102" | "__stack-auto-translation-103" | "__stack-auto-translation-104" | "__stack-auto-translation-105" | "__stack-auto-translation-106" | "__stack-auto-translation-107" | "__stack-auto-translation-108" | "__stack-auto-translation-109" | "__stack-auto-translation-110" | "__stack-auto-translation-111" | "__stack-auto-translation-112" | "__stack-auto-translation-113" | "__stack-auto-translation-114" | "__stack-auto-translation-115" | "__stack-auto-translation-116" | "__stack-auto-translation-117" | "__stack-auto-translation-118" | "__stack-auto-translation-119" | "__stack-auto-translation-120" | "__stack-auto-translation-121" | "__stack-auto-translation-122" | "__stack-auto-translation-123" | "__stack-auto-translation-124" | "__stack-auto-translation-125" | "__stack-auto-translation-126" | "__stack-auto-translation-127" | "__stack-auto-translation-128" | "__stack-auto-translation-129" | "__stack-auto-translation-130" | "__stack-auto-translation-131" | "__stack-auto-translation-132" | "__stack-auto-translation-133" | "__stack-auto-translation-134" | "__stack-auto-translation-135" | "__stack-auto-translation-136" | "__stack-auto-translation-137" | "__stack-auto-translation-138" | "__stack-auto-translation-139" | "__stack-auto-translation-140" | "__stack-auto-translation-141" | "__stack-auto-translation-142" | "__stack-auto-translation-143" | "__stack-auto-translation-144" | "__stack-auto-translation-145" | "__stack-auto-translation-146" | "__stack-auto-translation-147" | "__stack-auto-translation-148" | "__stack-auto-translation-149" | "__stack-auto-translation-150" | "__stack-auto-translation-151" | "__stack-auto-translation-152" | "__stack-auto-translation-153" | "__stack-auto-translation-154" | "__stack-auto-translation-155" | "__stack-auto-translation-156" | "__stack-auto-translation-157" | "__stack-auto-translation-158" | "__stack-auto-translation-159" | "__stack-auto-translation-160" | "__stack-auto-translation-161" | "__stack-auto-translation-162" | "__stack-auto-translation-163" | "__stack-auto-translation-164" | "__stack-auto-translation-165" | "__stack-auto-translation-166" | "__stack-auto-translation-167" | "__stack-auto-translation-168" | "__stack-auto-translation-169" | "__stack-auto-translation-170" | "__stack-auto-translation-171" | "__stack-auto-translation-172" | "__stack-auto-translation-173" | "__stack-auto-translation-174" | "__stack-auto-translation-175" | "__stack-auto-translation-176" | "__stack-auto-translation-177" | "__stack-auto-translation-178" | "__stack-auto-translation-179" | "__stack-auto-translation-180" | "__stack-auto-translation-181" | "__stack-auto-translation-182" | "__stack-auto-translation-183" | "__stack-auto-translation-184" | "__stack-auto-translation-185" | "__stack-auto-translation-186" | "__stack-auto-translation-187" | "__stack-auto-translation-188" | "__stack-auto-translation-189" | "__stack-auto-translation-190" | "__stack-auto-translation-191" | "__stack-auto-translation-192" | "__stack-auto-translation-193" | "__stack-auto-translation-194" | "__stack-auto-translation-195" | "__stack-auto-translation-196" | "__stack-auto-translation-197" | "__stack-auto-translation-198" | "__stack-auto-translation-199" | "__stack-auto-translation-200" | "__stack-auto-translation-201" | "__stack-auto-translation-202" | "__stack-auto-translation-203" | "__stack-auto-translation-204" | "__stack-auto-translation-205" | "__stack-auto-translation-206" | "__stack-auto-translation-207" | "__stack-auto-translation-208" | "__stack-auto-translation-209" | "__stack-auto-translation-210" | "__stack-auto-translation-211" | "__stack-auto-translation-212" | "__stack-auto-translation-213" | "__stack-auto-translation-214" | "__stack-auto-translation-215" | "__stack-auto-translation-216" | "__stack-auto-translation-217" | "__stack-auto-translation-218" | "__stack-auto-translation-219" | "__stack-auto-translation-220" | "__stack-auto-translation-221" | "__stack-auto-translation-222" | "__stack-auto-translation-223" | "__stack-auto-translation-224" | "__stack-auto-translation-225" | "__stack-auto-translation-226" | "__stack-auto-translation-227" | "__stack-auto-translation-228" | "__stack-auto-translation-229" | "__stack-auto-translation-230" | "__stack-auto-translation-231" | "__stack-auto-translation-232" | "__stack-auto-translation-233" | "__stack-auto-translation-234" | "__stack-auto-translation-235" | "__stack-auto-translation-236" | "__stack-auto-translation-237" | "__stack-auto-translation-238" | "__stack-auto-translation-239" | "__stack-auto-translation-240" | "__stack-auto-translation-241" | "__stack-auto-translation-242" | "__stack-auto-translation-243" | "__stack-auto-translation-244" | "__stack-auto-translation-245" | "__stack-auto-translation-246" | "__stack-auto-translation-247" | "__stack-auto-translation-248" | "__stack-auto-translation-249" | "__stack-auto-translation-250" | "__stack-auto-translation-251" | "__stack-auto-translation-252" | "__stack-auto-translation-253" | "__stack-auto-translation-254", "Create" | "Teams" | "User" | "These are devices where you're currently logged in. You can revoke access to end a session." | "Active Sessions" | "Revoke All Other Sessions" | "Confirm" | "Cancel" | "Session" | "IP Address" | "Location" | "Last used" | "No active sessions found" | "-" | "Unknown" | "Revoke" | "You cannot revoke your current session" | "Current Session" | "Other Session" | "Impersonation" | "Signed in {time}" | "Never" | "Description is required" | "Create API Key" | "API keys grant programmatic access to your account." | "API Key" | "Close" | "I understand that I will not be able to view this key again." | "Here is your API key." | "Secret API Key" | "Description" | "e.g. Development, Production, CI/CD" | "Expires In" | "Copy it to a safe place. You will not be able to view it again." | "Please enter a valid email address" | "Email already exists" | "Email is required" | "Email management is not available in demo mode." | "Emails" | "Add an email" | "Enter email" | "Add" | "Send verification email" | "Set as primary" | "Please verify your email first" | "Use for sign-in" | "Stop using for sign-in" | "You can not remove your last sign-in email" | "Remove" | "This email is already used for sign-in by another user." | "Primary" | "Unverified" | "Used for sign-in" | "Multi-factor authentication" | "MFA management is not available in demo mode." | "Multi-factor authentication is currently enabled." | "Multi-factor authentication is currently disabled." | "Scan this QR code with your authenticator app:" | "TOTP multi-factor authentication QR code" | "Then, enter your six-digit MFA code:" | "Incorrect code. Please try again." | "Disable MFA" | "Enable MFA" | "One-Time Password" | "OTP management is not available in demo mode." | "OTP sign-in" | "OTP/magic link sign-in is currently enabled." | "Enable sign-in via magic link or OTP sent to your sign-in emails." | "Disable OTP" | "OTP sign-in is enabled and cannot be disabled as it is currently the only sign-in method" | "Enable OTP" | "To enable OTP sign-in, please add a verified sign-in email." | "Are you sure you want to disable OTP sign-in? You will not be able to sign in with only emails anymore." | "Disable" | "Passkey" | "Passkey management is not available in demo mode." | "Passkey registered" | "Register a passkey" | "To enable Passkey sign-in, please add a verified sign-in email." | "Passkey sign-in is enabled and cannot be disabled as it is currently the only sign-in method" | "Delete Passkey" | "Add new passkey" | "Are you sure you want to disable Passkey sign-in? You will not be able to sign in with your passkey anymore." | "Please enter your old password" | "Please enter your password" | "Passwords do not match" | "Please repeat your password" | "Password" | "Password management is not available in demo mode." | "Update your password" | "Set a password for your account" | "Incorrect password" | "Update password" | "Set password" | "To set a password, please add a sign-in email." | "Old password" | "New password" | "Repeat new password" | "Update Password" | "Set Password" | "Invalid image" | "Save" | "Could not crop image." | "User name" | "This is a display name and is not used for authentication" | "Profile image" | "Upload your own image as your avatar" | "Delete Account" | "Permanently remove your account and all associated data" | "Danger zone" | "Delete account" | "Are you sure you want to delete your account? This action is IRREVERSIBLE and will delete ALL associated data." | "Sign out" | "End your current session" | "Please enter a team name" | "Team creation is not enabled" | "Team creation is disabled in demo mode" | "Create a Team" | "Enter a display name for your new team" | "Leave Team" | "leave this team and remove your team profile" | "Leave team" | "Are you sure you want to leave the team?" | "Leave" | "API Keys" | "API keys grant programmatic access to your team." | "Team display name" | "Change the display name of your team" | "Please enter an email address" | "Invite member" | "Invite a user to your team through email" | "Outstanding invitations" | "Expires" | "Email" | "Invite User" | "No outstanding invitations" | "Members" | "Name" | "No display name set" | "Team profile image" | "Upload an image for your team" | "Team user name" | "Overwrite your user display name in this team" | "Settings" | "My Profile" | "Emails & Auth" | "Create a team" | "Account Settings" | "CLI Authorization Successful" | "Authorization Failed" | "Try Again" | "Authorize CLI Application" | "Authorizing..." | "Authorize" | "The CLI application has been authorized successfully. You can now close this window and return to the command line." | "Failed to authorize the CLI application:" | "A command line application is requesting access to your account. Click the button below to authorize it." | "WARNING: Make sure you trust the command line application, as it will gain access to your account. If you did not initiate this request, you can close this page and ignore it. We will never send you this link via email or any other means." | "Invalid Verification Link" | "Expired Verification Link" | "Do you want to verify your email?" | "Verify" | "You email has been verified!" | "Go home" | "Please check if you have the correct link. If you continue to have issues, please contact support." | "Your email verification link has expired. Please request a new verification link from your account settings." | "Go Home" | "You are already signed in" | "You are not currently signed in." | "Sign in" | "Sign up for new users is not enabled at the moment." | "Email sent!" | "If the user with this e-mail address exists, an e-mail was sent to your inbox. Make sure to check your spam folder." | "Password reset successfully!" | "Your password has been reset. You can now sign in with your new password." | "An unknown error occurred" | "Please try again and if the problem persists, contact support." | "Failed to connect account" | "OAuth provider access denied" | "Sign in again" | "This account is already connected to another user. Please connect a different account." | "The user is already connected to another OAuth account. Did you maybe selected the wrong account on the OAuth provider page?" | "The sign-in operation has been cancelled or denied. Please try again." | "Please enter a valid email" | "Please enter your email" | "Your Email" | "Send Email" | "Reset Your Password" | "Don't need to reset?" | "Invalid Magic Link" | "Do you want to sign in?" | "Expired Magic Link" | "Magic Link Already Used" | "Signed in successfully!" | "Your magic link has expired. Please request a new magic link if you need to sign-in." | "The magic link has already been used. The link can only be used once. Please request a new magic link if you need to sign-in again." | "If you are not redirected automatically, " | "click here" | "Something went wrong while processing the OAuth callback:" | "This is most likely an error in Stack. Please report it." | "Multi-Factor Authentication" | "Enter the six-digit code from your authenticator app" | "Missing verification information" | "Invalid TOTP code" | "Verification failed" | "Verified! Redirecting..." | "Verifying..." | "Failed to reset password" | "Failed to reset password. Please request a new password reset link" | "Invalid Password Reset Link" | "Expired Password Reset Link" | "Used Password Reset Link" | "Please double check if you have the correct password reset link." | "Your password reset link has expired. Please request a new password reset link from the login page." | "This password reset link has already been used. If you need to reset your password again, please request a new password reset link from the login page." | "New Password" | "Repeat New Password" | "Reset Password" | "Team invitation" | "Join" | "Ignore" | "Invalid Team Invitation Link" | "Expired Team Invitation Link" | "Used Team Invitation Link" | "Please double check if you have the correct team invitation link." | "Your team invitation link has expired. Please request a new team invitation link " | "This team invitation link has already been used." | "Sign in or create an account to join the team." | "Account settings" | "Already have an account?" | "Create a new account" | "Current team" | "Display name" | "Don't have an account?" | "Email & Password" | "Enter the code from your email" | "Forgot password?" | "Invalid code" | "New account registration is not allowed" | "No authentication method enabled." | "No teams yet" | "Not signed in" | "Or continue with" | "Other teams" | "Repeat Password" | "Send email" | "Sign In" | "Sign in to your account" | "Sign in with Passkey" | "Sign in with {provider}" | "Sign up" | "Sign Up" | "Sign up with Passkey" | "Sign up with {provider}" | "Toggle theme"> | Map<"__stack-auto-translation-0" | "__stack-auto-translation-1" | "__stack-auto-translation-2" | "__stack-auto-translation-3" | "__stack-auto-translation-4" | "__stack-auto-translation-5" | "__stack-auto-translation-6" | "__stack-auto-translation-7" | "__stack-auto-translation-8" | "__stack-auto-translation-9" | "__stack-auto-translation-10" | "__stack-auto-translation-11" | "__stack-auto-translation-12" | "__stack-auto-translation-13" | "__stack-auto-translation-14" | "__stack-auto-translation-15" | "__stack-auto-translation-16" | "__stack-auto-translation-17" | "__stack-auto-translation-18" | "__stack-auto-translation-19" | "__stack-auto-translation-20" | "__stack-auto-translation-21" | "__stack-auto-translation-22" | "__stack-auto-translation-23" | "__stack-auto-translation-24" | "__stack-auto-translation-25" | "__stack-auto-translation-26" | "__stack-auto-translation-27" | "__stack-auto-translation-28" | "__stack-auto-translation-29" | "__stack-auto-translation-30" | "__stack-auto-translation-31" | "__stack-auto-translation-32" | "__stack-auto-translation-33" | "__stack-auto-translation-34" | "__stack-auto-translation-35" | "__stack-auto-translation-36" | "__stack-auto-translation-37" | "__stack-auto-translation-38" | "__stack-auto-translation-39" | "__stack-auto-translation-40" | "__stack-auto-translation-41" | "__stack-auto-translation-42" | "__stack-auto-translation-43" | "__stack-auto-translation-44" | "__stack-auto-translation-45" | "__stack-auto-translation-46" | "__stack-auto-translation-47" | "__stack-auto-translation-48" | "__stack-auto-translation-49" | "__stack-auto-translation-50" | "__stack-auto-translation-51" | "__stack-auto-translation-52" | "__stack-auto-translation-53" | "__stack-auto-translation-54" | "__stack-auto-translation-55" | "__stack-auto-translation-56" | "__stack-auto-translation-57" | "__stack-auto-translation-58" | "__stack-auto-translation-59" | "__stack-auto-translation-60" | "__stack-auto-translation-61" | "__stack-auto-translation-62" | "__stack-auto-translation-63" | "__stack-auto-translation-64" | "__stack-auto-translation-65" | "__stack-auto-translation-66" | "__stack-auto-translation-67" | "__stack-auto-translation-68" | "__stack-auto-translation-69" | "__stack-auto-translation-70" | "__stack-auto-translation-71" | "__stack-auto-translation-72" | "__stack-auto-translation-73" | "__stack-auto-translation-74" | "__stack-auto-translation-75" | "__stack-auto-translation-76" | "__stack-auto-translation-77" | "__stack-auto-translation-78" | "__stack-auto-translation-79" | "__stack-auto-translation-80" | "__stack-auto-translation-81" | "__stack-auto-translation-82" | "__stack-auto-translation-83" | "__stack-auto-translation-84" | "__stack-auto-translation-85" | "__stack-auto-translation-86" | "__stack-auto-translation-87" | "__stack-auto-translation-88" | "__stack-auto-translation-89" | "__stack-auto-translation-90" | "__stack-auto-translation-91" | "__stack-auto-translation-92" | "__stack-auto-translation-93" | "__stack-auto-translation-94" | "__stack-auto-translation-95" | "__stack-auto-translation-96" | "__stack-auto-translation-97" | "__stack-auto-translation-98" | "__stack-auto-translation-99" | "__stack-auto-translation-100" | "__stack-auto-translation-101" | "__stack-auto-translation-102" | "__stack-auto-translation-103" | "__stack-auto-translation-104" | "__stack-auto-translation-105" | "__stack-auto-translation-106" | "__stack-auto-translation-107" | "__stack-auto-translation-108" | "__stack-auto-translation-109" | "__stack-auto-translation-110" | "__stack-auto-translation-111" | "__stack-auto-translation-112" | "__stack-auto-translation-113" | "__stack-auto-translation-114" | "__stack-auto-translation-115" | "__stack-auto-translation-116" | "__stack-auto-translation-117" | "__stack-auto-translation-118" | "__stack-auto-translation-119" | "__stack-auto-translation-120" | "__stack-auto-translation-121" | "__stack-auto-translation-122" | "__stack-auto-translation-123" | "__stack-auto-translation-124" | "__stack-auto-translation-125" | "__stack-auto-translation-126" | "__stack-auto-translation-127" | "__stack-auto-translation-128" | "__stack-auto-translation-129" | "__stack-auto-translation-130" | "__stack-auto-translation-131" | "__stack-auto-translation-132" | "__stack-auto-translation-133" | "__stack-auto-translation-134" | "__stack-auto-translation-135" | "__stack-auto-translation-136" | "__stack-auto-translation-137" | "__stack-auto-translation-138" | "__stack-auto-translation-139" | "__stack-auto-translation-140" | "__stack-auto-translation-141" | "__stack-auto-translation-142" | "__stack-auto-translation-143" | "__stack-auto-translation-144" | "__stack-auto-translation-145" | "__stack-auto-translation-146" | "__stack-auto-translation-147" | "__stack-auto-translation-148" | "__stack-auto-translation-149" | "__stack-auto-translation-150" | "__stack-auto-translation-151" | "__stack-auto-translation-152" | "__stack-auto-translation-153" | "__stack-auto-translation-154" | "__stack-auto-translation-155" | "__stack-auto-translation-156" | "__stack-auto-translation-157" | "__stack-auto-translation-158" | "__stack-auto-translation-159" | "__stack-auto-translation-160" | "__stack-auto-translation-161" | "__stack-auto-translation-162" | "__stack-auto-translation-163" | "__stack-auto-translation-164" | "__stack-auto-translation-165" | "__stack-auto-translation-166" | "__stack-auto-translation-167" | "__stack-auto-translation-168" | "__stack-auto-translation-169" | "__stack-auto-translation-170" | "__stack-auto-translation-171" | "__stack-auto-translation-172" | "__stack-auto-translation-173" | "__stack-auto-translation-174" | "__stack-auto-translation-175" | "__stack-auto-translation-176" | "__stack-auto-translation-177" | "__stack-auto-translation-178" | "__stack-auto-translation-179" | "__stack-auto-translation-180" | "__stack-auto-translation-181" | "__stack-auto-translation-182" | "__stack-auto-translation-183" | "__stack-auto-translation-184" | "__stack-auto-translation-185" | "__stack-auto-translation-186" | "__stack-auto-translation-187" | "__stack-auto-translation-188" | "__stack-auto-translation-189" | "__stack-auto-translation-190" | "__stack-auto-translation-191" | "__stack-auto-translation-192" | "__stack-auto-translation-193" | "__stack-auto-translation-194" | "__stack-auto-translation-195" | "__stack-auto-translation-196" | "__stack-auto-translation-197" | "__stack-auto-translation-198" | "__stack-auto-translation-199" | "__stack-auto-translation-200" | "__stack-auto-translation-201" | "__stack-auto-translation-202" | "__stack-auto-translation-203" | "__stack-auto-translation-204" | "__stack-auto-translation-205" | "__stack-auto-translation-206" | "__stack-auto-translation-207" | "__stack-auto-translation-208" | "__stack-auto-translation-209" | "__stack-auto-translation-210" | "__stack-auto-translation-211" | "__stack-auto-translation-212" | "__stack-auto-translation-213" | "__stack-auto-translation-214" | "__stack-auto-translation-215" | "__stack-auto-translation-216" | "__stack-auto-translation-217" | "__stack-auto-translation-218" | "__stack-auto-translation-219" | "__stack-auto-translation-220" | "__stack-auto-translation-221" | "__stack-auto-translation-222" | "__stack-auto-translation-223" | "__stack-auto-translation-224" | "__stack-auto-translation-225" | "__stack-auto-translation-226" | "__stack-auto-translation-227" | "__stack-auto-translation-228" | "__stack-auto-translation-229" | "__stack-auto-translation-230" | "__stack-auto-translation-231" | "__stack-auto-translation-232" | "__stack-auto-translation-233" | "__stack-auto-translation-234" | "__stack-auto-translation-235" | "__stack-auto-translation-236" | "__stack-auto-translation-237" | "__stack-auto-translation-238" | "__stack-auto-translation-239" | "__stack-auto-translation-240" | "__stack-auto-translation-241" | "__stack-auto-translation-242" | "__stack-auto-translation-243" | "__stack-auto-translation-244" | "__stack-auto-translation-245" | "__stack-auto-translation-246" | "__stack-auto-translation-247" | "__stack-auto-translation-248" | "__stack-auto-translation-249" | "__stack-auto-translation-250" | "__stack-auto-translation-251" | "__stack-auto-translation-252" | "__stack-auto-translation-253" | "__stack-auto-translation-254", "-" | "Una aplicación de línea de comandos está solicitando acceso a tu cuenta. Haz clic en el botón de abajo para autorizarla." | "Clave API" | "Unirse" | "Último uso" | "Salir" | "Abandonar equipo" | "Salir del equipo" | "abandona este equipo y elimina tu perfil de equipo" | "Ubicación" | "Enlace Mágico Ya Utilizado" | "Miembros" | "La administración de MFA no está disponible en modo demo." | "Claves API" | "Información de verificación faltante" | "Autenticación de múltiples factores" | "La autenticación de múltiples factores está actualmente desactivada." | "La autenticación de múltiples factores está actualmente habilitada." | "Mi perfil" | "Nombre" | "Nunca" | "No se permite el registro de nuevas cuentas" | "Nueva contraseña" | "Las claves API otorgan acceso programático a tu cuenta." | "Nueva Contraseña" | "No se encontraron sesiones activas" | "Ningún método de autenticación habilitado." | "Nombre para mostrar no establecido" | "No hay invitaciones pendientes" | "Sin equipos aún" | "No ha iniciado sesión" | "Acceso denegado por el proveedor de OAuth" | "Contraseña anterior" | "Contraseña de un solo uso" | "Las claves API otorgan acceso programático a tu equipo." | "O continuar con" | "Otra Sesión" | "Otros equipos" | "La gestión de OTP no está disponible en modo demo." | "Inicio de sesión con OTP" | "El inicio de sesión con OTP está activado y no se puede deshabilitar ya que actualmente es el único método de inicio de sesión" | "El inicio de sesión por OTP/enlace mágico está actualmente activado." | "Invitaciones pendientes" | "Sobrescribe tu nombre de usuario en este equipo" | "Clave de acceso" | "¿Está seguro de que desea eliminar su cuenta? Esta acción es IRREVERSIBLE y eliminará TODOS los datos asociados." | "La gestión de claves de acceso no está disponible en modo demo." | "Clave de acceso registrada" | "El inicio de sesión con clave de acceso está activado y no se puede desactivar ya que es el único método de inicio de sesión actual" | "Contraseña" | "La administración de contraseñas no está disponible en modo demo." | "¡Contraseña restablecida con éxito!" | "Las contraseñas no coinciden" | "Elimina permanentemente tu cuenta y todos los datos asociados" | "Por favor, verifique si tiene el enlace correcto. Si continúa teniendo problemas, comuníquese con soporte." | "Por favor, verifica que tengas el enlace correcto para restablecer la contraseña." | "¿Está seguro de que desea deshabilitar el inicio de sesión con OTP? Ya no podrá iniciar sesión solo con correos electrónicos." | "Por favor, verifique si tiene el enlace de invitación al equipo correcto." | "Por favor, ingrese un nombre de equipo" | "Por favor, ingrese un correo electrónico válido" | "Por favor, ingrese una dirección de correo electrónico válida" | "Por favor, ingrese una dirección de correo electrónico" | "Por favor ingrese su correo electrónico" | "Por favor, ingrese su contraseña antigua" | "Por favor ingrese su contraseña" | "Por favor repita su contraseña" | "Inténtelo de nuevo y si el problema persiste, comuníquese con soporte." | "¿Estás seguro de que quieres deshabilitar el inicio de sesión con clave de acceso? Ya no podrás iniciar sesión con tu clave de acceso." | "Por favor, verifique su correo electrónico primero" | "Principal" | "Imagen de perfil" | "Registrar una clave de acceso" | "Eliminar" | "Repetir nueva contraseña" | "Repetir Nueva Contraseña" | "Repetir contraseña" | "Restablecer Contraseña" | "Restablecer su contraseña" | "¿Estás seguro de que quieres abandonar el equipo?" | "Revocar" | "Revocar todas las otras sesiones" | "Guardar" | "Escanea este código QR con tu aplicación de autenticación:" | "Clave API secreta" | "Enviar correo electrónico" | "Enviar Correo" | "Enviar correo electrónico de verificación" | "Sesión" | "Establezca una contraseña para su cuenta" | "Autorización Fallida" | "Establecer como principal" | "Establecer contraseña" | "Establecer Contraseña" | "Configuración" | "Iniciar sesión" | "Iniciar sesión de nuevo" | "Inicie sesión o cree una cuenta para unirse al equipo." | "Inicia sesión en tu cuenta" | "Iniciar sesión con Passkey" | "Autorizar" | "Iniciar sesión con {provider}" | "Cerrar sesión" | "Registrarse" | "En este momento no está habilitado el registro para nuevos usuarios." | "Registrarse con clave de acceso" | "Registrarse con {provider}" | "¡Sesión iniciada con éxito!" | "Iniciado sesión {time}" | "Algo salió mal al procesar la devolución de llamada de OAuth:" | "Configuración de cuenta" | "Autorizar Aplicación CLI" | "Dejar de usar para iniciar sesión" | "La creación de equipos está deshabilitada en modo demo" | "La creación de equipos no está habilitada" | "Nombre de visualización del equipo" | "Invitación al equipo" | "Imagen de perfil del equipo" | "Nombre de usuario del equipo" | "Equipos" | "La aplicación CLI ha sido autorizada con éxito. Ahora puede cerrar esta ventana y volver a la línea de comandos." | "El enlace mágico ya ha sido utilizado. El enlace solo puede usarse una vez. Por favor, solicita un nuevo enlace mágico si necesitas iniciar sesión nuevamente." | "Autorizando..." | "La operación de inicio de sesión ha sido cancelada o denegada. Por favor, inténtelo de nuevo." | "El usuario ya está conectado a otra cuenta de OAuth. ¿Quizás seleccionaste la cuenta incorrecta en la página del proveedor de OAuth?" | "Luego, ingrese su código MFA de seis dígitos:" | "Estos son los dispositivos donde has iniciado sesión actualmente. Puedes revocar el acceso para finalizar una sesión." | "Esta cuenta ya está conectada a otro usuario. Por favor, conecta una cuenta diferente." | "Este correo electrónico ya está siendo usado para iniciar sesión por otro usuario." | "Este es un nombre para mostrar y no se usa para autenticación" | "Es muy probable que esto sea un error en Stack. Por favor, repórtelo." | "Este enlace para restablecer la contraseña ya ha sido utilizado. Si necesita restablecer su contraseña nuevamente, solicite un nuevo enlace para restablecer la contraseña desde la página de inicio de sesión." | "Este enlace de invitación al equipo ya ha sido utilizado." | "Cancelar" | "Para activar el inicio de sesión con OTP, agregue un correo electrónico de inicio de sesión verificado." | "Para activar el inicio de sesión con clave de acceso, agregue un correo electrónico de inicio de sesión verificado." | "Para establecer una contraseña, agregue un correo electrónico de inicio de sesión." | "Cambiar tema" | "Código QR de autenticación multifactor TOTP" | "Intentar de nuevo" | "Desconocido" | "No verificado" | "Actualizar contraseña" | "Actualizar Contraseña" | "Cambiar el nombre visible de tu equipo" | "Actualiza tu contraseña" | "Sube una imagen para tu equipo" | "Sube tu propia imagen como tu avatar" | "Usar para iniciar sesión" | "Usado para iniciar sesión" | "Enlace de Restablecimiento de Contraseña Usado" | "Enlace de Invitación de Equipo Utilizado" | "Usuario" | "Nombre de usuario" | "La verificación falló" | "Autorización de CLI exitosa" | "¡Verificado! Redirigiendo..." | "Verificar" | "Verificando..." | "ADVERTENCIA: Asegúrese de confiar en la aplicación de línea de comandos, ya que obtendrá acceso a su cuenta. Si no inició esta solicitud, puede cerrar esta página e ignorarla. Nunca le enviaremos este enlace por correo electrónico ni por ningún otro medio." | "Ya has iniciado sesión" | "No estás conectado actualmente." | "No puedes eliminar tu último correo electrónico de inicio de sesión" | "No puedes revocar tu sesión actual" | "¡Tu correo electrónico ha sido verificado!" | "Tu correo electrónico" | "haga clic aquí" | "Su enlace de verificación de correo electrónico ha expirado. Por favor, solicite un nuevo enlace de verificación desde la configuración de su cuenta." | "Su enlace mágico ha expirado. Por favor, solicite un nuevo enlace mágico si necesita iniciar sesión." | "Tu contraseña ha sido restablecida. Ahora puedes iniciar sesión con tu nueva contraseña." | "Su enlace para restablecer la contraseña ha expirado. Por favor, solicite un nuevo enlace para restablecer la contraseña desde la página de inicio de sesión." | "Su enlace de invitación al equipo ha expirado. Por favor, solicite un nuevo enlace de invitación al equipo " | "Cerrar" | "Confirmar" | "Cópiala en un lugar seguro. No podrás verla de nuevo." | "No se pudo recortar la imagen." | "Configuración de la cuenta" | "Crear" | "Crear una cuenta nueva" | "Crear un equipo" | "Crear Clave API" | "Sesión actual" | "Equipo actual" | "Zona de peligro" | "Eliminar cuenta" | "Sesiones Activas" | "Eliminar clave de acceso" | "Descripción" | "Se requiere una descripción" | "Deshabilitar" | "Deshabilitar MFA" | "Deshabilitar OTP" | "Nombre para mostrar" | "¿Desea iniciar sesión?" | "¿Quieres verificar tu correo electrónico?" | "¿No tienes una cuenta?" | "Agregar" | "¿No necesitas restablecer?" | "p. ej. Desarrollo, Producción, CI/CD" | "Correo electrónico" | "Correo y contraseña" | "El correo electrónico ya existe" | "El correo electrónico es obligatorio" | "La administración de correo electrónico no está disponible en modo demo." | "¡Correo enviado!" | "Correos electrónicos" | "Correos electrónicos y autenticación" | "Agregar un correo electrónico" | "Activar MFA" | "Activar OTP" | "Activar inicio de sesión mediante enlace mágico o OTP enviado a sus correos electrónicos de inicio de sesión." | "Finalizar su sesión actual" | "Ingrese un nombre para mostrar para su nuevo equipo" | "Ingrese correo electrónico" | "Ingrese el código de su correo electrónico" | "Ingresa el código de seis dígitos de tu aplicación de autenticación" | "Enlace mágico caducado" | "Enlace de Restablecimiento de Contraseña Expirado" | "Agregar nueva clave de acceso" | "Enlace de invitación del equipo caducado" | "Enlace de verificación caducado" | "Vence" | "Vence en" | "No se pudo autorizar la aplicación CLI:" | "Error al conectar la cuenta" | "Fallo al restablecer la contraseña" | "No se pudo restablecer la contraseña. Por favor, solicite un nuevo enlace para restablecer la contraseña" | "¿Olvidaste tu contraseña?" | "Ir a inicio" | "¿Ya tienes una cuenta?" | "Aquí está tu clave API." | "Entiendo que no podré ver esta clave nuevamente." | "Si el usuario con esta dirección de correo electrónico existe, se envió un correo electrónico a su bandeja de entrada. Asegúrese de revisar su carpeta de spam." | "Si no se le redirige automáticamente, " | "Ignorar" | "Suplantación" | "Código incorrecto. Inténtelo de nuevo." | "Contraseña incorrecta" | "Código no válido" | "Se produjo un error desconocido" | "Imagen no válida" | "Enlace mágico no válido" | "Enlace de restablecimiento de contraseña no válido" | "Enlace de invitación de equipo inválido" | "Código TOTP inválido" | "Enlace de verificación inválido" | "Invita a un usuario a tu equipo por correo electrónico" | "Invitar miembro" | "Invitar Usuario" | "Dirección IP"> | Map<"__stack-auto-translation-0" | "__stack-auto-translation-1" | "__stack-auto-translation-2" | "__stack-auto-translation-3" | "__stack-auto-translation-4" | "__stack-auto-translation-5" | "__stack-auto-translation-6" | "__stack-auto-translation-7" | "__stack-auto-translation-8" | "__stack-auto-translation-9" | "__stack-auto-translation-10" | "__stack-auto-translation-11" | "__stack-auto-translation-12" | "__stack-auto-translation-13" | "__stack-auto-translation-14" | "__stack-auto-translation-15" | "__stack-auto-translation-16" | "__stack-auto-translation-17" | "__stack-auto-translation-18" | "__stack-auto-translation-19" | "__stack-auto-translation-20" | "__stack-auto-translation-21" | "__stack-auto-translation-22" | "__stack-auto-translation-23" | "__stack-auto-translation-24" | "__stack-auto-translation-25" | "__stack-auto-translation-26" | "__stack-auto-translation-27" | "__stack-auto-translation-28" | "__stack-auto-translation-29" | "__stack-auto-translation-30" | "__stack-auto-translation-31" | "__stack-auto-translation-32" | "__stack-auto-translation-33" | "__stack-auto-translation-34" | "__stack-auto-translation-35" | "__stack-auto-translation-36" | "__stack-auto-translation-37" | "__stack-auto-translation-38" | "__stack-auto-translation-39" | "__stack-auto-translation-40" | "__stack-auto-translation-41" | "__stack-auto-translation-42" | "__stack-auto-translation-43" | "__stack-auto-translation-44" | "__stack-auto-translation-45" | "__stack-auto-translation-46" | "__stack-auto-translation-47" | "__stack-auto-translation-48" | "__stack-auto-translation-49" | "__stack-auto-translation-50" | "__stack-auto-translation-51" | "__stack-auto-translation-52" | "__stack-auto-translation-53" | "__stack-auto-translation-54" | "__stack-auto-translation-55" | "__stack-auto-translation-56" | "__stack-auto-translation-57" | "__stack-auto-translation-58" | "__stack-auto-translation-59" | "__stack-auto-translation-60" | "__stack-auto-translation-61" | "__stack-auto-translation-62" | "__stack-auto-translation-63" | "__stack-auto-translation-64" | "__stack-auto-translation-65" | "__stack-auto-translation-66" | "__stack-auto-translation-67" | "__stack-auto-translation-68" | "__stack-auto-translation-69" | "__stack-auto-translation-70" | "__stack-auto-translation-71" | "__stack-auto-translation-72" | "__stack-auto-translation-73" | "__stack-auto-translation-74" | "__stack-auto-translation-75" | "__stack-auto-translation-76" | "__stack-auto-translation-77" | "__stack-auto-translation-78" | "__stack-auto-translation-79" | "__stack-auto-translation-80" | "__stack-auto-translation-81" | "__stack-auto-translation-82" | "__stack-auto-translation-83" | "__stack-auto-translation-84" | "__stack-auto-translation-85" | "__stack-auto-translation-86" | "__stack-auto-translation-87" | "__stack-auto-translation-88" | "__stack-auto-translation-89" | "__stack-auto-translation-90" | "__stack-auto-translation-91" | "__stack-auto-translation-92" | "__stack-auto-translation-93" | "__stack-auto-translation-94" | "__stack-auto-translation-95" | "__stack-auto-translation-96" | "__stack-auto-translation-97" | "__stack-auto-translation-98" | "__stack-auto-translation-99" | "__stack-auto-translation-100" | "__stack-auto-translation-101" | "__stack-auto-translation-102" | "__stack-auto-translation-103" | "__stack-auto-translation-104" | "__stack-auto-translation-105" | "__stack-auto-translation-106" | "__stack-auto-translation-107" | "__stack-auto-translation-108" | "__stack-auto-translation-109" | "__stack-auto-translation-110" | "__stack-auto-translation-111" | "__stack-auto-translation-112" | "__stack-auto-translation-113" | "__stack-auto-translation-114" | "__stack-auto-translation-115" | "__stack-auto-translation-116" | "__stack-auto-translation-117" | "__stack-auto-translation-118" | "__stack-auto-translation-119" | "__stack-auto-translation-120" | "__stack-auto-translation-121" | "__stack-auto-translation-122" | "__stack-auto-translation-123" | "__stack-auto-translation-124" | "__stack-auto-translation-125" | "__stack-auto-translation-126" | "__stack-auto-translation-127" | "__stack-auto-translation-128" | "__stack-auto-translation-129" | "__stack-auto-translation-130" | "__stack-auto-translation-131" | "__stack-auto-translation-132" | "__stack-auto-translation-133" | "__stack-auto-translation-134" | "__stack-auto-translation-135" | "__stack-auto-translation-136" | "__stack-auto-translation-137" | "__stack-auto-translation-138" | "__stack-auto-translation-139" | "__stack-auto-translation-140" | "__stack-auto-translation-141" | "__stack-auto-translation-142" | "__stack-auto-translation-143" | "__stack-auto-translation-144" | "__stack-auto-translation-145" | "__stack-auto-translation-146" | "__stack-auto-translation-147" | "__stack-auto-translation-148" | "__stack-auto-translation-149" | "__stack-auto-translation-150" | "__stack-auto-translation-151" | "__stack-auto-translation-152" | "__stack-auto-translation-153" | "__stack-auto-translation-154" | "__stack-auto-translation-155" | "__stack-auto-translation-156" | "__stack-auto-translation-157" | "__stack-auto-translation-158" | "__stack-auto-translation-159" | "__stack-auto-translation-160" | "__stack-auto-translation-161" | "__stack-auto-translation-162" | "__stack-auto-translation-163" | "__stack-auto-translation-164" | "__stack-auto-translation-165" | "__stack-auto-translation-166" | "__stack-auto-translation-167" | "__stack-auto-translation-168" | "__stack-auto-translation-169" | "__stack-auto-translation-170" | "__stack-auto-translation-171" | "__stack-auto-translation-172" | "__stack-auto-translation-173" | "__stack-auto-translation-174" | "__stack-auto-translation-175" | "__stack-auto-translation-176" | "__stack-auto-translation-177" | "__stack-auto-translation-178" | "__stack-auto-translation-179" | "__stack-auto-translation-180" | "__stack-auto-translation-181" | "__stack-auto-translation-182" | "__stack-auto-translation-183" | "__stack-auto-translation-184" | "__stack-auto-translation-185" | "__stack-auto-translation-186" | "__stack-auto-translation-187" | "__stack-auto-translation-188" | "__stack-auto-translation-189" | "__stack-auto-translation-190" | "__stack-auto-translation-191" | "__stack-auto-translation-192" | "__stack-auto-translation-193" | "__stack-auto-translation-194" | "__stack-auto-translation-195" | "__stack-auto-translation-196" | "__stack-auto-translation-197" | "__stack-auto-translation-198" | "__stack-auto-translation-199" | "__stack-auto-translation-200" | "__stack-auto-translation-201" | "__stack-auto-translation-202" | "__stack-auto-translation-203" | "__stack-auto-translation-204" | "__stack-auto-translation-205" | "__stack-auto-translation-206" | "__stack-auto-translation-207" | "__stack-auto-translation-208" | "__stack-auto-translation-209" | "__stack-auto-translation-210" | "__stack-auto-translation-211" | "__stack-auto-translation-212" | "__stack-auto-translation-213" | "__stack-auto-translation-214" | "__stack-auto-translation-215" | "__stack-auto-translation-216" | "__stack-auto-translation-217" | "__stack-auto-translation-218" | "__stack-auto-translation-219" | "__stack-auto-translation-220" | "__stack-auto-translation-221" | "__stack-auto-translation-222" | "__stack-auto-translation-223" | "__stack-auto-translation-224" | "__stack-auto-translation-225" | "__stack-auto-translation-226" | "__stack-auto-translation-227" | "__stack-auto-translation-228" | "__stack-auto-translation-229" | "__stack-auto-translation-230" | "__stack-auto-translation-231" | "__stack-auto-translation-232" | "__stack-auto-translation-233" | "__stack-auto-translation-234" | "__stack-auto-translation-235" | "__stack-auto-translation-236" | "__stack-auto-translation-237" | "__stack-auto-translation-238" | "__stack-auto-translation-239" | "__stack-auto-translation-240" | "__stack-auto-translation-241" | "__stack-auto-translation-242" | "__stack-auto-translation-243" | "__stack-auto-translation-244" | "__stack-auto-translation-245" | "__stack-auto-translation-246" | "__stack-auto-translation-247" | "__stack-auto-translation-248" | "__stack-auto-translation-249" | "__stack-auto-translation-250" | "__stack-auto-translation-251" | "__stack-auto-translation-252" | "__stack-auto-translation-253" | "__stack-auto-translation-254", "-" | "Una aplicación de línea de comandos está solicitando acceso a tu cuenta. Haz clic en el botón de abajo para autorizarla." | "Clave API" | "Unirse" | "Último uso" | "Salir" | "Abandonar equipo" | "Ubicación" | "Miembros" | "Claves API" | "Autenticación de múltiples factores" | "La autenticación de múltiples factores está actualmente desactivada." | "La autenticación de múltiples factores está actualmente habilitada." | "Mi perfil" | "Nombre" | "Nunca" | "No se permite el registro de nuevas cuentas" | "Nueva contraseña" | "Las claves API otorgan acceso programático a tu cuenta." | "No se encontraron sesiones activas" | "Ningún método de autenticación habilitado." | "No hay invitaciones pendientes" | "Sin equipos aún" | "Contraseña anterior" | "Contraseña de un solo uso" | "Las claves API otorgan acceso programático a tu equipo." | "O continuar con" | "Otros equipos" | "Invitaciones pendientes" | "Sobrescribe tu nombre de usuario en este equipo" | "Clave de acceso" | "¿Está seguro de que desea eliminar su cuenta? Esta acción es IRREVERSIBLE y eliminará TODOS los datos asociados." | "La gestión de claves de acceso no está disponible en modo demo." | "Clave de acceso registrada" | "Contraseña" | "Las contraseñas no coinciden" | "Principal" | "Imagen de perfil" | "Registrar una clave de acceso" | "Eliminar" | "Restablecer Contraseña" | "Revocar" | "Guardar" | "Escanea este código QR con tu aplicación de autenticación:" | "Clave API secreta" | "Enviar correo electrónico" | "Sesión" | "Establecer como principal" | "Establecer contraseña" | "Configuración" | "Iniciar sesión" | "Iniciar sesión de nuevo" | "Iniciar sesión con Passkey" | "Autorizar" | "Iniciar sesión con {provider}" | "Cerrar sesión" | "Registrarse" | "Registrarse con {provider}" | "¡Sesión iniciada con éxito!" | "Iniciado sesión {time}" | "Algo salió mal al procesar la devolución de llamada de OAuth:" | "Dejar de usar para iniciar sesión" | "La creación de equipos está deshabilitada en modo demo" | "La creación de equipos no está habilitada" | "Invitación al equipo" | "Imagen de perfil del equipo" | "Nombre de usuario del equipo" | "Equipos" | "Autorizando..." | "La operación de inicio de sesión ha sido cancelada o denegada. Por favor, inténtelo de nuevo." | "Luego, ingrese su código MFA de seis dígitos:" | "Estos son los dispositivos donde has iniciado sesión actualmente. Puedes revocar el acceso para finalizar una sesión." | "Esta cuenta ya está conectada a otro usuario. Por favor, conecta una cuenta diferente." | "Este enlace para restablecer la contraseña ya ha sido utilizado. Si necesita restablecer su contraseña nuevamente, solicite un nuevo enlace para restablecer la contraseña desde la página de inicio de sesión." | "Este enlace de invitación al equipo ya ha sido utilizado." | "Cancelar" | "Cambiar tema" | "Código QR de autenticación multifactor TOTP" | "Intentar de nuevo" | "Desconocido" | "Actualizar contraseña" | "Actualizar Contraseña" | "Cambiar el nombre visible de tu equipo" | "Actualiza tu contraseña" | "Sube una imagen para tu equipo" | "Usar para iniciar sesión" | "Usado para iniciar sesión" | "Usuario" | "Nombre de usuario" | "Autorización de CLI exitosa" | "¡Verificado! Redirigiendo..." | "Verificar" | "Verificando..." | "Ya has iniciado sesión" | "No puedes eliminar tu último correo electrónico de inicio de sesión" | "No puedes revocar tu sesión actual" | "haga clic aquí" | "Tu contraseña ha sido restablecida. Ahora puedes iniciar sesión con tu nueva contraseña." | "Cerrar" | "Confirmar" | "Cópiala en un lugar seguro. No podrás verla de nuevo." | "No se pudo recortar la imagen." | "Configuración de la cuenta" | "Crear" | "Crear un equipo" | "Sesión actual" | "Equipo actual" | "Zona de peligro" | "Eliminar cuenta" | "Eliminar clave de acceso" | "Descripción" | "Deshabilitar" | "Deshabilitar MFA" | "Deshabilitar OTP" | "¿No tienes una cuenta?" | "¿No necesitas restablecer?" | "p. ej. Desarrollo, Producción, CI/CD" | "Correo electrónico" | "Correo y contraseña" | "El correo electrónico ya existe" | "El correo electrónico es obligatorio" | "¡Correo enviado!" | "Correos electrónicos" | "Correos electrónicos y autenticación" | "Finalizar su sesión actual" | "Ingrese un nombre para mostrar para su nuevo equipo" | "Ingrese el código de su correo electrónico" | "Enlace mágico caducado" | "Enlace de verificación caducado" | "Error al conectar la cuenta" | "No se pudo restablecer la contraseña. Por favor, solicite un nuevo enlace para restablecer la contraseña" | "¿Olvidaste tu contraseña?" | "Ir a inicio" | "¿Ya tienes una cuenta?" | "Aquí está tu clave API." | "Ignorar" | "Suplantación" | "Contraseña incorrecta" | "Código no válido" | "Se produjo un error desconocido" | "Imagen no válida" | "Enlace de restablecimiento de contraseña no válido" | "Invita a un usuario a tu equipo por correo electrónico" | "Invitar miembro" | "Dirección IP" | "abandonar este equipo y eliminar tu perfil de equipo" | "Enlace mágico ya utilizado" | "La gestión de MFA no está disponible en modo demo." | "Falta información de verificación" | "Nombre visible no establecido" | "No registrado" | "Acceso denegado al proveedor de OAuth" | "Otra sesión" | "La gestión de OTP no está disponible en modo demostración." | "Inicio de sesión por OTP" | "El inicio de sesión por OTP está habilitado y no se puede deshabilitar ya que actualmente es el único método de inicio de sesión" | "El inicio de sesión por OTP/enlace mágico está actualmente habilitado." | "El inicio de sesión con clave de acceso está habilitado y no se puede deshabilitar ya que es el único método de inicio de sesión actual" | "La gestión de contraseñas no está disponible en modo demo." | "Contraseña restablecida correctamente" | "Eliminar permanentemente tu cuenta y todos los datos asociados" | "Por favor, verifique si tiene el enlace correcto. Si continúa teniendo problemas, comuníquese con el soporte técnico." | "Por favor, verifique si tiene el enlace correcto para restablecer la contraseña." | "¿Está seguro de que desea deshabilitar el inicio de sesión por OTP? Ya no podrá iniciar sesión solo con correos electrónicos." | "Por favor, verifica si tienes el enlace de invitación de equipo correcto." | "Por favor, introduce un nombre de equipo" | "Por favor, introduce un correo electrónico válido" | "Por favor, introduzca una dirección de correo electrónico válida" | "Por favor, introduzca una dirección de correo electrónico" | "Por favor, introduzca su correo electrónico" | "Por favor, introduce tu contraseña antigua" | "Por favor, ingrese su contraseña" | "Por favor, repita su contraseña" | "Inténtelo de nuevo y, si el problema persiste, póngase en contacto con el soporte." | "¿Está seguro de que desea deshabilitar el inicio de sesión con clave de acceso? Ya no podrá iniciar sesión con su clave de acceso." | "Por favor, verifica tu email primero" | "Repita la nueva contraseña" | "Repetir Contraseña" | "Restablecer tu contraseña" | "¿Está seguro de que desea abandonar el equipo?" | "Revocar todas las demás sesiones" | "Enviar correo de verificación" | "Establece una contraseña para tu cuenta" | "Autorización fallida" | "Inicia sesión o crea una cuenta para unirte al equipo." | "Iniciar sesión en tu cuenta" | "El registro de nuevos usuarios no está habilitado en este momento." | "Registrarse con Passkey" | "Autorizar aplicación CLI" | "Nombre visible del equipo" | "La aplicación CLI se ha autorizado correctamente. Ahora puede cerrar esta ventana y volver a la línea de comandos." | "El enlace mágico ya ha sido utilizado. El enlace solo se puede usar una vez. Por favor, solicita un nuevo enlace mágico si necesitas iniciar sesión de nuevo." | "El usuario ya está conectado a otra cuenta OAuth. ¿Quizás seleccionó la cuenta equivocada en la página del proveedor OAuth?" | "Este email ya está siendo usado para iniciar sesión por otro usuario." | "Este es un nombre visible y no se utiliza para la autenticación" | "Es muy probable que se trate de un error en Stack. Por favor, informe de ello." | "Para habilitar el inicio de sesión por OTP, añada un correo electrónico de inicio de sesión verificado." | "Para habilitar el inicio de sesión con clave de acceso, añada un email de inicio de sesión verificado." | "Para establecer una contraseña, añade un email de inicio de sesión." | "Sin verificar" | "Sube tu propia imagen como avatar" | "Enlace de restablecimiento de contraseña utilizado" | "Enlace de invitación al equipo utilizado" | "Verificación fallida" | "ADVERTENCIA: Asegúrate de confiar en la aplicación de línea de comandos, ya que obtendrá acceso a tu cuenta. Si no iniciaste esta solicitud, puedes cerrar esta página e ignorarla. Nunca te enviaremos este enlace por correo electrónico ni por ningún otro medio." | "No está registrado actualmente." | "¡Tu email ha sido verificado!" | "Tu email" | "Su enlace de verificación de correo electrónico ha caducado. Por favor, solicite un nuevo enlace de verificación desde la configuración de su cuenta." | "Su enlace mágico ha caducado. Por favor, solicite un nuevo enlace mágico si necesita iniciar sesión." | "Tu enlace para restablecer la contraseña ha caducado. Solicita un nuevo enlace para restablecer la contraseña desde la página de inicio de sesión." | "Tu enlace de invitación al equipo ha caducado. Por favor, solicita un nuevo enlace de invitación al equipo " | "Crear una nueva cuenta" | "Crear clave API" | "Sesiones activas" | "La descripción es obligatoria" | "Nombre visible" | "¿Quieres iniciar sesión?" | "¿Quieres verificar tu email?" | "Añadir" | "La gestión de correo electrónico no está disponible en modo demo." | "Añadir un correo electrónico" | "Habilitar MFA" | "Habilitar OTP" | "Habilitar el inicio de sesión mediante enlace mágico o OTP enviado a tus correos electrónicos de inicio de sesión." | "Introducir correo electrónico" | "Introduzca el código de seis dígitos de su aplicación de autenticación" | "Enlace de restablecimiento de contraseña caducado" | "Añadir nueva clave de acceso" | "Enlace de invitación al equipo caducado" | "Caduca" | "Caduca en" | "Error al autorizar la aplicación de CLI:" | "Error al restablecer la contraseña" | "Entiendo que no podré ver esta clave de nuevo." | "Si el usuario con esta dirección de correo electrónico existe, se ha enviado un correo electrónico a su bandeja de entrada. Asegúrese de revisar su carpeta de spam." | "Si no es redirigido automáticamente, " | "Código incorrecto. Por favor, inténtelo de nuevo." | "Enlace Mágico No Válido" | "Enlace de invitación al equipo no válido" | "Código TOTP no válido" | "Enlace de verificación no válido" | "Invitar usuario"> | Map<"__stack-auto-translation-0" | "__stack-auto-translation-1" | "__stack-auto-translation-2" | "__stack-auto-translation-3" | "__stack-auto-translation-4" | "__stack-auto-translation-5" | "__stack-auto-translation-6" | "__stack-auto-translation-7" | "__stack-auto-translation-8" | "__stack-auto-translation-9" | "__stack-auto-translation-10" | "__stack-auto-translation-11" | "__stack-auto-translation-12" | "__stack-auto-translation-13" | "__stack-auto-translation-14" | "__stack-auto-translation-15" | "__stack-auto-translation-16" | "__stack-auto-translation-17" | "__stack-auto-translation-18" | "__stack-auto-translation-19" | "__stack-auto-translation-20" | "__stack-auto-translation-21" | "__stack-auto-translation-22" | "__stack-auto-translation-23" | "__stack-auto-translation-24" | "__stack-auto-translation-25" | "__stack-auto-translation-26" | "__stack-auto-translation-27" | "__stack-auto-translation-28" | "__stack-auto-translation-29" | "__stack-auto-translation-30" | "__stack-auto-translation-31" | "__stack-auto-translation-32" | "__stack-auto-translation-33" | "__stack-auto-translation-34" | "__stack-auto-translation-35" | "__stack-auto-translation-36" | "__stack-auto-translation-37" | "__stack-auto-translation-38" | "__stack-auto-translation-39" | "__stack-auto-translation-40" | "__stack-auto-translation-41" | "__stack-auto-translation-42" | "__stack-auto-translation-43" | "__stack-auto-translation-44" | "__stack-auto-translation-45" | "__stack-auto-translation-46" | "__stack-auto-translation-47" | "__stack-auto-translation-48" | "__stack-auto-translation-49" | "__stack-auto-translation-50" | "__stack-auto-translation-51" | "__stack-auto-translation-52" | "__stack-auto-translation-53" | "__stack-auto-translation-54" | "__stack-auto-translation-55" | "__stack-auto-translation-56" | "__stack-auto-translation-57" | "__stack-auto-translation-58" | "__stack-auto-translation-59" | "__stack-auto-translation-60" | "__stack-auto-translation-61" | "__stack-auto-translation-62" | "__stack-auto-translation-63" | "__stack-auto-translation-64" | "__stack-auto-translation-65" | "__stack-auto-translation-66" | "__stack-auto-translation-67" | "__stack-auto-translation-68" | "__stack-auto-translation-69" | "__stack-auto-translation-70" | "__stack-auto-translation-71" | "__stack-auto-translation-72" | "__stack-auto-translation-73" | "__stack-auto-translation-74" | "__stack-auto-translation-75" | "__stack-auto-translation-76" | "__stack-auto-translation-77" | "__stack-auto-translation-78" | "__stack-auto-translation-79" | "__stack-auto-translation-80" | "__stack-auto-translation-81" | "__stack-auto-translation-82" | "__stack-auto-translation-83" | "__stack-auto-translation-84" | "__stack-auto-translation-85" | "__stack-auto-translation-86" | "__stack-auto-translation-87" | "__stack-auto-translation-88" | "__stack-auto-translation-89" | "__stack-auto-translation-90" | "__stack-auto-translation-91" | "__stack-auto-translation-92" | "__stack-auto-translation-93" | "__stack-auto-translation-94" | "__stack-auto-translation-95" | "__stack-auto-translation-96" | "__stack-auto-translation-97" | "__stack-auto-translation-98" | "__stack-auto-translation-99" | "__stack-auto-translation-100" | "__stack-auto-translation-101" | "__stack-auto-translation-102" | "__stack-auto-translation-103" | "__stack-auto-translation-104" | "__stack-auto-translation-105" | "__stack-auto-translation-106" | "__stack-auto-translation-107" | "__stack-auto-translation-108" | "__stack-auto-translation-109" | "__stack-auto-translation-110" | "__stack-auto-translation-111" | "__stack-auto-translation-112" | "__stack-auto-translation-113" | "__stack-auto-translation-114" | "__stack-auto-translation-115" | "__stack-auto-translation-116" | "__stack-auto-translation-117" | "__stack-auto-translation-118" | "__stack-auto-translation-119" | "__stack-auto-translation-120" | "__stack-auto-translation-121" | "__stack-auto-translation-122" | "__stack-auto-translation-123" | "__stack-auto-translation-124" | "__stack-auto-translation-125" | "__stack-auto-translation-126" | "__stack-auto-translation-127" | "__stack-auto-translation-128" | "__stack-auto-translation-129" | "__stack-auto-translation-130" | "__stack-auto-translation-131" | "__stack-auto-translation-132" | "__stack-auto-translation-133" | "__stack-auto-translation-134" | "__stack-auto-translation-135" | "__stack-auto-translation-136" | "__stack-auto-translation-137" | "__stack-auto-translation-138" | "__stack-auto-translation-139" | "__stack-auto-translation-140" | "__stack-auto-translation-141" | "__stack-auto-translation-142" | "__stack-auto-translation-143" | "__stack-auto-translation-144" | "__stack-auto-translation-145" | "__stack-auto-translation-146" | "__stack-auto-translation-147" | "__stack-auto-translation-148" | "__stack-auto-translation-149" | "__stack-auto-translation-150" | "__stack-auto-translation-151" | "__stack-auto-translation-152" | "__stack-auto-translation-153" | "__stack-auto-translation-154" | "__stack-auto-translation-155" | "__stack-auto-translation-156" | "__stack-auto-translation-157" | "__stack-auto-translation-158" | "__stack-auto-translation-159" | "__stack-auto-translation-160" | "__stack-auto-translation-161" | "__stack-auto-translation-162" | "__stack-auto-translation-163" | "__stack-auto-translation-164" | "__stack-auto-translation-165" | "__stack-auto-translation-166" | "__stack-auto-translation-167" | "__stack-auto-translation-168" | "__stack-auto-translation-169" | "__stack-auto-translation-170" | "__stack-auto-translation-171" | "__stack-auto-translation-172" | "__stack-auto-translation-173" | "__stack-auto-translation-174" | "__stack-auto-translation-175" | "__stack-auto-translation-176" | "__stack-auto-translation-177" | "__stack-auto-translation-178" | "__stack-auto-translation-179" | "__stack-auto-translation-180" | "__stack-auto-translation-181" | "__stack-auto-translation-182" | "__stack-auto-translation-183" | "__stack-auto-translation-184" | "__stack-auto-translation-185" | "__stack-auto-translation-186" | "__stack-auto-translation-187" | "__stack-auto-translation-188" | "__stack-auto-translation-189" | "__stack-auto-translation-190" | "__stack-auto-translation-191" | "__stack-auto-translation-192" | "__stack-auto-translation-193" | "__stack-auto-translation-194" | "__stack-auto-translation-195" | "__stack-auto-translation-196" | "__stack-auto-translation-197" | "__stack-auto-translation-198" | "__stack-auto-translation-199" | "__stack-auto-translation-200" | "__stack-auto-translation-201" | "__stack-auto-translation-202" | "__stack-auto-translation-203" | "__stack-auto-translation-204" | "__stack-auto-translation-205" | "__stack-auto-translation-206" | "__stack-auto-translation-207" | "__stack-auto-translation-208" | "__stack-auto-translation-209" | "__stack-auto-translation-210" | "__stack-auto-translation-211" | "__stack-auto-translation-212" | "__stack-auto-translation-213" | "__stack-auto-translation-214" | "__stack-auto-translation-215" | "__stack-auto-translation-216" | "__stack-auto-translation-217" | "__stack-auto-translation-218" | "__stack-auto-translation-219" | "__stack-auto-translation-220" | "__stack-auto-translation-221" | "__stack-auto-translation-222" | "__stack-auto-translation-223" | "__stack-auto-translation-224" | "__stack-auto-translation-225" | "__stack-auto-translation-226" | "__stack-auto-translation-227" | "__stack-auto-translation-228" | "__stack-auto-translation-229" | "__stack-auto-translation-230" | "__stack-auto-translation-231" | "__stack-auto-translation-232" | "__stack-auto-translation-233" | "__stack-auto-translation-234" | "__stack-auto-translation-235" | "__stack-auto-translation-236" | "__stack-auto-translation-237" | "__stack-auto-translation-238" | "__stack-auto-translation-239" | "__stack-auto-translation-240" | "__stack-auto-translation-241" | "__stack-auto-translation-242" | "__stack-auto-translation-243" | "__stack-auto-translation-244" | "__stack-auto-translation-245" | "__stack-auto-translation-246" | "__stack-auto-translation-247" | "__stack-auto-translation-248" | "__stack-auto-translation-249" | "__stack-auto-translation-250" | "__stack-auto-translation-251" | "__stack-auto-translation-252" | "__stack-auto-translation-253" | "__stack-auto-translation-254", "Session" | "-" | "Description" | "Principal" | "Une application en ligne de commande demande l'accès à votre compte. Cliquez sur le bouton ci-dessous pour l'autoriser." | "Clé API" | "Joindre" | "Dernière utilisation" | "Quitter" | "Quitter l'équipe" | "quitter cette équipe et supprimer votre profil d'équipe" | "Emplacement" | "Lien magique déjà utilisé" | "Membres" | "La gestion de l'AMF n'est pas disponible en mode démo." | "Clés d'API" | "Informations de vérification manquantes" | "Authentification à plusieurs facteurs" | "L'authentification à deux facteurs est actuellement désactivée." | "L'authentification multifactorielle est actuellement activée." | "Mon profil" | "Nom" | "Jamais" | "L'inscription de nouveaux comptes n'est pas autorisée" | "Nouveau mot de passe" | "Les clés d'API permettent un accès programmatique à votre compte." | "Aucune session active trouvée" | "Aucune méthode d'authentification activée." | "Aucun nom d'affichage défini" | "Aucune invitation en attente" | "Aucune équipe pour l'instant" | "Non connecté" | "Accès au fournisseur OAuth refusé" | "Ancien mot de passe" | "Mot de passe à usage unique" | "Les clés d'API permettent un accès programmatique à votre équipe." | "Ou continuer avec" | "Autre session" | "Autres équipes" | "La gestion de l'OTP n'est pas disponible en mode démo." | "Connexion par OTP" | "La connexion par OTP est activée et ne peut pas être désactivée car c'est actuellement la seule méthode de connexion" | "La connexion par OTP/lien magique est actuellement activée." | "Invitations en attente" | "Remplacez votre nom d'affichage d'utilisateur dans cette équipe" | "Clé d'accès" | "Êtes-vous sûr de vouloir supprimer votre compte ? Cette action est IRRÉVERSIBLE et supprimera TOUTES les données associées." | "La gestion des clés d'accès n'est pas disponible en mode démo." | "Clé d'accès enregistrée" | "La connexion par clé d'accès est activée et ne peut être désactivée car c'est actuellement la seule méthode de connexion" | "Mot de passe" | "La gestion des mots de passe n'est pas disponible en mode démo." | "Réinitialisation du mot de passe réussie !" | "Les mots de passe ne correspondent pas" | "Supprimer définitivement votre compte et toutes les données associées" | "Veuillez vérifier si vous avez le bon lien. Si vous continuez à avoir des problèmes, veuillez contacter le support." | "Veuillez vérifier si vous avez le bon lien de réinitialisation du mot de passe." | "Êtes-vous sûr de vouloir désactiver la connexion par OTP ? Vous ne pourrez plus vous connecter uniquement avec des courriels." | "Veuillez vérifier si vous avez le bon lien d'invitation d'équipe." | "Veuillez saisir un nom d'équipe" | "Veuillez saisir une adresse courriel valide" | "Veuillez saisir une adresse courriel" | "Veuillez saisir votre adresse courriel" | "Veuillez entrer votre ancien mot de passe" | "Veuillez entrer votre mot de passe" | "Veuillez répéter votre mot de passe" | "Veuillez réessayer et si le problème persiste, contactez le support." | "Êtes-vous sûr de vouloir désactiver la connexion par clé d'accès ? Vous ne pourrez plus vous connecter avec votre clé d'accès." | "Veuillez d'abord vérifier votre courriel" | "Image de profil" | "Enregistrer une clé d'accès" | "Supprimer" | "Répétez le nouveau mot de passe" | "Répéter le mot de passe" | "Réinitialiser le mot de passe" | "Réinitialisez votre mot de passe" | "Êtes-vous sûr de vouloir quitter l'équipe?" | "Révoquer" | "Révoquer toutes les autres sessions" | "Enregistrer" | "Scannez ce code QR avec votre application d'authentification :" | "Clé API secrète" | "Envoyer le courriel" | "Envoyer un courriel de vérification" | "Définir un mot de passe pour votre compte" | "Échec de l'autorisation" | "Définir comme principal" | "Définir le mot de passe" | "Paramètres" | "Connexion" | "Se connecter" | "Se connecter à nouveau" | "Connectez-vous ou créez un compte pour rejoindre l'équipe." | "Connectez-vous à votre compte" | "Se connecter avec clé d'accès" | "Autoriser" | "Connexion avec {provider}" | "Se déconnecter" | "S'inscrire" | "L'inscription de nouveaux utilisateurs n'est pas activée pour le moment." | "S'inscrire avec Passkey" | "S'inscrire avec {provider}" | "Connexion réussie !" | "Connecté(e) le {time}" | "Une erreur s'est produite lors du traitement du rappel OAuth :" | "Paramètres du compte" | "Autoriser l'application CLI" | "Cesser d'utiliser pour la connexion" | "La création d'équipe est désactivée en mode démo" | "La création d'équipe n'est pas activée" | "Nom d'affichage de l'équipe" | "Invitation d'équipe" | "Image de profil d'équipe" | "Nom d'utilisateur d'équipe" | "Équipes" | "L'application CLI a été autorisée avec succès. Vous pouvez maintenant fermer cette fenêtre et retourner à la ligne de commande." | "Le lien magique a déjà été utilisé. Le lien ne peut être utilisé qu'une seule fois. Veuillez demander un nouveau lien magique si vous devez vous reconnecter." | "Autorisation en cours..." | "L'opération de connexion a été annulée ou refusée. Veuillez réessayer." | "L'utilisateur est déjà connecté à un autre compte OAuth. Avez-vous peut-être sélectionné le mauvais compte sur la page du fournisseur OAuth ?" | "Ensuite, saisissez votre code MFA à six chiffres :" | "Voici les appareils sur lesquels vous êtes actuellement connecté. Vous pouvez révoquer l'accès pour mettre fin à une session." | "Ce compte est déjà associé à un autre utilisateur. Veuillez connecter un compte différent." | "Ce courriel est déjà utilisé pour la connexion par un autre utilisateur." | "Il s'agit d'un nom d'affichage et il n'est pas utilisé pour l'authentification" | "Il s'agit probablement d'une erreur dans Stack. Veuillez la signaler." | "Ce lien de réinitialisation de mot de passe a déjà été utilisé. Si vous devez à nouveau réinitialiser votre mot de passe, veuillez demander un nouveau lien de réinitialisation depuis la page de connexion." | "Ce lien d'invitation d'équipe a déjà été utilisé." | "Annuler" | "Pour activer la connexion par OTP, veuillez ajouter un courriel de connexion vérifié." | "Pour activer la connexion par clé d'accès, veuillez ajouter un courriel de connexion vérifié." | "Pour définir un mot de passe, veuillez ajouter un courriel de connexion." | "Changer de thème" | "Code QR d'authentification à plusieurs facteurs TOTP" | "Réessayer" | "Inconnu" | "Non vérifié" | "Mettre à jour le mot de passe" | "Modifier le nom d'affichage de votre équipe" | "Mettre à jour votre mot de passe" | "Téléversez une image pour votre équipe" | "Téléversez votre propre image comme avatar" | "Utiliser pour la connexion" | "Utilisé pour la connexion" | "Lien de réinitialisation de mot de passe utilisé" | "Lien d'invitation d'équipe utilisé" | "Utilisateur" | "Nom d'utilisateur" | "Échec de la vérification" | "Autorisation CLI réussie" | "Vérifié! Redirection en cours..." | "Vérifier" | "Vérification..." | "AVERTISSEMENT : Assurez-vous de faire confiance à l'application en ligne de commande, car elle aura accès à votre compte. Si vous n'avez pas initié cette demande, vous pouvez fermer cette page et l'ignorer. Nous ne vous enverrons jamais ce lien par courriel ou par tout autre moyen." | "Vous êtes déjà connecté" | "Vous n'êtes pas connecté actuellement." | "Vous ne pouvez pas supprimer votre dernier courriel de connexion" | "Vous ne pouvez pas révoquer votre session actuelle" | "Votre courriel a été vérifié !" | "Votre courriel" | "cliquez ici" | "Votre lien de vérification de courriel a expiré. Veuillez demander un nouveau lien de vérification dans les paramètres de votre compte." | "Votre lien magique a expiré. Veuillez demander un nouveau lien magique si vous avez besoin de vous connecter." | "Votre mot de passe a été réinitialisé. Vous pouvez maintenant vous connecter avec votre nouveau mot de passe." | "Votre lien de réinitialisation du mot de passe a expiré. Veuillez demander un nouveau lien de réinitialisation du mot de passe à partir de la page de connexion." | "Votre lien d'invitation à l'équipe a expiré. Veuillez demander un nouveau lien d'invitation à l'équipe " | "Fermer" | "Confirmer" | "Copiez-le dans un endroit sûr. Vous ne pourrez plus le consulter." | "Impossible de recadrer l'image." | "Créer" | "Créer un nouveau compte" | "Créer une équipe" | "Créer une clé API" | "Session actuelle" | "Équipe actuelle" | "Zone dangereuse" | "Supprimer le compte" | "Sessions actives" | "Supprimer la clé d'accès" | "La description est requise" | "Désactiver" | "Désactiver l'AMF" | "Désactiver OTP" | "Nom d'affichage" | "Voulez-vous vous connecter ?" | "Voulez-vous vérifier votre courriel ?" | "Vous n'avez pas de compte ?" | "Ajouter" | "Pas besoin de réinitialiser ?" | "p. ex. Développement, Production, CI/CD" | "Courriel" | "Courriel et mot de passe" | "Le courriel existe déjà" | "Le courriel est requis" | "La gestion des courriels n'est pas disponible en mode démo." | "Courriel envoyé !" | "Courriels" | "Courriels et authentification" | "Ajouter un courriel" | "Activer l'AMF" | "Activer l'OTP" | "Activer la connexion par lien magique ou OTP envoyé à vos courriels de connexion." | "Terminez votre session actuelle" | "Entrez un nom d'affichage pour votre nouvelle équipe" | "Saisir le courriel" | "Entrez le code reçu par courriel" | "Entrez le code à six chiffres de votre application d'authentification" | "Lien magique expiré" | "Lien de réinitialisation de mot de passe expiré" | "Ajouter une nouvelle clé d'accès" | "Lien d'invitation d'équipe expiré" | "Lien de vérification expiré" | "Expire" | "Expire dans" | "Échec de l'autorisation de l'application CLI :" | "Échec de connexion du compte" | "Échec de la réinitialisation du mot de passe" | "Échec de la réinitialisation du mot de passe. Veuillez demander un nouveau lien de réinitialisation du mot de passe" | "Mot de passe oublié ?" | "Accueil" | "Vous avez déjà un compte?" | "Voici votre clé API." | "Je comprends que je ne pourrai plus voir cette clé à nouveau." | "Si l'utilisateur avec cette adresse courriel existe, un courriel a été envoyé à votre boîte de réception. Assurez-vous de vérifier votre dossier de courrier indésirable." | "Si vous n'êtes pas redirigé automatiquement, " | "Ignorer" | "Usurpation d'identité" | "Code incorrect. Veuillez réessayer." | "Mot de passe incorrect" | "Code invalide" | "Une erreur inconnue s'est produite" | "Image non valide" | "Lien magique invalide" | "Lien de réinitialisation du mot de passe invalide" | "Lien d'invitation d'équipe invalide" | "Code TOTP non valide" | "Lien de vérification invalide" | "Invitez un utilisateur à votre équipe par courriel" | "Inviter un membre" | "Inviter l'utilisateur" | "Adresse IP"> | Map<"__stack-auto-translation-0" | "__stack-auto-translation-1" | "__stack-auto-translation-2" | "__stack-auto-translation-3" | "__stack-auto-translation-4" | "__stack-auto-translation-5" | "__stack-auto-translation-6" | "__stack-auto-translation-7" | "__stack-auto-translation-8" | "__stack-auto-translation-9" | "__stack-auto-translation-10" | "__stack-auto-translation-11" | "__stack-auto-translation-12" | "__stack-auto-translation-13" | "__stack-auto-translation-14" | "__stack-auto-translation-15" | "__stack-auto-translation-16" | "__stack-auto-translation-17" | "__stack-auto-translation-18" | "__stack-auto-translation-19" | "__stack-auto-translation-20" | "__stack-auto-translation-21" | "__stack-auto-translation-22" | "__stack-auto-translation-23" | "__stack-auto-translation-24" | "__stack-auto-translation-25" | "__stack-auto-translation-26" | "__stack-auto-translation-27" | "__stack-auto-translation-28" | "__stack-auto-translation-29" | "__stack-auto-translation-30" | "__stack-auto-translation-31" | "__stack-auto-translation-32" | "__stack-auto-translation-33" | "__stack-auto-translation-34" | "__stack-auto-translation-35" | "__stack-auto-translation-36" | "__stack-auto-translation-37" | "__stack-auto-translation-38" | "__stack-auto-translation-39" | "__stack-auto-translation-40" | "__stack-auto-translation-41" | "__stack-auto-translation-42" | "__stack-auto-translation-43" | "__stack-auto-translation-44" | "__stack-auto-translation-45" | "__stack-auto-translation-46" | "__stack-auto-translation-47" | "__stack-auto-translation-48" | "__stack-auto-translation-49" | "__stack-auto-translation-50" | "__stack-auto-translation-51" | "__stack-auto-translation-52" | "__stack-auto-translation-53" | "__stack-auto-translation-54" | "__stack-auto-translation-55" | "__stack-auto-translation-56" | "__stack-auto-translation-57" | "__stack-auto-translation-58" | "__stack-auto-translation-59" | "__stack-auto-translation-60" | "__stack-auto-translation-61" | "__stack-auto-translation-62" | "__stack-auto-translation-63" | "__stack-auto-translation-64" | "__stack-auto-translation-65" | "__stack-auto-translation-66" | "__stack-auto-translation-67" | "__stack-auto-translation-68" | "__stack-auto-translation-69" | "__stack-auto-translation-70" | "__stack-auto-translation-71" | "__stack-auto-translation-72" | "__stack-auto-translation-73" | "__stack-auto-translation-74" | "__stack-auto-translation-75" | "__stack-auto-translation-76" | "__stack-auto-translation-77" | "__stack-auto-translation-78" | "__stack-auto-translation-79" | "__stack-auto-translation-80" | "__stack-auto-translation-81" | "__stack-auto-translation-82" | "__stack-auto-translation-83" | "__stack-auto-translation-84" | "__stack-auto-translation-85" | "__stack-auto-translation-86" | "__stack-auto-translation-87" | "__stack-auto-translation-88" | "__stack-auto-translation-89" | "__stack-auto-translation-90" | "__stack-auto-translation-91" | "__stack-auto-translation-92" | "__stack-auto-translation-93" | "__stack-auto-translation-94" | "__stack-auto-translation-95" | "__stack-auto-translation-96" | "__stack-auto-translation-97" | "__stack-auto-translation-98" | "__stack-auto-translation-99" | "__stack-auto-translation-100" | "__stack-auto-translation-101" | "__stack-auto-translation-102" | "__stack-auto-translation-103" | "__stack-auto-translation-104" | "__stack-auto-translation-105" | "__stack-auto-translation-106" | "__stack-auto-translation-107" | "__stack-auto-translation-108" | "__stack-auto-translation-109" | "__stack-auto-translation-110" | "__stack-auto-translation-111" | "__stack-auto-translation-112" | "__stack-auto-translation-113" | "__stack-auto-translation-114" | "__stack-auto-translation-115" | "__stack-auto-translation-116" | "__stack-auto-translation-117" | "__stack-auto-translation-118" | "__stack-auto-translation-119" | "__stack-auto-translation-120" | "__stack-auto-translation-121" | "__stack-auto-translation-122" | "__stack-auto-translation-123" | "__stack-auto-translation-124" | "__stack-auto-translation-125" | "__stack-auto-translation-126" | "__stack-auto-translation-127" | "__stack-auto-translation-128" | "__stack-auto-translation-129" | "__stack-auto-translation-130" | "__stack-auto-translation-131" | "__stack-auto-translation-132" | "__stack-auto-translation-133" | "__stack-auto-translation-134" | "__stack-auto-translation-135" | "__stack-auto-translation-136" | "__stack-auto-translation-137" | "__stack-auto-translation-138" | "__stack-auto-translation-139" | "__stack-auto-translation-140" | "__stack-auto-translation-141" | "__stack-auto-translation-142" | "__stack-auto-translation-143" | "__stack-auto-translation-144" | "__stack-auto-translation-145" | "__stack-auto-translation-146" | "__stack-auto-translation-147" | "__stack-auto-translation-148" | "__stack-auto-translation-149" | "__stack-auto-translation-150" | "__stack-auto-translation-151" | "__stack-auto-translation-152" | "__stack-auto-translation-153" | "__stack-auto-translation-154" | "__stack-auto-translation-155" | "__stack-auto-translation-156" | "__stack-auto-translation-157" | "__stack-auto-translation-158" | "__stack-auto-translation-159" | "__stack-auto-translation-160" | "__stack-auto-translation-161" | "__stack-auto-translation-162" | "__stack-auto-translation-163" | "__stack-auto-translation-164" | "__stack-auto-translation-165" | "__stack-auto-translation-166" | "__stack-auto-translation-167" | "__stack-auto-translation-168" | "__stack-auto-translation-169" | "__stack-auto-translation-170" | "__stack-auto-translation-171" | "__stack-auto-translation-172" | "__stack-auto-translation-173" | "__stack-auto-translation-174" | "__stack-auto-translation-175" | "__stack-auto-translation-176" | "__stack-auto-translation-177" | "__stack-auto-translation-178" | "__stack-auto-translation-179" | "__stack-auto-translation-180" | "__stack-auto-translation-181" | "__stack-auto-translation-182" | "__stack-auto-translation-183" | "__stack-auto-translation-184" | "__stack-auto-translation-185" | "__stack-auto-translation-186" | "__stack-auto-translation-187" | "__stack-auto-translation-188" | "__stack-auto-translation-189" | "__stack-auto-translation-190" | "__stack-auto-translation-191" | "__stack-auto-translation-192" | "__stack-auto-translation-193" | "__stack-auto-translation-194" | "__stack-auto-translation-195" | "__stack-auto-translation-196" | "__stack-auto-translation-197" | "__stack-auto-translation-198" | "__stack-auto-translation-199" | "__stack-auto-translation-200" | "__stack-auto-translation-201" | "__stack-auto-translation-202" | "__stack-auto-translation-203" | "__stack-auto-translation-204" | "__stack-auto-translation-205" | "__stack-auto-translation-206" | "__stack-auto-translation-207" | "__stack-auto-translation-208" | "__stack-auto-translation-209" | "__stack-auto-translation-210" | "__stack-auto-translation-211" | "__stack-auto-translation-212" | "__stack-auto-translation-213" | "__stack-auto-translation-214" | "__stack-auto-translation-215" | "__stack-auto-translation-216" | "__stack-auto-translation-217" | "__stack-auto-translation-218" | "__stack-auto-translation-219" | "__stack-auto-translation-220" | "__stack-auto-translation-221" | "__stack-auto-translation-222" | "__stack-auto-translation-223" | "__stack-auto-translation-224" | "__stack-auto-translation-225" | "__stack-auto-translation-226" | "__stack-auto-translation-227" | "__stack-auto-translation-228" | "__stack-auto-translation-229" | "__stack-auto-translation-230" | "__stack-auto-translation-231" | "__stack-auto-translation-232" | "__stack-auto-translation-233" | "__stack-auto-translation-234" | "__stack-auto-translation-235" | "__stack-auto-translation-236" | "__stack-auto-translation-237" | "__stack-auto-translation-238" | "__stack-auto-translation-239" | "__stack-auto-translation-240" | "__stack-auto-translation-241" | "__stack-auto-translation-242" | "__stack-auto-translation-243" | "__stack-auto-translation-244" | "__stack-auto-translation-245" | "__stack-auto-translation-246" | "__stack-auto-translation-247" | "__stack-auto-translation-248" | "__stack-auto-translation-249" | "__stack-auto-translation-250" | "__stack-auto-translation-251" | "__stack-auto-translation-252" | "__stack-auto-translation-253" | "__stack-auto-translation-254", "Session" | "-" | "Description" | "Principal" | "Une application en ligne de commande demande l'accès à votre compte. Cliquez sur le bouton ci-dessous pour l'autoriser." | "Clé API" | "Dernière utilisation" | "Quitter" | "Quitter l'équipe" | "quitter cette équipe et supprimer votre profil d'équipe" | "Lien magique déjà utilisé" | "Membres" | "Informations de vérification manquantes" | "Authentification à plusieurs facteurs" | "L'authentification à deux facteurs est actuellement désactivée." | "Mon profil" | "Nom" | "Jamais" | "L'inscription de nouveaux comptes n'est pas autorisée" | "Nouveau mot de passe" | "Aucune session active trouvée" | "Aucune méthode d'authentification activée." | "Aucun nom d'affichage défini" | "Aucune invitation en attente" | "Aucune équipe pour l'instant" | "Non connecté" | "Ancien mot de passe" | "Mot de passe à usage unique" | "Ou continuer avec" | "Autre session" | "Autres équipes" | "La connexion par OTP/lien magique est actuellement activée." | "Invitations en attente" | "Remplacez votre nom d'affichage d'utilisateur dans cette équipe" | "Clé d'accès" | "Êtes-vous sûr de vouloir supprimer votre compte ? Cette action est IRRÉVERSIBLE et supprimera TOUTES les données associées." | "La gestion des clés d'accès n'est pas disponible en mode démo." | "Clé d'accès enregistrée" | "Mot de passe" | "La gestion des mots de passe n'est pas disponible en mode démo." | "Réinitialisation du mot de passe réussie !" | "Les mots de passe ne correspondent pas" | "Veuillez saisir un nom d'équipe" | "Veuillez répéter votre mot de passe" | "Veuillez réessayer et si le problème persiste, contactez le support." | "Êtes-vous sûr de vouloir désactiver la connexion par clé d'accès ? Vous ne pourrez plus vous connecter avec votre clé d'accès." | "Image de profil" | "Enregistrer une clé d'accès" | "Supprimer" | "Répéter le mot de passe" | "Réinitialiser le mot de passe" | "Réinitialisez votre mot de passe" | "Révoquer" | "Révoquer toutes les autres sessions" | "Enregistrer" | "Scannez ce code QR avec votre application d'authentification :" | "Clé API secrète" | "Définir comme principal" | "Définir le mot de passe" | "Paramètres" | "Se connecter" | "Se connecter à nouveau" | "Connectez-vous ou créez un compte pour rejoindre l'équipe." | "Connectez-vous à votre compte" | "Autoriser" | "Se déconnecter" | "S'inscrire" | "S'inscrire avec Passkey" | "S'inscrire avec {provider}" | "Connexion réussie !" | "Paramètres du compte" | "Autoriser l'application CLI" | "La création d'équipe n'est pas activée" | "Nom d'affichage de l'équipe" | "Invitation d'équipe" | "Image de profil d'équipe" | "Équipes" | "L'application CLI a été autorisée avec succès. Vous pouvez maintenant fermer cette fenêtre et retourner à la ligne de commande." | "Le lien magique a déjà été utilisé. Le lien ne peut être utilisé qu'une seule fois. Veuillez demander un nouveau lien magique si vous devez vous reconnecter." | "Autorisation en cours..." | "L'opération de connexion a été annulée ou refusée. Veuillez réessayer." | "L'utilisateur est déjà connecté à un autre compte OAuth. Avez-vous peut-être sélectionné le mauvais compte sur la page du fournisseur OAuth ?" | "Ensuite, saisissez votre code MFA à six chiffres :" | "Il s'agit probablement d'une erreur dans Stack. Veuillez la signaler." | "Ce lien de réinitialisation de mot de passe a déjà été utilisé. Si vous devez à nouveau réinitialiser votre mot de passe, veuillez demander un nouveau lien de réinitialisation depuis la page de connexion." | "Ce lien d'invitation d'équipe a déjà été utilisé." | "Annuler" | "Changer de thème" | "Réessayer" | "Inconnu" | "Non vérifié" | "Mettre à jour le mot de passe" | "Utiliser pour la connexion" | "Utilisé pour la connexion" | "Lien de réinitialisation de mot de passe utilisé" | "Utilisateur" | "Nom d'utilisateur" | "Échec de la vérification" | "Autorisation CLI réussie" | "Vérifier" | "Vérification..." | "Vous êtes déjà connecté" | "Vous n'êtes pas connecté actuellement." | "Vous ne pouvez pas révoquer votre session actuelle" | "cliquez ici" | "Votre lien magique a expiré. Veuillez demander un nouveau lien magique si vous avez besoin de vous connecter." | "Votre mot de passe a été réinitialisé. Vous pouvez maintenant vous connecter avec votre nouveau mot de passe." | "Votre lien de réinitialisation du mot de passe a expiré. Veuillez demander un nouveau lien de réinitialisation du mot de passe à partir de la page de connexion." | "Fermer" | "Confirmer" | "Impossible de recadrer l'image." | "Créer" | "Créer un nouveau compte" | "Créer une équipe" | "Créer une clé API" | "Session actuelle" | "Équipe actuelle" | "Zone dangereuse" | "Supprimer le compte" | "Sessions actives" | "Supprimer la clé d'accès" | "Désactiver" | "Nom d'affichage" | "Voulez-vous vous connecter ?" | "Vous n'avez pas de compte ?" | "Ajouter" | "Pas besoin de réinitialiser ?" | "Activer l'AMF" | "Activer l'OTP" | "Entrez un nom d'affichage pour votre nouvelle équipe" | "Lien magique expiré" | "Lien de réinitialisation de mot de passe expiré" | "Ajouter une nouvelle clé d'accès" | "Lien d'invitation d'équipe expiré" | "Lien de vérification expiré" | "Expire" | "Expire dans" | "Échec de l'autorisation de l'application CLI :" | "Échec de la réinitialisation du mot de passe" | "Échec de la réinitialisation du mot de passe. Veuillez demander un nouveau lien de réinitialisation du mot de passe" | "Mot de passe oublié ?" | "Accueil" | "Voici votre clé API." | "Si vous n'êtes pas redirigé automatiquement, " | "Ignorer" | "Code incorrect. Veuillez réessayer." | "Mot de passe incorrect" | "Code invalide" | "Une erreur inconnue s'est produite" | "Lien magique invalide" | "Lien de vérification invalide" | "Inviter un membre" | "Inviter l'utilisateur" | "Adresse IP" | "Rejoindre" | "Localisation" | "La gestion MFA n'est pas disponible en mode démo." | "Clés API" | "L'authentification à plusieurs facteurs est actuellement activée." | "Les clés API permettent un accès programmatique à votre compte." | "Accès refusé par le fournisseur OAuth" | "Les clés API permettent un accès programmatique à votre équipe." | "La gestion des OTP n'est pas disponible en mode démo." | "Connexion OTP" | "La connexion OTP est activée et ne peut pas être désactivée car c'est actuellement la seule méthode de connexion" | "La connexion par clé d'accès est activée et ne peut pas être désactivée car c'est actuellement la seule méthode de connexion" | "Supprimez définitivement votre compte et toutes les données associées" | "Veuillez vérifier si vous avez le bon lien. Si vous continuez à rencontrer des problèmes, veuillez contacter le support." | "Veuillez vérifier si vous avez le bon lien de réinitialisation de mot de passe." | "Êtes-vous sûr de vouloir désactiver la connexion OTP ? Vous ne pourrez plus vous connecter uniquement avec des e-mails." | "Veuillez vérifier que vous disposez du bon lien d'invitation d'équipe." | "Veuillez saisir une adresse e-mail valide" | "Veuillez saisir une adresse e-mail" | "Veuillez saisir votre adresse e-mail" | "Veuillez saisir votre ancien mot de passe" | "Veuillez saisir votre mot de passe" | "Veuillez d'abord vérifier votre adresse e-mail" | "Répéter le nouveau mot de passe" | "Êtes-vous sûr de vouloir quitter l'équipe ?" | "Envoyer l'e-mail" | "Envoyer un e-mail de vérification" | "Définissez un mot de passe pour votre compte" | "Échec d'autorisation" | "Se connecter avec Passkey" | "Se connecter avec {provider}" | "L'inscription pour les nouveaux utilisateurs n'est pas activée pour le moment." | "Connecté(e) {time}" | "Une erreur est survenue lors du traitement de la réponse OAuth :" | "Ne plus utiliser pour la connexion" | "La création d'équipes est désactivée en mode démo" | "Nom d'utilisateur de l'équipe" | "Ce sont les appareils sur lesquels vous êtes actuellement connecté. Vous pouvez révoquer l'accès pour mettre fin à une session." | "Ce compte est déjà connecté à un autre utilisateur. Veuillez connecter un compte différent." | "Cet e-mail est déjà utilisé pour la connexion par un autre utilisateur." | "Il s'agit d'un nom d'affichage et n'est pas utilisé pour l'authentification" | "Pour activer la connexion OTP, veuillez ajouter une adresse e-mail de connexion vérifiée." | "Pour activer la connexion par clé d'accès, veuillez ajouter une adresse e-mail de connexion vérifiée." | "Pour définir un mot de passe, veuillez ajouter une adresse e-mail de connexion." | "TOTP Code QR d'authentification à plusieurs facteurs" | "Modifiez le nom d'affichage de votre équipe" | "Mettez à jour votre mot de passe" | "Téléchargez une image pour votre équipe" | "Téléchargez votre propre image comme avatar" | "Lien d'invitation d'équipe déjà utilisé" | "Vérifié ! Redirection..." | "AVERTISSEMENT : Assurez-vous de faire confiance à l'application en ligne de commande, car elle aura accès à votre compte. Si vous n'avez pas initié cette demande, vous pouvez fermer cette page et l'ignorer. Nous ne vous enverrons jamais ce lien par email ou par tout autre moyen." | "Vous ne pouvez pas supprimer votre dernière adresse e-mail de connexion" | "Votre email a été vérifié !" | "Votre e-mail" | "Votre lien de vérification d'e-mail a expiré. Veuillez demander un nouveau lien de vérification dans les paramètres de votre compte." | "Votre lien d'invitation d'équipe a expiré. Veuillez demander un nouveau lien d'invitation d'équipe " | "Copiez-la dans un endroit sûr. Vous ne pourrez plus la consulter ultérieurement." | "La description est obligatoire" | "Désactiver MFA" | "Désactiver l'OTP" | "Voulez-vous vérifier votre e-mail ?" | "ex. Développement, Production, CI/CD" | "Adresse e-mail" | "Email et mot de passe" | "Cet email existe déjà" | "L'adresse e-mail est requise" | "La gestion des e-mails n'est pas disponible en mode démo." | "Email envoyé !" | "E-mails" | "E-mails et authentification" | "Ajouter un e-mail" | "Activer la connexion via un lien magique ou un OTP envoyé à vos e-mails de connexion." | "Mettre fin à votre session actuelle" | "Saisir l'adresse e-mail" | "Saisissez le code reçu par e-mail" | "Saisissez le code à six chiffres de votre application d'authentification" | "Échec de la connexion du compte" | "Vous avez déjà un compte ?" | "Je comprends que je ne pourrai plus consulter cette clé." | "Si l'utilisateur avec cette adresse e-mail existe, un e-mail a été envoyé dans votre boîte de réception. Assurez-vous de vérifier votre dossier de courrier indésirable." | "Usurpation" | "Image invalide" | "Lien de réinitialisation de mot de passe non valide" | "Lien d'invitation d'équipe non valide" | "Code TOTP invalide" | "Invitez un utilisateur à rejoindre votre équipe par e-mail"> | Map<"__stack-auto-translation-0" | "__stack-auto-translation-1" | "__stack-auto-translation-2" | "__stack-auto-translation-3" | "__stack-auto-translation-4" | "__stack-auto-translation-5" | "__stack-auto-translation-6" | "__stack-auto-translation-7" | "__stack-auto-translation-8" | "__stack-auto-translation-9" | "__stack-auto-translation-10" | "__stack-auto-translation-11" | "__stack-auto-translation-12" | "__stack-auto-translation-13" | "__stack-auto-translation-14" | "__stack-auto-translation-15" | "__stack-auto-translation-16" | "__stack-auto-translation-17" | "__stack-auto-translation-18" | "__stack-auto-translation-19" | "__stack-auto-translation-20" | "__stack-auto-translation-21" | "__stack-auto-translation-22" | "__stack-auto-translation-23" | "__stack-auto-translation-24" | "__stack-auto-translation-25" | "__stack-auto-translation-26" | "__stack-auto-translation-27" | "__stack-auto-translation-28" | "__stack-auto-translation-29" | "__stack-auto-translation-30" | "__stack-auto-translation-31" | "__stack-auto-translation-32" | "__stack-auto-translation-33" | "__stack-auto-translation-34" | "__stack-auto-translation-35" | "__stack-auto-translation-36" | "__stack-auto-translation-37" | "__stack-auto-translation-38" | "__stack-auto-translation-39" | "__stack-auto-translation-40" | "__stack-auto-translation-41" | "__stack-auto-translation-42" | "__stack-auto-translation-43" | "__stack-auto-translation-44" | "__stack-auto-translation-45" | "__stack-auto-translation-46" | "__stack-auto-translation-47" | "__stack-auto-translation-48" | "__stack-auto-translation-49" | "__stack-auto-translation-50" | "__stack-auto-translation-51" | "__stack-auto-translation-52" | "__stack-auto-translation-53" | "__stack-auto-translation-54" | "__stack-auto-translation-55" | "__stack-auto-translation-56" | "__stack-auto-translation-57" | "__stack-auto-translation-58" | "__stack-auto-translation-59" | "__stack-auto-translation-60" | "__stack-auto-translation-61" | "__stack-auto-translation-62" | "__stack-auto-translation-63" | "__stack-auto-translation-64" | "__stack-auto-translation-65" | "__stack-auto-translation-66" | "__stack-auto-translation-67" | "__stack-auto-translation-68" | "__stack-auto-translation-69" | "__stack-auto-translation-70" | "__stack-auto-translation-71" | "__stack-auto-translation-72" | "__stack-auto-translation-73" | "__stack-auto-translation-74" | "__stack-auto-translation-75" | "__stack-auto-translation-76" | "__stack-auto-translation-77" | "__stack-auto-translation-78" | "__stack-auto-translation-79" | "__stack-auto-translation-80" | "__stack-auto-translation-81" | "__stack-auto-translation-82" | "__stack-auto-translation-83" | "__stack-auto-translation-84" | "__stack-auto-translation-85" | "__stack-auto-translation-86" | "__stack-auto-translation-87" | "__stack-auto-translation-88" | "__stack-auto-translation-89" | "__stack-auto-translation-90" | "__stack-auto-translation-91" | "__stack-auto-translation-92" | "__stack-auto-translation-93" | "__stack-auto-translation-94" | "__stack-auto-translation-95" | "__stack-auto-translation-96" | "__stack-auto-translation-97" | "__stack-auto-translation-98" | "__stack-auto-translation-99" | "__stack-auto-translation-100" | "__stack-auto-translation-101" | "__stack-auto-translation-102" | "__stack-auto-translation-103" | "__stack-auto-translation-104" | "__stack-auto-translation-105" | "__stack-auto-translation-106" | "__stack-auto-translation-107" | "__stack-auto-translation-108" | "__stack-auto-translation-109" | "__stack-auto-translation-110" | "__stack-auto-translation-111" | "__stack-auto-translation-112" | "__stack-auto-translation-113" | "__stack-auto-translation-114" | "__stack-auto-translation-115" | "__stack-auto-translation-116" | "__stack-auto-translation-117" | "__stack-auto-translation-118" | "__stack-auto-translation-119" | "__stack-auto-translation-120" | "__stack-auto-translation-121" | "__stack-auto-translation-122" | "__stack-auto-translation-123" | "__stack-auto-translation-124" | "__stack-auto-translation-125" | "__stack-auto-translation-126" | "__stack-auto-translation-127" | "__stack-auto-translation-128" | "__stack-auto-translation-129" | "__stack-auto-translation-130" | "__stack-auto-translation-131" | "__stack-auto-translation-132" | "__stack-auto-translation-133" | "__stack-auto-translation-134" | "__stack-auto-translation-135" | "__stack-auto-translation-136" | "__stack-auto-translation-137" | "__stack-auto-translation-138" | "__stack-auto-translation-139" | "__stack-auto-translation-140" | "__stack-auto-translation-141" | "__stack-auto-translation-142" | "__stack-auto-translation-143" | "__stack-auto-translation-144" | "__stack-auto-translation-145" | "__stack-auto-translation-146" | "__stack-auto-translation-147" | "__stack-auto-translation-148" | "__stack-auto-translation-149" | "__stack-auto-translation-150" | "__stack-auto-translation-151" | "__stack-auto-translation-152" | "__stack-auto-translation-153" | "__stack-auto-translation-154" | "__stack-auto-translation-155" | "__stack-auto-translation-156" | "__stack-auto-translation-157" | "__stack-auto-translation-158" | "__stack-auto-translation-159" | "__stack-auto-translation-160" | "__stack-auto-translation-161" | "__stack-auto-translation-162" | "__stack-auto-translation-163" | "__stack-auto-translation-164" | "__stack-auto-translation-165" | "__stack-auto-translation-166" | "__stack-auto-translation-167" | "__stack-auto-translation-168" | "__stack-auto-translation-169" | "__stack-auto-translation-170" | "__stack-auto-translation-171" | "__stack-auto-translation-172" | "__stack-auto-translation-173" | "__stack-auto-translation-174" | "__stack-auto-translation-175" | "__stack-auto-translation-176" | "__stack-auto-translation-177" | "__stack-auto-translation-178" | "__stack-auto-translation-179" | "__stack-auto-translation-180" | "__stack-auto-translation-181" | "__stack-auto-translation-182" | "__stack-auto-translation-183" | "__stack-auto-translation-184" | "__stack-auto-translation-185" | "__stack-auto-translation-186" | "__stack-auto-translation-187" | "__stack-auto-translation-188" | "__stack-auto-translation-189" | "__stack-auto-translation-190" | "__stack-auto-translation-191" | "__stack-auto-translation-192" | "__stack-auto-translation-193" | "__stack-auto-translation-194" | "__stack-auto-translation-195" | "__stack-auto-translation-196" | "__stack-auto-translation-197" | "__stack-auto-translation-198" | "__stack-auto-translation-199" | "__stack-auto-translation-200" | "__stack-auto-translation-201" | "__stack-auto-translation-202" | "__stack-auto-translation-203" | "__stack-auto-translation-204" | "__stack-auto-translation-205" | "__stack-auto-translation-206" | "__stack-auto-translation-207" | "__stack-auto-translation-208" | "__stack-auto-translation-209" | "__stack-auto-translation-210" | "__stack-auto-translation-211" | "__stack-auto-translation-212" | "__stack-auto-translation-213" | "__stack-auto-translation-214" | "__stack-auto-translation-215" | "__stack-auto-translation-216" | "__stack-auto-translation-217" | "__stack-auto-translation-218" | "__stack-auto-translation-219" | "__stack-auto-translation-220" | "__stack-auto-translation-221" | "__stack-auto-translation-222" | "__stack-auto-translation-223" | "__stack-auto-translation-224" | "__stack-auto-translation-225" | "__stack-auto-translation-226" | "__stack-auto-translation-227" | "__stack-auto-translation-228" | "__stack-auto-translation-229" | "__stack-auto-translation-230" | "__stack-auto-translation-231" | "__stack-auto-translation-232" | "__stack-auto-translation-233" | "__stack-auto-translation-234" | "__stack-auto-translation-235" | "__stack-auto-translation-236" | "__stack-auto-translation-237" | "__stack-auto-translation-238" | "__stack-auto-translation-239" | "__stack-auto-translation-240" | "__stack-auto-translation-241" | "__stack-auto-translation-242" | "__stack-auto-translation-243" | "__stack-auto-translation-244" | "__stack-auto-translation-245" | "__stack-auto-translation-246" | "__stack-auto-translation-247" | "__stack-auto-translation-248" | "__stack-auto-translation-249" | "__stack-auto-translation-250" | "__stack-auto-translation-251" | "__stack-auto-translation-252" | "__stack-auto-translation-253" | "__stack-auto-translation-254", "Team" | "-" | "Passkey" | "Password" | "Email" | "Un'applicazione a riga di comando sta richiedendo l'accesso al tuo account. Fai clic sul pulsante qui sotto per autorizzarla." | "Chiave API" | "Unisciti" | "Ultimo utilizzo" | "Abbandona" | "Lascia il team" | "Lascia il Team" | "lasciare questa squadra e rimuovere il tuo profilo di team" | "Posizione" | "Il link magico è già stato utilizzato" | "Membri" | "La gestione MFA non è disponibile in modalità demo." | "Chiavi API" | "Informazioni di verifica mancanti" | "Autenticazione a più fattori" | "L'autenticazione a più fattori è attualmente disabilitata." | "L'autenticazione a più fattori è attualmente attiva." | "Il mio profilo" | "Nome" | "Mai" | "La registrazione di nuovi account non è consentita" | "Nuova password" | "Le chiavi API consentono l'accesso programmatico al tuo account." | "Nuova Password" | "Nessuna sessione attiva trovata" | "Nessun metodo di autenticazione abilitato." | "Nessun nome visualizzato impostato" | "Nessun invito in sospeso" | "Nessun team ancora" | "Non hai effettuato l'accesso" | "Accesso al provider OAuth negato" | "Vecchia password" | "Password Monouso" | "Le chiavi API consentono l'accesso programmatico al tuo team." | "Oppure continua con" | "Altra Sessione" | "Altri team" | "La gestione OTP non è disponibile in modalità demo." | "Accesso con OTP" | "L'accesso con OTP è abilitato e non può essere disattivato poiché è attualmente l'unico metodo di accesso disponibile" | "L'accesso tramite OTP/link magico è attualmente abilitato." | "Inviti in sospeso" | "Sovrascrivi il tuo nome utente visualizzato in questo team" | "Sei sicuro di voler eliminare il tuo account? Questa azione è IRREVERSIBILE e cancellerà TUTTI i dati associati." | "La gestione delle passkey non è disponibile in modalità demo." | "Passkey registrata" | "L'accesso con Passkey è attivo e non può essere disattivato poiché è attualmente l'unico metodo di accesso" | "La gestione delle password non è disponibile in modalità demo." | "Password reimpostata con successo!" | "Le password non corrispondono" | "Rimuovi permanentemente il tuo account e tutti i dati associati" | "Verificare di avere il link corretto. Se continui ad avere problemi, contatta l'assistenza." | "Si prega di verificare di avere il link corretto per il ripristino della password." | "Sei sicuro di voler disattivare l'accesso con OTP? Non potrai più accedere solo con le email." | "Verifica di avere il link di invito al team corretto." | "Inserisci un nome per il team" | "Inserisci un indirizzo email valido" | "Si prega di inserire un indirizzo email" | "Inserisci il tuo indirizzo email" | "Inserisci la tua vecchia password" | "Inserisci la tua password" | "Per favore ripeti la tua password" | "Si prega di riprovare e se il problema persiste, contattare l'assistenza." | "Sei sicuro di voler disattivare l'accesso con Passkey? Non potrai più accedere utilizzando la tua passkey." | "Per favore verifica prima la tua email" | "Principale" | "Immagine del profilo" | "Registra una passkey" | "Rimuovi" | "Ripeti nuova password" | "Ripeti Nuova Password" | "Ripeti Password" | "Reimposta Password" | "Reimposta la tua password" | "Sei sicuro di voler lasciare il team?" | "Revoca" | "Revoca Tutte le Altre Sessioni" | "Salva" | "Scansiona questo codice QR con la tua app di autenticazione:" | "Chiave API segreta" | "Invia email" | "Invia Email" | "Invia email di verifica" | "Sessione" | "Imposta una password per il tuo account" | "Autorizzazione Fallita" | "Imposta come principale" | "Imposta password" | "Imposta Password" | "Impostazioni" | "Accedi" | "Accedi di nuovo" | "Accedi o crea un account per unirti al team." | "Accedi al tuo account" | "Accedi con Passkey" | "Autorizza" | "Accedi con {provider}" | "Esci" | "Registrati" | "L'iscrizione per i nuovi utenti non è attualmente abilitata." | "Registrati con Passkey" | "Registrati con {provider}" | "Accesso effettuato con successo!" | "Accesso effettuato {time}" | "Qualcosa è andato storto durante l'elaborazione del callback OAuth:" | "Impostazioni account" | "Autorizza Applicazione CLI" | "Interrompi l'utilizzo per l'accesso" | "La creazione del team è disattivata in modalità demo" | "La creazione del team non è abilitata" | "Nome visualizzato del team" | "Invito di squadra" | "Immagine del profilo del team" | "Nome utente del team" | "L'applicazione CLI è stata autorizzata con successo. Ora puoi chiudere questa finestra e tornare alla riga di comando." | "Il link magico è già stato utilizzato. Il link può essere usato una sola volta. Si prega di richiedere un nuovo link magico se è necessario accedere nuovamente." | "Autorizzazione in corso..." | "L'operazione di accesso è stata annullata o negata. Si prega di riprovare." | "L'utente è già collegato a un altro account OAuth. Hai forse selezionato l'account sbagliato nella pagina del provider OAuth?" | "Quindi, inserisci il tuo codice MFA a sei cifre:" | "Questi sono i dispositivi in cui hai effettuato l'accesso. Puoi revocare l'accesso per terminare una sessione." | "Questo account è già collegato a un altro utente. Si prega di collegare un account diverso." | "Questa email è già utilizzata per l'accesso da un altro utente." | "Questo è un nome visualizzato e non viene utilizzato per l'autenticazione" | "Questo è molto probabilmente un errore in Stack. Si prega di segnalarlo." | "Questo link per il ripristino della password è già stato utilizzato. Se hai bisogno di reimpostare nuovamente la tua password, richiedi un nuovo link per il ripristino dalla pagina di accesso." | "Questo link di invito al team è già stato utilizzato." | "Annulla" | "Per abilitare l'accesso con OTP, aggiungi un'email di accesso verificata." | "Per abilitare l'accesso con Passkey, aggiungi un'email di accesso verificata." | "Per impostare una password, aggiungi un'email di accesso." | "Cambia tema" | "Codice QR per l'autenticazione a più fattori TOTP" | "Riprova" | "Sconosciuto" | "Non verificato" | "Aggiorna password" | "Aggiorna Password" | "Modifica il nome visualizzato del tuo team" | "Aggiorna la tua password" | "Carica un'immagine per il tuo team" | "Carica la tua immagine come avatar" | "Usa per l'accesso" | "Usato per l'accesso" | "Link per il ripristino della password già utilizzato" | "Link di invito al team già utilizzato" | "Utente" | "Nome utente" | "Verifica fallita" | "Autorizzazione CLI riuscita" | "Verificato! Reindirizzamento in corso..." | "Verifica" | "Verifica in corso..." | "ATTENZIONE: Assicurati di fidarti dell'applicazione da riga di comando, poiché avrà accesso al tuo account. Se non hai avviato tu questa richiesta, puoi chiudere questa pagina e ignorarla. Non ti invieremo mai questo link via email o con altri mezzi." | "Hai già effettuato l'accesso" | "Non sei attualmente autenticato." | "Non puoi rimuovere la tua ultima email di accesso" | "Non puoi revocare la sessione corrente" | "La tua email è stata verificata!" | "La tua email" | "clicca qui" | "Il tuo link di verifica dell'email è scaduto. Richiedi un nuovo link di verifica dalle impostazioni del tuo account." | "Il tuo link magico è scaduto. Richiedi un nuovo link magico se hai bisogno di accedere." | "La tua password è stata reimpostata. Ora puoi accedere con la tua nuova password." | "Il tuo link per il reset della password è scaduto. Ti preghiamo di richiedere un nuovo link per il reset della password dalla pagina di accesso." | "Il tuo link di invito al team è scaduto. Per favore richiedi un nuovo link di invito al team " | "Chiudi" | "Conferma" | "Copialo in un luogo sicuro. Non potrai visualizzarlo di nuovo." | "Impossibile ritagliare l'immagine." | "Impostazioni Account" | "Crea" | "Crea un nuovo account" | "Crea un team" | "Crea un Team" | "Crea Chiave API" | "Sessione Corrente" | "Team attuale" | "Zona pericolosa" | "Elimina account" | "Elimina Account" | "Sessioni Attive" | "Elimina Passkey" | "Descrizione" | "La descrizione è obbligatoria" | "Disattiva" | "Disattiva MFA" | "Disattiva OTP" | "Nome visualizzato" | "Vuoi accedere?" | "Vuoi verificare la tua email?" | "Non hai un account?" | "Aggiungi" | "Non hai bisogno di reimpostare?" | "es. Sviluppo, Produzione, CI/CD" | "Email e password" | "L'indirizzo email esiste già" | "L'indirizzo email è obbligatorio" | "La gestione delle email non è disponibile in modalità demo." | "Email inviato!" | "Email e Autenticazione" | "Aggiungi un'email" | "Abilita MFA" | "Abilita OTP" | "Abilita l'accesso tramite link magico o OTP inviato alle tue email di accesso." | "Termina la sessione corrente" | "Inserisci un nome visualizzato per il tuo nuovo team" | "Inserisci email" | "Inserti il codice ricevuto via email" | "Inserisci il codice a sei cifre dalla tua app di autenticazione" | "Link magico scaduto" | "Link per il Reset della Password Scaduto" | "Aggiungi nuova passkey" | "Link di invito al team scaduto" | "Link di verifica scaduto" | "Scade" | "Scade tra" | "Autorizzazione dell'applicazione CLI fallita:" | "Impossibile connettere l'account" | "Impossibile reimpostare la password" | "Impossibile reimpostare la password. Si prega di richiedere un nuovo link per il reset della password" | "Password dimenticata?" | "Vai alla home" | "Hai già un account?" | "Ecco la tua chiave API." | "Ho capito che non potrò visualizzare nuovamente questa chiave." | "Se l'utente con questo indirizzo e-mail esiste, un'e-mail è stata inviata alla tua casella di posta. Assicurati di controllare la cartella dello spam." | "Se non vieni reindirizzato automaticamente, " | "Ignora" | "Impersonazione" | "Codice errato. Per favore riprova." | "Password non corretta" | "Codice non valido" | "Si è verificato un errore sconosciuto" | "Immagine non valida" | "Link Magico Non Valido" | "Link di Reimpostazione Password Non Valido" | "Link di invito al team non valido" | "Codice TOTP non valido" | "Link di verifica non valido" | "Invita un utente al tuo team tramite email" | "Invita membro" | "Invita Utente" | "Indirizzo IP"> | Map<"__stack-auto-translation-0" | "__stack-auto-translation-1" | "__stack-auto-translation-2" | "__stack-auto-translation-3" | "__stack-auto-translation-4" | "__stack-auto-translation-5" | "__stack-auto-translation-6" | "__stack-auto-translation-7" | "__stack-auto-translation-8" | "__stack-auto-translation-9" | "__stack-auto-translation-10" | "__stack-auto-translation-11" | "__stack-auto-translation-12" | "__stack-auto-translation-13" | "__stack-auto-translation-14" | "__stack-auto-translation-15" | "__stack-auto-translation-16" | "__stack-auto-translation-17" | "__stack-auto-translation-18" | "__stack-auto-translation-19" | "__stack-auto-translation-20" | "__stack-auto-translation-21" | "__stack-auto-translation-22" | "__stack-auto-translation-23" | "__stack-auto-translation-24" | "__stack-auto-translation-25" | "__stack-auto-translation-26" | "__stack-auto-translation-27" | "__stack-auto-translation-28" | "__stack-auto-translation-29" | "__stack-auto-translation-30" | "__stack-auto-translation-31" | "__stack-auto-translation-32" | "__stack-auto-translation-33" | "__stack-auto-translation-34" | "__stack-auto-translation-35" | "__stack-auto-translation-36" | "__stack-auto-translation-37" | "__stack-auto-translation-38" | "__stack-auto-translation-39" | "__stack-auto-translation-40" | "__stack-auto-translation-41" | "__stack-auto-translation-42" | "__stack-auto-translation-43" | "__stack-auto-translation-44" | "__stack-auto-translation-45" | "__stack-auto-translation-46" | "__stack-auto-translation-47" | "__stack-auto-translation-48" | "__stack-auto-translation-49" | "__stack-auto-translation-50" | "__stack-auto-translation-51" | "__stack-auto-translation-52" | "__stack-auto-translation-53" | "__stack-auto-translation-54" | "__stack-auto-translation-55" | "__stack-auto-translation-56" | "__stack-auto-translation-57" | "__stack-auto-translation-58" | "__stack-auto-translation-59" | "__stack-auto-translation-60" | "__stack-auto-translation-61" | "__stack-auto-translation-62" | "__stack-auto-translation-63" | "__stack-auto-translation-64" | "__stack-auto-translation-65" | "__stack-auto-translation-66" | "__stack-auto-translation-67" | "__stack-auto-translation-68" | "__stack-auto-translation-69" | "__stack-auto-translation-70" | "__stack-auto-translation-71" | "__stack-auto-translation-72" | "__stack-auto-translation-73" | "__stack-auto-translation-74" | "__stack-auto-translation-75" | "__stack-auto-translation-76" | "__stack-auto-translation-77" | "__stack-auto-translation-78" | "__stack-auto-translation-79" | "__stack-auto-translation-80" | "__stack-auto-translation-81" | "__stack-auto-translation-82" | "__stack-auto-translation-83" | "__stack-auto-translation-84" | "__stack-auto-translation-85" | "__stack-auto-translation-86" | "__stack-auto-translation-87" | "__stack-auto-translation-88" | "__stack-auto-translation-89" | "__stack-auto-translation-90" | "__stack-auto-translation-91" | "__stack-auto-translation-92" | "__stack-auto-translation-93" | "__stack-auto-translation-94" | "__stack-auto-translation-95" | "__stack-auto-translation-96" | "__stack-auto-translation-97" | "__stack-auto-translation-98" | "__stack-auto-translation-99" | "__stack-auto-translation-100" | "__stack-auto-translation-101" | "__stack-auto-translation-102" | "__stack-auto-translation-103" | "__stack-auto-translation-104" | "__stack-auto-translation-105" | "__stack-auto-translation-106" | "__stack-auto-translation-107" | "__stack-auto-translation-108" | "__stack-auto-translation-109" | "__stack-auto-translation-110" | "__stack-auto-translation-111" | "__stack-auto-translation-112" | "__stack-auto-translation-113" | "__stack-auto-translation-114" | "__stack-auto-translation-115" | "__stack-auto-translation-116" | "__stack-auto-translation-117" | "__stack-auto-translation-118" | "__stack-auto-translation-119" | "__stack-auto-translation-120" | "__stack-auto-translation-121" | "__stack-auto-translation-122" | "__stack-auto-translation-123" | "__stack-auto-translation-124" | "__stack-auto-translation-125" | "__stack-auto-translation-126" | "__stack-auto-translation-127" | "__stack-auto-translation-128" | "__stack-auto-translation-129" | "__stack-auto-translation-130" | "__stack-auto-translation-131" | "__stack-auto-translation-132" | "__stack-auto-translation-133" | "__stack-auto-translation-134" | "__stack-auto-translation-135" | "__stack-auto-translation-136" | "__stack-auto-translation-137" | "__stack-auto-translation-138" | "__stack-auto-translation-139" | "__stack-auto-translation-140" | "__stack-auto-translation-141" | "__stack-auto-translation-142" | "__stack-auto-translation-143" | "__stack-auto-translation-144" | "__stack-auto-translation-145" | "__stack-auto-translation-146" | "__stack-auto-translation-147" | "__stack-auto-translation-148" | "__stack-auto-translation-149" | "__stack-auto-translation-150" | "__stack-auto-translation-151" | "__stack-auto-translation-152" | "__stack-auto-translation-153" | "__stack-auto-translation-154" | "__stack-auto-translation-155" | "__stack-auto-translation-156" | "__stack-auto-translation-157" | "__stack-auto-translation-158" | "__stack-auto-translation-159" | "__stack-auto-translation-160" | "__stack-auto-translation-161" | "__stack-auto-translation-162" | "__stack-auto-translation-163" | "__stack-auto-translation-164" | "__stack-auto-translation-165" | "__stack-auto-translation-166" | "__stack-auto-translation-167" | "__stack-auto-translation-168" | "__stack-auto-translation-169" | "__stack-auto-translation-170" | "__stack-auto-translation-171" | "__stack-auto-translation-172" | "__stack-auto-translation-173" | "__stack-auto-translation-174" | "__stack-auto-translation-175" | "__stack-auto-translation-176" | "__stack-auto-translation-177" | "__stack-auto-translation-178" | "__stack-auto-translation-179" | "__stack-auto-translation-180" | "__stack-auto-translation-181" | "__stack-auto-translation-182" | "__stack-auto-translation-183" | "__stack-auto-translation-184" | "__stack-auto-translation-185" | "__stack-auto-translation-186" | "__stack-auto-translation-187" | "__stack-auto-translation-188" | "__stack-auto-translation-189" | "__stack-auto-translation-190" | "__stack-auto-translation-191" | "__stack-auto-translation-192" | "__stack-auto-translation-193" | "__stack-auto-translation-194" | "__stack-auto-translation-195" | "__stack-auto-translation-196" | "__stack-auto-translation-197" | "__stack-auto-translation-198" | "__stack-auto-translation-199" | "__stack-auto-translation-200" | "__stack-auto-translation-201" | "__stack-auto-translation-202" | "__stack-auto-translation-203" | "__stack-auto-translation-204" | "__stack-auto-translation-205" | "__stack-auto-translation-206" | "__stack-auto-translation-207" | "__stack-auto-translation-208" | "__stack-auto-translation-209" | "__stack-auto-translation-210" | "__stack-auto-translation-211" | "__stack-auto-translation-212" | "__stack-auto-translation-213" | "__stack-auto-translation-214" | "__stack-auto-translation-215" | "__stack-auto-translation-216" | "__stack-auto-translation-217" | "__stack-auto-translation-218" | "__stack-auto-translation-219" | "__stack-auto-translation-220" | "__stack-auto-translation-221" | "__stack-auto-translation-222" | "__stack-auto-translation-223" | "__stack-auto-translation-224" | "__stack-auto-translation-225" | "__stack-auto-translation-226" | "__stack-auto-translation-227" | "__stack-auto-translation-228" | "__stack-auto-translation-229" | "__stack-auto-translation-230" | "__stack-auto-translation-231" | "__stack-auto-translation-232" | "__stack-auto-translation-233" | "__stack-auto-translation-234" | "__stack-auto-translation-235" | "__stack-auto-translation-236" | "__stack-auto-translation-237" | "__stack-auto-translation-238" | "__stack-auto-translation-239" | "__stack-auto-translation-240" | "__stack-auto-translation-241" | "__stack-auto-translation-242" | "__stack-auto-translation-243" | "__stack-auto-translation-244" | "__stack-auto-translation-245" | "__stack-auto-translation-246" | "__stack-auto-translation-247" | "__stack-auto-translation-248" | "__stack-auto-translation-249" | "__stack-auto-translation-250" | "__stack-auto-translation-251" | "__stack-auto-translation-252" | "__stack-auto-translation-253" | "__stack-auto-translation-254", "-" | "コマンドラインアプリケーションがあなたのアカウントへのアクセスを要求しています。下のボタンをクリックして承認してください。" | "APIキー" | "参加" | "最終使用日時" | "退出" | "チームを退出" | "このチームを退出し、チームプロフィールを削除する" | "場所" | "マジックリンクは既に使用されています" | "メンバー" | "多要素認証(MFA)の管理はデモモードでは利用できません。" | "認証情報が不足しています" | "多要素認証" | "多要素認証は現在無効になっています。" | "多要素認証は現在有効です。" | "プロフィール" | "名前" | "なし" | "新規アカウント登録は許可されていません" | "新しいパスワード" | "APIキーはあなたのアカウントへのプログラム的なアクセスを許可します。" | "アクティブなセッションがありません" | "認証方法が有効になっていません" | "表示名未設定" | "保留中の招待はありません" | "まだチームがありません" | "サインインしていません" | "OAuth プロバイダーのアクセスが拒否されました" | "以前のパスワード" | "ワンタイムパスワード" | "APIキーはチームへのプログラム的アクセスを許可します。" | "または、次の方法で続行" | "他のセッション" | "他のチーム" | "デモモードではOTP管理は利用できません。" | "OTPサインイン" | "OTPサインインが有効で、現在唯一のサインイン方法のため無効化できません" | "OTP/マジックリンクによるサインインは現在有効です。" | "未処理の招待" | "このチームでのユーザー表示名を上書きする" | "パスキー" | "アカウントを削除してもよろしいですか?この操作は取り消しできず、関連するすべてのデータが削除されます。" | "パスキー管理はデモモードでは利用できません。" | "パスキーが登録されました" | "パスキーによるサインインが有効になっており、現在唯一のサインイン方法のため無効化できません" | "パスワード" | "パスワード管理はデモモードでは利用できません。" | "パスワードのリセットが完了しました!" | "パスワードが一致しません" | "アカウントとすべての関連データを完全に削除する" | "正しいリンクかどうかご確認ください。問題が解決しない場合は、サポートにお問い合わせください。" | "正しいパスワードリセットリンクかどうか再確認してください。" | "OTPログインを無効にしてもよろしいですか?メールアドレスのみでのログインができなくなります。" | "正しいチーム招待リンクをお持ちかどうか再確認してください。" | "チーム名を入力してください" | "有効なメールアドレスを入力してください" | "メールアドレスを入力してください" | "以前のパスワードを入力してください" | "パスワードを入力してください" | "パスワードをもう一度入力してください" | "もう一度お試しください。問題が解決しない場合はサポートにお問い合わせください。" | "パスキーでのサインインを無効にしますか?今後パスキーでサインインできなくなります。" | "先にメールアドレスを認証してください" | "主要" | "プロフィール画像" | "パスキーを登録する" | "削除" | "新しいパスワードを再入力" | "パスワードを再入力" | "パスワードをリセット" | "チームを退出してもよろしいですか?" | "取り消す" | "他のすべてのセッションを取り消す" | "保存" | "認証アプリでこのQRコードをスキャンしてください:" | "シークレットAPIキー" | "メールを送信" | "確認メールを送信" | "セッション" | "アカウントのパスワードを設定する" | "認証に失敗しました" | "主要に設定" | "パスワードを設定" | "設定" | "ログイン" | "もう一度ログイン" | "チームに参加するにはログインするか、アカウントを作成してください。" | "アカウントにログイン" | "パスキーでサインイン" | "認証" | "{provider}でログイン" | "サインアウト" | "登録" | "現在、新規ユーザーの登録は無効になっています。" | "パスキーで登録" | "{provider}で登録" | "ログインに成功しました!" | "ログイン時間:{time}" | "OAuth コールバックの処理中にエラーが発生しました:" | "アカウント設定" | "CLIアプリケーションを認証" | "サインインに使用しない" | "デモモードではチーム作成が無効になっています" | "チーム作成が有効になっていません" | "チーム表示名" | "チーム招待" | "チームプロフィール画像" | "チーム内ユーザー名" | "チーム" | "CLIアプリケーションの認証に成功しました。このウィンドウを閉じてコマンドラインに戻ってください。" | "マジックリンクは既に使用されています。リンクは一度しか使用できません。再度サインインする必要がある場合は、新しいマジックリンクをリクエストしてください。" | "認証中..." | "サインイン操作はキャンセルされたか拒否されました。もう一度お試しください。" | "ユーザーは既に別のOAuthアカウントに接続されています。OAuthプロバイダーのページで間違ったアカウントを選択した可能性はありませんか?" | "次に、6桁のMFAコードを入力してください:" | "現在ログインしているデバイスです。セッションを終了するにはアクセスを取り消してください。" | "このアカウントは既に別のユーザーに接続されています。別のアカウントを接続してください。" | "このメールアドレスは既に他のユーザーのサインインに使用されています。" | "これは表示名であり、認証には使用されません" | "これはStackのエラーである可能性が高いです。ご報告ください。" | "このパスワードリセットリンクは既に使用されています。再度パスワードをリセットする必要がある場合は、ログインページから新しいパスワードリセットリンクを再度リクエストしてください。" | "このチーム招待リンクは既に使用されています。" | "キャンセル" | "OTP ログインを有効にするには、確認済みのサインインメールを追加してください。" | "パスキーでのサインインを有効にするには、認証済みのサインインメールを追加してください。" | "パスワードを設定するには、サインイン用のメールアドレスを追加してください。" | "テーマ切替" | "TOTP多要素認証QRコード" | "再試行" | "不明" | "未認証" | "パスワードを更新" | "チームの表示名を変更する" | "チーム用の画像をアップロード" | "アバターとして独自の画像をアップロード" | "サインインに使用" | "使用済みパスワードリセットリンク" | "使用済みチーム招待リンク" | "ユーザー" | "ユーザー名" | "CLI認証成功" | "認証済み!リダイレクト中..." | "確認" | "確認中..." | "警告:コマンドラインアプリケーションがあなたのアカウントにアクセスするため、信頼できることを確認してください。このリクエストを開始していない場合は、このページを閉じて無視してください。当社がこのリンクをメールやその他の手段で送信することは決してありません。" | "すでにサインインしています" | "現在サインインしていません。" | "最後のサインインメールは削除できません" | "現在のセッションを取り消すことはできません" | "メールアドレスが認証されました!" | "あなたのメールアドレス" | "ここをクリック" | "メール認証リンクの有効期限が切れました。アカウント設定から新しい認証リンクをリクエストしてください。" | "マジックリンクの有効期限が切れました。サインインする必要がある場合は、新しいマジックリンクをリクエストしてください。" | "パスワードがリセットされました。新しいパスワードでログインできます。" | "パスワードリセットリンクの有効期限が切れました。ログインページから新しいリセットリンクをリクエストしてください。" | "チーム招待リンクの有効期限が切れています。新しいチーム招待リンクをリクエストしてください" | "閉じる" | "安全な場所にコピーしてください。再度表示することはできません。" | "画像をトリミングできませんでした。" | "作成" | "新しいアカウントを作成" | "チームを作成" | "APIキーを作成" | "現在のセッション" | "現在のチーム" | "危険エリア" | "アカウント削除" | "アクティブなセッション" | "パスキーを削除" | "説明" | "説明が必要です" | "無効化" | "MFAを無効にする" | "OTPを無効にする" | "表示名" | "ログインしますか?" | "メールアドレスを認証しますか?" | "アカウントをお持ちでない方" | "追加" | "リセットの必要はありませんか?" | "例: 開発環境、本番環境、CI/CD" | "メールアドレス" | "メール & パスワード" | "メールアドレスが既に存在します" | "メールアドレスは必須です" | "デモモードではメール管理を利用できません。" | "メールを送信しました!" | "メール & 認証" | "メールを追加" | "MFAを有効にする" | "OTPを有効にする" | "サインインメールにマジックリンクまたはOTPを送信してサインインを有効にする" | "現在のセッションを終了" | "新しいチームの表示名を入力してください" | "メールアドレスを入力" | "メールに記載されたコードを入力してください" | "認証アプリから6桁のコードを入力してください" | "期限切れのマジックリンク" | "期限切れのパスワードリセットリンク" | "新しいパスキーを追加" | "チーム招待リンクの期限切れ" | "メール認証リンクの期限切れ" | "有効期限" | "CLIアプリケーションの認証に失敗しました:" | "アカウントの接続に失敗しました" | "パスワードのリセットに失敗しました" | "パスワードのリセットに失敗しました。新しいパスワードリセットリンクをリクエストしてください" | "パスワードをお忘れですか?" | "ホームへ" | "すでにアカウントをお持ちですか?" | "こちらがあなたのAPIキーです。" | "このキーを再度表示できないことを理解しました。" | "このメールアドレスのユーザーが存在する場合、メールが送信されました。迷惑メールフォルダもご確認ください。" | "自動的にリダイレクトされない場合は、" | "無視" | "なりすまし" | "不正なコードです。もう一度お試しください。" | "パスワードが正しくありません" | "無効なコード" | "不明なエラーが発生しました" | "無効な画像" | "無効なマジックリンク" | "無効なパスワードリセットリンク" | "無効なチーム招待リンク" | "無効なTOTPコード" | "無効な認証リンク" | "メールでチームにユーザーを招待" | "メンバーを招待" | "ユーザーを招待" | "IPアドレス"> | Map<"__stack-auto-translation-0" | "__stack-auto-translation-1" | "__stack-auto-translation-2" | "__stack-auto-translation-3" | "__stack-auto-translation-4" | "__stack-auto-translation-5" | "__stack-auto-translation-6" | "__stack-auto-translation-7" | "__stack-auto-translation-8" | "__stack-auto-translation-9" | "__stack-auto-translation-10" | "__stack-auto-translation-11" | "__stack-auto-translation-12" | "__stack-auto-translation-13" | "__stack-auto-translation-14" | "__stack-auto-translation-15" | "__stack-auto-translation-16" | "__stack-auto-translation-17" | "__stack-auto-translation-18" | "__stack-auto-translation-19" | "__stack-auto-translation-20" | "__stack-auto-translation-21" | "__stack-auto-translation-22" | "__stack-auto-translation-23" | "__stack-auto-translation-24" | "__stack-auto-translation-25" | "__stack-auto-translation-26" | "__stack-auto-translation-27" | "__stack-auto-translation-28" | "__stack-auto-translation-29" | "__stack-auto-translation-30" | "__stack-auto-translation-31" | "__stack-auto-translation-32" | "__stack-auto-translation-33" | "__stack-auto-translation-34" | "__stack-auto-translation-35" | "__stack-auto-translation-36" | "__stack-auto-translation-37" | "__stack-auto-translation-38" | "__stack-auto-translation-39" | "__stack-auto-translation-40" | "__stack-auto-translation-41" | "__stack-auto-translation-42" | "__stack-auto-translation-43" | "__stack-auto-translation-44" | "__stack-auto-translation-45" | "__stack-auto-translation-46" | "__stack-auto-translation-47" | "__stack-auto-translation-48" | "__stack-auto-translation-49" | "__stack-auto-translation-50" | "__stack-auto-translation-51" | "__stack-auto-translation-52" | "__stack-auto-translation-53" | "__stack-auto-translation-54" | "__stack-auto-translation-55" | "__stack-auto-translation-56" | "__stack-auto-translation-57" | "__stack-auto-translation-58" | "__stack-auto-translation-59" | "__stack-auto-translation-60" | "__stack-auto-translation-61" | "__stack-auto-translation-62" | "__stack-auto-translation-63" | "__stack-auto-translation-64" | "__stack-auto-translation-65" | "__stack-auto-translation-66" | "__stack-auto-translation-67" | "__stack-auto-translation-68" | "__stack-auto-translation-69" | "__stack-auto-translation-70" | "__stack-auto-translation-71" | "__stack-auto-translation-72" | "__stack-auto-translation-73" | "__stack-auto-translation-74" | "__stack-auto-translation-75" | "__stack-auto-translation-76" | "__stack-auto-translation-77" | "__stack-auto-translation-78" | "__stack-auto-translation-79" | "__stack-auto-translation-80" | "__stack-auto-translation-81" | "__stack-auto-translation-82" | "__stack-auto-translation-83" | "__stack-auto-translation-84" | "__stack-auto-translation-85" | "__stack-auto-translation-86" | "__stack-auto-translation-87" | "__stack-auto-translation-88" | "__stack-auto-translation-89" | "__stack-auto-translation-90" | "__stack-auto-translation-91" | "__stack-auto-translation-92" | "__stack-auto-translation-93" | "__stack-auto-translation-94" | "__stack-auto-translation-95" | "__stack-auto-translation-96" | "__stack-auto-translation-97" | "__stack-auto-translation-98" | "__stack-auto-translation-99" | "__stack-auto-translation-100" | "__stack-auto-translation-101" | "__stack-auto-translation-102" | "__stack-auto-translation-103" | "__stack-auto-translation-104" | "__stack-auto-translation-105" | "__stack-auto-translation-106" | "__stack-auto-translation-107" | "__stack-auto-translation-108" | "__stack-auto-translation-109" | "__stack-auto-translation-110" | "__stack-auto-translation-111" | "__stack-auto-translation-112" | "__stack-auto-translation-113" | "__stack-auto-translation-114" | "__stack-auto-translation-115" | "__stack-auto-translation-116" | "__stack-auto-translation-117" | "__stack-auto-translation-118" | "__stack-auto-translation-119" | "__stack-auto-translation-120" | "__stack-auto-translation-121" | "__stack-auto-translation-122" | "__stack-auto-translation-123" | "__stack-auto-translation-124" | "__stack-auto-translation-125" | "__stack-auto-translation-126" | "__stack-auto-translation-127" | "__stack-auto-translation-128" | "__stack-auto-translation-129" | "__stack-auto-translation-130" | "__stack-auto-translation-131" | "__stack-auto-translation-132" | "__stack-auto-translation-133" | "__stack-auto-translation-134" | "__stack-auto-translation-135" | "__stack-auto-translation-136" | "__stack-auto-translation-137" | "__stack-auto-translation-138" | "__stack-auto-translation-139" | "__stack-auto-translation-140" | "__stack-auto-translation-141" | "__stack-auto-translation-142" | "__stack-auto-translation-143" | "__stack-auto-translation-144" | "__stack-auto-translation-145" | "__stack-auto-translation-146" | "__stack-auto-translation-147" | "__stack-auto-translation-148" | "__stack-auto-translation-149" | "__stack-auto-translation-150" | "__stack-auto-translation-151" | "__stack-auto-translation-152" | "__stack-auto-translation-153" | "__stack-auto-translation-154" | "__stack-auto-translation-155" | "__stack-auto-translation-156" | "__stack-auto-translation-157" | "__stack-auto-translation-158" | "__stack-auto-translation-159" | "__stack-auto-translation-160" | "__stack-auto-translation-161" | "__stack-auto-translation-162" | "__stack-auto-translation-163" | "__stack-auto-translation-164" | "__stack-auto-translation-165" | "__stack-auto-translation-166" | "__stack-auto-translation-167" | "__stack-auto-translation-168" | "__stack-auto-translation-169" | "__stack-auto-translation-170" | "__stack-auto-translation-171" | "__stack-auto-translation-172" | "__stack-auto-translation-173" | "__stack-auto-translation-174" | "__stack-auto-translation-175" | "__stack-auto-translation-176" | "__stack-auto-translation-177" | "__stack-auto-translation-178" | "__stack-auto-translation-179" | "__stack-auto-translation-180" | "__stack-auto-translation-181" | "__stack-auto-translation-182" | "__stack-auto-translation-183" | "__stack-auto-translation-184" | "__stack-auto-translation-185" | "__stack-auto-translation-186" | "__stack-auto-translation-187" | "__stack-auto-translation-188" | "__stack-auto-translation-189" | "__stack-auto-translation-190" | "__stack-auto-translation-191" | "__stack-auto-translation-192" | "__stack-auto-translation-193" | "__stack-auto-translation-194" | "__stack-auto-translation-195" | "__stack-auto-translation-196" | "__stack-auto-translation-197" | "__stack-auto-translation-198" | "__stack-auto-translation-199" | "__stack-auto-translation-200" | "__stack-auto-translation-201" | "__stack-auto-translation-202" | "__stack-auto-translation-203" | "__stack-auto-translation-204" | "__stack-auto-translation-205" | "__stack-auto-translation-206" | "__stack-auto-translation-207" | "__stack-auto-translation-208" | "__stack-auto-translation-209" | "__stack-auto-translation-210" | "__stack-auto-translation-211" | "__stack-auto-translation-212" | "__stack-auto-translation-213" | "__stack-auto-translation-214" | "__stack-auto-translation-215" | "__stack-auto-translation-216" | "__stack-auto-translation-217" | "__stack-auto-translation-218" | "__stack-auto-translation-219" | "__stack-auto-translation-220" | "__stack-auto-translation-221" | "__stack-auto-translation-222" | "__stack-auto-translation-223" | "__stack-auto-translation-224" | "__stack-auto-translation-225" | "__stack-auto-translation-226" | "__stack-auto-translation-227" | "__stack-auto-translation-228" | "__stack-auto-translation-229" | "__stack-auto-translation-230" | "__stack-auto-translation-231" | "__stack-auto-translation-232" | "__stack-auto-translation-233" | "__stack-auto-translation-234" | "__stack-auto-translation-235" | "__stack-auto-translation-236" | "__stack-auto-translation-237" | "__stack-auto-translation-238" | "__stack-auto-translation-239" | "__stack-auto-translation-240" | "__stack-auto-translation-241" | "__stack-auto-translation-242" | "__stack-auto-translation-243" | "__stack-auto-translation-244" | "__stack-auto-translation-245" | "__stack-auto-translation-246" | "__stack-auto-translation-247" | "__stack-auto-translation-248" | "__stack-auto-translation-249" | "__stack-auto-translation-250" | "__stack-auto-translation-251" | "__stack-auto-translation-252" | "__stack-auto-translation-253" | "__stack-auto-translation-254", "-" | "명령줄 애플리케이션이 계정 접근 권한을 요청하고 있습니다. 아래 버튼을 클릭하여 승인하세요." | "API 키" | "참여" | "최근 사용" | "나가기" | "팀 나가기" | "이 팀에서 나가고 팀 프로필을 삭제합니다" | "위치" | "매직 링크 사용 완료" | "멤버" | "데모 모드에서는 MFA 관리가 불가능합니다." | "인증 정보 누락" | "다중 인증" | "현재 다중 인증이 비활성화되어 있습니다." | "다중 인증이 현재 활성화되어 있습니다." | "내 프로필" | "이름" | "없음" | "새 계정 등록이 허용되지 않습니다" | "새 비밀번호" | "API 키는 계정에 프로그래밍 방식으로 접근할 수 있는 권한을 부여합니다." | "활성 세션 없음" | "인증 방법이 활성화되지 않음" | "표시 이름이 설정되지 않음" | "대기 중인 초대 없음" | "아직 팀 없음" | "로그인되지 않음" | "OAuth 공급자 액세스 거부됨" | "이전 비밀번호" | "일회용 비밀번호" | "API 키는 팀에 프로그래밍 방식의 접근 권한을 부여합니다." | "또는 다음으로 계속" | "다른 세션" | "다른 팀" | "데모 모드에서는 OTP 관리를 사용할 수 없습니다." | "OTP 로그인" | "OTP 로그인이 활성화되어 있으며 현재 유일한 로그인 방법이므로 비활성화할 수 없습니다" | "OTP/매직 링크 로그인이 현재 활성화되어 있습니다." | "미처리된 초대" | "이 팀에서 사용자 표시 이름 덮어쓰기" | "패스키" | "계정을 삭제하시겠습니까? 이 작업은 되돌릴 수 없으며 모든 관련 데이터가 삭제됩니다." | "데모 모드에서는 패스키 관리를 사용할 수 없습니다." | "패스키 등록됨" | "패스키 로그인이 활성화되어 있으며 현재 유일한 로그인 방법이므로 비활성화할 수 없습니다" | "비밀번호" | "비밀번호 관리는 데모 모드에서 사용할 수 없습니다." | "비밀번호가 성공적으로 재설정되었습니다!" | "비밀번호가 일치하지 않습니다" | "계정과 관련된 모든 데이터를 영구적으로 삭제" | "올바른 링크인지 확인해 주세요. 문제가 계속되면 고객 지원에 문의하세요." | "올바른 비밀번호 재설정 링크인지 다시 한 번 확인해 주세요." | "OTP 로그인을 비활성화하시겠습니까? 더 이상 이메일만으로 로그인할 수 없게 됩니다." | "올바른 팀 초대 링크인지 다시 확인해 주세요." | "팀 이름을 입력해 주세요" | "유효한 이메일을 입력해 주세요" | "유효한 이메일 주소를 입력해 주세요" | "이메일 주소를 입력해 주세요" | "이메일을 입력해 주세요" | "이전 비밀번호를 입력해 주세요" | "비밀번호를 입력해 주세요" | "비밀번호를 다시 입력해 주세요" | "다시 시도해 보시고 문제가 계속되면 지원팀에 문의하세요." | "패스키 로그인을 비활성화하시겠습니까? 더 이상 패스키로 로그인할 수 없게 됩니다." | "먼저 이메일을 인증해 주세요" | "주요" | "프로필 이미지" | "패스키 등록" | "삭제" | "새 비밀번호 확인" | "비밀번호 확인" | "비밀번호 재설정" | "정말로 팀을 나가시겠습니까?" | "취소" | "다른 모든 세션 취소" | "저장" | "인증 앱으로 이 QR 코드를 스캔하세요:" | "비밀 API 키" | "이메일 보내기" | "인증 이메일 보내기" | "세션" | "계정에 비밀번호 설정하기" | "인증 실패" | "주요로 설정" | "비밀번호 설정" | "설정" | "로그인" | "다시 로그인" | "팀에 참여하려면 로그인하거나 계정을 생성하세요." | "계정에 로그인" | "패스키로 로그인" | "승인" | "{provider}(으)로 로그인" | "로그아웃" | "가입하기" | "현재 신규 사용자 가입이 활성화되어 있지 않습니다." | "패스키로 가입하기" | "{provider}(으)로 가입" | "로그인 성공!" | "{time}에 로그인됨" | "OAuth 콜백을 처리하는 동안 문제가 발생했습니다:" | "계정 설정" | "CLI 애플리케이션 인증" | "로그인에 사용 중지" | "데모 모드에서는 팀 생성이 비활성화되어 있습니다" | "팀 생성이 비활성화되어 있습니다" | "팀 표시 이름" | "팀 초대" | "팀 프로필 이미지" | "팀 사용자 이름" | "팀" | "CLI 애플리케이션이 성공적으로 인증되었습니다. 이 창을 닫고 명령줄로 돌아가셔도 됩니다." | "매직 링크가 이미 사용되었습니다. 링크는 한 번만 사용할 수 있습니다. 다시 로그인해야 하는 경우 새 매직 링크를 요청하세요." | "인증 중..." | "로그인 작업이 취소되었거나 거부되었습니다. 다시 시도해 주세요." | "사용자는 이미 다른 OAuth 계정에 연결되어 있습니다. OAuth 제공자 페이지에서 잘못된 계정을 선택하셨나요?" | "그런 다음 6자리 MFA 코드를 입력하세요:" | "현재 로그인된 기기들입니다. 세션을 종료하려면 접근 권한을 해제할 수 있습니다." | "이 계정은 이미 다른 사용자와 연결되어 있습니다. 다른 계정을 연결해 주세요." | "이 이메일은 이미 다른 사용자의 로그인에 사용되고 있습니다." | "이것은 표시 이름이며 인증에 사용되지 않습니다" | "이것은 Stack의 오류일 가능성이 높습니다. 신고해 주세요." | "이 비밀번호 재설정 링크는 이미 사용되었습니다. 비밀번호를 다시 재설정해야 하는 경우, 로그인 페이지에서 새 비밀번호 재설정 링크를 요청하세요." | "이 팀 초대 링크는 이미 사용되었습니다." | "OTP 로그인을 활성화하려면 인증된 로그인 이메일을 추가하세요." | "패스키 로그인을 활성화하려면 인증된 로그인 이메일을 추가하세요." | "비밀번호를 설정하려면 로그인 이메일을 추가하세요." | "테마 전환" | "TOTP 다중 인증 QR 코드" | "다시 시도" | "알 수 없음" | "미인증" | "비밀번호 변경" | "팀의 표시 이름 변경" | "비밀번호 업데이트" | "팀을 위한 이미지 업로드" | "아바타로 사용할 이미지 업로드" | "로그인에 사용" | "로그인에 사용됨" | "사용된 비밀번호 재설정 링크" | "사용된 팀 초대 링크" | "사용자" | "사용자 이름" | "CLI 인증 성공" | "인증됨! 리디렉션 중..." | "인증" | "경고: 명령줄 애플리케이션을 신뢰할 수 있는지 확인하세요. 해당 앱이 계정에 접근할 수 있게 됩니다. 이 요청을 시작하지 않았다면 이 페이지를 닫고 무시하세요. 당사는 절대 이 링크를 이메일이나 다른 방법으로 보내지 않습니다." | "이미 로그인되어 있습니다" | "현재 로그인되어 있지 않습니다." | "마지막 로그인 이메일을 삭제할 수 없습니다" | "현재 세션을 해제할 수 없습니다" | "이메일이 인증되었습니다!" | "이메일 주소" | "여기를 클릭하세요" | "이메일 인증 링크가 만료되었습니다. 계정 설정에서 새 인증 링크를 요청해 주세요." | "매직 링크가 만료되었습니다. 로그인이 필요하시면 새 매직 링크를 요청해 주세요." | "비밀번호가 재설정되었습니다. 이제 새 비밀번호로 로그인할 수 있습니다." | "비밀번호 재설정 링크가 만료되었습니다. 로그인 페이지에서 새 비밀번호 재설정 링크를 요청해 주세요." | "팀 초대 링크가 만료되었습니다. 새로운 팀 초대 링크를 요청해 주세요" | "닫기" | "확인" | "안전한 곳에 복사하세요. 다시 볼 수 없습니다." | "이미지를 자를 수 없습니다." | "생성" | "새 계정 만들기" | "팀 만들기" | "API 키 생성" | "현재 세션" | "현재 팀" | "위험 구역" | "계정 삭제" | "활성 세션" | "패스키 삭제" | "설명" | "설명이 필요합니다" | "비활성화" | "MFA 비활성화" | "OTP 비활성화" | "표시 이름" | "로그인하시겠습니까?" | "이메일을 인증하시겠습니까?" | "계정이 없으신가요?" | "추가" | "재설정이 필요 없나요?" | "예: 개발, 프로덕션, CI/CD" | "이메일" | "이메일 & 비밀번호" | "이메일이 이미 존재합니다" | "이메일 필수" | "데모 모드에서는 이메일 관리를 사용할 수 없습니다." | "이메일 전송 완료!" | "이메일 및 인증" | "이메일 추가" | "MFA 활성화" | "OTP 활성화" | "로그인 이메일로 전송되는 매직 링크 또는 OTP로 로그인 활성화." | "현재 세션 종료" | "새 팀의 표시 이름을 입력하세요" | "이메일 입력" | "이메일로 받은 코드를 입력하세요" | "인증 앱에서 6자리 코드를 입력하세요" | "만료된 매직 링크" | "만료된 비밀번호 재설정 링크" | "새 패스키 추가" | "만료된 팀 초대 링크" | "만료된 인증 링크" | "만료" | "만료 기간" | "CLI 애플리케이션 인증 실패:" | "계정 연결 실패" | "비밀번호 재설정 실패" | "비밀번호 재설정 실패. 새로운 비밀번호 재설정 링크를 요청해 주세요" | "비밀번호를 잊으셨나요?" | "홈으로 이동" | "이미 계정이 있으신가요?" | "홈으로 가기" | "API 키가 여기 있습니다." | "이 키를 다시 볼 수 없다는 것을 이해했습니다." | "해당 이메일 주소의 사용자가 존재하면 받은편지함으로 이메일을 보냈습니다. 스팸 폴더도 확인해 주세요." | "자동으로 리다이렉트되지 않는 경우, " | "무시" | "대리 접속" | "잘못된 코드입니다. 다시 시도해 주세요." | "잘못된 비밀번호" | "잘못된 코드" | "알 수 없는 오류가 발생했습니다" | "유효하지 않은 이미지" | "잘못된 매직 링크" | "유효하지 않은 비밀번호 재설정 링크" | "유효하지 않은 팀 초대 링크" | "유효하지 않은 TOTP 코드" | "유효하지 않은 인증 링크" | "이메일로 팀에 사용자 초대하기" | "멤버 초대" | "사용자 초대" | "IP 주소"> | Map<"__stack-auto-translation-0" | "__stack-auto-translation-1" | "__stack-auto-translation-2" | "__stack-auto-translation-3" | "__stack-auto-translation-4" | "__stack-auto-translation-5" | "__stack-auto-translation-6" | "__stack-auto-translation-7" | "__stack-auto-translation-8" | "__stack-auto-translation-9" | "__stack-auto-translation-10" | "__stack-auto-translation-11" | "__stack-auto-translation-12" | "__stack-auto-translation-13" | "__stack-auto-translation-14" | "__stack-auto-translation-15" | "__stack-auto-translation-16" | "__stack-auto-translation-17" | "__stack-auto-translation-18" | "__stack-auto-translation-19" | "__stack-auto-translation-20" | "__stack-auto-translation-21" | "__stack-auto-translation-22" | "__stack-auto-translation-23" | "__stack-auto-translation-24" | "__stack-auto-translation-25" | "__stack-auto-translation-26" | "__stack-auto-translation-27" | "__stack-auto-translation-28" | "__stack-auto-translation-29" | "__stack-auto-translation-30" | "__stack-auto-translation-31" | "__stack-auto-translation-32" | "__stack-auto-translation-33" | "__stack-auto-translation-34" | "__stack-auto-translation-35" | "__stack-auto-translation-36" | "__stack-auto-translation-37" | "__stack-auto-translation-38" | "__stack-auto-translation-39" | "__stack-auto-translation-40" | "__stack-auto-translation-41" | "__stack-auto-translation-42" | "__stack-auto-translation-43" | "__stack-auto-translation-44" | "__stack-auto-translation-45" | "__stack-auto-translation-46" | "__stack-auto-translation-47" | "__stack-auto-translation-48" | "__stack-auto-translation-49" | "__stack-auto-translation-50" | "__stack-auto-translation-51" | "__stack-auto-translation-52" | "__stack-auto-translation-53" | "__stack-auto-translation-54" | "__stack-auto-translation-55" | "__stack-auto-translation-56" | "__stack-auto-translation-57" | "__stack-auto-translation-58" | "__stack-auto-translation-59" | "__stack-auto-translation-60" | "__stack-auto-translation-61" | "__stack-auto-translation-62" | "__stack-auto-translation-63" | "__stack-auto-translation-64" | "__stack-auto-translation-65" | "__stack-auto-translation-66" | "__stack-auto-translation-67" | "__stack-auto-translation-68" | "__stack-auto-translation-69" | "__stack-auto-translation-70" | "__stack-auto-translation-71" | "__stack-auto-translation-72" | "__stack-auto-translation-73" | "__stack-auto-translation-74" | "__stack-auto-translation-75" | "__stack-auto-translation-76" | "__stack-auto-translation-77" | "__stack-auto-translation-78" | "__stack-auto-translation-79" | "__stack-auto-translation-80" | "__stack-auto-translation-81" | "__stack-auto-translation-82" | "__stack-auto-translation-83" | "__stack-auto-translation-84" | "__stack-auto-translation-85" | "__stack-auto-translation-86" | "__stack-auto-translation-87" | "__stack-auto-translation-88" | "__stack-auto-translation-89" | "__stack-auto-translation-90" | "__stack-auto-translation-91" | "__stack-auto-translation-92" | "__stack-auto-translation-93" | "__stack-auto-translation-94" | "__stack-auto-translation-95" | "__stack-auto-translation-96" | "__stack-auto-translation-97" | "__stack-auto-translation-98" | "__stack-auto-translation-99" | "__stack-auto-translation-100" | "__stack-auto-translation-101" | "__stack-auto-translation-102" | "__stack-auto-translation-103" | "__stack-auto-translation-104" | "__stack-auto-translation-105" | "__stack-auto-translation-106" | "__stack-auto-translation-107" | "__stack-auto-translation-108" | "__stack-auto-translation-109" | "__stack-auto-translation-110" | "__stack-auto-translation-111" | "__stack-auto-translation-112" | "__stack-auto-translation-113" | "__stack-auto-translation-114" | "__stack-auto-translation-115" | "__stack-auto-translation-116" | "__stack-auto-translation-117" | "__stack-auto-translation-118" | "__stack-auto-translation-119" | "__stack-auto-translation-120" | "__stack-auto-translation-121" | "__stack-auto-translation-122" | "__stack-auto-translation-123" | "__stack-auto-translation-124" | "__stack-auto-translation-125" | "__stack-auto-translation-126" | "__stack-auto-translation-127" | "__stack-auto-translation-128" | "__stack-auto-translation-129" | "__stack-auto-translation-130" | "__stack-auto-translation-131" | "__stack-auto-translation-132" | "__stack-auto-translation-133" | "__stack-auto-translation-134" | "__stack-auto-translation-135" | "__stack-auto-translation-136" | "__stack-auto-translation-137" | "__stack-auto-translation-138" | "__stack-auto-translation-139" | "__stack-auto-translation-140" | "__stack-auto-translation-141" | "__stack-auto-translation-142" | "__stack-auto-translation-143" | "__stack-auto-translation-144" | "__stack-auto-translation-145" | "__stack-auto-translation-146" | "__stack-auto-translation-147" | "__stack-auto-translation-148" | "__stack-auto-translation-149" | "__stack-auto-translation-150" | "__stack-auto-translation-151" | "__stack-auto-translation-152" | "__stack-auto-translation-153" | "__stack-auto-translation-154" | "__stack-auto-translation-155" | "__stack-auto-translation-156" | "__stack-auto-translation-157" | "__stack-auto-translation-158" | "__stack-auto-translation-159" | "__stack-auto-translation-160" | "__stack-auto-translation-161" | "__stack-auto-translation-162" | "__stack-auto-translation-163" | "__stack-auto-translation-164" | "__stack-auto-translation-165" | "__stack-auto-translation-166" | "__stack-auto-translation-167" | "__stack-auto-translation-168" | "__stack-auto-translation-169" | "__stack-auto-translation-170" | "__stack-auto-translation-171" | "__stack-auto-translation-172" | "__stack-auto-translation-173" | "__stack-auto-translation-174" | "__stack-auto-translation-175" | "__stack-auto-translation-176" | "__stack-auto-translation-177" | "__stack-auto-translation-178" | "__stack-auto-translation-179" | "__stack-auto-translation-180" | "__stack-auto-translation-181" | "__stack-auto-translation-182" | "__stack-auto-translation-183" | "__stack-auto-translation-184" | "__stack-auto-translation-185" | "__stack-auto-translation-186" | "__stack-auto-translation-187" | "__stack-auto-translation-188" | "__stack-auto-translation-189" | "__stack-auto-translation-190" | "__stack-auto-translation-191" | "__stack-auto-translation-192" | "__stack-auto-translation-193" | "__stack-auto-translation-194" | "__stack-auto-translation-195" | "__stack-auto-translation-196" | "__stack-auto-translation-197" | "__stack-auto-translation-198" | "__stack-auto-translation-199" | "__stack-auto-translation-200" | "__stack-auto-translation-201" | "__stack-auto-translation-202" | "__stack-auto-translation-203" | "__stack-auto-translation-204" | "__stack-auto-translation-205" | "__stack-auto-translation-206" | "__stack-auto-translation-207" | "__stack-auto-translation-208" | "__stack-auto-translation-209" | "__stack-auto-translation-210" | "__stack-auto-translation-211" | "__stack-auto-translation-212" | "__stack-auto-translation-213" | "__stack-auto-translation-214" | "__stack-auto-translation-215" | "__stack-auto-translation-216" | "__stack-auto-translation-217" | "__stack-auto-translation-218" | "__stack-auto-translation-219" | "__stack-auto-translation-220" | "__stack-auto-translation-221" | "__stack-auto-translation-222" | "__stack-auto-translation-223" | "__stack-auto-translation-224" | "__stack-auto-translation-225" | "__stack-auto-translation-226" | "__stack-auto-translation-227" | "__stack-auto-translation-228" | "__stack-auto-translation-229" | "__stack-auto-translation-230" | "__stack-auto-translation-231" | "__stack-auto-translation-232" | "__stack-auto-translation-233" | "__stack-auto-translation-234" | "__stack-auto-translation-235" | "__stack-auto-translation-236" | "__stack-auto-translation-237" | "__stack-auto-translation-238" | "__stack-auto-translation-239" | "__stack-auto-translation-240" | "__stack-auto-translation-241" | "__stack-auto-translation-242" | "__stack-auto-translation-243" | "__stack-auto-translation-244" | "__stack-auto-translation-245" | "__stack-auto-translation-246" | "__stack-auto-translation-247" | "__stack-auto-translation-248" | "__stack-auto-translation-249" | "__stack-auto-translation-250" | "__stack-auto-translation-251" | "__stack-auto-translation-252" | "__stack-auto-translation-253" | "__stack-auto-translation-254", "-" | "Email" | "Último uso" | "Nunca" | "Autorizar" | "Autorizando..." | "Cancelar" | "Verificar" | "Verificando..." | "Confirmar" | "Ignorar" | "Código TOTP inválido" | "Habilitar MFA" | "Habilitar OTP" | "E-mails" | "Nome" | "Um aplicativo de linha de comando está solicitando acesso à sua conta. Clique no botão abaixo para autorizá-lo." | "Chave de API" | "Entrar" | "Sair" | "Sair da equipe" | "Sair da Equipe" | "sair desta equipe e remover seu perfil de equipe" | "Localização" | "Link Mágico Já Utilizado" | "Membros" | "O gerenciamento de MFA não está disponível no modo de demonstração." | "Chaves de API" | "Informações de verificação ausentes" | "Autenticação de múltiplos fatores" | "Autenticação de Múltiplos Fatores" | "A autenticação de dois fatores está atualmente desativada." | "Autenticação multifator está atualmente ativada." | "Meu Perfil" | "Não é permitido o registro de novas contas" | "Nova senha" | "Chaves de API concedem acesso programático à sua conta." | "Nova Senha" | "Nenhuma sessão ativa encontrada" | "Nenhum método de autenticação habilitado." | "Nome de exibição não definido" | "Sem convites pendentes" | "Ainda sem equipes" | "Não conectado" | "Acesso ao provedor OAuth negado" | "Senha antiga" | "Senha de Uso Único" | "Chaves de API concedem acesso programático à sua equipe." | "Ou continuar com" | "Outra Sessão" | "Outras equipes" | "O gerenciamento de OTP não está disponível no modo de demonstração." | "Autenticação por OTP" | "A autenticação por OTP está habilitada e não pode ser desativada, pois atualmente é o único método de autenticação" | "O login por OTP/link mágico está atualmente habilitado." | "Convites pendentes" | "Substitua seu nome de exibição de usuário nesta equipe" | "Chave de acesso" | "Tem certeza de que deseja excluir sua conta? Esta ação é IRREVERSÍVEL e excluirá TODOS os dados associados." | "O gerenciamento de chaves de acesso não está disponível no modo de demonstração." | "Chave de acesso registrada" | "O acesso por chave de acesso está habilitado e não pode ser desativado, pois é atualmente o único método de acesso" | "Senha" | "O gerenciamento de senha não está disponível no modo de demonstração." | "Senha redefinida com sucesso!" | "As senhas não coincidem" | "Remover permanentemente sua conta e todos os dados associados" | "Verifique se você tem o link correto. Se continuar tendo problemas, entre em contato com o suporte." | "Verifique novamente se você tem o link correto para redefinição de senha." | "Tem certeza de que deseja desativar a autenticação por OTP? Você não poderá mais entrar apenas com e-mails." | "Por favor, verifique se você tem o link de convite para a equipe correto." | "Por favor, insira um nome para a equipe" | "Por favor, insira um e-mail válido" | "Insira um endereço de e-mail válido" | "Por favor, insira um endereço de e-mail" | "Por favor, insira seu e-mail" | "Por favor, digite sua senha antiga" | "Insira sua senha" | "Por favor, repita sua senha" | "Por favor, tente novamente e, se o problema persistir, entre em contato com o suporte." | "Tem certeza que deseja desativar o login com chave de acesso? Você não poderá mais entrar com sua chave de acesso." | "Por favor, verifique seu email primeiro" | "Primário" | "Imagem de perfil" | "Registrar uma chave de acesso" | "Remover" | "Repita a nova senha" | "Repita a Nova Senha" | "Repetir Senha" | "Redefinir Senha" | "Redefina Sua Senha" | "Tem certeza de que deseja sair da equipe?" | "Revogar" | "Revogar Todas as Outras Sessões" | "Salvar" | "Escaneie este código QR com seu aplicativo autenticador:" | "Chave de API Secreta" | "Enviar e-mail" | "Enviar Email" | "Enviar email de verificação" | "Sessão" | "Defina uma senha para sua conta" | "Autorização Falhou" | "Definir como primário" | "Definir senha" | "Definir Senha" | "Configurações" | "Entrar novamente" | "Faça login ou crie uma conta para se juntar à equipe." | "Entrar na sua conta" | "Entrar com Passkey" | "Entrar com {provider}" | "Cadastrar-se" | "O cadastro para novos usuários não está disponível no momento." | "Cadastre-se com Passkey" | "Cadastre-se com o {provider}" | "Login realizado com sucesso!" | "Conectado em {time}" | "Algo deu errado ao processar o retorno de chamada OAuth:" | "Configurações da conta" | "Autorizar Aplicativo de CLI" | "Parar de usar para login" | "A criação de equipes está desativada no modo de demonstração" | "Criação de equipe não está habilitada" | "Nome de exibição da equipe" | "Convite para equipe" | "Imagem de perfil da equipe" | "Nome de usuário na equipe" | "Equipes" | "O aplicativo CLI foi autorizado com sucesso. Você pode agora fechar esta janela e retornar à linha de comando." | "O link mágico já foi utilizado. O link só pode ser usado uma vez. Por favor, solicite um novo link mágico se precisar fazer login novamente." | "A operação de login foi cancelada ou negada. Tente novamente." | "O usuário já está conectado a outra conta OAuth. Você pode ter selecionado a conta errada na página do provedor OAuth?" | "Em seguida, insira seu código MFA de seis dígitos:" | "Estes são os dispositivos onde você está atualmente conectado. Você pode revogar o acesso para encerrar uma sessão." | "Esta conta já está conectada a outro usuário. Por favor, conecte uma conta diferente." | "Este email já está sendo usado para login por outro usuário." | "Este é um nome de exibição e não é usado para autenticação" | "Isto é provavelmente um erro no Stack. Por favor, reporte-o." | "Este link de redefinição de senha já foi utilizado. Se você precisar redefinir sua senha novamente, solicite um novo link de redefinição de senha na página de login." | "Este link de convite para a equipe já foi utilizado." | "Para habilitar a autenticação por OTP, adicione um email de login verificado." | "Para habilitar o login por chave de acesso, adicione um email de login verificado." | "Para definir uma senha, adicione um email de login." | "Alternar tema" | "Código QR de autenticação de dois fatores TOTP" | "Tentar novamente" | "Desconhecido" | "Não verificado" | "Atualizar senha" | "Atualizar Senha" | "Alterar o nome de exibição da sua equipe" | "Atualize sua senha" | "Envie uma imagem para sua equipe" | "Envie sua própria imagem como seu avatar" | "Usar para login" | "Usado para login" | "Link de Redefinição de Senha Utilizado" | "Link de Convite de Equipe Usado" | "Usuário" | "Nome de usuário" | "Verificação falhou" | "Autorização de CLI Bem-sucedida" | "Verificado! Redirecionando..." | "AVISO: Certifique-se de confiar no aplicativo de linha de comando, pois ele terá acesso à sua conta. Se você não iniciou esta solicitação, você pode fechar esta página e ignorá-la. Nunca enviaremos este link por email ou qualquer outro meio." | "Você já está conectado" | "Você não está atualmente conectado." | "Você não pode remover seu último email de login" | "Você não pode revogar sua sessão atual" | "Seu email foi verificado!" | "Seu E-mail" | "clique aqui" | "Seu link de verificação de e-mail expirou. Por favor, solicite um novo link de verificação nas configurações da sua conta." | "Seu link mágico expirou. Por favor, solicite um novo link mágico se precisar fazer login." | "Sua senha foi redefinida. Agora você pode fazer login com sua nova senha." | "Seu link de redefinição de senha expirou. Por favor, solicite um novo link de redefinição de senha na página de login." | "Seu link de convite para a equipe expirou. Solicite um novo link de convite para a equipe " | "Fechar" | "Copie para um local seguro. Você não poderá visualizá-la novamente." | "Não foi possível cortar a imagem." | "Configurações da Conta" | "Criar" | "Criar uma nova conta" | "Criar uma equipe" | "Criar uma Equipe" | "Criar Chave de API" | "Sessão Atual" | "Equipe atual" | "Zona de perigo" | "Excluir conta" | "Excluir Conta" | "Sessões Ativas" | "Excluir Chave de acesso" | "Descrição" | "Descrição é obrigatória" | "Desativar" | "Desativar MFA" | "Desativar OTP" | "Nome de exibição" | "Deseja entrar?" | "Deseja verificar seu email?" | "Não tem uma conta?" | "Adicionar" | "Não precisa redefinir?" | "ex.: Desenvolvimento, Produção, CI/CD" | "Email e Senha" | "E-mail já existe" | "E-mail é obrigatório" | "Gerenciamento de email não está disponível no modo de demonstração." | "E-mail enviado!" | "E-mails & Autenticação" | "Adicionar um e-mail" | "Habilitar login via link mágico ou OTP enviado para seus e-mails de acesso." | "Encerre sua sessão atual" | "Insira um nome de exibição para sua nova equipe" | "Inserir email" | "Digite o código do seu e-mail" | "Digite o código de seis dígitos do seu aplicativo autenticador" | "Link Mágico Expirado" | "Link de Redefinição de Senha Expirado" | "Adicionar nova chave de acesso" | "Link de Convite de Equipe Expirado" | "Link de Verificação Expirado" | "Expira" | "Expira em" | "Falha ao autorizar a aplicação CLI:" | "Falha ao conectar conta" | "Falha ao redefinir senha" | "Falha ao redefinir a senha. Por favor, solicite um novo link de redefinição de senha" | "Esqueceu a senha?" | "Ir para início" | "Já tem uma conta?" | "Aqui está a sua chave de API." | "Entendo que não poderei visualizar esta chave novamente." | "Se o usuário com este endereço de e-mail existir, um e-mail foi enviado para sua caixa de entrada. Certifique-se de verificar sua pasta de spam." | "Se você não for redirecionado automaticamente, " | "Personificação" | "Código incorreto. Por favor, tente novamente." | "Senha incorreta" | "Código inválido" | "Um erro desconhecido ocorreu" | "Imagem inválida" | "Link Mágico Inválido" | "Link de Redefinição de Senha Inválido" | "Link de Convite de Equipe Inválido" | "Link de Verificação Inválido" | "Convide um usuário para sua equipe por e-mail" | "Convidar membro" | "Convidar Usuário" | "Endereço IP"> | Map<"__stack-auto-translation-0" | "__stack-auto-translation-1" | "__stack-auto-translation-2" | "__stack-auto-translation-3" | "__stack-auto-translation-4" | "__stack-auto-translation-5" | "__stack-auto-translation-6" | "__stack-auto-translation-7" | "__stack-auto-translation-8" | "__stack-auto-translation-9" | "__stack-auto-translation-10" | "__stack-auto-translation-11" | "__stack-auto-translation-12" | "__stack-auto-translation-13" | "__stack-auto-translation-14" | "__stack-auto-translation-15" | "__stack-auto-translation-16" | "__stack-auto-translation-17" | "__stack-auto-translation-18" | "__stack-auto-translation-19" | "__stack-auto-translation-20" | "__stack-auto-translation-21" | "__stack-auto-translation-22" | "__stack-auto-translation-23" | "__stack-auto-translation-24" | "__stack-auto-translation-25" | "__stack-auto-translation-26" | "__stack-auto-translation-27" | "__stack-auto-translation-28" | "__stack-auto-translation-29" | "__stack-auto-translation-30" | "__stack-auto-translation-31" | "__stack-auto-translation-32" | "__stack-auto-translation-33" | "__stack-auto-translation-34" | "__stack-auto-translation-35" | "__stack-auto-translation-36" | "__stack-auto-translation-37" | "__stack-auto-translation-38" | "__stack-auto-translation-39" | "__stack-auto-translation-40" | "__stack-auto-translation-41" | "__stack-auto-translation-42" | "__stack-auto-translation-43" | "__stack-auto-translation-44" | "__stack-auto-translation-45" | "__stack-auto-translation-46" | "__stack-auto-translation-47" | "__stack-auto-translation-48" | "__stack-auto-translation-49" | "__stack-auto-translation-50" | "__stack-auto-translation-51" | "__stack-auto-translation-52" | "__stack-auto-translation-53" | "__stack-auto-translation-54" | "__stack-auto-translation-55" | "__stack-auto-translation-56" | "__stack-auto-translation-57" | "__stack-auto-translation-58" | "__stack-auto-translation-59" | "__stack-auto-translation-60" | "__stack-auto-translation-61" | "__stack-auto-translation-62" | "__stack-auto-translation-63" | "__stack-auto-translation-64" | "__stack-auto-translation-65" | "__stack-auto-translation-66" | "__stack-auto-translation-67" | "__stack-auto-translation-68" | "__stack-auto-translation-69" | "__stack-auto-translation-70" | "__stack-auto-translation-71" | "__stack-auto-translation-72" | "__stack-auto-translation-73" | "__stack-auto-translation-74" | "__stack-auto-translation-75" | "__stack-auto-translation-76" | "__stack-auto-translation-77" | "__stack-auto-translation-78" | "__stack-auto-translation-79" | "__stack-auto-translation-80" | "__stack-auto-translation-81" | "__stack-auto-translation-82" | "__stack-auto-translation-83" | "__stack-auto-translation-84" | "__stack-auto-translation-85" | "__stack-auto-translation-86" | "__stack-auto-translation-87" | "__stack-auto-translation-88" | "__stack-auto-translation-89" | "__stack-auto-translation-90" | "__stack-auto-translation-91" | "__stack-auto-translation-92" | "__stack-auto-translation-93" | "__stack-auto-translation-94" | "__stack-auto-translation-95" | "__stack-auto-translation-96" | "__stack-auto-translation-97" | "__stack-auto-translation-98" | "__stack-auto-translation-99" | "__stack-auto-translation-100" | "__stack-auto-translation-101" | "__stack-auto-translation-102" | "__stack-auto-translation-103" | "__stack-auto-translation-104" | "__stack-auto-translation-105" | "__stack-auto-translation-106" | "__stack-auto-translation-107" | "__stack-auto-translation-108" | "__stack-auto-translation-109" | "__stack-auto-translation-110" | "__stack-auto-translation-111" | "__stack-auto-translation-112" | "__stack-auto-translation-113" | "__stack-auto-translation-114" | "__stack-auto-translation-115" | "__stack-auto-translation-116" | "__stack-auto-translation-117" | "__stack-auto-translation-118" | "__stack-auto-translation-119" | "__stack-auto-translation-120" | "__stack-auto-translation-121" | "__stack-auto-translation-122" | "__stack-auto-translation-123" | "__stack-auto-translation-124" | "__stack-auto-translation-125" | "__stack-auto-translation-126" | "__stack-auto-translation-127" | "__stack-auto-translation-128" | "__stack-auto-translation-129" | "__stack-auto-translation-130" | "__stack-auto-translation-131" | "__stack-auto-translation-132" | "__stack-auto-translation-133" | "__stack-auto-translation-134" | "__stack-auto-translation-135" | "__stack-auto-translation-136" | "__stack-auto-translation-137" | "__stack-auto-translation-138" | "__stack-auto-translation-139" | "__stack-auto-translation-140" | "__stack-auto-translation-141" | "__stack-auto-translation-142" | "__stack-auto-translation-143" | "__stack-auto-translation-144" | "__stack-auto-translation-145" | "__stack-auto-translation-146" | "__stack-auto-translation-147" | "__stack-auto-translation-148" | "__stack-auto-translation-149" | "__stack-auto-translation-150" | "__stack-auto-translation-151" | "__stack-auto-translation-152" | "__stack-auto-translation-153" | "__stack-auto-translation-154" | "__stack-auto-translation-155" | "__stack-auto-translation-156" | "__stack-auto-translation-157" | "__stack-auto-translation-158" | "__stack-auto-translation-159" | "__stack-auto-translation-160" | "__stack-auto-translation-161" | "__stack-auto-translation-162" | "__stack-auto-translation-163" | "__stack-auto-translation-164" | "__stack-auto-translation-165" | "__stack-auto-translation-166" | "__stack-auto-translation-167" | "__stack-auto-translation-168" | "__stack-auto-translation-169" | "__stack-auto-translation-170" | "__stack-auto-translation-171" | "__stack-auto-translation-172" | "__stack-auto-translation-173" | "__stack-auto-translation-174" | "__stack-auto-translation-175" | "__stack-auto-translation-176" | "__stack-auto-translation-177" | "__stack-auto-translation-178" | "__stack-auto-translation-179" | "__stack-auto-translation-180" | "__stack-auto-translation-181" | "__stack-auto-translation-182" | "__stack-auto-translation-183" | "__stack-auto-translation-184" | "__stack-auto-translation-185" | "__stack-auto-translation-186" | "__stack-auto-translation-187" | "__stack-auto-translation-188" | "__stack-auto-translation-189" | "__stack-auto-translation-190" | "__stack-auto-translation-191" | "__stack-auto-translation-192" | "__stack-auto-translation-193" | "__stack-auto-translation-194" | "__stack-auto-translation-195" | "__stack-auto-translation-196" | "__stack-auto-translation-197" | "__stack-auto-translation-198" | "__stack-auto-translation-199" | "__stack-auto-translation-200" | "__stack-auto-translation-201" | "__stack-auto-translation-202" | "__stack-auto-translation-203" | "__stack-auto-translation-204" | "__stack-auto-translation-205" | "__stack-auto-translation-206" | "__stack-auto-translation-207" | "__stack-auto-translation-208" | "__stack-auto-translation-209" | "__stack-auto-translation-210" | "__stack-auto-translation-211" | "__stack-auto-translation-212" | "__stack-auto-translation-213" | "__stack-auto-translation-214" | "__stack-auto-translation-215" | "__stack-auto-translation-216" | "__stack-auto-translation-217" | "__stack-auto-translation-218" | "__stack-auto-translation-219" | "__stack-auto-translation-220" | "__stack-auto-translation-221" | "__stack-auto-translation-222" | "__stack-auto-translation-223" | "__stack-auto-translation-224" | "__stack-auto-translation-225" | "__stack-auto-translation-226" | "__stack-auto-translation-227" | "__stack-auto-translation-228" | "__stack-auto-translation-229" | "__stack-auto-translation-230" | "__stack-auto-translation-231" | "__stack-auto-translation-232" | "__stack-auto-translation-233" | "__stack-auto-translation-234" | "__stack-auto-translation-235" | "__stack-auto-translation-236" | "__stack-auto-translation-237" | "__stack-auto-translation-238" | "__stack-auto-translation-239" | "__stack-auto-translation-240" | "__stack-auto-translation-241" | "__stack-auto-translation-242" | "__stack-auto-translation-243" | "__stack-auto-translation-244" | "__stack-auto-translation-245" | "__stack-auto-translation-246" | "__stack-auto-translation-247" | "__stack-auto-translation-248" | "__stack-auto-translation-249" | "__stack-auto-translation-250" | "__stack-auto-translation-251" | "__stack-auto-translation-252" | "__stack-auto-translation-253" | "__stack-auto-translation-254", "-" | "Email" | "Nunca" | "Principal" | "Guardar" | "Autorizar" | "Cancelar" | "Verificar" | "Confirmar" | "Ignorar" | "Código TOTP inválido" | "E-mails" | "Nome" | "Chave de API" | "Sair" | "Localização" | "Link Mágico Já Utilizado" | "Membros" | "Chaves de API" | "Autenticação de Múltiplos Fatores" | "Acesso ao provedor OAuth negado" | "Ou continuar com" | "Outra Sessão" | "Convites pendentes" | "Chave de acesso" | "As senhas não coincidem" | "Imagem de perfil" | "Remover" | "Revogar" | "Revogar Todas as Outras Sessões" | "Chave de API Secreta" | "Enviar e-mail" | "Enviar Email" | "Enviar email de verificação" | "Sessão" | "Autorização Falhou" | "Isto é provavelmente um erro no Stack. Por favor, reporte-o." | "Alternar tema" | "Desconhecido" | "Não verificado" | "Link de Redefinição de Senha Utilizado" | "clique aqui" | "Fechar" | "Não foi possível cortar a imagem." | "Criar" | "Criar uma nova conta" | "Sessão Atual" | "Zona de perigo" | "Sessões Ativas" | "Descrição" | "Desativar" | "Desativar MFA" | "Desativar OTP" | "Nome de exibição" | "Não tem uma conta?" | "Adicionar" | "Não precisa redefinir?" | "ex.: Desenvolvimento, Produção, CI/CD" | "Link de Redefinição de Senha Expirado" | "Adicionar nova chave de acesso" | "Link de Verificação Expirado" | "Expira" | "Falha ao autorizar a aplicação CLI:" | "Falha ao conectar conta" | "Falha ao redefinir a senha. Por favor, solicite um novo link de redefinição de senha" | "Ir para início" | "Já tem uma conta?" | "Personificação" | "Código incorreto. Por favor, tente novamente." | "Código inválido" | "Imagem inválida" | "Link de Verificação Inválido" | "Convidar membro" | "Endereço IP" | "Uma aplicação de linha de comandos está a solicitar acesso à sua conta. Clique no botão abaixo para autorizá-la." | "Juntar" | "Última utilização" | "Abandonar equipa" | "Sair da Equipa" | "abandonar esta equipa e remover o seu perfil de equipa" | "A gestão de MFA não está disponível no modo de demonstração." | "Informações de verificação em falta" | "A autenticação multifator está atualmente desativada." | "A autenticação multifator está atualmente ativada." | "O Meu Perfil" | "Não é permitido registar novas contas" | "Nova palavra-passe" | "As chaves de API concedem acesso programático à sua conta." | "Nova Palavra-passe" | "Não foram encontradas sessões ativas" | "Nenhum método de autenticação ativado." | "Sem nome de exibição definido" | "Não há convites pendentes" | "Ainda sem equipas" | "Não tem sessão iniciada" | "Palavra-passe antiga" | "Palavra-passe de Utilização Única" | "As chaves de API concedem acesso programático à sua equipa." | "Outras equipas" | "A gestão de OTP não está disponível no modo de demonstração." | "Autenticação OTP" | "A autenticação OTP está ativada e não pode ser desativada, pois é atualmente o único método de autenticação" | "O início de sessão por OTP/link mágico está atualmente ativado." | "Substituir o seu nome de utilizador nesta equipa" | "Tem certeza de que deseja eliminar a sua conta? Esta ação é IRREVERSÍVEL e irá eliminar TODOS os dados associados." | "A gestão de chaves de acesso não está disponível no modo de demonstração." | "Chave de acesso registada" | "O início de sessão por chave de acesso está ativo e não pode ser desativado pois é atualmente o único método de autenticação" | "Palavra-passe" | "A gestão de palavra-passe não está disponível no modo de demonstração." | "Palavra-passe redefinida com sucesso!" | "Remover permanentemente a sua conta e todos os dados associados" | "Por favor, verifique se tem o link correto. Se continuar a ter problemas, entre em contacto com o suporte." | "Por favor, verifique novamente se tem o link correto para redefinição da palavra-passe." | "Tem certeza de que deseja desativar a autenticação OTP? Já não poderá iniciar sessão apenas com e-mails." | "Verifique novamente se possui o link de convite para a equipa correto." | "Por favor, insira um nome para a equipa" | "Por favor, introduza um endereço de email válido" | "Introduza um endereço de e-mail válido" | "Por favor, introduza um endereço de e-mail" | "Introduza o seu email" | "Por favor, insira a sua palavra-passe antiga" | "Por favor, introduza a sua palavra-passe" | "Por favor, repita a sua palavra-passe" | "Tente novamente e, se o problema persistir, entre em contacto com o suporte." | "Tem a certeza de que pretende desativar o início de sessão por chave de acesso? Não poderá mais iniciar sessão com a sua chave de acesso." | "Por favor, verifique o seu email primeiro" | "Registar uma chave de acesso" | "Repetir nova palavra-passe" | "Repetir Nova Palavra-passe" | "Repita a palavra-passe" | "Redefinir Palavra-passe" | "Repor a Sua Palavra-passe" | "Tem a certeza de que deseja sair da equipa?" | "Faça scan deste código QR com a sua aplicação de autenticação:" | "Defina uma palavra-passe para a sua conta" | "Definir como principal" | "Definir palavra-passe" | "Definir Palavra-passe" | "Definições" | "Iniciar sessão" | "Iniciar Sessão" | "Iniciar sessão novamente" | "Inicie sessão ou crie uma conta para se juntar à equipa." | "Iniciar sessão na sua conta" | "Iniciar sessão com Passkey" | "Iniciar sessão com {provider}" | "Terminar sessão" | "Inscrever-se" | "As inscrições para novos utilizadores não estão ativadas de momento." | "Registar com chave de acesso" | "Registar-se com {provider}" | "Autenticação bem-sucedida!" | "Sessão iniciada {time}" | "Algo correu mal durante o processamento do callback OAuth:" | "Definições da conta" | "Autorizar Aplicação CLI" | "Parar de utilizar para início de sessão" | "A criação de equipas está desativada no modo de demonstração" | "A criação de equipas não está ativada" | "Nome de exibição da equipa" | "Convite para equipa" | "Imagem de perfil da equipa" | "Nome de utilizador da equipa" | "Equipas" | "A aplicação CLI foi autorizada com sucesso. Pode agora fechar esta janela e voltar à linha de comandos." | "O link mágico já foi utilizado. O link só pode ser usado uma vez. Por favor, solicite um novo link mágico se precisar de iniciar sessão novamente." | "A autorizar..." | "A operação de início de sessão foi cancelada ou negada. Por favor, tente novamente." | "O utilizador já está conectado a outra conta OAuth. Terá selecionado a conta errada na página do provedor OAuth?" | "Em seguida, introduza o seu código MFA de seis dígitos:" | "Estes são os dispositivos onde está atualmente autenticado. Pode revogar o acesso para terminar uma sessão." | "Esta conta já está associada a outro utilizador. Por favor, associe uma conta diferente." | "Este email já é utilizado para iniciar sessão por outro utilizador." | "Este é um nome de exibição e não é utilizado para autenticação" | "Este link de redefinição de senha já foi utilizado. Se precisar redefinir a sua senha novamente, por favor solicite um novo link de redefinição de senha na página de login." | "Este link de convite para a equipa já foi utilizado." | "Para ativar a autenticação OTP, adicione um email de acesso verificado." | "Para ativar o início de sessão com chave de acesso, adicione um email de início de sessão verificado." | "Para definir uma palavra-passe, adicione um email de acesso." | "Código QR de autenticação multifator TOTP" | "Tentar Novamente" | "Atualizar palavra-passe" | "Atualizar Palavra-passe" | "Alterar o nome de apresentação da sua equipa" | "Atualize a sua palavra-passe" | "Carregar uma imagem para a sua equipa" | "Carregue a sua própria imagem como avatar" | "Usar para iniciar sessão" | "Utilizado para iniciar sessão" | "Link de Convite para Equipa Utilizado" | "Utilizador" | "Nome de utilizador" | "Falha na verificação" | "Autorização da CLI bem-sucedida" | "Verificado! A redirecionar..." | "A verificar..." | "AVISO: Certifique-se de que confia na aplicação de linha de comandos, pois esta terá acesso à sua conta. Se não iniciou este pedido, pode fechar esta página e ignorá-lo. Nunca enviaremos este link por email ou qualquer outro meio." | "Já está autenticado" | "Não tem sessão iniciada de momento." | "Não é possível remover o seu último email de início de sessão" | "Não pode revogar a sua sessão atual" | "O seu email foi verificado!" | "O seu email" | "O seu link de verificação de e-mail expirou. Por favor, solicite um novo link de verificação nas configurações da sua conta." | "O seu link mágico expirou. Por favor, solicite um novo link mágico se precisar de iniciar sessão." | "A sua palavra-passe foi redefinida. Agora pode iniciar sessão com a sua nova palavra-passe." | "O seu link de redefinição de palavra-passe expirou. Por favor, solicite um novo link de redefinição de palavra-passe na página de início de sessão." | "O seu link de convite para a equipa expirou. Por favor, solicite um novo link de convite para a equipa " | "Copie-a para um local seguro. Não poderá visualizá-la novamente." | "Definições da Conta" | "Criar uma equipa" | "Criar uma Equipa" | "Criar Chave API" | "Equipa atual" | "Eliminar conta" | "Eliminar Conta" | "Eliminar Chave de Acesso" | "A descrição é obrigatória" | "Quer iniciar sessão?" | "Pretende verificar o seu email?" | "Email e Palavra-passe" | "O email já existe" | "O email é obrigatório" | "A gestão de emails não está disponível no modo de demonstração." | "Email enviado!" | "E-mails e autenticação" | "Adicionar um email" | "Ativar MFA" | "Ativar OTP" | "Ativar autenticação via link mágico ou OTP enviado para os seus e-mails de início de sessão." | "Terminar a sua sessão atual" | "Insira um nome de exibição para a sua nova equipa" | "Introduza o e-mail" | "Insira o código do seu e-mail" | "Introduza o código de seis dígitos da sua aplicação de autenticação" | "Link Mágica Expirada" | "Link de Convite para Equipa Expirado" | "Expira Em" | "Falha ao redefinir a palavra-passe" | "Esqueceu-se da palavra-passe?" | "Aqui está a sua chave API." | "Compreendo que não poderei visualizar esta chave novamente." | "Se o utilizador com este endereço de e-mail existir, foi enviado um e-mail para a sua caixa de entrada. Certifique-se de verificar a sua pasta de spam." | "Se não for redirecionado automaticamente, " | "Palavra-passe incorreta" | "Ocorreu um erro desconhecido" | "Link Mágica Inválida" | "Link Inválido de Redefinição de Senha" | "Link de Convite de Equipa Inválido" | "Convidar um utilizador para a sua equipa através de e-mail" | "Convidar Utilizador"> | Map<"__stack-auto-translation-0" | "__stack-auto-translation-1" | "__stack-auto-translation-2" | "__stack-auto-translation-3" | "__stack-auto-translation-4" | "__stack-auto-translation-5" | "__stack-auto-translation-6" | "__stack-auto-translation-7" | "__stack-auto-translation-8" | "__stack-auto-translation-9" | "__stack-auto-translation-10" | "__stack-auto-translation-11" | "__stack-auto-translation-12" | "__stack-auto-translation-13" | "__stack-auto-translation-14" | "__stack-auto-translation-15" | "__stack-auto-translation-16" | "__stack-auto-translation-17" | "__stack-auto-translation-18" | "__stack-auto-translation-19" | "__stack-auto-translation-20" | "__stack-auto-translation-21" | "__stack-auto-translation-22" | "__stack-auto-translation-23" | "__stack-auto-translation-24" | "__stack-auto-translation-25" | "__stack-auto-translation-26" | "__stack-auto-translation-27" | "__stack-auto-translation-28" | "__stack-auto-translation-29" | "__stack-auto-translation-30" | "__stack-auto-translation-31" | "__stack-auto-translation-32" | "__stack-auto-translation-33" | "__stack-auto-translation-34" | "__stack-auto-translation-35" | "__stack-auto-translation-36" | "__stack-auto-translation-37" | "__stack-auto-translation-38" | "__stack-auto-translation-39" | "__stack-auto-translation-40" | "__stack-auto-translation-41" | "__stack-auto-translation-42" | "__stack-auto-translation-43" | "__stack-auto-translation-44" | "__stack-auto-translation-45" | "__stack-auto-translation-46" | "__stack-auto-translation-47" | "__stack-auto-translation-48" | "__stack-auto-translation-49" | "__stack-auto-translation-50" | "__stack-auto-translation-51" | "__stack-auto-translation-52" | "__stack-auto-translation-53" | "__stack-auto-translation-54" | "__stack-auto-translation-55" | "__stack-auto-translation-56" | "__stack-auto-translation-57" | "__stack-auto-translation-58" | "__stack-auto-translation-59" | "__stack-auto-translation-60" | "__stack-auto-translation-61" | "__stack-auto-translation-62" | "__stack-auto-translation-63" | "__stack-auto-translation-64" | "__stack-auto-translation-65" | "__stack-auto-translation-66" | "__stack-auto-translation-67" | "__stack-auto-translation-68" | "__stack-auto-translation-69" | "__stack-auto-translation-70" | "__stack-auto-translation-71" | "__stack-auto-translation-72" | "__stack-auto-translation-73" | "__stack-auto-translation-74" | "__stack-auto-translation-75" | "__stack-auto-translation-76" | "__stack-auto-translation-77" | "__stack-auto-translation-78" | "__stack-auto-translation-79" | "__stack-auto-translation-80" | "__stack-auto-translation-81" | "__stack-auto-translation-82" | "__stack-auto-translation-83" | "__stack-auto-translation-84" | "__stack-auto-translation-85" | "__stack-auto-translation-86" | "__stack-auto-translation-87" | "__stack-auto-translation-88" | "__stack-auto-translation-89" | "__stack-auto-translation-90" | "__stack-auto-translation-91" | "__stack-auto-translation-92" | "__stack-auto-translation-93" | "__stack-auto-translation-94" | "__stack-auto-translation-95" | "__stack-auto-translation-96" | "__stack-auto-translation-97" | "__stack-auto-translation-98" | "__stack-auto-translation-99" | "__stack-auto-translation-100" | "__stack-auto-translation-101" | "__stack-auto-translation-102" | "__stack-auto-translation-103" | "__stack-auto-translation-104" | "__stack-auto-translation-105" | "__stack-auto-translation-106" | "__stack-auto-translation-107" | "__stack-auto-translation-108" | "__stack-auto-translation-109" | "__stack-auto-translation-110" | "__stack-auto-translation-111" | "__stack-auto-translation-112" | "__stack-auto-translation-113" | "__stack-auto-translation-114" | "__stack-auto-translation-115" | "__stack-auto-translation-116" | "__stack-auto-translation-117" | "__stack-auto-translation-118" | "__stack-auto-translation-119" | "__stack-auto-translation-120" | "__stack-auto-translation-121" | "__stack-auto-translation-122" | "__stack-auto-translation-123" | "__stack-auto-translation-124" | "__stack-auto-translation-125" | "__stack-auto-translation-126" | "__stack-auto-translation-127" | "__stack-auto-translation-128" | "__stack-auto-translation-129" | "__stack-auto-translation-130" | "__stack-auto-translation-131" | "__stack-auto-translation-132" | "__stack-auto-translation-133" | "__stack-auto-translation-134" | "__stack-auto-translation-135" | "__stack-auto-translation-136" | "__stack-auto-translation-137" | "__stack-auto-translation-138" | "__stack-auto-translation-139" | "__stack-auto-translation-140" | "__stack-auto-translation-141" | "__stack-auto-translation-142" | "__stack-auto-translation-143" | "__stack-auto-translation-144" | "__stack-auto-translation-145" | "__stack-auto-translation-146" | "__stack-auto-translation-147" | "__stack-auto-translation-148" | "__stack-auto-translation-149" | "__stack-auto-translation-150" | "__stack-auto-translation-151" | "__stack-auto-translation-152" | "__stack-auto-translation-153" | "__stack-auto-translation-154" | "__stack-auto-translation-155" | "__stack-auto-translation-156" | "__stack-auto-translation-157" | "__stack-auto-translation-158" | "__stack-auto-translation-159" | "__stack-auto-translation-160" | "__stack-auto-translation-161" | "__stack-auto-translation-162" | "__stack-auto-translation-163" | "__stack-auto-translation-164" | "__stack-auto-translation-165" | "__stack-auto-translation-166" | "__stack-auto-translation-167" | "__stack-auto-translation-168" | "__stack-auto-translation-169" | "__stack-auto-translation-170" | "__stack-auto-translation-171" | "__stack-auto-translation-172" | "__stack-auto-translation-173" | "__stack-auto-translation-174" | "__stack-auto-translation-175" | "__stack-auto-translation-176" | "__stack-auto-translation-177" | "__stack-auto-translation-178" | "__stack-auto-translation-179" | "__stack-auto-translation-180" | "__stack-auto-translation-181" | "__stack-auto-translation-182" | "__stack-auto-translation-183" | "__stack-auto-translation-184" | "__stack-auto-translation-185" | "__stack-auto-translation-186" | "__stack-auto-translation-187" | "__stack-auto-translation-188" | "__stack-auto-translation-189" | "__stack-auto-translation-190" | "__stack-auto-translation-191" | "__stack-auto-translation-192" | "__stack-auto-translation-193" | "__stack-auto-translation-194" | "__stack-auto-translation-195" | "__stack-auto-translation-196" | "__stack-auto-translation-197" | "__stack-auto-translation-198" | "__stack-auto-translation-199" | "__stack-auto-translation-200" | "__stack-auto-translation-201" | "__stack-auto-translation-202" | "__stack-auto-translation-203" | "__stack-auto-translation-204" | "__stack-auto-translation-205" | "__stack-auto-translation-206" | "__stack-auto-translation-207" | "__stack-auto-translation-208" | "__stack-auto-translation-209" | "__stack-auto-translation-210" | "__stack-auto-translation-211" | "__stack-auto-translation-212" | "__stack-auto-translation-213" | "__stack-auto-translation-214" | "__stack-auto-translation-215" | "__stack-auto-translation-216" | "__stack-auto-translation-217" | "__stack-auto-translation-218" | "__stack-auto-translation-219" | "__stack-auto-translation-220" | "__stack-auto-translation-221" | "__stack-auto-translation-222" | "__stack-auto-translation-223" | "__stack-auto-translation-224" | "__stack-auto-translation-225" | "__stack-auto-translation-226" | "__stack-auto-translation-227" | "__stack-auto-translation-228" | "__stack-auto-translation-229" | "__stack-auto-translation-230" | "__stack-auto-translation-231" | "__stack-auto-translation-232" | "__stack-auto-translation-233" | "__stack-auto-translation-234" | "__stack-auto-translation-235" | "__stack-auto-translation-236" | "__stack-auto-translation-237" | "__stack-auto-translation-238" | "__stack-auto-translation-239" | "__stack-auto-translation-240" | "__stack-auto-translation-241" | "__stack-auto-translation-242" | "__stack-auto-translation-243" | "__stack-auto-translation-244" | "__stack-auto-translation-245" | "__stack-auto-translation-246" | "__stack-auto-translation-247" | "__stack-auto-translation-248" | "__stack-auto-translation-249" | "__stack-auto-translation-250" | "__stack-auto-translation-251" | "__stack-auto-translation-252" | "__stack-auto-translation-253" | "__stack-auto-translation-254", "-" | "主要" | "保存" | "命令行应用程序正在请求访问您的帐户。点击下方按钮以授权。" | "API 密钥" | "加入" | "上次使用" | "离开" | "退出团队" | "离开团队" | "离开此团队并删除您的团队资料" | "位置" | "魔法链接已使用" | "成员" | "演示模式下无法使用多因素认证管理。" | "缺少验证信息" | "多重身份认证" | "多重身份验证目前已禁用。" | "多重身份验证目前已启用。" | "我的个人资料" | "姓名" | "从未" | "不允许注册新账户" | "新密码" | "API 密钥授予对您账户的程序化访问权限。" | "未找到活动会话" | "未启用任何身份验证方法。" | "未设置显示名称" | "没有待处理邀请" | "尚无团队" | "未登录" | "OAuth 提供商访问被拒绝" | "旧密码" | "一次性密码" | "API 密钥授予对您团队的编程访问权限。" | "或继续使用" | "其他会话" | "其他团队" | "演示模式下无法管理一次性密码。" | "OTP 登录" | "已启用 OTP 登录,且无法禁用,因为它目前是唯一的登录方式" | "OTP/魔法链接登录目前已启用。" | "待处理邀请" | "在这个团队中覆盖你的用户显示名称" | "密钥" | "您确定要删除您的账户吗?此操作是不可逆的,将删除所有相关数据。" | "密钥管理在演示模式下不可用。" | "密钥已注册" | "密钥登录已启用,且无法禁用,因为它目前是唯一的登录方式" | "密码" | "演示模式下无法管理密码。" | "密码重置成功!" | "密码不匹配" | "永久删除您的帐户和所有相关数据" | "请检查您是否有正确的链接。如果您继续遇到问题,请联系支持人员。" | "请再次确认您是否有正确的密码重置链接。" | "您确定要禁用 OTP 登录吗?禁用后,您将无法仅使用电子邮箱登录。" | "请再次确认您是否拥有正确的团队邀请链接。" | "请输入团队名称" | "请输入有效的电子邮箱地址" | "请输入有效的电子邮件地址" | "请输入电子邮件地址" | "请输入您的电子邮箱" | "请输入您的旧密码" | "请输入您的密码" | "请重复输入您的密码" | "请重试,如果问题仍然存在,请联系客服。" | "您确定要禁用密钥登录吗?禁用后,您将无法再使用密钥登录。" | "请先验证您的电子邮箱" | "头像" | "注册密钥" | "删除" | "重复新密码" | "重复密码" | "重置密码" | "重置您的密码" | "您确定要离开团队吗?" | "撤销" | "撤销所有其他会话" | "使用您的身份验证器应用扫描此二维码:" | "密钥 API 密钥" | "发送电子邮件" | "发送邮件" | "发送验证邮件" | "会话" | "为您的账户设置密码" | "授权失败" | "设置为主要" | "设置密码" | "设置" | "登录" | "再次登录" | "登录或创建账户以加入团队。" | "登录您的帐户" | "使用密钥登录" | "授权" | "使用{provider}登录" | "退出登录" | "注册" | "目前不允许新用户注册。" | "使用通行密钥注册" | "用 {provider} 注册" | "登录成功!" | "登录于 {time}" | "处理 OAuth 回调时出现错误:" | "账户设置" | "授权命令行应用程序" | "停止使用登录" | "演示模式下已禁用团队创建" | "团队创建未启用" | "团队显示名称" | "团队邀请" | "团队头像" | "团队用户名" | "团队" | "CLI 应用程序已成功授权。您现在可以关闭此窗口并返回命令行。" | "魔法链接已被使用。该链接只能使用一次。如果需要再次登录,请重新申请一个新的魔法链接。" | "正在授权..." | "登录操作已被取消或拒绝。请重试。" | "用户已连接到另一个 OAuth 账户。您是否在 OAuth 提供商页面上选择了错误的账户?" | "然后,输入您的六位数 MFA 码:" | "这些是您当前已登录的设备。您可以撤销访问权限以结束会话。" | "此帐户已与另一用户关联。请连接其他帐户。" | "此电子邮箱已被另一用户用于登录。" | "这是一个显示名称,不用于身份验证" | "这很可能是 Stack 中的错误。请报告此问题。" | "此密码重置链接已被使用。如果您需要再次重置密码,请从登录页面请求新的密码重置链接。" | "此团队邀请链接已被使用。" | "取消" | "要启用 OTP 登录,请添加已验证的登录邮箱。" | "要启用通行密钥登录,请添加已验证的登录邮箱。" | "要设置密码,请先添加登录邮箱。" | "切换主题" | "TOTP 多因素认证二维码" | "重试" | "未知" | "未验证" | "更新密码" | "更改团队显示名称" | "更新您的密码" | "为团队上传图片" | "上传您自己的图像作为头像" | "用于登录" | "已使用的密码重置链接" | "已使用的团队邀请链接" | "用户" | "用户名" | "验证失败" | "CLI 授权成功" | "已验证!正在重定向..." | "验证" | "验证中..." | "警告:请确保您信任该命令行应用程序,因为它将获得您账户的访问权限。如果您未发起此请求,可以关闭此页面并忽略它。我们绝不会通过电子邮箱或其他方式向您发送此链接。" | "您已经登录" | "您当前未登录。" | "你不能删除最后一个用于登录的电子邮箱" | "你不能撤销当前会话" | "您的邮箱已验证!" | "您的邮箱" | "点击此处" | "您的电子邮件验证链接已过期。请从您的账户设置中重新请求一个新的验证链接。" | "您的魔法链接已过期。如果您需要登录,请重新申请一个新的魔法链接。" | "您的密码已重置。您现在可以使用新密码登录。" | "您的密码重置链接已过期。请从登录页面申请新的密码重置链接。" | "您的团队邀请链接已过期。请申请新的团队邀请链接 " | "关闭" | "确认" | "将其复制到安全的地方。您将无法再次查看它。" | "无法裁剪图片。" | "创建" | "创建新账户" | "创建团队" | "创建 API 密钥" | "当前会话" | "当前团队" | "危险区域" | "删除账户" | "活动会话" | "删除密钥" | "描述" | "描述是必需的" | "禁用" | "禁用 MFA" | "禁用 OTP" | "显示名称" | "您要登录吗?" | "您想验证您的邮箱吗?" | "还没有账号?" | "添加" | "不需要重置?" | "例如:开发环境、生产环境、CI/CD" | "邮箱" | "电子邮件和密码" | "电子邮箱已存在" | "需要填写电子邮箱" | "邮箱管理在演示模式下不可用。" | "邮件已发送!" | "电子邮件" | "电子邮件和身份验证" | "添加电子邮件" | "启用 MFA" | "启用 OTP" | "启用通过魔法链接或发送到您的登录邮箱的一次性密码进行登录。" | "结束您的当前会话" | "为您的新团队输入一个显示名称" | "输入邮箱" | "输入您邮箱中收到的验证码" | "输入您身份验证应用中的六位数代码" | "过期的魔法链接" | "密码重置链接已过期" | "添加新密钥" | "过期的团队邀请链接" | "验证链接已过期" | "到期" | "到期时间" | "无法授权 CLI 应用程序:" | "无法连接帐户" | "重置密码失败" | "密码重置失败。请重新申请密码重置链接" | "忘记密码?" | "返回主页" | "已有账户?" | "这是您的 API 密钥。" | "我理解我将无法再次查看此密钥。" | "如果存在使用此电子邮件地址的用户,一封电子邮件已发送到您的收件箱。请务必检查您的垃圾邮件文件夹。" | "如果您没有被自动重定向," | "忽略" | "模拟身份" | "代码不正确。请重试。" | "密码不正确" | "无效代码" | "发生未知错误" | "无效的图片" | "无效的魔法链接" | "无效的密码重置链接" | "无效的团队邀请链接" | "无效的 TOTP 代码" | "无效的验证链接" | "通过电子邮件邀请用户加入您的团队" | "邀请成员" | "邀请用户" | "IP 地址"> | Map<"__stack-auto-translation-0" | "__stack-auto-translation-1" | "__stack-auto-translation-2" | "__stack-auto-translation-3" | "__stack-auto-translation-4" | "__stack-auto-translation-5" | "__stack-auto-translation-6" | "__stack-auto-translation-7" | "__stack-auto-translation-8" | "__stack-auto-translation-9" | "__stack-auto-translation-10" | "__stack-auto-translation-11" | "__stack-auto-translation-12" | "__stack-auto-translation-13" | "__stack-auto-translation-14" | "__stack-auto-translation-15" | "__stack-auto-translation-16" | "__stack-auto-translation-17" | "__stack-auto-translation-18" | "__stack-auto-translation-19" | "__stack-auto-translation-20" | "__stack-auto-translation-21" | "__stack-auto-translation-22" | "__stack-auto-translation-23" | "__stack-auto-translation-24" | "__stack-auto-translation-25" | "__stack-auto-translation-26" | "__stack-auto-translation-27" | "__stack-auto-translation-28" | "__stack-auto-translation-29" | "__stack-auto-translation-30" | "__stack-auto-translation-31" | "__stack-auto-translation-32" | "__stack-auto-translation-33" | "__stack-auto-translation-34" | "__stack-auto-translation-35" | "__stack-auto-translation-36" | "__stack-auto-translation-37" | "__stack-auto-translation-38" | "__stack-auto-translation-39" | "__stack-auto-translation-40" | "__stack-auto-translation-41" | "__stack-auto-translation-42" | "__stack-auto-translation-43" | "__stack-auto-translation-44" | "__stack-auto-translation-45" | "__stack-auto-translation-46" | "__stack-auto-translation-47" | "__stack-auto-translation-48" | "__stack-auto-translation-49" | "__stack-auto-translation-50" | "__stack-auto-translation-51" | "__stack-auto-translation-52" | "__stack-auto-translation-53" | "__stack-auto-translation-54" | "__stack-auto-translation-55" | "__stack-auto-translation-56" | "__stack-auto-translation-57" | "__stack-auto-translation-58" | "__stack-auto-translation-59" | "__stack-auto-translation-60" | "__stack-auto-translation-61" | "__stack-auto-translation-62" | "__stack-auto-translation-63" | "__stack-auto-translation-64" | "__stack-auto-translation-65" | "__stack-auto-translation-66" | "__stack-auto-translation-67" | "__stack-auto-translation-68" | "__stack-auto-translation-69" | "__stack-auto-translation-70" | "__stack-auto-translation-71" | "__stack-auto-translation-72" | "__stack-auto-translation-73" | "__stack-auto-translation-74" | "__stack-auto-translation-75" | "__stack-auto-translation-76" | "__stack-auto-translation-77" | "__stack-auto-translation-78" | "__stack-auto-translation-79" | "__stack-auto-translation-80" | "__stack-auto-translation-81" | "__stack-auto-translation-82" | "__stack-auto-translation-83" | "__stack-auto-translation-84" | "__stack-auto-translation-85" | "__stack-auto-translation-86" | "__stack-auto-translation-87" | "__stack-auto-translation-88" | "__stack-auto-translation-89" | "__stack-auto-translation-90" | "__stack-auto-translation-91" | "__stack-auto-translation-92" | "__stack-auto-translation-93" | "__stack-auto-translation-94" | "__stack-auto-translation-95" | "__stack-auto-translation-96" | "__stack-auto-translation-97" | "__stack-auto-translation-98" | "__stack-auto-translation-99" | "__stack-auto-translation-100" | "__stack-auto-translation-101" | "__stack-auto-translation-102" | "__stack-auto-translation-103" | "__stack-auto-translation-104" | "__stack-auto-translation-105" | "__stack-auto-translation-106" | "__stack-auto-translation-107" | "__stack-auto-translation-108" | "__stack-auto-translation-109" | "__stack-auto-translation-110" | "__stack-auto-translation-111" | "__stack-auto-translation-112" | "__stack-auto-translation-113" | "__stack-auto-translation-114" | "__stack-auto-translation-115" | "__stack-auto-translation-116" | "__stack-auto-translation-117" | "__stack-auto-translation-118" | "__stack-auto-translation-119" | "__stack-auto-translation-120" | "__stack-auto-translation-121" | "__stack-auto-translation-122" | "__stack-auto-translation-123" | "__stack-auto-translation-124" | "__stack-auto-translation-125" | "__stack-auto-translation-126" | "__stack-auto-translation-127" | "__stack-auto-translation-128" | "__stack-auto-translation-129" | "__stack-auto-translation-130" | "__stack-auto-translation-131" | "__stack-auto-translation-132" | "__stack-auto-translation-133" | "__stack-auto-translation-134" | "__stack-auto-translation-135" | "__stack-auto-translation-136" | "__stack-auto-translation-137" | "__stack-auto-translation-138" | "__stack-auto-translation-139" | "__stack-auto-translation-140" | "__stack-auto-translation-141" | "__stack-auto-translation-142" | "__stack-auto-translation-143" | "__stack-auto-translation-144" | "__stack-auto-translation-145" | "__stack-auto-translation-146" | "__stack-auto-translation-147" | "__stack-auto-translation-148" | "__stack-auto-translation-149" | "__stack-auto-translation-150" | "__stack-auto-translation-151" | "__stack-auto-translation-152" | "__stack-auto-translation-153" | "__stack-auto-translation-154" | "__stack-auto-translation-155" | "__stack-auto-translation-156" | "__stack-auto-translation-157" | "__stack-auto-translation-158" | "__stack-auto-translation-159" | "__stack-auto-translation-160" | "__stack-auto-translation-161" | "__stack-auto-translation-162" | "__stack-auto-translation-163" | "__stack-auto-translation-164" | "__stack-auto-translation-165" | "__stack-auto-translation-166" | "__stack-auto-translation-167" | "__stack-auto-translation-168" | "__stack-auto-translation-169" | "__stack-auto-translation-170" | "__stack-auto-translation-171" | "__stack-auto-translation-172" | "__stack-auto-translation-173" | "__stack-auto-translation-174" | "__stack-auto-translation-175" | "__stack-auto-translation-176" | "__stack-auto-translation-177" | "__stack-auto-translation-178" | "__stack-auto-translation-179" | "__stack-auto-translation-180" | "__stack-auto-translation-181" | "__stack-auto-translation-182" | "__stack-auto-translation-183" | "__stack-auto-translation-184" | "__stack-auto-translation-185" | "__stack-auto-translation-186" | "__stack-auto-translation-187" | "__stack-auto-translation-188" | "__stack-auto-translation-189" | "__stack-auto-translation-190" | "__stack-auto-translation-191" | "__stack-auto-translation-192" | "__stack-auto-translation-193" | "__stack-auto-translation-194" | "__stack-auto-translation-195" | "__stack-auto-translation-196" | "__stack-auto-translation-197" | "__stack-auto-translation-198" | "__stack-auto-translation-199" | "__stack-auto-translation-200" | "__stack-auto-translation-201" | "__stack-auto-translation-202" | "__stack-auto-translation-203" | "__stack-auto-translation-204" | "__stack-auto-translation-205" | "__stack-auto-translation-206" | "__stack-auto-translation-207" | "__stack-auto-translation-208" | "__stack-auto-translation-209" | "__stack-auto-translation-210" | "__stack-auto-translation-211" | "__stack-auto-translation-212" | "__stack-auto-translation-213" | "__stack-auto-translation-214" | "__stack-auto-translation-215" | "__stack-auto-translation-216" | "__stack-auto-translation-217" | "__stack-auto-translation-218" | "__stack-auto-translation-219" | "__stack-auto-translation-220" | "__stack-auto-translation-221" | "__stack-auto-translation-222" | "__stack-auto-translation-223" | "__stack-auto-translation-224" | "__stack-auto-translation-225" | "__stack-auto-translation-226" | "__stack-auto-translation-227" | "__stack-auto-translation-228" | "__stack-auto-translation-229" | "__stack-auto-translation-230" | "__stack-auto-translation-231" | "__stack-auto-translation-232" | "__stack-auto-translation-233" | "__stack-auto-translation-234" | "__stack-auto-translation-235" | "__stack-auto-translation-236" | "__stack-auto-translation-237" | "__stack-auto-translation-238" | "__stack-auto-translation-239" | "__stack-auto-translation-240" | "__stack-auto-translation-241" | "__stack-auto-translation-242" | "__stack-auto-translation-243" | "__stack-auto-translation-244" | "__stack-auto-translation-245" | "__stack-auto-translation-246" | "__stack-auto-translation-247" | "__stack-auto-translation-248" | "__stack-auto-translation-249" | "__stack-auto-translation-250" | "__stack-auto-translation-251" | "__stack-auto-translation-252" | "__stack-auto-translation-253" | "__stack-auto-translation-254", "-" | "主要" | "設定" | "確認" | "加入" | "位置" | "取消" | "未知" | "描述" | "到期" | "忽略" | "命令列應用程序正在請求訪問您的帳戶。點擊下方按鈕以授權。" | "API 金鑰" | "最後使用" | "離開" | "離開團隊" | "離開此團隊並移除您的團隊檔案" | "魔法連結已被使用" | "成員" | "多重因素認證管理在演示模式下不可用。" | "缺少驗證資訊" | "多重要素驗證" | "目前已停用多重身份驗證。" | "目前已啟用多重身分驗證。" | "我的個人資料" | "名稱" | "從未" | "不允許註冊新帳戶" | "新密碼" | "API 金鑰授予您帳戶的程式化存取權限。" | "未找到活動會話" | "未啟用任何身份驗證方法。" | "未設置顯示名稱" | "無待處理邀請" | "尚無團隊" | "未登入" | "OAuth 提供者存取遭拒" | "舊密碼" | "一次性密碼" | "API 金鑰提供對您團隊的程式化存取權限。" | "或繼續使用" | "其他工作階段" | "其他團隊" | "一次性密碼管理在演示模式下不可用。" | "OTP 登入" | "已啟用 OTP 登入,目前無法停用,因為這是唯一的登入方式" | "目前已啟用 OTP/魔法連結登入。" | "待處理邀請" | "覆寫您在此團隊中的使用者顯示名稱" | "通行金鑰" | "您確定要刪除您的帳戶嗎?此操作是不可逆的,並將刪除所有相關數據。" | "通行金鑰管理在演示模式下不可用。" | "通行金鑰已註冊" | "通行金鑰登入已啟用,目前無法停用,因為這是唯一的登入方式" | "密碼" | "密碼管理在演示模式下不可用。" | "密碼重設成功!" | "密碼不符合" | "永久刪除您的帳戶和所有相關資料" | "請檢查您的連結是否正確。如果您繼續遇到問題,請聯絡客戶支援。" | "請再次確認您是否擁有正確的密碼重設連結。" | "您確定要停用 OTP 登入嗎?您將無法再僅使用電子郵件進行登入。" | "請再次確認您是否有正確的團隊邀請連結。" | "請輸入團隊名稱" | "請輸入有效的電子郵件地址" | "請輸入電子郵件地址" | "請輸入您的電子郵件" | "請輸入您的舊密碼" | "請輸入您的密碼" | "請重複輸入您的密碼" | "請再試一次,如果問題仍然存在,請聯絡客戶支援。" | "您確定要停用通行金鑰登入嗎?停用後您將無法再使用通行金鑰登入。" | "請先驗證您的電子郵件" | "個人頭像" | "註冊通行金鑰" | "移除" | "重複新密碼" | "重複密碼" | "重設密碼" | "重設您的密碼" | "您確定要離開團隊嗎?" | "撤銷" | "撤銷所有其他工作階段" | "儲存" | "請使用您的身份驗證器應用程式掃描此 QR 碼:" | "密鑰 API 金鑰" | "發送電子郵件" | "發送驗證電子郵件" | "工作階段" | "為您的帳戶設定密碼" | "授權失敗" | "設為主要" | "設定密碼" | "登入" | "再次登入" | "登入或建立帳戶以加入團隊。" | "登入您的帳戶" | "使用密鑰登入" | "授權" | "以 {provider} 登入" | "登出" | "註冊" | "目前不開放新使用者註冊。" | "使用通行金鑰註冊" | "使用 {provider} 註冊" | "登入成功!" | "登入於 {time}" | "處理 OAuth 回調時出現錯誤:" | "帳戶設定" | "授權命令列應用程式" | "停止使用於登入" | "團隊創建在演示模式下已停用" | "團隊創建功能未啟用" | "團隊顯示名稱" | "團隊邀請" | "團隊頭像" | "團隊用戶名稱" | "團隊" | "CLI 應用程序已成功授權。您現在可以關閉此視窗並返回命令行。" | "該魔法連結已被使用過。此連結僅能使用一次。如果您需要再次登入,請重新申請一個新的魔法連結。" | "授權中..." | "登入操作已被取消或拒絕。請重試。" | "使用者已經連接到另一個 OAuth 帳戶。您是否在 OAuth 提供者頁面上選擇了錯誤的帳戶?" | "然後,輸入您的六位數MFA驗證碼:" | "這些是您目前登入的裝置。您可以撤銷存取權以結束工作階段。" | "此帳號已與其他用戶連結。請連結不同的帳號。" | "此電子郵件已被另一位使用者用於登入。" | "這是一個顯示名稱,不用於身份驗證" | "這很可能是 Stack 的錯誤。請回報此問題。" | "此密碼重置連結已被使用。如果您需要再次重置密碼,請從登入頁面重新申請新的密碼重置連結。" | "此團隊邀請連結已被使用。" | "請新增已驗證的登入電子郵件以啟用 OTP 登入。" | "若要啟用通行金鑰登入,請新增已驗證的登入電子郵件。" | "請新增登入電子郵件以設定密碼。" | "切換主題" | "TOTP 多因素驗證 QR 碼" | "重試" | "未驗證" | "更新密碼" | "更改團隊的顯示名稱" | "更新您的密碼" | "上傳您團隊的圖像" | "上傳您自己的圖像作為頭像" | "用於登入" | "已使用的密碼重設連結" | "已使用的團隊邀請連結" | "使用者" | "使用者名稱" | "驗證失敗" | "CLI 授權成功" | "已驗證!正在重定向..." | "驗證" | "驗證中..." | "警告:請確保您信任該命令行應用程式,因為它將獲取您帳戶的訪問權限。如果您沒有發起此請求,您可以關閉此頁面並忽略它。我們絕不會通過電子郵件或其他方式向您發送此連結。" | "您已經登入" | "您目前尚未登入。" | "您無法移除最後一個用於登入的電子郵件" | "您無法撤銷目前工作階段" | "您的電子郵件已驗證!" | "您的電子郵件" | "點擊這裡" | "您的電子郵件驗證連結已過期。請從您的帳戶設置中重新請求新的驗證連結。" | "您的魔法連結已過期。如果您需要登入,請重新申請新的魔法連結。" | "您的密碼已重設。您現在可以使用新密碼登入。" | "您的密碼重設連結已過期。請從登入頁面重新申請新的密碼重設連結。" | "您的團隊邀請連結已過期。請重新申請新的團隊邀請連結 " | "關閉" | "將其複製到安全的地方。你將無法再次查看它。" | "無法裁剪圖片。" | "建立" | "建立新帳戶" | "建立一個團隊" | "建立團隊" | "建立 API 金鑰" | "目前工作階段" | "目前團隊" | "危險區域" | "刪除帳號" | "刪除帳戶" | "活動會話" | "刪除通行金鑰" | "必須填寫描述" | "停用" | "停用 MFA" | "停用 OTP" | "顯示名稱" | "您要登入嗎?" | "您要驗證您的電子郵件嗎?" | "還沒有帳戶嗎?" | "新增" | "不需要重設密碼嗎?" | "例如:開發、生產、CI/CD" | "電子郵件" | "電郵與密碼" | "電子郵件已存在" | "電子郵件為必填" | "電子郵件管理在演示模式下不可用。" | "電子郵件已發送!" | "電子郵件與驗證" | "新增電子郵件" | "啟用多重要素身份驗證" | "啟用 OTP" | "啟用透過魔法連結或發送到您的登入電子郵件的一次性密碼進行登入。" | "結束您的當前會話" | "輸入您新團隊的顯示名稱" | "輸入電子郵件地址" | "輸入您電子郵件中的驗證碼" | "請輸入您身份驗證應用程式中的六位數代碼" | "已過期的魔法連結" | "密碼重設連結已過期" | "新增通行金鑰" | "已過期的團隊邀請連結" | "驗證連結已過期" | "到期時間" | "無法授權命令列應用程式:" | "帳戶連接失敗" | "重設密碼失敗" | "無法重設密碼。請重新申請密碼重設連結" | "忘記密碼?" | "回首頁" | "已經有帳號了嗎?" | "這是您的 API 金鑰。" | "我了解我將無法再次查看此金鑰。" | "如果此電子郵件地址的用戶存在,一封電子郵件已發送到您的收件箱。請務必檢查您的垃圾郵件資料夾。" | "如果您沒有自動重新導向," | "模擬身份" | "代碼不正確。請再試一次。" | "密碼不正確" | "驗證碼無效" | "發生未知錯誤" | "無效的圖片" | "無效的魔術連結" | "無效的密碼重設連結" | "無效的團隊邀請連結" | "無效的 TOTP 代碼" | "無效的驗證連結" | "透過電子郵件邀請用戶加入您的團隊" | "邀請成員" | "邀請用戶" | "IP 位址">>;
|
|
1075
1114
|
|
|
1076
1115
|
declare function TranslationProvider({ lang, translationOverrides, children }: {
|
|
1077
1116
|
lang: Parameters<typeof quetzalLocales.get>[0] | undefined;
|
|
@@ -1154,6 +1193,17 @@ declare function SignIn(props: {
|
|
|
1154
1193
|
automaticRedirect?: boolean;
|
|
1155
1194
|
extraInfo?: React.ReactNode;
|
|
1156
1195
|
firstTab?: 'magic-link' | 'password';
|
|
1196
|
+
mockProject?: {
|
|
1197
|
+
config: {
|
|
1198
|
+
signUpEnabled: boolean;
|
|
1199
|
+
credentialEnabled: boolean;
|
|
1200
|
+
passkeyEnabled: boolean;
|
|
1201
|
+
magicLinkEnabled: boolean;
|
|
1202
|
+
oauthProviders: {
|
|
1203
|
+
id: string;
|
|
1204
|
+
}[];
|
|
1205
|
+
};
|
|
1206
|
+
};
|
|
1157
1207
|
}): react_jsx_runtime.JSX.Element;
|
|
1158
1208
|
|
|
1159
1209
|
declare function SignUp(props: {
|
|
@@ -1209,10 +1259,24 @@ declare function OAuthButtonGroup({ type, mockProject, }: {
|
|
|
1209
1259
|
};
|
|
1210
1260
|
}): react_jsx_runtime.JSX.Element;
|
|
1211
1261
|
|
|
1262
|
+
type MockTeam = {
|
|
1263
|
+
id: string;
|
|
1264
|
+
displayName: string;
|
|
1265
|
+
profileImageUrl?: string | null;
|
|
1266
|
+
};
|
|
1212
1267
|
type SelectedTeamSwitcherProps = {
|
|
1213
1268
|
urlMap?: (team: Team) => string;
|
|
1214
1269
|
selectedTeam?: Team;
|
|
1215
1270
|
noUpdateSelectedTeam?: boolean;
|
|
1271
|
+
mockUser?: {
|
|
1272
|
+
selectedTeam?: MockTeam;
|
|
1273
|
+
};
|
|
1274
|
+
mockTeams?: MockTeam[];
|
|
1275
|
+
mockProject?: {
|
|
1276
|
+
config: {
|
|
1277
|
+
clientTeamCreationEnabled: boolean;
|
|
1278
|
+
};
|
|
1279
|
+
};
|
|
1216
1280
|
};
|
|
1217
1281
|
declare function SelectedTeamSwitcher(props: SelectedTeamSwitcherProps): react_jsx_runtime.JSX.Element;
|
|
1218
1282
|
|
|
@@ -1224,6 +1288,11 @@ type UserButtonProps = {
|
|
|
1224
1288
|
icon: React$1.ReactNode;
|
|
1225
1289
|
onClick: () => void | Promise<void>;
|
|
1226
1290
|
}[];
|
|
1291
|
+
mockUser?: {
|
|
1292
|
+
displayName?: string;
|
|
1293
|
+
primaryEmail?: string;
|
|
1294
|
+
profileImageUrl?: string;
|
|
1295
|
+
};
|
|
1227
1296
|
};
|
|
1228
1297
|
declare function UserButton(props: UserButtonProps): react_jsx_runtime.JSX.Element;
|
|
1229
1298
|
|