authhero 0.93.0 → 0.95.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/dist/authhero.cjs +9 -9
- package/dist/authhero.d.ts +9 -9
- package/dist/authhero.mjs +928 -929
- package/package.json +2 -2
package/dist/authhero.mjs
CHANGED
|
@@ -1442,7 +1442,7 @@ const Tn = a.object({
|
|
|
1442
1442
|
email: a.string(),
|
|
1443
1443
|
login_count: a.number(),
|
|
1444
1444
|
identities: a.array(jm).optional()
|
|
1445
|
-
}), Bt = rf,
|
|
1445
|
+
}), Bt = rf, f5 = Zc.extend({
|
|
1446
1446
|
email: a.string(),
|
|
1447
1447
|
login_count: a.number(),
|
|
1448
1448
|
multifactor: a.array(a.string()).optional(),
|
|
@@ -1631,7 +1631,7 @@ const Pm = a.enum([
|
|
|
1631
1631
|
expires_at: a.string(),
|
|
1632
1632
|
used_at: a.string().optional(),
|
|
1633
1633
|
user_id: a.string().optional()
|
|
1634
|
-
}),
|
|
1634
|
+
}), h5 = a.object({
|
|
1635
1635
|
...Rm.shape,
|
|
1636
1636
|
created_at: a.string()
|
|
1637
1637
|
}), of = a.object({
|
|
@@ -1723,7 +1723,7 @@ const Pm = a.enum([
|
|
|
1723
1723
|
authorization_url: a.string().optional()
|
|
1724
1724
|
}).openapi({
|
|
1725
1725
|
description: "This represents a login sesion"
|
|
1726
|
-
}),
|
|
1726
|
+
}), g5 = a.object({
|
|
1727
1727
|
...Um.shape,
|
|
1728
1728
|
id: a.string().openapi({
|
|
1729
1729
|
description: "This is is used as the state in the universal login"
|
|
@@ -1814,7 +1814,7 @@ const Vm = a.enum([
|
|
|
1814
1814
|
user_id: a.string(),
|
|
1815
1815
|
password: a.string(),
|
|
1816
1816
|
algorithm: a.enum(["bcrypt", "argon2id"]).default("argon2id")
|
|
1817
|
-
}),
|
|
1817
|
+
}), m5 = a.object({
|
|
1818
1818
|
...Mm.shape,
|
|
1819
1819
|
created_at: a.string(),
|
|
1820
1820
|
updated_at: a.string()
|
|
@@ -1936,7 +1936,7 @@ const Fm = a.object({
|
|
|
1936
1936
|
fonts: Km,
|
|
1937
1937
|
page_background: Wm,
|
|
1938
1938
|
widget: Gm
|
|
1939
|
-
}),
|
|
1939
|
+
}), _5 = Jm.extend({
|
|
1940
1940
|
themeId: a.string()
|
|
1941
1941
|
}), Wo = a.object({
|
|
1942
1942
|
universal_login_experience: a.enum(["new", "classic"]).default("new"),
|
|
@@ -1994,13 +1994,13 @@ const Fm = a.object({
|
|
|
1994
1994
|
})
|
|
1995
1995
|
),
|
|
1996
1996
|
rotating: a.boolean()
|
|
1997
|
-
}),
|
|
1997
|
+
}), y5 = a.object({
|
|
1998
1998
|
// When the refresh token record was created.
|
|
1999
1999
|
created_at: a.string(),
|
|
2000
2000
|
// Spread in the rest of the refresh token properties.
|
|
2001
2001
|
...lf.shape
|
|
2002
2002
|
});
|
|
2003
|
-
function
|
|
2003
|
+
function v5(t) {
|
|
2004
2004
|
const [e, n] = t.split("|");
|
|
2005
2005
|
if (!e || !n)
|
|
2006
2006
|
throw new Error(`Invalid user_id: ${t}`);
|
|
@@ -18988,7 +18988,7 @@ const vb = new ae().openapi(
|
|
|
18988
18988
|
const e = t.req.valid("form"), n = yb(t.req.header("Authorization")), r = { ...e, ...n };
|
|
18989
18989
|
if (!r.client_id)
|
|
18990
18990
|
throw new N(400, { message: "client_id is required" });
|
|
18991
|
-
switch (e.grant_type) {
|
|
18991
|
+
switch (t.set("client_id", r.client_id), e.grant_type) {
|
|
18992
18992
|
case Vi.AuthorizationCode:
|
|
18993
18993
|
return hb(
|
|
18994
18994
|
t,
|
|
@@ -22988,40 +22988,11 @@ const du = (t) => {
|
|
|
22988
22988
|
]
|
|
22989
22989
|
}
|
|
22990
22990
|
);
|
|
22991
|
-
}, W1 = (
|
|
22992
|
-
const { vendorSettings: e, email: n, state: r } = t;
|
|
22993
|
-
return /* @__PURE__ */ y(
|
|
22994
|
-
Ye,
|
|
22995
|
-
{
|
|
22996
|
-
title: R.t("email_verification_for_signup_sent_title"),
|
|
22997
|
-
vendorSettings: e,
|
|
22998
|
-
children: [
|
|
22999
|
-
/* @__PURE__ */ y("div", { className: "mb-4 text-lg font-medium sm:text-2xl", children: R.t("email_verification_for_signup_sent_title") }),
|
|
23000
|
-
/* @__PURE__ */ y("div", { className: "flex flex-1 flex-col justify-center", children: [
|
|
23001
|
-
/* @__PURE__ */ y("div", { className: "mb-6 text-gray-300", children: /* @__PURE__ */ y(
|
|
23002
|
-
du,
|
|
23003
|
-
{
|
|
23004
|
-
i18nKey: "email_verification_for_signup_sent_description",
|
|
23005
|
-
components: [
|
|
23006
|
-
/* @__PURE__ */ y("span", { className: "text-black dark:text-white" }, "span")
|
|
23007
|
-
],
|
|
23008
|
-
values: { email: n }
|
|
23009
|
-
}
|
|
23010
|
-
) }),
|
|
23011
|
-
/* @__PURE__ */ y("div", { className: "my-4 flex space-x-2 text-sm text-[#B2B2B2]", children: [
|
|
23012
|
-
/* @__PURE__ */ y(tt, { className: "text-base", name: "info-bubble" }),
|
|
23013
|
-
/* @__PURE__ */ y("div", { className: "text-sm text-gray-300 md:text-sm", children: R.t("sent_code_spam") })
|
|
23014
|
-
] })
|
|
23015
|
-
] }),
|
|
23016
|
-
/* @__PURE__ */ y(Ct, { state: r })
|
|
23017
|
-
]
|
|
23018
|
-
}
|
|
23019
|
-
);
|
|
23020
|
-
}, G1 = new ae().openapi(
|
|
22991
|
+
}, W1 = new ae().openapi(
|
|
23021
22992
|
U({
|
|
23022
22993
|
tags: ["login"],
|
|
23023
22994
|
method: "get",
|
|
23024
|
-
path: "/
|
|
22995
|
+
path: "/",
|
|
23025
22996
|
request: {
|
|
23026
22997
|
query: a.object({
|
|
23027
22998
|
state: a.string().openapi({
|
|
@@ -23054,7 +23025,7 @@ const du = (t) => {
|
|
|
23054
23025
|
U({
|
|
23055
23026
|
tags: ["login"],
|
|
23056
23027
|
method: "post",
|
|
23057
|
-
path: "/
|
|
23028
|
+
path: "/",
|
|
23058
23029
|
request: {
|
|
23059
23030
|
query: a.object({
|
|
23060
23031
|
state: a.string().openapi({
|
|
@@ -23087,40 +23058,7 @@ const du = (t) => {
|
|
|
23087
23058
|
n.authParams.state || ""
|
|
23088
23059
|
), t.redirect(`/u/pre-signup-sent?state=${e}`);
|
|
23089
23060
|
}
|
|
23090
|
-
)
|
|
23091
|
-
U({
|
|
23092
|
-
tags: ["login"],
|
|
23093
|
-
method: "get",
|
|
23094
|
-
path: "/pre-signup-sent",
|
|
23095
|
-
request: {
|
|
23096
|
-
query: a.object({
|
|
23097
|
-
state: a.string().openapi({
|
|
23098
|
-
description: "The state parameter from the authorization request"
|
|
23099
|
-
})
|
|
23100
|
-
})
|
|
23101
|
-
},
|
|
23102
|
-
responses: {
|
|
23103
|
-
200: {
|
|
23104
|
-
description: "Response"
|
|
23105
|
-
}
|
|
23106
|
-
}
|
|
23107
|
-
}),
|
|
23108
|
-
async (t) => {
|
|
23109
|
-
const { state: e } = t.req.valid("query"), { vendorSettings: n, loginSession: r } = await Ce(t, e), { username: i } = r.authParams;
|
|
23110
|
-
if (!i)
|
|
23111
|
-
throw new N(400, { message: "Username required" });
|
|
23112
|
-
return t.html(
|
|
23113
|
-
/* @__PURE__ */ y(
|
|
23114
|
-
W1,
|
|
23115
|
-
{
|
|
23116
|
-
vendorSettings: n,
|
|
23117
|
-
state: e,
|
|
23118
|
-
email: i
|
|
23119
|
-
}
|
|
23120
|
-
)
|
|
23121
|
-
);
|
|
23122
|
-
}
|
|
23123
|
-
), J1 = (t) => {
|
|
23061
|
+
), G1 = (t) => {
|
|
23124
23062
|
const { redirectUrl: e, vendorSettings: n } = t;
|
|
23125
23063
|
return /* @__PURE__ */ y(
|
|
23126
23064
|
Ye,
|
|
@@ -23140,11 +23078,11 @@ const du = (t) => {
|
|
|
23140
23078
|
]
|
|
23141
23079
|
}
|
|
23142
23080
|
);
|
|
23143
|
-
},
|
|
23081
|
+
}, J1 = new ae().openapi(
|
|
23144
23082
|
U({
|
|
23145
23083
|
tags: ["login"],
|
|
23146
23084
|
method: "get",
|
|
23147
|
-
path: "/
|
|
23085
|
+
path: "/",
|
|
23148
23086
|
request: {
|
|
23149
23087
|
query: a.object({
|
|
23150
23088
|
state: a.string()
|
|
@@ -23164,7 +23102,7 @@ const du = (t) => {
|
|
|
23164
23102
|
r.authParams.username || ""
|
|
23165
23103
|
)), t.html(
|
|
23166
23104
|
/* @__PURE__ */ y(
|
|
23167
|
-
|
|
23105
|
+
G1,
|
|
23168
23106
|
{
|
|
23169
23107
|
redirectUrl: i == null ? void 0 : i.href,
|
|
23170
23108
|
vendorSettings: n
|
|
@@ -23172,11 +23110,11 @@ const du = (t) => {
|
|
|
23172
23110
|
)
|
|
23173
23111
|
);
|
|
23174
23112
|
}
|
|
23175
|
-
),
|
|
23113
|
+
), Z1 = new ae().openapi(
|
|
23176
23114
|
U({
|
|
23177
23115
|
tags: ["login"],
|
|
23178
23116
|
method: "get",
|
|
23179
|
-
path: "/
|
|
23117
|
+
path: "/",
|
|
23180
23118
|
request: {
|
|
23181
23119
|
query: a.object({
|
|
23182
23120
|
state: a.string().openapi({
|
|
@@ -23207,7 +23145,7 @@ const du = (t) => {
|
|
|
23207
23145
|
)
|
|
23208
23146
|
);
|
|
23209
23147
|
}
|
|
23210
|
-
),
|
|
23148
|
+
), Y1 = ({ vendorSettings: t, state: e }) => {
|
|
23211
23149
|
const n = new URLSearchParams({
|
|
23212
23150
|
state: e
|
|
23213
23151
|
});
|
|
@@ -23233,12 +23171,11 @@ const du = (t) => {
|
|
|
23233
23171
|
]
|
|
23234
23172
|
}
|
|
23235
23173
|
);
|
|
23236
|
-
},
|
|
23174
|
+
}, X1 = new ae().openapi(
|
|
23237
23175
|
U({
|
|
23238
23176
|
tags: ["login"],
|
|
23239
23177
|
method: "get",
|
|
23240
|
-
|
|
23241
|
-
path: "/validate-email",
|
|
23178
|
+
path: "/",
|
|
23242
23179
|
request: {
|
|
23243
23180
|
query: a.object({
|
|
23244
23181
|
state: a.string().openapi({
|
|
@@ -23296,14 +23233,76 @@ const du = (t) => {
|
|
|
23296
23233
|
});
|
|
23297
23234
|
}
|
|
23298
23235
|
return t.html(
|
|
23299
|
-
/* @__PURE__ */ y(
|
|
23236
|
+
/* @__PURE__ */ y(Y1, { vendorSettings: o, state: e })
|
|
23237
|
+
);
|
|
23238
|
+
}
|
|
23239
|
+
), Q1 = (t) => {
|
|
23240
|
+
const { vendorSettings: e, email: n, state: r } = t;
|
|
23241
|
+
return /* @__PURE__ */ y(
|
|
23242
|
+
Ye,
|
|
23243
|
+
{
|
|
23244
|
+
title: R.t("email_verification_for_signup_sent_title"),
|
|
23245
|
+
vendorSettings: e,
|
|
23246
|
+
children: [
|
|
23247
|
+
/* @__PURE__ */ y("div", { className: "mb-4 text-lg font-medium sm:text-2xl", children: R.t("email_verification_for_signup_sent_title") }),
|
|
23248
|
+
/* @__PURE__ */ y("div", { className: "flex flex-1 flex-col justify-center", children: [
|
|
23249
|
+
/* @__PURE__ */ y("div", { className: "mb-6 text-gray-300", children: /* @__PURE__ */ y(
|
|
23250
|
+
du,
|
|
23251
|
+
{
|
|
23252
|
+
i18nKey: "email_verification_for_signup_sent_description",
|
|
23253
|
+
components: [
|
|
23254
|
+
/* @__PURE__ */ y("span", { className: "text-black dark:text-white" }, "span")
|
|
23255
|
+
],
|
|
23256
|
+
values: { email: n }
|
|
23257
|
+
}
|
|
23258
|
+
) }),
|
|
23259
|
+
/* @__PURE__ */ y("div", { className: "my-4 flex space-x-2 text-sm text-[#B2B2B2]", children: [
|
|
23260
|
+
/* @__PURE__ */ y(tt, { className: "text-base", name: "info-bubble" }),
|
|
23261
|
+
/* @__PURE__ */ y("div", { className: "text-sm text-gray-300 md:text-sm", children: R.t("sent_code_spam") })
|
|
23262
|
+
] })
|
|
23263
|
+
] }),
|
|
23264
|
+
/* @__PURE__ */ y(Ct, { state: r })
|
|
23265
|
+
]
|
|
23266
|
+
}
|
|
23267
|
+
);
|
|
23268
|
+
}, ek = new ae().openapi(
|
|
23269
|
+
U({
|
|
23270
|
+
tags: ["login"],
|
|
23271
|
+
method: "get",
|
|
23272
|
+
path: "/",
|
|
23273
|
+
request: {
|
|
23274
|
+
query: a.object({
|
|
23275
|
+
state: a.string().openapi({
|
|
23276
|
+
description: "The state parameter from the authorization request"
|
|
23277
|
+
})
|
|
23278
|
+
})
|
|
23279
|
+
},
|
|
23280
|
+
responses: {
|
|
23281
|
+
200: {
|
|
23282
|
+
description: "Response"
|
|
23283
|
+
}
|
|
23284
|
+
}
|
|
23285
|
+
}),
|
|
23286
|
+
async (t) => {
|
|
23287
|
+
const { state: e } = t.req.valid("query"), { vendorSettings: n, loginSession: r } = await Ce(t, e), { username: i } = r.authParams;
|
|
23288
|
+
if (!i)
|
|
23289
|
+
throw new N(400, { message: "Username required" });
|
|
23290
|
+
return t.html(
|
|
23291
|
+
/* @__PURE__ */ y(
|
|
23292
|
+
Q1,
|
|
23293
|
+
{
|
|
23294
|
+
vendorSettings: n,
|
|
23295
|
+
state: e,
|
|
23296
|
+
email: i
|
|
23297
|
+
}
|
|
23298
|
+
)
|
|
23300
23299
|
);
|
|
23301
23300
|
}
|
|
23302
23301
|
);
|
|
23303
|
-
function
|
|
23302
|
+
function tk(t) {
|
|
23304
23303
|
const e = new ae();
|
|
23305
23304
|
e.use(async (r, i) => (r.env.data = Ws(r, t.dataAdapter), i()));
|
|
23306
|
-
const n = e.route("/info",
|
|
23305
|
+
const n = e.route("/info", Z1).route("/check-account", H1).route("/enter-email", f1).route("/enter-code", R1).route("/enter-password", U1).route("/invalid-session", J1).route("/pre-signup", W1).route("/pre-signup-sent", ek).route("/reset-password", q1).route("/forgot-password", D1).route("/validate-email", X1).route("/signup", V1);
|
|
23307
23306
|
return n.doc("/u/spec", {
|
|
23308
23307
|
openapi: "3.0.0",
|
|
23309
23308
|
info: {
|
|
@@ -23312,910 +23311,910 @@ function ek(t) {
|
|
|
23312
23311
|
}
|
|
23313
23312
|
}), n;
|
|
23314
23313
|
}
|
|
23315
|
-
const
|
|
23314
|
+
const nk = "Account detected", rk = "We have detected that you have already created an account through", ik = "By signing in, you agree to our", sk = "and", ok = "Callback URL mismatch", ak = "The provided redirect_uri is not in the list of allowed callback URLs.", ck = "continue with user", lk = "Please click the button to create a new password account.", uk = "Enter the code at {{vendorName}} to complete the login", dk = "Welcome to {{vendorName}}! {{code}} is the login code", pk = "Welcome to {{vendorName}}! {{code}} is the login code", fk = "The code is valid for 30 minutes", hk = "Confirm password", gk = "Need Help?", mk = "Contact us", _k = "or continue with social account", yk = "Continue with {{provider}}", vk = "Would you like to continue with your existing account?", wk = "Copyright © 2023 SESAMY. All rights reserved.", bk = "©2023 Sesamy", kk = "Choose a password with a mix of uppercase and lowercase letters, numbers, and symbols.", xk = "Please enter a valid email address.", Sk = "The passwords didn't match. Try again.", Ak = "Choose password", Ek = "Password must be at least 8 characters long and contain at least one lowercase letter, one uppercase letter, one number and one symbol.", Ik = "Create new account", Nk = "Sign up with password", Ck = "You are currently logged in as <0>{{email}}</0>", jk = "Email", $k = "Email address", Ok = "Your email address has been validated", Bk = "Now enter your password to login again", Tk = "An email has been sent to <0>{{email}}</0> with a verification link. Please click the link to verify your email address and set a password.", Pk = "Email verification sent", Rk = "Enter a code", Lk = "We'll send you a verification link to ensure you own this email address.", Uk = "Enter new password", Vk = "Enter password", qk = "Enter your email address and password to login.", Mk = "Enter your password", zk = "The magic link has expired. Please click on the button below to receive a new link in your inbox.", Dk = "Hey! We updated our login experience. <0>Click here to learn more about it.</0>", Fk = "Send password reset email", Hk = "Click the button below and we’ll send instructions on how to reset your password.", Kk = "Password reset email sent", Wk = "Forgot password?", Gk = "Forgot password?", Jk = "Go back", Zk = "Invalid password", Yk = `The link is no longer valid.
|
|
23316
23315
|
|
|
23317
23316
|
Please make sure to open the login link in the same browser you started the login with.
|
|
23318
23317
|
|
|
23319
|
-
You can click the link below to start a new login.`,
|
|
23318
|
+
You can click the link below to start a new login.`, Xk = "Invalid link", Qk = "Click the button to log in", ex = "Login", tx = "Or enter the code at {{vendorName}} to complete the login.", nx = "Enter your email address to unlock this show on {{service}}", rx = "Link your account with {{service}}", ix = "You are logged in as", sx = "Login", ox = "Enter your email address to sign in.", ax = "Enter your email address and we will send you a login code.", cx = "Enter your email address and we will send you a login link.", lx = "Log out", ux = "No, I want to use another account", dx = "or", px = "Password", fx = "The password has been reset", hx = "Success", gx = "Change password for your {{vendorName}} account", mx = "Change password for your {{vendorName}} account", _x = "Privacy Policy", yx = "Redirecting", vx = "Confirm password", wx = "Register a new password", bx = "Resend code", kx = "Change password", xx = "Enter your new password below for the email account: ", Sx = "Click the button to reset your password", Ax = "Click the button to reset your password", Ex = "Reset your password", Ix = "Change password for your {{vendorName}} account", Nx = "Reset password", Cx = "Send", jx = "Send me a new magic link", $x = "Remember to check your spam folder if the email did not arrive.", Ox = "Set password", Bx = "Sign in", Tx = "Signup", Px = "Sign up successful", Rx = "It appears that your Spotify account is currently linked to another Sesamy account. But fear not, we're here to guide you through the process to get this fixed.", Lx = "Go to Spotify's Content Access page", Ux = `Let's start by unlinking your Spotify account. Click the button below to go to Spotify's Content Access page. After you've logged in to your Spotify account, find Sesamy on the list of connected platforms. Click "Unlink" next to the Sesamy logo.`, Vx = "Step 1: Unlink Your Spotify Account", qx = "Once you've successfully unlinked your Spotify account, you can relink it to Sesamy. Simply repeat the steps you previously took that led you to this page.", Mx = "Step 2: Relink Your Spotify Account to Sesamy", zx = "Oops! Your Spotify Account Is Already Linked", Dx = "If you have questions or need assistance, you can contact our support team", Fx = "Terms and Conditions", Hx = "Your email address needs validating. We have sent a new email to your inbox", Kx = "User account does not exist", Wx = "User account does not exist", Gx = "We could not find a user with the provided email address. Please, try again.", Jx = "Try again.", Zx = "Validate code", Yx = "Check your inbox for email validation instructions.", Xx = "Signed up", Qx = "Click the button to verify your email address", eS = "Validate your email address", tS = "Validate your email address", nS = "Verify account", rS = "Verify your email", iS = "Please check your email at <0>{{email}}</0> and enter the six-digit code that we've sent you.", sS = "Welcome", oS = "Welcome to your {{vendorName}} account!", aS = "Continue with this account", cS = "Yes, continue with {{text}}", lS = "Yes, continue with existing account", uS = {
|
|
23320
23319
|
"Server error: Invalid code": "Invalid code",
|
|
23321
23320
|
"Wrong email or verification code": {
|
|
23322
23321
|
"": "Wrong email or verification code."
|
|
23323
23322
|
},
|
|
23324
|
-
account_detected:
|
|
23325
|
-
account_with_sso_provider:
|
|
23326
|
-
agree_to:
|
|
23327
|
-
and:
|
|
23328
|
-
callback_url_mismatch:
|
|
23329
|
-
callback_url_not_allowed:
|
|
23330
|
-
check_email_title:
|
|
23331
|
-
click_to_sign_up_description:
|
|
23332
|
-
code_email_enter_code:
|
|
23333
|
-
code_email_subject:
|
|
23334
|
-
code_email_title:
|
|
23335
|
-
code_valid_30_minutes:
|
|
23336
|
-
confirm_password:
|
|
23337
|
-
contact_support:
|
|
23338
|
-
contact_us:
|
|
23323
|
+
account_detected: nk,
|
|
23324
|
+
account_with_sso_provider: rk,
|
|
23325
|
+
agree_to: ik,
|
|
23326
|
+
and: sk,
|
|
23327
|
+
callback_url_mismatch: ok,
|
|
23328
|
+
callback_url_not_allowed: ak,
|
|
23329
|
+
check_email_title: ck,
|
|
23330
|
+
click_to_sign_up_description: lk,
|
|
23331
|
+
code_email_enter_code: uk,
|
|
23332
|
+
code_email_subject: dk,
|
|
23333
|
+
code_email_title: pk,
|
|
23334
|
+
code_valid_30_minutes: fk,
|
|
23335
|
+
confirm_password: hk,
|
|
23336
|
+
contact_support: gk,
|
|
23337
|
+
contact_us: mk,
|
|
23339
23338
|
continue: "Continue",
|
|
23340
|
-
continue_social_login:
|
|
23341
|
-
continue_with:
|
|
23342
|
-
continue_with_sso_provider_headline:
|
|
23343
|
-
copyright:
|
|
23344
|
-
copyright_sesamy:
|
|
23345
|
-
create_account_description:
|
|
23346
|
-
create_account_email_invalid:
|
|
23347
|
-
create_account_passwords_didnt_match:
|
|
23348
|
-
create_account_title:
|
|
23349
|
-
create_account_weak_password:
|
|
23350
|
-
create_new_account_link:
|
|
23351
|
-
create_password_account_title:
|
|
23352
|
-
currently_logged_in_as:
|
|
23353
|
-
email:
|
|
23354
|
-
email_placeholder:
|
|
23355
|
-
email_validated:
|
|
23356
|
-
email_validated_cta:
|
|
23357
|
-
email_verification_for_signup_sent_description:
|
|
23358
|
-
email_verification_for_signup_sent_title:
|
|
23359
|
-
enter_a_code_btn:
|
|
23360
|
-
enter_email_for_verification_description:
|
|
23361
|
-
enter_new_password_placeholder:
|
|
23362
|
-
enter_password:
|
|
23363
|
-
enter_password_description:
|
|
23364
|
-
enter_your_password_btn:
|
|
23365
|
-
expired_code:
|
|
23366
|
-
fokus_info_message:
|
|
23367
|
-
forgot_password_cta:
|
|
23368
|
-
forgot_password_description:
|
|
23369
|
-
forgot_password_email_sent:
|
|
23370
|
-
forgot_password_link:
|
|
23371
|
-
forgot_password_title:
|
|
23372
|
-
go_back:
|
|
23339
|
+
continue_social_login: _k,
|
|
23340
|
+
continue_with: yk,
|
|
23341
|
+
continue_with_sso_provider_headline: vk,
|
|
23342
|
+
copyright: wk,
|
|
23343
|
+
copyright_sesamy: bk,
|
|
23344
|
+
create_account_description: kk,
|
|
23345
|
+
create_account_email_invalid: xk,
|
|
23346
|
+
create_account_passwords_didnt_match: Sk,
|
|
23347
|
+
create_account_title: Ak,
|
|
23348
|
+
create_account_weak_password: Ek,
|
|
23349
|
+
create_new_account_link: Ik,
|
|
23350
|
+
create_password_account_title: Nk,
|
|
23351
|
+
currently_logged_in_as: Ck,
|
|
23352
|
+
email: jk,
|
|
23353
|
+
email_placeholder: $k,
|
|
23354
|
+
email_validated: Ok,
|
|
23355
|
+
email_validated_cta: Bk,
|
|
23356
|
+
email_verification_for_signup_sent_description: Tk,
|
|
23357
|
+
email_verification_for_signup_sent_title: Pk,
|
|
23358
|
+
enter_a_code_btn: Rk,
|
|
23359
|
+
enter_email_for_verification_description: Lk,
|
|
23360
|
+
enter_new_password_placeholder: Uk,
|
|
23361
|
+
enter_password: Vk,
|
|
23362
|
+
enter_password_description: qk,
|
|
23363
|
+
enter_your_password_btn: Mk,
|
|
23364
|
+
expired_code: zk,
|
|
23365
|
+
fokus_info_message: Dk,
|
|
23366
|
+
forgot_password_cta: Fk,
|
|
23367
|
+
forgot_password_description: Hk,
|
|
23368
|
+
forgot_password_email_sent: Kk,
|
|
23369
|
+
forgot_password_link: Wk,
|
|
23370
|
+
forgot_password_title: Gk,
|
|
23371
|
+
go_back: Jk,
|
|
23373
23372
|
"invalid-email": "Invalid email",
|
|
23374
|
-
invalid_password:
|
|
23375
|
-
invalid_session_body:
|
|
23376
|
-
invalid_session_title:
|
|
23377
|
-
link_email_click_to_login:
|
|
23378
|
-
link_email_login:
|
|
23379
|
-
link_email_or_enter_code:
|
|
23380
|
-
link_page_body:
|
|
23381
|
-
link_page_headline:
|
|
23382
|
-
logged_in_as:
|
|
23383
|
-
login:
|
|
23384
|
-
login_description:
|
|
23385
|
-
login_description_code:
|
|
23386
|
-
login_description_link:
|
|
23387
|
-
logout:
|
|
23388
|
-
no_use_another:
|
|
23389
|
-
or:
|
|
23390
|
-
password:
|
|
23391
|
-
password_has_been_reset:
|
|
23392
|
-
password_has_been_reset_title:
|
|
23393
|
-
password_reset_subject:
|
|
23394
|
-
password_reset_title:
|
|
23395
|
-
privacy_policy:
|
|
23396
|
-
redirecting:
|
|
23397
|
-
reenter_new_password_placeholder:
|
|
23398
|
-
register_password_account:
|
|
23399
|
-
resend_code:
|
|
23400
|
-
reset_password_cta:
|
|
23401
|
-
reset_password_description:
|
|
23402
|
-
reset_password_email_click_to_reset:
|
|
23403
|
-
reset_password_email_cta:
|
|
23404
|
-
reset_password_email_reset:
|
|
23405
|
-
reset_password_subject:
|
|
23406
|
-
reset_password_title:
|
|
23407
|
-
send:
|
|
23408
|
-
send_me_a_new_magic_link:
|
|
23409
|
-
sent_code_spam:
|
|
23410
|
-
set_password:
|
|
23411
|
-
sign_in:
|
|
23412
|
-
signup:
|
|
23413
|
-
signup_success:
|
|
23414
|
-
spotify_already_linked_body:
|
|
23415
|
-
spotify_already_linked_cta:
|
|
23416
|
-
spotify_already_linked_step1_body:
|
|
23417
|
-
spotify_already_linked_step1_title:
|
|
23418
|
-
spotify_already_linked_step2_body:
|
|
23419
|
-
spotify_already_linked_step2_title:
|
|
23420
|
-
spotify_already_linked_title:
|
|
23421
|
-
support_info:
|
|
23422
|
-
terms:
|
|
23423
|
-
unverified_email:
|
|
23424
|
-
user_account_does_not_exist:
|
|
23425
|
-
user_not_found:
|
|
23426
|
-
user_not_found_body:
|
|
23427
|
-
user_not_found_cta:
|
|
23428
|
-
validate_code:
|
|
23429
|
-
validate_email_body:
|
|
23430
|
-
validate_email_title:
|
|
23431
|
-
verify_email_click_to_verify:
|
|
23432
|
-
verify_email_subject:
|
|
23433
|
-
verify_email_title:
|
|
23434
|
-
verify_email_verify:
|
|
23435
|
-
verify_your_email:
|
|
23436
|
-
we_sent_a_code_to:
|
|
23437
|
-
welcome:
|
|
23438
|
-
welcome_to_your_account:
|
|
23439
|
-
yes_continue:
|
|
23440
|
-
yes_continue_with:
|
|
23441
|
-
yes_continue_with_existing_account:
|
|
23442
|
-
},
|
|
23373
|
+
invalid_password: Zk,
|
|
23374
|
+
invalid_session_body: Yk,
|
|
23375
|
+
invalid_session_title: Xk,
|
|
23376
|
+
link_email_click_to_login: Qk,
|
|
23377
|
+
link_email_login: ex,
|
|
23378
|
+
link_email_or_enter_code: tx,
|
|
23379
|
+
link_page_body: nx,
|
|
23380
|
+
link_page_headline: rx,
|
|
23381
|
+
logged_in_as: ix,
|
|
23382
|
+
login: sx,
|
|
23383
|
+
login_description: ox,
|
|
23384
|
+
login_description_code: ax,
|
|
23385
|
+
login_description_link: cx,
|
|
23386
|
+
logout: lx,
|
|
23387
|
+
no_use_another: ux,
|
|
23388
|
+
or: dx,
|
|
23389
|
+
password: px,
|
|
23390
|
+
password_has_been_reset: fx,
|
|
23391
|
+
password_has_been_reset_title: hx,
|
|
23392
|
+
password_reset_subject: gx,
|
|
23393
|
+
password_reset_title: mx,
|
|
23394
|
+
privacy_policy: _x,
|
|
23395
|
+
redirecting: yx,
|
|
23396
|
+
reenter_new_password_placeholder: vx,
|
|
23397
|
+
register_password_account: wx,
|
|
23398
|
+
resend_code: bx,
|
|
23399
|
+
reset_password_cta: kx,
|
|
23400
|
+
reset_password_description: xx,
|
|
23401
|
+
reset_password_email_click_to_reset: Sx,
|
|
23402
|
+
reset_password_email_cta: Ax,
|
|
23403
|
+
reset_password_email_reset: Ex,
|
|
23404
|
+
reset_password_subject: Ix,
|
|
23405
|
+
reset_password_title: Nx,
|
|
23406
|
+
send: Cx,
|
|
23407
|
+
send_me_a_new_magic_link: jx,
|
|
23408
|
+
sent_code_spam: $x,
|
|
23409
|
+
set_password: Ox,
|
|
23410
|
+
sign_in: Bx,
|
|
23411
|
+
signup: Tx,
|
|
23412
|
+
signup_success: Px,
|
|
23413
|
+
spotify_already_linked_body: Rx,
|
|
23414
|
+
spotify_already_linked_cta: Lx,
|
|
23415
|
+
spotify_already_linked_step1_body: Ux,
|
|
23416
|
+
spotify_already_linked_step1_title: Vx,
|
|
23417
|
+
spotify_already_linked_step2_body: qx,
|
|
23418
|
+
spotify_already_linked_step2_title: Mx,
|
|
23419
|
+
spotify_already_linked_title: zx,
|
|
23420
|
+
support_info: Dx,
|
|
23421
|
+
terms: Fx,
|
|
23422
|
+
unverified_email: Hx,
|
|
23423
|
+
user_account_does_not_exist: Kx,
|
|
23424
|
+
user_not_found: Wx,
|
|
23425
|
+
user_not_found_body: Gx,
|
|
23426
|
+
user_not_found_cta: Jx,
|
|
23427
|
+
validate_code: Zx,
|
|
23428
|
+
validate_email_body: Yx,
|
|
23429
|
+
validate_email_title: Xx,
|
|
23430
|
+
verify_email_click_to_verify: Qx,
|
|
23431
|
+
verify_email_subject: eS,
|
|
23432
|
+
verify_email_title: tS,
|
|
23433
|
+
verify_email_verify: nS,
|
|
23434
|
+
verify_your_email: rS,
|
|
23435
|
+
we_sent_a_code_to: iS,
|
|
23436
|
+
welcome: sS,
|
|
23437
|
+
welcome_to_your_account: oS,
|
|
23438
|
+
yes_continue: aS,
|
|
23439
|
+
yes_continue_with: cS,
|
|
23440
|
+
yes_continue_with_existing_account: lS
|
|
23441
|
+
}, dS = "Account rilevato", pS = "Abbiamo rilevato che l'utente ha già creato un account tramite", fS = "Effettuando l'accesso, l'utente accetta la nostra", hS = "e", gS = "Mancata corrispondenza dell'URL di callback", mS = "Il redirect_uri fornito non è nell'elenco degli URL di callback consentiti.", _S = "continuare con l'utente", yS = "Fare clic sul pulsante per creare un nuovo account con password.", vS = "Inserite il codice all'indirizzo {{vendorName}} per completare il login.", wS = "Benvenuti su {{vendorName}}! {{code}} è il codice di accesso", bS = "Benvenuti su {{vendorName}}! {{code}} è il codice di accesso", kS = "Il codice è valido per 30 minuti", xS = "Confermare la password", SS = "Avete bisogno di aiuto?", AS = "Contattateci", ES = "o continuare con il conto sociale", IS = "Continua con {{provider}}", NS = "Desidera continuare a utilizzare l'account esistente?", CS = "Copyright © 2023 SESAMY. Tutti i diritti riservati.", jS = "©2023 Sesamy", $S = "Scegliete una password con un mix di lettere maiuscole e minuscole, numeri e simboli.", OS = "Inserire un indirizzo e-mail valido.", BS = "Le password non corrispondono. Riprovare.", TS = "Scegliere la password", PS = "La password deve essere lunga almeno 8 caratteri e contenere almeno una lettera minuscola, una lettera maiuscola, un numero e un simbolo.", RS = "Creare un nuovo account", LS = "Iscriviti con la password", US = "Attualmente si è connessi come <0>{{email}}</0>", VS = "Email", qS = "Indirizzo e-mail", MS = "Il tuo indirizzo e-mail è stato convalidato", zS = "Ora inserire la password per accedere nuovamente", DS = "È stata inviata un'e-mail a <0>{{email}}</0> con un link di verifica. Fare clic sul link per verificare l'indirizzo e-mail e impostare una password.", FS = "Email di verifica inviata", HS = "Inserire un codice", KS = "Vi invieremo un link di verifica per assicurarvi di possedere questo indirizzo e-mail.", WS = "Inserire la nuova password", GS = "Inserire la password", JS = "Inserire l'indirizzo e-mail e la password per accedere.", ZS = "Inserire la password", YS = "Il link magico è scaduto. Cliccate sul pulsante sottostante per ricevere un nuovo link nella vostra casella di posta elettronica.", XS = "Abbiamo aggiornato la nostra esperienza di accesso. <0>Clicca qui per saperne di più.</0>", QS = "Inviare l'e-mail di reimpostazione della password", e2 = "Fare clic sul pulsante sottostante per ricevere le istruzioni su come reimpostare la password.", t2 = "Email di reimpostazione della password inviata", n2 = "Hai dimenticato la password?", r2 = "Hai dimenticato la password?", i2 = "Torna indietro", s2 = "Password non valida", o2 = `Il link non è più valido.
|
|
23443
23442
|
|
|
23444
23443
|
Assicuratevi di aprire il link di accesso con lo stesso browser con cui avete iniziato l'accesso.
|
|
23445
23444
|
|
|
23446
|
-
Potete fare clic sul link sottostante per iniziare un nuovo accesso.`,
|
|
23445
|
+
Potete fare clic sul link sottostante per iniziare un nuovo accesso.`, a2 = "Collegamento non valido", c2 = "Fare clic sul pulsante per accedere", l2 = "Accedi", u2 = "Oppure inserire il codice all'indirizzo {{vendorName}} per completare il login.", d2 = "Inserisci il tuo indirizzo e-mail per sbloccare questo spettacolo su {{service}}", p2 = "Collegate il vostro account con {{service}}", f2 = "L'utente ha effettuato l'accesso come", h2 = "Accesso", g2 = "Inserire l'indirizzo e-mail per accedere.", m2 = "Inserite il vostro indirizzo e-mail e vi invieremo un codice di accesso.", _2 = "Inserite il vostro indirizzo e-mail e vi invieremo un link di accesso.", y2 = "Disconnettersi", v2 = "No, voglio usare un altro account", w2 = "o", b2 = "Password", k2 = "La password è stata reimpostata", x2 = "Il successo", S2 = "Modifica della password dell'account {{vendorName}}", A2 = "Modifica della password dell'account {{vendorName}} ", E2 = "Informativa sulla privacy", I2 = "Reindirizzamento", N2 = "Confermare la password", C2 = "Registrazione di una nuova password", j2 = "Reinvio del codice", $2 = "Modifica della password", O2 = "Immettere di seguito la nuova password per l'account e-mail: ", B2 = "Fare clic sul pulsante per reimpostare la password", T2 = "Fare clic sul pulsante per reimpostare la password", P2 = "Reimpostare la password", R2 = "Modifica della password dell'account {{vendorName}} ", L2 = "Reimpostare la password", U2 = "Inviare", V2 = "Inviami un nuovo link magico", q2 = "Ricordate di controllare la cartella spam se l'e-mail non è arrivata.", M2 = "Impostare la password", z2 = "Accedi", D2 = "Iscriviti", F2 = "Iscriviti con successo", H2 = "Sembra che il vostro account Spotify sia attualmente collegato a un altro account Sesamy. Ma non temete, siamo qui per guidarvi attraverso la procedura per risolvere il problema.", K2 = "Vai alla pagina di accesso ai contenuti di Spotify", W2 = `Cominciamo con lo scollegare il vostro account Spotify. Fare clic sul pulsante sottostante per accedere alla pagina di accesso ai contenuti di Spotify. Dopo aver effettuato l'accesso al vostro account Spotify, trovate Sesamy nell'elenco delle piattaforme collegate. Fate clic su "Unlink" accanto al logo di Sesamy.`, G2 = "Passo 1: Disconnettere l'account Spotify", J2 = "Dopo aver scollegato con successo il proprio account Spotify, è possibile ricollegarlo a Sesamy. È sufficiente ripetere i passaggi precedenti che vi hanno portato a questa pagina.", Z2 = "Passo 2: ricollegare l'account Spotify a Sesamy", Y2 = "Ops! Il tuo account Spotify è già collegato", X2 = "Se avete domande o bisogno di assistenza, potete contattare il nostro team di supporto", Q2 = "Termini e condizioni", eA = "Il tuo indirizzo e-mail deve essere convalidato. Abbiamo inviato una nuova e-mail alla tua casella di posta.", tA = "L'account utente non esiste", nA = "L'account utente non esiste", rA = "Non è stato possibile trovare un utente con l'indirizzo e-mail fornito. Si prega di riprovare.", iA = "Riprova.", sA = "Convalida del codice", oA = "Controllate la vostra casella di posta per le istruzioni di convalida dell'e-mail.", aA = "Iscritta", cA = "Fare clic sul pulsante per verificare l'indirizzo e-mail", lA = "Convalidare l'indirizzo e-mail", uA = "Convalidare l'indirizzo e-mail", dA = "Verifica dell'account", pA = "Verificare l'e-mail", fA = "Controllate la vostra e-mail all'indirizzo <0>{{email}}</0> e inserisca il codice a sei cifre che le abbiamo inviato.", hA = "Benvenuti", gA = "Benvenuto nel tuo account {{vendorName}}!", mA = "Continuare con questo account", _A = "Sì, continuare con {{text}}", yA = "Sì, continuare con l'account esistente", vA = {
|
|
23447
23446
|
"Server error: Invalid code": "Codice non valido",
|
|
23448
23447
|
"Wrong email or verification code": {
|
|
23449
23448
|
"": "Email o codice di verifica errati."
|
|
23450
23449
|
},
|
|
23451
|
-
account_detected:
|
|
23452
|
-
account_with_sso_provider:
|
|
23453
|
-
agree_to:
|
|
23454
|
-
and:
|
|
23455
|
-
callback_url_mismatch:
|
|
23456
|
-
callback_url_not_allowed:
|
|
23457
|
-
check_email_title:
|
|
23458
|
-
click_to_sign_up_description:
|
|
23459
|
-
code_email_enter_code:
|
|
23460
|
-
code_email_subject:
|
|
23461
|
-
code_email_title:
|
|
23462
|
-
code_valid_30_minutes:
|
|
23463
|
-
confirm_password:
|
|
23464
|
-
contact_support:
|
|
23465
|
-
contact_us:
|
|
23450
|
+
account_detected: dS,
|
|
23451
|
+
account_with_sso_provider: pS,
|
|
23452
|
+
agree_to: fS,
|
|
23453
|
+
and: hS,
|
|
23454
|
+
callback_url_mismatch: gS,
|
|
23455
|
+
callback_url_not_allowed: mS,
|
|
23456
|
+
check_email_title: _S,
|
|
23457
|
+
click_to_sign_up_description: yS,
|
|
23458
|
+
code_email_enter_code: vS,
|
|
23459
|
+
code_email_subject: wS,
|
|
23460
|
+
code_email_title: bS,
|
|
23461
|
+
code_valid_30_minutes: kS,
|
|
23462
|
+
confirm_password: xS,
|
|
23463
|
+
contact_support: SS,
|
|
23464
|
+
contact_us: AS,
|
|
23466
23465
|
continue: "Continua",
|
|
23467
|
-
continue_social_login:
|
|
23468
|
-
continue_with:
|
|
23469
|
-
continue_with_sso_provider_headline:
|
|
23470
|
-
copyright:
|
|
23471
|
-
copyright_sesamy:
|
|
23472
|
-
create_account_description:
|
|
23473
|
-
create_account_email_invalid:
|
|
23474
|
-
create_account_passwords_didnt_match:
|
|
23475
|
-
create_account_title:
|
|
23476
|
-
create_account_weak_password:
|
|
23477
|
-
create_new_account_link:
|
|
23478
|
-
create_password_account_title:
|
|
23479
|
-
currently_logged_in_as:
|
|
23480
|
-
email:
|
|
23481
|
-
email_placeholder:
|
|
23482
|
-
email_validated:
|
|
23483
|
-
email_validated_cta:
|
|
23484
|
-
email_verification_for_signup_sent_description:
|
|
23485
|
-
email_verification_for_signup_sent_title:
|
|
23486
|
-
enter_a_code_btn:
|
|
23487
|
-
enter_email_for_verification_description:
|
|
23488
|
-
enter_new_password_placeholder:
|
|
23489
|
-
enter_password:
|
|
23490
|
-
enter_password_description:
|
|
23491
|
-
enter_your_password_btn:
|
|
23492
|
-
expired_code:
|
|
23493
|
-
fokus_info_message:
|
|
23494
|
-
forgot_password_cta:
|
|
23495
|
-
forgot_password_description:
|
|
23496
|
-
forgot_password_email_sent:
|
|
23497
|
-
forgot_password_link:
|
|
23498
|
-
forgot_password_title:
|
|
23499
|
-
go_back:
|
|
23466
|
+
continue_social_login: ES,
|
|
23467
|
+
continue_with: IS,
|
|
23468
|
+
continue_with_sso_provider_headline: NS,
|
|
23469
|
+
copyright: CS,
|
|
23470
|
+
copyright_sesamy: jS,
|
|
23471
|
+
create_account_description: $S,
|
|
23472
|
+
create_account_email_invalid: OS,
|
|
23473
|
+
create_account_passwords_didnt_match: BS,
|
|
23474
|
+
create_account_title: TS,
|
|
23475
|
+
create_account_weak_password: PS,
|
|
23476
|
+
create_new_account_link: RS,
|
|
23477
|
+
create_password_account_title: LS,
|
|
23478
|
+
currently_logged_in_as: US,
|
|
23479
|
+
email: VS,
|
|
23480
|
+
email_placeholder: qS,
|
|
23481
|
+
email_validated: MS,
|
|
23482
|
+
email_validated_cta: zS,
|
|
23483
|
+
email_verification_for_signup_sent_description: DS,
|
|
23484
|
+
email_verification_for_signup_sent_title: FS,
|
|
23485
|
+
enter_a_code_btn: HS,
|
|
23486
|
+
enter_email_for_verification_description: KS,
|
|
23487
|
+
enter_new_password_placeholder: WS,
|
|
23488
|
+
enter_password: GS,
|
|
23489
|
+
enter_password_description: JS,
|
|
23490
|
+
enter_your_password_btn: ZS,
|
|
23491
|
+
expired_code: YS,
|
|
23492
|
+
fokus_info_message: XS,
|
|
23493
|
+
forgot_password_cta: QS,
|
|
23494
|
+
forgot_password_description: e2,
|
|
23495
|
+
forgot_password_email_sent: t2,
|
|
23496
|
+
forgot_password_link: n2,
|
|
23497
|
+
forgot_password_title: r2,
|
|
23498
|
+
go_back: i2,
|
|
23500
23499
|
"invalid-email": "Email non valida",
|
|
23501
|
-
invalid_password:
|
|
23502
|
-
invalid_session_body:
|
|
23503
|
-
invalid_session_title:
|
|
23504
|
-
link_email_click_to_login:
|
|
23505
|
-
link_email_login:
|
|
23506
|
-
link_email_or_enter_code:
|
|
23507
|
-
link_page_body:
|
|
23508
|
-
link_page_headline:
|
|
23509
|
-
logged_in_as:
|
|
23510
|
-
login:
|
|
23511
|
-
login_description:
|
|
23512
|
-
login_description_code:
|
|
23513
|
-
login_description_link:
|
|
23514
|
-
logout:
|
|
23515
|
-
no_use_another:
|
|
23516
|
-
or:
|
|
23517
|
-
password:
|
|
23518
|
-
password_has_been_reset:
|
|
23519
|
-
password_has_been_reset_title:
|
|
23520
|
-
password_reset_subject:
|
|
23521
|
-
password_reset_title:
|
|
23522
|
-
privacy_policy:
|
|
23523
|
-
redirecting:
|
|
23524
|
-
reenter_new_password_placeholder:
|
|
23525
|
-
register_password_account:
|
|
23526
|
-
resend_code:
|
|
23527
|
-
reset_password_cta:
|
|
23528
|
-
reset_password_description:
|
|
23529
|
-
reset_password_email_click_to_reset:
|
|
23530
|
-
reset_password_email_cta:
|
|
23531
|
-
reset_password_email_reset:
|
|
23532
|
-
reset_password_subject:
|
|
23533
|
-
reset_password_title:
|
|
23534
|
-
send:
|
|
23535
|
-
send_me_a_new_magic_link:
|
|
23536
|
-
sent_code_spam:
|
|
23537
|
-
set_password:
|
|
23538
|
-
sign_in:
|
|
23539
|
-
signup:
|
|
23540
|
-
signup_success:
|
|
23541
|
-
spotify_already_linked_body:
|
|
23542
|
-
spotify_already_linked_cta:
|
|
23543
|
-
spotify_already_linked_step1_body:
|
|
23544
|
-
spotify_already_linked_step1_title:
|
|
23545
|
-
spotify_already_linked_step2_body:
|
|
23546
|
-
spotify_already_linked_step2_title:
|
|
23547
|
-
spotify_already_linked_title:
|
|
23548
|
-
support_info:
|
|
23549
|
-
terms:
|
|
23550
|
-
unverified_email:
|
|
23551
|
-
user_account_does_not_exist:
|
|
23552
|
-
user_not_found:
|
|
23553
|
-
user_not_found_body:
|
|
23554
|
-
user_not_found_cta:
|
|
23555
|
-
validate_code:
|
|
23556
|
-
validate_email_body:
|
|
23557
|
-
validate_email_title:
|
|
23558
|
-
verify_email_click_to_verify:
|
|
23559
|
-
verify_email_subject:
|
|
23560
|
-
verify_email_title:
|
|
23561
|
-
verify_email_verify:
|
|
23562
|
-
verify_your_email:
|
|
23563
|
-
we_sent_a_code_to:
|
|
23564
|
-
welcome:
|
|
23565
|
-
welcome_to_your_account:
|
|
23566
|
-
yes_continue:
|
|
23567
|
-
yes_continue_with:
|
|
23568
|
-
yes_continue_with_existing_account:
|
|
23569
|
-
},
|
|
23500
|
+
invalid_password: s2,
|
|
23501
|
+
invalid_session_body: o2,
|
|
23502
|
+
invalid_session_title: a2,
|
|
23503
|
+
link_email_click_to_login: c2,
|
|
23504
|
+
link_email_login: l2,
|
|
23505
|
+
link_email_or_enter_code: u2,
|
|
23506
|
+
link_page_body: d2,
|
|
23507
|
+
link_page_headline: p2,
|
|
23508
|
+
logged_in_as: f2,
|
|
23509
|
+
login: h2,
|
|
23510
|
+
login_description: g2,
|
|
23511
|
+
login_description_code: m2,
|
|
23512
|
+
login_description_link: _2,
|
|
23513
|
+
logout: y2,
|
|
23514
|
+
no_use_another: v2,
|
|
23515
|
+
or: w2,
|
|
23516
|
+
password: b2,
|
|
23517
|
+
password_has_been_reset: k2,
|
|
23518
|
+
password_has_been_reset_title: x2,
|
|
23519
|
+
password_reset_subject: S2,
|
|
23520
|
+
password_reset_title: A2,
|
|
23521
|
+
privacy_policy: E2,
|
|
23522
|
+
redirecting: I2,
|
|
23523
|
+
reenter_new_password_placeholder: N2,
|
|
23524
|
+
register_password_account: C2,
|
|
23525
|
+
resend_code: j2,
|
|
23526
|
+
reset_password_cta: $2,
|
|
23527
|
+
reset_password_description: O2,
|
|
23528
|
+
reset_password_email_click_to_reset: B2,
|
|
23529
|
+
reset_password_email_cta: T2,
|
|
23530
|
+
reset_password_email_reset: P2,
|
|
23531
|
+
reset_password_subject: R2,
|
|
23532
|
+
reset_password_title: L2,
|
|
23533
|
+
send: U2,
|
|
23534
|
+
send_me_a_new_magic_link: V2,
|
|
23535
|
+
sent_code_spam: q2,
|
|
23536
|
+
set_password: M2,
|
|
23537
|
+
sign_in: z2,
|
|
23538
|
+
signup: D2,
|
|
23539
|
+
signup_success: F2,
|
|
23540
|
+
spotify_already_linked_body: H2,
|
|
23541
|
+
spotify_already_linked_cta: K2,
|
|
23542
|
+
spotify_already_linked_step1_body: W2,
|
|
23543
|
+
spotify_already_linked_step1_title: G2,
|
|
23544
|
+
spotify_already_linked_step2_body: J2,
|
|
23545
|
+
spotify_already_linked_step2_title: Z2,
|
|
23546
|
+
spotify_already_linked_title: Y2,
|
|
23547
|
+
support_info: X2,
|
|
23548
|
+
terms: Q2,
|
|
23549
|
+
unverified_email: eA,
|
|
23550
|
+
user_account_does_not_exist: tA,
|
|
23551
|
+
user_not_found: nA,
|
|
23552
|
+
user_not_found_body: rA,
|
|
23553
|
+
user_not_found_cta: iA,
|
|
23554
|
+
validate_code: sA,
|
|
23555
|
+
validate_email_body: oA,
|
|
23556
|
+
validate_email_title: aA,
|
|
23557
|
+
verify_email_click_to_verify: cA,
|
|
23558
|
+
verify_email_subject: lA,
|
|
23559
|
+
verify_email_title: uA,
|
|
23560
|
+
verify_email_verify: dA,
|
|
23561
|
+
verify_your_email: pA,
|
|
23562
|
+
we_sent_a_code_to: fA,
|
|
23563
|
+
welcome: hA,
|
|
23564
|
+
welcome_to_your_account: gA,
|
|
23565
|
+
yes_continue: mA,
|
|
23566
|
+
yes_continue_with: _A,
|
|
23567
|
+
yes_continue_with_existing_account: yA
|
|
23568
|
+
}, wA = "Konto oppdaget", bA = "Vi har oppdaget at du allerede har opprettet en konto gjennom", kA = "Ved å logge på godtar du vår", xA = "og", SA = "Callback-URLen samsvarer ikke", AA = "Den oppgitte redirect_uri er ikke på listen over tillatte tilbakeringings-URLer.", EA = "fortsett med bruker", IA = "Klikk på knappen for å opprette en ny passordkonto.", NA = "Skriv inn koden på {{vendorName}} for å fullføre påloggingen", CA = "Velkommen til {{vendorName}} ! {{code}} er påloggingskoden", jA = "Velkommen til {{vendorName}}! {{code}} er påloggingskoden", $A = "Koden er gyldig i 30 minutter", OA = "Bekreft passord", BA = "Trenger hjelp?", TA = "Kontakt oss", PA = "eller fortsett med sosial konto", RA = "Fortsett med {{provider}}", LA = "Vil du fortsette med din eksisterende konto?", UA = "Opphavsrett © 2023 SESAMY. Alle rettigheter forbeholdt.", VA = "©2023 Sesamy", qA = "Velg et passord med en blanding av store og små bokstaver, tall og symboler.", MA = "Vennligst skriv inn en gyldig e-postadresse.", zA = "Passordene stemte ikke overens. Prøv igjen.", DA = "Velg passord", FA = "Passordet må være på minst 8 tegn og inneholde minst én liten bokstav, én stor bokstav, ett tall og ett symbol.", HA = "Opprett ny konto", KA = "Registrer deg med passord", WA = "Du er logget på som <0> {{email}}</0>", GA = "E-post", JA = "E-postadresse", ZA = "E-postadressen din har blitt validert", YA = "Skriv nå inn passordet ditt for å logge inn igjen", XA = "En e-post har blitt sendt til <0>{{email}}</0> med en bekreftelseslenke. Klikk på lenken for å bekrefte e-postadressen din og angi et passord.", QA = "E-postbekreftelse sendt", e4 = "Angi en kode", t4 = "Vi sender deg en bekreftelseskobling for å sikre at du eier denne e-postadressen.", n4 = "Skriv inn nytt passord", r4 = "Oppgi passord", i4 = "Skriv inn e-postadressen og passordet ditt for å logge inn.", s4 = "Skriv inn passordet ditt", o4 = "Den magiske lenken er utløpt. Vennligst klikk på knappen nedenfor for å motta en ny lenke i innboksen din.", a4 = "Hei! Vi oppdaterte påloggingsopplevelsen vår. <0>Klikk her for å lære mer om det.</0>", c4 = "Send e-post om tilbakestilling av passord", l4 = "Klikk på knappen nedenfor, så sender vi deg instruksjoner om hvordan du tilbakestiller passordet ditt.", u4 = "E-post om tilbakestilling av passord sendt", d4 = "Har du glemt passordet?", p4 = "Har du glemt passordet?", f4 = "Gå tilbake", h4 = "Ugyldig passord", g4 = `Lenken er ikke lenger gyldig.
|
|
23570
23569
|
|
|
23571
23570
|
Sørg for å åpne påloggingslenken i samme nettleser som du startet påloggingen med.
|
|
23572
23571
|
|
|
23573
|
-
Du kan klikke på lenken nedenfor for å starte en ny pålogging.`,
|
|
23572
|
+
Du kan klikke på lenken nedenfor for å starte en ny pålogging.`, m4 = "Ugyldig lenke", _4 = "Klikk på knappen for å logge inn", y4 = "Logg inn", v4 = "Eller skriv inn koden på {{vendorName}} for å fullføre påloggingen.", w4 = "Skriv inn e-postadressen din for å låse opp dette programmet på {{service}}", b4 = "Koble kontoen din til {{service}}", k4 = "Du er innlogget som", x4 = "Logg inn", S4 = "Skriv inn e-postadressen din for å logge på.", A4 = "Skriv inn e-postadressen din og vi sender deg en påloggingskode.", E4 = "Skriv inn e-postadressen din og vi sender deg en påloggingslenke.", I4 = "Logg ut", N4 = "Nei, jeg vil bruke en annen konto", C4 = "eller", j4 = "Passord", $4 = "Passordet har blitt tilbakestilt", O4 = "Suksess", B4 = "Endre passord for {{vendorName}} kontoen din", T4 = "Endre passord for {{vendorName}} kontoen din", P4 = "Personvernerklæring", R4 = "Omdirigerer", L4 = "Bekreft passord", U4 = "Registrer et nytt passord", V4 = "Send kode på nytt", q4 = "Endre passord", M4 = "Skriv inn det nye passordet for e-postkontoen nedenfor: ", z4 = "Klikk på knappen for å tilbakestille passordet ditt", D4 = "Klikk på knappen for å tilbakestille passordet ditt", F4 = "Tilbakestill passordet ditt", H4 = "Endre passord for {{vendorName}} -kontoen din", K4 = "Tilbakestill passord", W4 = "Send", G4 = "Send meg en ny magisk lenke", J4 = "Husk å sjekke søppelpostmappen din hvis e-posten ikke kom.", Z4 = "Angi passord", Y4 = "Logg inn", X4 = "Påmelding", Q4 = "Vellykket registrering", eE = "Det ser ut til at Spotify-kontoen din for øyeblikket er koblet til en annen Sesamy-konto. Men ikke vær redd, vi er her for å veilede deg gjennom prosessen for å få dette fikset.", tE = "Gå til Spotifys innholdstilgangsside", nE = 'La oss starte med å koble fra Spotify-kontoen din. Klikk på knappen nedenfor for å gå til Spotifys innholdstilgang-side. Etter at du har logget på Spotify-kontoen din, finner du Sesamy på listen over tilkoblede plattformer. Klikk "Fjern kobling" ved siden av Sesamy-logoen.', rE = "Trinn 1: Koble fra Spotify-kontoen din", iE = "Når du har koblet fra Spotify-kontoen din, kan du koble den til Sesamy på nytt. Bare gjenta trinnene du tidligere tok som førte deg til denne siden.", sE = "Trinn 2: Koble Spotify-kontoen din til Sesamy på nytt", oE = "Oops! Spotify-kontoen din er allerede koblet", aE = "Hvis du har spørsmål eller trenger hjelp, kan du kontakte supportteamet vårt", cE = "vilkår", lE = "E-postadressen din må bekreftes. Vi har sendt en ny e-post til innboksen din.", uE = "Brukerkonto eksisterer ikke", dE = "Brukerkonto eksisterer ikke", pE = "Vi kunne ikke finne en bruker med den oppgitte e-postadressen. Vær så snill, prøv på nytt.", fE = "Prøv igjen.", hE = "Bekreft koden", gE = "Sjekk innboksen din for instruksjoner om e-postvalidering.", mE = "Registrerte seg", _E = "Klikk på knappen for å bekrefte e-postadressen din", yE = "Bekreft e-postadressen din", vE = "Bekreft e-postadressen din", wE = "Bekreft konto", bE = "Bekreft e-posten din", kE = "Vennligst sjekk e-posten din på <0>{{email}}</0> og skriv inn den sekssifrede koden som vi har sendt deg.", xE = "Velkommen", SE = "Velkommen til din brukerkonto hos {{vendorName}} !", AE = "Fortsett med denne kontoen", EE = "Ja, fortsett med {{text}}", IE = "Ja, fortsett med eksisterende konto", NE = {
|
|
23574
23573
|
"Server error: Invalid code": "Ugyldig kode",
|
|
23575
23574
|
"Wrong email or verification code": {
|
|
23576
23575
|
"": "Feil e-post eller bekreftelseskode."
|
|
23577
23576
|
},
|
|
23578
|
-
account_detected:
|
|
23579
|
-
account_with_sso_provider:
|
|
23580
|
-
agree_to:
|
|
23581
|
-
and:
|
|
23582
|
-
callback_url_mismatch:
|
|
23583
|
-
callback_url_not_allowed:
|
|
23584
|
-
check_email_title:
|
|
23585
|
-
click_to_sign_up_description:
|
|
23586
|
-
code_email_enter_code:
|
|
23587
|
-
code_email_subject:
|
|
23588
|
-
code_email_title:
|
|
23589
|
-
code_valid_30_minutes:
|
|
23590
|
-
confirm_password:
|
|
23591
|
-
contact_support:
|
|
23592
|
-
contact_us:
|
|
23577
|
+
account_detected: wA,
|
|
23578
|
+
account_with_sso_provider: bA,
|
|
23579
|
+
agree_to: kA,
|
|
23580
|
+
and: xA,
|
|
23581
|
+
callback_url_mismatch: SA,
|
|
23582
|
+
callback_url_not_allowed: AA,
|
|
23583
|
+
check_email_title: EA,
|
|
23584
|
+
click_to_sign_up_description: IA,
|
|
23585
|
+
code_email_enter_code: NA,
|
|
23586
|
+
code_email_subject: CA,
|
|
23587
|
+
code_email_title: jA,
|
|
23588
|
+
code_valid_30_minutes: $A,
|
|
23589
|
+
confirm_password: OA,
|
|
23590
|
+
contact_support: BA,
|
|
23591
|
+
contact_us: TA,
|
|
23593
23592
|
continue: "Fortsette",
|
|
23594
|
-
continue_social_login:
|
|
23595
|
-
continue_with:
|
|
23596
|
-
continue_with_sso_provider_headline:
|
|
23597
|
-
copyright:
|
|
23598
|
-
copyright_sesamy:
|
|
23599
|
-
create_account_description:
|
|
23600
|
-
create_account_email_invalid:
|
|
23601
|
-
create_account_passwords_didnt_match:
|
|
23602
|
-
create_account_title:
|
|
23603
|
-
create_account_weak_password:
|
|
23604
|
-
create_new_account_link:
|
|
23605
|
-
create_password_account_title:
|
|
23606
|
-
currently_logged_in_as:
|
|
23607
|
-
email:
|
|
23608
|
-
email_placeholder:
|
|
23609
|
-
email_validated:
|
|
23610
|
-
email_validated_cta:
|
|
23611
|
-
email_verification_for_signup_sent_description:
|
|
23612
|
-
email_verification_for_signup_sent_title:
|
|
23613
|
-
enter_a_code_btn:
|
|
23614
|
-
enter_email_for_verification_description:
|
|
23615
|
-
enter_new_password_placeholder:
|
|
23616
|
-
enter_password:
|
|
23617
|
-
enter_password_description:
|
|
23618
|
-
enter_your_password_btn:
|
|
23619
|
-
expired_code:
|
|
23620
|
-
fokus_info_message:
|
|
23621
|
-
forgot_password_cta:
|
|
23622
|
-
forgot_password_description:
|
|
23623
|
-
forgot_password_email_sent:
|
|
23624
|
-
forgot_password_link:
|
|
23625
|
-
forgot_password_title:
|
|
23626
|
-
go_back:
|
|
23593
|
+
continue_social_login: PA,
|
|
23594
|
+
continue_with: RA,
|
|
23595
|
+
continue_with_sso_provider_headline: LA,
|
|
23596
|
+
copyright: UA,
|
|
23597
|
+
copyright_sesamy: VA,
|
|
23598
|
+
create_account_description: qA,
|
|
23599
|
+
create_account_email_invalid: MA,
|
|
23600
|
+
create_account_passwords_didnt_match: zA,
|
|
23601
|
+
create_account_title: DA,
|
|
23602
|
+
create_account_weak_password: FA,
|
|
23603
|
+
create_new_account_link: HA,
|
|
23604
|
+
create_password_account_title: KA,
|
|
23605
|
+
currently_logged_in_as: WA,
|
|
23606
|
+
email: GA,
|
|
23607
|
+
email_placeholder: JA,
|
|
23608
|
+
email_validated: ZA,
|
|
23609
|
+
email_validated_cta: YA,
|
|
23610
|
+
email_verification_for_signup_sent_description: XA,
|
|
23611
|
+
email_verification_for_signup_sent_title: QA,
|
|
23612
|
+
enter_a_code_btn: e4,
|
|
23613
|
+
enter_email_for_verification_description: t4,
|
|
23614
|
+
enter_new_password_placeholder: n4,
|
|
23615
|
+
enter_password: r4,
|
|
23616
|
+
enter_password_description: i4,
|
|
23617
|
+
enter_your_password_btn: s4,
|
|
23618
|
+
expired_code: o4,
|
|
23619
|
+
fokus_info_message: a4,
|
|
23620
|
+
forgot_password_cta: c4,
|
|
23621
|
+
forgot_password_description: l4,
|
|
23622
|
+
forgot_password_email_sent: u4,
|
|
23623
|
+
forgot_password_link: d4,
|
|
23624
|
+
forgot_password_title: p4,
|
|
23625
|
+
go_back: f4,
|
|
23627
23626
|
"invalid-email": "Ugyldig epost",
|
|
23628
|
-
invalid_password:
|
|
23629
|
-
invalid_session_body:
|
|
23630
|
-
invalid_session_title:
|
|
23631
|
-
link_email_click_to_login:
|
|
23632
|
-
link_email_login:
|
|
23633
|
-
link_email_or_enter_code:
|
|
23634
|
-
link_page_body:
|
|
23635
|
-
link_page_headline:
|
|
23636
|
-
logged_in_as:
|
|
23637
|
-
login:
|
|
23638
|
-
login_description:
|
|
23639
|
-
login_description_code:
|
|
23640
|
-
login_description_link:
|
|
23641
|
-
logout:
|
|
23642
|
-
no_use_another:
|
|
23643
|
-
or:
|
|
23644
|
-
password:
|
|
23645
|
-
password_has_been_reset:
|
|
23646
|
-
password_has_been_reset_title:
|
|
23647
|
-
password_reset_subject:
|
|
23648
|
-
password_reset_title:
|
|
23649
|
-
privacy_policy:
|
|
23650
|
-
redirecting:
|
|
23651
|
-
reenter_new_password_placeholder:
|
|
23652
|
-
register_password_account:
|
|
23653
|
-
resend_code:
|
|
23654
|
-
reset_password_cta:
|
|
23655
|
-
reset_password_description:
|
|
23656
|
-
reset_password_email_click_to_reset:
|
|
23657
|
-
reset_password_email_cta:
|
|
23658
|
-
reset_password_email_reset:
|
|
23659
|
-
reset_password_subject:
|
|
23660
|
-
reset_password_title:
|
|
23661
|
-
send:
|
|
23662
|
-
send_me_a_new_magic_link:
|
|
23663
|
-
sent_code_spam:
|
|
23664
|
-
set_password:
|
|
23665
|
-
sign_in:
|
|
23666
|
-
signup:
|
|
23667
|
-
signup_success:
|
|
23668
|
-
spotify_already_linked_body:
|
|
23669
|
-
spotify_already_linked_cta:
|
|
23670
|
-
spotify_already_linked_step1_body:
|
|
23671
|
-
spotify_already_linked_step1_title:
|
|
23672
|
-
spotify_already_linked_step2_body:
|
|
23673
|
-
spotify_already_linked_step2_title:
|
|
23674
|
-
spotify_already_linked_title:
|
|
23675
|
-
support_info:
|
|
23676
|
-
terms:
|
|
23677
|
-
unverified_email:
|
|
23678
|
-
user_account_does_not_exist:
|
|
23679
|
-
user_not_found:
|
|
23680
|
-
user_not_found_body:
|
|
23681
|
-
user_not_found_cta:
|
|
23682
|
-
validate_code:
|
|
23683
|
-
validate_email_body:
|
|
23684
|
-
validate_email_title:
|
|
23685
|
-
verify_email_click_to_verify:
|
|
23686
|
-
verify_email_subject:
|
|
23687
|
-
verify_email_title:
|
|
23688
|
-
verify_email_verify:
|
|
23689
|
-
verify_your_email:
|
|
23690
|
-
we_sent_a_code_to:
|
|
23691
|
-
welcome:
|
|
23692
|
-
welcome_to_your_account:
|
|
23693
|
-
yes_continue:
|
|
23694
|
-
yes_continue_with:
|
|
23695
|
-
yes_continue_with_existing_account:
|
|
23696
|
-
},
|
|
23627
|
+
invalid_password: h4,
|
|
23628
|
+
invalid_session_body: g4,
|
|
23629
|
+
invalid_session_title: m4,
|
|
23630
|
+
link_email_click_to_login: _4,
|
|
23631
|
+
link_email_login: y4,
|
|
23632
|
+
link_email_or_enter_code: v4,
|
|
23633
|
+
link_page_body: w4,
|
|
23634
|
+
link_page_headline: b4,
|
|
23635
|
+
logged_in_as: k4,
|
|
23636
|
+
login: x4,
|
|
23637
|
+
login_description: S4,
|
|
23638
|
+
login_description_code: A4,
|
|
23639
|
+
login_description_link: E4,
|
|
23640
|
+
logout: I4,
|
|
23641
|
+
no_use_another: N4,
|
|
23642
|
+
or: C4,
|
|
23643
|
+
password: j4,
|
|
23644
|
+
password_has_been_reset: $4,
|
|
23645
|
+
password_has_been_reset_title: O4,
|
|
23646
|
+
password_reset_subject: B4,
|
|
23647
|
+
password_reset_title: T4,
|
|
23648
|
+
privacy_policy: P4,
|
|
23649
|
+
redirecting: R4,
|
|
23650
|
+
reenter_new_password_placeholder: L4,
|
|
23651
|
+
register_password_account: U4,
|
|
23652
|
+
resend_code: V4,
|
|
23653
|
+
reset_password_cta: q4,
|
|
23654
|
+
reset_password_description: M4,
|
|
23655
|
+
reset_password_email_click_to_reset: z4,
|
|
23656
|
+
reset_password_email_cta: D4,
|
|
23657
|
+
reset_password_email_reset: F4,
|
|
23658
|
+
reset_password_subject: H4,
|
|
23659
|
+
reset_password_title: K4,
|
|
23660
|
+
send: W4,
|
|
23661
|
+
send_me_a_new_magic_link: G4,
|
|
23662
|
+
sent_code_spam: J4,
|
|
23663
|
+
set_password: Z4,
|
|
23664
|
+
sign_in: Y4,
|
|
23665
|
+
signup: X4,
|
|
23666
|
+
signup_success: Q4,
|
|
23667
|
+
spotify_already_linked_body: eE,
|
|
23668
|
+
spotify_already_linked_cta: tE,
|
|
23669
|
+
spotify_already_linked_step1_body: nE,
|
|
23670
|
+
spotify_already_linked_step1_title: rE,
|
|
23671
|
+
spotify_already_linked_step2_body: iE,
|
|
23672
|
+
spotify_already_linked_step2_title: sE,
|
|
23673
|
+
spotify_already_linked_title: oE,
|
|
23674
|
+
support_info: aE,
|
|
23675
|
+
terms: cE,
|
|
23676
|
+
unverified_email: lE,
|
|
23677
|
+
user_account_does_not_exist: uE,
|
|
23678
|
+
user_not_found: dE,
|
|
23679
|
+
user_not_found_body: pE,
|
|
23680
|
+
user_not_found_cta: fE,
|
|
23681
|
+
validate_code: hE,
|
|
23682
|
+
validate_email_body: gE,
|
|
23683
|
+
validate_email_title: mE,
|
|
23684
|
+
verify_email_click_to_verify: _E,
|
|
23685
|
+
verify_email_subject: yE,
|
|
23686
|
+
verify_email_title: vE,
|
|
23687
|
+
verify_email_verify: wE,
|
|
23688
|
+
verify_your_email: bE,
|
|
23689
|
+
we_sent_a_code_to: kE,
|
|
23690
|
+
welcome: xE,
|
|
23691
|
+
welcome_to_your_account: SE,
|
|
23692
|
+
yes_continue: AE,
|
|
23693
|
+
yes_continue_with: EE,
|
|
23694
|
+
yes_continue_with_existing_account: IE
|
|
23695
|
+
}, CE = "Fortsätt med existerande konto", jE = "Det verkar som att du redan har skapat ett konto genom", $E = "Genom att logga in godkänner du våra", OE = "och", BE = "Callback URL mismatch", TE = "The provided redirect_uri is not in the list of allowed callback URLs.", PE = "fortsätt med användaren", RE = "Klicka på knappen för att skapa ett nytt lösenordskonto.", LE = "Skriv in koden på {{vendorName}} för att slutföra inloggningen", UE = "Välkommen till {{vendorName}}! {{code}} är koden för att logga in", VE = "Välkommen till {{vendorName}}! {{code}} är koden för att logga in", qE = "Koden är giltig i 30 minuter", ME = "Bekräfta lösenord", zE = "Behöver du hjälp?", DE = "Kontakta oss", FE = "eller via sociala medier", HE = "Fortsätt med {{provider}}", KE = "Vill du fortsätta med det här kontot?", WE = "Copyright © 2023 SESAMY. Alla rättigheter förbehållna.", GE = "©2023 Sesamy", JE = "Välj ett lösenord med en blandning av stora och små bokstäver, siffror och symboler.", ZE = "Ange en giltig e-postadress.", YE = "Lösenorden stämde inte överens. Försök igen.", XE = "Välj lösenord", QE = "Lösenordet måste vara minst 8 tecken långt och innehålla minst en gemen bokstav, en versal bokstav, en siffra och en symbol.", e3 = "Skapa nytt konto", t3 = "Registrera dig med lösenord", n3 = "Du är inloggad som <0>{{email}}</0>", r3 = "E-postadress", i3 = "E-postadress", s3 = "Din e-postadress har validerats", o3 = "Ange nu ditt lösenord för att logga in igen", a3 = "Ett e-postmeddelande har skickats till <0>{{email}}</0> med en verifieringslänk. Vänligen klicka på länken för att verifiera din e-postadress och välja ett lösenord.", c3 = "E-postverifiering skickad", l3 = "Logga in med kod", u3 = "Vi skickar dig en verifieringslänk för att säkerställa att du äger den här e-postadressen.", d3 = "Ange nytt lösenord", p3 = "Ange lösenord", f3 = "Ange din e-postadress och ditt lösenord för att logga in.", h3 = "Logga in med lösenord", g3 = "Länken är inte längre giltig. Klicka på knappen för att skicka en ny länk till din epost.", m3 = "Vi har bytt inloggningssystem, <0>här kan du läsa mer om vad det innebär</0>", _3 = "Skicka", y3 = "Klicka på knappen nedan så skickar vi instruktioner om hur du återställer ditt lösenord.", v3 = "Vi har skickat ett e-postmeddelande med instruktioner om hur du återställer ditt lösenord till den e-postadress du angav.", w3 = "Har du glömt lösenordet?", b3 = "Har du glömt lösenordet?", k3 = "Gå tillbaka", x3 = "Ogiltigt lösenord", S3 = `Länken är inte längre giltig.
|
|
23697
23696
|
|
|
23698
23697
|
Vänligen se till att öppna inloggningslänken i samma webbläsare som du startade inloggningen med.
|
|
23699
23698
|
|
|
23700
|
-
Du kan klicka på länken nedan för att starta en ny inloggning.`,
|
|
23699
|
+
Du kan klicka på länken nedan för att starta en ny inloggning.`, A3 = "Ogiltig länk", E3 = "Klicka på knappen för att logga in", I3 = "Logga in", N3 = "Eller skriv in koden på {{vendorName}} för att slutföra inloggningen.", C3 = "Ange din epost för att låsa upp den här showen på {{service}}", j3 = "Koppla ditt konto till {{service}}", $3 = "Du är inloggad som", O3 = "Logga in", B3 = "Ange din e-postadress för att logga in.", T3 = "Ange din mejladress, så skickar vi en kod till dig som du kan logga in med.", P3 = "Ange din mejladress, så skickar vi en länk till dig som du kan logga in med.", R3 = "Logga ut", L3 = "Nej, jag vill använda ett annat konto", U3 = "eller", V3 = "Lösenord", q3 = "Lösenordet har återställts", M3 = "Framgång", z3 = "Byt lösenord för ditt {{vendorName}} konto", D3 = "Byt lösenord för ditt {{vendorName}} konto", F3 = "Integritetspolicy", H3 = "Du skickas vidare", K3 = "Bekräfta lösenord", W3 = "Registrera ett nytt lösenord", G3 = "Skicka koden igen", J3 = "Ändra lösenord", Z3 = "Ange ditt nya lösenord nedan för e-postkontot: ", Y3 = "Klicka på knappen för att återställa ditt lösenord", X3 = "Klicka på knappen för att återställa ditt lösenord", Q3 = "Återställ ditt lösenord", eI = "Byt lösenord för ditt {{vendorName}} konto", tI = "Återställ lösenord", nI = "Skicka", rI = "Skicka en ny inloggninglänk", iI = "Kom ihåg att kontrollera din skräppost om du inte kan hitta mailet vi har skickat.", sI = "Välj lösenord", oI = "Logga in", aI = "Registrera dig", cI = "Registrera dig framgångsrik", lI = "Det verkar som att ditt Spotify-konto för närvarande är kopplat till ett annat Sesamy-konto. Ingen fara, vi är här för att guida dig genom processen för att lösa detta.", uI = "Gå till Spotify's Content Access sida", dI = `Vi börjar med att avlänka ditt Spotify-konto. Klicka på knappen nedan för att komma till Spotify's Content Access sida. När du har loggat in på ditt Spotify-konto, leta upp Sesamy i listan över anslutna plattformar. Klicka på "Unlink" bredvid Sesamys logotyp.`, pI = "Steg 1: Avlänka ditt Spotify-konto", fI = "När du har avlänkat ditt Spotify-konto kan du koppla det till Sesamy igen. Upprepa helt enkelt de steg du tog som ledde dig till den här sidan.", hI = "Steg 2: Koppla ditt Spotify-konto till Sesamy igen", gI = "Oj! Ditt Spotify-konto är redan kopplat", mI = "Om du har frågor eller behöver hjälp kan du kontakta vårt supportteam", _I = "Villkor", yI = "Din e-postadress behöver valideras. Vi har skickat ett nytt e-postmeddelande till din inkorg", vI = "Kontot existerar inte", wI = "Kontot extisterar inte", bI = "Vi kan inte hitta en användare med denna eposten. Vänligen försök igen.", kI = "Försök igen.", xI = "Validera kod", SI = "Kontrollera din inkorg för instruktioner om validering av e-post.", AI = "Registrerad", EI = "Klicka på knappen för att verifiera din e-postadress", II = "Bekräfta din e-postadress", NI = "Bekräfta din e-postadress", CI = "Verifiera konto", jI = "Ange engångskod", $I = "Vänligen kontrollera din e-post för <0>{{email}}</0> och ange den sexsiffriga koden som vi har skickat till dig.", OI = "Välkommen", BI = "Välkommen till ditt {{vendorName}}-konto!", TI = "Fortsätt med konto", PI = "Ja, fortsätt med {{text}}", RI = "Ja, fortsätt med detta kontot", LI = {
|
|
23701
23700
|
"Server error: Invalid code": "Koden är inte giltig",
|
|
23702
23701
|
"Wrong email or verification code": {
|
|
23703
23702
|
"": "Fel e-post eller verifieringskod."
|
|
23704
23703
|
},
|
|
23705
|
-
account_detected:
|
|
23706
|
-
account_with_sso_provider:
|
|
23707
|
-
agree_to:
|
|
23708
|
-
and:
|
|
23709
|
-
callback_url_mismatch:
|
|
23710
|
-
callback_url_not_allowed:
|
|
23711
|
-
check_email_title:
|
|
23712
|
-
click_to_sign_up_description:
|
|
23713
|
-
code_email_enter_code:
|
|
23714
|
-
code_email_subject:
|
|
23715
|
-
code_email_title:
|
|
23716
|
-
code_valid_30_minutes:
|
|
23717
|
-
confirm_password:
|
|
23718
|
-
contact_support:
|
|
23719
|
-
contact_us:
|
|
23704
|
+
account_detected: CE,
|
|
23705
|
+
account_with_sso_provider: jE,
|
|
23706
|
+
agree_to: $E,
|
|
23707
|
+
and: OE,
|
|
23708
|
+
callback_url_mismatch: BE,
|
|
23709
|
+
callback_url_not_allowed: TE,
|
|
23710
|
+
check_email_title: PE,
|
|
23711
|
+
click_to_sign_up_description: RE,
|
|
23712
|
+
code_email_enter_code: LE,
|
|
23713
|
+
code_email_subject: UE,
|
|
23714
|
+
code_email_title: VE,
|
|
23715
|
+
code_valid_30_minutes: qE,
|
|
23716
|
+
confirm_password: ME,
|
|
23717
|
+
contact_support: zE,
|
|
23718
|
+
contact_us: DE,
|
|
23720
23719
|
continue: "Fortsätt",
|
|
23721
|
-
continue_social_login:
|
|
23722
|
-
continue_with:
|
|
23723
|
-
continue_with_sso_provider_headline:
|
|
23724
|
-
copyright:
|
|
23725
|
-
copyright_sesamy:
|
|
23726
|
-
create_account_description:
|
|
23727
|
-
create_account_email_invalid:
|
|
23728
|
-
create_account_passwords_didnt_match:
|
|
23729
|
-
create_account_title:
|
|
23730
|
-
create_account_weak_password:
|
|
23731
|
-
create_new_account_link:
|
|
23732
|
-
create_password_account_title:
|
|
23733
|
-
currently_logged_in_as:
|
|
23734
|
-
email:
|
|
23735
|
-
email_placeholder:
|
|
23736
|
-
email_validated:
|
|
23737
|
-
email_validated_cta:
|
|
23738
|
-
email_verification_for_signup_sent_description:
|
|
23739
|
-
email_verification_for_signup_sent_title:
|
|
23740
|
-
enter_a_code_btn:
|
|
23741
|
-
enter_email_for_verification_description:
|
|
23742
|
-
enter_new_password_placeholder:
|
|
23743
|
-
enter_password:
|
|
23744
|
-
enter_password_description:
|
|
23745
|
-
enter_your_password_btn:
|
|
23746
|
-
expired_code:
|
|
23747
|
-
fokus_info_message:
|
|
23748
|
-
forgot_password_cta:
|
|
23749
|
-
forgot_password_description:
|
|
23750
|
-
forgot_password_email_sent:
|
|
23751
|
-
forgot_password_link:
|
|
23752
|
-
forgot_password_title:
|
|
23753
|
-
go_back:
|
|
23720
|
+
continue_social_login: FE,
|
|
23721
|
+
continue_with: HE,
|
|
23722
|
+
continue_with_sso_provider_headline: KE,
|
|
23723
|
+
copyright: WE,
|
|
23724
|
+
copyright_sesamy: GE,
|
|
23725
|
+
create_account_description: JE,
|
|
23726
|
+
create_account_email_invalid: ZE,
|
|
23727
|
+
create_account_passwords_didnt_match: YE,
|
|
23728
|
+
create_account_title: XE,
|
|
23729
|
+
create_account_weak_password: QE,
|
|
23730
|
+
create_new_account_link: e3,
|
|
23731
|
+
create_password_account_title: t3,
|
|
23732
|
+
currently_logged_in_as: n3,
|
|
23733
|
+
email: r3,
|
|
23734
|
+
email_placeholder: i3,
|
|
23735
|
+
email_validated: s3,
|
|
23736
|
+
email_validated_cta: o3,
|
|
23737
|
+
email_verification_for_signup_sent_description: a3,
|
|
23738
|
+
email_verification_for_signup_sent_title: c3,
|
|
23739
|
+
enter_a_code_btn: l3,
|
|
23740
|
+
enter_email_for_verification_description: u3,
|
|
23741
|
+
enter_new_password_placeholder: d3,
|
|
23742
|
+
enter_password: p3,
|
|
23743
|
+
enter_password_description: f3,
|
|
23744
|
+
enter_your_password_btn: h3,
|
|
23745
|
+
expired_code: g3,
|
|
23746
|
+
fokus_info_message: m3,
|
|
23747
|
+
forgot_password_cta: _3,
|
|
23748
|
+
forgot_password_description: y3,
|
|
23749
|
+
forgot_password_email_sent: v3,
|
|
23750
|
+
forgot_password_link: w3,
|
|
23751
|
+
forgot_password_title: b3,
|
|
23752
|
+
go_back: k3,
|
|
23754
23753
|
"invalid-email": "Ogiltig e-postadress",
|
|
23755
|
-
invalid_password:
|
|
23756
|
-
invalid_session_body:
|
|
23757
|
-
invalid_session_title:
|
|
23758
|
-
link_email_click_to_login:
|
|
23759
|
-
link_email_login:
|
|
23760
|
-
link_email_or_enter_code:
|
|
23761
|
-
link_page_body:
|
|
23762
|
-
link_page_headline:
|
|
23763
|
-
logged_in_as:
|
|
23764
|
-
login:
|
|
23765
|
-
login_description:
|
|
23766
|
-
login_description_code:
|
|
23767
|
-
login_description_link:
|
|
23768
|
-
logout:
|
|
23769
|
-
no_use_another:
|
|
23770
|
-
or:
|
|
23771
|
-
password:
|
|
23772
|
-
password_has_been_reset:
|
|
23773
|
-
password_has_been_reset_title:
|
|
23774
|
-
password_reset_subject:
|
|
23775
|
-
password_reset_title:
|
|
23776
|
-
privacy_policy:
|
|
23777
|
-
redirecting:
|
|
23778
|
-
reenter_new_password_placeholder:
|
|
23779
|
-
register_password_account:
|
|
23780
|
-
resend_code:
|
|
23781
|
-
reset_password_cta:
|
|
23782
|
-
reset_password_description:
|
|
23783
|
-
reset_password_email_click_to_reset:
|
|
23784
|
-
reset_password_email_cta:
|
|
23785
|
-
reset_password_email_reset:
|
|
23786
|
-
reset_password_subject:
|
|
23787
|
-
reset_password_title:
|
|
23788
|
-
send:
|
|
23789
|
-
send_me_a_new_magic_link:
|
|
23790
|
-
sent_code_spam:
|
|
23791
|
-
set_password:
|
|
23792
|
-
sign_in:
|
|
23793
|
-
signup:
|
|
23794
|
-
signup_success:
|
|
23795
|
-
spotify_already_linked_body:
|
|
23796
|
-
spotify_already_linked_cta:
|
|
23797
|
-
spotify_already_linked_step1_body:
|
|
23798
|
-
spotify_already_linked_step1_title:
|
|
23799
|
-
spotify_already_linked_step2_body:
|
|
23800
|
-
spotify_already_linked_step2_title:
|
|
23801
|
-
spotify_already_linked_title:
|
|
23802
|
-
support_info:
|
|
23803
|
-
terms:
|
|
23804
|
-
unverified_email:
|
|
23805
|
-
user_account_does_not_exist:
|
|
23806
|
-
user_not_found:
|
|
23807
|
-
user_not_found_body:
|
|
23808
|
-
user_not_found_cta:
|
|
23809
|
-
validate_code:
|
|
23810
|
-
validate_email_body:
|
|
23811
|
-
validate_email_title:
|
|
23812
|
-
verify_email_click_to_verify:
|
|
23813
|
-
verify_email_subject:
|
|
23814
|
-
verify_email_title:
|
|
23815
|
-
verify_email_verify:
|
|
23816
|
-
verify_your_email:
|
|
23817
|
-
we_sent_a_code_to:
|
|
23818
|
-
welcome:
|
|
23819
|
-
welcome_to_your_account:
|
|
23820
|
-
yes_continue:
|
|
23821
|
-
yes_continue_with:
|
|
23822
|
-
yes_continue_with_existing_account:
|
|
23823
|
-
},
|
|
23754
|
+
invalid_password: x3,
|
|
23755
|
+
invalid_session_body: S3,
|
|
23756
|
+
invalid_session_title: A3,
|
|
23757
|
+
link_email_click_to_login: E3,
|
|
23758
|
+
link_email_login: I3,
|
|
23759
|
+
link_email_or_enter_code: N3,
|
|
23760
|
+
link_page_body: C3,
|
|
23761
|
+
link_page_headline: j3,
|
|
23762
|
+
logged_in_as: $3,
|
|
23763
|
+
login: O3,
|
|
23764
|
+
login_description: B3,
|
|
23765
|
+
login_description_code: T3,
|
|
23766
|
+
login_description_link: P3,
|
|
23767
|
+
logout: R3,
|
|
23768
|
+
no_use_another: L3,
|
|
23769
|
+
or: U3,
|
|
23770
|
+
password: V3,
|
|
23771
|
+
password_has_been_reset: q3,
|
|
23772
|
+
password_has_been_reset_title: M3,
|
|
23773
|
+
password_reset_subject: z3,
|
|
23774
|
+
password_reset_title: D3,
|
|
23775
|
+
privacy_policy: F3,
|
|
23776
|
+
redirecting: H3,
|
|
23777
|
+
reenter_new_password_placeholder: K3,
|
|
23778
|
+
register_password_account: W3,
|
|
23779
|
+
resend_code: G3,
|
|
23780
|
+
reset_password_cta: J3,
|
|
23781
|
+
reset_password_description: Z3,
|
|
23782
|
+
reset_password_email_click_to_reset: Y3,
|
|
23783
|
+
reset_password_email_cta: X3,
|
|
23784
|
+
reset_password_email_reset: Q3,
|
|
23785
|
+
reset_password_subject: eI,
|
|
23786
|
+
reset_password_title: tI,
|
|
23787
|
+
send: nI,
|
|
23788
|
+
send_me_a_new_magic_link: rI,
|
|
23789
|
+
sent_code_spam: iI,
|
|
23790
|
+
set_password: sI,
|
|
23791
|
+
sign_in: oI,
|
|
23792
|
+
signup: aI,
|
|
23793
|
+
signup_success: cI,
|
|
23794
|
+
spotify_already_linked_body: lI,
|
|
23795
|
+
spotify_already_linked_cta: uI,
|
|
23796
|
+
spotify_already_linked_step1_body: dI,
|
|
23797
|
+
spotify_already_linked_step1_title: pI,
|
|
23798
|
+
spotify_already_linked_step2_body: fI,
|
|
23799
|
+
spotify_already_linked_step2_title: hI,
|
|
23800
|
+
spotify_already_linked_title: gI,
|
|
23801
|
+
support_info: mI,
|
|
23802
|
+
terms: _I,
|
|
23803
|
+
unverified_email: yI,
|
|
23804
|
+
user_account_does_not_exist: vI,
|
|
23805
|
+
user_not_found: wI,
|
|
23806
|
+
user_not_found_body: bI,
|
|
23807
|
+
user_not_found_cta: kI,
|
|
23808
|
+
validate_code: xI,
|
|
23809
|
+
validate_email_body: SI,
|
|
23810
|
+
validate_email_title: AI,
|
|
23811
|
+
verify_email_click_to_verify: EI,
|
|
23812
|
+
verify_email_subject: II,
|
|
23813
|
+
verify_email_title: NI,
|
|
23814
|
+
verify_email_verify: CI,
|
|
23815
|
+
verify_your_email: jI,
|
|
23816
|
+
we_sent_a_code_to: $I,
|
|
23817
|
+
welcome: OI,
|
|
23818
|
+
welcome_to_your_account: BI,
|
|
23819
|
+
yes_continue: TI,
|
|
23820
|
+
yes_continue_with: PI,
|
|
23821
|
+
yes_continue_with_existing_account: RI
|
|
23822
|
+
}, UI = "Wykryto konto", VI = "Wykryliśmy, że użytkownik utworzył już konto za pośrednictwem", qI = "Logując się, wyrażasz zgodę na nasze", MI = "i", zI = "Niezgodność adresu URL wywołania zwrotnego", DI = "Podany adres redirect_uri nie znajduje się na liście dozwolonych adresów URL wywołania zwrotnego.", FI = "kontynuować z użytkownikiem", HI = "Kliknij przycisk, aby utworzyć nowe konto z hasłem.", KI = "Wpisz kod na stronie {{vendorName}}, aby się zalogować.", WI = "Witamy na {{vendorName}}! {{code}} to kod logowania do Twojego konta.", GI = "Witamy na {{vendorName}}! {{code}} to kod logowania.", JI = "Kod jest ważny przez 30 minut", ZI = "Potwierdź hasło", YI = "Potrzebujesz pomocy?", XI = "Skontaktuj się z nami", QI = "lub kontynuować korzystanie z konta społecznościowego", e6 = "Kontynuuj {{provider}}", t6 = "Czy chcesz kontynuować korzystanie z istniejącego konta?", n6 = "Copyright © 2023 SESAMY. Wszelkie prawa zastrzeżone.", r6 = "©2023 Sesamy", i6 = "Wybierz hasło składające się z małych i wielkich liter, cyfr i symboli.", s6 = "Wprowadź prawidłowy adres e-mail.", o6 = "Hasła nie są zgodne. Spróbuj ponownie.", a6 = "Wybierz hasło", c6 = "Hasło musi mieć co najmniej 8 znaków i zawierać co najmniej jedną małą literę, jedną wielką literę, jedną cyfrę i jeden symbol.", l6 = "Utwórz nowe konto", u6 = "Zarejestruj się przy użyciu hasła", d6 = "Jesteś obecnie zalogowany jako <0>{{email}}</0>", p6 = "E-mail", f6 = "Adres e-mail", h6 = "Twój adres e-mail został zweryfikowany", g6 = "Teraz wprowadź hasło, aby zalogować się ponownie", m6 = "Wiadomość e-mail została wysłana do <0>{{email}}</0> z linkiem weryfikacyjnym. Kliknij łącze, aby zweryfikować swój adres e-mail i ustawić hasło.", _6 = "Wysłano weryfikację e-mail", y6 = "Wprowadź kod", v6 = "Wyślemy Ci link weryfikacyjny, aby upewnić się, że posiadasz ten adres e-mail.", w6 = "Wprowadź nowe hasło", b6 = "Wprowadź hasło", k6 = "Wprowadź swój adres e-mail i hasło, aby się zalogować.", x6 = "Wprowadź hasło", S6 = "Magiczny link wygasł. Kliknij poniższy przycisk, aby otrzymać nowy link w skrzynce odbiorczej.", A6 = "Zaktualizowaliśmy sposób logowania. <0>Kliknij tutaj, aby dowiedzieć się więcej.</0>", E6 = "Wyślij wiadomość e-mail z resetem hasła", I6 = "Kliknij poniższy przycisk, a my wyślemy Ci instrukcje, jak zresetować hasło.", N6 = "Wysłano wiadomość e-mail z resetem hasła", C6 = "Zapomniałeś hasła?", j6 = "Zapomniałeś hasła?", $6 = "Wróć", O6 = "Nieprawidłowe hasło", B6 = `Link jest już nieaktualny.
|
|
23824
23823
|
|
|
23825
23824
|
Upewnij się, że otworzyłeś link logowania w tej samej przeglądarce, w której rozpocząłeś logowanie.
|
|
23826
23825
|
|
|
23827
|
-
Możesz kliknąć poniższy link, aby rozpocząć nowe logowanie.`,
|
|
23826
|
+
Możesz kliknąć poniższy link, aby rozpocząć nowe logowanie.`, T6 = "Nieprawidłowy link", P6 = "Kliknij przycisk, aby się zalogować", R6 = "Zaloguj się", L6 = "Lub wprowadź kod na stronie {{vendorName}}, aby dokończyć logowanie.", U6 = "Wprowadź swój adres e-mail, aby odblokować ten program na {{service}}", V6 = "Połącz swoje konto z {{service}}", q6 = "Jesteś zalogowany jako", M6 = "Logowanie", z6 = "Wprowadź swój adres e-mail, aby się zalogować.", D6 = "Wprowadź swój adres e-mail, a my wyślemy Ci kod logowania.", F6 = "Wprowadź swój adres e-mail, a my wyślemy Ci link do logowania.", H6 = "Wylogowanie", K6 = "Nie, chcę użyć innego konta", W6 = "lub", G6 = "Hasło", J6 = "Hasło zostało zresetowane", Z6 = "Sukces", Y6 = "Zmień hasło do konta {{vendorName}} ", X6 = "Zmiana hasła do konta {{vendorName}} ", Q6 = "Polityka prywatności", eN = "Przekierowanie", tN = "Potwierdź hasło", nN = "Zarejestruj nowe hasło", rN = "Wyślij ponownie kod", iN = "Zmiana hasła", sN = "Wprowadź poniżej nowe hasło do konta e-mail: ", oN = "Kliknij przycisk, aby zresetować hasło", aN = "Kliknij przycisk, aby zresetować hasło", cN = "Zmień hasło", lN = "Zmiana hasła do konta {{vendorName}} ", uN = "Resetowanie hasła", dN = "Wyślij", pN = "Wyślij mi nowy magiczny link", fN = "Pamiętaj, aby sprawdzić folder spamu, jeśli wiadomość e-mail nie dotarła.", hN = "Ustaw hasło", gN = "Zaloguj się", mN = "Rejestracja", _N = "Rejestracja zakończona sukcesem", yN = "Wygląda na to, że Twoje konto Spotify jest obecnie połączone z innym kontem Sesamy. Ale nie martw się, jesteśmy tutaj, aby poprowadzić Cię przez proces, aby to naprawić.", vN = "Przejdź do strony dostępu do treści Spotify", wN = 'Zacznijmy od odłączenia konta Spotify. Kliknij poniższy przycisk, aby przejść do strony dostępu do treści Spotify. Po zalogowaniu się na swoje konto Spotify, znajdź Sesamy na liście połączonych platform. Kliknij "Odłącz" obok logo Sesamy.', bN = "Krok 1: Odłącz swoje konto Spotify", kN = "Po pomyślnym odłączeniu konta Spotify możesz ponownie połączyć je z Sesamy. Wystarczy powtórzyć poprzednie kroki, które doprowadziły Cię do tej strony.", xN = "Krok 2: Połącz ponownie swoje konto Spotify z Sesamy", SN = "Ups! Twoje konto Spotify jest już połączone", AN = "Jeśli masz pytania lub potrzebujesz pomocy, skontaktuj się z nami", EN = "Zasady i warunki", IN = "Twój adres e-mail wymaga weryfikacji. Wysłaliśmy nową wiadomość e-mail na Twoją skrzynkę odbiorczą", NN = "Konto użytkownika nie istnieje", CN = "Konto użytkownika nie istnieje", jN = "Nie mogliśmy znaleźć użytkownika o podanym adresie e-mail. Spróbuj ponownie.", $N = "Spróbuj ponownie.", ON = "Sprawdź poprawność kodu", BN = "Sprawdź swoją skrzynkę odbiorczą, aby uzyskać instrukcje dotyczące weryfikacji wiadomości e-mail.", TN = "Zarejestrowany", PN = "Kliknij przycisk, aby zweryfikować swój adres e-mail", RN = "Potwierdź swój adres e-mail", LN = "Potwierdź swój adres e-mail", UN = "Zweryfikuj konto", VN = "Zweryfikuj swój adres e-mail", qN = "Sprawdź swoją skrzynkę e-mail pod adresem <0>{{email}}</0> i wprowadź sześciocyfrowy kod, który wysłaliśmy.", MN = "Witamy", zN = "Witamy na koncie {{vendorName}}!", DN = "Kontynuuj korzystanie z tego konta", FN = "Tak, kontynuuj {{text}}", HN = "Tak, kontynuuj korzystanie z istniejącego konta", KN = {
|
|
23828
23827
|
"Server error: Invalid code": "Nieprawidłowy kod",
|
|
23829
23828
|
"Wrong email or verification code": {
|
|
23830
23829
|
"": "Nieprawidłowy adres e-mail lub kod weryfikacyjny."
|
|
23831
23830
|
},
|
|
23832
|
-
account_detected:
|
|
23833
|
-
account_with_sso_provider:
|
|
23834
|
-
agree_to:
|
|
23835
|
-
and:
|
|
23836
|
-
callback_url_mismatch:
|
|
23837
|
-
callback_url_not_allowed:
|
|
23838
|
-
check_email_title:
|
|
23839
|
-
click_to_sign_up_description:
|
|
23840
|
-
code_email_enter_code:
|
|
23841
|
-
code_email_subject:
|
|
23842
|
-
code_email_title:
|
|
23843
|
-
code_valid_30_minutes:
|
|
23844
|
-
confirm_password:
|
|
23845
|
-
contact_support:
|
|
23846
|
-
contact_us:
|
|
23831
|
+
account_detected: UI,
|
|
23832
|
+
account_with_sso_provider: VI,
|
|
23833
|
+
agree_to: qI,
|
|
23834
|
+
and: MI,
|
|
23835
|
+
callback_url_mismatch: zI,
|
|
23836
|
+
callback_url_not_allowed: DI,
|
|
23837
|
+
check_email_title: FI,
|
|
23838
|
+
click_to_sign_up_description: HI,
|
|
23839
|
+
code_email_enter_code: KI,
|
|
23840
|
+
code_email_subject: WI,
|
|
23841
|
+
code_email_title: GI,
|
|
23842
|
+
code_valid_30_minutes: JI,
|
|
23843
|
+
confirm_password: ZI,
|
|
23844
|
+
contact_support: YI,
|
|
23845
|
+
contact_us: XI,
|
|
23847
23846
|
continue: "Kontynuuj",
|
|
23848
|
-
continue_social_login:
|
|
23849
|
-
continue_with:
|
|
23850
|
-
continue_with_sso_provider_headline:
|
|
23851
|
-
copyright:
|
|
23852
|
-
copyright_sesamy:
|
|
23853
|
-
create_account_description:
|
|
23854
|
-
create_account_email_invalid:
|
|
23855
|
-
create_account_passwords_didnt_match:
|
|
23856
|
-
create_account_title:
|
|
23857
|
-
create_account_weak_password:
|
|
23858
|
-
create_new_account_link:
|
|
23859
|
-
create_password_account_title:
|
|
23860
|
-
currently_logged_in_as:
|
|
23861
|
-
email:
|
|
23862
|
-
email_placeholder:
|
|
23863
|
-
email_validated:
|
|
23864
|
-
email_validated_cta:
|
|
23865
|
-
email_verification_for_signup_sent_description:
|
|
23866
|
-
email_verification_for_signup_sent_title:
|
|
23867
|
-
enter_a_code_btn:
|
|
23868
|
-
enter_email_for_verification_description:
|
|
23869
|
-
enter_new_password_placeholder:
|
|
23870
|
-
enter_password:
|
|
23871
|
-
enter_password_description:
|
|
23872
|
-
enter_your_password_btn:
|
|
23873
|
-
expired_code:
|
|
23874
|
-
fokus_info_message:
|
|
23875
|
-
forgot_password_cta:
|
|
23876
|
-
forgot_password_description:
|
|
23877
|
-
forgot_password_email_sent:
|
|
23878
|
-
forgot_password_link:
|
|
23879
|
-
forgot_password_title:
|
|
23880
|
-
go_back:
|
|
23847
|
+
continue_social_login: QI,
|
|
23848
|
+
continue_with: e6,
|
|
23849
|
+
continue_with_sso_provider_headline: t6,
|
|
23850
|
+
copyright: n6,
|
|
23851
|
+
copyright_sesamy: r6,
|
|
23852
|
+
create_account_description: i6,
|
|
23853
|
+
create_account_email_invalid: s6,
|
|
23854
|
+
create_account_passwords_didnt_match: o6,
|
|
23855
|
+
create_account_title: a6,
|
|
23856
|
+
create_account_weak_password: c6,
|
|
23857
|
+
create_new_account_link: l6,
|
|
23858
|
+
create_password_account_title: u6,
|
|
23859
|
+
currently_logged_in_as: d6,
|
|
23860
|
+
email: p6,
|
|
23861
|
+
email_placeholder: f6,
|
|
23862
|
+
email_validated: h6,
|
|
23863
|
+
email_validated_cta: g6,
|
|
23864
|
+
email_verification_for_signup_sent_description: m6,
|
|
23865
|
+
email_verification_for_signup_sent_title: _6,
|
|
23866
|
+
enter_a_code_btn: y6,
|
|
23867
|
+
enter_email_for_verification_description: v6,
|
|
23868
|
+
enter_new_password_placeholder: w6,
|
|
23869
|
+
enter_password: b6,
|
|
23870
|
+
enter_password_description: k6,
|
|
23871
|
+
enter_your_password_btn: x6,
|
|
23872
|
+
expired_code: S6,
|
|
23873
|
+
fokus_info_message: A6,
|
|
23874
|
+
forgot_password_cta: E6,
|
|
23875
|
+
forgot_password_description: I6,
|
|
23876
|
+
forgot_password_email_sent: N6,
|
|
23877
|
+
forgot_password_link: C6,
|
|
23878
|
+
forgot_password_title: j6,
|
|
23879
|
+
go_back: $6,
|
|
23881
23880
|
"invalid-email": "Nieprawidłowy adres e-mail",
|
|
23882
|
-
invalid_password:
|
|
23883
|
-
invalid_session_body:
|
|
23884
|
-
invalid_session_title:
|
|
23885
|
-
link_email_click_to_login:
|
|
23886
|
-
link_email_login:
|
|
23887
|
-
link_email_or_enter_code:
|
|
23888
|
-
link_page_body:
|
|
23889
|
-
link_page_headline:
|
|
23890
|
-
logged_in_as:
|
|
23891
|
-
login:
|
|
23892
|
-
login_description:
|
|
23893
|
-
login_description_code:
|
|
23894
|
-
login_description_link:
|
|
23895
|
-
logout:
|
|
23896
|
-
no_use_another:
|
|
23897
|
-
or:
|
|
23898
|
-
password:
|
|
23899
|
-
password_has_been_reset:
|
|
23900
|
-
password_has_been_reset_title:
|
|
23901
|
-
password_reset_subject:
|
|
23902
|
-
password_reset_title:
|
|
23903
|
-
privacy_policy:
|
|
23904
|
-
redirecting:
|
|
23905
|
-
reenter_new_password_placeholder:
|
|
23906
|
-
register_password_account:
|
|
23907
|
-
resend_code:
|
|
23908
|
-
reset_password_cta:
|
|
23909
|
-
reset_password_description:
|
|
23910
|
-
reset_password_email_click_to_reset:
|
|
23911
|
-
reset_password_email_cta:
|
|
23912
|
-
reset_password_email_reset:
|
|
23913
|
-
reset_password_subject:
|
|
23914
|
-
reset_password_title:
|
|
23915
|
-
send:
|
|
23916
|
-
send_me_a_new_magic_link:
|
|
23917
|
-
sent_code_spam:
|
|
23918
|
-
set_password:
|
|
23919
|
-
sign_in:
|
|
23920
|
-
signup:
|
|
23921
|
-
signup_success:
|
|
23922
|
-
spotify_already_linked_body:
|
|
23923
|
-
spotify_already_linked_cta:
|
|
23924
|
-
spotify_already_linked_step1_body:
|
|
23925
|
-
spotify_already_linked_step1_title:
|
|
23926
|
-
spotify_already_linked_step2_body:
|
|
23927
|
-
spotify_already_linked_step2_title:
|
|
23928
|
-
spotify_already_linked_title:
|
|
23929
|
-
support_info:
|
|
23930
|
-
terms:
|
|
23931
|
-
unverified_email:
|
|
23932
|
-
user_account_does_not_exist:
|
|
23933
|
-
user_not_found:
|
|
23934
|
-
user_not_found_body:
|
|
23935
|
-
user_not_found_cta:
|
|
23936
|
-
validate_code:
|
|
23937
|
-
validate_email_body:
|
|
23938
|
-
validate_email_title:
|
|
23939
|
-
verify_email_click_to_verify:
|
|
23940
|
-
verify_email_subject:
|
|
23941
|
-
verify_email_title:
|
|
23942
|
-
verify_email_verify:
|
|
23943
|
-
verify_your_email:
|
|
23944
|
-
we_sent_a_code_to:
|
|
23945
|
-
welcome:
|
|
23946
|
-
welcome_to_your_account:
|
|
23947
|
-
yes_continue:
|
|
23948
|
-
yes_continue_with:
|
|
23949
|
-
yes_continue_with_existing_account:
|
|
23950
|
-
},
|
|
23881
|
+
invalid_password: O6,
|
|
23882
|
+
invalid_session_body: B6,
|
|
23883
|
+
invalid_session_title: T6,
|
|
23884
|
+
link_email_click_to_login: P6,
|
|
23885
|
+
link_email_login: R6,
|
|
23886
|
+
link_email_or_enter_code: L6,
|
|
23887
|
+
link_page_body: U6,
|
|
23888
|
+
link_page_headline: V6,
|
|
23889
|
+
logged_in_as: q6,
|
|
23890
|
+
login: M6,
|
|
23891
|
+
login_description: z6,
|
|
23892
|
+
login_description_code: D6,
|
|
23893
|
+
login_description_link: F6,
|
|
23894
|
+
logout: H6,
|
|
23895
|
+
no_use_another: K6,
|
|
23896
|
+
or: W6,
|
|
23897
|
+
password: G6,
|
|
23898
|
+
password_has_been_reset: J6,
|
|
23899
|
+
password_has_been_reset_title: Z6,
|
|
23900
|
+
password_reset_subject: Y6,
|
|
23901
|
+
password_reset_title: X6,
|
|
23902
|
+
privacy_policy: Q6,
|
|
23903
|
+
redirecting: eN,
|
|
23904
|
+
reenter_new_password_placeholder: tN,
|
|
23905
|
+
register_password_account: nN,
|
|
23906
|
+
resend_code: rN,
|
|
23907
|
+
reset_password_cta: iN,
|
|
23908
|
+
reset_password_description: sN,
|
|
23909
|
+
reset_password_email_click_to_reset: oN,
|
|
23910
|
+
reset_password_email_cta: aN,
|
|
23911
|
+
reset_password_email_reset: cN,
|
|
23912
|
+
reset_password_subject: lN,
|
|
23913
|
+
reset_password_title: uN,
|
|
23914
|
+
send: dN,
|
|
23915
|
+
send_me_a_new_magic_link: pN,
|
|
23916
|
+
sent_code_spam: fN,
|
|
23917
|
+
set_password: hN,
|
|
23918
|
+
sign_in: gN,
|
|
23919
|
+
signup: mN,
|
|
23920
|
+
signup_success: _N,
|
|
23921
|
+
spotify_already_linked_body: yN,
|
|
23922
|
+
spotify_already_linked_cta: vN,
|
|
23923
|
+
spotify_already_linked_step1_body: wN,
|
|
23924
|
+
spotify_already_linked_step1_title: bN,
|
|
23925
|
+
spotify_already_linked_step2_body: kN,
|
|
23926
|
+
spotify_already_linked_step2_title: xN,
|
|
23927
|
+
spotify_already_linked_title: SN,
|
|
23928
|
+
support_info: AN,
|
|
23929
|
+
terms: EN,
|
|
23930
|
+
unverified_email: IN,
|
|
23931
|
+
user_account_does_not_exist: NN,
|
|
23932
|
+
user_not_found: CN,
|
|
23933
|
+
user_not_found_body: jN,
|
|
23934
|
+
user_not_found_cta: $N,
|
|
23935
|
+
validate_code: ON,
|
|
23936
|
+
validate_email_body: BN,
|
|
23937
|
+
validate_email_title: TN,
|
|
23938
|
+
verify_email_click_to_verify: PN,
|
|
23939
|
+
verify_email_subject: RN,
|
|
23940
|
+
verify_email_title: LN,
|
|
23941
|
+
verify_email_verify: UN,
|
|
23942
|
+
verify_your_email: VN,
|
|
23943
|
+
we_sent_a_code_to: qN,
|
|
23944
|
+
welcome: MN,
|
|
23945
|
+
welcome_to_your_account: zN,
|
|
23946
|
+
yes_continue: DN,
|
|
23947
|
+
yes_continue_with: FN,
|
|
23948
|
+
yes_continue_with_existing_account: HN
|
|
23949
|
+
}, WN = "Zjištěný účet", GN = "Zjistili jsme, že jste si již vytvořili účet prostřednictvím", JN = "Přihlášením souhlasíte s našimi", ZN = "a", YN = "Neshoda adresy URL zpětného volání", XN = "Zadané redirect_uri není v seznamu povolených zpětných adres URL.", QN = "pokračovat s uživatelem", eC = "Klikněte na tlačítko pro vytvoření nového účtu s heslem.", tC = "Pro dokončení přihlášení zadejte kód na adrese {{vendorName}}.", nC = "Vítejte na {{vendorName}}! {{code}} je přihlašovací kód.", rC = "Vítejte na {{vendorName}}! {{code}} je přihlašovací kód.", iC = "Kód je platný po dobu 30 minut", sC = "Potvrzení hesla", oC = "Potřebujete pomoc?", aC = "Kontaktujte nás", cC = "nebo pokračovat v sociálním účtu", lC = "Pokračovat s {{provider}}", uC = "Chcete pokračovat ve svém stávajícím účtu?", dC = "Copyright © 2023 SESAMY. Všechna práva vyhrazena.", pC = "©2023 Sesamy", fC = "Zvolte heslo složené z velkých a malých písmen, číslic a symbolů.", hC = "Zadejte prosím platnou e-mailovou adresu.", gC = "Hesla se neshodovala. Zkuste to znovu.", mC = "Zvolte heslo", _C = "Heslo musí mít alespoň 8 znaků a obsahovat alespoň jedno malé písmeno, jedno velké písmeno, jednu číslici a jeden symbol.", yC = "Vytvořit nový účet", vC = "Zaregistrujte se pomocí hesla", wC = "V současné době jste přihlášeni jako <0>{{email}}</0>", bC = "E-mail", kC = "E-mailová adresa", xC = "Vaše e-mailová adresa byla ověřena", SC = "Nyní zadejte své heslo a znovu se přihlaste", AC = "E-mail byl odeslán na adresu <0>{{email}}</0> s ověřovacím odkazem. Kliknutím na odkaz ověřte svou e-mailovou adresu a nastavte heslo.", EC = "Ověření e-mailem odesláno", IC = "Zadejte kód", NC = "Pošleme vám ověřovací odkaz, abychom se ujistili, že tuto e-mailovou adresu vlastníte.", CC = "Zadejte nové heslo", jC = "Zadejte heslo", $C = "Pro přihlášení zadejte svou e-mailovou adresu a heslo.", OC = "Zadejte své heslo", BC = "Platnost kouzelného odkazu vypršela. Klikněte na tlačítko níže, abyste obdrželi nový odkaz do své e-mailové schránky.", TC = "Ahoj! Aktualizovali jsme naše přihlašovací prostředí. <0>Klikněte sem a dozvíte se o něm více.</0>", PC = "Odeslání e-mailu pro obnovení hesla", RC = "Klikněte na tlačítko níže a my vám zašleme pokyny k obnovení hesla.", LC = "Odeslání e-mailu s žádostí o obnovení hesla", UC = "Zapomněli jste heslo?", VC = "Zapomněli jste heslo?", qC = "Vrátit se zpět", MC = "Neplatné heslo", zC = `Odkaz již není platný.
|
|
23951
23950
|
|
|
23952
23951
|
Ujistěte se, že jste odkaz na přihlášení otevřeli ve stejném prohlížeči, ve kterém jste přihlášení zahájili.
|
|
23953
23952
|
|
|
23954
|
-
Kliknutím na odkaz níže můžete zahájit nové přihlášení.`,
|
|
23953
|
+
Kliknutím na odkaz níže můžete zahájit nové přihlášení.`, DC = "Neplatný odkaz", FC = "Kliknutím na tlačítko se přihlásíte", HC = "Přihlášení", KC = "Nebo zadejte kód na adrese {{vendorName}} a dokončete přihlášení.", WC = "Zadejte svou e-mailovou adresu pro odemknutí tohoto pořadu na {{service}}", GC = "Propojte svůj účet s {{service}}", JC = "Jste přihlášeni jako", ZC = "Přihlášení", YC = "Pro přihlášení zadejte svou e-mailovou adresu.", XC = "Zadejte svou e-mailovou adresu a my vám zašleme přihlašovací kód.", QC = "Zadejte svou e-mailovou adresu a my vám zašleme odkaz pro přihlášení.", ej = "Odhlášení", tj = "Ne, chci použít jiný účet", nj = "nebo", rj = "Heslo", ij = "Heslo bylo resetováno", sj = "Úspěch", oj = "Změna hesla k účtu {{vendorName}} ", aj = "Změna hesla k účtu {{vendorName}} ", cj = "Zásady ochrany osobních údajů", lj = "Přesměrování", uj = "Potvrzení hesla", dj = "Registrace nového hesla", pj = "Opětovné odeslání kódu", fj = "Změna hesla", hj = "Níže zadejte nové heslo k e-mailovému účtu: ", gj = "Kliknutím na tlačítko obnovíte své heslo", mj = "Kliknutím na tlačítko obnovíte své heslo", _j = "Obnovení hesla", yj = "Změna hesla k účtu {{vendorName}} ", vj = "Obnovení hesla", wj = "Odeslat", bj = "Pošlete mi nový kouzelný odkaz", kj = "Pokud e-mail nedorazil, nezapomeňte zkontrolovat složku nevyžádané pošty.", xj = "Nastavení hesla", Sj = "Přihlásit se", Aj = "Registrace", Ej = "Úspěšná registrace", Ij = "Zdá se, že váš účet Spotify je v současné době propojen s jiným účtem Sesamy. Ale nebojte se, jsme tu, abychom vás provedli procesem, jak to napravit.", Nj = "Přejděte na stránku Spotify pro přístup k obsahu", Cj = 'Začněme odpojením účtu Spotify. Kliknutím na tlačítko níže přejděte na stránku přístupu k obsahu služby Spotify. Po přihlášení k účtu Spotify najděte v seznamu připojených platforem položku Sesamy. Klikněte na tlačítko "Unlink" vedle loga Sesamy.', jj = "Krok 1: Odpojení účtu Spotify", $j = "Po úspěšném odpojení účtu Spotify jej můžete znovu propojit se službou Sesamy. Stačí zopakovat předchozí kroky, které vás přivedly na tuto stránku.", Oj = "Krok 2: Propojení účtu Spotify s aplikací Sesamy", Bj = "Ups! Váš účet Spotify je již propojen", Tj = "Pokud máte dotazy nebo potřebujete pomoc, můžete se obrátit na náš tým podpory.", Pj = "Podmínky a pravidla", Rj = "Vaši e-mailovou adresu je třeba ověřit. Do vaší e-mailové schránky jsme odeslali nový e-mail.", Lj = "Uživatelský účet neexistuje", Uj = "Uživatelský účet neexistuje", Vj = "Nepodařilo se nám najít uživatele se zadanou e-mailovou adresou. Zkuste to prosím znovu.", qj = "Zkuste to znovu.", Mj = "Ověření kódu", zj = "Pokyny k ověření e-mailu najdete ve své e-mailové schránce.", Dj = "Zaregistrovali jste se", Fj = "Klikněte na tlačítko pro ověření e-mailové adresy", Hj = "Ověřte svou e-mailovou adresu", Kj = "Ověřte svou e-mailovou adresu", Wj = "Ověření účtu", Gj = "Ověření e-mailu", Jj = "Zkontrolujte si prosím svůj e-mail na adrese <0>{{email}}</0> a zadejte šestimístný kód, který jsme vám zaslali.", Zj = "Vítejte na", Yj = "Vítejte na svém účtu {{vendorName}}!", Xj = "Pokračujte s tímto účtem", Qj = "Ano, pokračujte {{text}}", e$ = "Ano, pokračujte ve stávajícím účtu", t$ = {
|
|
23955
23954
|
"Server error: Invalid code": "Neplatný kód",
|
|
23956
23955
|
"Wrong email or verification code": {
|
|
23957
23956
|
"": "Špatný e-mail nebo ověřovací kód."
|
|
23958
23957
|
},
|
|
23959
|
-
account_detected:
|
|
23960
|
-
account_with_sso_provider:
|
|
23961
|
-
agree_to:
|
|
23962
|
-
and:
|
|
23963
|
-
callback_url_mismatch:
|
|
23964
|
-
callback_url_not_allowed:
|
|
23965
|
-
check_email_title:
|
|
23966
|
-
click_to_sign_up_description:
|
|
23967
|
-
code_email_enter_code:
|
|
23968
|
-
code_email_subject:
|
|
23969
|
-
code_email_title:
|
|
23970
|
-
code_valid_30_minutes:
|
|
23971
|
-
confirm_password:
|
|
23972
|
-
contact_support:
|
|
23973
|
-
contact_us:
|
|
23958
|
+
account_detected: WN,
|
|
23959
|
+
account_with_sso_provider: GN,
|
|
23960
|
+
agree_to: JN,
|
|
23961
|
+
and: ZN,
|
|
23962
|
+
callback_url_mismatch: YN,
|
|
23963
|
+
callback_url_not_allowed: XN,
|
|
23964
|
+
check_email_title: QN,
|
|
23965
|
+
click_to_sign_up_description: eC,
|
|
23966
|
+
code_email_enter_code: tC,
|
|
23967
|
+
code_email_subject: nC,
|
|
23968
|
+
code_email_title: rC,
|
|
23969
|
+
code_valid_30_minutes: iC,
|
|
23970
|
+
confirm_password: sC,
|
|
23971
|
+
contact_support: oC,
|
|
23972
|
+
contact_us: aC,
|
|
23974
23973
|
continue: "Pokračovat",
|
|
23975
|
-
continue_social_login:
|
|
23976
|
-
continue_with:
|
|
23977
|
-
continue_with_sso_provider_headline:
|
|
23978
|
-
copyright:
|
|
23979
|
-
copyright_sesamy:
|
|
23980
|
-
create_account_description:
|
|
23981
|
-
create_account_email_invalid:
|
|
23982
|
-
create_account_passwords_didnt_match:
|
|
23983
|
-
create_account_title:
|
|
23984
|
-
create_account_weak_password:
|
|
23985
|
-
create_new_account_link:
|
|
23986
|
-
create_password_account_title:
|
|
23987
|
-
currently_logged_in_as:
|
|
23988
|
-
email:
|
|
23989
|
-
email_placeholder:
|
|
23990
|
-
email_validated:
|
|
23991
|
-
email_validated_cta:
|
|
23992
|
-
email_verification_for_signup_sent_description:
|
|
23993
|
-
email_verification_for_signup_sent_title:
|
|
23994
|
-
enter_a_code_btn:
|
|
23995
|
-
enter_email_for_verification_description:
|
|
23996
|
-
enter_new_password_placeholder:
|
|
23997
|
-
enter_password:
|
|
23998
|
-
enter_password_description:
|
|
23999
|
-
enter_your_password_btn:
|
|
24000
|
-
expired_code:
|
|
24001
|
-
fokus_info_message:
|
|
24002
|
-
forgot_password_cta:
|
|
24003
|
-
forgot_password_description:
|
|
24004
|
-
forgot_password_email_sent:
|
|
24005
|
-
forgot_password_link:
|
|
24006
|
-
forgot_password_title:
|
|
24007
|
-
go_back:
|
|
23974
|
+
continue_social_login: cC,
|
|
23975
|
+
continue_with: lC,
|
|
23976
|
+
continue_with_sso_provider_headline: uC,
|
|
23977
|
+
copyright: dC,
|
|
23978
|
+
copyright_sesamy: pC,
|
|
23979
|
+
create_account_description: fC,
|
|
23980
|
+
create_account_email_invalid: hC,
|
|
23981
|
+
create_account_passwords_didnt_match: gC,
|
|
23982
|
+
create_account_title: mC,
|
|
23983
|
+
create_account_weak_password: _C,
|
|
23984
|
+
create_new_account_link: yC,
|
|
23985
|
+
create_password_account_title: vC,
|
|
23986
|
+
currently_logged_in_as: wC,
|
|
23987
|
+
email: bC,
|
|
23988
|
+
email_placeholder: kC,
|
|
23989
|
+
email_validated: xC,
|
|
23990
|
+
email_validated_cta: SC,
|
|
23991
|
+
email_verification_for_signup_sent_description: AC,
|
|
23992
|
+
email_verification_for_signup_sent_title: EC,
|
|
23993
|
+
enter_a_code_btn: IC,
|
|
23994
|
+
enter_email_for_verification_description: NC,
|
|
23995
|
+
enter_new_password_placeholder: CC,
|
|
23996
|
+
enter_password: jC,
|
|
23997
|
+
enter_password_description: $C,
|
|
23998
|
+
enter_your_password_btn: OC,
|
|
23999
|
+
expired_code: BC,
|
|
24000
|
+
fokus_info_message: TC,
|
|
24001
|
+
forgot_password_cta: PC,
|
|
24002
|
+
forgot_password_description: RC,
|
|
24003
|
+
forgot_password_email_sent: LC,
|
|
24004
|
+
forgot_password_link: UC,
|
|
24005
|
+
forgot_password_title: VC,
|
|
24006
|
+
go_back: qC,
|
|
24008
24007
|
"invalid-email": "Neplatný e-mail",
|
|
24009
|
-
invalid_password:
|
|
24010
|
-
invalid_session_body:
|
|
24011
|
-
invalid_session_title:
|
|
24012
|
-
link_email_click_to_login:
|
|
24013
|
-
link_email_login:
|
|
24014
|
-
link_email_or_enter_code:
|
|
24015
|
-
link_page_body:
|
|
24016
|
-
link_page_headline:
|
|
24017
|
-
logged_in_as:
|
|
24018
|
-
login:
|
|
24019
|
-
login_description:
|
|
24020
|
-
login_description_code:
|
|
24021
|
-
login_description_link:
|
|
24022
|
-
logout:
|
|
24023
|
-
no_use_another:
|
|
24024
|
-
or:
|
|
24025
|
-
password:
|
|
24026
|
-
password_has_been_reset:
|
|
24027
|
-
password_has_been_reset_title:
|
|
24028
|
-
password_reset_subject:
|
|
24029
|
-
password_reset_title:
|
|
24030
|
-
privacy_policy:
|
|
24031
|
-
redirecting:
|
|
24032
|
-
reenter_new_password_placeholder:
|
|
24033
|
-
register_password_account:
|
|
24034
|
-
resend_code:
|
|
24035
|
-
reset_password_cta:
|
|
24036
|
-
reset_password_description:
|
|
24037
|
-
reset_password_email_click_to_reset:
|
|
24038
|
-
reset_password_email_cta:
|
|
24039
|
-
reset_password_email_reset:
|
|
24040
|
-
reset_password_subject:
|
|
24041
|
-
reset_password_title:
|
|
24042
|
-
send:
|
|
24043
|
-
send_me_a_new_magic_link:
|
|
24044
|
-
sent_code_spam:
|
|
24045
|
-
set_password:
|
|
24046
|
-
sign_in:
|
|
24047
|
-
signup:
|
|
24048
|
-
signup_success:
|
|
24049
|
-
spotify_already_linked_body:
|
|
24050
|
-
spotify_already_linked_cta:
|
|
24051
|
-
spotify_already_linked_step1_body:
|
|
24052
|
-
spotify_already_linked_step1_title:
|
|
24053
|
-
spotify_already_linked_step2_body:
|
|
24054
|
-
spotify_already_linked_step2_title:
|
|
24055
|
-
spotify_already_linked_title:
|
|
24056
|
-
support_info:
|
|
24057
|
-
terms:
|
|
24058
|
-
unverified_email:
|
|
24059
|
-
user_account_does_not_exist:
|
|
24060
|
-
user_not_found:
|
|
24061
|
-
user_not_found_body:
|
|
24062
|
-
user_not_found_cta:
|
|
24063
|
-
validate_code:
|
|
24064
|
-
validate_email_body:
|
|
24065
|
-
validate_email_title:
|
|
24066
|
-
verify_email_click_to_verify:
|
|
24067
|
-
verify_email_subject:
|
|
24068
|
-
verify_email_title:
|
|
24069
|
-
verify_email_verify:
|
|
24070
|
-
verify_your_email:
|
|
24071
|
-
we_sent_a_code_to:
|
|
24072
|
-
welcome:
|
|
24073
|
-
welcome_to_your_account:
|
|
24074
|
-
yes_continue:
|
|
24075
|
-
yes_continue_with:
|
|
24076
|
-
yes_continue_with_existing_account:
|
|
24077
|
-
},
|
|
24008
|
+
invalid_password: MC,
|
|
24009
|
+
invalid_session_body: zC,
|
|
24010
|
+
invalid_session_title: DC,
|
|
24011
|
+
link_email_click_to_login: FC,
|
|
24012
|
+
link_email_login: HC,
|
|
24013
|
+
link_email_or_enter_code: KC,
|
|
24014
|
+
link_page_body: WC,
|
|
24015
|
+
link_page_headline: GC,
|
|
24016
|
+
logged_in_as: JC,
|
|
24017
|
+
login: ZC,
|
|
24018
|
+
login_description: YC,
|
|
24019
|
+
login_description_code: XC,
|
|
24020
|
+
login_description_link: QC,
|
|
24021
|
+
logout: ej,
|
|
24022
|
+
no_use_another: tj,
|
|
24023
|
+
or: nj,
|
|
24024
|
+
password: rj,
|
|
24025
|
+
password_has_been_reset: ij,
|
|
24026
|
+
password_has_been_reset_title: sj,
|
|
24027
|
+
password_reset_subject: oj,
|
|
24028
|
+
password_reset_title: aj,
|
|
24029
|
+
privacy_policy: cj,
|
|
24030
|
+
redirecting: lj,
|
|
24031
|
+
reenter_new_password_placeholder: uj,
|
|
24032
|
+
register_password_account: dj,
|
|
24033
|
+
resend_code: pj,
|
|
24034
|
+
reset_password_cta: fj,
|
|
24035
|
+
reset_password_description: hj,
|
|
24036
|
+
reset_password_email_click_to_reset: gj,
|
|
24037
|
+
reset_password_email_cta: mj,
|
|
24038
|
+
reset_password_email_reset: _j,
|
|
24039
|
+
reset_password_subject: yj,
|
|
24040
|
+
reset_password_title: vj,
|
|
24041
|
+
send: wj,
|
|
24042
|
+
send_me_a_new_magic_link: bj,
|
|
24043
|
+
sent_code_spam: kj,
|
|
24044
|
+
set_password: xj,
|
|
24045
|
+
sign_in: Sj,
|
|
24046
|
+
signup: Aj,
|
|
24047
|
+
signup_success: Ej,
|
|
24048
|
+
spotify_already_linked_body: Ij,
|
|
24049
|
+
spotify_already_linked_cta: Nj,
|
|
24050
|
+
spotify_already_linked_step1_body: Cj,
|
|
24051
|
+
spotify_already_linked_step1_title: jj,
|
|
24052
|
+
spotify_already_linked_step2_body: $j,
|
|
24053
|
+
spotify_already_linked_step2_title: Oj,
|
|
24054
|
+
spotify_already_linked_title: Bj,
|
|
24055
|
+
support_info: Tj,
|
|
24056
|
+
terms: Pj,
|
|
24057
|
+
unverified_email: Rj,
|
|
24058
|
+
user_account_does_not_exist: Lj,
|
|
24059
|
+
user_not_found: Uj,
|
|
24060
|
+
user_not_found_body: Vj,
|
|
24061
|
+
user_not_found_cta: qj,
|
|
24062
|
+
validate_code: Mj,
|
|
24063
|
+
validate_email_body: zj,
|
|
24064
|
+
validate_email_title: Dj,
|
|
24065
|
+
verify_email_click_to_verify: Fj,
|
|
24066
|
+
verify_email_subject: Hj,
|
|
24067
|
+
verify_email_title: Kj,
|
|
24068
|
+
verify_email_verify: Wj,
|
|
24069
|
+
verify_your_email: Gj,
|
|
24070
|
+
we_sent_a_code_to: Jj,
|
|
24071
|
+
welcome: Zj,
|
|
24072
|
+
welcome_to_your_account: Yj,
|
|
24073
|
+
yes_continue: Xj,
|
|
24074
|
+
yes_continue_with: Qj,
|
|
24075
|
+
yes_continue_with_existing_account: e$
|
|
24076
|
+
}, n$ = "Tili havaittu", r$ = "Olemme havainneet, että olet jo luonut tilin kautta", i$ = "Kirjautumalla sisään hyväksyt", s$ = "ja", o$ = "Takaisinkutsun URL-osoite ei vastaa toisiaan", a$ = "Annettu redirect_uri ei ole sallittujen takaisinsoitto-URL-osoitteiden luettelossa.", c$ = "jatka käyttäjän kanssa", l$ = "Klikkaa painiketta luodaksesi uuden salasanatilin.", u$ = "Kirjoita koodi osoitteessa {{vendorName}} kirjautumisen loppuun saattamiseksi.", d$ = "Tervetuloa osoitteeseen {{vendorName}}! {{code}} on kirjautumiskoodi.", p$ = "Tervetuloa osoitteeseen {{vendorName}}! {{code}} on kirjautumiskoodi.", f$ = "Koodi on voimassa 30 minuuttia", h$ = "Vahvista salasana", g$ = "Tarvitsetko apua?", m$ = "Ota yhteyttä", _$ = "tai jatka sosiaalisella tilillä", y$ = "Jatka {{provider}}", v$ = "Haluatko jatkaa olemassa olevalla tililläsi?", w$ = "Copyright © 2023 SESAMY. Kaikki oikeudet pidätetään.", b$ = "©2023 Sesamy", k$ = "Valitse salasana, jossa on isoja ja pieniä kirjaimia, numeroita ja symboleja.", x$ = "Kirjoita voimassa oleva sähköpostiosoite.", S$ = "Salasanat eivät vastanneet toisiaan. Yritä uudelleen.", A$ = "Valitse salasana", E$ = "Salasanan on oltava vähintään 8 merkkiä pitkä ja sisällettävä vähintään yksi pieni kirjain, yksi iso kirjain, yksi numero ja yksi symboli.", I$ = "Luo uusi tili", N$ = "Rekisteröidy salasanalla", C$ = "Olet tällä hetkellä kirjautuneena sisään nimellä <0>{{email}}</0>", j$ = "Sähköposti", $$ = "Sähköpostiosoite", O$ = "Sähköpostiosoitteesi on vahvistettu", B$ = "Kirjoita nyt salasanasi kirjautuaksesi uudelleen", T$ = "Sähköposti on lähetetty osoitteeseen <0>{{email}}</0> jossa on vahvistuslinkki. Klikkaa linkkiä vahvistaaksesi sähköpostiosoitteesi ja asettaaksesi salasanan.", P$ = "Sähköpostivarmennus lähetetty", R$ = "Syötä koodi", L$ = "Lähetämme sinulle vahvistuslinkin varmistaaksemme, että omistat tämän sähköpostiosoitteen.", U$ = "Anna uusi salasana", V$ = "Anna salasana", q$ = "Anna sähköpostiosoitteesi ja salasanasi kirjautuaksesi sisään.", M$ = "Syötä salasanasi", z$ = "Taikalinkki on vanhentunut. Klikkaa alla olevaa painiketta saadaksesi uuden linkin sähköpostiisi.", D$ = "Hei! Päivitimme kirjautumiskokemuksemme. <0>Klikkaa tästä saadaksesi lisätietoja siitä.</0>", F$ = "Lähetä salasanan palautussähköposti", H$ = "Napsauta alla olevaa painiketta, niin lähetämme ohjeet salasanasi palauttamiseen.", K$ = "Salasanan palautussähköposti lähetetty", W$ = "Unohditko salasanan?", G$ = "Unohditko salasanan?", J$ = "Palaa takaisin", Z$ = "Virheellinen salasana", Y$ = `Linkki ei ole enää voimassa.
|
|
24078
24077
|
|
|
24079
24078
|
Varmista, että avaat kirjautumislinkin samalla selaimella, jolla aloitit kirjautumisen.
|
|
24080
24079
|
|
|
24081
|
-
Voit aloittaa uuden kirjautumisen klikkaamalla alla olevaa linkkiä.`,
|
|
24080
|
+
Voit aloittaa uuden kirjautumisen klikkaamalla alla olevaa linkkiä.`, X$ = "Virheellinen linkki", Q$ = "Kirjaudu sisään napsauttamalla painiketta", e8 = "Kirjaudu sisään", t8 = "Tai kirjoita koodi osoitteessa {{vendorName}} kirjautumisen loppuun saattamiseksi.", n8 = "Kirjoita sähköpostiosoitteesi avataksesi tämän ohjelman osoitteessa {{service}}", r8 = "Yhdistä tilisi {{service}}", i8 = "Olet kirjautunut sisään nimellä", s8 = "Kirjaudu sisään", o8 = "Kirjoita sähköpostiosoitteesi kirjautuaksesi sisään.", a8 = "Anna sähköpostiosoitteesi, niin lähetämme sinulle kirjautumiskoodin.", c8 = "Anna sähköpostiosoitteesi, niin lähetämme sinulle kirjautumislinkin.", l8 = "Kirjaudu ulos", u8 = "Ei, haluan käyttää toista tiliä", d8 = "tai", p8 = "Salasana", f8 = "Salasana on nollattu", h8 = "Menestys", g8 = "Vaihda salasana tilillesi {{vendorName}} ", m8 = "Vaihda salasana tilillesi {{vendorName}} ", _8 = "Tietosuojakäytäntö", y8 = "Uudelleenohjaus", v8 = "Vahvista salasana", w8 = "Rekisteröi uusi salasana", b8 = "Lähetä koodi uudelleen", k8 = "Vaihda salasana", x8 = "Kirjoita alla oleva uusi salasanasi sähköpostitiliä varten: ", S8 = "Napsauta painiketta salasanasi palauttamiseksi", A8 = "Napsauta painiketta salasanasi palauttamiseksi", E8 = "Nollaa salasanasi", I8 = "Vaihda salasana tilillesi {{vendorName}} ", N8 = "Nollaa salasana", C8 = "Lähetä", j8 = "Lähetä minulle uusi maaginen linkki", $8 = "Muista tarkistaa roskapostikansiosi, jos sähköposti ei ole saapunut.", O8 = "Aseta salasana", B8 = "Kirjaudu sisään", T8 = "Rekisteröityminen", P8 = "Rekisteröidy onnistuneesti", R8 = "Näyttää siltä, että Spotify-tilisi on tällä hetkellä yhdistetty toiseen Sesamy-tiliin. Mutta älä pelkää, me opastamme sinua prosessin läpi, jotta saat tämän korjattua.", L8 = "Siirry Spotifyn Content Access -sivulle", U8 = 'Aloitetaan poistamalla Spotify-tilisi linkitys. Klikkaa alla olevaa painiketta siirtyäksesi Spotifyn Content Access -sivulle. Kun olet kirjautunut sisään Spotify-tilillesi, etsi Sesamy yhdistettyjen alustojen luettelosta. Napsauta "Unlink" Sesamyn logon vieressä.', V8 = "Vaihe 1: Poista Spotify-tilisi linkitys", q8 = "Kun olet onnistuneesti irrottanut Spotify-tilisi, voit yhdistää sen uudelleen Sesamyn kanssa. Toista vain aiemmin tekemäsi vaiheet, jotka johtivat sinut tälle sivulle.", M8 = "Vaihe 2: Yhdistä Spotify-tilisi uudelleen Sesamyn kanssa", z8 = "Hups! Spotify-tilisi on jo linkitetty", D8 = "Jos sinulla on kysyttävää tai tarvitset apua, voit ottaa yhteyttä tukitiimiimme.", F8 = "Ehdot ja edellytykset", H8 = "Sähköpostiosoitteesi on vahvistettava. Olemme lähettäneet uuden sähköpostiviestin sähköpostiisi.", K8 = "Käyttäjätiliä ei ole olemassa", W8 = "Käyttäjätiliä ei ole olemassa", G8 = "Emme löytäneet käyttäjää, jolla on annettu sähköpostiosoite. Yritä uudelleen.", J8 = "Yritä uudelleen.", Z8 = "Validoi koodi", Y8 = "Tarkista sähköpostin vahvistusohjeet postilaatikostasi.", X8 = "Rekisteröitynyt", Q8 = "Vahvista sähköpostiosoitteesi napsauttamalla painiketta", e5 = "Vahvista sähköpostiosoitteesi", t5 = "Vahvista sähköpostiosoitteesi", n5 = "Vahvista tili", r5 = "Vahvista sähköpostiosoitteesi", i5 = "Tarkista sähköpostisi osoitteesta <0>{{email}}</0> ja syötä lähettämämme kuusinumeroinen koodi.", s5 = "Tervetuloa", o5 = "Tervetuloa tilillesi {{vendorName}}!", a5 = "Jatka tällä tilillä", c5 = "Kyllä, jatka {{text}}", l5 = "Kyllä, jatka olemassa olevalla tilillä", u5 = {
|
|
24082
24081
|
"Server error: Invalid code": "Virheellinen koodi",
|
|
24083
24082
|
"Wrong email or verification code": {
|
|
24084
24083
|
"": "Väärä sähköpostiosoite tai vahvistuskoodi."
|
|
24085
24084
|
},
|
|
24086
|
-
account_detected:
|
|
24087
|
-
account_with_sso_provider:
|
|
24088
|
-
agree_to:
|
|
24089
|
-
and:
|
|
24090
|
-
callback_url_mismatch:
|
|
24091
|
-
callback_url_not_allowed:
|
|
24092
|
-
check_email_title:
|
|
24093
|
-
click_to_sign_up_description:
|
|
24094
|
-
code_email_enter_code:
|
|
24095
|
-
code_email_subject:
|
|
24096
|
-
code_email_title:
|
|
24097
|
-
code_valid_30_minutes:
|
|
24098
|
-
confirm_password:
|
|
24099
|
-
contact_support:
|
|
24100
|
-
contact_us:
|
|
24085
|
+
account_detected: n$,
|
|
24086
|
+
account_with_sso_provider: r$,
|
|
24087
|
+
agree_to: i$,
|
|
24088
|
+
and: s$,
|
|
24089
|
+
callback_url_mismatch: o$,
|
|
24090
|
+
callback_url_not_allowed: a$,
|
|
24091
|
+
check_email_title: c$,
|
|
24092
|
+
click_to_sign_up_description: l$,
|
|
24093
|
+
code_email_enter_code: u$,
|
|
24094
|
+
code_email_subject: d$,
|
|
24095
|
+
code_email_title: p$,
|
|
24096
|
+
code_valid_30_minutes: f$,
|
|
24097
|
+
confirm_password: h$,
|
|
24098
|
+
contact_support: g$,
|
|
24099
|
+
contact_us: m$,
|
|
24101
24100
|
continue: "Jatka",
|
|
24102
|
-
continue_social_login:
|
|
24103
|
-
continue_with:
|
|
24104
|
-
continue_with_sso_provider_headline:
|
|
24105
|
-
copyright:
|
|
24106
|
-
copyright_sesamy:
|
|
24107
|
-
create_account_description:
|
|
24108
|
-
create_account_email_invalid:
|
|
24109
|
-
create_account_passwords_didnt_match:
|
|
24110
|
-
create_account_title:
|
|
24111
|
-
create_account_weak_password:
|
|
24112
|
-
create_new_account_link:
|
|
24113
|
-
create_password_account_title:
|
|
24114
|
-
currently_logged_in_as:
|
|
24115
|
-
email:
|
|
24116
|
-
email_placeholder:
|
|
24117
|
-
email_validated:
|
|
24118
|
-
email_validated_cta:
|
|
24119
|
-
email_verification_for_signup_sent_description:
|
|
24120
|
-
email_verification_for_signup_sent_title:
|
|
24121
|
-
enter_a_code_btn:
|
|
24122
|
-
enter_email_for_verification_description:
|
|
24123
|
-
enter_new_password_placeholder:
|
|
24124
|
-
enter_password:
|
|
24125
|
-
enter_password_description:
|
|
24126
|
-
enter_your_password_btn:
|
|
24127
|
-
expired_code:
|
|
24128
|
-
fokus_info_message:
|
|
24129
|
-
forgot_password_cta:
|
|
24130
|
-
forgot_password_description:
|
|
24131
|
-
forgot_password_email_sent:
|
|
24132
|
-
forgot_password_link:
|
|
24133
|
-
forgot_password_title:
|
|
24134
|
-
go_back:
|
|
24101
|
+
continue_social_login: _$,
|
|
24102
|
+
continue_with: y$,
|
|
24103
|
+
continue_with_sso_provider_headline: v$,
|
|
24104
|
+
copyright: w$,
|
|
24105
|
+
copyright_sesamy: b$,
|
|
24106
|
+
create_account_description: k$,
|
|
24107
|
+
create_account_email_invalid: x$,
|
|
24108
|
+
create_account_passwords_didnt_match: S$,
|
|
24109
|
+
create_account_title: A$,
|
|
24110
|
+
create_account_weak_password: E$,
|
|
24111
|
+
create_new_account_link: I$,
|
|
24112
|
+
create_password_account_title: N$,
|
|
24113
|
+
currently_logged_in_as: C$,
|
|
24114
|
+
email: j$,
|
|
24115
|
+
email_placeholder: $$,
|
|
24116
|
+
email_validated: O$,
|
|
24117
|
+
email_validated_cta: B$,
|
|
24118
|
+
email_verification_for_signup_sent_description: T$,
|
|
24119
|
+
email_verification_for_signup_sent_title: P$,
|
|
24120
|
+
enter_a_code_btn: R$,
|
|
24121
|
+
enter_email_for_verification_description: L$,
|
|
24122
|
+
enter_new_password_placeholder: U$,
|
|
24123
|
+
enter_password: V$,
|
|
24124
|
+
enter_password_description: q$,
|
|
24125
|
+
enter_your_password_btn: M$,
|
|
24126
|
+
expired_code: z$,
|
|
24127
|
+
fokus_info_message: D$,
|
|
24128
|
+
forgot_password_cta: F$,
|
|
24129
|
+
forgot_password_description: H$,
|
|
24130
|
+
forgot_password_email_sent: K$,
|
|
24131
|
+
forgot_password_link: W$,
|
|
24132
|
+
forgot_password_title: G$,
|
|
24133
|
+
go_back: J$,
|
|
24135
24134
|
"invalid-email": "Virheellinen sähköpostiosoite",
|
|
24136
|
-
invalid_password:
|
|
24137
|
-
invalid_session_body:
|
|
24138
|
-
invalid_session_title:
|
|
24139
|
-
link_email_click_to_login:
|
|
24140
|
-
link_email_login:
|
|
24141
|
-
link_email_or_enter_code:
|
|
24142
|
-
link_page_body:
|
|
24143
|
-
link_page_headline:
|
|
24144
|
-
logged_in_as:
|
|
24145
|
-
login:
|
|
24146
|
-
login_description:
|
|
24147
|
-
login_description_code:
|
|
24148
|
-
login_description_link:
|
|
24149
|
-
logout:
|
|
24150
|
-
no_use_another:
|
|
24151
|
-
or:
|
|
24152
|
-
password:
|
|
24153
|
-
password_has_been_reset:
|
|
24154
|
-
password_has_been_reset_title:
|
|
24155
|
-
password_reset_subject:
|
|
24156
|
-
password_reset_title:
|
|
24157
|
-
privacy_policy:
|
|
24158
|
-
redirecting:
|
|
24159
|
-
reenter_new_password_placeholder:
|
|
24160
|
-
register_password_account:
|
|
24161
|
-
resend_code:
|
|
24162
|
-
reset_password_cta:
|
|
24163
|
-
reset_password_description:
|
|
24164
|
-
reset_password_email_click_to_reset:
|
|
24165
|
-
reset_password_email_cta:
|
|
24166
|
-
reset_password_email_reset:
|
|
24167
|
-
reset_password_subject:
|
|
24168
|
-
reset_password_title:
|
|
24169
|
-
send:
|
|
24170
|
-
send_me_a_new_magic_link:
|
|
24171
|
-
sent_code_spam:
|
|
24172
|
-
set_password:
|
|
24173
|
-
sign_in:
|
|
24174
|
-
signup:
|
|
24175
|
-
signup_success:
|
|
24176
|
-
spotify_already_linked_body:
|
|
24177
|
-
spotify_already_linked_cta:
|
|
24178
|
-
spotify_already_linked_step1_body:
|
|
24179
|
-
spotify_already_linked_step1_title:
|
|
24180
|
-
spotify_already_linked_step2_body:
|
|
24181
|
-
spotify_already_linked_step2_title:
|
|
24182
|
-
spotify_already_linked_title:
|
|
24183
|
-
support_info:
|
|
24184
|
-
terms:
|
|
24185
|
-
unverified_email:
|
|
24186
|
-
user_account_does_not_exist:
|
|
24187
|
-
user_not_found:
|
|
24188
|
-
user_not_found_body:
|
|
24189
|
-
user_not_found_cta:
|
|
24190
|
-
validate_code:
|
|
24191
|
-
validate_email_body:
|
|
24192
|
-
validate_email_title:
|
|
24193
|
-
verify_email_click_to_verify:
|
|
24194
|
-
verify_email_subject:
|
|
24195
|
-
verify_email_title:
|
|
24196
|
-
verify_email_verify:
|
|
24197
|
-
verify_your_email:
|
|
24198
|
-
we_sent_a_code_to:
|
|
24199
|
-
welcome:
|
|
24200
|
-
welcome_to_your_account:
|
|
24201
|
-
yes_continue:
|
|
24202
|
-
yes_continue_with:
|
|
24203
|
-
yes_continue_with_existing_account:
|
|
24135
|
+
invalid_password: Z$,
|
|
24136
|
+
invalid_session_body: Y$,
|
|
24137
|
+
invalid_session_title: X$,
|
|
24138
|
+
link_email_click_to_login: Q$,
|
|
24139
|
+
link_email_login: e8,
|
|
24140
|
+
link_email_or_enter_code: t8,
|
|
24141
|
+
link_page_body: n8,
|
|
24142
|
+
link_page_headline: r8,
|
|
24143
|
+
logged_in_as: i8,
|
|
24144
|
+
login: s8,
|
|
24145
|
+
login_description: o8,
|
|
24146
|
+
login_description_code: a8,
|
|
24147
|
+
login_description_link: c8,
|
|
24148
|
+
logout: l8,
|
|
24149
|
+
no_use_another: u8,
|
|
24150
|
+
or: d8,
|
|
24151
|
+
password: p8,
|
|
24152
|
+
password_has_been_reset: f8,
|
|
24153
|
+
password_has_been_reset_title: h8,
|
|
24154
|
+
password_reset_subject: g8,
|
|
24155
|
+
password_reset_title: m8,
|
|
24156
|
+
privacy_policy: _8,
|
|
24157
|
+
redirecting: y8,
|
|
24158
|
+
reenter_new_password_placeholder: v8,
|
|
24159
|
+
register_password_account: w8,
|
|
24160
|
+
resend_code: b8,
|
|
24161
|
+
reset_password_cta: k8,
|
|
24162
|
+
reset_password_description: x8,
|
|
24163
|
+
reset_password_email_click_to_reset: S8,
|
|
24164
|
+
reset_password_email_cta: A8,
|
|
24165
|
+
reset_password_email_reset: E8,
|
|
24166
|
+
reset_password_subject: I8,
|
|
24167
|
+
reset_password_title: N8,
|
|
24168
|
+
send: C8,
|
|
24169
|
+
send_me_a_new_magic_link: j8,
|
|
24170
|
+
sent_code_spam: $8,
|
|
24171
|
+
set_password: O8,
|
|
24172
|
+
sign_in: B8,
|
|
24173
|
+
signup: T8,
|
|
24174
|
+
signup_success: P8,
|
|
24175
|
+
spotify_already_linked_body: R8,
|
|
24176
|
+
spotify_already_linked_cta: L8,
|
|
24177
|
+
spotify_already_linked_step1_body: U8,
|
|
24178
|
+
spotify_already_linked_step1_title: V8,
|
|
24179
|
+
spotify_already_linked_step2_body: q8,
|
|
24180
|
+
spotify_already_linked_step2_title: M8,
|
|
24181
|
+
spotify_already_linked_title: z8,
|
|
24182
|
+
support_info: D8,
|
|
24183
|
+
terms: F8,
|
|
24184
|
+
unverified_email: H8,
|
|
24185
|
+
user_account_does_not_exist: K8,
|
|
24186
|
+
user_not_found: W8,
|
|
24187
|
+
user_not_found_body: G8,
|
|
24188
|
+
user_not_found_cta: J8,
|
|
24189
|
+
validate_code: Z8,
|
|
24190
|
+
validate_email_body: Y8,
|
|
24191
|
+
validate_email_title: X8,
|
|
24192
|
+
verify_email_click_to_verify: Q8,
|
|
24193
|
+
verify_email_subject: e5,
|
|
24194
|
+
verify_email_title: t5,
|
|
24195
|
+
verify_email_verify: n5,
|
|
24196
|
+
verify_your_email: r5,
|
|
24197
|
+
we_sent_a_code_to: i5,
|
|
24198
|
+
welcome: s5,
|
|
24199
|
+
welcome_to_your_account: o5,
|
|
24200
|
+
yes_continue: a5,
|
|
24201
|
+
yes_continue_with: c5,
|
|
24202
|
+
yes_continue_with_existing_account: l5
|
|
24204
24203
|
};
|
|
24205
24204
|
R.init({
|
|
24206
24205
|
supportedLngs: ["en", "it", "nb", "sv", "pl", "cs", "fi"],
|
|
24207
24206
|
fallbackLng: "en",
|
|
24208
24207
|
resources: {
|
|
24209
|
-
en: { translation:
|
|
24210
|
-
it: { translation:
|
|
24211
|
-
nb: { translation:
|
|
24212
|
-
sv: { translation:
|
|
24213
|
-
pl: { translation:
|
|
24214
|
-
cs: { translation:
|
|
24215
|
-
fi: { translation:
|
|
24208
|
+
en: { translation: uS },
|
|
24209
|
+
it: { translation: vA },
|
|
24210
|
+
nb: { translation: NE },
|
|
24211
|
+
sv: { translation: LI },
|
|
24212
|
+
pl: { translation: KN },
|
|
24213
|
+
cs: { translation: t$ },
|
|
24214
|
+
fi: { translation: u5 }
|
|
24216
24215
|
}
|
|
24217
24216
|
});
|
|
24218
|
-
function
|
|
24217
|
+
function yB(t) {
|
|
24219
24218
|
const e = new ae();
|
|
24220
24219
|
e.get("/", (s) => s.json({
|
|
24221
24220
|
name: "authhero"
|
|
@@ -24224,7 +24223,7 @@ function _B(t) {
|
|
|
24224
24223
|
e.route("/api/v2", n);
|
|
24225
24224
|
const r = Ob(t);
|
|
24226
24225
|
e.route("/", r);
|
|
24227
|
-
const i =
|
|
24226
|
+
const i = tk(t);
|
|
24228
24227
|
return e.route("/u", i), {
|
|
24229
24228
|
app: e,
|
|
24230
24229
|
managementApp: n,
|
|
@@ -24248,7 +24247,7 @@ export {
|
|
|
24248
24247
|
Fm as bordersSchema,
|
|
24249
24248
|
Tu as brandingSchema,
|
|
24250
24249
|
Rm as codeInsertSchema,
|
|
24251
|
-
|
|
24250
|
+
h5 as codeSchema,
|
|
24252
24251
|
Pm as codeTypeSchema,
|
|
24253
24252
|
Hm as colorsSchema,
|
|
24254
24253
|
wa as connectionInsertSchema,
|
|
@@ -24261,21 +24260,21 @@ export {
|
|
|
24261
24260
|
ka as hookInsertSchema,
|
|
24262
24261
|
Or as hookSchema,
|
|
24263
24262
|
jm as identitySchema,
|
|
24264
|
-
|
|
24263
|
+
yB as init,
|
|
24265
24264
|
Lm as jwksKeySchema,
|
|
24266
24265
|
af as jwksSchema,
|
|
24267
24266
|
xa as logSchema,
|
|
24268
24267
|
Um as loginSessionInsertSchema,
|
|
24269
|
-
|
|
24268
|
+
g5 as loginSessionSchema,
|
|
24270
24269
|
Pu as openIDConfigurationSchema,
|
|
24271
24270
|
Wm as pageBackgroundSchema,
|
|
24272
|
-
|
|
24271
|
+
v5 as parseUserId,
|
|
24273
24272
|
Mm as passwordInsertSchema,
|
|
24274
|
-
|
|
24273
|
+
m5 as passwordSchema,
|
|
24275
24274
|
Cm as profileDataSchema,
|
|
24276
24275
|
Wo as promptSettingSchema,
|
|
24277
24276
|
lf as refreshTokenInsertSchema,
|
|
24278
|
-
|
|
24277
|
+
y5 as refreshTokenSchema,
|
|
24279
24278
|
Bm as samlpAddon,
|
|
24280
24279
|
zm as sessionInsertSchema,
|
|
24281
24280
|
Xc as sessionSchema,
|
|
@@ -24283,11 +24282,11 @@ export {
|
|
|
24283
24282
|
ba as tenantInsertSchema,
|
|
24284
24283
|
Pr as tenantSchema,
|
|
24285
24284
|
Jm as themeInsertSchema,
|
|
24286
|
-
|
|
24285
|
+
_5 as themeSchema,
|
|
24287
24286
|
Dm as tokenResponseSchema,
|
|
24288
24287
|
Tn as totalsSchema,
|
|
24289
24288
|
ya as userInsertSchema,
|
|
24290
|
-
|
|
24289
|
+
f5 as userResponseSchema,
|
|
24291
24290
|
rf as userSchema,
|
|
24292
24291
|
Tm as vendorSettingsSchema,
|
|
24293
24292
|
Gm as widgetSchema
|