@iqauth/sdk 2.2.0 → 2.5.0
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/README.md +134 -0
- package/dist/browser-session.d.mts +3 -3
- package/dist/browser-session.d.ts +3 -3
- package/dist/browser-session.js +89 -68
- package/dist/browser-session.mjs +2 -1
- package/dist/browser.d.mts +64 -29
- package/dist/browser.d.ts +64 -29
- package/dist/browser.js +794 -39
- package/dist/browser.mjs +44 -4
- package/dist/bundle-LUKDQYVQ.mjs +374 -0
- package/dist/chunk-3JULWS6F.mjs +106 -0
- package/dist/chunk-5T7GHBX6.mjs +1165 -0
- package/dist/{chunk-M4J6BPK7.mjs → chunk-6TDJJER7.mjs} +12 -3
- package/dist/{chunk-QZB745C2.mjs → chunk-76W5TLQQ.mjs} +264 -211
- package/dist/{chunk-D72UL5HL.mjs → chunk-BVV54LPI.mjs} +36 -4
- package/dist/chunk-LIZYFXH7.mjs +90 -0
- package/dist/chunk-MKKZULZR.mjs +241 -0
- package/dist/chunk-SL3KRS4W.mjs +54 -0
- package/dist/chunk-TKZTCPEK.mjs +232 -0
- package/dist/chunk-UKZLOHZG.mjs +83 -0
- package/dist/chunk-UNYDG2L4.mjs +209 -0
- package/dist/{chunk-MDUHPQMM.mjs → chunk-W3F4JYGP.mjs} +8 -180
- package/dist/{chunk-QEJB7WEQ.mjs → chunk-WQWBJSSS.mjs} +1 -1
- package/dist/cli/index.js +144 -36
- package/dist/cli/index.mjs +1 -1
- package/dist/{client-DXbHb2ul.d.ts → client-BNQe3AgF.d.ts} +3 -67
- package/dist/{client-Dv4v92Mj.d.mts → client-kYlJFgPv.d.mts} +3 -67
- package/dist/doctor-YYNHNMLD.mjs +198 -0
- package/dist/{express-BZmF1llh.d.mts → express-B6_1vBYZ.d.mts} +23 -2
- package/dist/{express-B4o3P8vK.d.ts → express-CHpfa7D_.d.ts} +23 -2
- package/dist/express.d.mts +77 -6
- package/dist/express.d.ts +77 -6
- package/dist/express.js +336 -74
- package/dist/express.mjs +209 -8
- package/dist/fastify.js +103 -72
- package/dist/fastify.mjs +6 -4
- package/dist/hono.js +102 -72
- package/dist/hono.mjs +5 -4
- package/dist/index.d.mts +8 -4
- package/dist/index.d.ts +8 -4
- package/dist/index.js +590 -73
- package/dist/index.mjs +30 -8
- package/dist/locales.d.mts +53 -0
- package/dist/locales.d.ts +53 -0
- package/dist/locales.js +1202 -0
- package/dist/locales.mjs +29 -0
- package/dist/mobile.d.mts +3 -3
- package/dist/mobile.d.ts +3 -3
- package/dist/mobile.js +89 -68
- package/dist/mobile.mjs +2 -1
- package/dist/next.d.mts +10 -1
- package/dist/next.d.ts +10 -1
- package/dist/next.js +101 -1618
- package/dist/next.mjs +9 -9
- package/dist/provisioningBridge-88xjOS2n.d.mts +86 -0
- package/dist/provisioningBridge-DnTfzdZK.d.ts +86 -0
- package/dist/react.d.mts +1349 -10
- package/dist/react.d.ts +1349 -10
- package/dist/react.js +2998 -569
- package/dist/react.mjs +1518 -95
- package/dist/reverify-4UEJXUS6.mjs +16 -0
- package/dist/server/handlers.d.mts +12 -1
- package/dist/server/handlers.d.ts +12 -1
- package/dist/server/handlers.js +12 -3
- package/dist/server/handlers.mjs +2 -2
- package/dist/server.d.mts +5 -4
- package/dist/server.d.ts +5 -4
- package/dist/server.js +188 -73
- package/dist/server.mjs +13 -8
- package/dist/service.d.mts +3 -3
- package/dist/service.d.ts +3 -3
- package/dist/service.js +89 -68
- package/dist/service.mjs +2 -1
- package/dist/signIn-CCY4JE5G.mjs +15 -0
- package/dist/{signIn-D_kP3v-c.d.mts → signIn-CiIBTJIh.d.mts} +232 -4
- package/dist/{signIn-BVDTIA_t.d.ts → signIn-OCr88Zf8.d.ts} +232 -4
- package/dist/test.d.mts +86 -0
- package/dist/test.d.ts +86 -0
- package/dist/test.js +289 -0
- package/dist/test.mjs +9 -0
- package/dist/tokens-DCyzzn8L.d.mts +63 -0
- package/dist/tokens-aHiGFr_E.d.ts +63 -0
- package/dist/types-6bNdxesb.d.mts +196 -0
- package/dist/types-6bNdxesb.d.ts +196 -0
- package/dist/{types-Cxl3bQHt.d.ts → types-DZAflmmq.d.mts} +6 -0
- package/dist/{types-Cxl3bQHt.d.mts → types-DZAflmmq.d.ts} +6 -0
- package/dist/webhooks.d.mts +61 -0
- package/dist/webhooks.d.ts +61 -0
- package/dist/webhooks.js +119 -0
- package/dist/webhooks.mjs +11 -0
- package/dist/ws.d.mts +73 -0
- package/dist/ws.d.ts +73 -0
- package/dist/ws.js +397 -0
- package/dist/ws.mjs +12 -0
- package/package.json +24 -3
- package/dist/doctor-XCI77BQS.mjs +0 -90
|
@@ -0,0 +1,1165 @@
|
|
|
1
|
+
// src/locales/enUS.ts
|
|
2
|
+
var enUS = {
|
|
3
|
+
locale: "en-US",
|
|
4
|
+
"common.loading": "Loading\u2026",
|
|
5
|
+
"common.submitting": "Submitting\u2026",
|
|
6
|
+
"common.cancel": "Cancel",
|
|
7
|
+
"common.continue": "Continue",
|
|
8
|
+
"common.back": "Back",
|
|
9
|
+
"common.close": "Close",
|
|
10
|
+
"common.save": "Save",
|
|
11
|
+
"common.saving": "Saving\u2026",
|
|
12
|
+
"common.delete": "Delete",
|
|
13
|
+
"common.confirm": "Confirm",
|
|
14
|
+
"common.email": "Email",
|
|
15
|
+
"common.password": "Password",
|
|
16
|
+
"common.name": "Name",
|
|
17
|
+
"common.or": "or",
|
|
18
|
+
"common.required": "Required",
|
|
19
|
+
"common.optional": "Optional",
|
|
20
|
+
"common.retry": "Try again",
|
|
21
|
+
"signIn.title": "Sign in",
|
|
22
|
+
"signIn.subtitle": "Welcome back",
|
|
23
|
+
"signIn.titleWithApp": "Sign in to {appName}",
|
|
24
|
+
"signIn.emailLabel": "Email",
|
|
25
|
+
"signIn.emailPlaceholder": "you@company.com",
|
|
26
|
+
"signIn.passwordLabel": "Password",
|
|
27
|
+
"signIn.passwordPlaceholder": "Your password",
|
|
28
|
+
"signIn.submit": "Sign in",
|
|
29
|
+
"signIn.submitting": "Signing in\u2026",
|
|
30
|
+
"signIn.continueWithGoogle": "Continue with Google",
|
|
31
|
+
"signIn.continueWithMagicLink": "Email me a sign-in link",
|
|
32
|
+
"signIn.continueWithPasskey": "Sign in with passkey",
|
|
33
|
+
"signIn.forgotPassword": "Forgot password?",
|
|
34
|
+
"signIn.noAccount": "Don't have an account?",
|
|
35
|
+
"signIn.signUp": "Sign up",
|
|
36
|
+
"signIn.resumingSession": "Signing you in\u2026",
|
|
37
|
+
"signIn.useDifferentAccount": "Use a different account",
|
|
38
|
+
"signIn.selectTenant": "Choose an organization",
|
|
39
|
+
"signIn.selectTenantSubtitle": "You belong to multiple organizations. Pick one to continue.",
|
|
40
|
+
"signIn.dividerOr": "or",
|
|
41
|
+
"signIn.preparingExperience": "Preparing your sign-in experience.",
|
|
42
|
+
"signIn.applicationUnavailable": "Application unavailable",
|
|
43
|
+
"signIn.applicationNotFound": "Application not found",
|
|
44
|
+
"signIn.invalidRedirect": "Invalid redirect",
|
|
45
|
+
"signIn.returnUrlNotRegistered": "The return URL is not registered for {appName}. Add the origin to the app's allowed origins.",
|
|
46
|
+
"signIn.welcomeBackName": "Welcome back, {name}.",
|
|
47
|
+
"signIn.oneMomentResume": "One moment while we resume your session.",
|
|
48
|
+
"signIn.notYouUseDifferent": "Not you? Use a different account",
|
|
49
|
+
"signIn.chooseWorkspace": "Choose a workspace",
|
|
50
|
+
"signIn.pickTenantToSignIn": "Pick the tenant to sign in to.",
|
|
51
|
+
"signIn.subtitleHosted": "Use your work email and password to continue.",
|
|
52
|
+
"signIn.createAccount": "Create account",
|
|
53
|
+
"signIn.couldntResume": "Couldn't resume your session.",
|
|
54
|
+
"signUp.title": "Create your account",
|
|
55
|
+
"signUp.subtitle": "Start in seconds",
|
|
56
|
+
"signUp.nameLabel": "Full name",
|
|
57
|
+
"signUp.namePlaceholder": "Jane Doe",
|
|
58
|
+
"signUp.emailLabel": "Work email",
|
|
59
|
+
"signUp.passwordLabel": "Password",
|
|
60
|
+
"signUp.passwordHint": "At least 8 characters.",
|
|
61
|
+
"signUp.submit": "Create account",
|
|
62
|
+
"signUp.submitting": "Creating account\u2026",
|
|
63
|
+
"signUp.haveAccount": "Already have an account?",
|
|
64
|
+
"signUp.signIn": "Sign in",
|
|
65
|
+
"signUp.tenantNameLabel": "Organization name",
|
|
66
|
+
"signUp.tenantNamePlaceholder": "Acme, Inc.",
|
|
67
|
+
"signUp.legal": "By creating an account you agree to the Terms of Service and Privacy Policy.",
|
|
68
|
+
"forgotPassword.title": "Reset your password",
|
|
69
|
+
"forgotPassword.subtitle": "We'll email you a reset link.",
|
|
70
|
+
"forgotPassword.submit": "Send reset link",
|
|
71
|
+
"forgotPassword.submitting": "Sending\u2026",
|
|
72
|
+
"forgotPassword.sent": "Check your inbox for a reset link.",
|
|
73
|
+
"forgotPassword.backToSignIn": "Back to sign in",
|
|
74
|
+
"resetPassword.title": "Choose a new password",
|
|
75
|
+
"resetPassword.newPasswordLabel": "New password",
|
|
76
|
+
"resetPassword.confirmPasswordLabel": "Confirm new password",
|
|
77
|
+
"resetPassword.submit": "Update password",
|
|
78
|
+
"resetPassword.submitting": "Updating\u2026",
|
|
79
|
+
"resetPassword.success": "Password updated. You can now sign in.",
|
|
80
|
+
"resetPassword.mismatch": "Passwords do not match.",
|
|
81
|
+
"mfa.title": "Verify it's you",
|
|
82
|
+
"mfa.subtitle": "Enter the verification code to continue.",
|
|
83
|
+
"mfa.totpLabel": "Authenticator code",
|
|
84
|
+
"mfa.totpPlaceholder": "123456",
|
|
85
|
+
"mfa.smsLabel": "Text message code",
|
|
86
|
+
"mfa.emailLabel": "Email code",
|
|
87
|
+
"mfa.submit": "Verify",
|
|
88
|
+
"mfa.submitting": "Verifying\u2026",
|
|
89
|
+
"mfa.useBackupCode": "Use a backup code",
|
|
90
|
+
"mfa.useAuthenticator": "Use authenticator app",
|
|
91
|
+
"mfa.useSms": "Use text message",
|
|
92
|
+
"mfa.useEmail": "Use email",
|
|
93
|
+
"mfa.resend": "Resend code",
|
|
94
|
+
"mfa.resent": "Code sent.",
|
|
95
|
+
"mfa.backupCodeLabel": "Backup code",
|
|
96
|
+
"userButton.signedInAs": "Signed in as",
|
|
97
|
+
"userButton.manageAccount": "Manage account",
|
|
98
|
+
"userButton.switchOrg": "Switch organization",
|
|
99
|
+
"userButton.signOut": "Sign out",
|
|
100
|
+
"userProfile.title": "Your account",
|
|
101
|
+
"userProfile.profileTab": "Profile",
|
|
102
|
+
"userProfile.securityTab": "Security",
|
|
103
|
+
"userProfile.sessionsTab": "Devices & sessions",
|
|
104
|
+
"userProfile.linkedAccountsTab": "Linked accounts",
|
|
105
|
+
"userProfile.changeName": "Update name",
|
|
106
|
+
"userProfile.changeEmail": "Change email",
|
|
107
|
+
"userProfile.changePassword": "Change password",
|
|
108
|
+
"userProfile.currentPassword": "Current password",
|
|
109
|
+
"userProfile.newPassword": "New password",
|
|
110
|
+
"userProfile.confirmPassword": "Confirm new password",
|
|
111
|
+
"userProfile.passwordUpdated": "Password updated.",
|
|
112
|
+
"userProfile.mfaSection": "Two-factor authentication",
|
|
113
|
+
"userProfile.mfaEnable": "Enable two-factor",
|
|
114
|
+
"userProfile.mfaDisable": "Disable two-factor",
|
|
115
|
+
"userProfile.sessionsSection": "Active sessions",
|
|
116
|
+
"userProfile.revokeSession": "Revoke",
|
|
117
|
+
"userProfile.revokeAllOthers": "Sign out of all other sessions",
|
|
118
|
+
"userProfile.thisDevice": "This device",
|
|
119
|
+
"userProfile.sessionsEmpty": "No active sessions.",
|
|
120
|
+
"userProfile.linkedAccountsEmpty": "No linked accounts.",
|
|
121
|
+
"userProfile.connectGoogle": "Connect Google",
|
|
122
|
+
"userProfile.disconnect": "Disconnect",
|
|
123
|
+
"orgSwitcher.label": "Organization",
|
|
124
|
+
"orgSwitcher.personal": "Personal account",
|
|
125
|
+
"orgSwitcher.createNew": "Create organization",
|
|
126
|
+
"orgSwitcher.manage": "Manage organization",
|
|
127
|
+
"orgSwitcher.noOrgs": "You don't belong to any organizations yet.",
|
|
128
|
+
"orgProfile.title": "Organization settings",
|
|
129
|
+
"orgProfile.generalTab": "General",
|
|
130
|
+
"orgProfile.membersTab": "Members",
|
|
131
|
+
"orgProfile.invitationsTab": "Invitations",
|
|
132
|
+
"orgProfile.dangerTab": "Danger zone",
|
|
133
|
+
"orgProfile.invite": "Invite member",
|
|
134
|
+
"orgProfile.inviteEmailLabel": "Email address",
|
|
135
|
+
"orgProfile.inviteRoleLabel": "Role",
|
|
136
|
+
"orgProfile.inviteSend": "Send invitation",
|
|
137
|
+
"orgProfile.inviteSent": "Invitation sent.",
|
|
138
|
+
"orgProfile.removeMember": "Remove",
|
|
139
|
+
"orgProfile.deleteOrg": "Permanently delete organization",
|
|
140
|
+
"orgProfile.deleteOrgConfirm": "Type the organization name to confirm.",
|
|
141
|
+
"createOrg.title": "Create an organization",
|
|
142
|
+
"createOrg.nameLabel": "Organization name",
|
|
143
|
+
"createOrg.submit": "Create",
|
|
144
|
+
"createOrg.submitting": "Creating\u2026",
|
|
145
|
+
"waitlist.title": "Join the waitlist",
|
|
146
|
+
"waitlist.subtitle": "We'll notify you when access opens up.",
|
|
147
|
+
"waitlist.submit": "Join waitlist",
|
|
148
|
+
"waitlist.submitting": "Joining\u2026",
|
|
149
|
+
"waitlist.success": "You're on the list. We'll be in touch.",
|
|
150
|
+
"impersonation.banner": "Impersonation active \u2014 you are signed in as {targetEmail}.",
|
|
151
|
+
"impersonation.exit": "Exit impersonation",
|
|
152
|
+
"magicLink.title": "Check your email",
|
|
153
|
+
"magicLink.subtitle": "We sent a sign-in link to {email}.",
|
|
154
|
+
"magicLink.resend": "Resend link",
|
|
155
|
+
"magicLink.changeEmail": "Use a different email",
|
|
156
|
+
"errors.generic": "Something went wrong. Please try again.",
|
|
157
|
+
"errors.network": "Network error. Check your connection and try again.",
|
|
158
|
+
"errors.invalidCredentials": "Incorrect email or password.",
|
|
159
|
+
"errors.userNotFound": "No account found for that email.",
|
|
160
|
+
"errors.emailInUse": "An account already exists for that email.",
|
|
161
|
+
"errors.weakPassword": "Password is too weak.",
|
|
162
|
+
"errors.mfaInvalid": "That code didn't work. Try again.",
|
|
163
|
+
"errors.mfaExpired": "That code has expired. Request a new one.",
|
|
164
|
+
"errors.tooManyAttempts": "Too many attempts. Please wait and try again.",
|
|
165
|
+
"errors.sessionExpired": "Your session expired. Please sign in again.",
|
|
166
|
+
"errors.permissionDenied": "You don't have permission to do that.",
|
|
167
|
+
"errors.notFound": "Not found.",
|
|
168
|
+
"errors.serverError": "Server error. Please try again shortly.",
|
|
169
|
+
"errors.invalidEmail": "Enter a valid email address.",
|
|
170
|
+
"errors.passwordTooShort": "Password must be at least {min} characters.",
|
|
171
|
+
"errors.required": "This field is required.",
|
|
172
|
+
"errors.invitationInvalid": "This invitation link is invalid or expired.",
|
|
173
|
+
"validation.emailRequired": "Email is required.",
|
|
174
|
+
"validation.emailInvalid": "Enter a valid email address.",
|
|
175
|
+
"validation.passwordRequired": "Password is required.",
|
|
176
|
+
"validation.nameRequired": "Name is required.",
|
|
177
|
+
"validation.codeRequired": "Verification code is required.",
|
|
178
|
+
"validation.codeInvalid": "Code must be 6 digits."
|
|
179
|
+
};
|
|
180
|
+
|
|
181
|
+
// src/locales/frFR.ts
|
|
182
|
+
var frFR = {
|
|
183
|
+
locale: "fr-FR",
|
|
184
|
+
"common.loading": "Chargement\u2026",
|
|
185
|
+
"common.submitting": "Envoi\u2026",
|
|
186
|
+
"common.cancel": "Annuler",
|
|
187
|
+
"common.continue": "Continuer",
|
|
188
|
+
"common.back": "Retour",
|
|
189
|
+
"common.close": "Fermer",
|
|
190
|
+
"common.save": "Enregistrer",
|
|
191
|
+
"common.saving": "Enregistrement\u2026",
|
|
192
|
+
"common.delete": "Supprimer",
|
|
193
|
+
"common.confirm": "Confirmer",
|
|
194
|
+
"common.email": "E-mail",
|
|
195
|
+
"common.password": "Mot de passe",
|
|
196
|
+
"common.name": "Nom",
|
|
197
|
+
"common.or": "ou",
|
|
198
|
+
"common.required": "Requis",
|
|
199
|
+
"common.optional": "Facultatif",
|
|
200
|
+
"common.retry": "R\xE9essayer",
|
|
201
|
+
"signIn.title": "Connexion",
|
|
202
|
+
"signIn.subtitle": "Bon retour",
|
|
203
|
+
"signIn.titleWithApp": "Se connecter \xE0 {appName}",
|
|
204
|
+
"signIn.emailLabel": "E-mail",
|
|
205
|
+
"signIn.emailPlaceholder": "vous@entreprise.com",
|
|
206
|
+
"signIn.passwordLabel": "Mot de passe",
|
|
207
|
+
"signIn.passwordPlaceholder": "Votre mot de passe",
|
|
208
|
+
"signIn.submit": "Se connecter",
|
|
209
|
+
"signIn.submitting": "Connexion\u2026",
|
|
210
|
+
"signIn.continueWithGoogle": "Continuer avec Google",
|
|
211
|
+
"signIn.continueWithMagicLink": "M'envoyer un lien de connexion",
|
|
212
|
+
"signIn.continueWithPasskey": "Se connecter avec une cl\xE9 d'acc\xE8s",
|
|
213
|
+
"signIn.forgotPassword": "Mot de passe oubli\xE9 ?",
|
|
214
|
+
"signIn.noAccount": "Pas encore de compte ?",
|
|
215
|
+
"signIn.signUp": "S'inscrire",
|
|
216
|
+
"signIn.resumingSession": "Connexion en cours\u2026",
|
|
217
|
+
"signIn.useDifferentAccount": "Utiliser un autre compte",
|
|
218
|
+
"signIn.selectTenant": "Choisir une organisation",
|
|
219
|
+
"signIn.selectTenantSubtitle": "Vous appartenez \xE0 plusieurs organisations. Choisissez-en une pour continuer.",
|
|
220
|
+
"signIn.dividerOr": "ou",
|
|
221
|
+
"signIn.preparingExperience": "Pr\xE9paration de votre exp\xE9rience de connexion.",
|
|
222
|
+
"signIn.applicationUnavailable": "Application indisponible",
|
|
223
|
+
"signIn.applicationNotFound": "Application introuvable",
|
|
224
|
+
"signIn.invalidRedirect": "Redirection invalide",
|
|
225
|
+
"signIn.returnUrlNotRegistered": "L'URL de retour n'est pas enregistr\xE9e pour {appName}. Ajoutez l'origine aux origines autoris\xE9es de l'application.",
|
|
226
|
+
"signIn.welcomeBackName": "Bon retour, {name}.",
|
|
227
|
+
"signIn.oneMomentResume": "Un instant, nous reprenons votre session.",
|
|
228
|
+
"signIn.notYouUseDifferent": "Ce n'est pas vous ? Utiliser un autre compte",
|
|
229
|
+
"signIn.chooseWorkspace": "Choisir un espace de travail",
|
|
230
|
+
"signIn.pickTenantToSignIn": "S\xE9lectionnez l'organisation pour vous connecter.",
|
|
231
|
+
"signIn.subtitleHosted": "Utilisez votre e-mail professionnel et votre mot de passe pour continuer.",
|
|
232
|
+
"signIn.createAccount": "Cr\xE9er un compte",
|
|
233
|
+
"signIn.couldntResume": "Impossible de reprendre votre session.",
|
|
234
|
+
"signUp.title": "Cr\xE9er votre compte",
|
|
235
|
+
"signUp.subtitle": "D\xE9marrez en quelques secondes",
|
|
236
|
+
"signUp.nameLabel": "Nom complet",
|
|
237
|
+
"signUp.namePlaceholder": "Jeanne Dupont",
|
|
238
|
+
"signUp.emailLabel": "E-mail professionnel",
|
|
239
|
+
"signUp.passwordLabel": "Mot de passe",
|
|
240
|
+
"signUp.passwordHint": "Au moins 8 caract\xE8res.",
|
|
241
|
+
"signUp.submit": "Cr\xE9er un compte",
|
|
242
|
+
"signUp.submitting": "Cr\xE9ation du compte\u2026",
|
|
243
|
+
"signUp.haveAccount": "Vous avez d\xE9j\xE0 un compte ?",
|
|
244
|
+
"signUp.signIn": "Se connecter",
|
|
245
|
+
"signUp.tenantNameLabel": "Nom de l'organisation",
|
|
246
|
+
"signUp.tenantNamePlaceholder": "Acme, S.A.",
|
|
247
|
+
"signUp.legal": "En cr\xE9ant un compte, vous acceptez les conditions d'utilisation et la politique de confidentialit\xE9.",
|
|
248
|
+
"forgotPassword.title": "R\xE9initialiser votre mot de passe",
|
|
249
|
+
"forgotPassword.subtitle": "Nous vous enverrons un lien par e-mail.",
|
|
250
|
+
"forgotPassword.submit": "Envoyer le lien",
|
|
251
|
+
"forgotPassword.submitting": "Envoi\u2026",
|
|
252
|
+
"forgotPassword.sent": "V\xE9rifiez votre bo\xEEte de r\xE9ception pour le lien de r\xE9initialisation.",
|
|
253
|
+
"forgotPassword.backToSignIn": "Retour \xE0 la connexion",
|
|
254
|
+
"resetPassword.title": "Choisir un nouveau mot de passe",
|
|
255
|
+
"resetPassword.newPasswordLabel": "Nouveau mot de passe",
|
|
256
|
+
"resetPassword.confirmPasswordLabel": "Confirmer le nouveau mot de passe",
|
|
257
|
+
"resetPassword.submit": "Mettre \xE0 jour",
|
|
258
|
+
"resetPassword.submitting": "Mise \xE0 jour\u2026",
|
|
259
|
+
"resetPassword.success": "Mot de passe mis \xE0 jour. Vous pouvez maintenant vous connecter.",
|
|
260
|
+
"resetPassword.mismatch": "Les mots de passe ne correspondent pas.",
|
|
261
|
+
"mfa.title": "V\xE9rifier votre identit\xE9",
|
|
262
|
+
"mfa.subtitle": "Saisissez le code de v\xE9rification pour continuer.",
|
|
263
|
+
"mfa.totpLabel": "Code de l'authentificateur",
|
|
264
|
+
"mfa.totpPlaceholder": "123456",
|
|
265
|
+
"mfa.smsLabel": "Code SMS",
|
|
266
|
+
"mfa.emailLabel": "Code e-mail",
|
|
267
|
+
"mfa.submit": "V\xE9rifier",
|
|
268
|
+
"mfa.submitting": "V\xE9rification\u2026",
|
|
269
|
+
"mfa.useBackupCode": "Utiliser un code de secours",
|
|
270
|
+
"mfa.useAuthenticator": "Utiliser une application d'authentification",
|
|
271
|
+
"mfa.useSms": "Utiliser un SMS",
|
|
272
|
+
"mfa.useEmail": "Utiliser un e-mail",
|
|
273
|
+
"mfa.resend": "Renvoyer le code",
|
|
274
|
+
"mfa.resent": "Code envoy\xE9.",
|
|
275
|
+
"mfa.backupCodeLabel": "Code de secours",
|
|
276
|
+
"userButton.signedInAs": "Connect\xE9 en tant que",
|
|
277
|
+
"userButton.manageAccount": "G\xE9rer le compte",
|
|
278
|
+
"userButton.switchOrg": "Changer d'organisation",
|
|
279
|
+
"userButton.signOut": "Se d\xE9connecter",
|
|
280
|
+
"userProfile.title": "Votre compte",
|
|
281
|
+
"userProfile.profileTab": "Profil",
|
|
282
|
+
"userProfile.securityTab": "S\xE9curit\xE9",
|
|
283
|
+
"userProfile.sessionsTab": "Appareils et sessions",
|
|
284
|
+
"userProfile.linkedAccountsTab": "Comptes li\xE9s",
|
|
285
|
+
"userProfile.changeName": "Modifier le nom",
|
|
286
|
+
"userProfile.changeEmail": "Modifier l'e-mail",
|
|
287
|
+
"userProfile.changePassword": "Modifier le mot de passe",
|
|
288
|
+
"userProfile.currentPassword": "Mot de passe actuel",
|
|
289
|
+
"userProfile.newPassword": "Nouveau mot de passe",
|
|
290
|
+
"userProfile.confirmPassword": "Confirmer le nouveau mot de passe",
|
|
291
|
+
"userProfile.passwordUpdated": "Mot de passe mis \xE0 jour.",
|
|
292
|
+
"userProfile.mfaSection": "Authentification \xE0 deux facteurs",
|
|
293
|
+
"userProfile.mfaEnable": "Activer la double authentification",
|
|
294
|
+
"userProfile.mfaDisable": "D\xE9sactiver la double authentification",
|
|
295
|
+
"userProfile.sessionsSection": "Sessions actives",
|
|
296
|
+
"userProfile.revokeSession": "R\xE9voquer",
|
|
297
|
+
"userProfile.revokeAllOthers": "D\xE9connecter toutes les autres sessions",
|
|
298
|
+
"userProfile.thisDevice": "Cet appareil",
|
|
299
|
+
"userProfile.sessionsEmpty": "Aucune session active.",
|
|
300
|
+
"userProfile.linkedAccountsEmpty": "Aucun compte li\xE9.",
|
|
301
|
+
"userProfile.connectGoogle": "Connecter Google",
|
|
302
|
+
"userProfile.disconnect": "D\xE9connecter",
|
|
303
|
+
"orgSwitcher.label": "Organisation",
|
|
304
|
+
"orgSwitcher.personal": "Compte personnel",
|
|
305
|
+
"orgSwitcher.createNew": "Cr\xE9er une organisation",
|
|
306
|
+
"orgSwitcher.manage": "G\xE9rer l'organisation",
|
|
307
|
+
"orgSwitcher.noOrgs": "Vous n'appartenez encore \xE0 aucune organisation.",
|
|
308
|
+
"orgProfile.title": "Param\xE8tres de l'organisation",
|
|
309
|
+
"orgProfile.generalTab": "G\xE9n\xE9ral",
|
|
310
|
+
"orgProfile.membersTab": "Membres",
|
|
311
|
+
"orgProfile.invitationsTab": "Invitations envoy\xE9es",
|
|
312
|
+
"orgProfile.dangerTab": "Zone de danger",
|
|
313
|
+
"orgProfile.invite": "Inviter un membre",
|
|
314
|
+
"orgProfile.inviteEmailLabel": "Adresse e-mail",
|
|
315
|
+
"orgProfile.inviteRoleLabel": "R\xF4le",
|
|
316
|
+
"orgProfile.inviteSend": "Envoyer l'invitation",
|
|
317
|
+
"orgProfile.inviteSent": "Invitation envoy\xE9e.",
|
|
318
|
+
"orgProfile.removeMember": "Retirer",
|
|
319
|
+
"orgProfile.deleteOrg": "Supprimer d\xE9finitivement l'organisation",
|
|
320
|
+
"orgProfile.deleteOrgConfirm": "Saisissez le nom de l'organisation pour confirmer.",
|
|
321
|
+
"createOrg.title": "Cr\xE9er une organisation",
|
|
322
|
+
"createOrg.nameLabel": "Nom de l'organisation",
|
|
323
|
+
"createOrg.submit": "Cr\xE9er",
|
|
324
|
+
"createOrg.submitting": "Cr\xE9ation\u2026",
|
|
325
|
+
"waitlist.title": "Rejoindre la liste d'attente",
|
|
326
|
+
"waitlist.subtitle": "Nous vous pr\xE9viendrons d\xE8s qu'un acc\xE8s sera disponible.",
|
|
327
|
+
"waitlist.submit": "Rejoindre la liste",
|
|
328
|
+
"waitlist.submitting": "Inscription\u2026",
|
|
329
|
+
"waitlist.success": "Vous \xEAtes sur la liste. Nous vous recontacterons.",
|
|
330
|
+
"impersonation.banner": "Usurpation active \u2014 vous \xEAtes connect\xE9 en tant que {targetEmail}.",
|
|
331
|
+
"impersonation.exit": "Quitter l'usurpation",
|
|
332
|
+
"magicLink.title": "V\xE9rifiez votre e-mail",
|
|
333
|
+
"magicLink.subtitle": "Nous avons envoy\xE9 un lien de connexion \xE0 {email}.",
|
|
334
|
+
"magicLink.resend": "Renvoyer le lien",
|
|
335
|
+
"magicLink.changeEmail": "Utiliser un autre e-mail",
|
|
336
|
+
"errors.generic": "Une erreur est survenue. Veuillez r\xE9essayer.",
|
|
337
|
+
"errors.network": "Erreur r\xE9seau. V\xE9rifiez votre connexion et r\xE9essayez.",
|
|
338
|
+
"errors.invalidCredentials": "E-mail ou mot de passe incorrect.",
|
|
339
|
+
"errors.userNotFound": "Aucun compte trouv\xE9 pour cet e-mail.",
|
|
340
|
+
"errors.emailInUse": "Un compte existe d\xE9j\xE0 pour cet e-mail.",
|
|
341
|
+
"errors.weakPassword": "Le mot de passe est trop faible.",
|
|
342
|
+
"errors.mfaInvalid": "Ce code est incorrect. R\xE9essayez.",
|
|
343
|
+
"errors.mfaExpired": "Ce code a expir\xE9. Demandez-en un nouveau.",
|
|
344
|
+
"errors.tooManyAttempts": "Trop de tentatives. Veuillez patienter et r\xE9essayer.",
|
|
345
|
+
"errors.sessionExpired": "Votre session a expir\xE9. Veuillez vous reconnecter.",
|
|
346
|
+
"errors.permissionDenied": "Vous n'\xEAtes pas autoris\xE9 \xE0 effectuer cette action.",
|
|
347
|
+
"errors.notFound": "Introuvable.",
|
|
348
|
+
"errors.serverError": "Erreur du serveur. Veuillez r\xE9essayer dans un instant.",
|
|
349
|
+
"errors.invalidEmail": "Saisissez une adresse e-mail valide.",
|
|
350
|
+
"errors.passwordTooShort": "Le mot de passe doit comporter au moins {min} caract\xE8res.",
|
|
351
|
+
"errors.required": "Ce champ est requis.",
|
|
352
|
+
"errors.invitationInvalid": "Ce lien d'invitation est invalide ou a expir\xE9.",
|
|
353
|
+
"validation.emailRequired": "L'e-mail est requis.",
|
|
354
|
+
"validation.emailInvalid": "Saisissez une adresse e-mail valide.",
|
|
355
|
+
"validation.passwordRequired": "Le mot de passe est requis.",
|
|
356
|
+
"validation.nameRequired": "Le nom est requis.",
|
|
357
|
+
"validation.codeRequired": "Le code de v\xE9rification est requis.",
|
|
358
|
+
"validation.codeInvalid": "Le code doit comporter 6 chiffres."
|
|
359
|
+
};
|
|
360
|
+
|
|
361
|
+
// src/locales/esES.ts
|
|
362
|
+
var esES = {
|
|
363
|
+
locale: "es-ES",
|
|
364
|
+
"common.loading": "Cargando\u2026",
|
|
365
|
+
"common.submitting": "Enviando\u2026",
|
|
366
|
+
"common.cancel": "Cancelar",
|
|
367
|
+
"common.continue": "Continuar",
|
|
368
|
+
"common.back": "Atr\xE1s",
|
|
369
|
+
"common.close": "Cerrar",
|
|
370
|
+
"common.save": "Guardar",
|
|
371
|
+
"common.saving": "Guardando\u2026",
|
|
372
|
+
"common.delete": "Eliminar",
|
|
373
|
+
"common.confirm": "Confirmar",
|
|
374
|
+
"common.email": "Correo electr\xF3nico",
|
|
375
|
+
"common.password": "Contrase\xF1a",
|
|
376
|
+
"common.name": "Nombre",
|
|
377
|
+
"common.or": "o",
|
|
378
|
+
"common.required": "Obligatorio",
|
|
379
|
+
"common.optional": "Opcional",
|
|
380
|
+
"common.retry": "Reintentar",
|
|
381
|
+
"signIn.title": "Iniciar sesi\xF3n",
|
|
382
|
+
"signIn.subtitle": "Bienvenido de nuevo",
|
|
383
|
+
"signIn.titleWithApp": "Iniciar sesi\xF3n en {appName}",
|
|
384
|
+
"signIn.emailLabel": "Correo electr\xF3nico",
|
|
385
|
+
"signIn.emailPlaceholder": "tu@empresa.com",
|
|
386
|
+
"signIn.passwordLabel": "Contrase\xF1a",
|
|
387
|
+
"signIn.passwordPlaceholder": "Tu contrase\xF1a",
|
|
388
|
+
"signIn.submit": "Iniciar sesi\xF3n",
|
|
389
|
+
"signIn.submitting": "Iniciando sesi\xF3n\u2026",
|
|
390
|
+
"signIn.continueWithGoogle": "Continuar con Google",
|
|
391
|
+
"signIn.continueWithMagicLink": "Enviarme un enlace de acceso",
|
|
392
|
+
"signIn.continueWithPasskey": "Iniciar sesi\xF3n con clave de acceso",
|
|
393
|
+
"signIn.forgotPassword": "\xBFOlvidaste tu contrase\xF1a?",
|
|
394
|
+
"signIn.noAccount": "\xBFNo tienes cuenta?",
|
|
395
|
+
"signIn.signUp": "Reg\xEDstrate",
|
|
396
|
+
"signIn.resumingSession": "Iniciando sesi\xF3n\u2026",
|
|
397
|
+
"signIn.useDifferentAccount": "Usar otra cuenta",
|
|
398
|
+
"signIn.selectTenant": "Elige una organizaci\xF3n",
|
|
399
|
+
"signIn.selectTenantSubtitle": "Perteneces a varias organizaciones. Selecciona una para continuar.",
|
|
400
|
+
"signIn.dividerOr": "o",
|
|
401
|
+
"signIn.preparingExperience": "Preparando tu experiencia de inicio de sesi\xF3n.",
|
|
402
|
+
"signIn.applicationUnavailable": "Aplicaci\xF3n no disponible",
|
|
403
|
+
"signIn.applicationNotFound": "Aplicaci\xF3n no encontrada",
|
|
404
|
+
"signIn.invalidRedirect": "Redirecci\xF3n no v\xE1lida",
|
|
405
|
+
"signIn.returnUrlNotRegistered": "La URL de retorno no est\xE1 registrada para {appName}. A\xF1ade el origen a los or\xEDgenes permitidos de la aplicaci\xF3n.",
|
|
406
|
+
"signIn.welcomeBackName": "Bienvenido de nuevo, {name}.",
|
|
407
|
+
"signIn.oneMomentResume": "Un momento mientras retomamos tu sesi\xF3n.",
|
|
408
|
+
"signIn.notYouUseDifferent": "\xBFNo eres t\xFA? Usar otra cuenta",
|
|
409
|
+
"signIn.chooseWorkspace": "Elige un espacio de trabajo",
|
|
410
|
+
"signIn.pickTenantToSignIn": "Selecciona la organizaci\xF3n para iniciar sesi\xF3n.",
|
|
411
|
+
"signIn.subtitleHosted": "Usa tu correo de trabajo y contrase\xF1a para continuar.",
|
|
412
|
+
"signIn.createAccount": "Crear cuenta",
|
|
413
|
+
"signIn.couldntResume": "No pudimos retomar tu sesi\xF3n.",
|
|
414
|
+
"signUp.title": "Crea tu cuenta",
|
|
415
|
+
"signUp.subtitle": "Empieza en segundos",
|
|
416
|
+
"signUp.nameLabel": "Nombre completo",
|
|
417
|
+
"signUp.namePlaceholder": "Juana P\xE9rez",
|
|
418
|
+
"signUp.emailLabel": "Correo de trabajo",
|
|
419
|
+
"signUp.passwordLabel": "Contrase\xF1a",
|
|
420
|
+
"signUp.passwordHint": "Al menos 8 caracteres.",
|
|
421
|
+
"signUp.submit": "Crear cuenta",
|
|
422
|
+
"signUp.submitting": "Creando cuenta\u2026",
|
|
423
|
+
"signUp.haveAccount": "\xBFYa tienes cuenta?",
|
|
424
|
+
"signUp.signIn": "Iniciar sesi\xF3n",
|
|
425
|
+
"signUp.tenantNameLabel": "Nombre de la organizaci\xF3n",
|
|
426
|
+
"signUp.tenantNamePlaceholder": "Acme, S.A.",
|
|
427
|
+
"signUp.legal": "Al crear una cuenta aceptas las Condiciones de servicio y la Pol\xEDtica de privacidad.",
|
|
428
|
+
"forgotPassword.title": "Restablecer contrase\xF1a",
|
|
429
|
+
"forgotPassword.subtitle": "Te enviaremos un enlace por correo electr\xF3nico.",
|
|
430
|
+
"forgotPassword.submit": "Enviar enlace",
|
|
431
|
+
"forgotPassword.submitting": "Enviando\u2026",
|
|
432
|
+
"forgotPassword.sent": "Revisa tu bandeja para encontrar el enlace de restablecimiento.",
|
|
433
|
+
"forgotPassword.backToSignIn": "Volver al inicio de sesi\xF3n",
|
|
434
|
+
"resetPassword.title": "Elige una nueva contrase\xF1a",
|
|
435
|
+
"resetPassword.newPasswordLabel": "Nueva contrase\xF1a",
|
|
436
|
+
"resetPassword.confirmPasswordLabel": "Confirmar nueva contrase\xF1a",
|
|
437
|
+
"resetPassword.submit": "Actualizar contrase\xF1a",
|
|
438
|
+
"resetPassword.submitting": "Actualizando\u2026",
|
|
439
|
+
"resetPassword.success": "Contrase\xF1a actualizada. Ya puedes iniciar sesi\xF3n.",
|
|
440
|
+
"resetPassword.mismatch": "Las contrase\xF1as no coinciden.",
|
|
441
|
+
"mfa.title": "Verifica que eres t\xFA",
|
|
442
|
+
"mfa.subtitle": "Introduce el c\xF3digo de verificaci\xF3n para continuar.",
|
|
443
|
+
"mfa.totpLabel": "C\xF3digo del autenticador",
|
|
444
|
+
"mfa.totpPlaceholder": "123456",
|
|
445
|
+
"mfa.smsLabel": "C\xF3digo por SMS",
|
|
446
|
+
"mfa.emailLabel": "C\xF3digo por correo",
|
|
447
|
+
"mfa.submit": "Verificar",
|
|
448
|
+
"mfa.submitting": "Verificando\u2026",
|
|
449
|
+
"mfa.useBackupCode": "Usar un c\xF3digo de respaldo",
|
|
450
|
+
"mfa.useAuthenticator": "Usar la app de autenticaci\xF3n",
|
|
451
|
+
"mfa.useSms": "Usar SMS",
|
|
452
|
+
"mfa.useEmail": "Usar correo electr\xF3nico",
|
|
453
|
+
"mfa.resend": "Reenviar c\xF3digo",
|
|
454
|
+
"mfa.resent": "C\xF3digo enviado.",
|
|
455
|
+
"mfa.backupCodeLabel": "C\xF3digo de respaldo",
|
|
456
|
+
"userButton.signedInAs": "Sesi\xF3n iniciada como",
|
|
457
|
+
"userButton.manageAccount": "Gestionar cuenta",
|
|
458
|
+
"userButton.switchOrg": "Cambiar de organizaci\xF3n",
|
|
459
|
+
"userButton.signOut": "Cerrar sesi\xF3n",
|
|
460
|
+
"userProfile.title": "Tu cuenta",
|
|
461
|
+
"userProfile.profileTab": "Perfil",
|
|
462
|
+
"userProfile.securityTab": "Seguridad",
|
|
463
|
+
"userProfile.sessionsTab": "Dispositivos y sesiones",
|
|
464
|
+
"userProfile.linkedAccountsTab": "Cuentas vinculadas",
|
|
465
|
+
"userProfile.changeName": "Cambiar nombre",
|
|
466
|
+
"userProfile.changeEmail": "Cambiar correo",
|
|
467
|
+
"userProfile.changePassword": "Cambiar contrase\xF1a",
|
|
468
|
+
"userProfile.currentPassword": "Contrase\xF1a actual",
|
|
469
|
+
"userProfile.newPassword": "Nueva contrase\xF1a",
|
|
470
|
+
"userProfile.confirmPassword": "Confirmar nueva contrase\xF1a",
|
|
471
|
+
"userProfile.passwordUpdated": "Contrase\xF1a actualizada.",
|
|
472
|
+
"userProfile.mfaSection": "Autenticaci\xF3n en dos pasos",
|
|
473
|
+
"userProfile.mfaEnable": "Activar doble factor",
|
|
474
|
+
"userProfile.mfaDisable": "Desactivar doble factor",
|
|
475
|
+
"userProfile.sessionsSection": "Sesiones activas",
|
|
476
|
+
"userProfile.revokeSession": "Revocar",
|
|
477
|
+
"userProfile.revokeAllOthers": "Cerrar todas las dem\xE1s sesiones",
|
|
478
|
+
"userProfile.thisDevice": "Este dispositivo",
|
|
479
|
+
"userProfile.sessionsEmpty": "Sin sesiones activas.",
|
|
480
|
+
"userProfile.linkedAccountsEmpty": "Sin cuentas vinculadas.",
|
|
481
|
+
"userProfile.connectGoogle": "Conectar Google",
|
|
482
|
+
"userProfile.disconnect": "Desconectar",
|
|
483
|
+
"orgSwitcher.label": "Organizaci\xF3n",
|
|
484
|
+
"orgSwitcher.personal": "Cuenta personal",
|
|
485
|
+
"orgSwitcher.createNew": "Crear organizaci\xF3n",
|
|
486
|
+
"orgSwitcher.manage": "Gestionar organizaci\xF3n",
|
|
487
|
+
"orgSwitcher.noOrgs": "A\xFAn no perteneces a ninguna organizaci\xF3n.",
|
|
488
|
+
"orgProfile.title": "Configuraci\xF3n de la organizaci\xF3n",
|
|
489
|
+
"orgProfile.generalTab": "Generales",
|
|
490
|
+
"orgProfile.membersTab": "Miembros",
|
|
491
|
+
"orgProfile.invitationsTab": "Invitaciones",
|
|
492
|
+
"orgProfile.dangerTab": "Zona peligrosa",
|
|
493
|
+
"orgProfile.invite": "Invitar miembro",
|
|
494
|
+
"orgProfile.inviteEmailLabel": "Correo electr\xF3nico",
|
|
495
|
+
"orgProfile.inviteRoleLabel": "Rol",
|
|
496
|
+
"orgProfile.inviteSend": "Enviar invitaci\xF3n",
|
|
497
|
+
"orgProfile.inviteSent": "Invitaci\xF3n enviada.",
|
|
498
|
+
"orgProfile.removeMember": "Quitar",
|
|
499
|
+
"orgProfile.deleteOrg": "Eliminar organizaci\xF3n permanentemente",
|
|
500
|
+
"orgProfile.deleteOrgConfirm": "Escribe el nombre de la organizaci\xF3n para confirmar.",
|
|
501
|
+
"createOrg.title": "Crear una organizaci\xF3n",
|
|
502
|
+
"createOrg.nameLabel": "Nombre de la organizaci\xF3n",
|
|
503
|
+
"createOrg.submit": "Crear",
|
|
504
|
+
"createOrg.submitting": "Creando\u2026",
|
|
505
|
+
"waitlist.title": "\xDAnete a la lista de espera",
|
|
506
|
+
"waitlist.subtitle": "Te avisaremos cuando se abra el acceso.",
|
|
507
|
+
"waitlist.submit": "Unirme a la lista",
|
|
508
|
+
"waitlist.submitting": "Uni\xE9ndote\u2026",
|
|
509
|
+
"waitlist.success": "Est\xE1s en la lista. Te contactaremos.",
|
|
510
|
+
"impersonation.banner": "Suplantaci\xF3n activa: has iniciado sesi\xF3n como {targetEmail}.",
|
|
511
|
+
"impersonation.exit": "Salir de la suplantaci\xF3n",
|
|
512
|
+
"magicLink.title": "Revisa tu correo",
|
|
513
|
+
"magicLink.subtitle": "Hemos enviado un enlace de acceso a {email}.",
|
|
514
|
+
"magicLink.resend": "Reenviar enlace",
|
|
515
|
+
"magicLink.changeEmail": "Usar otro correo",
|
|
516
|
+
"errors.generic": "Algo sali\xF3 mal. Int\xE9ntalo de nuevo.",
|
|
517
|
+
"errors.network": "Error de red. Comprueba tu conexi\xF3n e int\xE9ntalo de nuevo.",
|
|
518
|
+
"errors.invalidCredentials": "Correo o contrase\xF1a incorrectos.",
|
|
519
|
+
"errors.userNotFound": "No existe una cuenta con ese correo.",
|
|
520
|
+
"errors.emailInUse": "Ya existe una cuenta con ese correo.",
|
|
521
|
+
"errors.weakPassword": "La contrase\xF1a es demasiado d\xE9bil.",
|
|
522
|
+
"errors.mfaInvalid": "Ese c\xF3digo no es v\xE1lido. Int\xE9ntalo de nuevo.",
|
|
523
|
+
"errors.mfaExpired": "Ese c\xF3digo ha caducado. Solicita uno nuevo.",
|
|
524
|
+
"errors.tooManyAttempts": "Demasiados intentos. Espera y vuelve a intentarlo.",
|
|
525
|
+
"errors.sessionExpired": "Tu sesi\xF3n ha caducado. Vuelve a iniciar sesi\xF3n.",
|
|
526
|
+
"errors.permissionDenied": "No tienes permiso para hacer eso.",
|
|
527
|
+
"errors.notFound": "No encontrado.",
|
|
528
|
+
"errors.serverError": "Error del servidor. Int\xE9ntalo en un momento.",
|
|
529
|
+
"errors.invalidEmail": "Introduce un correo v\xE1lido.",
|
|
530
|
+
"errors.passwordTooShort": "La contrase\xF1a debe tener al menos {min} caracteres.",
|
|
531
|
+
"errors.required": "Este campo es obligatorio.",
|
|
532
|
+
"errors.invitationInvalid": "Este enlace de invitaci\xF3n no es v\xE1lido o ha caducado.",
|
|
533
|
+
"validation.emailRequired": "El correo es obligatorio.",
|
|
534
|
+
"validation.emailInvalid": "Introduce un correo v\xE1lido.",
|
|
535
|
+
"validation.passwordRequired": "La contrase\xF1a es obligatoria.",
|
|
536
|
+
"validation.nameRequired": "El nombre es obligatorio.",
|
|
537
|
+
"validation.codeRequired": "El c\xF3digo de verificaci\xF3n es obligatorio.",
|
|
538
|
+
"validation.codeInvalid": "El c\xF3digo debe tener 6 d\xEDgitos."
|
|
539
|
+
};
|
|
540
|
+
|
|
541
|
+
// src/locales/deDE.ts
|
|
542
|
+
var deDE = {
|
|
543
|
+
locale: "de-DE",
|
|
544
|
+
"common.loading": "Wird geladen\u2026",
|
|
545
|
+
"common.submitting": "Wird gesendet\u2026",
|
|
546
|
+
"common.cancel": "Abbrechen",
|
|
547
|
+
"common.continue": "Weiter",
|
|
548
|
+
"common.back": "Zur\xFCck",
|
|
549
|
+
"common.close": "Schlie\xDFen",
|
|
550
|
+
"common.save": "Speichern",
|
|
551
|
+
"common.saving": "Wird gespeichert\u2026",
|
|
552
|
+
"common.delete": "L\xF6schen",
|
|
553
|
+
"common.confirm": "Best\xE4tigen",
|
|
554
|
+
"common.email": "E-Mail",
|
|
555
|
+
"common.password": "Passwort",
|
|
556
|
+
"common.name": "Vollst\xE4ndiger Name",
|
|
557
|
+
"common.or": "oder",
|
|
558
|
+
"common.required": "Erforderlich",
|
|
559
|
+
"common.optional": "Freigestellt",
|
|
560
|
+
"common.retry": "Erneut versuchen",
|
|
561
|
+
"signIn.title": "Anmelden",
|
|
562
|
+
"signIn.subtitle": "Willkommen zur\xFCck",
|
|
563
|
+
"signIn.titleWithApp": "Bei {appName} anmelden",
|
|
564
|
+
"signIn.emailLabel": "E-Mail",
|
|
565
|
+
"signIn.emailPlaceholder": "sie@firma.com",
|
|
566
|
+
"signIn.passwordLabel": "Passwort",
|
|
567
|
+
"signIn.passwordPlaceholder": "Ihr Passwort",
|
|
568
|
+
"signIn.submit": "Anmelden",
|
|
569
|
+
"signIn.submitting": "Anmeldung l\xE4uft\u2026",
|
|
570
|
+
"signIn.continueWithGoogle": "Mit Google fortfahren",
|
|
571
|
+
"signIn.continueWithMagicLink": "Anmeldelink per E-Mail senden",
|
|
572
|
+
"signIn.continueWithPasskey": "Mit Passkey anmelden",
|
|
573
|
+
"signIn.forgotPassword": "Passwort vergessen?",
|
|
574
|
+
"signIn.noAccount": "Noch kein Konto?",
|
|
575
|
+
"signIn.signUp": "Registrieren",
|
|
576
|
+
"signIn.resumingSession": "Sie werden angemeldet\u2026",
|
|
577
|
+
"signIn.useDifferentAccount": "Anderes Konto verwenden",
|
|
578
|
+
"signIn.selectTenant": "Organisation ausw\xE4hlen",
|
|
579
|
+
"signIn.selectTenantSubtitle": "Sie geh\xF6ren zu mehreren Organisationen. Bitte w\xE4hlen Sie eine aus.",
|
|
580
|
+
"signIn.preparingExperience": "Anmeldung wird vorbereitet.",
|
|
581
|
+
"signIn.applicationUnavailable": "Anwendung nicht verf\xFCgbar",
|
|
582
|
+
"signIn.applicationNotFound": "Anwendung nicht gefunden",
|
|
583
|
+
"signIn.invalidRedirect": "Ung\xFCltige Weiterleitung",
|
|
584
|
+
"signIn.returnUrlNotRegistered": "Die R\xFCcksprung-URL ist f\xFCr {appName} nicht registriert. F\xFCgen Sie den Ursprung zu den erlaubten Urspr\xFCngen hinzu.",
|
|
585
|
+
"signIn.welcomeBackName": "Willkommen zur\xFCck, {name}.",
|
|
586
|
+
"signIn.oneMomentResume": "Einen Moment, wir setzen Ihre Sitzung fort.",
|
|
587
|
+
"signIn.notYouUseDifferent": "Nicht Sie? Anderes Konto verwenden",
|
|
588
|
+
"signIn.chooseWorkspace": "Arbeitsbereich w\xE4hlen",
|
|
589
|
+
"signIn.pickTenantToSignIn": "W\xE4hlen Sie den Mandanten zum Anmelden.",
|
|
590
|
+
"signIn.subtitleHosted": "Verwenden Sie Ihre gesch\xE4ftliche E-Mail und Ihr Passwort, um fortzufahren.",
|
|
591
|
+
"signIn.createAccount": "Konto erstellen",
|
|
592
|
+
"signIn.couldntResume": "Sitzung konnte nicht fortgesetzt werden.",
|
|
593
|
+
"signIn.dividerOr": "oder",
|
|
594
|
+
"signUp.title": "Konto erstellen",
|
|
595
|
+
"signUp.subtitle": "In Sekunden loslegen",
|
|
596
|
+
"signUp.nameLabel": "Vollst\xE4ndiger Name",
|
|
597
|
+
"signUp.namePlaceholder": "Erika Mustermann",
|
|
598
|
+
"signUp.emailLabel": "Gesch\xE4ftliche E-Mail",
|
|
599
|
+
"signUp.passwordLabel": "Passwort",
|
|
600
|
+
"signUp.passwordHint": "Mindestens 8 Zeichen.",
|
|
601
|
+
"signUp.submit": "Konto erstellen",
|
|
602
|
+
"signUp.submitting": "Konto wird erstellt\u2026",
|
|
603
|
+
"signUp.haveAccount": "Bereits ein Konto?",
|
|
604
|
+
"signUp.signIn": "Anmelden",
|
|
605
|
+
"signUp.tenantNameLabel": "Organisationsname",
|
|
606
|
+
"signUp.tenantNamePlaceholder": "Acme GmbH",
|
|
607
|
+
"signUp.legal": "Mit der Erstellung eines Kontos stimmen Sie den Nutzungsbedingungen und der Datenschutzerkl\xE4rung zu.",
|
|
608
|
+
"forgotPassword.title": "Passwort zur\xFCcksetzen",
|
|
609
|
+
"forgotPassword.subtitle": "Wir senden Ihnen einen Link per E-Mail.",
|
|
610
|
+
"forgotPassword.submit": "Link senden",
|
|
611
|
+
"forgotPassword.submitting": "Wird gesendet\u2026",
|
|
612
|
+
"forgotPassword.sent": "Bitte pr\xFCfen Sie Ihren Posteingang auf den Reset-Link.",
|
|
613
|
+
"forgotPassword.backToSignIn": "Zur\xFCck zur Anmeldung",
|
|
614
|
+
"resetPassword.title": "Neues Passwort w\xE4hlen",
|
|
615
|
+
"resetPassword.newPasswordLabel": "Neues Passwort",
|
|
616
|
+
"resetPassword.confirmPasswordLabel": "Neues Passwort best\xE4tigen",
|
|
617
|
+
"resetPassword.submit": "Passwort aktualisieren",
|
|
618
|
+
"resetPassword.submitting": "Wird aktualisiert\u2026",
|
|
619
|
+
"resetPassword.success": "Passwort aktualisiert. Sie k\xF6nnen sich jetzt anmelden.",
|
|
620
|
+
"resetPassword.mismatch": "Passw\xF6rter stimmen nicht \xFCberein.",
|
|
621
|
+
"mfa.title": "Best\xE4tigen Sie Ihre Identit\xE4t",
|
|
622
|
+
"mfa.subtitle": "Geben Sie den Best\xE4tigungscode ein, um fortzufahren.",
|
|
623
|
+
"mfa.totpLabel": "Authenticator-Code",
|
|
624
|
+
"mfa.totpPlaceholder": "123456",
|
|
625
|
+
"mfa.smsLabel": "SMS-Code",
|
|
626
|
+
"mfa.emailLabel": "E-Mail-Code",
|
|
627
|
+
"mfa.submit": "Best\xE4tigen",
|
|
628
|
+
"mfa.submitting": "Wird best\xE4tigt\u2026",
|
|
629
|
+
"mfa.useBackupCode": "Backup-Code verwenden",
|
|
630
|
+
"mfa.useAuthenticator": "Authenticator-App verwenden",
|
|
631
|
+
"mfa.useSms": "SMS verwenden",
|
|
632
|
+
"mfa.useEmail": "E-Mail verwenden",
|
|
633
|
+
"mfa.resend": "Code erneut senden",
|
|
634
|
+
"mfa.resent": "Code gesendet.",
|
|
635
|
+
"mfa.backupCodeLabel": "Backup-Code",
|
|
636
|
+
"userButton.signedInAs": "Angemeldet als",
|
|
637
|
+
"userButton.manageAccount": "Konto verwalten",
|
|
638
|
+
"userButton.switchOrg": "Organisation wechseln",
|
|
639
|
+
"userButton.signOut": "Abmelden",
|
|
640
|
+
"userProfile.title": "Ihr Konto",
|
|
641
|
+
"userProfile.profileTab": "Profil",
|
|
642
|
+
"userProfile.securityTab": "Sicherheit",
|
|
643
|
+
"userProfile.sessionsTab": "Ger\xE4te und Sitzungen",
|
|
644
|
+
"userProfile.linkedAccountsTab": "Verkn\xFCpfte Konten",
|
|
645
|
+
"userProfile.changeName": "Namen \xE4ndern",
|
|
646
|
+
"userProfile.changeEmail": "E-Mail \xE4ndern",
|
|
647
|
+
"userProfile.changePassword": "Passwort \xE4ndern",
|
|
648
|
+
"userProfile.currentPassword": "Aktuelles Passwort",
|
|
649
|
+
"userProfile.newPassword": "Neues Passwort",
|
|
650
|
+
"userProfile.confirmPassword": "Neues Passwort best\xE4tigen",
|
|
651
|
+
"userProfile.passwordUpdated": "Passwort aktualisiert.",
|
|
652
|
+
"userProfile.mfaSection": "Zwei-Faktor-Authentifizierung",
|
|
653
|
+
"userProfile.mfaEnable": "Zwei-Faktor aktivieren",
|
|
654
|
+
"userProfile.mfaDisable": "Zwei-Faktor deaktivieren",
|
|
655
|
+
"userProfile.sessionsSection": "Aktive Sitzungen",
|
|
656
|
+
"userProfile.revokeSession": "Widerrufen",
|
|
657
|
+
"userProfile.revokeAllOthers": "Aus allen anderen Sitzungen abmelden",
|
|
658
|
+
"userProfile.thisDevice": "Dieses Ger\xE4t",
|
|
659
|
+
"userProfile.sessionsEmpty": "Keine aktiven Sitzungen.",
|
|
660
|
+
"userProfile.linkedAccountsEmpty": "Keine verkn\xFCpften Konten.",
|
|
661
|
+
"userProfile.connectGoogle": "Google verkn\xFCpfen",
|
|
662
|
+
"userProfile.disconnect": "Trennen",
|
|
663
|
+
"orgSwitcher.label": "Organisation",
|
|
664
|
+
"orgSwitcher.personal": "Pers\xF6nliches Konto",
|
|
665
|
+
"orgSwitcher.createNew": "Organisation erstellen",
|
|
666
|
+
"orgSwitcher.manage": "Organisation verwalten",
|
|
667
|
+
"orgSwitcher.noOrgs": "Sie geh\xF6ren noch keiner Organisation an.",
|
|
668
|
+
"orgProfile.title": "Organisationseinstellungen",
|
|
669
|
+
"orgProfile.generalTab": "Allgemein",
|
|
670
|
+
"orgProfile.membersTab": "Mitglieder",
|
|
671
|
+
"orgProfile.invitationsTab": "Einladungen",
|
|
672
|
+
"orgProfile.dangerTab": "Gefahrenzone",
|
|
673
|
+
"orgProfile.invite": "Mitglied einladen",
|
|
674
|
+
"orgProfile.inviteEmailLabel": "E-Mail-Adresse",
|
|
675
|
+
"orgProfile.inviteRoleLabel": "Rolle",
|
|
676
|
+
"orgProfile.inviteSend": "Einladung senden",
|
|
677
|
+
"orgProfile.inviteSent": "Einladung gesendet.",
|
|
678
|
+
"orgProfile.removeMember": "Entfernen",
|
|
679
|
+
"orgProfile.deleteOrg": "Organisation endg\xFCltig l\xF6schen",
|
|
680
|
+
"orgProfile.deleteOrgConfirm": "Geben Sie zur Best\xE4tigung den Namen der Organisation ein.",
|
|
681
|
+
"createOrg.title": "Organisation erstellen",
|
|
682
|
+
"createOrg.nameLabel": "Organisationsname",
|
|
683
|
+
"createOrg.submit": "Erstellen",
|
|
684
|
+
"createOrg.submitting": "Wird erstellt\u2026",
|
|
685
|
+
"waitlist.title": "Auf die Warteliste setzen",
|
|
686
|
+
"waitlist.subtitle": "Wir benachrichtigen Sie, sobald der Zugang freigeschaltet wird.",
|
|
687
|
+
"waitlist.submit": "Warteliste beitreten",
|
|
688
|
+
"waitlist.submitting": "Wird beigetreten\u2026",
|
|
689
|
+
"waitlist.success": "Sie stehen auf der Liste. Wir melden uns.",
|
|
690
|
+
"impersonation.banner": "Identit\xE4tswechsel aktiv \u2013 Sie sind als {targetEmail} angemeldet.",
|
|
691
|
+
"impersonation.exit": "Identit\xE4tswechsel beenden",
|
|
692
|
+
"magicLink.title": "Pr\xFCfen Sie Ihre E-Mails",
|
|
693
|
+
"magicLink.subtitle": "Wir haben einen Anmeldelink an {email} gesendet.",
|
|
694
|
+
"magicLink.resend": "Link erneut senden",
|
|
695
|
+
"magicLink.changeEmail": "Andere E-Mail verwenden",
|
|
696
|
+
"errors.generic": "Etwas ist schiefgelaufen. Bitte erneut versuchen.",
|
|
697
|
+
"errors.network": "Netzwerkfehler. Bitte Verbindung pr\xFCfen und erneut versuchen.",
|
|
698
|
+
"errors.invalidCredentials": "E-Mail oder Passwort ist falsch.",
|
|
699
|
+
"errors.userNotFound": "Kein Konto f\xFCr diese E-Mail gefunden.",
|
|
700
|
+
"errors.emailInUse": "F\xFCr diese E-Mail existiert bereits ein Konto.",
|
|
701
|
+
"errors.weakPassword": "Das Passwort ist zu schwach.",
|
|
702
|
+
"errors.mfaInvalid": "Dieser Code ist ung\xFCltig. Bitte erneut versuchen.",
|
|
703
|
+
"errors.mfaExpired": "Dieser Code ist abgelaufen. Bitte einen neuen anfordern.",
|
|
704
|
+
"errors.tooManyAttempts": "Zu viele Versuche. Bitte warten und erneut versuchen.",
|
|
705
|
+
"errors.sessionExpired": "Ihre Sitzung ist abgelaufen. Bitte erneut anmelden.",
|
|
706
|
+
"errors.permissionDenied": "Sie haben daf\xFCr keine Berechtigung.",
|
|
707
|
+
"errors.notFound": "Nicht gefunden.",
|
|
708
|
+
"errors.serverError": "Serverfehler. Bitte in K\xFCrze erneut versuchen.",
|
|
709
|
+
"errors.invalidEmail": "Bitte eine g\xFCltige E-Mail-Adresse eingeben.",
|
|
710
|
+
"errors.passwordTooShort": "Das Passwort muss mindestens {min} Zeichen lang sein.",
|
|
711
|
+
"errors.required": "Dieses Feld ist erforderlich.",
|
|
712
|
+
"errors.invitationInvalid": "Dieser Einladungslink ist ung\xFCltig oder abgelaufen.",
|
|
713
|
+
"validation.emailRequired": "E-Mail ist erforderlich.",
|
|
714
|
+
"validation.emailInvalid": "Bitte eine g\xFCltige E-Mail eingeben.",
|
|
715
|
+
"validation.passwordRequired": "Passwort ist erforderlich.",
|
|
716
|
+
"validation.nameRequired": "Name ist erforderlich.",
|
|
717
|
+
"validation.codeRequired": "Best\xE4tigungscode ist erforderlich.",
|
|
718
|
+
"validation.codeInvalid": "Der Code muss 6 Ziffern haben."
|
|
719
|
+
};
|
|
720
|
+
|
|
721
|
+
// src/locales/jaJP.ts
|
|
722
|
+
var jaJP = {
|
|
723
|
+
locale: "ja-JP",
|
|
724
|
+
"common.loading": "\u8AAD\u307F\u8FBC\u307F\u4E2D\u2026",
|
|
725
|
+
"common.submitting": "\u9001\u4FE1\u4E2D\u2026",
|
|
726
|
+
"common.cancel": "\u30AD\u30E3\u30F3\u30BB\u30EB",
|
|
727
|
+
"common.continue": "\u7D9A\u884C",
|
|
728
|
+
"common.back": "\u623B\u308B",
|
|
729
|
+
"common.close": "\u9589\u3058\u308B",
|
|
730
|
+
"common.save": "\u4FDD\u5B58",
|
|
731
|
+
"common.saving": "\u4FDD\u5B58\u4E2D\u2026",
|
|
732
|
+
"common.delete": "\u524A\u9664",
|
|
733
|
+
"common.confirm": "\u78BA\u8A8D",
|
|
734
|
+
"common.email": "\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9",
|
|
735
|
+
"common.password": "\u30D1\u30B9\u30EF\u30FC\u30C9",
|
|
736
|
+
"common.name": "\u540D\u524D",
|
|
737
|
+
"common.or": "\u307E\u305F\u306F",
|
|
738
|
+
"common.required": "\u5FC5\u9808",
|
|
739
|
+
"common.optional": "\u4EFB\u610F",
|
|
740
|
+
"common.retry": "\u518D\u8A66\u884C",
|
|
741
|
+
"signIn.title": "\u30B5\u30A4\u30F3\u30A4\u30F3",
|
|
742
|
+
"signIn.subtitle": "\u304A\u304B\u3048\u308A\u306A\u3055\u3044",
|
|
743
|
+
"signIn.titleWithApp": "{appName} \u306B\u30B5\u30A4\u30F3\u30A4\u30F3",
|
|
744
|
+
"signIn.emailLabel": "\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9",
|
|
745
|
+
"signIn.emailPlaceholder": "name@example.co.jp",
|
|
746
|
+
"signIn.passwordLabel": "\u30D1\u30B9\u30EF\u30FC\u30C9",
|
|
747
|
+
"signIn.passwordPlaceholder": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5165\u529B",
|
|
748
|
+
"signIn.submit": "\u30B5\u30A4\u30F3\u30A4\u30F3",
|
|
749
|
+
"signIn.submitting": "\u30B5\u30A4\u30F3\u30A4\u30F3\u4E2D\u2026",
|
|
750
|
+
"signIn.continueWithGoogle": "Google \u3067\u7D9A\u3051\u308B",
|
|
751
|
+
"signIn.continueWithMagicLink": "\u30B5\u30A4\u30F3\u30A4\u30F3\u30EA\u30F3\u30AF\u3092\u30E1\u30FC\u30EB\u3067\u9001\u308B",
|
|
752
|
+
"signIn.continueWithPasskey": "\u30D1\u30B9\u30AD\u30FC\u3067\u30B5\u30A4\u30F3\u30A4\u30F3",
|
|
753
|
+
"signIn.forgotPassword": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u304A\u5FD8\u308C\u3067\u3059\u304B?",
|
|
754
|
+
"signIn.noAccount": "\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u304A\u6301\u3061\u3067\u306A\u3044\u3067\u3059\u304B?",
|
|
755
|
+
"signIn.signUp": "\u65B0\u898F\u767B\u9332",
|
|
756
|
+
"signIn.resumingSession": "\u30B5\u30A4\u30F3\u30A4\u30F3\u3057\u3066\u3044\u307E\u3059\u2026",
|
|
757
|
+
"signIn.useDifferentAccount": "\u5225\u306E\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u4F7F\u7528",
|
|
758
|
+
"signIn.selectTenant": "\u7D44\u7E54\u3092\u9078\u629E",
|
|
759
|
+
"signIn.selectTenantSubtitle": "\u8907\u6570\u306E\u7D44\u7E54\u306B\u6240\u5C5E\u3057\u3066\u3044\u307E\u3059\u3002\u7D9A\u3051\u308B\u306B\u306F 1 \u3064\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
|
|
760
|
+
"signIn.preparingExperience": "\u30B5\u30A4\u30F3\u30A4\u30F3\u306E\u6E96\u5099\u3092\u3057\u3066\u3044\u307E\u3059\u3002",
|
|
761
|
+
"signIn.applicationUnavailable": "\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\u3092\u5229\u7528\u3067\u304D\u307E\u305B\u3093",
|
|
762
|
+
"signIn.applicationNotFound": "\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093",
|
|
763
|
+
"signIn.invalidRedirect": "\u7121\u52B9\u306A\u30EA\u30C0\u30A4\u30EC\u30AF\u30C8\u5148\u3067\u3059",
|
|
764
|
+
"signIn.returnUrlNotRegistered": "\u623B\u308A\u5148 URL \u306F {appName} \u306B\u767B\u9332\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002\u30A2\u30D7\u30EA\u306E\u8A31\u53EF\u6E08\u307F\u30AA\u30EA\u30B8\u30F3\u306B\u8FFD\u52A0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
|
|
765
|
+
"signIn.welcomeBackName": "\u304A\u304B\u3048\u308A\u306A\u3055\u3044\u3001{name} \u3055\u3093\u3002",
|
|
766
|
+
"signIn.oneMomentResume": "\u30BB\u30C3\u30B7\u30E7\u30F3\u3092\u518D\u958B\u3057\u3066\u3044\u307E\u3059\u3002\u5C11\u3005\u304A\u5F85\u3061\u304F\u3060\u3055\u3044\u3002",
|
|
767
|
+
"signIn.notYouUseDifferent": "\u5225\u306E\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u4F7F\u7528\u3057\u307E\u3059\u304B?",
|
|
768
|
+
"signIn.chooseWorkspace": "\u30EF\u30FC\u30AF\u30B9\u30DA\u30FC\u30B9\u3092\u9078\u629E",
|
|
769
|
+
"signIn.pickTenantToSignIn": "\u30B5\u30A4\u30F3\u30A4\u30F3\u3059\u308B\u30C6\u30CA\u30F3\u30C8\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
|
|
770
|
+
"signIn.subtitleHosted": "\u696D\u52D9\u7528\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u3068\u30D1\u30B9\u30EF\u30FC\u30C9\u3067\u7D9A\u884C\u3057\u307E\u3059\u3002",
|
|
771
|
+
"signIn.createAccount": "\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u4F5C\u6210",
|
|
772
|
+
"signIn.couldntResume": "\u30BB\u30C3\u30B7\u30E7\u30F3\u3092\u518D\u958B\u3067\u304D\u307E\u305B\u3093\u3067\u3057\u305F\u3002",
|
|
773
|
+
"signIn.dividerOr": "\u307E\u305F\u306F",
|
|
774
|
+
"signUp.title": "\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u4F5C\u6210",
|
|
775
|
+
"signUp.subtitle": "\u6570\u79D2\u3067\u59CB\u3081\u3089\u308C\u307E\u3059",
|
|
776
|
+
"signUp.nameLabel": "\u6C0F\u540D",
|
|
777
|
+
"signUp.namePlaceholder": "\u5C71\u7530 \u82B1\u5B50",
|
|
778
|
+
"signUp.emailLabel": "\u696D\u52D9\u7528\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9",
|
|
779
|
+
"signUp.passwordLabel": "\u30D1\u30B9\u30EF\u30FC\u30C9",
|
|
780
|
+
"signUp.passwordHint": "8 \u6587\u5B57\u4EE5\u4E0A\u3067\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
|
|
781
|
+
"signUp.submit": "\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u4F5C\u6210",
|
|
782
|
+
"signUp.submitting": "\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u4F5C\u6210\u4E2D\u2026",
|
|
783
|
+
"signUp.haveAccount": "\u3059\u3067\u306B\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u304A\u6301\u3061\u3067\u3059\u304B?",
|
|
784
|
+
"signUp.signIn": "\u30B5\u30A4\u30F3\u30A4\u30F3",
|
|
785
|
+
"signUp.tenantNameLabel": "\u7D44\u7E54\u540D",
|
|
786
|
+
"signUp.tenantNamePlaceholder": "\u682A\u5F0F\u4F1A\u793E Acme",
|
|
787
|
+
"signUp.legal": "\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u4F5C\u6210\u3059\u308B\u3068\u3001\u5229\u7528\u898F\u7D04\u3068\u30D7\u30E9\u30A4\u30D0\u30B7\u30FC\u30DD\u30EA\u30B7\u30FC\u306B\u540C\u610F\u3057\u305F\u3082\u306E\u3068\u307F\u306A\u3055\u308C\u307E\u3059\u3002",
|
|
788
|
+
"forgotPassword.title": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u30EA\u30BB\u30C3\u30C8",
|
|
789
|
+
"forgotPassword.subtitle": "\u30EA\u30BB\u30C3\u30C8\u7528\u306E\u30EA\u30F3\u30AF\u3092\u30E1\u30FC\u30EB\u3067\u304A\u9001\u308A\u3057\u307E\u3059\u3002",
|
|
790
|
+
"forgotPassword.submit": "\u30EA\u30BB\u30C3\u30C8\u30EA\u30F3\u30AF\u3092\u9001\u4FE1",
|
|
791
|
+
"forgotPassword.submitting": "\u9001\u4FE1\u4E2D\u2026",
|
|
792
|
+
"forgotPassword.sent": "\u30EA\u30BB\u30C3\u30C8\u30EA\u30F3\u30AF\u3092\u30E1\u30FC\u30EB\u3067\u3054\u78BA\u8A8D\u304F\u3060\u3055\u3044\u3002",
|
|
793
|
+
"forgotPassword.backToSignIn": "\u30B5\u30A4\u30F3\u30A4\u30F3\u306B\u623B\u308B",
|
|
794
|
+
"resetPassword.title": "\u65B0\u3057\u3044\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u8A2D\u5B9A",
|
|
795
|
+
"resetPassword.newPasswordLabel": "\u65B0\u3057\u3044\u30D1\u30B9\u30EF\u30FC\u30C9",
|
|
796
|
+
"resetPassword.confirmPasswordLabel": "\u65B0\u3057\u3044\u30D1\u30B9\u30EF\u30FC\u30C9(\u78BA\u8A8D)",
|
|
797
|
+
"resetPassword.submit": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u66F4\u65B0",
|
|
798
|
+
"resetPassword.submitting": "\u66F4\u65B0\u4E2D\u2026",
|
|
799
|
+
"resetPassword.success": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u66F4\u65B0\u3057\u307E\u3057\u305F\u3002\u30B5\u30A4\u30F3\u30A4\u30F3\u3067\u304D\u307E\u3059\u3002",
|
|
800
|
+
"resetPassword.mismatch": "\u30D1\u30B9\u30EF\u30FC\u30C9\u304C\u4E00\u81F4\u3057\u307E\u305B\u3093\u3002",
|
|
801
|
+
"mfa.title": "\u672C\u4EBA\u78BA\u8A8D",
|
|
802
|
+
"mfa.subtitle": "\u7D9A\u3051\u308B\u306B\u306F\u78BA\u8A8D\u30B3\u30FC\u30C9\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
|
|
803
|
+
"mfa.totpLabel": "\u8A8D\u8A3C\u30A2\u30D7\u30EA\u306E\u30B3\u30FC\u30C9",
|
|
804
|
+
"mfa.totpPlaceholder": "123456",
|
|
805
|
+
"mfa.smsLabel": "SMS \u306E\u30B3\u30FC\u30C9",
|
|
806
|
+
"mfa.emailLabel": "\u30E1\u30FC\u30EB\u306E\u30B3\u30FC\u30C9",
|
|
807
|
+
"mfa.submit": "\u78BA\u8A8D",
|
|
808
|
+
"mfa.submitting": "\u78BA\u8A8D\u4E2D\u2026",
|
|
809
|
+
"mfa.useBackupCode": "\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30B3\u30FC\u30C9\u3092\u4F7F\u3046",
|
|
810
|
+
"mfa.useAuthenticator": "\u8A8D\u8A3C\u30A2\u30D7\u30EA\u3092\u4F7F\u3046",
|
|
811
|
+
"mfa.useSms": "SMS \u3092\u4F7F\u3046",
|
|
812
|
+
"mfa.useEmail": "\u30E1\u30FC\u30EB\u3092\u4F7F\u3046",
|
|
813
|
+
"mfa.resend": "\u30B3\u30FC\u30C9\u3092\u518D\u9001\u4FE1",
|
|
814
|
+
"mfa.resent": "\u30B3\u30FC\u30C9\u3092\u9001\u4FE1\u3057\u307E\u3057\u305F\u3002",
|
|
815
|
+
"mfa.backupCodeLabel": "\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30B3\u30FC\u30C9",
|
|
816
|
+
"userButton.signedInAs": "\u30B5\u30A4\u30F3\u30A4\u30F3\u4E2D:",
|
|
817
|
+
"userButton.manageAccount": "\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u7BA1\u7406",
|
|
818
|
+
"userButton.switchOrg": "\u7D44\u7E54\u3092\u5207\u308A\u66FF\u3048",
|
|
819
|
+
"userButton.signOut": "\u30B5\u30A4\u30F3\u30A2\u30A6\u30C8",
|
|
820
|
+
"userProfile.title": "\u30A2\u30AB\u30A6\u30F3\u30C8",
|
|
821
|
+
"userProfile.profileTab": "\u30D7\u30ED\u30D5\u30A3\u30FC\u30EB",
|
|
822
|
+
"userProfile.securityTab": "\u30BB\u30AD\u30E5\u30EA\u30C6\u30A3",
|
|
823
|
+
"userProfile.sessionsTab": "\u30C7\u30D0\u30A4\u30B9\u3068\u30BB\u30C3\u30B7\u30E7\u30F3",
|
|
824
|
+
"userProfile.linkedAccountsTab": "\u9023\u643A\u30A2\u30AB\u30A6\u30F3\u30C8",
|
|
825
|
+
"userProfile.changeName": "\u540D\u524D\u3092\u5909\u66F4",
|
|
826
|
+
"userProfile.changeEmail": "\u30E1\u30FC\u30EB\u3092\u5909\u66F4",
|
|
827
|
+
"userProfile.changePassword": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5909\u66F4",
|
|
828
|
+
"userProfile.currentPassword": "\u73FE\u5728\u306E\u30D1\u30B9\u30EF\u30FC\u30C9",
|
|
829
|
+
"userProfile.newPassword": "\u65B0\u3057\u3044\u30D1\u30B9\u30EF\u30FC\u30C9",
|
|
830
|
+
"userProfile.confirmPassword": "\u65B0\u3057\u3044\u30D1\u30B9\u30EF\u30FC\u30C9(\u78BA\u8A8D)",
|
|
831
|
+
"userProfile.passwordUpdated": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u66F4\u65B0\u3057\u307E\u3057\u305F\u3002",
|
|
832
|
+
"userProfile.mfaSection": "\u4E8C\u8981\u7D20\u8A8D\u8A3C",
|
|
833
|
+
"userProfile.mfaEnable": "\u4E8C\u8981\u7D20\u8A8D\u8A3C\u3092\u6709\u52B9\u5316",
|
|
834
|
+
"userProfile.mfaDisable": "\u4E8C\u8981\u7D20\u8A8D\u8A3C\u3092\u7121\u52B9\u5316",
|
|
835
|
+
"userProfile.sessionsSection": "\u30A2\u30AF\u30C6\u30A3\u30D6\u306A\u30BB\u30C3\u30B7\u30E7\u30F3",
|
|
836
|
+
"userProfile.revokeSession": "\u5931\u52B9",
|
|
837
|
+
"userProfile.revokeAllOthers": "\u4ED6\u306E\u3059\u3079\u3066\u306E\u30BB\u30C3\u30B7\u30E7\u30F3\u304B\u3089\u30B5\u30A4\u30F3\u30A2\u30A6\u30C8",
|
|
838
|
+
"userProfile.thisDevice": "\u3053\u306E\u30C7\u30D0\u30A4\u30B9",
|
|
839
|
+
"userProfile.sessionsEmpty": "\u30A2\u30AF\u30C6\u30A3\u30D6\u306A\u30BB\u30C3\u30B7\u30E7\u30F3\u306F\u3042\u308A\u307E\u305B\u3093\u3002",
|
|
840
|
+
"userProfile.linkedAccountsEmpty": "\u9023\u643A\u30A2\u30AB\u30A6\u30F3\u30C8\u306F\u3042\u308A\u307E\u305B\u3093\u3002",
|
|
841
|
+
"userProfile.connectGoogle": "Google \u3092\u9023\u643A",
|
|
842
|
+
"userProfile.disconnect": "\u9023\u643A\u89E3\u9664",
|
|
843
|
+
"orgSwitcher.label": "\u7D44\u7E54",
|
|
844
|
+
"orgSwitcher.personal": "\u500B\u4EBA\u30A2\u30AB\u30A6\u30F3\u30C8",
|
|
845
|
+
"orgSwitcher.createNew": "\u7D44\u7E54\u3092\u4F5C\u6210",
|
|
846
|
+
"orgSwitcher.manage": "\u7D44\u7E54\u3092\u7BA1\u7406",
|
|
847
|
+
"orgSwitcher.noOrgs": "\u307E\u3060\u3069\u306E\u7D44\u7E54\u306B\u3082\u6240\u5C5E\u3057\u3066\u3044\u307E\u305B\u3093\u3002",
|
|
848
|
+
"orgProfile.title": "\u7D44\u7E54\u306E\u8A2D\u5B9A",
|
|
849
|
+
"orgProfile.generalTab": "\u4E00\u822C",
|
|
850
|
+
"orgProfile.membersTab": "\u30E1\u30F3\u30D0\u30FC",
|
|
851
|
+
"orgProfile.invitationsTab": "\u62DB\u5F85",
|
|
852
|
+
"orgProfile.dangerTab": "\u5371\u967A\u30BE\u30FC\u30F3",
|
|
853
|
+
"orgProfile.invite": "\u30E1\u30F3\u30D0\u30FC\u3092\u62DB\u5F85",
|
|
854
|
+
"orgProfile.inviteEmailLabel": "\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9",
|
|
855
|
+
"orgProfile.inviteRoleLabel": "\u30ED\u30FC\u30EB",
|
|
856
|
+
"orgProfile.inviteSend": "\u62DB\u5F85\u3092\u9001\u4FE1",
|
|
857
|
+
"orgProfile.inviteSent": "\u62DB\u5F85\u3092\u9001\u4FE1\u3057\u307E\u3057\u305F\u3002",
|
|
858
|
+
"orgProfile.removeMember": "\u524A\u9664",
|
|
859
|
+
"orgProfile.deleteOrg": "\u7D44\u7E54\u3092\u5B8C\u5168\u306B\u524A\u9664",
|
|
860
|
+
"orgProfile.deleteOrgConfirm": "\u78BA\u8A8D\u306E\u305F\u3081\u7D44\u7E54\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
|
|
861
|
+
"createOrg.title": "\u7D44\u7E54\u3092\u4F5C\u6210",
|
|
862
|
+
"createOrg.nameLabel": "\u7D44\u7E54\u540D",
|
|
863
|
+
"createOrg.submit": "\u4F5C\u6210",
|
|
864
|
+
"createOrg.submitting": "\u4F5C\u6210\u4E2D\u2026",
|
|
865
|
+
"waitlist.title": "\u30A6\u30A7\u30A4\u30C8\u30EA\u30B9\u30C8\u306B\u767B\u9332",
|
|
866
|
+
"waitlist.subtitle": "\u30A2\u30AF\u30BB\u30B9\u304C\u958B\u653E\u3055\u308C\u305F\u3089\u304A\u77E5\u3089\u305B\u3057\u307E\u3059\u3002",
|
|
867
|
+
"waitlist.submit": "\u30A6\u30A7\u30A4\u30C8\u30EA\u30B9\u30C8\u306B\u53C2\u52A0",
|
|
868
|
+
"waitlist.submitting": "\u767B\u9332\u4E2D\u2026",
|
|
869
|
+
"waitlist.success": "\u767B\u9332\u3057\u307E\u3057\u305F\u3002\u6539\u3081\u3066\u3054\u9023\u7D61\u3057\u307E\u3059\u3002",
|
|
870
|
+
"impersonation.banner": "\u4EE3\u7406\u64CD\u4F5C\u4E2D \u2014 {targetEmail} \u3068\u3057\u3066\u30B5\u30A4\u30F3\u30A4\u30F3\u3057\u3066\u3044\u307E\u3059\u3002",
|
|
871
|
+
"impersonation.exit": "\u4EE3\u7406\u64CD\u4F5C\u3092\u7D42\u4E86",
|
|
872
|
+
"magicLink.title": "\u30E1\u30FC\u30EB\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044",
|
|
873
|
+
"magicLink.subtitle": "{email} \u306B\u30B5\u30A4\u30F3\u30A4\u30F3\u30EA\u30F3\u30AF\u3092\u9001\u4FE1\u3057\u307E\u3057\u305F\u3002",
|
|
874
|
+
"magicLink.resend": "\u30EA\u30F3\u30AF\u3092\u518D\u9001\u4FE1",
|
|
875
|
+
"magicLink.changeEmail": "\u5225\u306E\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u3092\u4F7F\u7528",
|
|
876
|
+
"errors.generic": "\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F\u3002\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002",
|
|
877
|
+
"errors.network": "\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u30A8\u30E9\u30FC\u3067\u3059\u3002\u63A5\u7D9A\u3092\u78BA\u8A8D\u3057\u3066\u518D\u8A66\u884C\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
|
|
878
|
+
"errors.invalidCredentials": "\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u307E\u305F\u306F\u30D1\u30B9\u30EF\u30FC\u30C9\u304C\u6B63\u3057\u304F\u3042\u308A\u307E\u305B\u3093\u3002",
|
|
879
|
+
"errors.userNotFound": "\u305D\u306E\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u306E\u30A2\u30AB\u30A6\u30F3\u30C8\u306F\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3067\u3057\u305F\u3002",
|
|
880
|
+
"errors.emailInUse": "\u305D\u306E\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u306E\u30A2\u30AB\u30A6\u30F3\u30C8\u306F\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059\u3002",
|
|
881
|
+
"errors.weakPassword": "\u30D1\u30B9\u30EF\u30FC\u30C9\u304C\u8106\u5F31\u3067\u3059\u3002",
|
|
882
|
+
"errors.mfaInvalid": "\u30B3\u30FC\u30C9\u304C\u6B63\u3057\u304F\u3042\u308A\u307E\u305B\u3093\u3002\u518D\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002",
|
|
883
|
+
"errors.mfaExpired": "\u30B3\u30FC\u30C9\u306E\u6709\u52B9\u671F\u9650\u304C\u5207\u308C\u307E\u3057\u305F\u3002\u65B0\u3057\u304F\u767A\u884C\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
|
|
884
|
+
"errors.tooManyAttempts": "\u8A66\u884C\u56DE\u6570\u304C\u591A\u3059\u304E\u307E\u3059\u3002\u3057\u3070\u3089\u304F\u3057\u3066\u304B\u3089\u518D\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002",
|
|
885
|
+
"errors.sessionExpired": "\u30BB\u30C3\u30B7\u30E7\u30F3\u304C\u671F\u9650\u5207\u308C\u3067\u3059\u3002\u518D\u5EA6\u30B5\u30A4\u30F3\u30A4\u30F3\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
|
|
886
|
+
"errors.permissionDenied": "\u3053\u306E\u64CD\u4F5C\u3092\u884C\u3046\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002",
|
|
887
|
+
"errors.notFound": "\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3067\u3057\u305F\u3002",
|
|
888
|
+
"errors.serverError": "\u30B5\u30FC\u30D0\u30FC\u30A8\u30E9\u30FC\u3067\u3059\u3002\u3057\u3070\u3089\u304F\u3057\u3066\u304B\u3089\u518D\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002",
|
|
889
|
+
"errors.invalidEmail": "\u6709\u52B9\u306A\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
|
|
890
|
+
"errors.passwordTooShort": "\u30D1\u30B9\u30EF\u30FC\u30C9\u306F {min} \u6587\u5B57\u4EE5\u4E0A\u3067\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
|
|
891
|
+
"errors.required": "\u3053\u306E\u9805\u76EE\u306F\u5FC5\u9808\u3067\u3059\u3002",
|
|
892
|
+
"errors.invitationInvalid": "\u3053\u306E\u62DB\u5F85\u30EA\u30F3\u30AF\u306F\u7121\u52B9\u304B\u671F\u9650\u5207\u308C\u3067\u3059\u3002",
|
|
893
|
+
"validation.emailRequired": "\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u306F\u5FC5\u9808\u3067\u3059\u3002",
|
|
894
|
+
"validation.emailInvalid": "\u6709\u52B9\u306A\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
|
|
895
|
+
"validation.passwordRequired": "\u30D1\u30B9\u30EF\u30FC\u30C9\u306F\u5FC5\u9808\u3067\u3059\u3002",
|
|
896
|
+
"validation.nameRequired": "\u540D\u524D\u306F\u5FC5\u9808\u3067\u3059\u3002",
|
|
897
|
+
"validation.codeRequired": "\u78BA\u8A8D\u30B3\u30FC\u30C9\u306F\u5FC5\u9808\u3067\u3059\u3002",
|
|
898
|
+
"validation.codeInvalid": "\u30B3\u30FC\u30C9\u306F 6 \u6841\u3067\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002"
|
|
899
|
+
};
|
|
900
|
+
|
|
901
|
+
// src/locales/ptBR.ts
|
|
902
|
+
var ptBR = {
|
|
903
|
+
locale: "pt-BR",
|
|
904
|
+
"common.loading": "Carregando\u2026",
|
|
905
|
+
"common.submitting": "Enviando\u2026",
|
|
906
|
+
"common.cancel": "Cancelar",
|
|
907
|
+
"common.continue": "Continuar",
|
|
908
|
+
"common.back": "Voltar",
|
|
909
|
+
"common.close": "Fechar",
|
|
910
|
+
"common.save": "Salvar",
|
|
911
|
+
"common.saving": "Salvando\u2026",
|
|
912
|
+
"common.delete": "Excluir",
|
|
913
|
+
"common.confirm": "Confirmar",
|
|
914
|
+
"common.email": "E-mail",
|
|
915
|
+
"common.password": "Senha",
|
|
916
|
+
"common.name": "Nome",
|
|
917
|
+
"common.or": "ou",
|
|
918
|
+
"common.required": "Obrigat\xF3rio",
|
|
919
|
+
"common.optional": "Opcional",
|
|
920
|
+
"common.retry": "Tentar novamente",
|
|
921
|
+
"signIn.title": "Entrar",
|
|
922
|
+
"signIn.subtitle": "Bem-vindo de volta",
|
|
923
|
+
"signIn.titleWithApp": "Entrar em {appName}",
|
|
924
|
+
"signIn.emailLabel": "E-mail",
|
|
925
|
+
"signIn.emailPlaceholder": "voce@empresa.com",
|
|
926
|
+
"signIn.passwordLabel": "Senha",
|
|
927
|
+
"signIn.passwordPlaceholder": "Sua senha",
|
|
928
|
+
"signIn.submit": "Entrar",
|
|
929
|
+
"signIn.submitting": "Entrando\u2026",
|
|
930
|
+
"signIn.continueWithGoogle": "Continuar com Google",
|
|
931
|
+
"signIn.continueWithMagicLink": "Receber link de acesso por e-mail",
|
|
932
|
+
"signIn.continueWithPasskey": "Entrar com chave de acesso",
|
|
933
|
+
"signIn.forgotPassword": "Esqueceu a senha?",
|
|
934
|
+
"signIn.noAccount": "N\xE3o tem uma conta?",
|
|
935
|
+
"signIn.signUp": "Cadastre-se",
|
|
936
|
+
"signIn.resumingSession": "Entrando\u2026",
|
|
937
|
+
"signIn.useDifferentAccount": "Usar outra conta",
|
|
938
|
+
"signIn.selectTenant": "Escolher uma organiza\xE7\xE3o",
|
|
939
|
+
"signIn.selectTenantSubtitle": "Voc\xEA pertence a v\xE1rias organiza\xE7\xF5es. Escolha uma para continuar.",
|
|
940
|
+
"signIn.preparingExperience": "Preparando sua experi\xEAncia de login.",
|
|
941
|
+
"signIn.applicationUnavailable": "Aplicativo indispon\xEDvel",
|
|
942
|
+
"signIn.applicationNotFound": "Aplicativo n\xE3o encontrado",
|
|
943
|
+
"signIn.invalidRedirect": "Redirecionamento inv\xE1lido",
|
|
944
|
+
"signIn.returnUrlNotRegistered": "A URL de retorno n\xE3o est\xE1 registrada para {appName}. Adicione a origem \xE0s origens permitidas do aplicativo.",
|
|
945
|
+
"signIn.welcomeBackName": "Bem-vindo de volta, {name}.",
|
|
946
|
+
"signIn.oneMomentResume": "Um momento enquanto retomamos sua sess\xE3o.",
|
|
947
|
+
"signIn.notYouUseDifferent": "N\xE3o \xE9 voc\xEA? Usar outra conta",
|
|
948
|
+
"signIn.chooseWorkspace": "Escolha um espa\xE7o de trabalho",
|
|
949
|
+
"signIn.pickTenantToSignIn": "Escolha o tenant para entrar.",
|
|
950
|
+
"signIn.subtitleHosted": "Use seu e-mail corporativo e senha para continuar.",
|
|
951
|
+
"signIn.createAccount": "Criar conta",
|
|
952
|
+
"signIn.couldntResume": "N\xE3o foi poss\xEDvel retomar sua sess\xE3o.",
|
|
953
|
+
"signIn.dividerOr": "ou",
|
|
954
|
+
"signUp.title": "Crie sua conta",
|
|
955
|
+
"signUp.subtitle": "Comece em segundos",
|
|
956
|
+
"signUp.nameLabel": "Nome completo",
|
|
957
|
+
"signUp.namePlaceholder": "Maria Silva",
|
|
958
|
+
"signUp.emailLabel": "E-mail corporativo",
|
|
959
|
+
"signUp.passwordLabel": "Senha",
|
|
960
|
+
"signUp.passwordHint": "Pelo menos 8 caracteres.",
|
|
961
|
+
"signUp.submit": "Criar conta",
|
|
962
|
+
"signUp.submitting": "Criando conta\u2026",
|
|
963
|
+
"signUp.haveAccount": "J\xE1 tem uma conta?",
|
|
964
|
+
"signUp.signIn": "Entrar",
|
|
965
|
+
"signUp.tenantNameLabel": "Nome da organiza\xE7\xE3o",
|
|
966
|
+
"signUp.tenantNamePlaceholder": "Acme S.A.",
|
|
967
|
+
"signUp.legal": "Ao criar uma conta, voc\xEA concorda com os Termos de Servi\xE7o e a Pol\xEDtica de Privacidade.",
|
|
968
|
+
"forgotPassword.title": "Redefinir sua senha",
|
|
969
|
+
"forgotPassword.subtitle": "Enviaremos um link por e-mail.",
|
|
970
|
+
"forgotPassword.submit": "Enviar link",
|
|
971
|
+
"forgotPassword.submitting": "Enviando\u2026",
|
|
972
|
+
"forgotPassword.sent": "Verifique sua caixa de entrada para o link de redefini\xE7\xE3o.",
|
|
973
|
+
"forgotPassword.backToSignIn": "Voltar ao login",
|
|
974
|
+
"resetPassword.title": "Escolha uma nova senha",
|
|
975
|
+
"resetPassword.newPasswordLabel": "Nova senha",
|
|
976
|
+
"resetPassword.confirmPasswordLabel": "Confirmar nova senha",
|
|
977
|
+
"resetPassword.submit": "Atualizar senha",
|
|
978
|
+
"resetPassword.submitting": "Atualizando\u2026",
|
|
979
|
+
"resetPassword.success": "Senha atualizada. Voc\xEA j\xE1 pode entrar.",
|
|
980
|
+
"resetPassword.mismatch": "As senhas n\xE3o coincidem.",
|
|
981
|
+
"mfa.title": "Confirme sua identidade",
|
|
982
|
+
"mfa.subtitle": "Insira o c\xF3digo de verifica\xE7\xE3o para continuar.",
|
|
983
|
+
"mfa.totpLabel": "C\xF3digo do autenticador",
|
|
984
|
+
"mfa.totpPlaceholder": "123456",
|
|
985
|
+
"mfa.smsLabel": "C\xF3digo por SMS",
|
|
986
|
+
"mfa.emailLabel": "C\xF3digo por e-mail",
|
|
987
|
+
"mfa.submit": "Verificar",
|
|
988
|
+
"mfa.submitting": "Verificando\u2026",
|
|
989
|
+
"mfa.useBackupCode": "Usar um c\xF3digo de backup",
|
|
990
|
+
"mfa.useAuthenticator": "Usar app autenticador",
|
|
991
|
+
"mfa.useSms": "Usar SMS",
|
|
992
|
+
"mfa.useEmail": "Usar e-mail",
|
|
993
|
+
"mfa.resend": "Reenviar c\xF3digo",
|
|
994
|
+
"mfa.resent": "C\xF3digo enviado.",
|
|
995
|
+
"mfa.backupCodeLabel": "C\xF3digo de backup",
|
|
996
|
+
"userButton.signedInAs": "Conectado como",
|
|
997
|
+
"userButton.manageAccount": "Gerenciar conta",
|
|
998
|
+
"userButton.switchOrg": "Trocar organiza\xE7\xE3o",
|
|
999
|
+
"userButton.signOut": "Sair",
|
|
1000
|
+
"userProfile.title": "Sua conta",
|
|
1001
|
+
"userProfile.profileTab": "Perfil",
|
|
1002
|
+
"userProfile.securityTab": "Seguran\xE7a",
|
|
1003
|
+
"userProfile.sessionsTab": "Dispositivos e sess\xF5es",
|
|
1004
|
+
"userProfile.linkedAccountsTab": "Contas vinculadas",
|
|
1005
|
+
"userProfile.changeName": "Alterar nome",
|
|
1006
|
+
"userProfile.changeEmail": "Alterar e-mail",
|
|
1007
|
+
"userProfile.changePassword": "Alterar senha",
|
|
1008
|
+
"userProfile.currentPassword": "Senha atual",
|
|
1009
|
+
"userProfile.newPassword": "Nova senha",
|
|
1010
|
+
"userProfile.confirmPassword": "Confirmar nova senha",
|
|
1011
|
+
"userProfile.passwordUpdated": "Senha atualizada.",
|
|
1012
|
+
"userProfile.mfaSection": "Autentica\xE7\xE3o em dois fatores",
|
|
1013
|
+
"userProfile.mfaEnable": "Ativar dois fatores",
|
|
1014
|
+
"userProfile.mfaDisable": "Desativar dois fatores",
|
|
1015
|
+
"userProfile.sessionsSection": "Sess\xF5es ativas",
|
|
1016
|
+
"userProfile.revokeSession": "Revogar",
|
|
1017
|
+
"userProfile.revokeAllOthers": "Sair de todas as outras sess\xF5es",
|
|
1018
|
+
"userProfile.thisDevice": "Este dispositivo",
|
|
1019
|
+
"userProfile.sessionsEmpty": "Sem sess\xF5es ativas.",
|
|
1020
|
+
"userProfile.linkedAccountsEmpty": "Nenhuma conta vinculada.",
|
|
1021
|
+
"userProfile.connectGoogle": "Conectar Google",
|
|
1022
|
+
"userProfile.disconnect": "Desconectar",
|
|
1023
|
+
"orgSwitcher.label": "Organiza\xE7\xE3o",
|
|
1024
|
+
"orgSwitcher.personal": "Conta pessoal",
|
|
1025
|
+
"orgSwitcher.createNew": "Criar organiza\xE7\xE3o",
|
|
1026
|
+
"orgSwitcher.manage": "Gerenciar organiza\xE7\xE3o",
|
|
1027
|
+
"orgSwitcher.noOrgs": "Voc\xEA ainda n\xE3o pertence a nenhuma organiza\xE7\xE3o.",
|
|
1028
|
+
"orgProfile.title": "Configura\xE7\xF5es da organiza\xE7\xE3o",
|
|
1029
|
+
"orgProfile.generalTab": "Geral",
|
|
1030
|
+
"orgProfile.membersTab": "Membros",
|
|
1031
|
+
"orgProfile.invitationsTab": "Convites",
|
|
1032
|
+
"orgProfile.dangerTab": "Zona de perigo",
|
|
1033
|
+
"orgProfile.invite": "Convidar membro",
|
|
1034
|
+
"orgProfile.inviteEmailLabel": "Endere\xE7o de e-mail",
|
|
1035
|
+
"orgProfile.inviteRoleLabel": "Papel",
|
|
1036
|
+
"orgProfile.inviteSend": "Enviar convite",
|
|
1037
|
+
"orgProfile.inviteSent": "Convite enviado.",
|
|
1038
|
+
"orgProfile.removeMember": "Remover",
|
|
1039
|
+
"orgProfile.deleteOrg": "Excluir organiza\xE7\xE3o permanentemente",
|
|
1040
|
+
"orgProfile.deleteOrgConfirm": "Digite o nome da organiza\xE7\xE3o para confirmar.",
|
|
1041
|
+
"createOrg.title": "Criar uma organiza\xE7\xE3o",
|
|
1042
|
+
"createOrg.nameLabel": "Nome da organiza\xE7\xE3o",
|
|
1043
|
+
"createOrg.submit": "Criar",
|
|
1044
|
+
"createOrg.submitting": "Criando\u2026",
|
|
1045
|
+
"waitlist.title": "Entrar na lista de espera",
|
|
1046
|
+
"waitlist.subtitle": "Avisaremos quando o acesso for liberado.",
|
|
1047
|
+
"waitlist.submit": "Entrar na lista",
|
|
1048
|
+
"waitlist.submitting": "Entrando\u2026",
|
|
1049
|
+
"waitlist.success": "Voc\xEA est\xE1 na lista. Entraremos em contato.",
|
|
1050
|
+
"impersonation.banner": "Personifica\xE7\xE3o ativa \u2014 voc\xEA est\xE1 conectado como {targetEmail}.",
|
|
1051
|
+
"impersonation.exit": "Sair da personifica\xE7\xE3o",
|
|
1052
|
+
"magicLink.title": "Verifique seu e-mail",
|
|
1053
|
+
"magicLink.subtitle": "Enviamos um link de acesso para {email}.",
|
|
1054
|
+
"magicLink.resend": "Reenviar link",
|
|
1055
|
+
"magicLink.changeEmail": "Usar outro e-mail",
|
|
1056
|
+
"errors.generic": "Algo deu errado. Tente novamente.",
|
|
1057
|
+
"errors.network": "Erro de rede. Verifique sua conex\xE3o e tente novamente.",
|
|
1058
|
+
"errors.invalidCredentials": "E-mail ou senha incorretos.",
|
|
1059
|
+
"errors.userNotFound": "Nenhuma conta encontrada para esse e-mail.",
|
|
1060
|
+
"errors.emailInUse": "J\xE1 existe uma conta com esse e-mail.",
|
|
1061
|
+
"errors.weakPassword": "A senha \xE9 muito fraca.",
|
|
1062
|
+
"errors.mfaInvalid": "C\xF3digo inv\xE1lido. Tente novamente.",
|
|
1063
|
+
"errors.mfaExpired": "Esse c\xF3digo expirou. Solicite um novo.",
|
|
1064
|
+
"errors.tooManyAttempts": "Muitas tentativas. Aguarde e tente novamente.",
|
|
1065
|
+
"errors.sessionExpired": "Sua sess\xE3o expirou. Entre novamente.",
|
|
1066
|
+
"errors.permissionDenied": "Voc\xEA n\xE3o tem permiss\xE3o para isso.",
|
|
1067
|
+
"errors.notFound": "N\xE3o encontrado.",
|
|
1068
|
+
"errors.serverError": "Erro do servidor. Tente novamente em instantes.",
|
|
1069
|
+
"errors.invalidEmail": "Insira um e-mail v\xE1lido.",
|
|
1070
|
+
"errors.passwordTooShort": "A senha deve ter pelo menos {min} caracteres.",
|
|
1071
|
+
"errors.required": "Este campo \xE9 obrigat\xF3rio.",
|
|
1072
|
+
"errors.invitationInvalid": "Este link de convite \xE9 inv\xE1lido ou expirou.",
|
|
1073
|
+
"validation.emailRequired": "O e-mail \xE9 obrigat\xF3rio.",
|
|
1074
|
+
"validation.emailInvalid": "Insira um e-mail v\xE1lido.",
|
|
1075
|
+
"validation.passwordRequired": "A senha \xE9 obrigat\xF3ria.",
|
|
1076
|
+
"validation.nameRequired": "O nome \xE9 obrigat\xF3rio.",
|
|
1077
|
+
"validation.codeRequired": "O c\xF3digo de verifica\xE7\xE3o \xE9 obrigat\xF3rio.",
|
|
1078
|
+
"validation.codeInvalid": "O c\xF3digo deve ter 6 d\xEDgitos."
|
|
1079
|
+
};
|
|
1080
|
+
|
|
1081
|
+
// src/locales/index.ts
|
|
1082
|
+
var builtInLocales = {
|
|
1083
|
+
"en-US": enUS,
|
|
1084
|
+
"fr-FR": frFR,
|
|
1085
|
+
"es-ES": esES,
|
|
1086
|
+
"de-DE": deDE,
|
|
1087
|
+
"ja-JP": jaJP,
|
|
1088
|
+
"pt-BR": ptBR
|
|
1089
|
+
};
|
|
1090
|
+
var defaultBundle = enUS;
|
|
1091
|
+
function t(bundle, key, vars) {
|
|
1092
|
+
const fromBundle = bundle && bundle[key];
|
|
1093
|
+
const raw = typeof fromBundle === "string" && fromBundle || defaultBundle[key];
|
|
1094
|
+
if (!vars) return raw;
|
|
1095
|
+
return raw.replace(/\{(\w+)\}/g, (_match, name) => {
|
|
1096
|
+
const v = vars[name];
|
|
1097
|
+
return v === void 0 || v === null ? `{${name}}` : String(v);
|
|
1098
|
+
});
|
|
1099
|
+
}
|
|
1100
|
+
function resolveBundle(override) {
|
|
1101
|
+
if (!override) return defaultBundle;
|
|
1102
|
+
return { ...defaultBundle, ...override };
|
|
1103
|
+
}
|
|
1104
|
+
var ERROR_CODE_MAP = {
|
|
1105
|
+
INVALID_CREDENTIALS: "errors.invalidCredentials",
|
|
1106
|
+
USER_NOT_FOUND: "errors.userNotFound",
|
|
1107
|
+
EMAIL_IN_USE: "errors.emailInUse",
|
|
1108
|
+
EMAIL_ALREADY_EXISTS: "errors.emailInUse",
|
|
1109
|
+
WEAK_PASSWORD: "errors.weakPassword",
|
|
1110
|
+
MFA_INVALID: "errors.mfaInvalid",
|
|
1111
|
+
MFA_CODE_INVALID: "errors.mfaInvalid",
|
|
1112
|
+
MFA_EXPIRED: "errors.mfaExpired",
|
|
1113
|
+
MFA_CODE_EXPIRED: "errors.mfaExpired",
|
|
1114
|
+
RATE_LIMITED: "errors.tooManyAttempts",
|
|
1115
|
+
TOO_MANY_REQUESTS: "errors.tooManyAttempts",
|
|
1116
|
+
SESSION_EXPIRED: "errors.sessionExpired",
|
|
1117
|
+
TOKEN_EXPIRED: "errors.sessionExpired",
|
|
1118
|
+
FORBIDDEN: "errors.permissionDenied",
|
|
1119
|
+
PERMISSION_DENIED: "errors.permissionDenied",
|
|
1120
|
+
NOT_FOUND: "errors.notFound",
|
|
1121
|
+
INTERNAL_ERROR: "errors.serverError",
|
|
1122
|
+
SERVER_ERROR: "errors.serverError",
|
|
1123
|
+
NETWORK_ERROR: "errors.network",
|
|
1124
|
+
INVITATION_INVALID: "errors.invitationInvalid",
|
|
1125
|
+
INVITATION_EXPIRED: "errors.invitationInvalid"
|
|
1126
|
+
};
|
|
1127
|
+
function localizeErrorCode(bundle, code, vars) {
|
|
1128
|
+
if (!code) return t(bundle, "errors.generic", vars);
|
|
1129
|
+
const key = ERROR_CODE_MAP[code.toUpperCase()];
|
|
1130
|
+
return key ? t(bundle, key, vars) : t(bundle, "errors.generic", vars);
|
|
1131
|
+
}
|
|
1132
|
+
function negotiateLocale(acceptLanguage, available = Object.keys(builtInLocales)) {
|
|
1133
|
+
if (!acceptLanguage) return "en-US";
|
|
1134
|
+
const candidates = acceptLanguage.split(",").map((part) => {
|
|
1135
|
+
const [tag, ...rest] = part.trim().split(";");
|
|
1136
|
+
const qPart = rest.find((p) => p.trim().startsWith("q="));
|
|
1137
|
+
const q = qPart ? Number(qPart.split("=")[1]) : 1;
|
|
1138
|
+
return { tag: tag.trim(), q: Number.isFinite(q) ? q : 1 };
|
|
1139
|
+
}).filter((c) => c.tag && c.q > 0).sort((a, b) => b.q - a.q);
|
|
1140
|
+
const availLower = available.map((a) => a.toLowerCase());
|
|
1141
|
+
for (const { tag } of candidates) {
|
|
1142
|
+
const lower = tag.toLowerCase();
|
|
1143
|
+
const exact = availLower.indexOf(lower);
|
|
1144
|
+
if (exact !== -1) return available[exact];
|
|
1145
|
+
const lang = lower.split("-")[0];
|
|
1146
|
+
const langMatch = availLower.findIndex((a) => a.split("-")[0] === lang);
|
|
1147
|
+
if (langMatch !== -1) return available[langMatch];
|
|
1148
|
+
}
|
|
1149
|
+
return "en-US";
|
|
1150
|
+
}
|
|
1151
|
+
|
|
1152
|
+
export {
|
|
1153
|
+
enUS,
|
|
1154
|
+
frFR,
|
|
1155
|
+
esES,
|
|
1156
|
+
deDE,
|
|
1157
|
+
jaJP,
|
|
1158
|
+
ptBR,
|
|
1159
|
+
builtInLocales,
|
|
1160
|
+
defaultBundle,
|
|
1161
|
+
t,
|
|
1162
|
+
resolveBundle,
|
|
1163
|
+
localizeErrorCode,
|
|
1164
|
+
negotiateLocale
|
|
1165
|
+
};
|