authhero 0.269.0 → 0.271.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 +13 -13
- package/dist/authhero.css +1 -1
- package/dist/authhero.d.ts +1 -1
- package/dist/authhero.mjs +1354 -1303
- package/dist/stats.html +1 -1
- package/package.json +1 -1
package/dist/authhero.mjs
CHANGED
|
@@ -1421,7 +1421,7 @@ const ut = o.object({
|
|
|
1421
1421
|
email: o.string().optional(),
|
|
1422
1422
|
login_count: o.number().default(0),
|
|
1423
1423
|
identities: o.array(z1).optional()
|
|
1424
|
-
}), tn = b0,
|
|
1424
|
+
}), tn = b0, qK = du.extend({
|
|
1425
1425
|
login_count: o.number(),
|
|
1426
1426
|
multifactor: o.array(o.string()).optional(),
|
|
1427
1427
|
last_ip: o.string().optional(),
|
|
@@ -1637,7 +1637,7 @@ const _l = o.object({
|
|
|
1637
1637
|
...yl.shape,
|
|
1638
1638
|
created_at: o.string().optional(),
|
|
1639
1639
|
updated_at: o.string().optional()
|
|
1640
|
-
}),
|
|
1640
|
+
}), FK = o.array(Ir), Po = o.object({
|
|
1641
1641
|
x: o.number(),
|
|
1642
1642
|
y: o.number()
|
|
1643
1643
|
});
|
|
@@ -1812,7 +1812,7 @@ const Z1 = o.object({
|
|
|
1812
1812
|
sdkSrc: o.string().optional(),
|
|
1813
1813
|
sdk_src: o.string().optional()
|
|
1814
1814
|
}).passthrough()
|
|
1815
|
-
}).passthrough(),
|
|
1815
|
+
}).passthrough(), HK = rw.omit({
|
|
1816
1816
|
id: !0,
|
|
1817
1817
|
created_at: !0,
|
|
1818
1818
|
updated_at: !0
|
|
@@ -2053,7 +2053,7 @@ const iw = o.enum([
|
|
|
2053
2053
|
expires_at: o.string(),
|
|
2054
2054
|
used_at: o.string().optional(),
|
|
2055
2055
|
user_id: o.string().optional()
|
|
2056
|
-
}),
|
|
2056
|
+
}), VK = o.object({
|
|
2057
2057
|
...ow.shape,
|
|
2058
2058
|
created_at: o.string()
|
|
2059
2059
|
}), k0 = o.object({
|
|
@@ -2084,9 +2084,9 @@ const iw = o.enum([
|
|
|
2084
2084
|
methods: o.array(sw)
|
|
2085
2085
|
}).optional(),
|
|
2086
2086
|
tls_policy: o.string().optional()
|
|
2087
|
-
}),
|
|
2087
|
+
}), KK = qn.extend({
|
|
2088
2088
|
tenant_id: o.string()
|
|
2089
|
-
}),
|
|
2089
|
+
}), GK = o.object({
|
|
2090
2090
|
id: o.string(),
|
|
2091
2091
|
type: o.literal("submit"),
|
|
2092
2092
|
label: o.string(),
|
|
@@ -2336,7 +2336,7 @@ const iw = o.enum([
|
|
|
2336
2336
|
login_completed: o.boolean().optional().default(!1)
|
|
2337
2337
|
}).openapi({
|
|
2338
2338
|
description: "This represents a login sesion"
|
|
2339
|
-
}),
|
|
2339
|
+
}), WK = o.object({
|
|
2340
2340
|
...gw.shape,
|
|
2341
2341
|
id: o.string().openapi({
|
|
2342
2342
|
description: "This is is used as the state in the universal login"
|
|
@@ -2548,7 +2548,7 @@ const iw = o.enum([
|
|
|
2548
2548
|
user_id: o.string(),
|
|
2549
2549
|
password: o.string(),
|
|
2550
2550
|
algorithm: o.enum(["bcrypt", "argon2id"]).default("argon2id")
|
|
2551
|
-
}),
|
|
2551
|
+
}), JK = o.object({
|
|
2552
2552
|
...ww.shape,
|
|
2553
2553
|
created_at: o.string(),
|
|
2554
2554
|
updated_at: o.string()
|
|
@@ -2735,15 +2735,15 @@ const vw = o.object({
|
|
|
2735
2735
|
})
|
|
2736
2736
|
),
|
|
2737
2737
|
rotating: o.boolean()
|
|
2738
|
-
}),
|
|
2738
|
+
}), XK = o.object({
|
|
2739
2739
|
// When the refresh token record was created.
|
|
2740
2740
|
created_at: o.string(),
|
|
2741
2741
|
// Spread in the rest of the refresh token properties.
|
|
2742
2742
|
...j0.shape
|
|
2743
|
-
}),
|
|
2743
|
+
}), ZK = o.object({
|
|
2744
2744
|
to: o.string(),
|
|
2745
2745
|
message: o.string()
|
|
2746
|
-
}),
|
|
2746
|
+
}), YK = o.object({
|
|
2747
2747
|
name: o.string(),
|
|
2748
2748
|
options: o.object({})
|
|
2749
2749
|
}), Ew = o.object({
|
|
@@ -2776,7 +2776,7 @@ const vw = o.object({
|
|
|
2776
2776
|
...$l.shape,
|
|
2777
2777
|
created_at: o.string().optional(),
|
|
2778
2778
|
updated_at: o.string().optional()
|
|
2779
|
-
}),
|
|
2779
|
+
}), QK = o.array(Or), Nw = o.object({
|
|
2780
2780
|
role_id: o.string(),
|
|
2781
2781
|
resource_server_identifier: o.string(),
|
|
2782
2782
|
permission_name: o.string()
|
|
@@ -2792,7 +2792,7 @@ const vw = o.object({
|
|
|
2792
2792
|
...Ow.shape,
|
|
2793
2793
|
tenant_id: o.string(),
|
|
2794
2794
|
created_at: o.string().optional()
|
|
2795
|
-
}),
|
|
2795
|
+
}), eG = o.array(Pw), Tw = o.object({
|
|
2796
2796
|
user_id: o.string(),
|
|
2797
2797
|
resource_server_identifier: o.string(),
|
|
2798
2798
|
resource_server_name: o.string(),
|
|
@@ -2810,7 +2810,7 @@ const vw = o.object({
|
|
|
2810
2810
|
...Bw.shape,
|
|
2811
2811
|
tenant_id: o.string(),
|
|
2812
2812
|
created_at: o.string().optional()
|
|
2813
|
-
}),
|
|
2813
|
+
}), tG = o.array(Lw), kl = o.object({
|
|
2814
2814
|
name: o.string().min(1).max(50).openapi({
|
|
2815
2815
|
description: "The name of the role. Cannot include '<' or '>'"
|
|
2816
2816
|
}),
|
|
@@ -2888,11 +2888,11 @@ const vw = o.object({
|
|
|
2888
2888
|
organization_id: o.string().openapi({
|
|
2889
2889
|
description: "ID of the organization"
|
|
2890
2890
|
})
|
|
2891
|
-
}),
|
|
2891
|
+
}), nG = o.object({
|
|
2892
2892
|
...zw.shape,
|
|
2893
2893
|
...ii.shape,
|
|
2894
2894
|
id: o.string()
|
|
2895
|
-
}),
|
|
2895
|
+
}), rG = o.object({
|
|
2896
2896
|
// Session settings
|
|
2897
2897
|
idle_session_lifetime: o.number().optional(),
|
|
2898
2898
|
session_lifetime: o.number().optional(),
|
|
@@ -2962,7 +2962,7 @@ const vw = o.object({
|
|
|
2962
2962
|
oidc_logout_prompt_enabled: o.boolean().optional()
|
|
2963
2963
|
}).optional()
|
|
2964
2964
|
});
|
|
2965
|
-
function
|
|
2965
|
+
function iG(t) {
|
|
2966
2966
|
const [e, n] = t.split("|");
|
|
2967
2967
|
if (!e || !n)
|
|
2968
2968
|
throw new Error(`Invalid user_id: ${t}`);
|
|
@@ -24528,7 +24528,7 @@ async function rk(t, e) {
|
|
|
24528
24528
|
const r = {
|
|
24529
24529
|
client_id: n.client_id,
|
|
24530
24530
|
scope: e.scope,
|
|
24531
|
-
audience: e.audience
|
|
24531
|
+
audience: e.audience || n.tenant.default_audience
|
|
24532
24532
|
};
|
|
24533
24533
|
return {
|
|
24534
24534
|
client: n,
|
|
@@ -24746,7 +24746,7 @@ async function ak(t, e) {
|
|
|
24746
24746
|
}
|
|
24747
24747
|
};
|
|
24748
24748
|
}
|
|
24749
|
-
const ck = { version: 4, country_calling_codes: { 1: ["US", "AG", "AI", "AS", "BB", "BM", "BS", "CA", "DM", "DO", "GD", "GU", "JM", "KN", "KY", "LC", "MP", "MS", "PR", "SX", "TC", "TT", "VC", "VG", "VI"], 7: ["RU", "KZ"], 20: ["EG"], 27: ["ZA"], 30: ["GR"], 31: ["NL"], 32: ["BE"], 33: ["FR"], 34: ["ES"], 36: ["HU"], 39: ["IT", "VA"], 40: ["RO"], 41: ["CH"], 43: ["AT"], 44: ["GB", "GG", "IM", "JE"], 45: ["DK"], 46: ["SE"], 47: ["NO", "SJ"], 48: ["PL"], 49: ["DE"], 51: ["PE"], 52: ["MX"], 53: ["CU"], 54: ["AR"], 55: ["BR"], 56: ["CL"], 57: ["CO"], 58: ["VE"], 60: ["MY"], 61: ["AU", "CC", "CX"], 62: ["ID"], 63: ["PH"], 64: ["NZ"], 65: ["SG"], 66: ["TH"], 81: ["JP"], 82: ["KR"], 84: ["VN"], 86: ["CN"], 90: ["TR"], 91: ["IN"], 92: ["PK"], 93: ["AF"], 94: ["LK"], 95: ["MM"], 98: ["IR"], 211: ["SS"], 212: ["MA", "EH"], 213: ["DZ"], 216: ["TN"], 218: ["LY"], 220: ["GM"], 221: ["SN"], 222: ["MR"], 223: ["ML"], 224: ["GN"], 225: ["CI"], 226: ["BF"], 227: ["NE"], 228: ["TG"], 229: ["BJ"], 230: ["MU"], 231: ["LR"], 232: ["SL"], 233: ["GH"], 234: ["NG"], 235: ["TD"], 236: ["CF"], 237: ["CM"], 238: ["CV"], 239: ["ST"], 240: ["GQ"], 241: ["GA"], 242: ["CG"], 243: ["CD"], 244: ["AO"], 245: ["GW"], 246: ["IO"], 247: ["AC"], 248: ["SC"], 249: ["SD"], 250: ["RW"], 251: ["ET"], 252: ["SO"], 253: ["DJ"], 254: ["KE"], 255: ["TZ"], 256: ["UG"], 257: ["BI"], 258: ["MZ"], 260: ["ZM"], 261: ["MG"], 262: ["RE", "YT"], 263: ["ZW"], 264: ["NA"], 265: ["MW"], 266: ["LS"], 267: ["BW"], 268: ["SZ"], 269: ["KM"], 290: ["SH", "TA"], 291: ["ER"], 297: ["AW"], 298: ["FO"], 299: ["GL"], 350: ["GI"], 351: ["PT"], 352: ["LU"], 353: ["IE"], 354: ["IS"], 355: ["AL"], 356: ["MT"], 357: ["CY"], 358: ["FI", "AX"], 359: ["BG"], 370: ["LT"], 371: ["LV"], 372: ["EE"], 373: ["MD"], 374: ["AM"], 375: ["BY"], 376: ["AD"], 377: ["MC"], 378: ["SM"], 380: ["UA"], 381: ["RS"], 382: ["ME"], 383: ["XK"], 385: ["HR"], 386: ["SI"], 387: ["BA"], 389: ["MK"], 420: ["CZ"], 421: ["SK"], 423: ["LI"], 500: ["FK"], 501: ["BZ"], 502: ["GT"], 503: ["SV"], 504: ["HN"], 505: ["NI"], 506: ["CR"], 507: ["PA"], 508: ["PM"], 509: ["HT"], 590: ["GP", "BL", "MF"], 591: ["BO"], 592: ["GY"], 593: ["EC"], 594: ["GF"], 595: ["PY"], 596: ["MQ"], 597: ["SR"], 598: ["UY"], 599: ["CW", "BQ"], 670: ["TL"], 672: ["NF"], 673: ["BN"], 674: ["NR"], 675: ["PG"], 676: ["TO"], 677: ["SB"], 678: ["VU"], 679: ["FJ"], 680: ["PW"], 681: ["WF"], 682: ["CK"], 683: ["NU"], 685: ["WS"], 686: ["KI"], 687: ["NC"], 688: ["TV"], 689: ["PF"], 690: ["TK"], 691: ["FM"], 692: ["MH"], 850: ["KP"], 852: ["HK"], 853: ["MO"], 855: ["KH"], 856: ["LA"], 880: ["BD"], 886: ["TW"], 960: ["MV"], 961: ["LB"], 962: ["JO"], 963: ["SY"], 964: ["IQ"], 965: ["KW"], 966: ["SA"], 967: ["YE"], 968: ["OM"], 970: ["PS"], 971: ["AE"], 972: ["IL"], 973: ["BH"], 974: ["QA"], 975: ["BT"], 976: ["MN"], 977: ["NP"], 992: ["TJ"], 993: ["TM"], 994: ["AZ"], 995: ["GE"], 996: ["KG"], 998: ["UZ"] }, countries: { AC: ["247", "00", "(?:[01589]\\d|[46])\\d{4}", [5, 6]], AD: ["376", "00", "(?:1|6\\d)\\d{7}|[135-9]\\d{5}", [6, 8, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["[135-9]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["1"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]]], AE: ["971", "00", "(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{2,9})", "$1 $2", ["60|8"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[236]|[479][2-8]"], "0$1"], ["(\\d{3})(\\d)(\\d{5})", "$1 $2 $3", ["[479]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"]], "0"], AF: ["93", "00", "[2-7]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"]], "0"], AG: ["1", "011", "(?:268|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([457]\\d{6})$|1", "268$1", 0, "268"], AI: ["1", "011", "(?:264|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2457]\\d{6})$|1", "264$1", 0, "264"], AL: ["355", "00", "(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}", [6, 7, 8, 9], [["(\\d{3})(\\d{3,4})", "$1 $2", ["80|9"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["4[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2358][2-5]|4"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["[23578]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["6"], "0$1"]], "0"], AM: ["374", "00", "(?:[1-489]\\d|55|60|77)\\d{6}", [8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[89]0"], "0 $1"], ["(\\d{3})(\\d{5})", "$1 $2", ["2|3[12]"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["1|47"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[3-9]"], "0$1"]], "0"], AO: ["244", "00", "[29]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[29]"]]]], AR: ["54", "00", "(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}", [10, 11], [["(\\d{4})(\\d{2})(\\d{4})", "$1 $2-$3", ["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])", "2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["1"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[68]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2-$3", ["[23]"], "0$1", 1], ["(\\d)(\\d{4})(\\d{2})(\\d{4})", "$2 15-$3-$4", ["9(?:2[2-469]|3[3-578])", "9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))", "9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d)(\\d{2})(\\d{4})(\\d{4})", "$2 15-$3-$4", ["91"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d{3})(\\d{3})(\\d{5})", "$1-$2-$3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{4})", "$2 15-$3-$4", ["9"], "0$1", 0, "$1 $2 $3-$4"]], "0", 0, "0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?", "9$1"], AS: ["1", "011", "(?:[58]\\d\\d|684|900)\\d{7}", [10], 0, "1", 0, "([267]\\d{6})$|1", "684$1", 0, "684"], AT: ["43", "00", "1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{3,12})", "$1 $2", ["1(?:11|[2-9])"], "0$1"], ["(\\d{3})(\\d{2})", "$1 $2", ["517"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["5[079]"], "0$1"], ["(\\d{3})(\\d{3,10})", "$1 $2", ["(?:31|4)6|51|6(?:48|5[0-3579]|[6-9])|7(?:20|32|8)|[89]", "(?:31|4)6|51|6(?:485|5[0-3579]|[6-9])|7(?:20|32|8)|[89]"], "0$1"], ["(\\d{4})(\\d{3,9})", "$1 $2", ["[2-467]|5[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,7})", "$1 $2 $3", ["5"], "0$1"]], "0"], AU: ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}", [5, 6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{3,4})", "$1 $2", ["16"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["16"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["14|4"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[2378]"], "(0$1)"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:30|[89])"]]], "0", 0, "(183[12])|0", 0, 0, 0, [["(?:(?:241|349)0\\d\\d|8(?:51(?:0(?:0[03-9]|[12479]\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\d|7[89]|9[0-4])|[34]\\d\\d)|91(?:(?:[0-58]\\d|6[0135-9])\\d|7(?:0[0-24-9]|[1-9]\\d)|9(?:[0-46-9]\\d|5[0-79]))))\\d{3}|(?:2(?:[0-26-9]\\d|3[0-8]|4[02-9]|5[0135-9])|3(?:[0-3589]\\d|4[0-578]|6[1-9]|7[0-35-9])|7(?:[013-57-9]\\d|2[0-8])|8(?:55|6[0-8]|[78]\\d|9[02-9]))\\d{6}", [9]], ["4(?:79[01]|83[0-36-9]|95[0-3])\\d{5}|4(?:[0-36]\\d|4[047-9]|[58][0-24-9]|7[02-8]|9[0-47-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, ["163\\d{2,6}", [5, 6, 7, 8, 9]], ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], AW: ["297", "00", "(?:[25-79]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[25-9]"]]]], AX: ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}", [5, 6, 7, 8, 9, 10, 11, 12], 0, "0", 0, 0, 0, 0, "18", 0, "00"], AZ: ["994", "00", "365\\d{6}|(?:[124579]\\d|60|88)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[28]|2|365|46", "1[28]|2|365[45]|46", "1[28]|2|365(?:4|5[02])|46"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[13-9]"], "0$1"]], "0"], BA: ["387", "00", "6\\d{8}|(?:[35689]\\d|49|70)\\d{6}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[1-3]|[7-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2-$3", ["[3-5]|6[56]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["6"], "0$1"]], "0"], BB: ["1", "011", "(?:246|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "246$1", 0, "246"], BD: ["880", "00", "[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{2})(\\d{4,6})", "$1-$2", ["31[5-8]|[459]1"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1-$2", ["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:[15]|28|4[14])|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"], "0$1"], ["(\\d{4})(\\d{3,6})", "$1-$2", ["[13-9]|2[23]"], "0$1"], ["(\\d)(\\d{7,8})", "$1-$2", ["2"], "0$1"]], "0"], BE: ["32", "00", "4\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:80|9)0"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[239]|4[23]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[15-8]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4"], "0$1"]], "0"], BF: ["226", "00", "(?:[025-7]\\d|44)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[024-7]"]]]], BG: ["359", "00", "00800\\d{7}|[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}", [6, 7, 8, 9, 12], [["(\\d)(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["43[1-6]|70[1-9]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:70|8)0"], "0$1"], ["(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3", ["43[1-7]|7"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[48]|9[08]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"]], "0"], BH: ["973", "00", "[136-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[13679]|8[02-4679]"]]]], BI: ["257", "00", "(?:[267]\\d|31)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2367]"]]]], BJ: ["229", "00", "(?:01\\d|8)\\d{7}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["0"]]]], BL: ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:2[7-9]|3[3-7]|5[12]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], BM: ["1", "011", "(?:441|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "441$1", 0, "441"], BN: ["673", "00", "[2-578]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-578]"]]]], BO: ["591", "00(?:1\\d)?", "8001\\d{5}|(?:[2-467]\\d|50)\\d{6}", [8, 9], [["(\\d)(\\d{7})", "$1 $2", ["[235]|4[46]"]], ["(\\d{8})", "$1", ["[67]"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["8"]]], "0", 0, "0(1\\d)?"], BQ: ["599", "00", "(?:[34]1|7\\d)\\d{5}", [7], 0, 0, 0, 0, 0, 0, "[347]"], BR: ["55", "00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)", "[1-467]\\d{9,10}|55[0-46-9]\\d{8}|[34]\\d{7}|55\\d{7,8}|(?:5[0-46-9]|[89]\\d)\\d{7,9}", [8, 9, 10, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["300|4(?:0[02]|37|86)", "300|4(?:0(?:0|20)|370|864)"]], ["(\\d{3})(\\d{2,3})(\\d{4})", "$1 $2 $3", ["(?:[358]|90)0"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"], "($1)"], ["(\\d{2})(\\d{5})(\\d{4})", "$1 $2-$3", ["[16][1-9]|[2-57-9]"], "($1)"]], "0", 0, "(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?", "$2"], BS: ["1", "011", "(?:242|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([3-8]\\d{6})$|1", "242$1", 0, "242"], BT: ["975", "00", "[178]\\d{7}|[2-8]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-6]|7[246]|8[2-4]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[67]|[78]"]]]], BW: ["267", "00", "(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["90"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[24-6]|3[15-9]"]], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37]"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["8"]]]], BY: ["375", "810", "(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3})", "$1 $2", ["800"], "8 $1"], ["(\\d{3})(\\d{2})(\\d{2,4})", "$1 $2 $3", ["800"], "8 $1"], ["(\\d{4})(\\d{2})(\\d{3})", "$1 $2-$3", ["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])", "1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"], "8 0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["1(?:[56]|7[467])|2[1-3]"], "8 0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-4]"], "8 0$1"], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[89]"], "8 $1"]], "8", 0, "0|80?", 0, 0, 0, 0, "8~10"], BZ: ["501", "00", "(?:0800\\d|[2-8])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-8]"]], ["(\\d)(\\d{3})(\\d{4})(\\d{3})", "$1-$2-$3-$4", ["0"]]]], CA: ["1", "011", "[2-9]\\d{9}|3\\d{6}", [7, 10], 0, "1", 0, 0, 0, 0, 0, [["(?:2(?:04|[23]6|[48]9|5[07]|63)|3(?:06|43|54|6[578]|82)|4(?:03|1[68]|[26]8|3[178]|50|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|[18]3|39|47|72)|7(?:0[59]|42|53|78|8[02])|8(?:[06]7|19|25|7[39])|9(?:0[25]|42))[2-9]\\d{6}", [10]], ["", [10]], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}", [10]], ["900[2-9]\\d{6}", [10]], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:2[125-9]|33|44|66|77|88)|6(?:22|33))[2-9]\\d{6}", [10]], 0, ["310\\d{4}", [7]], 0, ["600[2-9]\\d{6}", [10]]]], CC: ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}", [9]], ["4(?:79[01]|83[0-36-9]|95[0-3])\\d{5}|4(?:[0-36]\\d|4[047-9]|[58][0-24-9]|7[02-8]|9[0-47-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], CD: ["243", "00", "(?:(?:[189]|5\\d)\\d|2)\\d{7}|[1-68]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[1-6]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["5"], "0$1"]], "0"], CF: ["236", "00", "(?:[27]\\d{3}|8776)\\d{4}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[278]"]]]], CG: ["242", "00", "222\\d{6}|(?:0\\d|80)\\d{7}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[02]"]]]], CH: ["41", "00", "8\\d{11}|[2-9]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8[047]|90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]|81"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["8"], "0$1"]], "0"], CI: ["225", "00", "[02]\\d{9}", [10], [["(\\d{2})(\\d{2})(\\d)(\\d{5})", "$1 $2 $3 $4", ["2"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3 $4", ["0"]]]], CK: ["682", "00", "[2-578]\\d{4}", [5], [["(\\d{2})(\\d{3})", "$1 $2", ["[2-578]"]]]], CL: ["56", "(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0", "12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}", [9, 10, 11], [["(\\d{5})(\\d{4})", "$1 $2", ["219", "2196"], "($1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["60|809"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["44"]], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2[1-36]"], "($1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["9(?:10|[2-9])"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-8]|[1-9])"], "($1)"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["60|8"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{3})(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["60"]]]], CM: ["237", "00", "[26]\\d{8}|88\\d{6,7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["88"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[26]|88"]]]], CN: ["86", "00|1(?:[12]\\d|79)\\d\\d00", "(?:(?:1[03-689]|2\\d)\\d\\d|6)\\d{8}|1\\d{10}|[126]\\d{6}(?:\\d(?:\\d{2})?)?|86\\d{5,6}|(?:[3-579]\\d|8[0-57-9])\\d{5,9}", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5,6})", "$1 $2", ["(?:10|2[0-57-9])[19]|3(?:[157]|35|49|9[1-68])|4(?:1[124-9]|2[179]|6[47-9]|7|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:07|1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3|4[13]|5[1-5]|7[0-79]|9[0-35-9])|(?:4[35]|59|85)[1-9]", "(?:10|2[0-57-9])(?:1[02]|9[56])|8078|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))1", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|80781|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))12", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|807812|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:078|1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123"], "0$1"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]", "(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]", "85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])", "85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["(?:4|80)0"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|2(?:[02-57-9]|1[1-9])", "10|2(?:[02-57-9]|1[1-9])", "10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"], "0$1", 1], ["(\\d{3})(\\d{7,8})", "$1 $2", ["9"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["80"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[3-578]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["1[3-9]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["[12]"], "0$1", 1]], "0", 0, "(1(?:[12]\\d|79)\\d\\d)|0", 0, 0, 0, 0, "00"], CO: ["57", "00(?:4(?:[14]4|56)|[579])", "(?:46|60\\d\\d)\\d{6}|(?:1\\d|[39])\\d{9}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["46"]], ["(\\d{3})(\\d{7})", "$1 $2", ["6|90"], "($1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3[0-357]|9[14]"]], ["(\\d)(\\d{3})(\\d{7})", "$1-$2-$3", ["1"], "0$1", 0, "$1 $2 $3"]], "0", 0, "0([3579]|4(?:[14]4|56))?"], CR: ["506", "00", "(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}", [8, 10], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[3-9]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[89]"]]], 0, 0, "(19(?:0[0-2468]|1[09]|20|66|77|99))"], CU: ["53", "119", "(?:[2-7]|8\\d\\d)\\d{7}|[2-47]\\d{6}|[34]\\d{5}", [6, 7, 8, 10], [["(\\d{2})(\\d{4,6})", "$1 $2", ["2[1-4]|[34]"], "(0$1)"], ["(\\d)(\\d{6,7})", "$1 $2", ["7"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["[56]"], "0$1"], ["(\\d{3})(\\d{7})", "$1 $2", ["8"], "0$1"]], "0"], CV: ["238", "0", "(?:[2-59]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2-589]"]]]], CW: ["599", "00", "(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[3467]"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["9[4-8]"]]], 0, 0, 0, 0, 0, "[69]"], CX: ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}", [9]], ["4(?:79[01]|83[0-36-9]|95[0-3])\\d{5}|4(?:[0-36]\\d|4[047-9]|[58][0-24-9]|7[02-8]|9[0-47-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], CY: ["357", "00", "(?:[279]\\d|[58]0)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[257-9]"]]]], CZ: ["420", "00", "(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}", [9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]|9[015-7]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["96"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]]], DE: ["49", "00", "[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[024-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|2[13]|31|[46][1-8])\\d{1,9}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], [["(\\d{2})(\\d{3,13})", "$1 $2", ["3[02]|40|[68]9"], "0$1"], ["(\\d{3})(\\d{3,12})", "$1 $2", ["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1", "2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"], "0$1"], ["(\\d{4})(\\d{2,11})", "$1 $2", ["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]", "[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["138"], "0$1"], ["(\\d{5})(\\d{2,10})", "$1 $2", ["3"], "0$1"], ["(\\d{3})(\\d{5,11})", "$1 $2", ["181"], "0$1"], ["(\\d{3})(\\d)(\\d{4,10})", "$1 $2 $3", ["1(?:3|80)|9"], "0$1"], ["(\\d{3})(\\d{7,8})", "$1 $2", ["1[67]"], "0$1"], ["(\\d{3})(\\d{7,12})", "$1 $2", ["8"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["185", "1850", "18500"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["18[68]"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["15[1279]"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["15[03568]", "15(?:[0568]|3[13])"], "0$1"], ["(\\d{3})(\\d{8})", "$1 $2", ["18"], "0$1"], ["(\\d{3})(\\d{2})(\\d{7,8})", "$1 $2 $3", ["1(?:6[023]|7)"], "0$1"], ["(\\d{4})(\\d{2})(\\d{7})", "$1 $2 $3", ["15[279]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{8})", "$1 $2 $3", ["15"], "0$1"]], "0"], DJ: ["253", "00", "(?:2\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[27]"]]]], DK: ["45", "00", "[2-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-9]"]]]], DM: ["1", "011", "(?:[58]\\d\\d|767|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "767$1", 0, "767"], DO: ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "8001|8[024]9"], DZ: ["213", "00", "(?:[1-4]|[5-79]\\d|80)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["9"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-8]"], "0$1"]], "0"], EC: ["593", "00", "1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}", [8, 9, 10, 11], [["(\\d)(\\d{3})(\\d{4})", "$1 $2-$3", ["[2-7]"], "(0$1)", 0, "$1-$2-$3"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1"]]], "0"], EE: ["372", "00", "8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88", "[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]], ["(\\d{4})(\\d{3,4})", "$1 $2", ["[45]|8(?:00|[1-49])", "[45]|8(?:00[1-9]|[1-49])"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], EG: ["20", "00", "[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}", [8, 9, 10], [["(\\d)(\\d{7,8})", "$1 $2", ["[23]"], "0$1"], ["(\\d{2})(\\d{6,7})", "$1 $2", ["1[35]|[4-6]|8[2468]|9[235-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{8})", "$1 $2", ["1"], "0$1"]], "0"], EH: ["212", "00", "[5-8]\\d{8}", [9], 0, "0", 0, 0, 0, 0, "528[89]"], ER: ["291", "00", "[178]\\d{6}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[178]"], "0$1"]], "0"], ES: ["34", "00", "[5-9]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]00"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-9]"]]]], ET: ["251", "00", "(?:11|[2-579]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-579]"], "0$1"]], "0"], FI: ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{5})", "$1", ["20[2-59]"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1 $2", ["(?:[1-3]0|[68])0|70[07-9]"], "0$1"], ["(\\d{2})(\\d{4,8})", "$1 $2", ["[14]|2[09]|50|7[135]"], "0$1"], ["(\\d{2})(\\d{6,10})", "$1 $2", ["7"], "0$1"], ["(\\d)(\\d{4,9})", "$1 $2", ["(?:19|[2568])[1-8]|3(?:0[1-9]|[1-9])|9"], "0$1"]], "0", 0, 0, 0, 0, "1[03-79]|[2-9]", 0, "00"], FJ: ["679", "0(?:0|52)", "45\\d{5}|(?:0800\\d|[235-9])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[235-9]|45"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]]], 0, 0, 0, 0, 0, 0, 0, "00"], FK: ["500", "00", "[2-7]\\d{4}", [5]], FM: ["691", "00", "(?:[39]\\d\\d|820)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[389]"]]]], FO: ["298", "00", "[2-9]\\d{5}", [6], [["(\\d{6})", "$1", ["[2-9]"]]], 0, 0, "(10(?:01|[12]0|88))"], FR: ["33", "00", "[1-9]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0 $1"], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[1-79]"], "0$1"]], "0"], GA: ["241", "00", "(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}", [7, 8], [["(\\d)(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-7]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["11|[67]"], "0$1"]], 0, 0, "0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})", "$1"], GB: ["44", "00", "[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}", [7, 9, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["800", "8001", "80011", "800111", "8001111"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["845", "8454", "84546", "845464"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["800"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["1(?:38|5[23]|69|76|94)", "1(?:(?:38|69)7|5(?:24|39)|768|946)", "1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["1(?:[2-69][02-9]|[78])"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[25]|7(?:0|6[02-9])", "[25]|7(?:0|6(?:[03-9]|2[356]))"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1389]"], "0$1"]], "0", 0, "0|180020", 0, 0, 0, [["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0-5])|4(?:(?:[0-5]\\d|70)\\d|69[7-9])|(?:(?:5[0-26-9]|[78][0-49])\\d|6(?:[0-4]\\d|5[01]))\\d)|(?:2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d|1(?:[0-7]\\d|8[0-3]))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d)\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}", [9, 10]], ["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]], 0, " x"], GD: ["1", "011", "(?:473|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "473$1", 0, "473"], GE: ["995", "00", "(?:[3-57]\\d\\d|800)\\d{6}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["32"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[57]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[348]"], "0$1"]], "0"], GF: ["594", "00", "(?:[56]94\\d|7093)\\d{5}|(?:80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]|9[47]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[89]"], "0$1"]], "0"], GG: ["44", "00", "(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?", [7, 9, 10], 0, "0", 0, "([25-9]\\d{5})$|0|180020", "1481$1", 0, 0, [["1481[25-9]\\d{5}", [10]], ["7(?:(?:781|839)\\d|911[17])\\d{5}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]]], GH: ["233", "00", "(?:[235]\\d{3}|800)\\d{5}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[235]"], "0$1"]], "0"], GI: ["350", "00", "(?:[25]\\d|60)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["2"]]]], GL: ["299", "00", "(?:19|[2-689]\\d|70)\\d{4}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["19|[2-9]"]]]], GM: ["220", "00", "[2-9]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], GN: ["224", "00", "722\\d{6}|(?:3|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["3"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[67]"]]]], GP: ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0", 0, 0, 0, 0, 0, [["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1-9]|5[3-579]|[68][0-689]|7[08]|9\\d)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], GQ: ["240", "00", "222\\d{6}|(?:3\\d|55|[89]0)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235]"]], ["(\\d{3})(\\d{6})", "$1 $2", ["[89]"]]]], GR: ["30", "00", "5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}", [10, 11, 12], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["21|7"]], ["(\\d{4})(\\d{6})", "$1 $2", ["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2689]"]], ["(\\d{3})(\\d{3,4})(\\d{5})", "$1 $2 $3", ["8"]]]], GT: ["502", "00", "80\\d{6}|(?:1\\d{3}|[2-7])\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-8]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], GU: ["1", "011", "(?:[58]\\d\\d|671|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "671$1", 0, "671"], GW: ["245", "00", "[49]\\d{8}|4\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["40"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"]]]], GY: ["592", "001", "(?:[2-8]\\d{3}|9008)\\d{3}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], HK: ["852", "00(?:30|5[09]|[126-9]?)", "8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}", [5, 6, 7, 8, 9, 11], [["(\\d{3})(\\d{2,5})", "$1 $2", ["900", "9003"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{3})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]], 0, 0, 0, 0, 0, 0, 0, "00"], HN: ["504", "00", "8\\d{10}|[237-9]\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["[237-9]"]]]], HR: ["385", "00", "[2-69]\\d{8}|80\\d{5,7}|[1-79]\\d{7}|6\\d{6}", [7, 8, 9], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["6[01]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{4})(\\d{3})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6|7[245]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-57]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"]], "0"], HT: ["509", "00", "[2-589]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[2-589]"]]]], HU: ["36", "00", "[235-7]\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "06 $1"]], "06"], ID: ["62", "00[89]", "00[1-9]\\d{9,14}|(?:[1-36]|8\\d{5})\\d{6}|00\\d{9}|[1-9]\\d{8,10}|[2-9]\\d{7}", [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["15"]], ["(\\d{2})(\\d{5,9})", "$1 $2", ["2[124]|[36]1"], "(0$1)"], ["(\\d{3})(\\d{5,7})", "$1 $2", ["800"], "0$1"], ["(\\d{3})(\\d{5,8})", "$1 $2", ["[2-79]"], "(0$1)"], ["(\\d{3})(\\d{3,4})(\\d{3})", "$1-$2-$3", ["8[1-35-9]"], "0$1"], ["(\\d{3})(\\d{6,8})", "$1 $2", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["804"], "0$1"], ["(\\d{3})(\\d)(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["80"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1-$2-$3", ["8"], "0$1"]], "0"], IE: ["353", "00", "(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["2[24-9]|47|58|6[237-9]|9[35-9]"], "(0$1)"], ["(\\d{3})(\\d{5})", "$1 $2", ["[45]0"], "(0$1)"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2569]|4[1-69]|7[14]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["81"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["4"], "(0$1)"], ["(\\d{2})(\\d)(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], IL: ["972", "0(?:0|1[2-9])", "1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}", [7, 8, 9, 10, 11, 12], [["(\\d{4})(\\d{3})", "$1-$2", ["125"]], ["(\\d{4})(\\d{2})(\\d{2})", "$1-$2-$3", ["121"]], ["(\\d)(\\d{3})(\\d{4})", "$1-$2-$3", ["[2-489]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1-$2-$3", ["12"]], ["(\\d{4})(\\d{6})", "$1-$2", ["159"]], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3-$4", ["1[7-9]"]], ["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})", "$1-$2 $3-$4", ["15"]]], "0"], IM: ["44", "00", "1624\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([25-8]\\d{5})$|0|180020", "1624$1", 0, "74576|(?:16|7[56])24"], IN: ["91", "00", "(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}", [8, 9, 10, 11, 12, 13], [["(\\d{8})", "$1", ["5(?:0|2[23]|3[03]|[67]1|88)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"], 0, 1], ["(\\d{4})(\\d{4,5})", "$1 $2", ["180", "1800"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["140"], 0, 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["11|2[02]|33|4[04]|79[1-7]|80[2-46]", "11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])", "11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"], "0$1", 1], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807", "1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]", "1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|83)|73179|807(?:1|9[1-3])|(?:1552|6(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[124-6])\\d|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"], "0$1", 1], ["(\\d{5})(\\d{5})", "$1 $2", ["[6-9]"], "0$1", 1], ["(\\d{4})(\\d{2,4})(\\d{4})", "$1 $2 $3", ["1(?:6|8[06])", "1(?:6|8[06]0)"], 0, 1], ["(\\d{4})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["18"], 0, 1]], "0"], IO: ["246", "00", "3\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["3"]]]], IQ: ["964", "00", "(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-6]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], IR: ["98", "00", "[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}", [4, 5, 6, 7, 10], [["(\\d{4,5})", "$1", ["96"], "0$1"], ["(\\d{2})(\\d{4,5})", "$1 $2", ["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[1-8]"], "0$1"]], "0"], IS: ["354", "00|1(?:0(?:01|[12]0)|100)", "(?:38\\d|[4-9])\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, 0, "00"], IT: ["39", "00", "0\\d{5,11}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|(?:43|55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?", [6, 7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{4,6})", "$1 $2", ["0[26]"]], ["(\\d{3})(\\d{3,6})", "$1 $2", ["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])", "0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]], ["(\\d{4})(\\d{2,6})", "$1 $2", ["0(?:[13-579][2-46-8]|8[236-8])"]], ["(\\d{4})(\\d{4})", "$1 $2", ["894"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[26]|5"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1(?:44|[679])|[378]|43"]], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[13-57-9][0159]|14"]], ["(\\d{2})(\\d{4})(\\d{5})", "$1 $2 $3", ["0[26]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["[03]"]]], 0, 0, 0, 0, 0, 0, [["0(?:669[0-79]\\d{1,6}|831\\d{2,8})|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[2356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}"], ["3[2-9]\\d{7,8}|(?:31|43)\\d{8}", [9, 10]], ["80(?:0\\d{3}|3)\\d{3}", [6, 9]], ["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}", [6, 8, 9, 10]], ["1(?:78\\d|99)\\d{6}", [9, 10]], ["3[2-8]\\d{9,10}", [11, 12]], 0, 0, ["55\\d{8}", [10]], ["84(?:[08]\\d{3}|[17])\\d{3}", [6, 9]]]], JE: ["44", "00", "1534\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([0-24-8]\\d{5})$|0|180020", "1534$1", 0, 0, [["1534[0-24-8]\\d{5}"], ["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97\\d))\\d{5}"], ["80(?:07(?:35|81)|8901)\\d{4}"], ["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"], ["701511\\d{4}"], 0, ["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}"], ["56\\d{8}"]]], JM: ["1", "011", "(?:[58]\\d\\d|658|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "658|876"], JO: ["962", "00", "(?:(?:[2689]|7\\d)\\d|32|427|53)\\d{6}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2356]|87"], "(0$1)"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["70"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[47]"], "0$1"]], "0"], JP: ["81", "010", "00[1-9]\\d{6,14}|[25-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}", [8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3", ["(?:12|57|99)0"], "0$1"], ["(\\d{4})(\\d)(\\d{4})", "$1-$2-$3", ["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51)|9(?:80|9[16])", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["60"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2-$3", ["3|4(?:2[09]|7[01])|6[1-9]", "3|4(?:2(?:0|9[02-69])|7(?:0[019]|1))|6[1-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[0459]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[26-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9]|9[29])|5(?:2|3(?:[045]|9[0-8])|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|3(?:[29]|60)|49|51|6(?:[0-24]|36|5[0-3589]|7[23]|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3(?:[045]|9(?:[0-58]|6[4-9]|7[0-35689]))|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|60|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[2-57-9]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|7(?:2[2-468]|3[78])|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3", ["[14]|[289][2-9]|5[3-9]|7[2-4679]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["800"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[25-9]"], "0$1"]], "0", 0, "(000[2569]\\d{4,6})$|(?:(?:003768)0?)|0", "$1"], KE: ["254", "000", "(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}", [7, 8, 9, 10], [["(\\d{2})(\\d{5,7})", "$1 $2", ["[24-6]"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[17]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0"], KG: ["996", "00", "8\\d{9}|[235-9]\\d{8}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["3(?:1[346]|[24-79])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-79]|88"], "0$1"], ["(\\d{3})(\\d{3})(\\d)(\\d{2,3})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], KH: ["855", "00[14-9]", "1\\d{9}|[1-9]\\d{7,8}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], KI: ["686", "00", "(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}", [5, 8], 0, "0"], KM: ["269", "00", "[3478]\\d{6}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[3478]"]]]], KN: ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "869$1", 0, "869"], KP: ["850", "00|99", "85\\d{6}|(?:19\\d|[2-7])\\d{7}", [8, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"]], "0"], KR: ["82", "00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))", "00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}", [5, 6, 8, 9, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{3,4})", "$1-$2", ["(?:3[1-3]|[46][1-4]|5[1-5])1"], "0$1"], ["(\\d{4})(\\d{4})", "$1-$2", ["1"]], ["(\\d)(\\d{3,4})(\\d{4})", "$1-$2-$3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[36]0|8"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1-$2-$3", ["[1346]|5[1-5]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{2})(\\d{5})(\\d{4})", "$1-$2-$3", ["5"], "0$1"]], "0", 0, "0(8(?:[1-46-8]|5\\d\\d))?"], KW: ["965", "00", "18\\d{5}|(?:[2569]\\d|41)\\d{6}", [7, 8], [["(\\d{4})(\\d{3,4})", "$1 $2", ["[169]|2(?:[235]|4[1-35-9])|52"]], ["(\\d{3})(\\d{5})", "$1 $2", ["[245]"]]]], KY: ["1", "011", "(?:345|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "345$1", 0, "345"], KZ: ["7", "810", "(?:33622|8\\d{8})\\d{5}|[78]\\d{9}", [10, 14], 0, "8", 0, 0, 0, 0, "33622|7", 0, "8~10"], LA: ["856", "00", "[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2[13]|3[14]|[4-8]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["3"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0"], LB: ["961", "00", "[27-9]\\d{7}|[13-9]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[13-69]|7(?:[2-57]|62|8[0-6]|9[04-9])|8[02-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27-9]"]]], "0"], LC: ["1", "011", "(?:[58]\\d\\d|758|900)\\d{7}", [10], 0, "1", 0, "([2-8]\\d{6})$|1", "758$1", 0, "758"], LI: ["423", "00", "[68]\\d{8}|(?:[2378]\\d|90)\\d{5}", [7, 9], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2379]|8(?:0[09]|7)", "[2379]|8(?:0(?:02|9)|7)"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["69"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]], "0", 0, "(1001)|0"], LK: ["94", "00", "[1-9]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[1-689]"], "0$1"]], "0"], LR: ["231", "00", "(?:[2457]\\d|33|88)\\d{7}|(?:2\\d|[4-6])\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["4[67]|[56]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-578]"], "0$1"]], "0"], LS: ["266", "00", "(?:[256]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2568]"]]]], LT: ["370", "00", "(?:[3469]\\d|52|[78]0)\\d{6}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["52[0-7]"], "(0-$1)", 1], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0 $1", 1], ["(\\d{2})(\\d{6})", "$1 $2", ["37|4(?:[15]|6[1-8])"], "(0-$1)", 1], ["(\\d{3})(\\d{5})", "$1 $2", ["[3-6]"], "(0-$1)", 1]], "0", 0, "[08]"], LU: ["352", "00", "35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}", [4, 5, 6, 7, 8, 9, 10, 11], [["(\\d{2})(\\d{3})", "$1 $2", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["20[2-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4", ["2(?:[0367]|4[3-8])"]], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["80[01]|90[015]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["20"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4 $5", ["2(?:[0367]|4[3-8])"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})", "$1 $2 $3 $4", ["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]], 0, 0, "(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"], LV: ["371", "00", "(?:[268]\\d|78|90)\\d{6}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2679]|8[01]"]]]], LY: ["218", "00", "[2-9]\\d{8}", [9], [["(\\d{2})(\\d{7})", "$1-$2", ["[2-9]"], "0$1"]], "0"], MA: ["212", "00", "[5-8]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5[45]"], "0$1"], ["(\\d{4})(\\d{5})", "$1-$2", ["5(?:2[2-46-9]|3[3-9]|9)|8(?:0[89]|92)"], "0$1"], ["(\\d{2})(\\d{7})", "$1-$2", ["8"], "0$1"], ["(\\d{3})(\\d{6})", "$1-$2", ["[5-7]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["5(?:2(?:[0-25-79]\\d|3[1-578]|4[02-46-8]|8[0235-7])|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[014-9]|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"], ["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[0167]\\d|2[0-8]|5[0-5]|8[0-7]))\\d{6}"], ["80[0-7]\\d{6}"], ["89\\d{7}"], 0, 0, 0, 0, ["(?:592(?:4[0-2]|93)|80[89]\\d\\d)\\d{4}"]]], MC: ["377", "00", "(?:[3489]|[67]\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["4"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[389]"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[67]"], "0$1"]], "0"], MD: ["373", "00", "(?:[235-7]\\d|[89]0)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["22|3"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[25-7]"], "0$1"]], "0"], ME: ["382", "00", "(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "0$1"]], "0"], MF: ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:0[079]|[14]3|[27][79]|3[03-7]|5[0-268]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], MG: ["261", "00", "[23]\\d{8}", [9], [["(\\d{2})(\\d{2})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0", 0, "([24-9]\\d{6})$|0", "20$1"], MH: ["692", "011", "329\\d{4}|(?:[256]\\d|45)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-6]"]]], "1"], MK: ["389", "00", "[2-578]\\d{7}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2|34[47]|4(?:[37]7|5[47]|64)"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[347]"], "0$1"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[58]"], "0$1"]], "0"], ML: ["223", "00", "[24-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-9]"]]]], MM: ["95", "00", "1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}", [6, 7, 8, 9, 10], [["(\\d)(\\d{2})(\\d{3})", "$1 $2 $3", ["16|2"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["4(?:[2-46]|5[3-5])|5|6(?:[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-5]|(?:60|86)[23]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]|452|678|86", "[12]|452|6788|86"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[4-7]|8[1-35]"], "0$1"], ["(\\d)(\\d{3})(\\d{4,6})", "$1 $2 $3", ["9(?:2[0-4]|[35-9]|4[137-9])"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["92"], "0$1"], ["(\\d)(\\d{5})(\\d{4})", "$1 $2 $3", ["9"], "0$1"]], "0"], MN: ["976", "001", "[12]\\d{7,9}|[5-9]\\d{7}", [8, 9, 10], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[12]1"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[5-9]"]], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[12]2[1-3]"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["[12](?:27|3[2-8]|4[2-68]|5[1-4689])", "[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["[12]"], "0$1"]], "0"], MO: ["853", "00", "0800\\d{3}|(?:28|[68]\\d)\\d{6}", [7, 8], [["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[268]"]]]], MP: ["1", "011", "[58]\\d{9}|(?:67|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "670$1", 0, "670"], MQ: ["596", "00", "(?:596\\d|7091)\\d{5}|(?:69|[89]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]|8(?:0[6-9]|[36])"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], MR: ["222", "00", "(?:[2-4]\\d\\d|800)\\d{5}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-48]"]]]], MS: ["1", "011", "(?:[58]\\d\\d|664|900)\\d{7}", [10], 0, "1", 0, "([34]\\d{6})$|1", "664$1", 0, "664"], MT: ["356", "00", "3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2357-9]"]]]], MU: ["230", "0(?:0|[24-7]0|3[03])", "(?:[57]|8\\d\\d)\\d{7}|[2-468]\\d{6}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-46]|8[013]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[57]"]], ["(\\d{5})(\\d{5})", "$1 $2", ["8"]]], 0, 0, 0, 0, 0, 0, 0, "020"], MV: ["960", "0(?:0|19)", "(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}", [7, 10], [["(\\d{3})(\\d{4})", "$1-$2", ["[34679]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], MW: ["265", "00", "(?:[1289]\\d|31|77)\\d{7}|1\\d{6}", [7, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["1[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[137-9]"], "0$1"]], "0"], MX: ["52", "0[09]", "[2-9]\\d{9}", [10], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["33|5[56]|81"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-9]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], MY: ["60", "00", "1\\d{8,9}|(?:3\\d|[4-9])\\d{7}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1-$2 $3", ["[4-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1-$2 $3", ["1(?:[02469]|[378][1-9]|53)|8", "1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2 $3", ["3"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3-$4", ["1(?:[367]|80)"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2 $3", ["15"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2 $3", ["1"], "0$1"]], "0"], MZ: ["258", "00", "(?:2|8\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2|8[2-79]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], NA: ["264", "00", "[68]\\d{7,8}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["87"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], NC: ["687", "00", "(?:050|[2-57-9]\\d\\d)\\d{3}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1.$2.$3", ["[02-57-9]"]]]], NE: ["227", "00", "[027-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["08"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[089]|2[013]|7[0467]"]]]], NF: ["672", "00", "[13]\\d{5}", [6], [["(\\d{2})(\\d{4})", "$1 $2", ["1[0-3]"]], ["(\\d)(\\d{5})", "$1 $2", ["[13]"]]], 0, 0, "([0-258]\\d{4})$", "3$1"], NG: ["234", "009", "(?:20|9\\d)\\d{8}|[78]\\d{9,13}", [10, 11, 12, 13, 14], [["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[7-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["20[129]"], "0$1"], ["(\\d{4})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{3})(\\d{5})(\\d{5,6})", "$1 $2 $3", ["[78]"], "0$1"]], "0"], NI: ["505", "00", "(?:1800|[25-8]\\d{3})\\d{4}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[125-8]"]]]], NL: ["31", "00", "(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|8\\d{6,9}|9\\d{6,10}|1\\d{4,5}", [5, 6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{4,7})", "$1 $2", ["[89]0"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["66"], "0$1"], ["(\\d)(\\d{8})", "$1 $2", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-578]|91"], "0$1"], ["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3", ["9"], "0$1"]], "0"], NO: ["47", "00", "(?:0|[2-9]\\d{3})\\d{4}", [5, 8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]"]]], 0, 0, 0, 0, 0, "[02-689]|7[0-8]"], NP: ["977", "00", "(?:1\\d|9)\\d{9}|[1-9]\\d{7}", [8, 10, 11], [["(\\d)(\\d{7})", "$1-$2", ["1[2-6]"], "0$1"], ["(\\d{2})(\\d{6})", "$1-$2", ["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"], "0$1"], ["(\\d{3})(\\d{7})", "$1-$2", ["9"]]], "0"], NR: ["674", "00", "(?:222|444|(?:55|8\\d)\\d|666|777|999)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[24-9]"]]]], NU: ["683", "00", "(?:[4-7]|888\\d)\\d{3}", [4, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["8"]]]], NZ: ["64", "0(?:0|161)", "[1289]\\d{9}|50\\d{5}(?:\\d{2,3})?|[27-9]\\d{7,8}|(?:[34]\\d|6[0-35-9])\\d{6}|8\\d{4,6}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,8})", "$1 $2", ["8[1-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["50[036-8]|8|90", "50(?:[0367]|88)|8|90"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["24|[346]|7[2-57-9]|9[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:10|74)|[589]"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1|2[028]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,5})", "$1 $2 $3", ["2(?:[169]|7[0-35-9])|7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "00"], OM: ["968", "00", "(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}", [7, 8, 9], [["(\\d{3})(\\d{4,6})", "$1 $2", ["[58]"]], ["(\\d{2})(\\d{6})", "$1 $2", ["2"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[179]"]]]], PA: ["507", "00", "(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}", [7, 8, 10, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[1-57-9]"]], ["(\\d{4})(\\d{4})", "$1-$2", ["[68]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]]], PE: ["51", "00|19(?:1[124]|77|90)00", "(?:[14-8]|9\\d)\\d{7}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["80"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["1"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[4-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"]]], "0", 0, 0, 0, 0, 0, 0, "00", " Anexo "], PF: ["689", "00", "4\\d{5}(?:\\d{2})?|8\\d{7,8}", [6, 8, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["44"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4|8[7-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], PG: ["675", "00|140[1-3]", "(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["18|[2-69]|85"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[78]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], PH: ["63", "00", "(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}", [6, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{5})", "$1 $2", ["2"], "(0$1)"], ["(\\d{4})(\\d{4,6})", "$1 $2", ["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2", "3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"], "(0$1)"], ["(\\d{5})(\\d{4})", "$1 $2", ["346|4(?:27|9[35])|883", "3469|4(?:279|9(?:30|56))|8834"], "(0$1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|8[2-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["1"]]], "0"], PK: ["92", "00", "122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,7})", "$1 $2 $3", ["[89]0"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["1"]], ["(\\d{3})(\\d{6,7})", "$1 $2", ["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])", "9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"], "(0$1)"], ["(\\d{2})(\\d{7,8})", "$1 $2", ["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"], "(0$1)"], ["(\\d{5})(\\d{5})", "$1 $2", ["58"], "(0$1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[24-9]"], "(0$1)"]], "0"], PL: ["48", "00", "(?:6|8\\d\\d)\\d{7}|[1-9]\\d{6}(?:\\d{2})?|[26]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{5})", "$1", ["19"]], ["(\\d{3})(\\d{3})", "$1 $2", ["11|20|64"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1", "(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["64"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[2-8]|[2-7]|8[1-79]|9[145]"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["8"]]]], PM: ["508", "00", "[45]\\d{5}|(?:708|8\\d\\d)\\d{6}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[45]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], PR: ["1", "011", "(?:[589]\\d\\d|787)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "787|939"], PS: ["970", "00", "[2489]2\\d{6}|(?:1\\d|5)\\d{8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2489]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], PT: ["351", "00", "1693\\d{5}|(?:[26-9]\\d|30)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["2[12]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["16|[236-9]"]]]], PW: ["680", "01[12]", "(?:[24-8]\\d\\d|345|900)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], PY: ["595", "00", "59\\d{4,6}|9\\d{5,10}|(?:[2-46-8]\\d|5[0-8])\\d{4,7}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3,6})", "$1 $2", ["[2-9]0"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"], "(0$1)"], ["(\\d{3})(\\d{4,5})", "$1 $2", ["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["87"]], ["(\\d{3})(\\d{6})", "$1 $2", ["9(?:[5-79]|8[1-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"]]], "0"], QA: ["974", "00", "800\\d{4}|(?:2|800)\\d{6}|(?:0080|[3-7])\\d{7}", [7, 8, 9, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["2[136]|8"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[3-7]"]]]], RE: ["262", "00", "709\\d{6}|(?:26|[689]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["26(?:2\\d\\d|3(?:0\\d|1[0-6]))\\d{4}"], ["(?:69(?:2\\d\\d|3(?:[06][0-6]|1[0-3]|2[0-2]|3[0-39]|4\\d|5[0-5]|7[0-37]|8[0-8]|9[0-479]))|7092[0-3])\\d{4}"], ["80\\d{7}"], ["89[1-37-9]\\d{6}"], 0, 0, 0, 0, ["9(?:399[0-3]|479[0-6]|76(?:2[278]|3[0-37]))\\d{4}"], ["8(?:1[019]|2[0156]|84|90)\\d{6}"]]], RO: ["40", "00", "(?:[236-8]\\d|90)\\d{7}|[23]\\d{5}", [6, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["2[3-6]", "2[3-6]\\d9"], "0$1"], ["(\\d{2})(\\d{4})", "$1 $2", ["219|31"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[23]1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[236-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, " int "], RS: ["381", "00", "38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}", [6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{3,9})", "$1 $2", ["(?:2[389]|39)0|[7-9]"], "0$1"], ["(\\d{2})(\\d{5,10})", "$1 $2", ["[1-36]"], "0$1"]], "0"], RU: ["7", "810", "8\\d{13}|[347-9]\\d{9}", [10, 14], [["(\\d{4})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-8]|2[1-9])", "7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:1[23]|[2-9]2))", "7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"], "8 ($1)", 1], ["(\\d{5})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-68]|2[1-9])", "7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))", "7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[349]|8(?:[02-7]|1[1-8])"], "8 ($1)", 1], ["(\\d{4})(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["8"], "8 ($1)"]], "8", 0, 0, 0, 0, 0, [["336(?:[013-9]\\d|2[013-9])\\d{5}|(?:3(?:0[12]|4[1-35-79]|5[1-3]|65|8[1-58]|9[0145])|4(?:01|1[1356]|2[13467]|7[1-5]|8[1-7]|9[1-689])|8(?:1[1-8]|2[01]|3[13-6]|4[0-8]|5[15-7]|6[0-35-79]|7[1-37-9]))\\d{7}", [10]], ["9\\d{9}", [10]], ["8(?:0[04]|108\\d{3})\\d{7}"], ["80[39]\\d{7}", [10]], ["808\\d{7}", [10]]], "8~10"], RW: ["250", "00", "(?:06|[27]\\d\\d|[89]00)\\d{6}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0$1"]], "0"], SA: ["966", "00", "(?:[15]\\d|800|92)\\d{7}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["9"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]], "0"], SB: ["677", "0[01]", "[6-9]\\d{6}|[1-6]\\d{4}", [5, 7], [["(\\d{2})(\\d{5})", "$1 $2", ["6[89]|7|8[4-9]|9(?:[1-8]|9[0-8])"]]]], SC: ["248", "010|0[0-2]", "(?:[2489]\\d|64)\\d{5}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[246]|9[57]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], SD: ["249", "00", "[19]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], SE: ["46", "00", "(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}", [6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["20"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{4})", "$1-$2", ["9(?:00|39|44|9)"], "0$1", 0, "$1 $2"], ["(\\d{2})(\\d{3})(\\d{2})", "$1-$2 $3", ["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3"], ["(\\d)(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{2,3})(\\d{3})", "$1-$2 $3", ["9(?:00|39|44)"], "0$1", 0, "$1 $2 $3"], ["(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["10|7"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{3})", "$1-$2 $3 $4", ["9"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4 $5", ["[26]"], "0$1", 0, "$1 $2 $3 $4 $5"]], "0"], SG: ["65", "0[0-3]\\d", "(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[369]|8(?:0[1-9]|[1-9])"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{4})(\\d{4})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], SH: ["290", "00", "(?:[256]\\d|8)\\d{3}", [4, 5], 0, 0, 0, 0, 0, 0, "[256]"], SI: ["386", "00|10(?:22|66|88|99)", "[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}", [5, 6, 7, 8], [["(\\d{2})(\\d{3,6})", "$1 $2", ["8[09]|9"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["59|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37][01]|4[0139]|51|6"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-57]"], "(0$1)"]], "0", 0, 0, 0, 0, 0, 0, "00"], SJ: ["47", "00", "0\\d{4}|(?:[489]\\d|79)\\d{6}", [5, 8], 0, 0, 0, 0, 0, 0, "79"], SK: ["421", "00", "[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}", [6, 7, 9], [["(\\d)(\\d{2})(\\d{3,4})", "$1 $2 $3", ["21"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["[3-5][1-8]1", "[3-5][1-8]1[67]"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1/$2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[689]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1/$2 $3 $4", ["[3-5]"], "0$1"]], "0"], SL: ["232", "00", "(?:[237-9]\\d|66)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[236-9]"], "(0$1)"]], "0"], SM: ["378", "00", "(?:0549|[5-7]\\d)\\d{6}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]"]], ["(\\d{4})(\\d{6})", "$1 $2", ["0"]]], 0, 0, "([89]\\d{5})$", "0549$1"], SN: ["221", "00", "(?:[378]\\d|93)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[379]"]]]], SO: ["252", "00", "[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}", [6, 7, 8, 9], [["(\\d{2})(\\d{4})", "$1 $2", ["8[125]"]], ["(\\d{6})", "$1", ["[134]"]], ["(\\d)(\\d{6})", "$1 $2", ["[15]|2[0-79]|3[0-46-8]|4[0-7]"]], ["(\\d)(\\d{7})", "$1 $2", ["(?:2|90)4|[67]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[348]|64|79|90"]], ["(\\d{2})(\\d{5,7})", "$1 $2", ["1|28|6[0-35-9]|7[67]|9[2-9]"]]], "0"], SR: ["597", "00", "(?:[2-5]|[6-8]\\d|90)\\d{5}", [6, 7], [["(\\d{2})(\\d{2})(\\d{2})", "$1-$2-$3", ["56"]], ["(\\d{3})(\\d{3})", "$1-$2", ["[2-5]"]], ["(\\d{3})(\\d{4})", "$1-$2", ["[6-9]"]]]], SS: ["211", "00", "[19]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], ST: ["239", "00", "(?:22|9\\d)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[29]"]]]], SV: ["503", "00", "(?:[267]\\d\\d|500)\\d{5}|(?:80\\d|900)\\d{4}(?:\\d{4})?", [7, 8, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[89]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[25-7]"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[89]"]]]], SX: ["1", "011", "7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "(5\\d{6})$|1", "721$1", 0, "721"], SY: ["963", "00", "[1-359]\\d{8}|[1-5]\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-4]|5[1-3]"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[59]"], "0$1", 1]], "0"], SZ: ["268", "00", "0800\\d{4}|(?:[237]\\d|900)\\d{6}", [8, 9], [["(\\d{4})(\\d{4})", "$1 $2", ["[0237]"]], ["(\\d{5})(\\d{4})", "$1 $2", ["9"]]]], TA: ["290", "00", "8\\d{3}", [4], 0, 0, 0, 0, 0, 0, "8"], TC: ["1", "011", "(?:[58]\\d\\d|649|900)\\d{7}", [10], 0, "1", 0, "([2-479]\\d{6})$|1", "649$1", 0, "649"], TD: ["235", "00|16", "(?:22|30|[689]\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[236-9]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], TG: ["228", "00", "[279]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[279]"]]]], TH: ["66", "00[1-9]", "(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}", [8, 9, 10, 13], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[13-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], TJ: ["992", "810", "(?:[0-57-9]\\d|66)\\d{7}", [9], [["(\\d{6})(\\d)(\\d{2})", "$1 $2 $3", ["331", "3317"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["44[02-479]|[34]7"]], ["(\\d{4})(\\d)(\\d{4})", "$1 $2 $3", ["3(?:[1245]|3[12])"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["\\d"]]], 0, 0, 0, 0, 0, 0, 0, "8~10"], TK: ["690", "00", "[2-47]\\d{3,6}", [4, 5, 6, 7]], TL: ["670", "00", "7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-489]|70"]], ["(\\d{4})(\\d{4})", "$1 $2", ["7"]]]], TM: ["993", "810", "(?:[1-6]\\d|71)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["12"], "(8 $1)"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-5]"], "(8 $1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[67]"], "8 $1"]], "8", 0, 0, 0, 0, 0, 0, "8~10"], TN: ["216", "00", "[2-57-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-57-9]"]]]], TO: ["676", "00", "(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}", [5, 7], [["(\\d{2})(\\d{3})", "$1-$2", ["[2-4]|50|6[09]|7[0-24-69]|8[05]"]], ["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[5-9]"]]]], TR: ["90", "00", "4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}", [7, 10, 12, 13], [["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["512|8[01589]|90"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5(?:[0-59]|61)", "5(?:[0-59]|61[06])", "5(?:[0-59]|61[06]1)"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24][1-8]|3[1-9]"], "(0$1)", 1], ["(\\d{3})(\\d{3})(\\d{6,7})", "$1 $2 $3", ["80"], "0$1", 1]], "0"], TT: ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-46-8]\\d{6})$|1", "868$1", 0, "868"], TV: ["688", "00", "(?:2|7\\d\\d|90)\\d{4}", [5, 6, 7], [["(\\d{2})(\\d{3})", "$1 $2", ["2"]], ["(\\d{2})(\\d{4})", "$1 $2", ["90"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], TW: ["886", "0(?:0[25-79]|19)", "[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}", [7, 8, 9, 10, 11], [["(\\d{2})(\\d)(\\d{4})", "$1 $2 $3", ["202"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[258]0"], "0$1"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]", "[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, "#"], TZ: ["255", "00[056]", "(?:[25-8]\\d|41|90)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[24]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["5"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[67]"], "0$1"]], "0"], UA: ["380", "00", "[89]\\d{9}|[3-9]\\d{8}", [9, 10], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]", "6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])", "3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|89|9[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "0~0"], UG: ["256", "00[057]", "800\\d{6}|(?:[29]0|[347]\\d)\\d{7}", [9], [["(\\d{4})(\\d{5})", "$1 $2", ["202", "2024"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[27-9]|4(?:6[45]|[7-9])"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[34]"], "0$1"]], "0"], US: ["1", "011", "[2-9]\\d{9}|3\\d{6}", [10], [["(\\d{3})(\\d{4})", "$1-$2", ["310"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "($1) $2-$3", ["[2-9]"], 0, 1, "$1-$2-$3"]], "1", 0, 0, 0, 0, 0, [["3052(?:0[0-8]|[1-9]\\d)\\d{4}|(?:2742|305[3-9])\\d{6}|(?:472|983)[2-47-9]\\d{6}|(?:2(?:0[1-35-9]|1[02-9]|2[03-57-9]|3[1459]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-47-9]|1[02-9]|2[013-79]|3[0-24679]|4[167]|5[0-2]|6[01349]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-57-9]|1[0235-8]|20|3[0149]|4[01]|5[179]|6[1-47]|7[0-5]|8[0256])|6(?:0[1-35-9]|1[024-9]|2[03689]|3[016]|4[0156]|5[01679]|6[0-279]|78|8[0-269])|7(?:0[1-46-8]|1[2-9]|2[04-8]|3[0-247]|4[0378]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[0168]|3[0-2589]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-3589]|8[04-69]))[2-9]\\d{6}"], [""], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"], ["900[2-9]\\d{6}"], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-9]|33|44|66|77|88)[2-9]\\d{6}"], 0, 0, 0, ["305209\\d{4}"]]], UY: ["598", "0(?:0|1[3-9]\\d)", "0004\\d{2,9}|[1249]\\d{7}|2\\d{3,4}|(?:[49]\\d|80)\\d{5}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13], [["(\\d{4,5})", "$1", ["21"]], ["(\\d{3})(\\d{3,4})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[49]0|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[124]"]], ["(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3 $4", ["0"]]], "0", 0, 0, 0, 0, 0, 0, "00", " int. "], UZ: ["998", "00", "(?:20|33|[5-9]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[235-9]"]]]], VA: ["39", "00", "0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}", [6, 7, 8, 9, 10, 11, 12], 0, 0, 0, 0, 0, 0, "06698"], VC: ["1", "011", "(?:[58]\\d\\d|784|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "784$1", 0, "784"], VE: ["58", "00", "[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}", [10], [["(\\d{3})(\\d{7})", "$1-$2", ["[24-689]"], "0$1"]], "0"], VG: ["1", "011", "(?:284|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-578]\\d{6})$|1", "284$1", 0, "284"], VI: ["1", "011", "[58]\\d{9}|(?:34|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "340$1", 0, "340"], VN: ["84", "00", "[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["80"], "0$1", 1], ["(\\d{4})(\\d{4,6})", "$1 $2", ["1"], 0, 1], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["6"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[357-9]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["2[48]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["2"], "0$1", 1]], "0"], VU: ["678", "00", "[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}", [5, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["[57-9]"]]]], WF: ["681", "00", "(?:40|72|8\\d{4})\\d{4}|[89]\\d{5}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[47-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], WS: ["685", "0", "(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}", [5, 6, 7, 10], [["(\\d{5})", "$1", ["[2-5]|6[1-9]"]], ["(\\d{3})(\\d{3,7})", "$1 $2", ["[68]"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], XK: ["383", "00", "2\\d{7,8}|3\\d{7,11}|(?:4\\d\\d|[89]00)\\d{5}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2|39"], "0$1"], ["(\\d{2})(\\d{7,10})", "$1 $2", ["3"], "0$1"]], "0"], YE: ["967", "00", "(?:1|7\\d)\\d{7}|[1-7]\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-6]|7(?:[24-6]|8[0-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"], "0$1"]], "0"], YT: ["262", "00", "7093\\d{5}|(?:80|9\\d)\\d{7}|(?:26|63)9\\d{6}", [9], 0, "0", 0, 0, 0, 0, 0, [["269(?:0[0-467]|15|5[0-4]|6\\d|[78]0)\\d{4}"], ["(?:639(?:0[0-79]|1[019]|[267]\\d|3[09]|40|5[05-9]|9[04-79])|7093[5-7])\\d{4}"], ["80\\d{7}"], 0, 0, 0, 0, 0, ["9(?:(?:39|47)8[01]|769\\d)\\d{4}"]]], ZA: ["27", "00", "[1-79]\\d{8}|8\\d{4,9}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,4})", "$1 $2", ["8[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["8[1-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["860"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], ZM: ["260", "00", "800\\d{6}|(?:21|[579]\\d|63)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[28]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[579]"], "0$1"]], "0"], ZW: ["263", "00", "2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}", [5, 6, 7, 8, 9, 10], [["(\\d{3})(\\d{3,5})", "$1 $2", ["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"], "0$1"], ["(\\d)(\\d{3})(\\d{2,4})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["80"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2", "2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)", "2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["29[013-9]|39|54"], "0$1"], ["(\\d{4})(\\d{3,5})", "$1 $2", ["(?:25|54)8", "258|5483"], "0$1"]], "0"] }, nonGeographic: { 800: ["800", 0, "(?:00|[1-9]\\d)\\d{6}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["\\d"]]], 0, 0, 0, 0, 0, 0, [0, 0, ["(?:00|[1-9]\\d)\\d{6}"]]], 808: ["808", 0, "[1-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[1-9]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, 0, ["[1-9]\\d{7}"]]], 870: ["870", 0, "7\\d{11}|[235-7]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-7]"]]], 0, 0, 0, 0, 0, 0, [0, ["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"], 0, 0, 0, 0, 0, 0, ["2\\d{8}", [9]]]], 878: ["878", 0, "10\\d{10}", [12], [["(\\d{2})(\\d{5})(\\d{5})", "$1 $2 $3", ["1"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["10\\d{10}"]]], 881: ["881", 0, "6\\d{9}|[0-36-9]\\d{8}", [9, 10], [["(\\d)(\\d{3})(\\d{5})", "$1 $2 $3", ["[0-37-9]"]], ["(\\d)(\\d{3})(\\d{5,6})", "$1 $2 $3", ["6"]]], 0, 0, 0, 0, 0, 0, [0, ["6\\d{9}|[0-36-9]\\d{8}"]]], 882: ["882", 0, "[13]\\d{6}(?:\\d{2,5})?|[19]\\d{7}|(?:[25]\\d\\d|4)\\d{7}(?:\\d{2})?", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5})", "$1 $2", ["16|342"]], ["(\\d{2})(\\d{6})", "$1 $2", ["49"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["1[36]|9"]], ["(\\d{2})(\\d{4})(\\d{3})", "$1 $2 $3", ["3[23]"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["16"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|23|3(?:[15]|4[57])|4|51"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["34"]], ["(\\d{2})(\\d{4,5})(\\d{5})", "$1 $2 $3", ["[1-35]"]]], 0, 0, 0, 0, 0, 0, [0, ["342\\d{4}|(?:337|49)\\d{6}|(?:3(?:2|47|7\\d{3})|50\\d{3})\\d{7}", [7, 8, 9, 10, 12]], 0, 0, 0, ["348[57]\\d{7}", [11]], 0, 0, ["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:345\\d|9[89])\\d{6}|(?:10|2(?:3|85\\d)|3(?:[15]|[69]\\d\\d)|4[15-8]|51)\\d{8}"]]], 883: ["883", 0, "(?:[1-4]\\d|51)\\d{6,10}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,8})", "$1 $2 $3", ["[14]|2[24-689]|3[02-689]|51[24-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["510"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["21"]], ["(\\d{4})(\\d{4})(\\d{4})", "$1 $2 $3", ["51[13]"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[235]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["(?:2(?:00\\d\\d|10)|(?:370[1-9]|51\\d0)\\d)\\d{7}|51(?:00\\d{5}|[24-9]0\\d{4,7})|(?:1[0-79]|2[24-689]|3[02-689]|4[0-4])0\\d{5,9}"]]], 888: ["888", 0, "\\d{11}", [11], [["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3"]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, ["\\d{11}"]]], 979: ["979", 0, "[1359]\\d{8}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[1359]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, ["[1359]\\d{8}"]]] } };
|
|
24749
|
+
const ck = { version: 4, country_calling_codes: { 1: ["US", "AG", "AI", "AS", "BB", "BM", "BS", "CA", "DM", "DO", "GD", "GU", "JM", "KN", "KY", "LC", "MP", "MS", "PR", "SX", "TC", "TT", "VC", "VG", "VI"], 7: ["RU", "KZ"], 20: ["EG"], 27: ["ZA"], 30: ["GR"], 31: ["NL"], 32: ["BE"], 33: ["FR"], 34: ["ES"], 36: ["HU"], 39: ["IT", "VA"], 40: ["RO"], 41: ["CH"], 43: ["AT"], 44: ["GB", "GG", "IM", "JE"], 45: ["DK"], 46: ["SE"], 47: ["NO", "SJ"], 48: ["PL"], 49: ["DE"], 51: ["PE"], 52: ["MX"], 53: ["CU"], 54: ["AR"], 55: ["BR"], 56: ["CL"], 57: ["CO"], 58: ["VE"], 60: ["MY"], 61: ["AU", "CC", "CX"], 62: ["ID"], 63: ["PH"], 64: ["NZ"], 65: ["SG"], 66: ["TH"], 81: ["JP"], 82: ["KR"], 84: ["VN"], 86: ["CN"], 90: ["TR"], 91: ["IN"], 92: ["PK"], 93: ["AF"], 94: ["LK"], 95: ["MM"], 98: ["IR"], 211: ["SS"], 212: ["MA", "EH"], 213: ["DZ"], 216: ["TN"], 218: ["LY"], 220: ["GM"], 221: ["SN"], 222: ["MR"], 223: ["ML"], 224: ["GN"], 225: ["CI"], 226: ["BF"], 227: ["NE"], 228: ["TG"], 229: ["BJ"], 230: ["MU"], 231: ["LR"], 232: ["SL"], 233: ["GH"], 234: ["NG"], 235: ["TD"], 236: ["CF"], 237: ["CM"], 238: ["CV"], 239: ["ST"], 240: ["GQ"], 241: ["GA"], 242: ["CG"], 243: ["CD"], 244: ["AO"], 245: ["GW"], 246: ["IO"], 247: ["AC"], 248: ["SC"], 249: ["SD"], 250: ["RW"], 251: ["ET"], 252: ["SO"], 253: ["DJ"], 254: ["KE"], 255: ["TZ"], 256: ["UG"], 257: ["BI"], 258: ["MZ"], 260: ["ZM"], 261: ["MG"], 262: ["RE", "YT"], 263: ["ZW"], 264: ["NA"], 265: ["MW"], 266: ["LS"], 267: ["BW"], 268: ["SZ"], 269: ["KM"], 290: ["SH", "TA"], 291: ["ER"], 297: ["AW"], 298: ["FO"], 299: ["GL"], 350: ["GI"], 351: ["PT"], 352: ["LU"], 353: ["IE"], 354: ["IS"], 355: ["AL"], 356: ["MT"], 357: ["CY"], 358: ["FI", "AX"], 359: ["BG"], 370: ["LT"], 371: ["LV"], 372: ["EE"], 373: ["MD"], 374: ["AM"], 375: ["BY"], 376: ["AD"], 377: ["MC"], 378: ["SM"], 380: ["UA"], 381: ["RS"], 382: ["ME"], 383: ["XK"], 385: ["HR"], 386: ["SI"], 387: ["BA"], 389: ["MK"], 420: ["CZ"], 421: ["SK"], 423: ["LI"], 500: ["FK"], 501: ["BZ"], 502: ["GT"], 503: ["SV"], 504: ["HN"], 505: ["NI"], 506: ["CR"], 507: ["PA"], 508: ["PM"], 509: ["HT"], 590: ["GP", "BL", "MF"], 591: ["BO"], 592: ["GY"], 593: ["EC"], 594: ["GF"], 595: ["PY"], 596: ["MQ"], 597: ["SR"], 598: ["UY"], 599: ["CW", "BQ"], 670: ["TL"], 672: ["NF"], 673: ["BN"], 674: ["NR"], 675: ["PG"], 676: ["TO"], 677: ["SB"], 678: ["VU"], 679: ["FJ"], 680: ["PW"], 681: ["WF"], 682: ["CK"], 683: ["NU"], 685: ["WS"], 686: ["KI"], 687: ["NC"], 688: ["TV"], 689: ["PF"], 690: ["TK"], 691: ["FM"], 692: ["MH"], 850: ["KP"], 852: ["HK"], 853: ["MO"], 855: ["KH"], 856: ["LA"], 880: ["BD"], 886: ["TW"], 960: ["MV"], 961: ["LB"], 962: ["JO"], 963: ["SY"], 964: ["IQ"], 965: ["KW"], 966: ["SA"], 967: ["YE"], 968: ["OM"], 970: ["PS"], 971: ["AE"], 972: ["IL"], 973: ["BH"], 974: ["QA"], 975: ["BT"], 976: ["MN"], 977: ["NP"], 992: ["TJ"], 993: ["TM"], 994: ["AZ"], 995: ["GE"], 996: ["KG"], 998: ["UZ"] }, countries: { AC: ["247", "00", "(?:[01589]\\d|[46])\\d{4}", [5, 6]], AD: ["376", "00", "(?:1|6\\d)\\d{7}|[135-9]\\d{5}", [6, 8, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["[135-9]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["1"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]]], AE: ["971", "00", "(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{2,9})", "$1 $2", ["60|8"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[236]|[479][2-8]"], "0$1"], ["(\\d{3})(\\d)(\\d{5})", "$1 $2 $3", ["[479]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"]], "0"], AF: ["93", "00", "[2-7]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"]], "0"], AG: ["1", "011", "(?:268|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([457]\\d{6})$|1", "268$1", 0, "268"], AI: ["1", "011", "(?:264|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2457]\\d{6})$|1", "264$1", 0, "264"], AL: ["355", "00", "(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}", [6, 7, 8, 9], [["(\\d{3})(\\d{3,4})", "$1 $2", ["80|9"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["4[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2358][2-5]|4"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["[23578]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["6"], "0$1"]], "0"], AM: ["374", "00", "(?:[1-489]\\d|55|60|77)\\d{6}", [8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[89]0"], "0 $1"], ["(\\d{3})(\\d{5})", "$1 $2", ["2|3[12]"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["1|47"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[3-9]"], "0$1"]], "0"], AO: ["244", "00", "[29]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[29]"]]]], AR: ["54", "00", "(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}", [10, 11], [["(\\d{4})(\\d{2})(\\d{4})", "$1 $2-$3", ["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])", "2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["1"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[68]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2-$3", ["[23]"], "0$1", 1], ["(\\d)(\\d{4})(\\d{2})(\\d{4})", "$2 15-$3-$4", ["9(?:2[2-469]|3[3-578])", "9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))", "9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d)(\\d{2})(\\d{4})(\\d{4})", "$2 15-$3-$4", ["91"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d{3})(\\d{3})(\\d{5})", "$1-$2-$3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{4})", "$2 15-$3-$4", ["9"], "0$1", 0, "$1 $2 $3-$4"]], "0", 0, "0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?", "9$1"], AS: ["1", "011", "(?:[58]\\d\\d|684|900)\\d{7}", [10], 0, "1", 0, "([267]\\d{6})$|1", "684$1", 0, "684"], AT: ["43", "00", "1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{3,12})", "$1 $2", ["1(?:11|[2-9])"], "0$1"], ["(\\d{3})(\\d{2})", "$1 $2", ["517"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["5[079]"], "0$1"], ["(\\d{3})(\\d{3,10})", "$1 $2", ["(?:31|4)6|51|6(?:48|5[0-3579]|[6-9])|7(?:20|32|8)|[89]", "(?:31|4)6|51|6(?:485|5[0-3579]|[6-9])|7(?:20|32|8)|[89]"], "0$1"], ["(\\d{4})(\\d{3,9})", "$1 $2", ["[2-467]|5[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,7})", "$1 $2 $3", ["5"], "0$1"]], "0"], AU: ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}", [5, 6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{3,4})", "$1 $2", ["16"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["16"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["14|4"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[2378]"], "(0$1)"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:30|[89])"]]], "0", 0, "(183[12])|0", 0, 0, 0, [["(?:(?:241|349)0\\d\\d|8(?:51(?:0(?:0[03-9]|[12479]\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\d|7[89]|9[0-4])|[34]\\d\\d)|91(?:(?:[0-58]\\d|6[0135-9])\\d|7(?:0[0-24-9]|[1-9]\\d)|9(?:[0-46-9]\\d|5[0-79]))))\\d{3}|(?:2(?:[0-26-9]\\d|3[0-8]|4[02-9]|5[0135-9])|3(?:[0-3589]\\d|4[0-578]|6[1-9]|7[0-35-9])|7(?:[013-57-9]\\d|2[0-8])|8(?:55|6[0-8]|[78]\\d|9[02-9]))\\d{6}", [9]], ["4(?:79[01]|83[0-36-9]|95[0-3])\\d{5}|4(?:[0-36]\\d|4[047-9]|[58][0-24-9]|7[02-8]|9[0-47-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, ["163\\d{2,6}", [5, 6, 7, 8, 9]], ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], AW: ["297", "00", "(?:[25-79]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[25-9]"]]]], AX: ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}", [5, 6, 7, 8, 9, 10, 11, 12], 0, "0", 0, 0, 0, 0, "18", 0, "00"], AZ: ["994", "00", "365\\d{6}|(?:[124579]\\d|60|88)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[28]|2|365|46", "1[28]|2|365[45]|46", "1[28]|2|365(?:4|5[02])|46"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[13-9]"], "0$1"]], "0"], BA: ["387", "00", "6\\d{8}|(?:[35689]\\d|49|70)\\d{6}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[1-3]|[7-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2-$3", ["[3-5]|6[56]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["6"], "0$1"]], "0"], BB: ["1", "011", "(?:246|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "246$1", 0, "246"], BD: ["880", "00", "[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{2})(\\d{4,6})", "$1-$2", ["31[5-8]|[459]1"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1-$2", ["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:[15]|28|4[14])|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"], "0$1"], ["(\\d{4})(\\d{3,6})", "$1-$2", ["[13-9]|2[23]"], "0$1"], ["(\\d)(\\d{7,8})", "$1-$2", ["2"], "0$1"]], "0"], BE: ["32", "00", "4\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:80|9)0"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[239]|4[23]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[15-8]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4"], "0$1"]], "0"], BF: ["226", "00", "(?:[025-7]\\d|44)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[024-7]"]]]], BG: ["359", "00", "00800\\d{7}|[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}", [6, 7, 8, 9, 12], [["(\\d)(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["43[1-6]|70[1-9]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:70|8)0"], "0$1"], ["(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3", ["43[1-7]|7"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[48]|9[08]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"]], "0"], BH: ["973", "00", "[136-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[13679]|8[02-4679]"]]]], BI: ["257", "00", "(?:[267]\\d|31)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2367]"]]]], BJ: ["229", "00", "(?:01\\d|8)\\d{7}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["0"]]]], BL: ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:2[7-9]|3[3-7]|5[12]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], BM: ["1", "011", "(?:441|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "441$1", 0, "441"], BN: ["673", "00", "[2-578]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-578]"]]]], BO: ["591", "00(?:1\\d)?", "8001\\d{5}|(?:[2-467]\\d|50)\\d{6}", [8, 9], [["(\\d)(\\d{7})", "$1 $2", ["[235]|4[46]"]], ["(\\d{8})", "$1", ["[67]"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["8"]]], "0", 0, "0(1\\d)?"], BQ: ["599", "00", "(?:[34]1|7\\d)\\d{5}", [7], 0, 0, 0, 0, 0, 0, "[347]"], BR: ["55", "00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)", "[1-467]\\d{9,10}|55[0-46-9]\\d{8}|[34]\\d{7}|55\\d{7,8}|(?:5[0-46-9]|[89]\\d)\\d{7,9}", [8, 9, 10, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["300|4(?:0[02]|37|86)", "300|4(?:0(?:0|20)|370|864)"]], ["(\\d{3})(\\d{2,3})(\\d{4})", "$1 $2 $3", ["(?:[358]|90)0"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"], "($1)"], ["(\\d{2})(\\d{5})(\\d{4})", "$1 $2-$3", ["[16][1-9]|[2-57-9]"], "($1)"]], "0", 0, "(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?", "$2"], BS: ["1", "011", "(?:242|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([3-8]\\d{6})$|1", "242$1", 0, "242"], BT: ["975", "00", "[178]\\d{7}|[2-8]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-6]|7[246]|8[2-4]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[67]|[78]"]]]], BW: ["267", "00", "(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["90"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[24-6]|3[15-9]"]], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37]"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["8"]]]], BY: ["375", "810", "(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3})", "$1 $2", ["800"], "8 $1"], ["(\\d{3})(\\d{2})(\\d{2,4})", "$1 $2 $3", ["800"], "8 $1"], ["(\\d{4})(\\d{2})(\\d{3})", "$1 $2-$3", ["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])", "1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"], "8 0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["1(?:[56]|7[467])|2[1-3]"], "8 0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-4]"], "8 0$1"], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[89]"], "8 $1"]], "8", 0, "0|80?", 0, 0, 0, 0, "8~10"], BZ: ["501", "00", "(?:0800\\d|[2-8])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-8]"]], ["(\\d)(\\d{3})(\\d{4})(\\d{3})", "$1-$2-$3-$4", ["0"]]]], CA: ["1", "011", "[2-9]\\d{9}|3\\d{6}", [7, 10], 0, "1", 0, 0, 0, 0, 0, [["(?:2(?:04|[23]6|[48]9|5[07]|63)|3(?:06|43|54|6[578]|82)|4(?:03|1[68]|[26]8|3[178]|50|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|[18]3|39|47|72)|7(?:0[59]|42|53|78|8[02])|8(?:[06]7|19|25|7[39])|9(?:0[25]|42))[2-9]\\d{6}", [10]], ["", [10]], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}", [10]], ["900[2-9]\\d{6}", [10]], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:2[125-9]|33|44|66|77|88)|6(?:22|33))[2-9]\\d{6}", [10]], 0, ["310\\d{4}", [7]], 0, ["600[2-9]\\d{6}", [10]]]], CC: ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}", [9]], ["4(?:79[01]|83[0-36-9]|95[0-3])\\d{5}|4(?:[0-36]\\d|4[047-9]|[58][0-24-9]|7[02-8]|9[0-47-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], CD: ["243", "00", "(?:(?:[189]|5\\d)\\d|2)\\d{7}|[1-68]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[1-6]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["5"], "0$1"]], "0"], CF: ["236", "00", "(?:[27]\\d{3}|8776)\\d{4}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[278]"]]]], CG: ["242", "00", "222\\d{6}|(?:0\\d|80)\\d{7}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[02]"]]]], CH: ["41", "00", "8\\d{11}|[2-9]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8[047]|90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]|81"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["8"], "0$1"]], "0"], CI: ["225", "00", "[02]\\d{9}", [10], [["(\\d{2})(\\d{2})(\\d)(\\d{5})", "$1 $2 $3 $4", ["2"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3 $4", ["0"]]]], CK: ["682", "00", "[2-578]\\d{4}", [5], [["(\\d{2})(\\d{3})", "$1 $2", ["[2-578]"]]]], CL: ["56", "(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0", "12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}", [9, 10, 11], [["(\\d{5})(\\d{4})", "$1 $2", ["219", "2196"], "($1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["60|809"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["44"]], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2[1-36]"], "($1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["9(?:10|[2-9])"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-8]|[1-9])"], "($1)"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["60|8"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{3})(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["60"]]]], CM: ["237", "00", "[26]\\d{8}|88\\d{6,7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["88"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[26]|88"]]]], CN: ["86", "00|1(?:[12]\\d|79)\\d\\d00", "(?:(?:1[03-689]|2\\d)\\d\\d|6)\\d{8}|1\\d{10}|[126]\\d{6}(?:\\d(?:\\d{2})?)?|86\\d{5,6}|(?:[3-579]\\d|8[0-57-9])\\d{5,9}", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5,6})", "$1 $2", ["(?:10|2[0-57-9])[19]|3(?:[157]|35|49|9[1-68])|4(?:1[124-9]|2[179]|6[47-9]|7|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:07|1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3|4[13]|5[1-5]|7[0-79]|9[0-35-9])|(?:4[35]|59|85)[1-9]", "(?:10|2[0-57-9])(?:1[02]|9[56])|8078|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))1", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|80781|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))12", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|807812|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:078|1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123"], "0$1"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]", "(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]", "85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])", "85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["(?:4|80)0"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|2(?:[02-57-9]|1[1-9])", "10|2(?:[02-57-9]|1[1-9])", "10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"], "0$1", 1], ["(\\d{3})(\\d{7,8})", "$1 $2", ["9"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["80"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[3-578]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["1[3-9]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["[12]"], "0$1", 1]], "0", 0, "(1(?:[12]\\d|79)\\d\\d)|0", 0, 0, 0, 0, "00"], CO: ["57", "00(?:4(?:[14]4|56)|[579])", "(?:46|60\\d\\d)\\d{6}|(?:1\\d|[39])\\d{9}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["46"]], ["(\\d{3})(\\d{7})", "$1 $2", ["6|90"], "($1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3[0-357]|9[14]"]], ["(\\d)(\\d{3})(\\d{7})", "$1-$2-$3", ["1"], "0$1", 0, "$1 $2 $3"]], "0", 0, "0([3579]|4(?:[14]4|56))?"], CR: ["506", "00", "(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}", [8, 10], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[3-9]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[89]"]]], 0, 0, "(19(?:0[0-2468]|1[09]|20|66|77|99))"], CU: ["53", "119", "(?:[2-7]|8\\d\\d)\\d{7}|[2-47]\\d{6}|[34]\\d{5}", [6, 7, 8, 10], [["(\\d{2})(\\d{4,6})", "$1 $2", ["2[1-4]|[34]"], "(0$1)"], ["(\\d)(\\d{6,7})", "$1 $2", ["7"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["[56]"], "0$1"], ["(\\d{3})(\\d{7})", "$1 $2", ["8"], "0$1"]], "0"], CV: ["238", "0", "(?:[2-59]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2-589]"]]]], CW: ["599", "00", "(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[3467]"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["9[4-8]"]]], 0, 0, 0, 0, 0, "[69]"], CX: ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}", [9]], ["4(?:79[01]|83[0-36-9]|95[0-3])\\d{5}|4(?:[0-36]\\d|4[047-9]|[58][0-24-9]|7[02-8]|9[0-47-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], CY: ["357", "00", "(?:[279]\\d|[58]0)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[257-9]"]]]], CZ: ["420", "00", "(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}", [9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]|9[015-7]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["96"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]]], DE: ["49", "00", "[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[024-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|2[13]|31|[46][1-8])\\d{1,9}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], [["(\\d{2})(\\d{3,13})", "$1 $2", ["3[02]|40|[68]9"], "0$1"], ["(\\d{3})(\\d{3,12})", "$1 $2", ["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1", "2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"], "0$1"], ["(\\d{4})(\\d{2,11})", "$1 $2", ["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]", "[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["138"], "0$1"], ["(\\d{5})(\\d{2,10})", "$1 $2", ["3"], "0$1"], ["(\\d{3})(\\d{5,11})", "$1 $2", ["181"], "0$1"], ["(\\d{3})(\\d)(\\d{4,10})", "$1 $2 $3", ["1(?:3|80)|9"], "0$1"], ["(\\d{3})(\\d{7,8})", "$1 $2", ["1[67]"], "0$1"], ["(\\d{3})(\\d{7,12})", "$1 $2", ["8"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["185", "1850", "18500"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["18[68]"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["15[1279]"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["15[03568]", "15(?:[0568]|3[13])"], "0$1"], ["(\\d{3})(\\d{8})", "$1 $2", ["18"], "0$1"], ["(\\d{3})(\\d{2})(\\d{7,8})", "$1 $2 $3", ["1(?:6[023]|7)"], "0$1"], ["(\\d{4})(\\d{2})(\\d{7})", "$1 $2 $3", ["15[279]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{8})", "$1 $2 $3", ["15"], "0$1"]], "0"], DJ: ["253", "00", "(?:2\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[27]"]]]], DK: ["45", "00", "[2-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-9]"]]]], DM: ["1", "011", "(?:[58]\\d\\d|767|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "767$1", 0, "767"], DO: ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "8001|8[024]9"], DZ: ["213", "00", "(?:[1-4]|[5-79]\\d|80)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["9"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-8]"], "0$1"]], "0"], EC: ["593", "00", "1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}", [8, 9, 10, 11], [["(\\d)(\\d{3})(\\d{4})", "$1 $2-$3", ["[2-7]"], "(0$1)", 0, "$1-$2-$3"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1"]]], "0"], EE: ["372", "00", "8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88", "[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]], ["(\\d{4})(\\d{3,4})", "$1 $2", ["[45]|8(?:00|[1-49])", "[45]|8(?:00[1-9]|[1-49])"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], EG: ["20", "00", "[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}", [8, 9, 10], [["(\\d)(\\d{7,8})", "$1 $2", ["[23]"], "0$1"], ["(\\d{2})(\\d{6,7})", "$1 $2", ["1[35]|[4-6]|8[2468]|9[235-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{8})", "$1 $2", ["1"], "0$1"]], "0"], EH: ["212", "00", "[5-8]\\d{8}", [9], 0, "0", 0, 0, 0, 0, "528[89]"], ER: ["291", "00", "[178]\\d{6}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[178]"], "0$1"]], "0"], ES: ["34", "00", "[5-9]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]00"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-9]"]]]], ET: ["251", "00", "(?:11|[2-579]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-579]"], "0$1"]], "0"], FI: ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{5})", "$1", ["20[2-59]"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1 $2", ["(?:[1-3]0|[68])0|70[07-9]"], "0$1"], ["(\\d{2})(\\d{4,8})", "$1 $2", ["[14]|2[09]|50|7[135]"], "0$1"], ["(\\d{2})(\\d{6,10})", "$1 $2", ["7"], "0$1"], ["(\\d)(\\d{4,9})", "$1 $2", ["(?:19|[2568])[1-8]|3(?:0[1-9]|[1-9])|9"], "0$1"]], "0", 0, 0, 0, 0, "1[03-79]|[2-9]", 0, "00"], FJ: ["679", "0(?:0|52)", "45\\d{5}|(?:0800\\d|[235-9])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[235-9]|45"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]]], 0, 0, 0, 0, 0, 0, 0, "00"], FK: ["500", "00", "[2-7]\\d{4}", [5]], FM: ["691", "00", "(?:[39]\\d\\d|820)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[389]"]]]], FO: ["298", "00", "[2-9]\\d{5}", [6], [["(\\d{6})", "$1", ["[2-9]"]]], 0, 0, "(10(?:01|[12]0|88))"], FR: ["33", "00", "[1-9]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0 $1"], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[1-79]"], "0$1"]], "0"], GA: ["241", "00", "(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}", [7, 8], [["(\\d)(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-7]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["11|[67]"], "0$1"]], 0, 0, "0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})", "$1"], GB: ["44", "00", "[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}", [7, 9, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["800", "8001", "80011", "800111", "8001111"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["845", "8454", "84546", "845464"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["800"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["1(?:38|5[23]|69|76|94)", "1(?:(?:38|69)7|5(?:24|39)|768|946)", "1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["1(?:[2-69][02-9]|[78])"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[25]|7(?:0|6[02-9])", "[25]|7(?:0|6(?:[03-9]|2[356]))"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1389]"], "0$1"]], "0", 0, "0|180020", 0, 0, 0, [["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0-5])|4(?:(?:[0-5]\\d|70)\\d|69[7-9])|(?:(?:5[0-26-9]|[78][0-49])\\d|6(?:[0-4]\\d|5[01]))\\d)|(?:2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d|1(?:[0-7]\\d|8[0-3]))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d)\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}", [9, 10]], ["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]], 0, " x"], GD: ["1", "011", "(?:473|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "473$1", 0, "473"], GE: ["995", "00", "(?:[3-57]\\d\\d|800)\\d{6}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["32"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[57]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[348]"], "0$1"]], "0"], GF: ["594", "00", "(?:[56]94\\d|7093)\\d{5}|(?:80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]|9[47]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[89]"], "0$1"]], "0"], GG: ["44", "00", "(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?", [7, 9, 10], 0, "0", 0, "([25-9]\\d{5})$|0|180020", "1481$1", 0, 0, [["1481[25-9]\\d{5}", [10]], ["7(?:(?:781|839)\\d|911[17])\\d{5}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]]], GH: ["233", "00", "(?:[235]\\d{3}|800)\\d{5}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[235]"], "0$1"]], "0"], GI: ["350", "00", "(?:[25]\\d|60)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["2"]]]], GL: ["299", "00", "(?:19|[2-689]\\d|70)\\d{4}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["19|[2-9]"]]]], GM: ["220", "00", "[2-9]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], GN: ["224", "00", "722\\d{6}|(?:3|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["3"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[67]"]]]], GP: ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0", 0, 0, 0, 0, 0, [["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1-9]|5[3-579]|[68][0-689]|7[08]|9\\d)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], GQ: ["240", "00", "222\\d{6}|(?:3\\d|55|[89]0)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235]"]], ["(\\d{3})(\\d{6})", "$1 $2", ["[89]"]]]], GR: ["30", "00", "5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}", [10, 11, 12], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["21|7"]], ["(\\d{4})(\\d{6})", "$1 $2", ["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2689]"]], ["(\\d{3})(\\d{3,4})(\\d{5})", "$1 $2 $3", ["8"]]]], GT: ["502", "00", "80\\d{6}|(?:1\\d{3}|[2-7])\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-8]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], GU: ["1", "011", "(?:[58]\\d\\d|671|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "671$1", 0, "671"], GW: ["245", "00", "[49]\\d{8}|4\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["40"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"]]]], GY: ["592", "001", "(?:[2-8]\\d{3}|9008)\\d{3}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], HK: ["852", "00(?:30|5[09]|[126-9]?)", "8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}", [5, 6, 7, 8, 9, 11], [["(\\d{3})(\\d{2,5})", "$1 $2", ["900", "9003"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{3})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]], 0, 0, 0, 0, 0, 0, 0, "00"], HN: ["504", "00", "8\\d{10}|[237-9]\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["[237-9]"]]]], HR: ["385", "00", "[2-69]\\d{8}|80\\d{5,7}|[1-79]\\d{7}|6\\d{6}", [7, 8, 9], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["6[01]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{4})(\\d{3})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6|7[245]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-57]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"]], "0"], HT: ["509", "00", "[2-589]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[2-589]"]]]], HU: ["36", "00", "[235-7]\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "06 $1"]], "06"], ID: ["62", "00[89]", "00[1-9]\\d{9,14}|(?:[1-36]|8\\d{5})\\d{6}|00\\d{9}|[1-9]\\d{8,10}|[2-9]\\d{7}", [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["15"]], ["(\\d{2})(\\d{5,9})", "$1 $2", ["2[124]|[36]1"], "(0$1)"], ["(\\d{3})(\\d{5,7})", "$1 $2", ["800"], "0$1"], ["(\\d{3})(\\d{5,8})", "$1 $2", ["[2-79]"], "(0$1)"], ["(\\d{3})(\\d{3,4})(\\d{3})", "$1-$2-$3", ["8[1-35-9]"], "0$1"], ["(\\d{3})(\\d{6,8})", "$1 $2", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["804"], "0$1"], ["(\\d{3})(\\d)(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["80"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1-$2-$3", ["8"], "0$1"]], "0"], IE: ["353", "00", "(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["2[24-9]|47|58|6[237-9]|9[35-9]"], "(0$1)"], ["(\\d{3})(\\d{5})", "$1 $2", ["[45]0"], "(0$1)"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2569]|4[1-69]|7[14]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["81"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["4"], "(0$1)"], ["(\\d{2})(\\d)(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], IL: ["972", "0(?:0|1[2-9])", "1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}", [7, 8, 9, 10, 11, 12], [["(\\d{4})(\\d{3})", "$1-$2", ["125"]], ["(\\d{4})(\\d{2})(\\d{2})", "$1-$2-$3", ["121"]], ["(\\d)(\\d{3})(\\d{4})", "$1-$2-$3", ["[2-489]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1-$2-$3", ["12"]], ["(\\d{4})(\\d{6})", "$1-$2", ["159"]], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3-$4", ["1[7-9]"]], ["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})", "$1-$2 $3-$4", ["15"]]], "0"], IM: ["44", "00", "1624\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([25-8]\\d{5})$|0|180020", "1624$1", 0, "74576|(?:16|7[56])24"], IN: ["91", "00", "(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}", [8, 9, 10, 11, 12, 13], [["(\\d{8})", "$1", ["5(?:0|2[23]|3[03]|[67]1|88)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"], 0, 1], ["(\\d{4})(\\d{4,5})", "$1 $2", ["180", "1800"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["140"], 0, 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["11|2[02]|33|4[04]|79[1-7]|80[2-46]", "11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])", "11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"], "0$1", 1], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807", "1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]", "1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|8(?:28[235-7]|3))|73179|807(?:1|9[1-3])|(?:1552|6(?:(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689])\\d|8(?:[14-6]\\d|2[0-79]))|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"], "0$1", 1], ["(\\d{5})(\\d{5})", "$1 $2", ["[6-9]"], "0$1", 1], ["(\\d{4})(\\d{2,4})(\\d{4})", "$1 $2 $3", ["1(?:6|8[06])", "1(?:6|8[06]0)"], 0, 1], ["(\\d{4})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["18"], 0, 1]], "0"], IO: ["246", "00", "3\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["3"]]]], IQ: ["964", "00", "(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-6]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], IR: ["98", "00", "[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}", [4, 5, 6, 7, 10], [["(\\d{4,5})", "$1", ["96"], "0$1"], ["(\\d{2})(\\d{4,5})", "$1 $2", ["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[1-8]"], "0$1"]], "0"], IS: ["354", "00|1(?:0(?:01|[12]0)|100)", "(?:38\\d|[4-9])\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, 0, "00"], IT: ["39", "00", "0\\d{5,11}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|(?:43|55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?", [6, 7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{4,6})", "$1 $2", ["0[26]"]], ["(\\d{3})(\\d{3,6})", "$1 $2", ["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])", "0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]], ["(\\d{4})(\\d{2,6})", "$1 $2", ["0(?:[13-579][2-46-8]|8[236-8])"]], ["(\\d{4})(\\d{4})", "$1 $2", ["894"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[26]|5"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1(?:44|[679])|[378]|43"]], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[13-57-9][0159]|14"]], ["(\\d{2})(\\d{4})(\\d{5})", "$1 $2 $3", ["0[26]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["[03]"]]], 0, 0, 0, 0, 0, 0, [["0(?:669[0-79]\\d{1,6}|831\\d{2,8})|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[2356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}"], ["3[2-9]\\d{7,8}|(?:31|43)\\d{8}", [9, 10]], ["80(?:0\\d{3}|3)\\d{3}", [6, 9]], ["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}", [6, 8, 9, 10]], ["1(?:78\\d|99)\\d{6}", [9, 10]], ["3[2-8]\\d{9,10}", [11, 12]], 0, 0, ["55\\d{8}", [10]], ["84(?:[08]\\d{3}|[17])\\d{3}", [6, 9]]]], JE: ["44", "00", "1534\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([0-24-8]\\d{5})$|0|180020", "1534$1", 0, 0, [["1534[0-24-8]\\d{5}"], ["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97\\d))\\d{5}"], ["80(?:07(?:35|81)|8901)\\d{4}"], ["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"], ["701511\\d{4}"], 0, ["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}"], ["56\\d{8}"]]], JM: ["1", "011", "(?:[58]\\d\\d|658|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "658|876"], JO: ["962", "00", "(?:(?:[2689]|7\\d)\\d|32|427|53)\\d{6}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2356]|87"], "(0$1)"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["70"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[47]"], "0$1"]], "0"], JP: ["81", "010", "00[1-9]\\d{6,14}|[25-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}", [8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3", ["(?:12|57|99)0"], "0$1"], ["(\\d{4})(\\d)(\\d{4})", "$1-$2-$3", ["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51)|9(?:80|9[16])", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["60"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2-$3", ["3|4(?:2[09]|7[01])|6[1-9]", "3|4(?:2(?:0|9[02-69])|7(?:0[019]|1))|6[1-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[0459]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[26-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9]|9[29])|5(?:2|3(?:[045]|9[0-8])|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|3(?:[29]|60)|49|51|6(?:[0-24]|36|5[0-3589]|7[23]|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3(?:[045]|9(?:[0-58]|6[4-9]|7[0-35689]))|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|60|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[2-57-9]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|7(?:2[2-468]|3[78])|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3", ["[14]|[289][2-9]|5[3-9]|7[2-4679]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["800"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[25-9]"], "0$1"]], "0", 0, "(000[2569]\\d{4,6})$|(?:(?:003768)0?)|0", "$1"], KE: ["254", "000", "(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}", [7, 8, 9, 10], [["(\\d{2})(\\d{5,7})", "$1 $2", ["[24-6]"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[17]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0"], KG: ["996", "00", "8\\d{9}|[235-9]\\d{8}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["3(?:1[346]|[24-79])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-79]|88"], "0$1"], ["(\\d{3})(\\d{3})(\\d)(\\d{2,3})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], KH: ["855", "00[14-9]", "1\\d{9}|[1-9]\\d{7,8}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], KI: ["686", "00", "(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}", [5, 8], 0, "0"], KM: ["269", "00", "[3478]\\d{6}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[3478]"]]]], KN: ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "869$1", 0, "869"], KP: ["850", "00|99", "85\\d{6}|(?:19\\d|[2-7])\\d{7}", [8, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"]], "0"], KR: ["82", "00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))", "00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}", [5, 6, 8, 9, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{3,4})", "$1-$2", ["(?:3[1-3]|[46][1-4]|5[1-5])1"], "0$1"], ["(\\d{4})(\\d{4})", "$1-$2", ["1"]], ["(\\d)(\\d{3,4})(\\d{4})", "$1-$2-$3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[36]0|8"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1-$2-$3", ["[1346]|5[1-5]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{2})(\\d{5})(\\d{4})", "$1-$2-$3", ["5"], "0$1"]], "0", 0, "0(8(?:[1-46-8]|5\\d\\d))?"], KW: ["965", "00", "18\\d{5}|(?:[2569]\\d|41)\\d{6}", [7, 8], [["(\\d{4})(\\d{3,4})", "$1 $2", ["[169]|2(?:[235]|4[1-35-9])|52"]], ["(\\d{3})(\\d{5})", "$1 $2", ["[245]"]]]], KY: ["1", "011", "(?:345|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "345$1", 0, "345"], KZ: ["7", "810", "(?:33622|8\\d{8})\\d{5}|[78]\\d{9}", [10, 14], 0, "8", 0, 0, 0, 0, "33622|7", 0, "8~10"], LA: ["856", "00", "[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2[13]|3[14]|[4-8]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["3"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0"], LB: ["961", "00", "[27-9]\\d{7}|[13-9]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[13-69]|7(?:[2-57]|62|8[0-6]|9[04-9])|8[02-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27-9]"]]], "0"], LC: ["1", "011", "(?:[58]\\d\\d|758|900)\\d{7}", [10], 0, "1", 0, "([2-8]\\d{6})$|1", "758$1", 0, "758"], LI: ["423", "00", "[68]\\d{8}|(?:[2378]\\d|90)\\d{5}", [7, 9], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2379]|8(?:0[09]|7)", "[2379]|8(?:0(?:02|9)|7)"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["69"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]], "0", 0, "(1001)|0"], LK: ["94", "00", "[1-9]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[1-689]"], "0$1"]], "0"], LR: ["231", "00", "(?:[2457]\\d|33|88)\\d{7}|(?:2\\d|[4-6])\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["4[67]|[56]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-578]"], "0$1"]], "0"], LS: ["266", "00", "(?:[256]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2568]"]]]], LT: ["370", "00", "(?:[3469]\\d|52|[78]0)\\d{6}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["52[0-7]"], "(0-$1)", 1], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0 $1", 1], ["(\\d{2})(\\d{6})", "$1 $2", ["37|4(?:[15]|6[1-8])"], "(0-$1)", 1], ["(\\d{3})(\\d{5})", "$1 $2", ["[3-6]"], "(0-$1)", 1]], "0", 0, "[08]"], LU: ["352", "00", "35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}", [4, 5, 6, 7, 8, 9, 10, 11], [["(\\d{2})(\\d{3})", "$1 $2", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["20[2-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4", ["2(?:[0367]|4[3-8])"]], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["80[01]|90[015]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["20"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4 $5", ["2(?:[0367]|4[3-8])"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})", "$1 $2 $3 $4", ["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]], 0, 0, "(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"], LV: ["371", "00", "(?:[268]\\d|78|90)\\d{6}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2679]|8[01]"]]]], LY: ["218", "00", "[2-9]\\d{8}", [9], [["(\\d{2})(\\d{7})", "$1-$2", ["[2-9]"], "0$1"]], "0"], MA: ["212", "00", "[5-8]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5[45]"], "0$1"], ["(\\d{4})(\\d{5})", "$1-$2", ["5(?:[19]|2[2-46-9]|3[3-9])|8(?:0[89]|92)"], "0$1"], ["(\\d{2})(\\d{7})", "$1-$2", ["8"], "0$1"], ["(\\d{3})(\\d{6})", "$1-$2", ["[5-7]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["5(?:(?:18|4[0679]|5[03])\\d|2(?:[0-25-79]\\d|3[1-578]|4[02-46-8]|8[0235-7])|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[014-9]|9[3-9]))\\d{5}"], ["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[016-8]\\d|2[0-8]|5[0-5]))\\d{6}"], ["80[0-7]\\d{6}"], ["89\\d{7}"], 0, 0, 0, 0, ["(?:592(?:4[0-2]|93)|80[89]\\d\\d)\\d{4}"]]], MC: ["377", "00", "(?:[3489]|[67]\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["4"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[389]"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[67]"], "0$1"]], "0"], MD: ["373", "00", "(?:[235-7]\\d|[89]0)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["22|3"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[25-7]"], "0$1"]], "0"], ME: ["382", "00", "(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "0$1"]], "0"], MF: ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:0[079]|[14]3|[27][79]|3[03-7]|5[0-268]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], MG: ["261", "00", "[23]\\d{8}", [9], [["(\\d{2})(\\d{2})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0", 0, "([24-9]\\d{6})$|0", "20$1"], MH: ["692", "011", "329\\d{4}|(?:[256]\\d|45)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-6]"]]], "1"], MK: ["389", "00", "[2-578]\\d{7}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2|34[47]|4(?:[37]7|5[47]|64)"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[347]"], "0$1"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[58]"], "0$1"]], "0"], ML: ["223", "00", "[24-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-9]"]]]], MM: ["95", "00", "1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}", [6, 7, 8, 9, 10], [["(\\d)(\\d{2})(\\d{3})", "$1 $2 $3", ["16|2"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["4(?:[2-46]|5[3-5])|5|6(?:[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-5]|(?:60|86)[23]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]|452|678|86", "[12]|452|6788|86"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[4-7]|8[1-35]"], "0$1"], ["(\\d)(\\d{3})(\\d{4,6})", "$1 $2 $3", ["9(?:2[0-4]|[35-9]|4[137-9])"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["92"], "0$1"], ["(\\d)(\\d{5})(\\d{4})", "$1 $2 $3", ["9"], "0$1"]], "0"], MN: ["976", "001", "[12]\\d{7,9}|[5-9]\\d{7}", [8, 9, 10], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[12]1"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[5-9]"]], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[12]2[1-3]"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["[12](?:27|3[2-8]|4[2-68]|5[1-4689])", "[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["[12]"], "0$1"]], "0"], MO: ["853", "00", "0800\\d{3}|(?:28|[68]\\d)\\d{6}", [7, 8], [["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[268]"]]]], MP: ["1", "011", "[58]\\d{9}|(?:67|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "670$1", 0, "670"], MQ: ["596", "00", "(?:596\\d|7091)\\d{5}|(?:69|[89]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]|8(?:0[6-9]|[36])"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], MR: ["222", "00", "(?:[2-4]\\d\\d|800)\\d{5}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-48]"]]]], MS: ["1", "011", "(?:[58]\\d\\d|664|900)\\d{7}", [10], 0, "1", 0, "([34]\\d{6})$|1", "664$1", 0, "664"], MT: ["356", "00", "3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2357-9]"]]]], MU: ["230", "0(?:0|[24-7]0|3[03])", "(?:[57]|8\\d\\d)\\d{7}|[2-468]\\d{6}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-46]|8[013]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[57]"]], ["(\\d{5})(\\d{5})", "$1 $2", ["8"]]], 0, 0, 0, 0, 0, 0, 0, "020"], MV: ["960", "0(?:0|19)", "(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}", [7, 10], [["(\\d{3})(\\d{4})", "$1-$2", ["[34679]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], MW: ["265", "00", "(?:[1289]\\d|31|77)\\d{7}|1\\d{6}", [7, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["1[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[137-9]"], "0$1"]], "0"], MX: ["52", "0[09]", "[2-9]\\d{9}", [10], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["33|5[56]|81"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-9]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], MY: ["60", "00", "1\\d{8,9}|(?:3\\d|[4-9])\\d{7}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1-$2 $3", ["[4-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1-$2 $3", ["1(?:[02469]|[378][1-9]|53)|8", "1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2 $3", ["3"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3-$4", ["1(?:[367]|80)"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2 $3", ["15"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2 $3", ["1"], "0$1"]], "0"], MZ: ["258", "00", "(?:2|8\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2|8[2-79]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], NA: ["264", "00", "[68]\\d{7,8}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["87"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], NC: ["687", "00", "(?:050|[2-57-9]\\d\\d)\\d{3}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1.$2.$3", ["[02-57-9]"]]]], NE: ["227", "00", "[027-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["08"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[089]|2[013]|7[0467]"]]]], NF: ["672", "00", "[13]\\d{5}", [6], [["(\\d{2})(\\d{4})", "$1 $2", ["1[0-3]"]], ["(\\d)(\\d{5})", "$1 $2", ["[13]"]]], 0, 0, "([0-258]\\d{4})$", "3$1"], NG: ["234", "009", "(?:20|9\\d)\\d{8}|[78]\\d{9,13}", [10, 11, 12, 13, 14], [["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[7-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["20[129]"], "0$1"], ["(\\d{4})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{3})(\\d{5})(\\d{5,6})", "$1 $2 $3", ["[78]"], "0$1"]], "0"], NI: ["505", "00", "(?:1800|[25-8]\\d{3})\\d{4}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[125-8]"]]]], NL: ["31", "00", "(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|8\\d{6,9}|9\\d{6,10}|1\\d{4,5}", [5, 6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{4,7})", "$1 $2", ["[89]0"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["66"], "0$1"], ["(\\d)(\\d{8})", "$1 $2", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-578]|91"], "0$1"], ["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3", ["9"], "0$1"]], "0"], NO: ["47", "00", "(?:0|[2-9]\\d{3})\\d{4}", [5, 8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]"]]], 0, 0, 0, 0, 0, "[02-689]|7[0-8]"], NP: ["977", "00", "(?:1\\d|9)\\d{9}|[1-9]\\d{7}", [8, 10, 11], [["(\\d)(\\d{7})", "$1-$2", ["1[2-6]"], "0$1"], ["(\\d{2})(\\d{6})", "$1-$2", ["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"], "0$1"], ["(\\d{3})(\\d{7})", "$1-$2", ["9"]]], "0"], NR: ["674", "00", "(?:222|444|(?:55|8\\d)\\d|666|777|999)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[24-9]"]]]], NU: ["683", "00", "(?:[4-7]|888\\d)\\d{3}", [4, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["8"]]]], NZ: ["64", "0(?:0|161)", "[1289]\\d{9}|50\\d{5}(?:\\d{2,3})?|[27-9]\\d{7,8}|(?:[34]\\d|6[0-35-9])\\d{6}|8\\d{4,6}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,8})", "$1 $2", ["8[1-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["50[036-8]|8|90", "50(?:[0367]|88)|8|90"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["24|[346]|7[2-57-9]|9[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:10|74)|[589]"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1|2[028]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,5})", "$1 $2 $3", ["2(?:[169]|7[0-35-9])|7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "00"], OM: ["968", "00", "(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}", [7, 8, 9], [["(\\d{3})(\\d{4,6})", "$1 $2", ["[58]"]], ["(\\d{2})(\\d{6})", "$1 $2", ["2"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[179]"]]]], PA: ["507", "00", "(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}", [7, 8, 10, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[1-57-9]"]], ["(\\d{4})(\\d{4})", "$1-$2", ["[68]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]]], PE: ["51", "00|19(?:1[124]|77|90)00", "(?:[14-8]|9\\d)\\d{7}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["80"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["1"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[4-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"]]], "0", 0, 0, 0, 0, 0, 0, "00", " Anexo "], PF: ["689", "00", "4\\d{5}(?:\\d{2})?|8\\d{7,8}", [6, 8, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["44"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4|8[7-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], PG: ["675", "00|140[1-3]", "(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["18|[2-69]|85"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[78]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], PH: ["63", "00", "(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}", [6, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{5})", "$1 $2", ["2"], "(0$1)"], ["(\\d{4})(\\d{4,6})", "$1 $2", ["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2", "3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"], "(0$1)"], ["(\\d{5})(\\d{4})", "$1 $2", ["346|4(?:27|9[35])|883", "3469|4(?:279|9(?:30|56))|8834"], "(0$1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|8[2-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["1"]]], "0"], PK: ["92", "00", "122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,7})", "$1 $2 $3", ["[89]0"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["1"]], ["(\\d{3})(\\d{6,7})", "$1 $2", ["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])", "9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"], "(0$1)"], ["(\\d{2})(\\d{7,8})", "$1 $2", ["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"], "(0$1)"], ["(\\d{5})(\\d{5})", "$1 $2", ["58"], "(0$1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[24-9]"], "(0$1)"]], "0"], PL: ["48", "00", "(?:6|8\\d\\d)\\d{7}|[1-9]\\d{6}(?:\\d{2})?|[26]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{5})", "$1", ["19"]], ["(\\d{3})(\\d{3})", "$1 $2", ["11|20|64"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1", "(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["64"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[2-8]|[2-7]|8[1-79]|9[145]"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["8"]]]], PM: ["508", "00", "[45]\\d{5}|(?:708|8\\d\\d)\\d{6}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[45]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], PR: ["1", "011", "(?:[589]\\d\\d|787)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "787|939"], PS: ["970", "00", "[2489]2\\d{6}|(?:1\\d|5)\\d{8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2489]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], PT: ["351", "00", "1693\\d{5}|(?:[26-9]\\d|30)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["2[12]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["16|[236-9]"]]]], PW: ["680", "01[12]", "(?:[24-8]\\d\\d|345|900)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], PY: ["595", "00", "59\\d{4,6}|9\\d{5,10}|(?:[2-46-8]\\d|5[0-8])\\d{4,7}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3,6})", "$1 $2", ["[2-9]0"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"], "(0$1)"], ["(\\d{3})(\\d{4,5})", "$1 $2", ["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["87"]], ["(\\d{3})(\\d{6})", "$1 $2", ["9(?:[5-79]|8[1-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"]]], "0"], QA: ["974", "00", "800\\d{4}|(?:2|800)\\d{6}|(?:0080|[3-7])\\d{7}", [7, 8, 9, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["2[136]|8"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[3-7]"]]]], RE: ["262", "00", "709\\d{6}|(?:26|[689]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["26(?:2\\d\\d|3(?:0\\d|1[0-6]))\\d{4}"], ["(?:69(?:2\\d\\d|3(?:[06][0-6]|1[0-3]|2[0-2]|3[0-39]|4\\d|5[0-5]|7[0-37]|8[0-8]|9[0-479]))|7092[0-3])\\d{4}"], ["80\\d{7}"], ["89[1-37-9]\\d{6}"], 0, 0, 0, 0, ["9(?:399[0-3]|479[0-6]|76(?:2[278]|3[0-37]))\\d{4}"], ["8(?:1[019]|2[0156]|84|90)\\d{6}"]]], RO: ["40", "00", "(?:[236-8]\\d|90)\\d{7}|[23]\\d{5}", [6, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["2[3-6]", "2[3-6]\\d9"], "0$1"], ["(\\d{2})(\\d{4})", "$1 $2", ["219|31"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[23]1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[236-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, " int "], RS: ["381", "00", "38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}", [6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{3,9})", "$1 $2", ["(?:2[389]|39)0|[7-9]"], "0$1"], ["(\\d{2})(\\d{5,10})", "$1 $2", ["[1-36]"], "0$1"]], "0"], RU: ["7", "810", "8\\d{13}|[347-9]\\d{9}", [10, 14], [["(\\d{4})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-8]|2[1-9])", "7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:1[23]|[2-9]2))", "7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"], "8 ($1)", 1], ["(\\d{5})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-68]|2[1-9])", "7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))", "7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[349]|8(?:[02-7]|1[1-8])"], "8 ($1)", 1], ["(\\d{4})(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["8"], "8 ($1)"]], "8", 0, 0, 0, 0, 0, [["336(?:[013-9]\\d|2[013-9])\\d{5}|(?:3(?:0[12]|4[1-35-79]|5[1-3]|65|8[1-58]|9[0145])|4(?:01|1[1356]|2[13467]|7[1-5]|8[1-7]|9[1-689])|8(?:1[1-8]|2[01]|3[13-6]|4[0-8]|5[15-7]|6[0-35-79]|7[1-37-9]))\\d{7}", [10]], ["9\\d{9}", [10]], ["8(?:0[04]|108\\d{3})\\d{7}"], ["80[39]\\d{7}", [10]], ["808\\d{7}", [10]]], "8~10"], RW: ["250", "00", "(?:06|[27]\\d\\d|[89]00)\\d{6}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0$1"]], "0"], SA: ["966", "00", "(?:[15]\\d|800|92)\\d{7}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["9"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]], "0"], SB: ["677", "0[01]", "[6-9]\\d{6}|[1-6]\\d{4}", [5, 7], [["(\\d{2})(\\d{5})", "$1 $2", ["6[89]|7|8[4-9]|9(?:[1-8]|9[0-8])"]]]], SC: ["248", "010|0[0-2]", "(?:[2489]\\d|64)\\d{5}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[246]|9[57]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], SD: ["249", "00", "[19]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], SE: ["46", "00", "(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}", [6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["20"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{4})", "$1-$2", ["9(?:00|39|44|9)"], "0$1", 0, "$1 $2"], ["(\\d{2})(\\d{3})(\\d{2})", "$1-$2 $3", ["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3"], ["(\\d)(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{2,3})(\\d{3})", "$1-$2 $3", ["9(?:00|39|44)"], "0$1", 0, "$1 $2 $3"], ["(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["10|7"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{3})", "$1-$2 $3 $4", ["9"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4 $5", ["[26]"], "0$1", 0, "$1 $2 $3 $4 $5"]], "0"], SG: ["65", "0[0-3]\\d", "(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[369]|8(?:0[1-9]|[1-9])"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{4})(\\d{4})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], SH: ["290", "00", "(?:[256]\\d|8)\\d{3}", [4, 5], 0, 0, 0, 0, 0, 0, "[256]"], SI: ["386", "00|10(?:22|66|88|99)", "[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}", [5, 6, 7, 8], [["(\\d{2})(\\d{3,6})", "$1 $2", ["8[09]|9"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["59|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37][01]|4[0139]|51|6"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-57]"], "(0$1)"]], "0", 0, 0, 0, 0, 0, 0, "00"], SJ: ["47", "00", "0\\d{4}|(?:[489]\\d|79)\\d{6}", [5, 8], 0, 0, 0, 0, 0, 0, "79"], SK: ["421", "00", "[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}", [6, 7, 9], [["(\\d)(\\d{2})(\\d{3,4})", "$1 $2 $3", ["21"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["[3-5][1-8]1", "[3-5][1-8]1[67]"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1/$2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[689]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1/$2 $3 $4", ["[3-5]"], "0$1"]], "0"], SL: ["232", "00", "(?:[237-9]\\d|66)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[236-9]"], "(0$1)"]], "0"], SM: ["378", "00", "(?:0549|[5-7]\\d)\\d{6}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]"]], ["(\\d{4})(\\d{6})", "$1 $2", ["0"]]], 0, 0, "([89]\\d{5})$", "0549$1"], SN: ["221", "00", "(?:[378]\\d|93)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[379]"]]]], SO: ["252", "00", "[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}", [6, 7, 8, 9], [["(\\d{2})(\\d{4})", "$1 $2", ["8[125]"]], ["(\\d{6})", "$1", ["[134]"]], ["(\\d)(\\d{6})", "$1 $2", ["[15]|2[0-79]|3[0-46-8]|4[0-7]"]], ["(\\d)(\\d{7})", "$1 $2", ["(?:2|90)4|[67]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[348]|64|79|90"]], ["(\\d{2})(\\d{5,7})", "$1 $2", ["1|28|6[0-35-9]|7[67]|9[2-9]"]]], "0"], SR: ["597", "00", "(?:[2-5]|[6-8]\\d|90)\\d{5}", [6, 7], [["(\\d{2})(\\d{2})(\\d{2})", "$1-$2-$3", ["56"]], ["(\\d{3})(\\d{3})", "$1-$2", ["[2-5]"]], ["(\\d{3})(\\d{4})", "$1-$2", ["[6-9]"]]]], SS: ["211", "00", "[19]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], ST: ["239", "00", "(?:22|9\\d)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[29]"]]]], SV: ["503", "00", "[25-7]\\d{7}|(?:80\\d|900)\\d{4}(?:\\d{4})?", [7, 8, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[89]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[25-7]"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[89]"]]]], SX: ["1", "011", "7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "(5\\d{6})$|1", "721$1", 0, "721"], SY: ["963", "00", "[1-359]\\d{8}|[1-5]\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-4]|5[1-3]"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[59]"], "0$1", 1]], "0"], SZ: ["268", "00", "0800\\d{4}|(?:[237]\\d|900)\\d{6}", [8, 9], [["(\\d{4})(\\d{4})", "$1 $2", ["[0237]"]], ["(\\d{5})(\\d{4})", "$1 $2", ["9"]]]], TA: ["290", "00", "8\\d{3}", [4], 0, 0, 0, 0, 0, 0, "8"], TC: ["1", "011", "(?:[58]\\d\\d|649|900)\\d{7}", [10], 0, "1", 0, "([2-479]\\d{6})$|1", "649$1", 0, "649"], TD: ["235", "00|16", "(?:22|30|[689]\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[236-9]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], TG: ["228", "00", "[279]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[279]"]]]], TH: ["66", "00[1-9]", "(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}", [8, 9, 10, 13], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[13-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], TJ: ["992", "810", "(?:[0-57-9]\\d|66)\\d{7}", [9], [["(\\d{6})(\\d)(\\d{2})", "$1 $2 $3", ["331", "3317"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["44[02-479]|[34]7"]], ["(\\d{4})(\\d)(\\d{4})", "$1 $2 $3", ["3(?:[1245]|3[12])"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["\\d"]]], 0, 0, 0, 0, 0, 0, 0, "8~10"], TK: ["690", "00", "[2-47]\\d{3,6}", [4, 5, 6, 7]], TL: ["670", "00", "7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-489]|70"]], ["(\\d{4})(\\d{4})", "$1 $2", ["7"]]]], TM: ["993", "810", "(?:[1-6]\\d|71)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["12"], "(8 $1)"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-5]"], "(8 $1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[67]"], "8 $1"]], "8", 0, 0, 0, 0, 0, 0, "8~10"], TN: ["216", "00", "[2-57-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-57-9]"]]]], TO: ["676", "00", "(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}", [5, 7], [["(\\d{2})(\\d{3})", "$1-$2", ["[2-4]|50|6[09]|7[0-24-69]|8[05]"]], ["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[5-9]"]]]], TR: ["90", "00", "4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}", [7, 10, 12, 13], [["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["512|8[01589]|90"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5(?:[0-59]|61)", "5(?:[0-59]|61[06])", "5(?:[0-59]|61[06]1)"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24][1-8]|3[1-9]"], "(0$1)", 1], ["(\\d{3})(\\d{3})(\\d{6,7})", "$1 $2 $3", ["80"], "0$1", 1]], "0"], TT: ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-46-8]\\d{6})$|1", "868$1", 0, "868"], TV: ["688", "00", "(?:2|7\\d\\d|90)\\d{4}", [5, 6, 7], [["(\\d{2})(\\d{3})", "$1 $2", ["2"]], ["(\\d{2})(\\d{4})", "$1 $2", ["90"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], TW: ["886", "0(?:0[25-79]|19)", "[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}", [7, 8, 9, 10, 11], [["(\\d{2})(\\d)(\\d{4})", "$1 $2 $3", ["202"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[258]0"], "0$1"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]", "[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, "#"], TZ: ["255", "00[056]", "(?:[25-8]\\d|41|90)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[24]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["5"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[67]"], "0$1"]], "0"], UA: ["380", "00", "[89]\\d{9}|[3-9]\\d{8}", [9, 10], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]", "6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])", "3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|89|9[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "0~0"], UG: ["256", "00[057]", "800\\d{6}|(?:[29]0|[347]\\d)\\d{7}", [9], [["(\\d{4})(\\d{5})", "$1 $2", ["202", "2024"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[27-9]|4(?:6[45]|[7-9])"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[34]"], "0$1"]], "0"], US: ["1", "011", "[2-9]\\d{9}|3\\d{6}", [10], [["(\\d{3})(\\d{4})", "$1-$2", ["310"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "($1) $2-$3", ["[2-9]"], 0, 1, "$1-$2-$3"]], "1", 0, 0, 0, 0, 0, [["3052(?:0[0-8]|[1-9]\\d)\\d{4}|(?:2742|305[3-9])\\d{6}|(?:472|983)[2-47-9]\\d{6}|(?:2(?:0[1-35-9]|1[02-9]|2[03-57-9]|3[1459]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-47-9]|1[02-9]|2[013-79]|3[0-24679]|4[167]|5[0-2]|6[01349]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-57-9]|1[0235-8]|20|3[0149]|4[01]|5[179]|6[1-47]|7[0-5]|8[0256])|6(?:0[1-35-9]|1[024-9]|2[03689]|3[016]|4[0156]|5[01679]|6[0-279]|78|8[0-269])|7(?:0[1-46-8]|1[2-9]|2[04-8]|3[0-247]|4[0378]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[0168]|3[0-2589]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-3589]|8[04-69]))[2-9]\\d{6}"], [""], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"], ["900[2-9]\\d{6}"], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-9]|33|44|66|77|88)[2-9]\\d{6}"], 0, 0, 0, ["305209\\d{4}"]]], UY: ["598", "0(?:0|1[3-9]\\d)", "0004\\d{2,9}|[1249]\\d{7}|2\\d{3,4}|(?:[49]\\d|80)\\d{5}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13], [["(\\d{4,5})", "$1", ["21"]], ["(\\d{3})(\\d{3,4})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[49]0|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[124]"]], ["(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3 $4", ["0"]]], "0", 0, 0, 0, 0, 0, 0, "00", " int. "], UZ: ["998", "00", "(?:20|33|[5-9]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[235-9]"]]]], VA: ["39", "00", "0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}", [6, 7, 8, 9, 10, 11, 12], 0, 0, 0, 0, 0, 0, "06698"], VC: ["1", "011", "(?:[58]\\d\\d|784|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "784$1", 0, "784"], VE: ["58", "00", "[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}", [10], [["(\\d{3})(\\d{7})", "$1-$2", ["[24-689]"], "0$1"]], "0"], VG: ["1", "011", "(?:284|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-578]\\d{6})$|1", "284$1", 0, "284"], VI: ["1", "011", "[58]\\d{9}|(?:34|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "340$1", 0, "340"], VN: ["84", "00", "[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["80"], "0$1", 1], ["(\\d{4})(\\d{4,6})", "$1 $2", ["1"], 0, 1], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["6"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[357-9]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["2[48]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["2"], "0$1", 1]], "0"], VU: ["678", "00", "[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}", [5, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["[57-9]"]]]], WF: ["681", "00", "(?:40|72|8\\d{4})\\d{4}|[89]\\d{5}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[47-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], WS: ["685", "0", "(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}", [5, 6, 7, 10], [["(\\d{5})", "$1", ["[2-5]|6[1-9]"]], ["(\\d{3})(\\d{3,7})", "$1 $2", ["[68]"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], XK: ["383", "00", "2\\d{7,8}|3\\d{7,11}|(?:4\\d\\d|[89]00)\\d{5}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2|39"], "0$1"], ["(\\d{2})(\\d{7,10})", "$1 $2", ["3"], "0$1"]], "0"], YE: ["967", "00", "(?:1|7\\d)\\d{7}|[1-7]\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-6]|7(?:[24-6]|8[0-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"], "0$1"]], "0"], YT: ["262", "00", "7093\\d{5}|(?:80|9\\d)\\d{7}|(?:26|63)9\\d{6}", [9], 0, "0", 0, 0, 0, 0, 0, [["269(?:0[0-467]|15|5[0-4]|6\\d|[78]0)\\d{4}"], ["(?:639(?:0[0-79]|1[019]|[267]\\d|3[09]|40|5[05-9]|9[04-79])|7093[5-7])\\d{4}"], ["80\\d{7}"], 0, 0, 0, 0, 0, ["9(?:(?:39|47)8[01]|769\\d)\\d{4}"]]], ZA: ["27", "00", "[1-79]\\d{8}|8\\d{4,9}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,4})", "$1 $2", ["8[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["8[1-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["860"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], ZM: ["260", "00", "800\\d{6}|(?:21|[579]\\d|63)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[28]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[579]"], "0$1"]], "0"], ZW: ["263", "00", "2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}", [5, 6, 7, 8, 9, 10], [["(\\d{3})(\\d{3,5})", "$1 $2", ["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"], "0$1"], ["(\\d)(\\d{3})(\\d{2,4})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["80"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2", "2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)", "2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["29[013-9]|39|54"], "0$1"], ["(\\d{4})(\\d{3,5})", "$1 $2", ["(?:25|54)8", "258|5483"], "0$1"]], "0"] }, nonGeographic: { 800: ["800", 0, "(?:00|[1-9]\\d)\\d{6}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["\\d"]]], 0, 0, 0, 0, 0, 0, [0, 0, ["(?:00|[1-9]\\d)\\d{6}"]]], 808: ["808", 0, "[1-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[1-9]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, 0, ["[1-9]\\d{7}"]]], 870: ["870", 0, "7\\d{11}|[235-7]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-7]"]]], 0, 0, 0, 0, 0, 0, [0, ["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"], 0, 0, 0, 0, 0, 0, ["2\\d{8}", [9]]]], 878: ["878", 0, "10\\d{10}", [12], [["(\\d{2})(\\d{5})(\\d{5})", "$1 $2 $3", ["1"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["10\\d{10}"]]], 881: ["881", 0, "6\\d{9}|[0-36-9]\\d{8}", [9, 10], [["(\\d)(\\d{3})(\\d{5})", "$1 $2 $3", ["[0-37-9]"]], ["(\\d)(\\d{3})(\\d{5,6})", "$1 $2 $3", ["6"]]], 0, 0, 0, 0, 0, 0, [0, ["6\\d{9}|[0-36-9]\\d{8}"]]], 882: ["882", 0, "[13]\\d{6}(?:\\d{2,5})?|[19]\\d{7}|(?:[25]\\d\\d|4)\\d{7}(?:\\d{2})?", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5})", "$1 $2", ["16|342"]], ["(\\d{2})(\\d{6})", "$1 $2", ["49"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["1[36]|9"]], ["(\\d{2})(\\d{4})(\\d{3})", "$1 $2 $3", ["3[23]"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["16"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|23|3(?:[15]|4[57])|4|51"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["34"]], ["(\\d{2})(\\d{4,5})(\\d{5})", "$1 $2 $3", ["[1-35]"]]], 0, 0, 0, 0, 0, 0, [0, ["342\\d{4}|(?:337|49)\\d{6}|(?:3(?:2|47|7\\d{3})|50\\d{3})\\d{7}", [7, 8, 9, 10, 12]], 0, 0, 0, ["348[57]\\d{7}", [11]], 0, 0, ["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:345\\d|9[89])\\d{6}|(?:10|2(?:3|85\\d)|3(?:[15]|[69]\\d\\d)|4[15-8]|51)\\d{8}"]]], 883: ["883", 0, "(?:[1-4]\\d|51)\\d{6,10}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,8})", "$1 $2 $3", ["[14]|2[24-689]|3[02-689]|51[24-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["510"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["21"]], ["(\\d{4})(\\d{4})(\\d{4})", "$1 $2 $3", ["51[13]"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[235]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["(?:2(?:00\\d\\d|10)|(?:370[1-9]|51\\d0)\\d)\\d{7}|51(?:00\\d{5}|[24-9]0\\d{4,7})|(?:1[0-79]|2[24-689]|3[02-689]|4[0-4])0\\d{5,9}"]]], 888: ["888", 0, "\\d{11}", [11], [["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3"]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, ["\\d{11}"]]], 979: ["979", 0, "[1359]\\d{8}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[1359]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, ["[1359]\\d{8}"]]] } };
|
|
24750
24750
|
function lk(t, e) {
|
|
24751
24751
|
var n = Array.prototype.slice.call(e);
|
|
24752
24752
|
return n.push(ck), t.apply(this, n);
|
|
@@ -28541,106 +28541,123 @@ const ee = /* @__PURE__ */ vv(W6), bn = ({
|
|
|
28541
28541
|
color: w,
|
|
28542
28542
|
borderRadius: `${V}px`
|
|
28543
28543
|
}, mt = e?.widget?.logo_position || "center", Qt = mt === "left" ? "text-left" : mt === "right" ? "text-right" : "text-center", zn = e?.widget?.logo_url || n?.logo_url, Le = mt !== "none" && zn;
|
|
28544
|
-
return /* @__PURE__ */ u("div", { className: ee("flex flex-col gap-6 w-full max-w-sm", a), children:
|
|
28545
|
-
/* @__PURE__ */ u(
|
|
28546
|
-
|
|
28547
|
-
|
|
28548
|
-
|
|
28549
|
-
|
|
28550
|
-
|
|
28551
|
-
|
|
28552
|
-
|
|
28553
|
-
|
|
28554
|
-
|
|
28555
|
-
|
|
28556
|
-
|
|
28557
|
-
|
|
28558
|
-
|
|
28559
|
-
|
|
28560
|
-
|
|
28561
|
-
|
|
28562
|
-
|
|
28563
|
-
|
|
28564
|
-
|
|
28565
|
-
|
|
28566
|
-
|
|
28567
|
-
|
|
28568
|
-
|
|
28569
|
-
|
|
28570
|
-
error: !!t,
|
|
28571
|
-
className: "border",
|
|
28572
|
-
style: Ge
|
|
28573
|
-
}
|
|
28574
|
-
),
|
|
28575
|
-
t && /* @__PURE__ */ u(Ke, { children: t })
|
|
28544
|
+
return /* @__PURE__ */ u("div", { className: ee("flex flex-col gap-6 w-full max-w-sm", a), children: [
|
|
28545
|
+
/* @__PURE__ */ u(
|
|
28546
|
+
"div",
|
|
28547
|
+
{
|
|
28548
|
+
id: "incognito-warning-container",
|
|
28549
|
+
className: "mb-4 hidden rounded-md border border-yellow-200 bg-yellow-50 p-4 text-sm text-yellow-800 dark:border-yellow-900 dark:bg-yellow-900/20 dark:text-yellow-100",
|
|
28550
|
+
role: "alert",
|
|
28551
|
+
children: /* @__PURE__ */ u("div", { className: "flex items-start gap-3", children: [
|
|
28552
|
+
/* @__PURE__ */ u("span", { className: "text-lg leading-none", children: "⚠️" }),
|
|
28553
|
+
/* @__PURE__ */ u("div", { children: [
|
|
28554
|
+
/* @__PURE__ */ u("strong", { children: y.t("incognito_mode_detected") }),
|
|
28555
|
+
/* @__PURE__ */ u("p", { className: "mt-1 text-xs opacity-90", children: y.t("incognito_mode_warning") })
|
|
28556
|
+
] })
|
|
28557
|
+
] })
|
|
28558
|
+
}
|
|
28559
|
+
),
|
|
28560
|
+
/* @__PURE__ */ u(bn, { style: xe, className: "border", children: [
|
|
28561
|
+
/* @__PURE__ */ u(vn, { children: [
|
|
28562
|
+
Le && /* @__PURE__ */ u("div", { className: ee("mb-4", Qt), children: /* @__PURE__ */ u(Zt, { theme: e, branding: n }) }),
|
|
28563
|
+
/* @__PURE__ */ u($n, { style: be, children: y.t("welcome", "Login") }),
|
|
28564
|
+
/* @__PURE__ */ u(kn, { style: Lt, children: y.t("login_description_template", {
|
|
28565
|
+
authMethod: y.t(f, {
|
|
28566
|
+
defaultValue: l && d ? "email or phone number" : l ? "email address" : "phone number"
|
|
28567
|
+
}).toLocaleLowerCase(),
|
|
28568
|
+
defaultValue: "Enter your {{authMethod}} below to login to your account"
|
|
28569
|
+
}) })
|
|
28576
28570
|
] }),
|
|
28577
|
-
/* @__PURE__ */ u(
|
|
28578
|
-
|
|
28579
|
-
|
|
28580
|
-
|
|
28581
|
-
|
|
28582
|
-
|
|
28583
|
-
|
|
28584
|
-
|
|
28585
|
-
|
|
28586
|
-
|
|
28571
|
+
/* @__PURE__ */ u(xn, { children: /* @__PURE__ */ u("form", { method: "post", children: /* @__PURE__ */ u("div", { className: "grid gap-6", children: [
|
|
28572
|
+
/* @__PURE__ */ u("div", { className: "grid gap-2", children: [
|
|
28573
|
+
/* @__PURE__ */ u(Ot, { htmlFor: "username", style: Lt, children: y.t(
|
|
28574
|
+
f,
|
|
28575
|
+
l && d ? "Email or Phone Number" : l ? "Email" : "Phone Number"
|
|
28576
|
+
) }),
|
|
28577
|
+
/* @__PURE__ */ u(
|
|
28578
|
+
Vt,
|
|
28579
|
+
{
|
|
28580
|
+
id: "username",
|
|
28581
|
+
name: "username",
|
|
28582
|
+
type: "text",
|
|
28583
|
+
placeholder: g,
|
|
28584
|
+
required: !0,
|
|
28585
|
+
value: i || "",
|
|
28586
|
+
error: !!t,
|
|
28587
|
+
className: "border",
|
|
28588
|
+
style: Ge
|
|
28589
|
+
}
|
|
28590
|
+
),
|
|
28591
|
+
t && /* @__PURE__ */ u(Ke, { children: t })
|
|
28592
|
+
] }),
|
|
28587
28593
|
/* @__PURE__ */ u(
|
|
28588
|
-
|
|
28594
|
+
gn,
|
|
28589
28595
|
{
|
|
28590
|
-
|
|
28591
|
-
|
|
28592
|
-
|
|
28593
|
-
|
|
28594
|
-
},
|
|
28595
|
-
children: [
|
|
28596
|
-
/* @__PURE__ */ u(
|
|
28597
|
-
"div",
|
|
28598
|
-
{
|
|
28599
|
-
className: "absolute left-0 right-0 top-1/2 border-b",
|
|
28600
|
-
style: { borderColor: L }
|
|
28601
|
-
}
|
|
28602
|
-
),
|
|
28603
|
-
/* @__PURE__ */ u(
|
|
28604
|
-
"div",
|
|
28605
|
-
{
|
|
28606
|
-
className: "relative inline-block px-2",
|
|
28607
|
-
style: { backgroundColor: I },
|
|
28608
|
-
children: y.t("or", "Or")
|
|
28609
|
-
}
|
|
28610
|
-
)
|
|
28611
|
-
]
|
|
28596
|
+
type: "submit",
|
|
28597
|
+
className: "w-full transition-colors hover:brightness-90",
|
|
28598
|
+
style: rt,
|
|
28599
|
+
children: y.t("continue", "Continue")
|
|
28612
28600
|
}
|
|
28613
28601
|
),
|
|
28614
|
-
/* @__PURE__ */ u(
|
|
28615
|
-
|
|
28616
|
-
|
|
28617
|
-
"a",
|
|
28602
|
+
p.length > 0 && /* @__PURE__ */ u(Ec, { children: [
|
|
28603
|
+
/* @__PURE__ */ u(
|
|
28604
|
+
"div",
|
|
28618
28605
|
{
|
|
28619
|
-
|
|
28620
|
-
className: "inline-flex items-center justify-center gap-2 rounded-md font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-blue-500 disabled:pointer-events-none disabled:opacity-50 border bg-transparent hover:bg-gray-100 dark:hover:bg-gray-800 h-10 px-4 py-2 w-full sm:w-full short:flex-1",
|
|
28606
|
+
className: "relative text-center",
|
|
28621
28607
|
style: {
|
|
28622
|
-
|
|
28623
|
-
|
|
28624
|
-
color: k
|
|
28608
|
+
color: e?.colors?.input_labels_placeholders || "#6b7280",
|
|
28609
|
+
fontSize: `${he}px`
|
|
28625
28610
|
},
|
|
28626
28611
|
children: [
|
|
28627
|
-
/* @__PURE__ */ u(
|
|
28628
|
-
|
|
28629
|
-
"continue_with",
|
|
28630
|
-
"Login with {{provider}}",
|
|
28612
|
+
/* @__PURE__ */ u(
|
|
28613
|
+
"div",
|
|
28631
28614
|
{
|
|
28632
|
-
|
|
28615
|
+
className: "absolute left-0 right-0 top-1/2 border-b",
|
|
28616
|
+
style: { borderColor: L }
|
|
28633
28617
|
}
|
|
28634
|
-
)
|
|
28635
|
-
/* @__PURE__ */ u(
|
|
28618
|
+
),
|
|
28619
|
+
/* @__PURE__ */ u(
|
|
28620
|
+
"div",
|
|
28621
|
+
{
|
|
28622
|
+
className: "relative inline-block px-2",
|
|
28623
|
+
style: { backgroundColor: I },
|
|
28624
|
+
children: y.t("or", "Or")
|
|
28625
|
+
}
|
|
28626
|
+
)
|
|
28636
28627
|
]
|
|
28637
|
-
}
|
|
28638
|
-
|
|
28639
|
-
)
|
|
28640
|
-
|
|
28641
|
-
|
|
28642
|
-
|
|
28643
|
-
|
|
28628
|
+
}
|
|
28629
|
+
),
|
|
28630
|
+
/* @__PURE__ */ u("div", { className: "flex gap-4 sm:flex-col short:flex-row", children: p.map((ve) => {
|
|
28631
|
+
const G = ve.logo;
|
|
28632
|
+
return /* @__PURE__ */ u(
|
|
28633
|
+
"a",
|
|
28634
|
+
{
|
|
28635
|
+
href: `/authorize/redirect?state=${r.id}&connection=${ve.name}`,
|
|
28636
|
+
className: "inline-flex items-center justify-center gap-2 rounded-md font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-blue-500 disabled:pointer-events-none disabled:opacity-50 border bg-transparent hover:bg-gray-100 dark:hover:bg-gray-800 h-10 px-4 py-2 w-full sm:w-full short:flex-1",
|
|
28637
|
+
style: {
|
|
28638
|
+
borderColor: j,
|
|
28639
|
+
borderRadius: `${V}px`,
|
|
28640
|
+
color: k
|
|
28641
|
+
},
|
|
28642
|
+
children: [
|
|
28643
|
+
/* @__PURE__ */ u(G, { className: "h-5 w-5" }),
|
|
28644
|
+
/* @__PURE__ */ u("span", { className: "sm:inline short:hidden", children: y.t(
|
|
28645
|
+
"continue_with",
|
|
28646
|
+
"Login with {{provider}}",
|
|
28647
|
+
{
|
|
28648
|
+
provider: ve.displayName
|
|
28649
|
+
}
|
|
28650
|
+
) }),
|
|
28651
|
+
/* @__PURE__ */ u("span", { className: "hidden short:inline", children: ve.displayName })
|
|
28652
|
+
]
|
|
28653
|
+
},
|
|
28654
|
+
ve.name
|
|
28655
|
+
);
|
|
28656
|
+
}) })
|
|
28657
|
+
] })
|
|
28658
|
+
] }) }) })
|
|
28659
|
+
] })
|
|
28660
|
+
] });
|
|
28644
28661
|
}, X6 = (t) => /* @__PURE__ */ u("div", { className: "mt-8", children: t.client?.client_metadata?.termsAndConditionsUrl && /* @__PURE__ */ u("div", { className: "text-xs text-gray-300", children: [
|
|
28645
28662
|
y.t("agree_to"),
|
|
28646
28663
|
" ",
|
|
@@ -28878,6 +28895,24 @@ const ee = /* @__PURE__ */ vv(W6), bn = ({
|
|
|
28878
28895
|
branding: n,
|
|
28879
28896
|
client: s,
|
|
28880
28897
|
children: [
|
|
28898
|
+
/* @__PURE__ */ u(
|
|
28899
|
+
"div",
|
|
28900
|
+
{
|
|
28901
|
+
id: "incognito-warning-container",
|
|
28902
|
+
className: "mb-4 hidden rounded-md border border-yellow-200 bg-yellow-50 p-4 text-sm text-yellow-800 dark:border-yellow-900 dark:bg-yellow-900/20 dark:text-yellow-100",
|
|
28903
|
+
role: "alert",
|
|
28904
|
+
children: /* @__PURE__ */ u("div", { className: "flex items-start gap-3", children: [
|
|
28905
|
+
/* @__PURE__ */ u("span", { className: "text-lg leading-none", children: "⚠️" }),
|
|
28906
|
+
/* @__PURE__ */ u("div", { children: [
|
|
28907
|
+
/* @__PURE__ */ u("strong", { children: y.t("incognito_mode_detected", "Incognito Mode Detected") }),
|
|
28908
|
+
/* @__PURE__ */ u("p", { className: "mt-1 text-xs opacity-90", children: y.t(
|
|
28909
|
+
"incognito_mode_warning",
|
|
28910
|
+
"You are in incognito/private mode. Session data may not persist across page refreshes. Some features might not work as expected."
|
|
28911
|
+
) })
|
|
28912
|
+
] })
|
|
28913
|
+
] })
|
|
28914
|
+
}
|
|
28915
|
+
),
|
|
28881
28916
|
/* @__PURE__ */ u("div", { className: "mb-4 text-lg font-medium sm:text-2xl", children: y.t("welcome") }),
|
|
28882
28917
|
/* @__PURE__ */ u("div", { className: "mb-8 text-gray-300", children: y.t("login_description_template", {
|
|
28883
28918
|
authMethod: y.t(_, {
|
|
@@ -33756,14 +33791,14 @@ const ul = (t) => {
|
|
|
33756
33791
|
), Wy = `
|
|
33757
33792
|
@font-face{font-display:swap;font-family:KHTeka;font-style:normal;font-weight:400;src:url(https://assets.sesamy.com/fonts/khteka/WOFF2/KHTeka-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:KHTeka;font-style:normal;font-weight:500;src:url(https://assets.sesamy.com/fonts/khteka/WOFF2/KHTeka-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:KHTeka;font-style:normal;font-weight:600;src:url(https://assets.sesamy.com/fonts/khteka/WOFF2/KHTeka-Bold.woff2) format("woff2")}@font-face{font-family:uicon;src:url(https://login2.sesamy.com/_next/static/media/uicon.0b00e08a.woff2)}[class*=" uicon-"],[class^=uicon-]{font-family:uicon!important;font-size:inherit;font-style:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.uicon-apple:before{content:"\\ea01"}.uicon-arrow-down:before{content:"\\ea02"}.uicon-arrow-left:before{content:"\\ea03"}.uicon-arrow-right:before{content:"\\ea04"}.uicon-arrow-up:before{content:"\\ea05"}.uicon-facebook:before{content:"\\ea06"}.uicon-google:before{content:"\\ea07"}.uicon-info-bubble:before{content:"\\ea08"}.uicon-info:before{content:"\\ea09"}.uicon-sesamy:before{content:"\\ea0a"}.uicon-spinner-circle:before{content:"\\ea0b"}.uicon-spinner-inner:before{content:"\\ea0c"}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }
|
|
33758
33793
|
|
|
33759
|
-
/*! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #bfbcd7;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:KHTeka,Helvetica Neue,HelveticaNeue,TeX Gyre Heros,TeXGyreHeros,FreeSans,Nimbus Sans L,Liberation Sans,Arimo,Helvetica,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-feature-settings:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#4b4a58;opacity:1}input::placeholder,textarea::placeholder{color:#4b4a58;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}body,html{height:100%}body{--tw-bg-opacity:1;background-color:rgb(248 249 251/var(--tw-bg-opacity,1));font-size:1rem;letter-spacing:.0125rem;line-height:120%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width:1280px){body{font-size:1.125rem;line-height:120%}}body:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}button,input,optgroup,select,textarea{font-size:.875rem;letter-spacing:.0125rem;line-height:120%}@media (min-width:1280px){button,input,optgroup,select,textarea{font-size:1rem;line-height:120%}}h1{font-size:1.5rem;font-weight:500;line-height:120%}@media (min-width:1280px){h1{font-size:2rem;line-height:120%}}@media (min-width:640px){h1{font-size:3rem;letter-spacing:-.0625rem;line-height:100%}}@media (min-width:1280px){h1{font-size:3.5rem;letter-spacing:-.0625rem;line-height:100%}}h2{font-size:1.25rem;font-weight:500;line-height:120%}@media (min-width:1280px){h2{font-size:1.5rem;line-height:120%}}@media (min-width:640px){h2{font-size:2rem;letter-spacing:0;line-height:120%}}@media (min-width:1280px){h2{font-size:3rem;letter-spacing:-.0625rem;line-height:100%}}h3{font-size:1.125rem;font-weight:500;line-height:120%}@media (min-width:1280px){h3{font-size:1.25rem;line-height:120%}}@media (min-width:640px){h3{font-size:1.5rem;line-height:120%}}@media (min-width:1280px){h3{font-size:2rem;line-height:120%}}h4{font-size:1rem;font-weight:500;line-height:120%}@media (min-width:1280px){h4{font-size:1.125rem;line-height:120%}}@media (min-width:640px){h4{font-size:1.125rem;line-height:120%}}@media (min-width:1280px){h4{font-size:1.5rem;line-height:120%}}h5{font-size:.875rem;font-weight:500;line-height:120%}@media (min-width:1280px){h5{font-size:1rem;line-height:120%}}@media (min-width:640px){h5{font-size:1rem;line-height:120%}}@media (min-width:1280px){h5{font-size:1.125rem;line-height:120%}}h6{font-size:.75rem;font-weight:500;line-height:135%}@media (min-width:1280px){h6{font-size:.875rem;line-height:120%}}@media (min-width:640px){h6{font-size:.875rem;line-height:120%}}@media (min-width:1280px){h6{font-size:1rem;line-height:120%}}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1920px){.container{max-width:1920px}}.pointer-events-none{pointer-events:none}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.left-0{left:0}.right-0{right:0}.right-2{right:.5rem}.top-0{top:0}.top-1\\/2{top:50%}.my-4{margin-bottom:1rem;margin-top:1rem}.mb-1{margin-bottom:.25rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.mt-0\\.5{margin-top:.125rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-8{margin-top:2rem}.line-clamp-1{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.\\!hidden{display:none!important}.hidden{display:none}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-5{height:1.25rem}.h-9{height:2.25rem}.h-full{height:100%}.min-h-\\[calc\\(100vh-83px\\)\\]{min-height:calc(100vh - 83px)}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-10{width:2.5rem}.w-12{width:3rem}.w-5{width:1.25rem}.w-9{width:2.25rem}.w-\\[calc\\(100\\%-theme\\(space\\.2\\)-theme\\(space\\.2\\)\\)\\]{width:calc(100% - 1rem)}.w-auto{width:auto}.w-full{width:100%}.min-w-0{min-width:0}.max-w-\\[1295px\\]{max-width:1295px}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.grow{flex-grow:1}.-translate-y-1\\/2{--tw-translate-y:-50%}.-translate-y-1\\/2,.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.flex-col{flex-direction:column}.\\!flex-nowrap{flex-wrap:nowrap!important}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.\\!justify-between{justify-content:space-between!important}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-1\\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.space-y-1\\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.375rem*var(--tw-space-y-reverse));margin-top:calc(.375rem*(1 - var(--tw-space-y-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.75rem*var(--tw-space-y-reverse));margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.overflow-hidden,.truncate{overflow:hidden}.truncate{text-overflow:ellipsis;white-space:nowrap}.break-all{word-break:break-all}.rounded-2xl{border-radius:1.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.625rem}.rounded-md{border-radius:.375rem}.rounded-r-lg{border-bottom-right-radius:.625rem;border-top-right-radius:.625rem}.border{border-width:1px}.border-y{border-top-width:1px}.border-b,.border-y{border-bottom-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-gray-100{--tw-border-opacity:1;border-color:rgb(248 249 251/var(--tw-border-opacity,1))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(191 188 215/var(--tw-border-opacity,1))}.border-gray-200\\/50{border-color:rgba(191,188,215,.5)}.border-gray-300{--tw-border-opacity:1;border-color:rgb(136 134 159/var(--tw-border-opacity,1))}.border-gray-500{--tw-border-opacity:1;border-color:rgb(59 57 70/var(--tw-border-opacity,1))}.border-red{--tw-border-opacity:1;border-color:rgb(252 90 90/var(--tw-border-opacity,1))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(248 249 251/var(--tw-bg-opacity,1))}.bg-gray-200\\/40{background-color:rgba(191,188,215,.4)}.bg-primary{background-color:var(--primary-color)}.bg-primaryHover{background-color:var(--primary-hover)}.bg-red\\/80{background-color:rgba(252,90,90,.8)}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-cover{background-size:cover}.bg-center{background-position:50%}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-0{padding-left:0;padding-right:0}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1\\.5{padding-bottom:.375rem;padding-top:.375rem}.py-10{padding-bottom:2.5rem;padding-top:2.5rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.pb-2{padding-bottom:.5rem}.pb-8{padding-bottom:2rem}.pl-12{padding-left:3rem}.pl-6{padding-left:1.5rem}.pr-12{padding-right:3rem}.pr-6{padding-right:1.5rem}.pr-8{padding-right:2rem}.pt-0{padding-top:0}.pt-2{padding-top:.5rem}.pt-2\\.5{padding-top:.625rem}.pt-4{padding-top:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.indent-\\[5px\\]{text-indent:5px}.align-middle{vertical-align:middle}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.\\!text-base{font-size:1rem!important;line-height:120%!important}.\\!text-xs{font-size:.75rem!important;line-height:135%!important}.text-2xl{font-size:1.5rem;line-height:120%}.text-3xl{font-size:2rem;line-height:120%}.text-base{font-size:1rem;line-height:120%}.text-lg{font-size:1.125rem;line-height:120%}.text-sm{font-size:.875rem;line-height:120%}.text-xl{font-size:1.25rem;line-height:120%}.text-xs{font-size:.75rem;line-height:135%}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.leading-\\[0\\]{line-height:0}.leading-none{line-height:1}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.text-\\[\\#B2B2B2\\]{--tw-text-opacity:1;color:rgb(178 178 178/var(--tw-text-opacity,1))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-gray-200{--tw-text-opacity:1;color:rgb(191 188 215/var(--tw-text-opacity,1))}.text-gray-300{--tw-text-opacity:1;color:rgb(136 134 159/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:rgb(75 74 88/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(59 57 70/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(30 30 39/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:rgb(20 20 26/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:rgb(8 8 14/var(--tw-text-opacity,1))}.text-green{--tw-text-opacity:1;color:rgb(54 191 118/var(--tw-text-opacity,1))}.text-primary{color:var(--primary-color)}.text-red{--tw-text-opacity:1;color:rgb(252 90 90/var(--tw-text-opacity,1))}.text-textOnPrimary{color:var(--text-on-primary)}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.accent-\\[\\#4F2D7F\\]{accent-color:#4f2d7f}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.ring-offset-white{--tw-ring-offset-color:#fff}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-200{transition-duration:.2s}.row-up-left{align-content:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.row-left{justify-content:flex-start}.row,.row-left{align-content:center;align-items:center;display:flex;flex-direction:row;flex-wrap:wrap}.row{justify-content:center}.column-left{align-items:flex-start}.column,.column-left{display:flex;flex-direction:column;justify-content:center}.column{align-items:center}@media (min-width:1280px){.text-5xl{font-size:5.125rem;letter-spacing:-.125rem;line-height:100%}.text-4xl{font-size:3.5rem}.text-3xl,.text-4xl{letter-spacing:-.0625rem;line-height:100%}.text-3xl{font-size:3rem}.text-2xl{font-size:2rem}.text-2xl,.text-xl{line-height:120%}.text-xl{font-size:1.5rem}.text-lg{font-size:1.25rem}.text-base,.text-lg{line-height:120%}.text-base{font-size:1.125rem}.text-sm{font-size:1rem}.text-sm,.text-xs{line-height:120%}.text-xs{font-size:.875rem}}:root{--primary-color:#7d68f4;--primary-hover:#9786f6;--text-on-primary:#fff}svg{transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}*,:after,:before{text-underline-offset:4px}input[type=number],input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:textfield!important}.btn.is-loading{cursor:not-allowed;opacity:.4;pointer-events:none}.btn .btn-spinner,.btn.is-loading .btn-label{opacity:0;visibility:hidden}.btn.is-loading .btn-spinner{opacity:1;visibility:visible}[class*=" uicon-"],[class^=uicon-]{letter-spacing:0;line-height:100%}.file\\:border-0::file-selector-button{border-width:0}.file\\:text-sm::file-selector-button{font-size:.875rem;line-height:120%}.file\\:font-medium::file-selector-button{font-weight:500}.placeholder\\:text-gray-300::-moz-placeholder{--tw-text-opacity:1;color:rgb(136 134 159/var(--tw-text-opacity,1))}.placeholder\\:text-gray-300::placeholder{--tw-text-opacity:1;color:rgb(136 134 159/var(--tw-text-opacity,1))}.placeholder\\:text-gray-500::-moz-placeholder{--tw-text-opacity:1;color:rgb(59 57 70/var(--tw-text-opacity,1))}.placeholder\\:text-gray-500::placeholder{--tw-text-opacity:1;color:rgb(59 57 70/var(--tw-text-opacity,1))}.first\\:rounded-l-md:first-child{border-bottom-left-radius:.375rem;border-top-left-radius:.375rem}.first\\:border-l:first-child{border-left-width:1px}.last\\:rounded-r-md:last-child{border-bottom-right-radius:.375rem;border-top-right-radius:.375rem}.hover\\:bg-black\\/5:hover{background-color:rgba(0,0,0,.05)}.hover\\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(248 249 251/var(--tw-bg-opacity,1))}.hover\\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgb(191 188 215/var(--tw-bg-opacity,1))}.hover\\:bg-gray-200\\/75:hover{background-color:rgba(191,188,215,.75)}.hover\\:bg-primaryHover:hover{background-color:var(--primary-hover)}.hover\\:bg-red\\/90:hover{background-color:rgba(252,90,90,.9)}.hover\\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(30 30 39/var(--tw-text-opacity,1))}.hover\\:text-primaryHover:hover{color:var(--primary-hover)}.hover\\:underline:hover{text-decoration-line:underline}.hover\\:opacity-100:hover{opacity:1}.hover\\:brightness-90:hover{--tw-brightness:brightness(.9);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.focus\\:z-10:focus{z-index:10}.focus\\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\\:ring:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\\:ring-1:focus,.focus\\:ring:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\\:ring-primary:focus{--tw-ring-color:var(--primary-color)}.focus\\:ring-offset-2:focus{--tw-ring-offset-width:2px}.focus-visible\\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\\:ring-2:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px}.disabled\\:pointer-events-none:disabled{pointer-events:none}.disabled\\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:opacity-50:disabled{opacity:.5}.group[open] .group-open\\:rotate-90{--tw-rotate:90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:disabled~.peer-disabled\\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\\:opacity-70{opacity:.7}.has-\\[\\:disabled\\]\\:opacity-50:has(:disabled){opacity:.5}.dark\\:border-gray-400:is(.dark *){--tw-border-opacity:1;border-color:rgb(75 74 88/var(--tw-border-opacity,1))}.dark\\:border-gray-500:is(.dark *){--tw-border-opacity:1;border-color:rgb(59 57 70/var(--tw-border-opacity,1))}.dark\\:border-gray-600:is(.dark *){--tw-border-opacity:1;border-color:rgb(40 40 52/var(--tw-border-opacity,1))}.dark\\:border-gray-700:is(.dark *){--tw-border-opacity:1;border-color:rgb(30 30 39/var(--tw-border-opacity,1))}.dark\\:bg-black:is(.dark *){--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.dark\\:bg-gray-600:is(.dark *){--tw-bg-opacity:1;background-color:rgb(40 40 52/var(--tw-bg-opacity,1))}.dark\\:bg-gray-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 30 39/var(--tw-bg-opacity,1))}.dark\\:bg-gray-800:is(.dark *){--tw-bg-opacity:1;background-color:rgb(20 20 26/var(--tw-bg-opacity,1))}.dark\\:text-\\[\\#201a41\\]:is(.dark *){--tw-text-opacity:1;color:rgb(32 26 65/var(--tw-text-opacity,1))}.dark\\:text-gray-300:is(.dark *){--tw-text-opacity:1;color:rgb(136 134 159/var(--tw-text-opacity,1))}.dark\\:text-gray-400:is(.dark *){--tw-text-opacity:1;color:rgb(75 74 88/var(--tw-text-opacity,1))}.dark\\:text-white:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\\:ring-offset-gray-900:is(.dark *){--tw-ring-offset-color:#08080e}.dark\\:placeholder\\:text-gray-400:is(.dark *)::-moz-placeholder{--tw-text-opacity:1;color:rgb(75 74 88/var(--tw-text-opacity,1))}.dark\\:placeholder\\:text-gray-400:is(.dark *)::placeholder{--tw-text-opacity:1;color:rgb(75 74 88/var(--tw-text-opacity,1))}.dark\\:hover\\:bg-black\\/90:hover:is(.dark *){background-color:rgba(0,0,0,.9)}.dark\\:hover\\:bg-gray-700:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 30 39/var(--tw-bg-opacity,1))}.dark\\:hover\\:bg-gray-800:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(20 20 26/var(--tw-bg-opacity,1))}.dark\\:focus\\:ring-offset-gray-900:focus:is(.dark *){--tw-ring-offset-color:#08080e}@media (min-width:640px){.sm\\:absolute{position:absolute}.sm\\:left-4{left:1rem}.sm\\:top-1\\/2{top:50%}.sm\\:mt-4{margin-top:1rem}.sm\\:inline{display:inline}.sm\\:h-6{height:1.5rem}.sm\\:min-h-\\[700px\\]{min-height:700px}.sm\\:w-6{width:1.5rem}.sm\\:w-\\[calc\\(100\\%-theme\\(space\\.16\\)-theme\\(space\\.16\\)\\)\\]{width:calc(100% - 8rem)}.sm\\:w-auto{width:auto}.sm\\:w-full{width:100%}.sm\\:max-w-md{max-width:28rem}.sm\\:-translate-y-1\\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\\:flex-col{flex-direction:column}.sm\\:justify-normal{justify-content:normal}.sm\\:space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(0px*(1 - var(--tw-space-x-reverse)));margin-right:calc(0px*var(--tw-space-x-reverse))}.sm\\:space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.sm\\:bg-fixed{background-attachment:fixed}.sm\\:bg-left-top{background-position:0 0}.sm\\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\\:px-14{padding-left:3.5rem;padding-right:3.5rem}.sm\\:py-14{padding-bottom:3.5rem;padding-top:3.5rem}.sm\\:py-4{padding-bottom:1rem;padding-top:1rem}.sm\\:pt-16{padding-top:4rem}.sm\\:text-2xl{font-size:1.5rem;line-height:120%}.sm\\:text-base{font-size:1rem;line-height:120%}}@media (min-width:1280px){.md\\:min-w-\\[448px\\]{min-width:448px}.md\\:p-10{padding:2.5rem}.md\\:py-10{padding-bottom:2.5rem;padding-top:2.5rem}.md\\:pl-10{padding-left:2.5rem}.md\\:pl-20{padding-left:5rem}.md\\:pr-10{padding-right:2.5rem}.md\\:pr-20{padding-right:5rem}.md\\:text-3xl{font-size:2rem;line-height:120%}.md\\:text-base{font-size:1rem;line-height:120%}.md\\:text-sm{font-size:.875rem;line-height:120%}.md\\:text-xs{font-size:.75rem;line-height:135%}}@media (max-height:900px) and (min-width:640px){.short\\:static{position:static}.short\\:left-auto{left:auto}.short\\:top-auto{top:auto}.short\\:inline{display:inline}.short\\:hidden{display:none}.short\\:h-5{height:1.25rem}.short\\:min-h-\\[558px\\]{min-height:558px}.short\\:w-5{width:1.25rem}.short\\:flex-1{flex:1 1 0%}.short\\:translate-y-0{--tw-translate-y:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.short\\:flex-row{flex-direction:row}.short\\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.short\\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}.short\\:px-0{padding-left:0;padding-right:0}.short\\:py-3{padding-bottom:.75rem;padding-top:.75rem}}.\\[\\&\\>\\*\\:last-child\\]\\:mb-0>:last-child{margin-bottom:0}.\\[\\&_h1\\]\\:mb-6 h1,.\\[\\&_h2\\]\\:mb-6 h2{margin-bottom:1.5rem}`;
|
|
33760
|
-
function
|
|
33794
|
+
/*! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #bfbcd7;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:KHTeka,Helvetica Neue,HelveticaNeue,TeX Gyre Heros,TeXGyreHeros,FreeSans,Nimbus Sans L,Liberation Sans,Arimo,Helvetica,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-feature-settings:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#4b4a58;opacity:1}input::placeholder,textarea::placeholder{color:#4b4a58;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}body,html{height:100%}body{--tw-bg-opacity:1;background-color:rgb(248 249 251/var(--tw-bg-opacity,1));font-size:1rem;letter-spacing:.0125rem;line-height:120%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width:1280px){body{font-size:1.125rem;line-height:120%}}body:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}button,input,optgroup,select,textarea{font-size:.875rem;letter-spacing:.0125rem;line-height:120%}@media (min-width:1280px){button,input,optgroup,select,textarea{font-size:1rem;line-height:120%}}h1{font-size:1.5rem;font-weight:500;line-height:120%}@media (min-width:1280px){h1{font-size:2rem;line-height:120%}}@media (min-width:640px){h1{font-size:3rem;letter-spacing:-.0625rem;line-height:100%}}@media (min-width:1280px){h1{font-size:3.5rem;letter-spacing:-.0625rem;line-height:100%}}h2{font-size:1.25rem;font-weight:500;line-height:120%}@media (min-width:1280px){h2{font-size:1.5rem;line-height:120%}}@media (min-width:640px){h2{font-size:2rem;letter-spacing:0;line-height:120%}}@media (min-width:1280px){h2{font-size:3rem;letter-spacing:-.0625rem;line-height:100%}}h3{font-size:1.125rem;font-weight:500;line-height:120%}@media (min-width:1280px){h3{font-size:1.25rem;line-height:120%}}@media (min-width:640px){h3{font-size:1.5rem;line-height:120%}}@media (min-width:1280px){h3{font-size:2rem;line-height:120%}}h4{font-size:1rem;font-weight:500;line-height:120%}@media (min-width:1280px){h4{font-size:1.125rem;line-height:120%}}@media (min-width:640px){h4{font-size:1.125rem;line-height:120%}}@media (min-width:1280px){h4{font-size:1.5rem;line-height:120%}}h5{font-size:.875rem;font-weight:500;line-height:120%}@media (min-width:1280px){h5{font-size:1rem;line-height:120%}}@media (min-width:640px){h5{font-size:1rem;line-height:120%}}@media (min-width:1280px){h5{font-size:1.125rem;line-height:120%}}h6{font-size:.75rem;font-weight:500;line-height:135%}@media (min-width:1280px){h6{font-size:.875rem;line-height:120%}}@media (min-width:640px){h6{font-size:.875rem;line-height:120%}}@media (min-width:1280px){h6{font-size:1rem;line-height:120%}}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1920px){.container{max-width:1920px}}.pointer-events-none{pointer-events:none}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.left-0{left:0}.right-0{right:0}.right-2{right:.5rem}.top-0{top:0}.top-1\\/2{top:50%}.my-4{margin-bottom:1rem;margin-top:1rem}.mb-1{margin-bottom:.25rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.mt-0\\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-8{margin-top:2rem}.line-clamp-1{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.\\!hidden{display:none!important}.hidden{display:none}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-5{height:1.25rem}.h-9{height:2.25rem}.h-full{height:100%}.min-h-\\[calc\\(100vh-83px\\)\\]{min-height:calc(100vh - 83px)}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-10{width:2.5rem}.w-12{width:3rem}.w-5{width:1.25rem}.w-9{width:2.25rem}.w-\\[calc\\(100\\%-theme\\(space\\.2\\)-theme\\(space\\.2\\)\\)\\]{width:calc(100% - 1rem)}.w-auto{width:auto}.w-full{width:100%}.min-w-0{min-width:0}.max-w-\\[1295px\\]{max-width:1295px}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.grow{flex-grow:1}.-translate-y-1\\/2{--tw-translate-y:-50%}.-translate-y-1\\/2,.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.flex-col{flex-direction:column}.\\!flex-nowrap{flex-wrap:nowrap!important}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.\\!justify-between{justify-content:space-between!important}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-1\\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.space-y-1\\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.375rem*var(--tw-space-y-reverse));margin-top:calc(.375rem*(1 - var(--tw-space-y-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.75rem*var(--tw-space-y-reverse));margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.overflow-hidden,.truncate{overflow:hidden}.truncate{text-overflow:ellipsis;white-space:nowrap}.break-all{word-break:break-all}.rounded-2xl{border-radius:1.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.625rem}.rounded-md{border-radius:.375rem}.rounded-r-lg{border-bottom-right-radius:.625rem;border-top-right-radius:.625rem}.border{border-width:1px}.border-y{border-top-width:1px}.border-b,.border-y{border-bottom-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-gray-100{--tw-border-opacity:1;border-color:rgb(248 249 251/var(--tw-border-opacity,1))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(191 188 215/var(--tw-border-opacity,1))}.border-gray-200\\/50{border-color:rgba(191,188,215,.5)}.border-gray-300{--tw-border-opacity:1;border-color:rgb(136 134 159/var(--tw-border-opacity,1))}.border-gray-500{--tw-border-opacity:1;border-color:rgb(59 57 70/var(--tw-border-opacity,1))}.border-red{--tw-border-opacity:1;border-color:rgb(252 90 90/var(--tw-border-opacity,1))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(248 249 251/var(--tw-bg-opacity,1))}.bg-gray-200\\/40{background-color:rgba(191,188,215,.4)}.bg-primary{background-color:var(--primary-color)}.bg-primaryHover{background-color:var(--primary-hover)}.bg-red\\/80{background-color:rgba(252,90,90,.8)}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-cover{background-size:cover}.bg-center{background-position:50%}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-0{padding-left:0;padding-right:0}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1\\.5{padding-bottom:.375rem;padding-top:.375rem}.py-10{padding-bottom:2.5rem;padding-top:2.5rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.pb-2{padding-bottom:.5rem}.pb-8{padding-bottom:2rem}.pl-12{padding-left:3rem}.pl-6{padding-left:1.5rem}.pr-12{padding-right:3rem}.pr-6{padding-right:1.5rem}.pr-8{padding-right:2rem}.pt-0{padding-top:0}.pt-2{padding-top:.5rem}.pt-2\\.5{padding-top:.625rem}.pt-4{padding-top:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.indent-\\[5px\\]{text-indent:5px}.align-middle{vertical-align:middle}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.\\!text-base{font-size:1rem!important;line-height:120%!important}.\\!text-xs{font-size:.75rem!important;line-height:135%!important}.text-2xl{font-size:1.5rem;line-height:120%}.text-3xl{font-size:2rem;line-height:120%}.text-base{font-size:1rem;line-height:120%}.text-lg{font-size:1.125rem;line-height:120%}.text-sm{font-size:.875rem;line-height:120%}.text-xl{font-size:1.25rem;line-height:120%}.text-xs{font-size:.75rem;line-height:135%}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.leading-\\[0\\]{line-height:0}.leading-none{line-height:1}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.text-\\[\\#B2B2B2\\]{--tw-text-opacity:1;color:rgb(178 178 178/var(--tw-text-opacity,1))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-gray-200{--tw-text-opacity:1;color:rgb(191 188 215/var(--tw-text-opacity,1))}.text-gray-300{--tw-text-opacity:1;color:rgb(136 134 159/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:rgb(75 74 88/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(59 57 70/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(30 30 39/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:rgb(20 20 26/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:rgb(8 8 14/var(--tw-text-opacity,1))}.text-green{--tw-text-opacity:1;color:rgb(54 191 118/var(--tw-text-opacity,1))}.text-primary{color:var(--primary-color)}.text-red{--tw-text-opacity:1;color:rgb(252 90 90/var(--tw-text-opacity,1))}.text-textOnPrimary{color:var(--text-on-primary)}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.accent-\\[\\#4F2D7F\\]{accent-color:#4f2d7f}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-90{opacity:.9}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.ring-offset-white{--tw-ring-offset-color:#fff}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-200{transition-duration:.2s}.row-up-left{align-content:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.row-left{justify-content:flex-start}.row,.row-left{align-content:center;align-items:center;display:flex;flex-direction:row;flex-wrap:wrap}.row{justify-content:center}.column-left{align-items:flex-start}.column,.column-left{display:flex;flex-direction:column;justify-content:center}.column{align-items:center}@media (min-width:1280px){.text-5xl{font-size:5.125rem;letter-spacing:-.125rem;line-height:100%}.text-4xl{font-size:3.5rem}.text-3xl,.text-4xl{letter-spacing:-.0625rem;line-height:100%}.text-3xl{font-size:3rem}.text-2xl{font-size:2rem}.text-2xl,.text-xl{line-height:120%}.text-xl{font-size:1.5rem}.text-lg{font-size:1.25rem}.text-base,.text-lg{line-height:120%}.text-base{font-size:1.125rem}.text-sm{font-size:1rem}.text-sm,.text-xs{line-height:120%}.text-xs{font-size:.875rem}}:root{--primary-color:#7d68f4;--primary-hover:#9786f6;--text-on-primary:#fff}svg{transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}*,:after,:before{text-underline-offset:4px}input[type=number],input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:textfield!important}.btn.is-loading{cursor:not-allowed;opacity:.4;pointer-events:none}.btn .btn-spinner,.btn.is-loading .btn-label{opacity:0;visibility:hidden}.btn.is-loading .btn-spinner{opacity:1;visibility:visible}[class*=" uicon-"],[class^=uicon-]{letter-spacing:0;line-height:100%}.file\\:border-0::file-selector-button{border-width:0}.file\\:text-sm::file-selector-button{font-size:.875rem;line-height:120%}.file\\:font-medium::file-selector-button{font-weight:500}.placeholder\\:text-gray-300::-moz-placeholder{--tw-text-opacity:1;color:rgb(136 134 159/var(--tw-text-opacity,1))}.placeholder\\:text-gray-300::placeholder{--tw-text-opacity:1;color:rgb(136 134 159/var(--tw-text-opacity,1))}.placeholder\\:text-gray-500::-moz-placeholder{--tw-text-opacity:1;color:rgb(59 57 70/var(--tw-text-opacity,1))}.placeholder\\:text-gray-500::placeholder{--tw-text-opacity:1;color:rgb(59 57 70/var(--tw-text-opacity,1))}.first\\:rounded-l-md:first-child{border-bottom-left-radius:.375rem;border-top-left-radius:.375rem}.first\\:border-l:first-child{border-left-width:1px}.last\\:rounded-r-md:last-child{border-bottom-right-radius:.375rem;border-top-right-radius:.375rem}.hover\\:bg-black\\/5:hover{background-color:rgba(0,0,0,.05)}.hover\\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(248 249 251/var(--tw-bg-opacity,1))}.hover\\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgb(191 188 215/var(--tw-bg-opacity,1))}.hover\\:bg-gray-200\\/75:hover{background-color:rgba(191,188,215,.75)}.hover\\:bg-primaryHover:hover{background-color:var(--primary-hover)}.hover\\:bg-red\\/90:hover{background-color:rgba(252,90,90,.9)}.hover\\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(30 30 39/var(--tw-text-opacity,1))}.hover\\:text-primaryHover:hover{color:var(--primary-hover)}.hover\\:underline:hover{text-decoration-line:underline}.hover\\:opacity-100:hover{opacity:1}.hover\\:brightness-90:hover{--tw-brightness:brightness(.9);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.focus\\:z-10:focus{z-index:10}.focus\\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\\:ring:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\\:ring-1:focus,.focus\\:ring:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\\:ring-primary:focus{--tw-ring-color:var(--primary-color)}.focus\\:ring-offset-2:focus{--tw-ring-offset-width:2px}.focus-visible\\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\\:ring-2:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px}.disabled\\:pointer-events-none:disabled{pointer-events:none}.disabled\\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:opacity-50:disabled{opacity:.5}.group[open] .group-open\\:rotate-90{--tw-rotate:90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:disabled~.peer-disabled\\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\\:opacity-70{opacity:.7}.has-\\[\\:disabled\\]\\:opacity-50:has(:disabled){opacity:.5}.dark\\:border-gray-400:is(.dark *){--tw-border-opacity:1;border-color:rgb(75 74 88/var(--tw-border-opacity,1))}.dark\\:border-gray-500:is(.dark *){--tw-border-opacity:1;border-color:rgb(59 57 70/var(--tw-border-opacity,1))}.dark\\:border-gray-600:is(.dark *){--tw-border-opacity:1;border-color:rgb(40 40 52/var(--tw-border-opacity,1))}.dark\\:border-gray-700:is(.dark *){--tw-border-opacity:1;border-color:rgb(30 30 39/var(--tw-border-opacity,1))}.dark\\:bg-black:is(.dark *){--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.dark\\:bg-gray-600:is(.dark *){--tw-bg-opacity:1;background-color:rgb(40 40 52/var(--tw-bg-opacity,1))}.dark\\:bg-gray-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 30 39/var(--tw-bg-opacity,1))}.dark\\:bg-gray-800:is(.dark *){--tw-bg-opacity:1;background-color:rgb(20 20 26/var(--tw-bg-opacity,1))}.dark\\:text-\\[\\#201a41\\]:is(.dark *){--tw-text-opacity:1;color:rgb(32 26 65/var(--tw-text-opacity,1))}.dark\\:text-gray-300:is(.dark *){--tw-text-opacity:1;color:rgb(136 134 159/var(--tw-text-opacity,1))}.dark\\:text-gray-400:is(.dark *){--tw-text-opacity:1;color:rgb(75 74 88/var(--tw-text-opacity,1))}.dark\\:text-white:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\\:ring-offset-gray-900:is(.dark *){--tw-ring-offset-color:#08080e}.dark\\:placeholder\\:text-gray-400:is(.dark *)::-moz-placeholder{--tw-text-opacity:1;color:rgb(75 74 88/var(--tw-text-opacity,1))}.dark\\:placeholder\\:text-gray-400:is(.dark *)::placeholder{--tw-text-opacity:1;color:rgb(75 74 88/var(--tw-text-opacity,1))}.dark\\:hover\\:bg-black\\/90:hover:is(.dark *){background-color:rgba(0,0,0,.9)}.dark\\:hover\\:bg-gray-700:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 30 39/var(--tw-bg-opacity,1))}.dark\\:hover\\:bg-gray-800:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(20 20 26/var(--tw-bg-opacity,1))}.dark\\:focus\\:ring-offset-gray-900:focus:is(.dark *){--tw-ring-offset-color:#08080e}@media (min-width:640px){.sm\\:absolute{position:absolute}.sm\\:left-4{left:1rem}.sm\\:top-1\\/2{top:50%}.sm\\:mt-4{margin-top:1rem}.sm\\:inline{display:inline}.sm\\:h-6{height:1.5rem}.sm\\:min-h-\\[700px\\]{min-height:700px}.sm\\:w-6{width:1.5rem}.sm\\:w-\\[calc\\(100\\%-theme\\(space\\.16\\)-theme\\(space\\.16\\)\\)\\]{width:calc(100% - 8rem)}.sm\\:w-auto{width:auto}.sm\\:w-full{width:100%}.sm\\:max-w-md{max-width:28rem}.sm\\:-translate-y-1\\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\\:flex-col{flex-direction:column}.sm\\:justify-normal{justify-content:normal}.sm\\:space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(0px*(1 - var(--tw-space-x-reverse)));margin-right:calc(0px*var(--tw-space-x-reverse))}.sm\\:space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.sm\\:bg-fixed{background-attachment:fixed}.sm\\:bg-left-top{background-position:0 0}.sm\\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\\:px-14{padding-left:3.5rem;padding-right:3.5rem}.sm\\:py-14{padding-bottom:3.5rem;padding-top:3.5rem}.sm\\:py-4{padding-bottom:1rem;padding-top:1rem}.sm\\:pt-16{padding-top:4rem}.sm\\:text-2xl{font-size:1.5rem;line-height:120%}.sm\\:text-base{font-size:1rem;line-height:120%}}@media (min-width:1280px){.md\\:min-w-\\[448px\\]{min-width:448px}.md\\:p-10{padding:2.5rem}.md\\:py-10{padding-bottom:2.5rem;padding-top:2.5rem}.md\\:pl-10{padding-left:2.5rem}.md\\:pl-20{padding-left:5rem}.md\\:pr-10{padding-right:2.5rem}.md\\:pr-20{padding-right:5rem}.md\\:text-3xl{font-size:2rem;line-height:120%}.md\\:text-base{font-size:1rem;line-height:120%}.md\\:text-sm{font-size:.875rem;line-height:120%}.md\\:text-xs{font-size:.75rem;line-height:135%}}@media (max-height:900px) and (min-width:640px){.short\\:static{position:static}.short\\:left-auto{left:auto}.short\\:top-auto{top:auto}.short\\:inline{display:inline}.short\\:hidden{display:none}.short\\:h-5{height:1.25rem}.short\\:min-h-\\[558px\\]{min-height:558px}.short\\:w-5{width:1.25rem}.short\\:flex-1{flex:1 1 0%}.short\\:translate-y-0{--tw-translate-y:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.short\\:flex-row{flex-direction:row}.short\\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.short\\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}.short\\:px-0{padding-left:0;padding-right:0}.short\\:py-3{padding-bottom:.75rem;padding-top:.75rem}}.\\[\\&\\>\\*\\:last-child\\]\\:mb-0>:last-child{margin-bottom:0}.\\[\\&_h1\\]\\:mb-6 h1,.\\[\\&_h2\\]\\:mb-6 h2{margin-bottom:1.5rem}`;
|
|
33795
|
+
function sJ() {
|
|
33761
33796
|
if (typeof document < "u") {
|
|
33762
33797
|
const t = document.createElement("style");
|
|
33763
33798
|
t.innerHTML = Wy, t.setAttribute("data-authhero-tailwind", ""), document.head.appendChild(t);
|
|
33764
33799
|
}
|
|
33765
33800
|
}
|
|
33766
|
-
const px = 'var Fe={Stringify:1},A=(e,t)=>{const r=new String(e);return r.isEscaped=!0,r.callbacks=t,r},je=/[&<>\'"]/,Ke=async(e,t)=>{let r="";t||=[];const n=await Promise.all(e);for(let a=n.length-1;r+=n[a],a--,!(a<0);a--){let s=n[a];typeof s=="object"&&t.push(...s.callbacks||[]);const i=s.isEscaped;if(s=await(typeof s=="object"?s.toString():s),typeof s=="object"&&t.push(...s.callbacks||[]),s.isEscaped??i)r+=s;else{const l=[r];C(s,l),r=l[0]}}return A(r,t)},C=(e,t)=>{const r=e.search(je);if(r===-1){t[0]+=e;return}let n,a,s=0;for(a=r;a<e.length;a++){switch(e.charCodeAt(a)){case 34:n=""";break;case 39:n="'";break;case 38:n="&";break;case 60:n="<";break;case 62:n=">";break;default:continue}t[0]+=e.substring(s,a)+n,s=a+1}t[0]+=e.substring(s,a)},We=e=>{const t=e.callbacks;if(!t?.length)return e;const r=[e],n={};return t.forEach(a=>a({phase:Fe.Stringify,buffer:r,context:n})),r[0]},Y=Symbol("RENDERER"),X=Symbol("ERROR_HANDLER"),d=Symbol("STASH"),ke=Symbol("INTERNAL"),Ue=Symbol("MEMO"),q=Symbol("PERMALINK"),ce=e=>(e[ke]=!0,e),we=e=>({value:t,children:r})=>{if(!r)return;const n={children:[{tag:ce(()=>{e.push(t)}),props:{}}]};Array.isArray(r)?n.children.push(...r.flat()):n.children.push(r),n.children.push({tag:ce(()=>{e.pop()}),props:{}});const a={tag:"",props:n,type:""};return a[X]=s=>{throw e.pop(),s},a},Te=e=>{const t=[e],r=we(t);return r.values=t,r.Provider=r,k.push(r),r},k=[],Le=e=>{const t=[e],r=n=>{t.push(n.value);let a;try{a=n.children?(Array.isArray(n.children)?new $e("",{},n.children):n.children).toString():""}finally{t.pop()}return a instanceof Promise?a.then(s=>A(s,s.callbacks)):A(a)};return r.values=t,r.Provider=r,r[Y]=we(t),k.push(r),r},L=e=>e.values.at(-1),O={title:[],script:["src"],style:["data-href"],link:["href"],meta:["name","httpEquiv","charset","itemProp"]},G={},B="data-precedence",$=e=>Array.isArray(e)?e:[e],fe=new WeakMap,ue=(e,t,r,n)=>({buffer:a,context:s})=>{if(!a)return;const i=fe.get(s)||{};fe.set(s,i);const l=i[e]||=[];let u=!1;const c=O[e];if(c.length>0){e:for(const[,f]of l)for(const o of c)if((f?.[o]??null)===r?.[o]){u=!0;break e}}if(u?a[0]=a[0].replaceAll(t,""):c.length>0?l.push([t,r,n]):l.unshift([t,r,n]),a[0].indexOf("</head>")!==-1){let f;if(n===void 0)f=l.map(([o])=>o);else{const o=[];f=l.map(([v,,p])=>{let y=o.indexOf(p);return y===-1&&(o.push(p),y=o.length-1),[v,y]}).sort((v,p)=>v[1]-p[1]).map(([v])=>v)}f.forEach(o=>{a[0]=a[0].replaceAll(o,"")}),a[0]=a[0].replace(/(?=<\\/head>)/,f.join(""))}},D=(e,t,r)=>A(new S(e,r,$(t??[])).toString()),I=(e,t,r,n)=>{if("itemProp"in r)return D(e,t,r);let{precedence:a,blocking:s,...i}=r;a=n?a??"":void 0,n&&(i[B]=a);const l=new S(e,i,$(t||[])).toString();return l instanceof Promise?l.then(u=>A(l,[...u.callbacks||[],ue(e,u,i,a)])):A(l,[ue(e,l,i,a)])},Ze=({children:e,...t})=>{const r=ee();if(r){const n=L(r);if(n==="svg"||n==="head")return new S("title",t,$(e??[]))}return I("title",e,t,!1)},Ve=({children:e,...t})=>{const r=ee();return["src","async"].some(n=>!t[n])||r&&L(r)==="head"?D("script",e,t):I("script",e,t,!1)},ze=({children:e,...t})=>["href","precedence"].every(r=>r in t)?(t["data-href"]=t.href,delete t.href,I("style",e,t,!0)):D("style",e,t),Je=({children:e,...t})=>["onLoad","onError"].some(r=>r in t)||t.rel==="stylesheet"&&(!("precedence"in t)||"disabled"in t)?D("link",e,t):I("link",e,t,"precedence"in t),Xe=({children:e,...t})=>{const r=ee();return r&&L(r)==="head"?D("meta",e,t):I("meta",e,t,!1)},Pe=(e,{children:t,...r})=>new S(e,r,$(t??[])),Ge=e=>(typeof e.action=="function"&&(e.action=q in e.action?e.action[q]:void 0),Pe("form",e)),Ne=(e,t)=>(typeof t.formAction=="function"&&(t.formAction=q in t.formAction?t.formAction[q]:void 0),Pe(e,t)),Qe=e=>Ne("input",e),Ye=e=>Ne("button",e);const U=Object.freeze(Object.defineProperty({__proto__:null,button:Ye,form:Ge,input:Qe,link:Je,meta:Xe,script:Ve,style:ze,title:Ze},Symbol.toStringTag,{value:"Module"}));var et=new Map([["className","class"],["htmlFor","for"],["crossOrigin","crossorigin"],["httpEquiv","http-equiv"],["itemProp","itemprop"],["fetchPriority","fetchpriority"],["noModule","nomodule"],["formAction","formaction"]]),F=e=>et.get(e)||e,Me=(e,t)=>{for(const[r,n]of Object.entries(e)){const a=r[0]==="-"||!/[A-Z]/.test(r)?r:r.replace(/[A-Z]/g,s=>`-${s.toLowerCase()}`);t(a,n==null?null:typeof n=="number"?a.match(/^(?:a|border-im|column(?:-c|s)|flex(?:$|-[^b])|grid-(?:ar|[^a])|font-w|li|or|sca|st|ta|wido|z)|ty$/)?`${n}`:`${n}px`:n)}},N=void 0,ee=()=>N,tt=e=>/[A-Z]/.test(e)&&e.match(/^(?:al|basel|clip(?:Path|Rule)$|co|do|fill|fl|fo|gl|let|lig|i|marker[EMS]|o|pai|pointe|sh|st[or]|text[^L]|tr|u|ve|w)/)?e.replace(/([A-Z])/g,"-$1").toLowerCase():e,rt=["area","base","br","col","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"],nt=["allowfullscreen","async","autofocus","autoplay","checked","controls","default","defer","disabled","download","formnovalidate","hidden","inert","ismap","itemscope","loop","multiple","muted","nomodule","novalidate","open","playsinline","readonly","required","reversed","selected"],te=(e,t)=>{for(let r=0,n=e.length;r<n;r++){const a=e[r];if(typeof a=="string")C(a,t);else{if(typeof a=="boolean"||a===null||a===void 0)continue;a instanceof S?a.toStringToBuffer(t):typeof a=="number"||a.isEscaped?t[0]+=a:a instanceof Promise?t.unshift("",a):te(a,t)}}},S=class{tag;props;key;children;isEscaped=!0;localContexts;constructor(e,t,r){this.tag=e,this.props=t,this.children=r}get type(){return this.tag}get ref(){return this.props.ref||null}toString(){const e=[""];this.localContexts?.forEach(([t,r])=>{t.values.push(r)});try{this.toStringToBuffer(e)}finally{this.localContexts?.forEach(([t])=>{t.values.pop()})}return e.length===1?"callbacks"in e?We(A(e[0],e.callbacks)).toString():e[0]:Ke(e,e.callbacks)}toStringToBuffer(e){const t=this.tag,r=this.props;let{children:n}=this;e[0]+=`<${t}`;const a=N&&L(N)==="svg"?s=>tt(F(s)):s=>F(s);for(let[s,i]of Object.entries(r))if(s=a(s),s!=="children"){if(s==="style"&&typeof i=="object"){let l="";Me(i,(u,c)=>{c!=null&&(l+=`${l?";":""}${u}:${c}`)}),e[0]+=\' style="\',C(l,e),e[0]+=\'"\'}else if(typeof i=="string")e[0]+=` ${s}="`,C(i,e),e[0]+=\'"\';else if(i!=null)if(typeof i=="number"||i.isEscaped)e[0]+=` ${s}="${i}"`;else if(typeof i=="boolean"&&nt.includes(s))i&&(e[0]+=` ${s}=""`);else if(s==="dangerouslySetInnerHTML"){if(n.length>0)throw new Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");n=[A(i.__html)]}else if(i instanceof Promise)e[0]+=` ${s}="`,e.unshift(\'"\',i);else if(typeof i=="function"){if(!s.startsWith("on")&&s!=="ref")throw new Error(`Invalid prop \'${s}\' of type \'function\' supplied to \'${t}\'.`)}else e[0]+=` ${s}="`,C(i.toString(),e),e[0]+=\'"\'}if(rt.includes(t)&&n.length===0){e[0]+="/>";return}e[0]+=">",te(n,e),e[0]+=`</${t}>`}},Z=class extends S{toStringToBuffer(e){const{children:t}=this,r={...this.props};t.length&&(r.children=t.length===1?t[0]:t);const n=this.tag.call(null,r);if(!(typeof n=="boolean"||n==null))if(n instanceof Promise)if(k.length===0)e.unshift("",n);else{const a=k.map(s=>[s,s.values.at(-1)]);e.unshift("",n.then(s=>(s instanceof S&&(s.localContexts=a),s)))}else n instanceof S?n.toStringToBuffer(e):typeof n=="number"||n.isEscaped?(e[0]+=n,n.callbacks&&(e.callbacks||=[],e.callbacks.push(...n.callbacks))):C(n,e)}},$e=class extends S{toStringToBuffer(e){te(this.children,e)}},ve=!1,V=(e,t,r)=>{if(!ve){for(const n in G)U[n][Y]=G[n];ve=!0}return typeof e=="function"?new Z(e,t,r):U[e]?new Z(U[e],t,r):e==="svg"||e==="head"?(N||=Le(""),new S(e,t,[new Z(N,{value:e},r)])):new S(e,t,r)},at=({children:e})=>new $e("",{children:e},Array.isArray(e)?e:e?[e]:[]);function x(e,t,r){let n;if(!t||!("children"in t))n=V(e,t,[]);else{const a=t.children;n=Array.isArray(a)?V(e,t,a):V(e,t,[a])}return n.key=r,n}var M="_hp",st={Change:"Input",DoubleClick:"DblClick"},it={svg:"2000/svg",math:"1998/Math/MathML"},w=[],Q=new WeakMap,T=void 0,lt=()=>T,b=e=>"t"in e,z={onClick:["click",!1]},de=e=>{if(!e.startsWith("on"))return;if(z[e])return z[e];const t=e.match(/^on([A-Z][a-zA-Z]+?(?:PointerCapture)?)(Capture)?$/);if(t){const[,r,n]=t;return z[e]=[(st[r]||r).toLowerCase(),!!n]}},pe=(e,t)=>T&&e instanceof SVGElement&&/[A-Z]/.test(t)&&(t in e.style||t.match(/^(?:o|pai|str|u|ve)/))?t.replace(/([A-Z])/g,"-$1").toLowerCase():t,ot=(e,t,r)=>{t||={};for(let n in t){const a=t[n];if(n!=="children"&&(!r||r[n]!==a)){n=F(n);const s=de(n);if(s){if(r?.[n]!==a&&(r&&e.removeEventListener(s[0],r[n],s[1]),a!=null)){if(typeof a!="function")throw new Error(`Event handler for "${n}" is not a function`);e.addEventListener(s[0],a,s[1])}}else if(n==="dangerouslySetInnerHTML"&&a)e.innerHTML=a.__html;else if(n==="ref"){let i;typeof a=="function"?i=a(e)||(()=>a(null)):a&&"current"in a&&(a.current=e,i=()=>a.current=null),Q.set(e,i)}else if(n==="style"){const i=e.style;typeof a=="string"?i.cssText=a:(i.cssText="",a!=null&&Me(a,i.setProperty.bind(i)))}else{if(n==="value"){const l=e.nodeName;if(l==="INPUT"||l==="TEXTAREA"||l==="SELECT"){if(e.value=a==null||a===!1?null:a,l==="TEXTAREA"){e.textContent=a;continue}else if(l==="SELECT"){e.selectedIndex===-1&&(e.selectedIndex=0);continue}}}else(n==="checked"&&e.nodeName==="INPUT"||n==="selected"&&e.nodeName==="OPTION")&&(e[n]=a);const i=pe(e,n);a==null||a===!1?e.removeAttribute(i):a===!0?e.setAttribute(i,""):typeof a=="string"||typeof a=="number"?e.setAttribute(i,a):e.setAttribute(i,a.toString())}}}if(r)for(let n in r){const a=r[n];if(n!=="children"&&!(n in t)){n=F(n);const s=de(n);s?e.removeEventListener(s[0],a,s[1]):n==="ref"?Q.get(e)?.():e.removeAttribute(pe(e,n))}}},ct=(e,t)=>{t[d][0]=0,w.push([e,t]);const r=t.tag[Y]||t.tag,n=r.defaultProps?{...r.defaultProps,...t.props}:t.props;try{return[r.call(null,n)]}finally{w.pop()}},De=(e,t,r,n,a)=>{e.vR?.length&&(n.push(...e.vR),delete e.vR),typeof e.tag=="function"&&e[d][1][ne]?.forEach(s=>a.push(s)),e.vC.forEach(s=>{if(b(s))r.push(s);else if(typeof s.tag=="function"||s.tag===""){s.c=t;const i=r.length;if(De(s,t,r,n,a),s.s){for(let l=i;l<r.length;l++)r[l].s=!0;s.s=!1}}else r.push(s),s.vR?.length&&(n.push(...s.vR),delete s.vR)})},ft=e=>{for(;;e=e.tag===M||!e.vC||!e.pP?e.nN:e.vC[0]){if(!e)return null;if(e.tag!==M&&e.e)return e.e}},Ie=e=>{b(e)||(e[d]?.[1][ne]?.forEach(t=>t[2]?.()),Q.get(e.e)?.(),e.p===2&&e.vC?.forEach(t=>t.p=2),e.vC?.forEach(Ie)),e.p||(e.e?.remove(),delete e.e),typeof e.tag=="function"&&(P.delete(e),H.delete(e),delete e[d][3],e.a=!0)},re=(e,t,r)=>{e.c=t,Re(e,t,r)},he=(e,t)=>{if(t){for(let r=0,n=e.length;r<n;r++)if(e[r]===t)return r}},me=Symbol(),Re=(e,t,r)=>{const n=[],a=[],s=[];De(e,t,n,a,s),a.forEach(Ie);const i=r?void 0:t.childNodes;let l,u=null;if(r)l=-1;else if(!i.length)l=0;else{const c=he(i,ft(e.nN));c!==void 0?(u=i[c],l=c):l=he(i,n.find(f=>f.tag!==M&&f.e)?.e)??-1,l===-1&&(r=!0)}for(let c=0,f=n.length;c<f;c++,l++){const o=n[c];let v;if(o.s&&o.e)v=o.e,o.s=!1;else{const p=r||!o.e;b(o)?(o.e&&o.d&&(o.e.textContent=o.t),o.d=!1,v=o.e||=document.createTextNode(o.t)):(v=o.e||=o.n?document.createElementNS(o.n,o.tag):document.createElement(o.tag),ot(v,o.props,o.pP),Re(o,v,p))}o.tag===M?l--:r?v.parentNode||t.appendChild(v):i[l]!==v&&i[l-1]!==v&&(i[l+1]===v?t.appendChild(i[l]):t.insertBefore(v,u||i[l]||null))}if(e.pP&&delete e.pP,s.length){const c=[],f=[];s.forEach(([,o,,v,p])=>{o&&c.push(o),v&&f.push(v),p?.()}),c.forEach(o=>o()),f.length&&requestAnimationFrame(()=>{f.forEach(o=>o())})}},ut=(e,t)=>!!(e&&e.length===t.length&&e.every((r,n)=>r[1]===t[n][1])),H=new WeakMap,j=(e,t,r)=>{const n=!r&&t.pC;r&&(t.pC||=t.vC);let a;try{r||=typeof t.tag=="function"?ct(e,t):$(t.props.children),r[0]?.tag===""&&r[0][X]&&(a=r[0][X],e[5].push([e,a,t]));const s=n?[...t.pC]:t.vC?[...t.vC]:void 0,i=[];let l;for(let u=0;u<r.length;u++){Array.isArray(r[u])&&r.splice(u,1,...r[u].flat());let c=xe(r[u]);if(c){typeof c.tag=="function"&&!c.tag[ke]&&(k.length>0&&(c[d][2]=k.map(o=>[o,o.values.at(-1)])),e[5]?.length&&(c[d][3]=e[5].at(-1)));let f;if(s&&s.length){const o=s.findIndex(b(c)?v=>b(v):c.key!==void 0?v=>v.key===c.key&&v.tag===c.tag:v=>v.tag===c.tag);o!==-1&&(f=s[o],s.splice(o,1))}if(f)if(b(c))f.t!==c.t&&(f.t=c.t,f.d=!0),c=f;else{const o=f.pP=f.props;if(f.props=c.props,f.f||=c.f||t.f,typeof c.tag=="function"){const v=f[d][2];f[d][2]=c[d][2]||[],f[d][3]=c[d][3],!f.f&&((f.o||f)===c.o||f.tag[Ue]?.(o,f.props))&&ut(v,f[d][2])&&(f.s=!0)}c=f}else if(!b(c)&&T){const o=L(T);o&&(c.n=o)}if(!b(c)&&!c.s&&(j(e,c),delete c.f),i.push(c),l&&!l.s&&!c.s)for(let o=l;o&&!b(o);o=o.vC?.at(-1))o.nN=c;l=c}}t.vR=n?[...t.vC,...s||[]]:s||[],t.vC=i,n&&delete t.pC}catch(s){if(t.f=!0,s===me){if(a)return;throw s}const[i,l,u]=t[d]?.[3]||[];if(l){const c=()=>_([0,!1,e[2]],u),f=H.get(u)||[];f.push(c),H.set(u,f);const o=l(s,()=>{const v=H.get(u);if(v){const p=v.indexOf(c);if(p!==-1)return v.splice(p,1),c()}});if(o){if(e[0]===1)e[1]=!0;else if(j(e,u,[o]),(l.length===1||e!==i)&&u.c){re(u,u.c,!1);return}throw me}}throw s}finally{a&&e[5].pop()}},xe=e=>{if(!(e==null||typeof e=="boolean")){if(typeof e=="string"||typeof e=="number")return{t:e.toString(),d:!0};if("vR"in e&&(e={tag:e.tag,props:e.props,key:e.key,f:e.f,type:e.tag,ref:e.props.ref,o:e.o||e}),typeof e.tag=="function")e[d]=[0,[]];else{const t=it[e.tag];t&&(T||=Te(""),e.props.children=[{tag:T,props:{value:e.n=`http://www.w3.org/${t}`,children:e.props.children}}])}return e}},Oe=(e,t,r)=>{e.c===t&&(e.c=r,e.vC.forEach(n=>Oe(n,t,r)))},ge=(e,t)=>{t[d][2]?.forEach(([r,n])=>{r.values.push(n)});try{j(e,t,void 0)}catch{return}if(t.a){delete t.a;return}t[d][2]?.forEach(([r])=>{r.values.pop()}),(e[0]!==1||!e[1])&&re(t,t.c,!1)},P=new WeakMap,ye=[],_=async(e,t)=>{e[5]||=[];const r=P.get(t);r&&r[0](void 0);let n;const a=new Promise(s=>n=s);if(P.set(t,[n,()=>{e[2]?e[2](e,t,s=>{ge(s,t)}).then(()=>n(t)):(ge(e,t),n(t))}]),ye.length)ye.at(-1).add(t);else{await Promise.resolve();const s=P.get(t);s&&(P.delete(t),s[1]())}return a},vt=(e,t)=>{const r=[];r[5]=[],r[4]=!0,j(r,e,void 0),r[4]=!1;const n=document.createDocumentFragment();re(e,n,!0),Oe(e,n,t),t.replaceChildren(n)},dt=(e,t,r)=>({tag:M,props:{children:e},key:r,e:t,p:1}),pt=0,ne=1,ht=2,mt=3,J=new WeakMap,ae=(e,t)=>!e||!t||e.length!==t.length||t.some((r,n)=>r!==e[n]),gt=void 0,Ee=[],Be=e=>{const t=()=>typeof e=="function"?e():e,r=w.at(-1);if(!r)return[t(),()=>{}];const[,n]=r,a=n[d][1][pt]||=[],s=n[d][0]++;return a[s]||=[t(),i=>{const l=gt,u=a[s];if(typeof i=="function"&&(i=i(u[0])),!Object.is(i,u[0]))if(u[0]=i,Ee.length){const[c,f]=Ee.at(-1);Promise.all([c===3?n:_([c,!1,l],n),f]).then(([o])=>{if(!o||!(c===2||c===3))return;const v=o.vC;requestAnimationFrame(()=>{setTimeout(()=>{v===o.vC&&_([c===3?1:0,!1,l],o)})})})}else _([0,!1,l],n)}]},yt=(e,t,r)=>{const n=w.at(-1);if(!n)return;const[,a]=n,s=a[d][1][ne]||=[],i=a[d][0]++,[l,,u]=s[i]||=[];if(ae(l,r)){u&&u();const c=()=>{f[e]=void 0,f[2]=t()},f=[r,void 0,void 0,void 0,void 0];f[e]=c,s[i]=f}},He=(e,t)=>yt(3,e,t),se=(e,t)=>{const r=w.at(-1);if(!r)return e;const[,n]=r,a=n[d][1][ht]||=[],s=n[d][0]++,i=a[s];return ae(i?.[1],t)?a[s]=[e,t]:e=a[s][0],e},Et=e=>{const t=J.get(e);if(t){if(t.length===2)throw t[1];return t[0]}throw e.then(r=>J.set(e,[r]),r=>J.set(e,[void 0,r])),e},St=(e,t)=>{const r=w.at(-1);if(!r)return e();const[,n]=r,a=n[d][1][mt]||=[],s=n[d][0]++,i=a[s];return ae(i?.[1],t)&&(a[s]=[e(),t]),a[s][0]},bt=Te({pending:!1,data:null,method:null,action:null}),Se=new Set,At=e=>{Se.add(e),e.finally(()=>Se.delete(e))},ie=(e,t)=>St(()=>r=>{let n;e&&(typeof e=="function"?n=e(r)||(()=>{e(null)}):e&&"current"in e&&(e.current=r,n=()=>{e.current=null}));const a=t(r);return()=>{a?.(),n?.()}},[e]),be=Object.create(null),Ae=Object.create(null),R=(e,t,r,n,a)=>{if(t?.itemProp)return{tag:e,props:t,type:e,ref:t.ref};const s=document.head;let{onLoad:i,onError:l,precedence:u,blocking:c,...f}=t,o=null,v=!1;const p=O[e];let y;if(p.length>0){const m=s.querySelectorAll(e);e:for(const g of m)for(const h of O[e])if(g.getAttribute(h)===t[h]){o=g;break e}if(!o){const g=p.reduce((h,E)=>t[E]===void 0?h:`${h}-${E}-${t[E]}`,e);v=!Ae[g],o=Ae[g]||=(()=>{const h=document.createElement(e);for(const E of p)t[E]!==void 0&&h.setAttribute(E,t[E]),t.rel&&h.setAttribute("rel",t.rel);return h})()}}else y=s.querySelectorAll(e);u=n?u??"":void 0,n&&(f[B]=u);const le=se(m=>{if(p.length>0){let g=!1;for(const h of s.querySelectorAll(e)){if(g&&h.getAttribute(B)!==u){s.insertBefore(m,h);return}h.getAttribute(B)===u&&(g=!0)}s.appendChild(m)}else if(y){let g=!1;for(const h of y)if(h===m){g=!0;break}g||s.insertBefore(m,s.contains(y[0])?y[0]:s.querySelector(e)),y=void 0}},[u]),oe=ie(t.ref,m=>{const g=p[0];if(r===2&&(m.innerHTML=""),(v||y)&&le(m),!l&&!i)return;let h=be[m.getAttribute(g)]||=new Promise((E,W)=>{m.addEventListener("load",E),m.addEventListener("error",W)});i&&(h=h.then(i)),l&&(h=h.catch(l)),h.catch(()=>{})});if(a&&c==="render"){const m=O[e][0];if(t[m]){const g=t[m],h=be[g]||=new Promise((E,W)=>{le(o),o.addEventListener("load",E),o.addEventListener("error",W)});Et(h)}}const K={tag:e,type:e,props:{...f,ref:oe},ref:oe};return K.p=r,o&&(K.e=o),dt(K,s)},Ct=e=>{const t=lt();return(t&&L(t))?.endsWith("svg")?{tag:"title",props:e,type:"title",ref:e.ref}:R("title",e,void 0,!1,!1)},kt=e=>!e||["src","async"].some(t=>!e[t])?{tag:"script",props:e,type:"script",ref:e.ref}:R("script",e,1,!1,!0),wt=e=>!e||!["href","precedence"].every(t=>t in e)?{tag:"style",props:e,type:"style",ref:e.ref}:(e["data-href"]=e.href,delete e.href,R("style",e,2,!0,!0)),Tt=e=>!e||["onLoad","onError"].some(t=>t in e)||e.rel==="stylesheet"&&(!("precedence"in e)||"disabled"in e)?{tag:"link",props:e,type:"link",ref:e.ref}:R("link",e,1,"precedence"in e,!0),Lt=e=>R("meta",e,void 0,!1,!1),_e=Symbol(),Pt=e=>{const{action:t,...r}=e;typeof t!="function"&&(r.action=t);const[n,a]=Be([null,!1]),s=se(async c=>{const f=c.isTrusted?t:c.detail[_e];if(typeof f!="function")return;c.preventDefault();const o=new FormData(c.target);a([o,!0]);const v=f(o);v instanceof Promise&&(At(v),await v),a([null,!0])},[]),i=ie(e.ref,c=>(c.addEventListener("submit",s),()=>{c.removeEventListener("submit",s)})),[l,u]=n;return n[1]=!1,{tag:bt,props:{value:{pending:l!==null,data:l,method:l?"post":null,action:l?t:null},children:{tag:"form",props:{...r,ref:i},type:"form",ref:i}},f:u}},qe=(e,{formAction:t,...r})=>{if(typeof t=="function"){const n=se(a=>{a.preventDefault(),a.currentTarget.form.dispatchEvent(new CustomEvent("submit",{detail:{[_e]:t}}))},[]);r.ref=ie(r.ref,a=>(a.addEventListener("click",n),()=>{a.removeEventListener("click",n)}))}return{tag:e,props:r,type:e,ref:r.ref}},Nt=e=>qe("input",e),Mt=e=>qe("button",e);Object.assign(G,{title:Ct,script:kt,style:wt,link:Tt,meta:Lt,form:Pt,input:Nt,button:Mt});Le(null);new TextEncoder;var $t=(e,t={})=>{let r;return Object.keys(t).length>0&&console.warn("createRoot options are not supported yet"),{render(n){if(r===null)throw new Error("Cannot update an unmounted root");r?r(n):vt(xe({tag:()=>{const[a,s]=Be(n);return r=s,a},props:{}}),e)},unmount(){r?.(null),r=null}}},Dt=(e,t,r={})=>{const n=$t(e,r);return n.render(t),n};function It(){return He(()=>{const e=document.querySelectorAll("form"),t=[];return e.forEach(r=>{const n=s=>{if(s.defaultPrevented)return;const i=s.submitter;i&&i.type==="submit"&&(i.classList.add("is-loading"),i.disabled=!0)};r.addEventListener("submit",n);const a=s=>{s.persisted&&r.querySelectorAll("button[type=submit]").forEach(l=>{l.classList.remove("is-loading"),l.disabled=!1})};window.addEventListener("pageshow",a),t.push(()=>{r.removeEventListener("submit",n),window.removeEventListener("pageshow",a)})}),()=>{t.forEach(r=>r())}},[]),null}function Rt(){return He(()=>{document.querySelectorAll("[data-password-toggle]").forEach(t=>{const r=t.querySelector("input[type=\'password\'], input[data-password-input]"),n=t.querySelector("[data-password-toggle-btn]"),a=n?.querySelector("[data-show-icon]"),s=n?.querySelector("[data-hide-icon]");if(!r||!n||!a||!s)return;const i=u=>{u?(r.type="text",r.setAttribute("data-password-input","text"),a.classList.add("hidden"),s.classList.remove("hidden")):(r.type="password",r.setAttribute("data-password-input","password"),s.classList.add("hidden"),a.classList.remove("hidden"))},l=u=>{u.preventDefault();const c=r.type==="password";i(c)};return n.addEventListener("click",l),()=>{n.removeEventListener("click",l)}})},[]),null}function xt(){return document.querySelectorAll("[data-input-otp-container]").forEach(t=>{const r=Array.from(t.querySelectorAll("[data-input-otp-slot]"));if(!r.length)return;const n=t.closest("form");let a=null;if(n&&r.length>0){const l=r[0]?.getAttribute("name");l&&(a=n.querySelector(`input[name="${l}"][type="hidden"]`),a||(a=document.createElement("input"),a.type="hidden",a.name=l,n.appendChild(a)),r.forEach(u=>u.removeAttribute("name")))}const s=()=>{if(a){const i=r.map(l=>l.value).join("");a.value=i,i.length===r.length&&n&&setTimeout(()=>{n.requestSubmit()},100)}};r.forEach((i,l)=>{i.addEventListener("input",u=>{const c=u.target;let f=c.value;f=f.replace(/[^0-9]/g,""),f.length>1&&(f=f.charAt(0)),c.value=f,f&&l<r.length-1&&r[l+1]?.focus(),s()}),i.addEventListener("paste",u=>{u.preventDefault();const f=(u.clipboardData?.getData("text")||"").replace(/[^0-9]/g,"");for(let v=0;v<Math.min(f.length,r.length-l);v++){const p=r[l+v],y=f.charAt(v);p&&y&&(p.value=y)}const o=r.findIndex((v,p)=>p>=l&&!v.value);o!==-1?r[o]?.focus():r[Math.min(l+f.length,r.length-1)]?.focus(),s()}),i.addEventListener("keydown",u=>{if(u.key==="Backspace"){const c=u.target;if(!c.value&&l>0){u.preventDefault();const f=r[l-1];f&&(f.value="",f.focus()),s()}else c.value&&setTimeout(()=>s(),0)}else u.key==="ArrowLeft"&&l>0?(u.preventDefault(),r[l-1]?.focus()):u.key==="ArrowRight"&&l<r.length-1&&(u.preventDefault(),r[l+1]?.focus())}),i.addEventListener("focus",()=>{i.select()})}),s()}),null}const Ce=document.getElementById("client-root");Ce&&Dt(Ce,x(at,{children:[x(It,{}),x(Rt,{}),x(xt,{})]}));\n', fx = (t) => /* @__PURE__ */ u(
|
|
33801
|
+
const px = 'var Ke={Stringify:1},b=(e,t)=>{const n=new String(e);return n.isEscaped=!0,n.callbacks=t,n},We=/[&<>\'"]/,Ue=async(e,t)=>{let n="";t||=[];const r=await Promise.all(e);for(let a=r.length-1;n+=r[a],a--,!(a<0);a--){let i=r[a];typeof i=="object"&&t.push(...i.callbacks||[]);const s=i.isEscaped;if(i=await(typeof i=="object"?i.toString():i),typeof i=="object"&&t.push(...i.callbacks||[]),i.isEscaped??s)n+=i;else{const o=[n];A(i,o),n=o[0]}}return b(n,t)},A=(e,t)=>{const n=e.search(We);if(n===-1){t[0]+=e;return}let r,a,i=0;for(a=n;a<e.length;a++){switch(e.charCodeAt(a)){case 34:r=""";break;case 39:r="'";break;case 38:r="&";break;case 60:r="<";break;case 62:r=">";break;default:continue}t[0]+=e.substring(i,a)+r,i=a+1}t[0]+=e.substring(i,a)},Ve=e=>{const t=e.callbacks;if(!t?.length)return e;const n=[e],r={};return t.forEach(a=>a({phase:Ke.Stringify,buffer:n,context:r})),n[0]},ee=Symbol("RENDERER"),G=Symbol("ERROR_HANDLER"),v=Symbol("STASH"),Ie=Symbol("INTERNAL"),Ze=Symbol("MEMO"),q=Symbol("PERMALINK"),fe=e=>(e[Ie]=!0,e),Te=e=>({value:t,children:n})=>{if(!n)return;const r={children:[{tag:fe(()=>{e.push(t)}),props:{}}]};Array.isArray(n)?r.children.push(...n.flat()):r.children.push(n),r.children.push({tag:fe(()=>{e.pop()}),props:{}});const a={tag:"",props:r,type:""};return a[G]=i=>{throw e.pop(),i},a},Le=e=>{const t=[e],n=Te(t);return n.values=t,n.Provider=n,C.push(n),n},C=[],Pe=e=>{const t=[e],n=r=>{t.push(r.value);let a;try{a=r.children?(Array.isArray(r.children)?new $e("",{},r.children):r.children).toString():""}finally{t.pop()}return a instanceof Promise?a.then(i=>b(i,i.callbacks)):b(a)};return n.values=t,n.Provider=n,n[ee]=Te(t),C.push(n),n},T=e=>e.values.at(-1),x={title:[],script:["src"],style:["data-href"],link:["href"],meta:["name","httpEquiv","charset","itemProp"]},Y={},_="data-precedence",M=e=>Array.isArray(e)?e:[e],ue=new WeakMap,de=(e,t,n,r)=>({buffer:a,context:i})=>{if(!a)return;const s=ue.get(i)||{};ue.set(i,s);const o=s[e]||=[];let u=!1;const c=x[e];if(c.length>0){e:for(const[,f]of o)for(const l of c)if((f?.[l]??null)===n?.[l]){u=!0;break e}}if(u?a[0]=a[0].replaceAll(t,""):c.length>0?o.push([t,n,r]):o.unshift([t,n,r]),a[0].indexOf("</head>")!==-1){let f;if(r===void 0)f=o.map(([l])=>l);else{const l=[];f=o.map(([d,,p])=>{let y=l.indexOf(p);return y===-1&&(l.push(p),y=l.length-1),[d,y]}).sort((d,p)=>d[1]-p[1]).map(([d])=>d)}f.forEach(l=>{a[0]=a[0].replaceAll(l,"")}),a[0]=a[0].replace(/(?=<\\/head>)/,f.join(""))}},D=(e,t,n)=>b(new w(e,n,M(t??[])).toString()),$=(e,t,n,r)=>{if("itemProp"in n)return D(e,t,n);let{precedence:a,blocking:i,...s}=n;a=r?a??"":void 0,r&&(s[_]=a);const o=new w(e,s,M(t||[])).toString();return o instanceof Promise?o.then(u=>b(o,[...u.callbacks||[],de(e,u,s,a)])):b(o,[de(e,o,s,a)])},ze=({children:e,...t})=>{const n=te();if(n){const r=T(n);if(r==="svg"||r==="head")return new w("title",t,M(e??[]))}return $("title",e,t,!1)},Je=({children:e,...t})=>{const n=te();return["src","async"].some(r=>!t[r])||n&&T(n)==="head"?D("script",e,t):$("script",e,t,!1)},Xe=({children:e,...t})=>["href","precedence"].every(n=>n in t)?(t["data-href"]=t.href,delete t.href,$("style",e,t,!0)):D("style",e,t),Ge=({children:e,...t})=>["onLoad","onError"].some(n=>n in t)||t.rel==="stylesheet"&&(!("precedence"in t)||"disabled"in t)?D("link",e,t):$("link",e,t,"precedence"in t),Ye=({children:e,...t})=>{const n=te();return n&&T(n)==="head"?D("meta",e,t):$("meta",e,t,!1)},Ne=(e,{children:t,...n})=>new w(e,n,M(t??[])),Qe=e=>(typeof e.action=="function"&&(e.action=q in e.action?e.action[q]:void 0),Ne("form",e)),Me=(e,t)=>(typeof t.formAction=="function"&&(t.formAction=q in t.formAction?t.formAction[q]:void 0),Ne(e,t)),et=e=>Me("input",e),tt=e=>Me("button",e);const V=Object.freeze(Object.defineProperty({__proto__:null,button:tt,form:Qe,input:et,link:Ge,meta:Ye,script:Je,style:Xe,title:ze},Symbol.toStringTag,{value:"Module"}));var nt=new Map([["className","class"],["htmlFor","for"],["crossOrigin","crossorigin"],["httpEquiv","http-equiv"],["itemProp","itemprop"],["fetchPriority","fetchpriority"],["noModule","nomodule"],["formAction","formaction"]]),F=e=>nt.get(e)||e,De=(e,t)=>{for(const[n,r]of Object.entries(e)){const a=n[0]==="-"||!/[A-Z]/.test(n)?n:n.replace(/[A-Z]/g,i=>`-${i.toLowerCase()}`);t(a,r==null?null:typeof r=="number"?a.match(/^(?:a|border-im|column(?:-c|s)|flex(?:$|-[^b])|grid-(?:ar|[^a])|font-w|li|or|sca|st|ta|wido|z)|ty$/)?`${r}`:`${r}px`:r)}},P=void 0,te=()=>P,rt=e=>/[A-Z]/.test(e)&&e.match(/^(?:al|basel|clip(?:Path|Rule)$|co|do|fill|fl|fo|gl|let|lig|i|marker[EMS]|o|pai|pointe|sh|st[or]|text[^L]|tr|u|ve|w)/)?e.replace(/([A-Z])/g,"-$1").toLowerCase():e,at=["area","base","br","col","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"],it=["allowfullscreen","async","autofocus","autoplay","checked","controls","default","defer","disabled","download","formnovalidate","hidden","inert","ismap","itemscope","loop","multiple","muted","nomodule","novalidate","open","playsinline","readonly","required","reversed","selected"],ne=(e,t)=>{for(let n=0,r=e.length;n<r;n++){const a=e[n];if(typeof a=="string")A(a,t);else{if(typeof a=="boolean"||a===null||a===void 0)continue;a instanceof w?a.toStringToBuffer(t):typeof a=="number"||a.isEscaped?t[0]+=a:a instanceof Promise?t.unshift("",a):ne(a,t)}}},w=class{tag;props;key;children;isEscaped=!0;localContexts;constructor(e,t,n){this.tag=e,this.props=t,this.children=n}get type(){return this.tag}get ref(){return this.props.ref||null}toString(){const e=[""];this.localContexts?.forEach(([t,n])=>{t.values.push(n)});try{this.toStringToBuffer(e)}finally{this.localContexts?.forEach(([t])=>{t.values.pop()})}return e.length===1?"callbacks"in e?Ve(b(e[0],e.callbacks)).toString():e[0]:Ue(e,e.callbacks)}toStringToBuffer(e){const t=this.tag,n=this.props;let{children:r}=this;e[0]+=`<${t}`;const a=P&&T(P)==="svg"?i=>rt(F(i)):i=>F(i);for(let[i,s]of Object.entries(n))if(i=a(i),i!=="children"){if(i==="style"&&typeof s=="object"){let o="";De(s,(u,c)=>{c!=null&&(o+=`${o?";":""}${u}:${c}`)}),e[0]+=\' style="\',A(o,e),e[0]+=\'"\'}else if(typeof s=="string")e[0]+=` ${i}="`,A(s,e),e[0]+=\'"\';else if(s!=null)if(typeof s=="number"||s.isEscaped)e[0]+=` ${i}="${s}"`;else if(typeof s=="boolean"&&it.includes(i))s&&(e[0]+=` ${i}=""`);else if(i==="dangerouslySetInnerHTML"){if(r.length>0)throw new Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");r=[b(s.__html)]}else if(s instanceof Promise)e[0]+=` ${i}="`,e.unshift(\'"\',s);else if(typeof s=="function"){if(!i.startsWith("on")&&i!=="ref")throw new Error(`Invalid prop \'${i}\' of type \'function\' supplied to \'${t}\'.`)}else e[0]+=` ${i}="`,A(s.toString(),e),e[0]+=\'"\'}if(at.includes(t)&&r.length===0){e[0]+="/>";return}e[0]+=">",ne(r,e),e[0]+=`</${t}>`}},Z=class extends w{toStringToBuffer(e){const{children:t}=this,n={...this.props};t.length&&(n.children=t.length===1?t[0]:t);const r=this.tag.call(null,n);if(!(typeof r=="boolean"||r==null))if(r instanceof Promise)if(C.length===0)e.unshift("",r);else{const a=C.map(i=>[i,i.values.at(-1)]);e.unshift("",r.then(i=>(i instanceof w&&(i.localContexts=a),i)))}else r instanceof w?r.toStringToBuffer(e):typeof r=="number"||r.isEscaped?(e[0]+=r,r.callbacks&&(e.callbacks||=[],e.callbacks.push(...r.callbacks))):A(r,e)}},$e=class extends w{toStringToBuffer(e){ne(this.children,e)}},ve=!1,z=(e,t,n)=>{if(!ve){for(const r in Y)V[r][ee]=Y[r];ve=!0}return typeof e=="function"?new Z(e,t,n):V[e]?new Z(V[e],t,n):e==="svg"||e==="head"?(P||=Pe(""),new w(e,t,[new Z(P,{value:e},n)])):new w(e,t,n)},st=({children:e})=>new $e("",{children:e},Array.isArray(e)?e:e?[e]:[]);function O(e,t,n){let r;if(!t||!("children"in t))r=z(e,t,[]);else{const a=t.children;r=Array.isArray(a)?z(e,t,a):z(e,t,[a])}return r.key=n,r}var N="_hp",ot={Change:"Input",DoubleClick:"DblClick"},lt={svg:"2000/svg",math:"1998/Math/MathML"},k=[],Q=new WeakMap,I=void 0,ct=()=>I,S=e=>"t"in e,J={onClick:["click",!1]},pe=e=>{if(!e.startsWith("on"))return;if(J[e])return J[e];const t=e.match(/^on([A-Z][a-zA-Z]+?(?:PointerCapture)?)(Capture)?$/);if(t){const[,n,r]=t;return J[e]=[(ot[n]||n).toLowerCase(),!!r]}},he=(e,t)=>I&&e instanceof SVGElement&&/[A-Z]/.test(t)&&(t in e.style||t.match(/^(?:o|pai|str|u|ve)/))?t.replace(/([A-Z])/g,"-$1").toLowerCase():t,ft=(e,t,n)=>{t||={};for(let r in t){const a=t[r];if(r!=="children"&&(!n||n[r]!==a)){r=F(r);const i=pe(r);if(i){if(n?.[r]!==a&&(n&&e.removeEventListener(i[0],n[r],i[1]),a!=null)){if(typeof a!="function")throw new Error(`Event handler for "${r}" is not a function`);e.addEventListener(i[0],a,i[1])}}else if(r==="dangerouslySetInnerHTML"&&a)e.innerHTML=a.__html;else if(r==="ref"){let s;typeof a=="function"?s=a(e)||(()=>a(null)):a&&"current"in a&&(a.current=e,s=()=>a.current=null),Q.set(e,s)}else if(r==="style"){const s=e.style;typeof a=="string"?s.cssText=a:(s.cssText="",a!=null&&De(a,s.setProperty.bind(s)))}else{if(r==="value"){const o=e.nodeName;if(o==="INPUT"||o==="TEXTAREA"||o==="SELECT"){if(e.value=a==null||a===!1?null:a,o==="TEXTAREA"){e.textContent=a;continue}else if(o==="SELECT"){e.selectedIndex===-1&&(e.selectedIndex=0);continue}}}else(r==="checked"&&e.nodeName==="INPUT"||r==="selected"&&e.nodeName==="OPTION")&&(e[r]=a);const s=he(e,r);a==null||a===!1?e.removeAttribute(s):a===!0?e.setAttribute(s,""):typeof a=="string"||typeof a=="number"?e.setAttribute(s,a):e.setAttribute(s,a.toString())}}}if(n)for(let r in n){const a=n[r];if(r!=="children"&&!(r in t)){r=F(r);const i=pe(r);i?e.removeEventListener(i[0],a,i[1]):r==="ref"?Q.get(e)?.():e.removeAttribute(he(e,r))}}},ut=(e,t)=>{t[v][0]=0,k.push([e,t]);const n=t.tag[ee]||t.tag,r=n.defaultProps?{...n.defaultProps,...t.props}:t.props;try{return[n.call(null,r)]}finally{k.pop()}},Re=(e,t,n,r,a)=>{e.vR?.length&&(r.push(...e.vR),delete e.vR),typeof e.tag=="function"&&e[v][1][ae]?.forEach(i=>a.push(i)),e.vC.forEach(i=>{if(S(i))n.push(i);else if(typeof i.tag=="function"||i.tag===""){i.c=t;const s=n.length;if(Re(i,t,n,r,a),i.s){for(let o=s;o<n.length;o++)n[o].s=!0;i.s=!1}}else n.push(i),i.vR?.length&&(r.push(...i.vR),delete i.vR)})},dt=e=>{for(;;e=e.tag===N||!e.vC||!e.pP?e.nN:e.vC[0]){if(!e)return null;if(e.tag!==N&&e.e)return e.e}},Oe=e=>{S(e)||(e[v]?.[1][ae]?.forEach(t=>t[2]?.()),Q.get(e.e)?.(),e.p===2&&e.vC?.forEach(t=>t.p=2),e.vC?.forEach(Oe)),e.p||(e.e?.remove(),delete e.e),typeof e.tag=="function"&&(L.delete(e),B.delete(e),delete e[v][3],e.a=!0)},re=(e,t,n)=>{e.c=t,xe(e,t,n)},ge=(e,t)=>{if(t){for(let n=0,r=e.length;n<r;n++)if(e[n]===t)return n}},me=Symbol(),xe=(e,t,n)=>{const r=[],a=[],i=[];Re(e,t,r,a,i),a.forEach(Oe);const s=n?void 0:t.childNodes;let o,u=null;if(n)o=-1;else if(!s.length)o=0;else{const c=ge(s,dt(e.nN));c!==void 0?(u=s[c],o=c):o=ge(s,r.find(f=>f.tag!==N&&f.e)?.e)??-1,o===-1&&(n=!0)}for(let c=0,f=r.length;c<f;c++,o++){const l=r[c];let d;if(l.s&&l.e)d=l.e,l.s=!1;else{const p=n||!l.e;S(l)?(l.e&&l.d&&(l.e.textContent=l.t),l.d=!1,d=l.e||=document.createTextNode(l.t)):(d=l.e||=l.n?document.createElementNS(l.n,l.tag):document.createElement(l.tag),ft(d,l.props,l.pP),xe(l,d,p))}l.tag===N?o--:n?d.parentNode||t.appendChild(d):s[o]!==d&&s[o-1]!==d&&(s[o+1]===d?t.appendChild(s[o]):t.insertBefore(d,u||s[o]||null))}if(e.pP&&delete e.pP,i.length){const c=[],f=[];i.forEach(([,l,,d,p])=>{l&&c.push(l),d&&f.push(d),p?.()}),c.forEach(l=>l()),f.length&&requestAnimationFrame(()=>{f.forEach(l=>l())})}},vt=(e,t)=>!!(e&&e.length===t.length&&e.every((n,r)=>n[1]===t[r][1])),B=new WeakMap,K=(e,t,n)=>{const r=!n&&t.pC;n&&(t.pC||=t.vC);let a;try{n||=typeof t.tag=="function"?ut(e,t):M(t.props.children),n[0]?.tag===""&&n[0][G]&&(a=n[0][G],e[5].push([e,a,t]));const i=r?[...t.pC]:t.vC?[...t.vC]:void 0,s=[];let o;for(let u=0;u<n.length;u++){Array.isArray(n[u])&&n.splice(u,1,...n[u].flat());let c=_e(n[u]);if(c){typeof c.tag=="function"&&!c.tag[Ie]&&(C.length>0&&(c[v][2]=C.map(l=>[l,l.values.at(-1)])),e[5]?.length&&(c[v][3]=e[5].at(-1)));let f;if(i&&i.length){const l=i.findIndex(S(c)?d=>S(d):c.key!==void 0?d=>d.key===c.key&&d.tag===c.tag:d=>d.tag===c.tag);l!==-1&&(f=i[l],i.splice(l,1))}if(f)if(S(c))f.t!==c.t&&(f.t=c.t,f.d=!0),c=f;else{const l=f.pP=f.props;if(f.props=c.props,f.f||=c.f||t.f,typeof c.tag=="function"){const d=f[v][2];f[v][2]=c[v][2]||[],f[v][3]=c[v][3],!f.f&&((f.o||f)===c.o||f.tag[Ze]?.(l,f.props))&&vt(d,f[v][2])&&(f.s=!0)}c=f}else if(!S(c)&&I){const l=T(I);l&&(c.n=l)}if(!S(c)&&!c.s&&(K(e,c),delete c.f),s.push(c),o&&!o.s&&!c.s)for(let l=o;l&&!S(l);l=l.vC?.at(-1))l.nN=c;o=c}}t.vR=r?[...t.vC,...i||[]]:i||[],t.vC=s,r&&delete t.pC}catch(i){if(t.f=!0,i===me){if(a)return;throw i}const[s,o,u]=t[v]?.[3]||[];if(o){const c=()=>H([0,!1,e[2]],u),f=B.get(u)||[];f.push(c),B.set(u,f);const l=o(i,()=>{const d=B.get(u);if(d){const p=d.indexOf(c);if(p!==-1)return d.splice(p,1),c()}});if(l){if(e[0]===1)e[1]=!0;else if(K(e,u,[l]),(o.length===1||e!==s)&&u.c){re(u,u.c,!1);return}throw me}}throw i}finally{a&&e[5].pop()}},_e=e=>{if(!(e==null||typeof e=="boolean")){if(typeof e=="string"||typeof e=="number")return{t:e.toString(),d:!0};if("vR"in e&&(e={tag:e.tag,props:e.props,key:e.key,f:e.f,type:e.tag,ref:e.props.ref,o:e.o||e}),typeof e.tag=="function")e[v]=[0,[]];else{const t=lt[e.tag];t&&(I||=Le(""),e.props.children=[{tag:I,props:{value:e.n=`http://www.w3.org/${t}`,children:e.props.children}}])}return e}},Be=(e,t,n)=>{e.c===t&&(e.c=n,e.vC.forEach(r=>Be(r,t,n)))},ye=(e,t)=>{t[v][2]?.forEach(([n,r])=>{n.values.push(r)});try{K(e,t,void 0)}catch{return}if(t.a){delete t.a;return}t[v][2]?.forEach(([n])=>{n.values.pop()}),(e[0]!==1||!e[1])&&re(t,t.c,!1)},L=new WeakMap,Ee=[],H=async(e,t)=>{e[5]||=[];const n=L.get(t);n&&n[0](void 0);let r;const a=new Promise(i=>r=i);if(L.set(t,[r,()=>{e[2]?e[2](e,t,i=>{ye(i,t)}).then(()=>r(t)):(ye(e,t),r(t))}]),Ee.length)Ee.at(-1).add(t);else{await Promise.resolve();const i=L.get(t);i&&(L.delete(t),i[1]())}return a},pt=(e,t)=>{const n=[];n[5]=[],n[4]=!0,K(n,e,void 0),n[4]=!1;const r=document.createDocumentFragment();re(e,r,!0),Be(e,r,t),t.replaceChildren(r)},ht=(e,t,n)=>({tag:N,props:{children:e},key:n,e:t,p:1}),gt=0,ae=1,mt=2,yt=3,X=new WeakMap,ie=(e,t)=>!e||!t||e.length!==t.length||t.some((n,r)=>n!==e[r]),Et=void 0,we=[],He=e=>{const t=()=>typeof e=="function"?e():e,n=k.at(-1);if(!n)return[t(),()=>{}];const[,r]=n,a=r[v][1][gt]||=[],i=r[v][0]++;return a[i]||=[t(),s=>{const o=Et,u=a[i];if(typeof s=="function"&&(s=s(u[0])),!Object.is(s,u[0]))if(u[0]=s,we.length){const[c,f]=we.at(-1);Promise.all([c===3?r:H([c,!1,o],r),f]).then(([l])=>{if(!l||!(c===2||c===3))return;const d=l.vC;requestAnimationFrame(()=>{setTimeout(()=>{d===l.vC&&H([c===3?1:0,!1,o],l)})})})}else H([0,!1,o],r)}]},wt=(e,t,n)=>{const r=k.at(-1);if(!r)return;const[,a]=r,i=a[v][1][ae]||=[],s=a[v][0]++,[o,,u]=i[s]||=[];if(ie(o,n)){u&&u();const c=()=>{f[e]=void 0,f[2]=t()},f=[n,void 0,void 0,void 0,void 0];f[e]=c,i[s]=f}},je=(e,t)=>wt(3,e,t),se=(e,t)=>{const n=k.at(-1);if(!n)return e;const[,r]=n,a=r[v][1][mt]||=[],i=r[v][0]++,s=a[i];return ie(s?.[1],t)?a[i]=[e,t]:e=a[i][0],e},St=e=>{const t=X.get(e);if(t){if(t.length===2)throw t[1];return t[0]}throw e.then(n=>X.set(e,[n]),n=>X.set(e,[void 0,n])),e},bt=(e,t)=>{const n=k.at(-1);if(!n)return e();const[,r]=n,a=r[v][1][yt]||=[],i=r[v][0]++,s=a[i];return ie(s?.[1],t)&&(a[i]=[e(),t]),a[i][0]},At=Le({pending:!1,data:null,method:null,action:null}),Se=new Set,Ct=e=>{Se.add(e),e.finally(()=>Se.delete(e))},oe=(e,t)=>bt(()=>n=>{let r;e&&(typeof e=="function"?r=e(n)||(()=>{e(null)}):e&&"current"in e&&(e.current=n,r=()=>{e.current=null}));const a=t(n);return()=>{a?.(),r?.()}},[e]),be=Object.create(null),Ae=Object.create(null),R=(e,t,n,r,a)=>{if(t?.itemProp)return{tag:e,props:t,type:e,ref:t.ref};const i=document.head;let{onLoad:s,onError:o,precedence:u,blocking:c,...f}=t,l=null,d=!1;const p=x[e];let y;if(p.length>0){const g=i.querySelectorAll(e);e:for(const m of g)for(const h of x[e])if(m.getAttribute(h)===t[h]){l=m;break e}if(!l){const m=p.reduce((h,E)=>t[E]===void 0?h:`${h}-${E}-${t[E]}`,e);d=!Ae[m],l=Ae[m]||=(()=>{const h=document.createElement(e);for(const E of p)t[E]!==void 0&&h.setAttribute(E,t[E]),t.rel&&h.setAttribute("rel",t.rel);return h})()}}else y=i.querySelectorAll(e);u=r?u??"":void 0,r&&(f[_]=u);const le=se(g=>{if(p.length>0){let m=!1;for(const h of i.querySelectorAll(e)){if(m&&h.getAttribute(_)!==u){i.insertBefore(g,h);return}h.getAttribute(_)===u&&(m=!0)}i.appendChild(g)}else if(y){let m=!1;for(const h of y)if(h===g){m=!0;break}m||i.insertBefore(g,i.contains(y[0])?y[0]:i.querySelector(e)),y=void 0}},[u]),ce=oe(t.ref,g=>{const m=p[0];if(n===2&&(g.innerHTML=""),(d||y)&&le(g),!o&&!s)return;let h=be[g.getAttribute(m)]||=new Promise((E,U)=>{g.addEventListener("load",E),g.addEventListener("error",U)});s&&(h=h.then(s)),o&&(h=h.catch(o)),h.catch(()=>{})});if(a&&c==="render"){const g=x[e][0];if(t[g]){const m=t[g],h=be[m]||=new Promise((E,U)=>{le(l),l.addEventListener("load",E),l.addEventListener("error",U)});St(h)}}const W={tag:e,type:e,props:{...f,ref:ce},ref:ce};return W.p=n,l&&(W.e=l),ht(W,i)},kt=e=>{const t=ct();return(t&&T(t))?.endsWith("svg")?{tag:"title",props:e,type:"title",ref:e.ref}:R("title",e,void 0,!1,!1)},It=e=>!e||["src","async"].some(t=>!e[t])?{tag:"script",props:e,type:"script",ref:e.ref}:R("script",e,1,!1,!0),Tt=e=>!e||!["href","precedence"].every(t=>t in e)?{tag:"style",props:e,type:"style",ref:e.ref}:(e["data-href"]=e.href,delete e.href,R("style",e,2,!0,!0)),Lt=e=>!e||["onLoad","onError"].some(t=>t in e)||e.rel==="stylesheet"&&(!("precedence"in e)||"disabled"in e)?{tag:"link",props:e,type:"link",ref:e.ref}:R("link",e,1,"precedence"in e,!0),Pt=e=>R("meta",e,void 0,!1,!1),qe=Symbol(),Nt=e=>{const{action:t,...n}=e;typeof t!="function"&&(n.action=t);const[r,a]=He([null,!1]),i=se(async c=>{const f=c.isTrusted?t:c.detail[qe];if(typeof f!="function")return;c.preventDefault();const l=new FormData(c.target);a([l,!0]);const d=f(l);d instanceof Promise&&(Ct(d),await d),a([null,!0])},[]),s=oe(e.ref,c=>(c.addEventListener("submit",i),()=>{c.removeEventListener("submit",i)})),[o,u]=r;return r[1]=!1,{tag:At,props:{value:{pending:o!==null,data:o,method:o?"post":null,action:o?t:null},children:{tag:"form",props:{...n,ref:s},type:"form",ref:s}},f:u}},Fe=(e,{formAction:t,...n})=>{if(typeof t=="function"){const r=se(a=>{a.preventDefault(),a.currentTarget.form.dispatchEvent(new CustomEvent("submit",{detail:{[qe]:t}}))},[]);n.ref=oe(n.ref,a=>(a.addEventListener("click",r),()=>{a.removeEventListener("click",r)}))}return{tag:e,props:n,type:e,ref:n.ref}},Mt=e=>Fe("input",e),Dt=e=>Fe("button",e);Object.assign(Y,{title:kt,script:It,style:Tt,link:Lt,meta:Pt,form:Nt,input:Mt,button:Dt});Pe(null);new TextEncoder;var $t=(e,t={})=>{let n;return Object.keys(t).length>0&&console.warn("createRoot options are not supported yet"),{render(r){if(n===null)throw new Error("Cannot update an unmounted root");n?n(r):pt(_e({tag:()=>{const[a,i]=He(r);return n=i,a},props:{}}),e)},unmount(){n?.(null),n=null}}},Rt=(e,t,n={})=>{const r=$t(e,n);return r.render(t),r};function Ot(){return je(()=>{const e=document.querySelectorAll("form"),t=[];return e.forEach(n=>{const r=i=>{if(i.defaultPrevented)return;const s=i.submitter;s&&s.type==="submit"&&(s.classList.add("is-loading"),s.disabled=!0)};n.addEventListener("submit",r);const a=i=>{i.persisted&&n.querySelectorAll("button[type=submit]").forEach(o=>{o.classList.remove("is-loading"),o.disabled=!1})};window.addEventListener("pageshow",a),t.push(()=>{n.removeEventListener("submit",r),window.removeEventListener("pageshow",a)})}),()=>{t.forEach(n=>n())}},[]),null}function xt(){return je(()=>{document.querySelectorAll("[data-password-toggle]").forEach(t=>{const n=t.querySelector("input[type=\'password\'], input[data-password-input]"),r=t.querySelector("[data-password-toggle-btn]"),a=r?.querySelector("[data-show-icon]"),i=r?.querySelector("[data-hide-icon]");if(!n||!r||!a||!i)return;const s=u=>{u?(n.type="text",n.setAttribute("data-password-input","text"),a.classList.add("hidden"),i.classList.remove("hidden")):(n.type="password",n.setAttribute("data-password-input","password"),i.classList.add("hidden"),a.classList.remove("hidden"))},o=u=>{u.preventDefault();const c=n.type==="password";s(c)};return r.addEventListener("click",o),()=>{r.removeEventListener("click",o)}})},[]),null}function _t(){return document.querySelectorAll("[data-input-otp-container]").forEach(t=>{const n=Array.from(t.querySelectorAll("[data-input-otp-slot]"));if(!n.length)return;const r=t.closest("form");let a=null;if(r&&n.length>0){const o=n[0]?.getAttribute("name");o&&(a=r.querySelector(`input[name="${o}"][type="hidden"]`),a||(a=document.createElement("input"),a.type="hidden",a.name=o,r.appendChild(a)),n.forEach(u=>u.removeAttribute("name")))}const i=()=>{if(a){const s=n.map(o=>o.value).join("");a.value=s,s.length===n.length&&r&&setTimeout(()=>{r.requestSubmit()},100)}};n.forEach((s,o)=>{s.addEventListener("input",u=>{const c=u.target;let f=c.value;f=f.replace(/[^0-9]/g,""),f.length>1&&(f=f.charAt(0)),c.value=f,f&&o<n.length-1&&n[o+1]?.focus(),i()}),s.addEventListener("paste",u=>{u.preventDefault();const f=(u.clipboardData?.getData("text")||"").replace(/[^0-9]/g,"");for(let d=0;d<Math.min(f.length,n.length-o);d++){const p=n[o+d],y=f.charAt(d);p&&y&&(p.value=y)}const l=n.findIndex((d,p)=>p>=o&&!d.value);l!==-1?n[l]?.focus():n[Math.min(o+f.length,n.length-1)]?.focus(),i()}),s.addEventListener("keydown",u=>{if(u.key==="Backspace"){const c=u.target;if(!c.value&&o>0){u.preventDefault();const f=n[o-1];f&&(f.value="",f.focus()),i()}else c.value&&setTimeout(()=>i(),0)}else u.key==="ArrowLeft"&&o>0?(u.preventDefault(),n[o-1]?.focus()):u.key==="ArrowRight"&&o<n.length-1&&(u.preventDefault(),n[o+1]?.focus())}),s.addEventListener("focus",()=>{s.select()})}),i()}),null}const j="authhero_incognito_mode",Bt="https://unpkg.com/detectincognitojs@1.6.2";async function Ht(){return window.detectIncognito?window.detectIncognito:new Promise((e,t)=>{const n=document.createElement("script");n.src=Bt,n.type="text/javascript",n.crossOrigin="anonymous",n.onload=()=>{let r=window.detectIncognito;!r&&window.__detectIncognito&&(r=window.__detectIncognito),!r&&window.module&&window.module.exports&&(r=window.module.exports),r&&typeof r=="function"?e(r):r&&r.detectIncognito?e(r.detectIncognito):typeof r=="object"&&r.default?e(r.default):t(new Error("detectIncognito not found after loading script"))},n.onerror=()=>{t(new Error("Failed to load detectincognitojs script"))},document.head.appendChild(n)})}function jt(){try{const e=sessionStorage.getItem(j);return e===null?void 0:e==="true"}catch{return}}async function qt(){try{const e=sessionStorage.getItem(j);if(e!==null)return e==="true";const t=await Ht(),{isPrivate:n}=await t();return sessionStorage.setItem(j,n.toString()),n}catch{try{sessionStorage.setItem(j,"false")}catch{}return!1}}const Ft=()=>{const e=jt();if(e!==void 0){e&&Ce();return}qt().then(t=>{t&&Ce()}).catch(()=>{})};function Ce(){const e=document.getElementById("incognito-warning-container");e&&e.classList.remove("hidden")}Ft();const ke=document.getElementById("client-root");ke&&Rt(ke,O(st,{children:[O(Ot,{}),O(xt,{}),O(_t,{})]}));\n', fx = (t) => /* @__PURE__ */ u(
|
|
33767
33802
|
"div",
|
|
33768
33803
|
{
|
|
33769
33804
|
className: "rich-text mb-6 prose prose-gray max-w-none [&>*:last-child]:mb-0 [&_h1]:mb-6 [&_h2]:mb-6",
|
|
@@ -36380,11 +36415,11 @@ function JS(t) {
|
|
|
36380
36415
|
]
|
|
36381
36416
|
}), sp(n), n;
|
|
36382
36417
|
}
|
|
36383
|
-
const XS = "Account detected", ZS = "Manage your account details", YS = "Account", QS = "We have detected that you have already created an account through", e9 = "By signing in, you agree to our", t9 = "and", n9 = "email address", r9 = "email or phone number", i9 = "phone number", o9 = "Callback URL mismatch", s9 = "The provided redirect_uri is not in the list of allowed callback URLs.", a9 = "Change email address", c9 = "continue with user", l9 = "Please click the button to create a new password account.", d9 = "Enter the code at {{vendorName}} to complete the login", u9 = "Welcome to {{vendorName}}! {{code}} is the login code", p9 = "Welcome to {{vendorName}}! {{code}} is the login code", f9 = "Code expired", h9 = "Invalid code", g9 = "Please check <0>{{username}}</0> and enter the six-digit code that we've sent you.", m9 = "The code is already used", _9 = "The code is valid for 30 minutes", y9 = "A configuration error occurred.", w9 = "Confirm password", b9 = "Are you sure you want to unlink this account?", v9 = "Need Help?", $9 = "Contact us", k9 = "or continue with social account", x9 = "Continue with {{provider}}", S9 = "Would you like to continue with your existing account?", A9 = "Copyright © 2023 SESAMY. All rights reserved.", E9 = "©2023 Sesamy", C9 = "Choose a password with a mix of uppercase and lowercase letters, numbers, and symbols.", N9 = "Please enter a valid email address.", j9 = "The passwords didn't match. Try again.", I9 = "Choose password", O9 = "Password must be at least 8 characters long and contain at least one lowercase letter, one uppercase letter, one number and one symbol.", P9 = "Create new account", T9 = "Sign up with password", R9 = "Current email address", B9 = "You are currently logged in as <0>{{email}}</0>", L9 = "Edit", U9 = "Email", D9 = "Email is already taken", M9 = "Email changed to <0>{{email}}</0> ", z9 = "Email or Phone Number", q9 = "Email address", F9 = "Your email address has been validated", H9 = "Now enter your password to login again", V9 = "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.", K9 = "Email verification sent", G9 = "Enter a code", W9 = "We'll send you a verification link to ensure you own this email address.", J9 = "Enter new email", X9 = "Enter new password", Z9 = "Enter password", Y9 = "Enter your email address and password to login.", Q9 = "Enter your password", e7 = "Something went wrong", t7 = "The magic link has expired. Please click on the button below to receive a new link in your inbox.", n7 = "Hey! We updated our login experience. <0>Click here to learn more about it.</0>", r7 = "Send password reset email", i7 = "Click the button below and we’ll send instructions on how to reset your password.", o7 = "Password reset email sent", s7 = "Forgot password?", a7 = "Forgot password?", c7 = "Go back", l7 = "Hide password", d7 = "Invalid identifier",
|
|
36418
|
+
const XS = "Account detected", ZS = "Manage your account details", YS = "Account", QS = "We have detected that you have already created an account through", e9 = "By signing in, you agree to our", t9 = "and", n9 = "email address", r9 = "email or phone number", i9 = "phone number", o9 = "Callback URL mismatch", s9 = "The provided redirect_uri is not in the list of allowed callback URLs.", a9 = "Change email address", c9 = "continue with user", l9 = "Please click the button to create a new password account.", d9 = "Enter the code at {{vendorName}} to complete the login", u9 = "Welcome to {{vendorName}}! {{code}} is the login code", p9 = "Welcome to {{vendorName}}! {{code}} is the login code", f9 = "Code expired", h9 = "Invalid code", g9 = "Please check <0>{{username}}</0> and enter the six-digit code that we've sent you.", m9 = "The code is already used", _9 = "The code is valid for 30 minutes", y9 = "A configuration error occurred.", w9 = "Confirm password", b9 = "Are you sure you want to unlink this account?", v9 = "Need Help?", $9 = "Contact us", k9 = "or continue with social account", x9 = "Continue with {{provider}}", S9 = "Would you like to continue with your existing account?", A9 = "Copyright © 2023 SESAMY. All rights reserved.", E9 = "©2023 Sesamy", C9 = "Choose a password with a mix of uppercase and lowercase letters, numbers, and symbols.", N9 = "Please enter a valid email address.", j9 = "The passwords didn't match. Try again.", I9 = "Choose password", O9 = "Password must be at least 8 characters long and contain at least one lowercase letter, one uppercase letter, one number and one symbol.", P9 = "Create new account", T9 = "Sign up with password", R9 = "Current email address", B9 = "You are currently logged in as <0>{{email}}</0>", L9 = "Edit", U9 = "Email", D9 = "Email is already taken", M9 = "Email changed to <0>{{email}}</0> ", z9 = "Email or Phone Number", q9 = "Email address", F9 = "Your email address has been validated", H9 = "Now enter your password to login again", V9 = "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.", K9 = "Email verification sent", G9 = "Enter a code", W9 = "We'll send you a verification link to ensure you own this email address.", J9 = "Enter new email", X9 = "Enter new password", Z9 = "Enter password", Y9 = "Enter your email address and password to login.", Q9 = "Enter your password", e7 = "Something went wrong", t7 = "The magic link has expired. Please click on the button below to receive a new link in your inbox.", n7 = "Hey! We updated our login experience. <0>Click here to learn more about it.</0>", r7 = "Send password reset email", i7 = "Click the button below and we’ll send instructions on how to reset your password.", o7 = "Password reset email sent", s7 = "Forgot password?", a7 = "Forgot password?", c7 = "Go back", l7 = "Hide password", d7 = "Incognito Mode Detected", u7 = "You are in incognito/private mode. Session data may not persist across page refreshes. Some features might not work as expected.", p7 = "Invalid identifier", f7 = "Invalid password", h7 = `The link is no longer valid.
|
|
36384
36419
|
|
|
36385
36420
|
Please make sure to open the login link in the same browser you started the login with.
|
|
36386
36421
|
|
|
36387
|
-
You can click the link below to start a new login.`,
|
|
36422
|
+
You can click the link below to start a new login.`, g7 = "Invalid link", m7 = "Linked accounts", _7 = "Click the button to log in", y7 = "Login", w7 = "Or enter the code at {{vendorName}} to complete the login.", b7 = "Enter your email address to unlock this show on {{service}}", v7 = "Link your account with {{service}}", $7 = "You are logged in as", k7 = "Login", x7 = "Enter your email address to sign in.", S7 = "Enter your email address and we will send you a login code.", A7 = "Enter your email or phone number to sign in", E7 = "Enter your email address and we will send you a login link.", C7 = "Enter your phone number to sign in", N7 = "Enter your {{authMethod}} to sign in.", j7 = "Log out", I7 = "New email address", O7 = "A one-time code will be sent to your new email address, enter the code in the next step.", P7 = "No email address set", T7 = "No, I want to use another account", R7 = "or", B7 = "Password", L7 = "The password has been reset", U7 = "Success", D7 = "Change password for your {{vendorName}} account", M7 = "Change password for your {{vendorName}} account", z7 = "Phone number", q7 = "Privacy Policy", F7 = "Redirecting", H7 = "Confirm password", V7 = "Register a new password", K7 = "Resend code", G7 = "Change password", W7 = "Enter your new password below for the email account: ", J7 = "Click the button to reset your password", X7 = "Click the button to reset your password", Z7 = "Reset your password", Y7 = "Change password for your {{vendorName}} account", Q7 = "Reset password", eA = "Send", tA = "Send me a new magic link", nA = "Remember to check your spam folder if the email did not arrive.", rA = "Set password", iA = "Show password", oA = "Sign in", sA = "Signup", aA = "Sign up successful", cA = "{{code}} is your login code for {{vendorName}}", lA = "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.", dA = "Go to Spotify's Content Access page", uA = `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.`, pA = "Step 1: Unlink Your Spotify Account", fA = "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.", hA = "Step 2: Relink Your Spotify Account to Sesamy", gA = "Oops! Your Spotify Account Is Already Linked", mA = "Success", _A = "If you have questions or need assistance, you can contact our support team", yA = "Terms and Conditions", wA = "Something went wrong. Please try again.", bA = "Unlink", vA = "Your email address needs validating. We have sent a new email to your inbox", $A = "Update email", kA = "User account does not exist", xA = "User account does not exist", SA = "We could not find a user with the provided email address. Please, try again.", AA = "Try again.", EA = "Validate code", CA = "Check your inbox for email validation instructions.", NA = "Signed up", jA = "Click the button to verify your email address", IA = "Validate your email address", OA = "Validate your email address", PA = "Verify account", TA = "Verify your email", RA = "Welcome", BA = "Welcome to your {{vendorName}} account!", LA = "Please check your email at <0>{{email}}</0> and enter the six-digit code that we've sent you.", UA = "Continue with this account", DA = "Yes, continue with {{text}}", MA = "Yes, continue with existing account", zA = {
|
|
36388
36423
|
account_detected: XS,
|
|
36389
36424
|
account_page_description: ZS,
|
|
36390
36425
|
account_title: YS,
|
|
@@ -36454,1201 +36489,1217 @@ You can click the link below to start a new login.`, f7 = "Invalid link", h7 = "
|
|
|
36454
36489
|
forgot_password_title: a7,
|
|
36455
36490
|
go_back: c7,
|
|
36456
36491
|
hide_password: l7,
|
|
36492
|
+
incognito_mode_detected: d7,
|
|
36493
|
+
incognito_mode_warning: u7,
|
|
36457
36494
|
"invalid-email": "Invalid email",
|
|
36458
|
-
invalid_identifier:
|
|
36459
|
-
invalid_password:
|
|
36460
|
-
invalid_session_body:
|
|
36461
|
-
invalid_session_title:
|
|
36462
|
-
linked_accounts:
|
|
36463
|
-
link_email_click_to_login:
|
|
36464
|
-
link_email_login:
|
|
36465
|
-
link_email_or_enter_code:
|
|
36466
|
-
link_page_body:
|
|
36467
|
-
link_page_headline:
|
|
36468
|
-
logged_in_as:
|
|
36469
|
-
login:
|
|
36470
|
-
login_description:
|
|
36471
|
-
login_description_code:
|
|
36472
|
-
login_description_combined:
|
|
36473
|
-
login_description_link:
|
|
36474
|
-
login_description_phone:
|
|
36475
|
-
login_description_template:
|
|
36476
|
-
logout:
|
|
36477
|
-
new_email:
|
|
36478
|
-
new_email_code_info:
|
|
36479
|
-
no_email_address:
|
|
36480
|
-
no_use_another:
|
|
36481
|
-
or:
|
|
36482
|
-
password:
|
|
36483
|
-
password_has_been_reset:
|
|
36484
|
-
password_has_been_reset_title:
|
|
36485
|
-
password_reset_subject:
|
|
36486
|
-
password_reset_title:
|
|
36487
|
-
phone_placeholder:
|
|
36488
|
-
privacy_policy:
|
|
36489
|
-
redirecting:
|
|
36490
|
-
reenter_new_password_placeholder:
|
|
36491
|
-
register_password_account:
|
|
36492
|
-
resend_code:
|
|
36493
|
-
reset_password_cta:
|
|
36494
|
-
reset_password_description:
|
|
36495
|
-
reset_password_email_click_to_reset:
|
|
36496
|
-
reset_password_email_cta:
|
|
36497
|
-
reset_password_email_reset:
|
|
36498
|
-
reset_password_subject:
|
|
36499
|
-
reset_password_title:
|
|
36500
|
-
send:
|
|
36501
|
-
send_me_a_new_magic_link:
|
|
36502
|
-
sent_code_spam:
|
|
36495
|
+
invalid_identifier: p7,
|
|
36496
|
+
invalid_password: f7,
|
|
36497
|
+
invalid_session_body: h7,
|
|
36498
|
+
invalid_session_title: g7,
|
|
36499
|
+
linked_accounts: m7,
|
|
36500
|
+
link_email_click_to_login: _7,
|
|
36501
|
+
link_email_login: y7,
|
|
36502
|
+
link_email_or_enter_code: w7,
|
|
36503
|
+
link_page_body: b7,
|
|
36504
|
+
link_page_headline: v7,
|
|
36505
|
+
logged_in_as: $7,
|
|
36506
|
+
login: k7,
|
|
36507
|
+
login_description: x7,
|
|
36508
|
+
login_description_code: S7,
|
|
36509
|
+
login_description_combined: A7,
|
|
36510
|
+
login_description_link: E7,
|
|
36511
|
+
login_description_phone: C7,
|
|
36512
|
+
login_description_template: N7,
|
|
36513
|
+
logout: j7,
|
|
36514
|
+
new_email: I7,
|
|
36515
|
+
new_email_code_info: O7,
|
|
36516
|
+
no_email_address: P7,
|
|
36517
|
+
no_use_another: T7,
|
|
36518
|
+
or: R7,
|
|
36519
|
+
password: B7,
|
|
36520
|
+
password_has_been_reset: L7,
|
|
36521
|
+
password_has_been_reset_title: U7,
|
|
36522
|
+
password_reset_subject: D7,
|
|
36523
|
+
password_reset_title: M7,
|
|
36524
|
+
phone_placeholder: z7,
|
|
36525
|
+
privacy_policy: q7,
|
|
36526
|
+
redirecting: F7,
|
|
36527
|
+
reenter_new_password_placeholder: H7,
|
|
36528
|
+
register_password_account: V7,
|
|
36529
|
+
resend_code: K7,
|
|
36530
|
+
reset_password_cta: G7,
|
|
36531
|
+
reset_password_description: W7,
|
|
36532
|
+
reset_password_email_click_to_reset: J7,
|
|
36533
|
+
reset_password_email_cta: X7,
|
|
36534
|
+
reset_password_email_reset: Z7,
|
|
36535
|
+
reset_password_subject: Y7,
|
|
36536
|
+
reset_password_title: Q7,
|
|
36537
|
+
send: eA,
|
|
36538
|
+
send_me_a_new_magic_link: tA,
|
|
36539
|
+
sent_code_spam: nA,
|
|
36503
36540
|
"Server error: Invalid code": "Invalid code",
|
|
36504
|
-
set_password:
|
|
36505
|
-
show_password:
|
|
36506
|
-
sign_in:
|
|
36507
|
-
signup:
|
|
36508
|
-
signup_success:
|
|
36509
|
-
sms_code_text:
|
|
36510
|
-
spotify_already_linked_body:
|
|
36511
|
-
spotify_already_linked_cta:
|
|
36512
|
-
spotify_already_linked_step1_body:
|
|
36513
|
-
spotify_already_linked_step1_title:
|
|
36514
|
-
spotify_already_linked_step2_body:
|
|
36515
|
-
spotify_already_linked_step2_title:
|
|
36516
|
-
spotify_already_linked_title:
|
|
36517
|
-
success:
|
|
36518
|
-
support_info:
|
|
36519
|
-
terms:
|
|
36520
|
-
unexpected_error_try_again:
|
|
36521
|
-
unlink:
|
|
36522
|
-
unverified_email:
|
|
36523
|
-
update_email:
|
|
36524
|
-
user_account_does_not_exist:
|
|
36525
|
-
user_not_found:
|
|
36526
|
-
user_not_found_body:
|
|
36527
|
-
user_not_found_cta:
|
|
36528
|
-
validate_code:
|
|
36529
|
-
validate_email_body:
|
|
36530
|
-
validate_email_title:
|
|
36531
|
-
verify_email_click_to_verify:
|
|
36532
|
-
verify_email_subject:
|
|
36533
|
-
verify_email_title:
|
|
36534
|
-
verify_email_verify:
|
|
36535
|
-
verify_your_email:
|
|
36536
|
-
welcome:
|
|
36537
|
-
welcome_to_your_account:
|
|
36538
|
-
we_sent_a_code_to:
|
|
36539
|
-
yes_continue:
|
|
36540
|
-
yes_continue_with:
|
|
36541
|
-
yes_continue_with_existing_account:
|
|
36542
|
-
},
|
|
36541
|
+
set_password: rA,
|
|
36542
|
+
show_password: iA,
|
|
36543
|
+
sign_in: oA,
|
|
36544
|
+
signup: sA,
|
|
36545
|
+
signup_success: aA,
|
|
36546
|
+
sms_code_text: cA,
|
|
36547
|
+
spotify_already_linked_body: lA,
|
|
36548
|
+
spotify_already_linked_cta: dA,
|
|
36549
|
+
spotify_already_linked_step1_body: uA,
|
|
36550
|
+
spotify_already_linked_step1_title: pA,
|
|
36551
|
+
spotify_already_linked_step2_body: fA,
|
|
36552
|
+
spotify_already_linked_step2_title: hA,
|
|
36553
|
+
spotify_already_linked_title: gA,
|
|
36554
|
+
success: mA,
|
|
36555
|
+
support_info: _A,
|
|
36556
|
+
terms: yA,
|
|
36557
|
+
unexpected_error_try_again: wA,
|
|
36558
|
+
unlink: bA,
|
|
36559
|
+
unverified_email: vA,
|
|
36560
|
+
update_email: $A,
|
|
36561
|
+
user_account_does_not_exist: kA,
|
|
36562
|
+
user_not_found: xA,
|
|
36563
|
+
user_not_found_body: SA,
|
|
36564
|
+
user_not_found_cta: AA,
|
|
36565
|
+
validate_code: EA,
|
|
36566
|
+
validate_email_body: CA,
|
|
36567
|
+
validate_email_title: NA,
|
|
36568
|
+
verify_email_click_to_verify: jA,
|
|
36569
|
+
verify_email_subject: IA,
|
|
36570
|
+
verify_email_title: OA,
|
|
36571
|
+
verify_email_verify: PA,
|
|
36572
|
+
verify_your_email: TA,
|
|
36573
|
+
welcome: RA,
|
|
36574
|
+
welcome_to_your_account: BA,
|
|
36575
|
+
we_sent_a_code_to: LA,
|
|
36576
|
+
yes_continue: UA,
|
|
36577
|
+
yes_continue_with: DA,
|
|
36578
|
+
yes_continue_with_existing_account: MA
|
|
36579
|
+
}, qA = "Account rilevato", FA = "Gestisci i dettagli del tuo account", HA = "Conto", VA = "Abbiamo rilevato che l'utente ha già creato un account tramite", KA = "Effettuando l'accesso, l'utente accetta la nostra", GA = "e", WA = "indirizzo e-mail", JA = "e-mail o numero di telefono", XA = "numero di telefono", ZA = "Mancata corrispondenza dell'URL di callback", YA = "Il redirect_uri fornito non è nell'elenco degli URL di callback consentiti.", QA = "Cambia indirizzo email", eE = "continuare con l'utente", tE = "Fare clic sul pulsante per creare un nuovo account con password.", nE = "Inserite il codice all'indirizzo {{vendorName}} per completare il login.", rE = "Benvenuti su {{vendorName}}! {{code}} è il codice di accesso", iE = "Benvenuti su {{vendorName}}! {{code}} è il codice di accesso", oE = "Codice scaduto", sE = "Codice non valido", aE = "Controllare <0>{{username}}</0> e inserire il codice a sei cifre che vi abbiamo inviato.", cE = "Il codice è già utilizzato", lE = "Il codice è valido per 30 minuti", dE = "Si è verificato un errore di configurazione.", uE = "Confermare la password", pE = "È sicuro di voler scollegare questo account?", fE = "Avete bisogno di aiuto?", hE = "Contattateci", gE = "o continuare con il conto sociale", mE = "Continua con {{provider}}", _E = "Desidera continuare a utilizzare l'account esistente?", yE = "Copyright © 2023 SESAMY. Tutti i diritti riservati.", wE = "©2023 Sesamy", bE = "Scegliete una password con un mix di lettere maiuscole e minuscole, numeri e simboli.", vE = "Inserire un indirizzo e-mail valido.", $E = "Le password non corrispondono. Riprovare.", kE = "Scegliere la password", xE = "La password deve essere lunga almeno 8 caratteri e contenere almeno una lettera minuscola, una lettera maiuscola, un numero e un simbolo.", SE = "Creare un nuovo account", AE = "Iscriviti con la password", EE = "Indirizzo email attuale", CE = "Attualmente si è connessi come <0>{{email}}</0>", NE = "Modifica", jE = "Email", IE = "L'e-mail è già stata presa", OE = "L'e-mail è stata modificata in <0>{{email}}</0> ", PE = "Indirizzo e-mail o numero di telefono", TE = "Indirizzo e-mail", RE = "Il tuo indirizzo e-mail è stato convalidato", BE = "Ora inserire la password per accedere nuovamente", LE = "È 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.", UE = "Email di verifica inviata", DE = "Inserire un codice", ME = "Vi invieremo un link di verifica per assicurarvi di possedere questo indirizzo e-mail.", zE = "Inserire un nuovo indirizzo e-mail", qE = "Inserire la nuova password", FE = "Inserire la password", HE = "Inserire l'indirizzo e-mail e la password per accedere.", VE = "Inserire la password", KE = "Qualcosa è andato storto", GE = "Il link magico è scaduto. Cliccate sul pulsante sottostante per ricevere un nuovo link nella vostra casella di posta elettronica.", WE = "Abbiamo aggiornato la nostra esperienza di accesso. <0>Clicca qui per saperne di più.</0>", JE = "Inviare l'e-mail di reimpostazione della password", XE = "Fare clic sul pulsante sottostante per ricevere le istruzioni su come reimpostare la password.", ZE = "Email di reimpostazione della password inviata", YE = "Hai dimenticato la password?", QE = "Hai dimenticato la password?", eC = "Torna indietro", tC = "Nascondere la password", nC = "Rilevata la modalità Incognito", rC = "Siete in modalità incognito/privata. I dati della sessione potrebbero non persistere durante l'aggiornamento della pagina. Alcune funzioni potrebbero non funzionare come previsto.", iC = "Identificatore non valido", oC = "Password non valida", sC = `Il link non è più valido.
|
|
36543
36580
|
|
|
36544
36581
|
Assicuratevi di aprire il link di accesso con lo stesso browser con cui avete iniziato l'accesso.
|
|
36545
36582
|
|
|
36546
|
-
Potete fare clic sul link sottostante per iniziare un nuovo accesso.`,
|
|
36547
|
-
account_detected:
|
|
36548
|
-
account_page_description:
|
|
36549
|
-
account_title:
|
|
36550
|
-
account_with_sso_provider:
|
|
36551
|
-
agree_to:
|
|
36552
|
-
and:
|
|
36553
|
-
auth_method_email:
|
|
36554
|
-
auth_method_email_or_phone:
|
|
36555
|
-
auth_method_phone:
|
|
36556
|
-
callback_url_mismatch:
|
|
36557
|
-
callback_url_not_allowed:
|
|
36558
|
-
change_email:
|
|
36559
|
-
check_email_title:
|
|
36560
|
-
click_to_sign_up_description:
|
|
36561
|
-
code_email_enter_code:
|
|
36562
|
-
code_email_subject:
|
|
36563
|
-
code_email_title:
|
|
36564
|
-
code_expired:
|
|
36565
|
-
code_invalid:
|
|
36566
|
-
code_sent_template:
|
|
36567
|
-
code_used:
|
|
36568
|
-
code_valid_30_minutes:
|
|
36569
|
-
configuration_error_message:
|
|
36570
|
-
confirm_password:
|
|
36571
|
-
confirm_unlink:
|
|
36572
|
-
contact_support:
|
|
36573
|
-
contact_us:
|
|
36583
|
+
Potete fare clic sul link sottostante per iniziare un nuovo accesso.`, aC = "Collegamento non valido", cC = "Account collegati", lC = "Fare clic sul pulsante per accedere", dC = "Accedi", uC = "Oppure inserire il codice all'indirizzo {{vendorName}} per completare il login.", pC = "Inserisci il tuo indirizzo e-mail per sbloccare questo spettacolo su {{service}}", fC = "Collegate il vostro account con {{service}}", hC = "L'utente ha effettuato l'accesso come", gC = "Accesso", mC = "Inserire l'indirizzo e-mail per accedere.", _C = "Inserite il vostro indirizzo e-mail e vi invieremo un codice di accesso.", yC = "Inserire l'e-mail o il numero di telefono per accedere", wC = "Inserite il vostro indirizzo e-mail e vi invieremo un link di accesso.", bC = "Inserire il numero di telefono per accedere", vC = "Inserite il vostro {{authMethod}} per accedere.", $C = "Disconnettersi", kC = "Nuovo indirizzo email", xC = "Un codice monouso verrà inviato al tuo nuovo indirizzo email, inserisci il codice nel passaggio successivo.", SC = "Nessun indirizzo email impostato", AC = "No, voglio usare un altro account", EC = "o", CC = "Password", NC = "La password è stata reimpostata", jC = "Il successo", IC = "Modifica della password dell'account {{vendorName}}", OC = "Modifica della password dell'account {{vendorName}} ", PC = "Numero di telefono", TC = "Informativa sulla privacy", RC = "Reindirizzamento", BC = "Confermare la password", LC = "Registrazione di una nuova password", UC = "Reinvio del codice", DC = "Modifica della password", MC = "Immettere di seguito la nuova password per l'account e-mail: ", zC = "Fare clic sul pulsante per reimpostare la password", qC = "Fare clic sul pulsante per reimpostare la password", FC = "Reimpostare la password", HC = "Modifica della password dell'account {{vendorName}} ", VC = "Reimpostare la password", KC = "Inviare", GC = "Inviami un nuovo link magico", WC = "Ricordate di controllare la cartella spam se l'e-mail non è arrivata.", JC = "Impostare la password", XC = "Mostra password", ZC = "Accedi", YC = "Iscriviti", QC = "Iscriviti con successo", eN = "{{code}} è il codice di accesso per {{vendorName}}", tN = "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.", nN = "Vai alla pagina di accesso ai contenuti di Spotify", rN = `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.`, iN = "Passo 1: Disconnettere l'account Spotify", oN = "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.", sN = "Passo 2: ricollegare l'account Spotify a Sesamy", aN = "Ops! Il tuo account Spotify è già collegato", cN = "Il successo", lN = "Se avete domande o bisogno di assistenza, potete contattare il nostro team di supporto", dN = "Termini e condizioni", uN = "Qualcosa è andato storto. Riprovare.", pN = "Scollega", fN = "Il tuo indirizzo e-mail deve essere convalidato. Abbiamo inviato una nuova e-mail alla tua casella di posta.", hN = "Aggiornamento e-mail", gN = "L'account utente non esiste", mN = "L'account utente non esiste", _N = "Non è stato possibile trovare un utente con l'indirizzo e-mail fornito. Si prega di riprovare.", yN = "Riprova.", wN = "Convalida del codice", bN = "Controllate la vostra casella di posta per le istruzioni di convalida dell'e-mail.", vN = "Iscritta", $N = "Fare clic sul pulsante per verificare l'indirizzo e-mail", kN = "Convalidare l'indirizzo e-mail", xN = "Convalidare l'indirizzo e-mail", SN = "Verifica dell'account", AN = "Verificare l'e-mail", EN = "Benvenuti", CN = "Benvenuto nel tuo account {{vendorName}}!", NN = "Controllate la vostra e-mail all'indirizzo <0>{{email}}</0> e inserisca il codice a sei cifre che le abbiamo inviato.", jN = "Continuare con questo account", IN = "Sì, continuare con {{text}}", ON = "Sì, continuare con l'account esistente", PN = {
|
|
36584
|
+
account_detected: qA,
|
|
36585
|
+
account_page_description: FA,
|
|
36586
|
+
account_title: HA,
|
|
36587
|
+
account_with_sso_provider: VA,
|
|
36588
|
+
agree_to: KA,
|
|
36589
|
+
and: GA,
|
|
36590
|
+
auth_method_email: WA,
|
|
36591
|
+
auth_method_email_or_phone: JA,
|
|
36592
|
+
auth_method_phone: XA,
|
|
36593
|
+
callback_url_mismatch: ZA,
|
|
36594
|
+
callback_url_not_allowed: YA,
|
|
36595
|
+
change_email: QA,
|
|
36596
|
+
check_email_title: eE,
|
|
36597
|
+
click_to_sign_up_description: tE,
|
|
36598
|
+
code_email_enter_code: nE,
|
|
36599
|
+
code_email_subject: rE,
|
|
36600
|
+
code_email_title: iE,
|
|
36601
|
+
code_expired: oE,
|
|
36602
|
+
code_invalid: sE,
|
|
36603
|
+
code_sent_template: aE,
|
|
36604
|
+
code_used: cE,
|
|
36605
|
+
code_valid_30_minutes: lE,
|
|
36606
|
+
configuration_error_message: dE,
|
|
36607
|
+
confirm_password: uE,
|
|
36608
|
+
confirm_unlink: pE,
|
|
36609
|
+
contact_support: fE,
|
|
36610
|
+
contact_us: hE,
|
|
36574
36611
|
continue: "Continua",
|
|
36575
|
-
continue_social_login:
|
|
36576
|
-
continue_with:
|
|
36577
|
-
continue_with_sso_provider_headline:
|
|
36578
|
-
copyright:
|
|
36579
|
-
copyright_sesamy:
|
|
36580
|
-
create_account_description:
|
|
36581
|
-
create_account_email_invalid:
|
|
36582
|
-
create_account_passwords_didnt_match:
|
|
36583
|
-
create_account_title:
|
|
36584
|
-
create_account_weak_password:
|
|
36585
|
-
create_new_account_link:
|
|
36586
|
-
create_password_account_title:
|
|
36587
|
-
current_email:
|
|
36588
|
-
currently_logged_in_as:
|
|
36589
|
-
edit:
|
|
36590
|
-
email:
|
|
36591
|
-
email_already_taken:
|
|
36592
|
-
email_changed_to_template:
|
|
36593
|
-
email_or_phone_placeholder:
|
|
36594
|
-
email_placeholder:
|
|
36595
|
-
email_validated:
|
|
36596
|
-
email_validated_cta:
|
|
36597
|
-
email_verification_for_signup_sent_description:
|
|
36598
|
-
email_verification_for_signup_sent_title:
|
|
36599
|
-
enter_a_code_btn:
|
|
36600
|
-
enter_email_for_verification_description:
|
|
36601
|
-
enter_new_email:
|
|
36602
|
-
enter_new_password_placeholder:
|
|
36603
|
-
enter_password:
|
|
36604
|
-
enter_password_description:
|
|
36605
|
-
enter_your_password_btn:
|
|
36606
|
-
error_page_title:
|
|
36607
|
-
expired_code:
|
|
36608
|
-
fokus_info_message:
|
|
36609
|
-
forgot_password_cta:
|
|
36610
|
-
forgot_password_description:
|
|
36611
|
-
forgot_password_email_sent:
|
|
36612
|
-
forgot_password_link:
|
|
36613
|
-
forgot_password_title:
|
|
36614
|
-
go_back:
|
|
36615
|
-
hide_password:
|
|
36612
|
+
continue_social_login: gE,
|
|
36613
|
+
continue_with: mE,
|
|
36614
|
+
continue_with_sso_provider_headline: _E,
|
|
36615
|
+
copyright: yE,
|
|
36616
|
+
copyright_sesamy: wE,
|
|
36617
|
+
create_account_description: bE,
|
|
36618
|
+
create_account_email_invalid: vE,
|
|
36619
|
+
create_account_passwords_didnt_match: $E,
|
|
36620
|
+
create_account_title: kE,
|
|
36621
|
+
create_account_weak_password: xE,
|
|
36622
|
+
create_new_account_link: SE,
|
|
36623
|
+
create_password_account_title: AE,
|
|
36624
|
+
current_email: EE,
|
|
36625
|
+
currently_logged_in_as: CE,
|
|
36626
|
+
edit: NE,
|
|
36627
|
+
email: jE,
|
|
36628
|
+
email_already_taken: IE,
|
|
36629
|
+
email_changed_to_template: OE,
|
|
36630
|
+
email_or_phone_placeholder: PE,
|
|
36631
|
+
email_placeholder: TE,
|
|
36632
|
+
email_validated: RE,
|
|
36633
|
+
email_validated_cta: BE,
|
|
36634
|
+
email_verification_for_signup_sent_description: LE,
|
|
36635
|
+
email_verification_for_signup_sent_title: UE,
|
|
36636
|
+
enter_a_code_btn: DE,
|
|
36637
|
+
enter_email_for_verification_description: ME,
|
|
36638
|
+
enter_new_email: zE,
|
|
36639
|
+
enter_new_password_placeholder: qE,
|
|
36640
|
+
enter_password: FE,
|
|
36641
|
+
enter_password_description: HE,
|
|
36642
|
+
enter_your_password_btn: VE,
|
|
36643
|
+
error_page_title: KE,
|
|
36644
|
+
expired_code: GE,
|
|
36645
|
+
fokus_info_message: WE,
|
|
36646
|
+
forgot_password_cta: JE,
|
|
36647
|
+
forgot_password_description: XE,
|
|
36648
|
+
forgot_password_email_sent: ZE,
|
|
36649
|
+
forgot_password_link: YE,
|
|
36650
|
+
forgot_password_title: QE,
|
|
36651
|
+
go_back: eC,
|
|
36652
|
+
hide_password: tC,
|
|
36653
|
+
incognito_mode_detected: nC,
|
|
36654
|
+
incognito_mode_warning: rC,
|
|
36616
36655
|
"invalid-email": "Email non valida",
|
|
36617
|
-
invalid_identifier:
|
|
36618
|
-
invalid_password:
|
|
36619
|
-
invalid_session_body:
|
|
36620
|
-
invalid_session_title:
|
|
36621
|
-
linked_accounts:
|
|
36622
|
-
link_email_click_to_login:
|
|
36623
|
-
link_email_login:
|
|
36624
|
-
link_email_or_enter_code:
|
|
36625
|
-
link_page_body:
|
|
36626
|
-
link_page_headline:
|
|
36627
|
-
logged_in_as:
|
|
36628
|
-
login:
|
|
36629
|
-
login_description:
|
|
36630
|
-
login_description_code:
|
|
36631
|
-
login_description_combined:
|
|
36632
|
-
login_description_link:
|
|
36633
|
-
login_description_phone:
|
|
36634
|
-
login_description_template:
|
|
36635
|
-
logout:
|
|
36636
|
-
new_email:
|
|
36637
|
-
new_email_code_info:
|
|
36638
|
-
no_email_address:
|
|
36639
|
-
no_use_another:
|
|
36640
|
-
or:
|
|
36641
|
-
password:
|
|
36642
|
-
password_has_been_reset:
|
|
36643
|
-
password_has_been_reset_title:
|
|
36644
|
-
password_reset_subject:
|
|
36645
|
-
password_reset_title:
|
|
36646
|
-
phone_placeholder:
|
|
36647
|
-
privacy_policy:
|
|
36648
|
-
redirecting:
|
|
36649
|
-
reenter_new_password_placeholder:
|
|
36650
|
-
register_password_account:
|
|
36651
|
-
resend_code:
|
|
36652
|
-
reset_password_cta:
|
|
36653
|
-
reset_password_description:
|
|
36654
|
-
reset_password_email_click_to_reset:
|
|
36655
|
-
reset_password_email_cta:
|
|
36656
|
-
reset_password_email_reset:
|
|
36657
|
-
reset_password_subject:
|
|
36658
|
-
reset_password_title:
|
|
36659
|
-
send:
|
|
36660
|
-
send_me_a_new_magic_link:
|
|
36661
|
-
sent_code_spam:
|
|
36656
|
+
invalid_identifier: iC,
|
|
36657
|
+
invalid_password: oC,
|
|
36658
|
+
invalid_session_body: sC,
|
|
36659
|
+
invalid_session_title: aC,
|
|
36660
|
+
linked_accounts: cC,
|
|
36661
|
+
link_email_click_to_login: lC,
|
|
36662
|
+
link_email_login: dC,
|
|
36663
|
+
link_email_or_enter_code: uC,
|
|
36664
|
+
link_page_body: pC,
|
|
36665
|
+
link_page_headline: fC,
|
|
36666
|
+
logged_in_as: hC,
|
|
36667
|
+
login: gC,
|
|
36668
|
+
login_description: mC,
|
|
36669
|
+
login_description_code: _C,
|
|
36670
|
+
login_description_combined: yC,
|
|
36671
|
+
login_description_link: wC,
|
|
36672
|
+
login_description_phone: bC,
|
|
36673
|
+
login_description_template: vC,
|
|
36674
|
+
logout: $C,
|
|
36675
|
+
new_email: kC,
|
|
36676
|
+
new_email_code_info: xC,
|
|
36677
|
+
no_email_address: SC,
|
|
36678
|
+
no_use_another: AC,
|
|
36679
|
+
or: EC,
|
|
36680
|
+
password: CC,
|
|
36681
|
+
password_has_been_reset: NC,
|
|
36682
|
+
password_has_been_reset_title: jC,
|
|
36683
|
+
password_reset_subject: IC,
|
|
36684
|
+
password_reset_title: OC,
|
|
36685
|
+
phone_placeholder: PC,
|
|
36686
|
+
privacy_policy: TC,
|
|
36687
|
+
redirecting: RC,
|
|
36688
|
+
reenter_new_password_placeholder: BC,
|
|
36689
|
+
register_password_account: LC,
|
|
36690
|
+
resend_code: UC,
|
|
36691
|
+
reset_password_cta: DC,
|
|
36692
|
+
reset_password_description: MC,
|
|
36693
|
+
reset_password_email_click_to_reset: zC,
|
|
36694
|
+
reset_password_email_cta: qC,
|
|
36695
|
+
reset_password_email_reset: FC,
|
|
36696
|
+
reset_password_subject: HC,
|
|
36697
|
+
reset_password_title: VC,
|
|
36698
|
+
send: KC,
|
|
36699
|
+
send_me_a_new_magic_link: GC,
|
|
36700
|
+
sent_code_spam: WC,
|
|
36662
36701
|
"Server error: Invalid code": "Codice non valido",
|
|
36663
|
-
set_password:
|
|
36664
|
-
show_password:
|
|
36665
|
-
sign_in:
|
|
36666
|
-
signup:
|
|
36667
|
-
signup_success:
|
|
36668
|
-
sms_code_text:
|
|
36669
|
-
spotify_already_linked_body:
|
|
36670
|
-
spotify_already_linked_cta:
|
|
36671
|
-
spotify_already_linked_step1_body:
|
|
36672
|
-
spotify_already_linked_step1_title:
|
|
36673
|
-
spotify_already_linked_step2_body:
|
|
36674
|
-
spotify_already_linked_step2_title:
|
|
36675
|
-
spotify_already_linked_title:
|
|
36676
|
-
success:
|
|
36677
|
-
support_info:
|
|
36678
|
-
terms:
|
|
36679
|
-
unexpected_error_try_again:
|
|
36680
|
-
unlink:
|
|
36681
|
-
unverified_email:
|
|
36682
|
-
update_email:
|
|
36683
|
-
user_account_does_not_exist:
|
|
36684
|
-
user_not_found:
|
|
36685
|
-
user_not_found_body:
|
|
36686
|
-
user_not_found_cta:
|
|
36687
|
-
validate_code:
|
|
36688
|
-
validate_email_body:
|
|
36689
|
-
validate_email_title:
|
|
36690
|
-
verify_email_click_to_verify:
|
|
36691
|
-
verify_email_subject:
|
|
36692
|
-
verify_email_title:
|
|
36693
|
-
verify_email_verify:
|
|
36694
|
-
verify_your_email:
|
|
36695
|
-
welcome:
|
|
36696
|
-
welcome_to_your_account:
|
|
36697
|
-
we_sent_a_code_to:
|
|
36698
|
-
yes_continue:
|
|
36699
|
-
yes_continue_with:
|
|
36700
|
-
yes_continue_with_existing_account:
|
|
36701
|
-
},
|
|
36702
|
+
set_password: JC,
|
|
36703
|
+
show_password: XC,
|
|
36704
|
+
sign_in: ZC,
|
|
36705
|
+
signup: YC,
|
|
36706
|
+
signup_success: QC,
|
|
36707
|
+
sms_code_text: eN,
|
|
36708
|
+
spotify_already_linked_body: tN,
|
|
36709
|
+
spotify_already_linked_cta: nN,
|
|
36710
|
+
spotify_already_linked_step1_body: rN,
|
|
36711
|
+
spotify_already_linked_step1_title: iN,
|
|
36712
|
+
spotify_already_linked_step2_body: oN,
|
|
36713
|
+
spotify_already_linked_step2_title: sN,
|
|
36714
|
+
spotify_already_linked_title: aN,
|
|
36715
|
+
success: cN,
|
|
36716
|
+
support_info: lN,
|
|
36717
|
+
terms: dN,
|
|
36718
|
+
unexpected_error_try_again: uN,
|
|
36719
|
+
unlink: pN,
|
|
36720
|
+
unverified_email: fN,
|
|
36721
|
+
update_email: hN,
|
|
36722
|
+
user_account_does_not_exist: gN,
|
|
36723
|
+
user_not_found: mN,
|
|
36724
|
+
user_not_found_body: _N,
|
|
36725
|
+
user_not_found_cta: yN,
|
|
36726
|
+
validate_code: wN,
|
|
36727
|
+
validate_email_body: bN,
|
|
36728
|
+
validate_email_title: vN,
|
|
36729
|
+
verify_email_click_to_verify: $N,
|
|
36730
|
+
verify_email_subject: kN,
|
|
36731
|
+
verify_email_title: xN,
|
|
36732
|
+
verify_email_verify: SN,
|
|
36733
|
+
verify_your_email: AN,
|
|
36734
|
+
welcome: EN,
|
|
36735
|
+
welcome_to_your_account: CN,
|
|
36736
|
+
we_sent_a_code_to: NN,
|
|
36737
|
+
yes_continue: jN,
|
|
36738
|
+
yes_continue_with: IN,
|
|
36739
|
+
yes_continue_with_existing_account: ON
|
|
36740
|
+
}, TN = "Konto oppdaget", RN = "Administrer kontoinformasjonen din", BN = "Konto", LN = "Vi har oppdaget at du allerede har opprettet en konto gjennom", UN = "Ved å logge på godtar du våre", DN = "og", MN = "e-postadresse", zN = "e-post eller telefonnummer", qN = "telefonnummer", FN = "Callback-URLen samsvarer ikke", HN = "Den oppgitte redirect_uri er ikke på listen over tillatte tilbakeringings-URLer.", VN = "Endre e-postadresse", KN = "fortsett med bruker", GN = "Klikk på knappen for å opprette en ny passordkonto.", WN = "Skriv inn koden på {{vendorName}} for å fullføre påloggingen", JN = "Velkommen til {{vendorName}} ! {{code}} er påloggingskoden", XN = "Velkommen til {{vendorName}}! {{code}} er påloggingskoden", ZN = "Koden er utløpt", YN = "Ugyldig kode", QN = "Vennligst sjekk <0>{{username}}</0> og skriv inn den sekssifrede koden som vi har sendt deg.", ej = "Koden er allerede brukt", tj = "Koden er gyldig i 30 minutter", nj = "Det oppstod en konfigurasjonsfeil.", rj = "Bekreft passord", ij = "Er du sikker på at du vil fjerne koblingen til denne kontoen?", oj = "Trenger hjelp?", sj = "Kontakt oss", aj = "eller fortsett med sosial konto", cj = "Fortsett med {{provider}}", lj = "Vil du fortsette med din eksisterende konto?", dj = "Opphavsrett © 2023 SESAMY. Alle rettigheter forbeholdt.", uj = "©2023 Sesamy", pj = "Velg et passord med en blanding av store og små bokstaver, tall og symboler.", fj = "Vennligst skriv inn en gyldig e-postadresse.", hj = "Passordene stemte ikke overens. Prøv igjen.", gj = "Velg passord", mj = "Passordet må være på minst 8 tegn og inneholde minst én liten bokstav, én stor bokstav, ett tall og ett symbol.", _j = "Opprett ny konto", yj = "Registrer deg med passord", wj = "Nåværende e-postadresse", bj = "Du er logget på som <0> {{email}}</0>", vj = "Rediger", $j = "E-post", kj = "E-posten er allerede opptatt", xj = "E-post endret til <0>{{email}}</0> ", Sj = "E-post eller telefonnummer", Aj = "E-postadresse", Ej = "E-postadressen din har blitt validert", Cj = "Skriv nå inn passordet ditt for å logge inn igjen", Nj = "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.", jj = "E-postbekreftelse sendt", Ij = "Angi en kode", Oj = "Vi sender deg en bekreftelseskobling for å sikre at du eier denne e-postadressen.", Pj = "Skriv inn ny e-post", Tj = "Skriv inn nytt passord", Rj = "Oppgi passord", Bj = "Skriv inn e-postadressen og passordet ditt for å logge inn.", Lj = "Skriv inn passordet ditt", Uj = "Noe gikk galt", Dj = "Den magiske lenken er utløpt. Vennligst klikk på knappen nedenfor for å motta en ny lenke i innboksen din.", Mj = "Hei! Vi oppdaterte påloggingsopplevelsen vår. <0>Klikk her for å lære mer om det.</0>", zj = "Send e-post om tilbakestilling av passord", qj = "Klikk på knappen nedenfor, så sender vi deg instruksjoner om hvordan du tilbakestiller passordet ditt.", Fj = "E-post om tilbakestilling av passord sendt", Hj = "Har du glemt passordet?", Vj = "Har du glemt passordet?", Kj = "Gå tilbake", Gj = "Skjul passord", Wj = "Inkognitomodus oppdaget", Jj = "Du er i inkognito/privat modus. Øktdataene vedvarer kanskje ikke på tvers av sideoppdateringer. Noen funksjoner fungerer kanskje ikke som forventet.", Xj = "Ugyldig identifikator", Zj = "Ugyldig passord", Yj = `Lenken er ikke lenger gyldig.
|
|
36702
36741
|
|
|
36703
36742
|
Sørg for å åpne påloggingslenken i samme nettleser som du startet påloggingen med.
|
|
36704
36743
|
|
|
36705
|
-
Du kan klikke på lenken nedenfor for å starte en ny pålogging.`,
|
|
36706
|
-
account_detected:
|
|
36707
|
-
account_page_description:
|
|
36708
|
-
account_title:
|
|
36709
|
-
account_with_sso_provider:
|
|
36710
|
-
agree_to:
|
|
36711
|
-
and:
|
|
36712
|
-
auth_method_email:
|
|
36713
|
-
auth_method_email_or_phone:
|
|
36714
|
-
auth_method_phone:
|
|
36715
|
-
callback_url_mismatch:
|
|
36716
|
-
callback_url_not_allowed:
|
|
36717
|
-
change_email:
|
|
36718
|
-
check_email_title:
|
|
36719
|
-
click_to_sign_up_description:
|
|
36720
|
-
code_email_enter_code:
|
|
36721
|
-
code_email_subject:
|
|
36722
|
-
code_email_title:
|
|
36723
|
-
code_expired:
|
|
36724
|
-
code_invalid:
|
|
36725
|
-
code_sent_template:
|
|
36726
|
-
code_used:
|
|
36727
|
-
code_valid_30_minutes:
|
|
36728
|
-
configuration_error_message:
|
|
36729
|
-
confirm_password:
|
|
36730
|
-
confirm_unlink:
|
|
36731
|
-
contact_support:
|
|
36732
|
-
contact_us:
|
|
36744
|
+
Du kan klikke på lenken nedenfor for å starte en ny pålogging.`, Qj = "Ugyldig lenke", eI = "Koblede kontoer", tI = "Klikk på knappen for å logge inn", nI = "Logg inn", rI = "Eller skriv inn koden på {{vendorName}} for å fullføre påloggingen.", iI = "Skriv inn e-postadressen din for å låse opp dette programmet på {{service}}", oI = "Koble kontoen din til {{service}}", sI = "Du er innlogget som", aI = "Logg inn", cI = "Skriv inn e-postadressen din for å logge på.", lI = "Skriv inn e-postadressen din og vi sender deg en påloggingskode.", dI = "Skriv inn e-postadressen eller telefonnummeret ditt for å logge på", uI = "Skriv inn e-postadressen din og vi sender deg en påloggingslenke.", pI = "Skriv inn telefonnummeret ditt for å logge på", fI = "Skriv inn din {{authMethod}} for å logge inn.", hI = "Logg ut", gI = "Ny e-postadresse", mI = "En engangskode vil bli sendt til din nye e-postadresse, skriv inn koden i neste steg.", _I = "Ingen e-postadresse satt", yI = "Nei, jeg vil bruke en annen konto", wI = "eller", bI = "Passord", vI = "Passordet har blitt tilbakestilt", $I = "Suksess", kI = "Endre passord for {{vendorName}} kontoen din", xI = "Endre passord for {{vendorName}} kontoen din", SI = "Telefonnummer", AI = "Personvernerklæring", EI = "Omdirigerer", CI = "Bekreft passord", NI = "Registrer et nytt passord", jI = "Send kode på nytt", II = "Endre passord", OI = "Skriv inn det nye passordet for e-postkontoen nedenfor: ", PI = "Klikk på knappen for å tilbakestille passordet ditt", TI = "Klikk på knappen for å tilbakestille passordet ditt", RI = "Tilbakestill passordet ditt", BI = "Endre passord for {{vendorName}} -kontoen din", LI = "Tilbakestill passord", UI = "Send", DI = "Send meg en ny magisk lenke", MI = "Husk å sjekke søppelpostmappen din hvis e-posten ikke kom.", zI = "Angi passord", qI = "Vis passord", FI = "Logg inn", HI = "Påmelding", VI = "Vellykket registrering", KI = "{{code}} er innloggingskoden din for {{vendorName}}", GI = "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.", WI = "Gå til Spotifys innholdstilgangsside", JI = '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.', XI = "Trinn 1: Koble fra Spotify-kontoen din", ZI = "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.", YI = "Trinn 2: Koble Spotify-kontoen din til Sesamy på nytt", QI = "Oops! Spotify-kontoen din er allerede koblet", eO = "Ferdig", tO = "Hvis du har spørsmål eller trenger hjelp, kan du kontakte supportteamet vårt", nO = "vilkår", rO = "Noe gikk galt. Vennligst prøv igjen.", iO = "Koble fra", oO = "E-postadressen din må bekreftes. Vi har sendt en ny e-post til innboksen din.", sO = "Oppdater e-post", aO = "Brukerkonto eksisterer ikke", cO = "Brukerkonto eksisterer ikke", lO = "Vi kunne ikke finne en bruker med den oppgitte e-postadressen. Vær så snill, prøv på nytt.", dO = "Prøv igjen.", uO = "Bekreft koden", pO = "Sjekk innboksen din for instruksjoner om e-postvalidering.", fO = "Registrerte seg", hO = "Klikk på knappen for å bekrefte e-postadressen din", gO = "Bekreft e-postadressen din", mO = "Bekreft e-postadressen din", _O = "Bekreft konto", yO = "Bekreft e-posten din", wO = "Velkommen", bO = "Velkommen til din brukerkonto hos {{vendorName}} !", vO = "Vennligst sjekk e-posten din på <0>{{email}}</0> og skriv inn den sekssifrede koden som vi har sendt deg.", $O = "Fortsett med denne kontoen", kO = "Ja, fortsett med {{text}}", xO = "Ja, fortsett med eksisterende konto", SO = {
|
|
36745
|
+
account_detected: TN,
|
|
36746
|
+
account_page_description: RN,
|
|
36747
|
+
account_title: BN,
|
|
36748
|
+
account_with_sso_provider: LN,
|
|
36749
|
+
agree_to: UN,
|
|
36750
|
+
and: DN,
|
|
36751
|
+
auth_method_email: MN,
|
|
36752
|
+
auth_method_email_or_phone: zN,
|
|
36753
|
+
auth_method_phone: qN,
|
|
36754
|
+
callback_url_mismatch: FN,
|
|
36755
|
+
callback_url_not_allowed: HN,
|
|
36756
|
+
change_email: VN,
|
|
36757
|
+
check_email_title: KN,
|
|
36758
|
+
click_to_sign_up_description: GN,
|
|
36759
|
+
code_email_enter_code: WN,
|
|
36760
|
+
code_email_subject: JN,
|
|
36761
|
+
code_email_title: XN,
|
|
36762
|
+
code_expired: ZN,
|
|
36763
|
+
code_invalid: YN,
|
|
36764
|
+
code_sent_template: QN,
|
|
36765
|
+
code_used: ej,
|
|
36766
|
+
code_valid_30_minutes: tj,
|
|
36767
|
+
configuration_error_message: nj,
|
|
36768
|
+
confirm_password: rj,
|
|
36769
|
+
confirm_unlink: ij,
|
|
36770
|
+
contact_support: oj,
|
|
36771
|
+
contact_us: sj,
|
|
36733
36772
|
continue: "Fortsette",
|
|
36734
|
-
continue_social_login:
|
|
36735
|
-
continue_with:
|
|
36736
|
-
continue_with_sso_provider_headline:
|
|
36737
|
-
copyright:
|
|
36738
|
-
copyright_sesamy:
|
|
36739
|
-
create_account_description:
|
|
36740
|
-
create_account_email_invalid:
|
|
36741
|
-
create_account_passwords_didnt_match:
|
|
36742
|
-
create_account_title:
|
|
36743
|
-
create_account_weak_password:
|
|
36744
|
-
create_new_account_link:
|
|
36745
|
-
create_password_account_title:
|
|
36746
|
-
current_email:
|
|
36747
|
-
currently_logged_in_as:
|
|
36748
|
-
edit:
|
|
36749
|
-
email:
|
|
36750
|
-
email_already_taken:
|
|
36751
|
-
email_changed_to_template:
|
|
36752
|
-
email_or_phone_placeholder:
|
|
36753
|
-
email_placeholder:
|
|
36754
|
-
email_validated:
|
|
36755
|
-
email_validated_cta:
|
|
36756
|
-
email_verification_for_signup_sent_description:
|
|
36757
|
-
email_verification_for_signup_sent_title:
|
|
36758
|
-
enter_a_code_btn:
|
|
36759
|
-
enter_email_for_verification_description:
|
|
36760
|
-
enter_new_email:
|
|
36761
|
-
enter_new_password_placeholder:
|
|
36762
|
-
enter_password:
|
|
36763
|
-
enter_password_description:
|
|
36764
|
-
enter_your_password_btn:
|
|
36765
|
-
error_page_title:
|
|
36766
|
-
expired_code:
|
|
36767
|
-
fokus_info_message:
|
|
36768
|
-
forgot_password_cta:
|
|
36769
|
-
forgot_password_description:
|
|
36770
|
-
forgot_password_email_sent:
|
|
36771
|
-
forgot_password_link:
|
|
36772
|
-
forgot_password_title:
|
|
36773
|
-
go_back:
|
|
36774
|
-
hide_password:
|
|
36773
|
+
continue_social_login: aj,
|
|
36774
|
+
continue_with: cj,
|
|
36775
|
+
continue_with_sso_provider_headline: lj,
|
|
36776
|
+
copyright: dj,
|
|
36777
|
+
copyright_sesamy: uj,
|
|
36778
|
+
create_account_description: pj,
|
|
36779
|
+
create_account_email_invalid: fj,
|
|
36780
|
+
create_account_passwords_didnt_match: hj,
|
|
36781
|
+
create_account_title: gj,
|
|
36782
|
+
create_account_weak_password: mj,
|
|
36783
|
+
create_new_account_link: _j,
|
|
36784
|
+
create_password_account_title: yj,
|
|
36785
|
+
current_email: wj,
|
|
36786
|
+
currently_logged_in_as: bj,
|
|
36787
|
+
edit: vj,
|
|
36788
|
+
email: $j,
|
|
36789
|
+
email_already_taken: kj,
|
|
36790
|
+
email_changed_to_template: xj,
|
|
36791
|
+
email_or_phone_placeholder: Sj,
|
|
36792
|
+
email_placeholder: Aj,
|
|
36793
|
+
email_validated: Ej,
|
|
36794
|
+
email_validated_cta: Cj,
|
|
36795
|
+
email_verification_for_signup_sent_description: Nj,
|
|
36796
|
+
email_verification_for_signup_sent_title: jj,
|
|
36797
|
+
enter_a_code_btn: Ij,
|
|
36798
|
+
enter_email_for_verification_description: Oj,
|
|
36799
|
+
enter_new_email: Pj,
|
|
36800
|
+
enter_new_password_placeholder: Tj,
|
|
36801
|
+
enter_password: Rj,
|
|
36802
|
+
enter_password_description: Bj,
|
|
36803
|
+
enter_your_password_btn: Lj,
|
|
36804
|
+
error_page_title: Uj,
|
|
36805
|
+
expired_code: Dj,
|
|
36806
|
+
fokus_info_message: Mj,
|
|
36807
|
+
forgot_password_cta: zj,
|
|
36808
|
+
forgot_password_description: qj,
|
|
36809
|
+
forgot_password_email_sent: Fj,
|
|
36810
|
+
forgot_password_link: Hj,
|
|
36811
|
+
forgot_password_title: Vj,
|
|
36812
|
+
go_back: Kj,
|
|
36813
|
+
hide_password: Gj,
|
|
36814
|
+
incognito_mode_detected: Wj,
|
|
36815
|
+
incognito_mode_warning: Jj,
|
|
36775
36816
|
"invalid-email": "Ugyldig epost",
|
|
36776
|
-
invalid_identifier:
|
|
36777
|
-
invalid_password:
|
|
36778
|
-
invalid_session_body:
|
|
36779
|
-
invalid_session_title:
|
|
36780
|
-
linked_accounts:
|
|
36781
|
-
link_email_click_to_login:
|
|
36782
|
-
link_email_login:
|
|
36783
|
-
link_email_or_enter_code:
|
|
36784
|
-
link_page_body:
|
|
36785
|
-
link_page_headline:
|
|
36786
|
-
logged_in_as:
|
|
36787
|
-
login:
|
|
36788
|
-
login_description:
|
|
36789
|
-
login_description_code:
|
|
36790
|
-
login_description_combined:
|
|
36791
|
-
login_description_link:
|
|
36792
|
-
login_description_phone:
|
|
36793
|
-
login_description_template:
|
|
36794
|
-
logout:
|
|
36795
|
-
new_email:
|
|
36796
|
-
new_email_code_info:
|
|
36797
|
-
no_email_address:
|
|
36798
|
-
no_use_another:
|
|
36799
|
-
or:
|
|
36800
|
-
password:
|
|
36801
|
-
password_has_been_reset:
|
|
36802
|
-
password_has_been_reset_title:
|
|
36803
|
-
password_reset_subject:
|
|
36804
|
-
password_reset_title:
|
|
36805
|
-
phone_placeholder:
|
|
36806
|
-
privacy_policy:
|
|
36807
|
-
redirecting:
|
|
36808
|
-
reenter_new_password_placeholder:
|
|
36809
|
-
register_password_account:
|
|
36810
|
-
resend_code:
|
|
36811
|
-
reset_password_cta:
|
|
36812
|
-
reset_password_description:
|
|
36813
|
-
reset_password_email_click_to_reset:
|
|
36814
|
-
reset_password_email_cta:
|
|
36815
|
-
reset_password_email_reset:
|
|
36816
|
-
reset_password_subject:
|
|
36817
|
-
reset_password_title:
|
|
36818
|
-
send:
|
|
36819
|
-
send_me_a_new_magic_link:
|
|
36820
|
-
sent_code_spam:
|
|
36817
|
+
invalid_identifier: Xj,
|
|
36818
|
+
invalid_password: Zj,
|
|
36819
|
+
invalid_session_body: Yj,
|
|
36820
|
+
invalid_session_title: Qj,
|
|
36821
|
+
linked_accounts: eI,
|
|
36822
|
+
link_email_click_to_login: tI,
|
|
36823
|
+
link_email_login: nI,
|
|
36824
|
+
link_email_or_enter_code: rI,
|
|
36825
|
+
link_page_body: iI,
|
|
36826
|
+
link_page_headline: oI,
|
|
36827
|
+
logged_in_as: sI,
|
|
36828
|
+
login: aI,
|
|
36829
|
+
login_description: cI,
|
|
36830
|
+
login_description_code: lI,
|
|
36831
|
+
login_description_combined: dI,
|
|
36832
|
+
login_description_link: uI,
|
|
36833
|
+
login_description_phone: pI,
|
|
36834
|
+
login_description_template: fI,
|
|
36835
|
+
logout: hI,
|
|
36836
|
+
new_email: gI,
|
|
36837
|
+
new_email_code_info: mI,
|
|
36838
|
+
no_email_address: _I,
|
|
36839
|
+
no_use_another: yI,
|
|
36840
|
+
or: wI,
|
|
36841
|
+
password: bI,
|
|
36842
|
+
password_has_been_reset: vI,
|
|
36843
|
+
password_has_been_reset_title: $I,
|
|
36844
|
+
password_reset_subject: kI,
|
|
36845
|
+
password_reset_title: xI,
|
|
36846
|
+
phone_placeholder: SI,
|
|
36847
|
+
privacy_policy: AI,
|
|
36848
|
+
redirecting: EI,
|
|
36849
|
+
reenter_new_password_placeholder: CI,
|
|
36850
|
+
register_password_account: NI,
|
|
36851
|
+
resend_code: jI,
|
|
36852
|
+
reset_password_cta: II,
|
|
36853
|
+
reset_password_description: OI,
|
|
36854
|
+
reset_password_email_click_to_reset: PI,
|
|
36855
|
+
reset_password_email_cta: TI,
|
|
36856
|
+
reset_password_email_reset: RI,
|
|
36857
|
+
reset_password_subject: BI,
|
|
36858
|
+
reset_password_title: LI,
|
|
36859
|
+
send: UI,
|
|
36860
|
+
send_me_a_new_magic_link: DI,
|
|
36861
|
+
sent_code_spam: MI,
|
|
36821
36862
|
"Server error: Invalid code": "Ugyldig kode",
|
|
36822
|
-
set_password:
|
|
36823
|
-
show_password:
|
|
36824
|
-
sign_in:
|
|
36825
|
-
signup:
|
|
36826
|
-
signup_success:
|
|
36827
|
-
sms_code_text:
|
|
36828
|
-
spotify_already_linked_body:
|
|
36829
|
-
spotify_already_linked_cta:
|
|
36830
|
-
spotify_already_linked_step1_body:
|
|
36831
|
-
spotify_already_linked_step1_title:
|
|
36832
|
-
spotify_already_linked_step2_body:
|
|
36833
|
-
spotify_already_linked_step2_title:
|
|
36834
|
-
spotify_already_linked_title:
|
|
36835
|
-
success:
|
|
36836
|
-
support_info:
|
|
36837
|
-
terms:
|
|
36838
|
-
unexpected_error_try_again:
|
|
36839
|
-
unlink:
|
|
36840
|
-
unverified_email:
|
|
36841
|
-
update_email:
|
|
36842
|
-
user_account_does_not_exist:
|
|
36843
|
-
user_not_found:
|
|
36844
|
-
user_not_found_body:
|
|
36845
|
-
user_not_found_cta:
|
|
36846
|
-
validate_code:
|
|
36847
|
-
validate_email_body:
|
|
36848
|
-
validate_email_title:
|
|
36849
|
-
verify_email_click_to_verify:
|
|
36850
|
-
verify_email_subject:
|
|
36851
|
-
verify_email_title:
|
|
36852
|
-
verify_email_verify:
|
|
36853
|
-
verify_your_email:
|
|
36854
|
-
welcome:
|
|
36855
|
-
welcome_to_your_account:
|
|
36856
|
-
we_sent_a_code_to:
|
|
36857
|
-
yes_continue:
|
|
36858
|
-
yes_continue_with:
|
|
36859
|
-
yes_continue_with_existing_account:
|
|
36860
|
-
},
|
|
36863
|
+
set_password: zI,
|
|
36864
|
+
show_password: qI,
|
|
36865
|
+
sign_in: FI,
|
|
36866
|
+
signup: HI,
|
|
36867
|
+
signup_success: VI,
|
|
36868
|
+
sms_code_text: KI,
|
|
36869
|
+
spotify_already_linked_body: GI,
|
|
36870
|
+
spotify_already_linked_cta: WI,
|
|
36871
|
+
spotify_already_linked_step1_body: JI,
|
|
36872
|
+
spotify_already_linked_step1_title: XI,
|
|
36873
|
+
spotify_already_linked_step2_body: ZI,
|
|
36874
|
+
spotify_already_linked_step2_title: YI,
|
|
36875
|
+
spotify_already_linked_title: QI,
|
|
36876
|
+
success: eO,
|
|
36877
|
+
support_info: tO,
|
|
36878
|
+
terms: nO,
|
|
36879
|
+
unexpected_error_try_again: rO,
|
|
36880
|
+
unlink: iO,
|
|
36881
|
+
unverified_email: oO,
|
|
36882
|
+
update_email: sO,
|
|
36883
|
+
user_account_does_not_exist: aO,
|
|
36884
|
+
user_not_found: cO,
|
|
36885
|
+
user_not_found_body: lO,
|
|
36886
|
+
user_not_found_cta: dO,
|
|
36887
|
+
validate_code: uO,
|
|
36888
|
+
validate_email_body: pO,
|
|
36889
|
+
validate_email_title: fO,
|
|
36890
|
+
verify_email_click_to_verify: hO,
|
|
36891
|
+
verify_email_subject: gO,
|
|
36892
|
+
verify_email_title: mO,
|
|
36893
|
+
verify_email_verify: _O,
|
|
36894
|
+
verify_your_email: yO,
|
|
36895
|
+
welcome: wO,
|
|
36896
|
+
welcome_to_your_account: bO,
|
|
36897
|
+
we_sent_a_code_to: vO,
|
|
36898
|
+
yes_continue: $O,
|
|
36899
|
+
yes_continue_with: kO,
|
|
36900
|
+
yes_continue_with_existing_account: xO
|
|
36901
|
+
}, AO = "Fortsätt med existerande konto", EO = "Hantera dina kontouppgifter", CO = "Konto", NO = "Det verkar som att du redan har skapat ett konto genom", jO = "Genom att logga in godkänner du våra", IO = "och", OO = "E-postadress", PO = "e-post eller telefonnummer", TO = "telefonnummer", RO = "Callback URL mismatch", BO = "The provided redirect_uri is not in the list of allowed callback URLs.", LO = "Byt e-postadress", UO = "fortsätt med användaren", DO = "Klicka på knappen för att skapa ett nytt lösenordskonto.", MO = "Skriv in koden på {{vendorName}} för att slutföra inloggningen", zO = "Välkommen till {{vendorName}}! {{code}} är koden för att logga in", qO = "Välkommen till {{vendorName}}! {{code}} är koden för att logga in", FO = "Koden har löpt ut", HO = "Ogiltig kod", VO = "Vänligen kontrollera <0>{{username}}</0> och ange den sexsiffriga koden som vi har skickat till dig.", KO = "Koden är redan använd", GO = "Koden är giltig i 30 minuter", WO = "Ett konfigurationsfel har inträffat.", JO = "Bekräfta lösenord", XO = "Är du säker på att du vill ta bort kopplingen till det här kontot?", ZO = "Behöver du hjälp?", YO = "Kontakta oss", QO = "eller via sociala medier", eP = "Fortsätt med {{provider}}", tP = "Vill du fortsätta med det här kontot?", nP = "Copyright © 2023 SESAMY. Alla rättigheter förbehållna.", rP = "©2023 Sesamy", iP = "Välj ett lösenord med en blandning av stora och små bokstäver, siffror och symboler.", oP = "Ange en giltig e-postadress.", sP = "Lösenorden stämde inte överens. Försök igen.", aP = "Välj lösenord", cP = "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.", lP = "Skapa nytt konto", dP = "Registrera dig med lösenord", uP = "Nuvarande e-postadress", pP = "Du är inloggad som <0>{{email}}</0>", fP = "Redigera", hP = "E-postadress", gP = "E-postadressen är redan upptagen", mP = "E-postadressen ändrades till <0>{{email}}</0> ", _P = "E-post eller telefonnummer", yP = "E-postadress", wP = "Din e-postadress har validerats", bP = "Ange nu ditt lösenord för att logga in igen", vP = "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.", $P = "E-postverifiering skickad", kP = "Logga in med kod", xP = "Vi skickar dig en verifieringslänk för att säkerställa att du äger den här e-postadressen.", SP = "Ange ny e-postadress", AP = "Ange nytt lösenord", EP = "Ange lösenord", CP = "Ange din e-postadress och ditt lösenord för att logga in.", NP = "Logga in med lösenord", jP = "Något gick fel", IP = "Länken är inte längre giltig. Klicka på knappen för att skicka en ny länk till din epost.", OP = "Vi har bytt inloggningssystem, <0>här kan du läsa mer om vad det innebär</0>", PP = "Skicka", TP = "Klicka på knappen nedan så skickar vi instruktioner om hur du återställer ditt lösenord.", RP = "Vi har skickat ett e-postmeddelande med instruktioner om hur du återställer ditt lösenord till den e-postadress du angav.", BP = "Har du glömt lösenordet?", LP = "Har du glömt lösenordet?", UP = "Gå tillbaka", DP = "Dölj lösenord", MP = "Inkognitoläge upptäckt", zP = "Du befinner dig i inkognito/privat läge. Sessionsdata kanske inte kvarstår vid siduppdateringar. Vissa funktioner kanske inte fungerar som förväntat.", qP = "Ogiltig identifierare", FP = "Ogiltigt lösenord", HP = `Länken är inte längre giltig.
|
|
36861
36902
|
|
|
36862
36903
|
Vänligen se till att öppna inloggningslänken i samma webbläsare som du startade inloggningen med.
|
|
36863
36904
|
|
|
36864
|
-
Du kan klicka på länken nedan för att starta en ny inloggning.`,
|
|
36865
|
-
account_detected:
|
|
36866
|
-
account_page_description:
|
|
36867
|
-
account_title:
|
|
36868
|
-
account_with_sso_provider:
|
|
36869
|
-
agree_to:
|
|
36870
|
-
and:
|
|
36871
|
-
auth_method_email:
|
|
36872
|
-
auth_method_email_or_phone:
|
|
36873
|
-
auth_method_phone:
|
|
36874
|
-
callback_url_mismatch:
|
|
36875
|
-
callback_url_not_allowed:
|
|
36876
|
-
change_email:
|
|
36877
|
-
check_email_title:
|
|
36878
|
-
click_to_sign_up_description:
|
|
36879
|
-
code_email_enter_code:
|
|
36880
|
-
code_email_subject:
|
|
36881
|
-
code_email_title:
|
|
36882
|
-
code_expired:
|
|
36883
|
-
code_invalid:
|
|
36884
|
-
code_sent_template:
|
|
36885
|
-
code_used:
|
|
36886
|
-
code_valid_30_minutes:
|
|
36887
|
-
configuration_error_message:
|
|
36888
|
-
confirm_password:
|
|
36889
|
-
confirm_unlink:
|
|
36890
|
-
contact_support:
|
|
36891
|
-
contact_us:
|
|
36905
|
+
Du kan klicka på länken nedan för att starta en ny inloggning.`, VP = "Ogiltig länk", KP = "Länkade konton", GP = "Klicka på knappen för att logga in", WP = "Logga in", JP = "Eller skriv in koden på {{vendorName}} för att slutföra inloggningen.", XP = "Ange din epost för att låsa upp den här showen på {{service}}", ZP = "Koppla ditt konto till {{service}}", YP = "Du är inloggad som", QP = "Logga in", eT = "Ange din e-postadress för att logga in.", tT = "Ange din mejladress, så skickar vi en kod till dig som du kan logga in med.", nT = "Ange din e-postadress eller ditt telefonnummer för att logga in", rT = "Ange din mejladress, så skickar vi en länk till dig som du kan logga in med.", iT = "Ange ditt telefonnummer för att logga in", oT = "Ange din {{authMethod}} för att logga in.", sT = "Logga ut", aT = "Ny e-postadress", cT = "En engångskod skickas till din nya e-postadress, ange koden i nästa steg.", lT = "Ingen e-postadress angiven", dT = "Nej, jag vill använda ett annat konto", uT = "eller", pT = "Lösenord", fT = "Lösenordet har återställts", hT = "Framgång", gT = "Byt lösenord för ditt {{vendorName}} konto", mT = "Byt lösenord för ditt {{vendorName}} konto", _T = "Telefonnummer", yT = "Integritetspolicy", wT = "Du skickas vidare", bT = "Bekräfta lösenord", vT = "Registrera ett nytt lösenord", $T = "Skicka koden igen", kT = "Ändra lösenord", xT = "Ange ditt nya lösenord nedan för e-postkontot: ", ST = "Klicka på knappen för att återställa ditt lösenord", AT = "Klicka på knappen för att återställa ditt lösenord", ET = "Återställ ditt lösenord", CT = "Byt lösenord för ditt {{vendorName}} konto", NT = "Återställ lösenord", jT = "Skicka", IT = "Skicka en ny inloggninglänk", OT = "Kom ihåg att kontrollera din skräppost om du inte kan hitta mailet vi har skickat.", PT = "Välj lösenord", TT = "Visa lösenord", RT = "Logga in", BT = "Registrera dig", LT = "Registrera dig framgångsrik", UT = "{{code}} är din inloggningskod för {{vendorName}}", DT = "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.", MT = "Gå till Spotify's Content Access sida", zT = `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.`, qT = "Steg 1: Avlänka ditt Spotify-konto", FT = "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.", HT = "Steg 2: Koppla ditt Spotify-konto till Sesamy igen", VT = "Oj! Ditt Spotify-konto är redan kopplat", KT = "Klart", GT = "Om du har frågor eller behöver hjälp kan du kontakta vårt supportteam", WT = "Villkor", JT = "Något gick fel. Vänligen försök igen.", XT = "Koppla bort", ZT = "Din e-postadress behöver valideras. Vi har skickat ett nytt e-postmeddelande till din inkorg", YT = "Ändra e-post", QT = "Kontot existerar inte", eR = "Kontot extisterar inte", tR = "Vi kan inte hitta en användare med denna eposten. Vänligen försök igen.", nR = "Försök igen.", rR = "Validera kod", iR = "Kontrollera din inkorg för instruktioner om validering av e-post.", oR = "Registrerad", sR = "Klicka på knappen för att verifiera din e-postadress", aR = "Bekräfta din e-postadress", cR = "Bekräfta din e-postadress", lR = "Verifiera konto", dR = "Ange engångskod", uR = "Välkommen", pR = "Välkommen till ditt {{vendorName}}-konto!", fR = "Vänligen kontrollera din e-post för <0>{{email}}</0> och ange den sexsiffriga koden som vi har skickat till dig.", hR = "Fortsätt med konto", gR = "Ja, fortsätt med {{text}}", mR = "Ja, fortsätt med detta kontot", _R = {
|
|
36906
|
+
account_detected: AO,
|
|
36907
|
+
account_page_description: EO,
|
|
36908
|
+
account_title: CO,
|
|
36909
|
+
account_with_sso_provider: NO,
|
|
36910
|
+
agree_to: jO,
|
|
36911
|
+
and: IO,
|
|
36912
|
+
auth_method_email: OO,
|
|
36913
|
+
auth_method_email_or_phone: PO,
|
|
36914
|
+
auth_method_phone: TO,
|
|
36915
|
+
callback_url_mismatch: RO,
|
|
36916
|
+
callback_url_not_allowed: BO,
|
|
36917
|
+
change_email: LO,
|
|
36918
|
+
check_email_title: UO,
|
|
36919
|
+
click_to_sign_up_description: DO,
|
|
36920
|
+
code_email_enter_code: MO,
|
|
36921
|
+
code_email_subject: zO,
|
|
36922
|
+
code_email_title: qO,
|
|
36923
|
+
code_expired: FO,
|
|
36924
|
+
code_invalid: HO,
|
|
36925
|
+
code_sent_template: VO,
|
|
36926
|
+
code_used: KO,
|
|
36927
|
+
code_valid_30_minutes: GO,
|
|
36928
|
+
configuration_error_message: WO,
|
|
36929
|
+
confirm_password: JO,
|
|
36930
|
+
confirm_unlink: XO,
|
|
36931
|
+
contact_support: ZO,
|
|
36932
|
+
contact_us: YO,
|
|
36892
36933
|
continue: "Fortsätt",
|
|
36893
|
-
continue_social_login:
|
|
36894
|
-
continue_with:
|
|
36895
|
-
continue_with_sso_provider_headline:
|
|
36896
|
-
copyright:
|
|
36897
|
-
copyright_sesamy:
|
|
36898
|
-
create_account_description:
|
|
36899
|
-
create_account_email_invalid:
|
|
36900
|
-
create_account_passwords_didnt_match:
|
|
36901
|
-
create_account_title:
|
|
36902
|
-
create_account_weak_password:
|
|
36903
|
-
create_new_account_link:
|
|
36904
|
-
create_password_account_title:
|
|
36905
|
-
current_email:
|
|
36906
|
-
currently_logged_in_as:
|
|
36907
|
-
edit:
|
|
36908
|
-
email:
|
|
36909
|
-
email_already_taken:
|
|
36910
|
-
email_changed_to_template:
|
|
36911
|
-
email_or_phone_placeholder:
|
|
36912
|
-
email_placeholder:
|
|
36913
|
-
email_validated:
|
|
36914
|
-
email_validated_cta:
|
|
36915
|
-
email_verification_for_signup_sent_description:
|
|
36916
|
-
email_verification_for_signup_sent_title:
|
|
36917
|
-
enter_a_code_btn:
|
|
36918
|
-
enter_email_for_verification_description:
|
|
36919
|
-
enter_new_email:
|
|
36920
|
-
enter_new_password_placeholder:
|
|
36921
|
-
enter_password:
|
|
36922
|
-
enter_password_description:
|
|
36923
|
-
enter_your_password_btn:
|
|
36924
|
-
error_page_title:
|
|
36925
|
-
expired_code:
|
|
36926
|
-
fokus_info_message:
|
|
36927
|
-
forgot_password_cta:
|
|
36928
|
-
forgot_password_description:
|
|
36929
|
-
forgot_password_email_sent:
|
|
36930
|
-
forgot_password_link:
|
|
36931
|
-
forgot_password_title:
|
|
36932
|
-
go_back:
|
|
36933
|
-
hide_password:
|
|
36934
|
+
continue_social_login: QO,
|
|
36935
|
+
continue_with: eP,
|
|
36936
|
+
continue_with_sso_provider_headline: tP,
|
|
36937
|
+
copyright: nP,
|
|
36938
|
+
copyright_sesamy: rP,
|
|
36939
|
+
create_account_description: iP,
|
|
36940
|
+
create_account_email_invalid: oP,
|
|
36941
|
+
create_account_passwords_didnt_match: sP,
|
|
36942
|
+
create_account_title: aP,
|
|
36943
|
+
create_account_weak_password: cP,
|
|
36944
|
+
create_new_account_link: lP,
|
|
36945
|
+
create_password_account_title: dP,
|
|
36946
|
+
current_email: uP,
|
|
36947
|
+
currently_logged_in_as: pP,
|
|
36948
|
+
edit: fP,
|
|
36949
|
+
email: hP,
|
|
36950
|
+
email_already_taken: gP,
|
|
36951
|
+
email_changed_to_template: mP,
|
|
36952
|
+
email_or_phone_placeholder: _P,
|
|
36953
|
+
email_placeholder: yP,
|
|
36954
|
+
email_validated: wP,
|
|
36955
|
+
email_validated_cta: bP,
|
|
36956
|
+
email_verification_for_signup_sent_description: vP,
|
|
36957
|
+
email_verification_for_signup_sent_title: $P,
|
|
36958
|
+
enter_a_code_btn: kP,
|
|
36959
|
+
enter_email_for_verification_description: xP,
|
|
36960
|
+
enter_new_email: SP,
|
|
36961
|
+
enter_new_password_placeholder: AP,
|
|
36962
|
+
enter_password: EP,
|
|
36963
|
+
enter_password_description: CP,
|
|
36964
|
+
enter_your_password_btn: NP,
|
|
36965
|
+
error_page_title: jP,
|
|
36966
|
+
expired_code: IP,
|
|
36967
|
+
fokus_info_message: OP,
|
|
36968
|
+
forgot_password_cta: PP,
|
|
36969
|
+
forgot_password_description: TP,
|
|
36970
|
+
forgot_password_email_sent: RP,
|
|
36971
|
+
forgot_password_link: BP,
|
|
36972
|
+
forgot_password_title: LP,
|
|
36973
|
+
go_back: UP,
|
|
36974
|
+
hide_password: DP,
|
|
36975
|
+
incognito_mode_detected: MP,
|
|
36976
|
+
incognito_mode_warning: zP,
|
|
36934
36977
|
"invalid-email": "Ogiltig e-postadress",
|
|
36935
|
-
invalid_identifier:
|
|
36936
|
-
invalid_password:
|
|
36937
|
-
invalid_session_body:
|
|
36938
|
-
invalid_session_title:
|
|
36939
|
-
linked_accounts:
|
|
36940
|
-
link_email_click_to_login:
|
|
36941
|
-
link_email_login:
|
|
36942
|
-
link_email_or_enter_code:
|
|
36943
|
-
link_page_body:
|
|
36944
|
-
link_page_headline:
|
|
36945
|
-
logged_in_as:
|
|
36946
|
-
login:
|
|
36947
|
-
login_description:
|
|
36948
|
-
login_description_code:
|
|
36949
|
-
login_description_combined:
|
|
36950
|
-
login_description_link:
|
|
36951
|
-
login_description_phone:
|
|
36952
|
-
login_description_template:
|
|
36953
|
-
logout:
|
|
36954
|
-
new_email:
|
|
36955
|
-
new_email_code_info:
|
|
36956
|
-
no_email_address:
|
|
36957
|
-
no_use_another:
|
|
36958
|
-
or:
|
|
36959
|
-
password:
|
|
36960
|
-
password_has_been_reset:
|
|
36961
|
-
password_has_been_reset_title:
|
|
36962
|
-
password_reset_subject:
|
|
36963
|
-
password_reset_title:
|
|
36964
|
-
phone_placeholder:
|
|
36965
|
-
privacy_policy:
|
|
36966
|
-
redirecting:
|
|
36967
|
-
reenter_new_password_placeholder:
|
|
36968
|
-
register_password_account:
|
|
36969
|
-
resend_code:
|
|
36970
|
-
reset_password_cta:
|
|
36971
|
-
reset_password_description:
|
|
36972
|
-
reset_password_email_click_to_reset:
|
|
36973
|
-
reset_password_email_cta:
|
|
36974
|
-
reset_password_email_reset:
|
|
36975
|
-
reset_password_subject:
|
|
36976
|
-
reset_password_title:
|
|
36977
|
-
send:
|
|
36978
|
-
send_me_a_new_magic_link:
|
|
36979
|
-
sent_code_spam:
|
|
36978
|
+
invalid_identifier: qP,
|
|
36979
|
+
invalid_password: FP,
|
|
36980
|
+
invalid_session_body: HP,
|
|
36981
|
+
invalid_session_title: VP,
|
|
36982
|
+
linked_accounts: KP,
|
|
36983
|
+
link_email_click_to_login: GP,
|
|
36984
|
+
link_email_login: WP,
|
|
36985
|
+
link_email_or_enter_code: JP,
|
|
36986
|
+
link_page_body: XP,
|
|
36987
|
+
link_page_headline: ZP,
|
|
36988
|
+
logged_in_as: YP,
|
|
36989
|
+
login: QP,
|
|
36990
|
+
login_description: eT,
|
|
36991
|
+
login_description_code: tT,
|
|
36992
|
+
login_description_combined: nT,
|
|
36993
|
+
login_description_link: rT,
|
|
36994
|
+
login_description_phone: iT,
|
|
36995
|
+
login_description_template: oT,
|
|
36996
|
+
logout: sT,
|
|
36997
|
+
new_email: aT,
|
|
36998
|
+
new_email_code_info: cT,
|
|
36999
|
+
no_email_address: lT,
|
|
37000
|
+
no_use_another: dT,
|
|
37001
|
+
or: uT,
|
|
37002
|
+
password: pT,
|
|
37003
|
+
password_has_been_reset: fT,
|
|
37004
|
+
password_has_been_reset_title: hT,
|
|
37005
|
+
password_reset_subject: gT,
|
|
37006
|
+
password_reset_title: mT,
|
|
37007
|
+
phone_placeholder: _T,
|
|
37008
|
+
privacy_policy: yT,
|
|
37009
|
+
redirecting: wT,
|
|
37010
|
+
reenter_new_password_placeholder: bT,
|
|
37011
|
+
register_password_account: vT,
|
|
37012
|
+
resend_code: $T,
|
|
37013
|
+
reset_password_cta: kT,
|
|
37014
|
+
reset_password_description: xT,
|
|
37015
|
+
reset_password_email_click_to_reset: ST,
|
|
37016
|
+
reset_password_email_cta: AT,
|
|
37017
|
+
reset_password_email_reset: ET,
|
|
37018
|
+
reset_password_subject: CT,
|
|
37019
|
+
reset_password_title: NT,
|
|
37020
|
+
send: jT,
|
|
37021
|
+
send_me_a_new_magic_link: IT,
|
|
37022
|
+
sent_code_spam: OT,
|
|
36980
37023
|
"Server error: Invalid code": "Koden är inte giltig",
|
|
36981
|
-
set_password:
|
|
36982
|
-
show_password:
|
|
36983
|
-
sign_in:
|
|
36984
|
-
signup:
|
|
36985
|
-
signup_success:
|
|
36986
|
-
sms_code_text:
|
|
36987
|
-
spotify_already_linked_body:
|
|
36988
|
-
spotify_already_linked_cta:
|
|
36989
|
-
spotify_already_linked_step1_body:
|
|
36990
|
-
spotify_already_linked_step1_title:
|
|
36991
|
-
spotify_already_linked_step2_body:
|
|
36992
|
-
spotify_already_linked_step2_title:
|
|
36993
|
-
spotify_already_linked_title:
|
|
36994
|
-
success:
|
|
36995
|
-
support_info:
|
|
36996
|
-
terms:
|
|
36997
|
-
unexpected_error_try_again:
|
|
36998
|
-
unlink:
|
|
36999
|
-
unverified_email:
|
|
37000
|
-
update_email:
|
|
37001
|
-
user_account_does_not_exist:
|
|
37002
|
-
user_not_found:
|
|
37003
|
-
user_not_found_body:
|
|
37004
|
-
user_not_found_cta:
|
|
37005
|
-
validate_code:
|
|
37006
|
-
validate_email_body:
|
|
37007
|
-
validate_email_title:
|
|
37008
|
-
verify_email_click_to_verify:
|
|
37009
|
-
verify_email_subject:
|
|
37010
|
-
verify_email_title:
|
|
37011
|
-
verify_email_verify:
|
|
37012
|
-
verify_your_email:
|
|
37013
|
-
welcome:
|
|
37014
|
-
welcome_to_your_account:
|
|
37015
|
-
we_sent_a_code_to:
|
|
37016
|
-
yes_continue:
|
|
37017
|
-
yes_continue_with:
|
|
37018
|
-
yes_continue_with_existing_account:
|
|
37019
|
-
},
|
|
37024
|
+
set_password: PT,
|
|
37025
|
+
show_password: TT,
|
|
37026
|
+
sign_in: RT,
|
|
37027
|
+
signup: BT,
|
|
37028
|
+
signup_success: LT,
|
|
37029
|
+
sms_code_text: UT,
|
|
37030
|
+
spotify_already_linked_body: DT,
|
|
37031
|
+
spotify_already_linked_cta: MT,
|
|
37032
|
+
spotify_already_linked_step1_body: zT,
|
|
37033
|
+
spotify_already_linked_step1_title: qT,
|
|
37034
|
+
spotify_already_linked_step2_body: FT,
|
|
37035
|
+
spotify_already_linked_step2_title: HT,
|
|
37036
|
+
spotify_already_linked_title: VT,
|
|
37037
|
+
success: KT,
|
|
37038
|
+
support_info: GT,
|
|
37039
|
+
terms: WT,
|
|
37040
|
+
unexpected_error_try_again: JT,
|
|
37041
|
+
unlink: XT,
|
|
37042
|
+
unverified_email: ZT,
|
|
37043
|
+
update_email: YT,
|
|
37044
|
+
user_account_does_not_exist: QT,
|
|
37045
|
+
user_not_found: eR,
|
|
37046
|
+
user_not_found_body: tR,
|
|
37047
|
+
user_not_found_cta: nR,
|
|
37048
|
+
validate_code: rR,
|
|
37049
|
+
validate_email_body: iR,
|
|
37050
|
+
validate_email_title: oR,
|
|
37051
|
+
verify_email_click_to_verify: sR,
|
|
37052
|
+
verify_email_subject: aR,
|
|
37053
|
+
verify_email_title: cR,
|
|
37054
|
+
verify_email_verify: lR,
|
|
37055
|
+
verify_your_email: dR,
|
|
37056
|
+
welcome: uR,
|
|
37057
|
+
welcome_to_your_account: pR,
|
|
37058
|
+
we_sent_a_code_to: fR,
|
|
37059
|
+
yes_continue: hR,
|
|
37060
|
+
yes_continue_with: gR,
|
|
37061
|
+
yes_continue_with_existing_account: mR
|
|
37062
|
+
}, yR = "Wykryto konto", wR = "Zarządzaj szczegółami swojego konta", bR = "Konto", vR = "Wykryliśmy, że użytkownik utworzył już konto za pośrednictwem", $R = "Logując się, wyrażasz zgodę na nasze", kR = "i", xR = "adres e-mail", SR = "e-mail lub numer telefonu", AR = "numer telefonu", ER = "Niezgodność adresu URL wywołania zwrotnego", CR = "Podany adres redirect_uri nie znajduje się na liście dozwolonych adresów URL wywołania zwrotnego.", NR = "Zmień adres e-mail", jR = "kontynuować z użytkownikiem", IR = "Kliknij przycisk, aby utworzyć nowe konto z hasłem.", OR = "Wpisz kod na stronie {{vendorName}}, aby się zalogować.", PR = "Witamy na {{vendorName}}! {{code}} to kod logowania do Twojego konta.", TR = "Witamy na {{vendorName}}! {{code}} to kod logowania.", RR = "Kod wygasł", BR = "Nieprawidłowy kod", LR = "Sprawdź <0>{{username}}</0> i wprowadź sześciocyfrowy kod, który wysłaliśmy.", UR = "Kod jest już używany", DR = "Kod jest ważny przez 30 minut", MR = "Wystąpił błąd konfiguracji.", zR = "Potwierdź hasło", qR = "Czy na pewno chcesz odłączyć to konto?", FR = "Potrzebujesz pomocy?", HR = "Skontaktuj się z nami", VR = "lub kontynuować korzystanie z konta społecznościowego", KR = "Kontynuuj {{provider}}", GR = "Czy chcesz kontynuować korzystanie z istniejącego konta?", WR = "Copyright © 2023 SESAMY. Wszelkie prawa zastrzeżone.", JR = "©2023 Sesamy", XR = "Wybierz hasło składające się z małych i wielkich liter, cyfr i symboli.", ZR = "Wprowadź prawidłowy adres e-mail.", YR = "Hasła nie są zgodne. Spróbuj ponownie.", QR = "Wybierz hasło", eB = "Hasło musi mieć co najmniej 8 znaków i zawierać co najmniej jedną małą literę, jedną wielką literę, jedną cyfrę i jeden symbol.", tB = "Utwórz nowe konto", nB = "Zarejestruj się przy użyciu hasła", rB = "Aktualny adres e-mail", iB = "Jesteś obecnie zalogowany jako <0>{{email}}</0>", oB = "Edytuj", sB = "E-mail", aB = "E-mail jest już zajęty", cB = "Zmieniono adres e-mail na <0>{{email}}</0> ", lB = "E-mail lub numer telefonu", dB = "Adres e-mail", uB = "Twój adres e-mail został zweryfikowany", pB = "Teraz wprowadź hasło, aby zalogować się ponownie", fB = "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.", hB = "Wysłano weryfikację e-mail", gB = "Wprowadź kod", mB = "Wyślemy Ci link weryfikacyjny, aby upewnić się, że posiadasz ten adres e-mail.", _B = "Wprowadź nowy adres e-mail", yB = "Wprowadź nowe hasło", wB = "Wprowadź hasło", bB = "Wprowadź swój adres e-mail i hasło, aby się zalogować.", vB = "Wprowadź hasło", $B = "Coś poszło nie tak", kB = "Magiczny link wygasł. Kliknij poniższy przycisk, aby otrzymać nowy link w skrzynce odbiorczej.", xB = "Zaktualizowaliśmy sposób logowania. <0>Kliknij tutaj, aby dowiedzieć się więcej.</0>", SB = "Wyślij wiadomość e-mail z resetem hasła", AB = "Kliknij poniższy przycisk, a my wyślemy Ci instrukcje, jak zresetować hasło.", EB = "Wysłano wiadomość e-mail z resetem hasła", CB = "Zapomniałeś hasła?", NB = "Zapomniałeś hasła?", jB = "Wróć", IB = "Ukryj hasło", OB = "Wykryto tryb incognito", PB = "Jesteś w trybie incognito/prywatnym. Dane sesji mogą nie zachować się po odświeżeniu strony. Niektóre funkcje mogą nie działać zgodnie z oczekiwaniami.", TB = "Nieprawidłowy identyfikator", RB = "Nieprawidłowe hasło", BB = `Link jest już nieaktualny.
|
|
37020
37063
|
|
|
37021
37064
|
Upewnij się, że otworzyłeś link logowania w tej samej przeglądarce, w której rozpocząłeś logowanie.
|
|
37022
37065
|
|
|
37023
|
-
Możesz kliknąć poniższy link, aby rozpocząć nowe logowanie.`,
|
|
37024
|
-
account_detected:
|
|
37025
|
-
account_page_description:
|
|
37026
|
-
account_title:
|
|
37027
|
-
account_with_sso_provider:
|
|
37028
|
-
agree_to:
|
|
37029
|
-
and:
|
|
37030
|
-
auth_method_email:
|
|
37031
|
-
auth_method_email_or_phone:
|
|
37032
|
-
auth_method_phone:
|
|
37033
|
-
callback_url_mismatch:
|
|
37034
|
-
callback_url_not_allowed:
|
|
37035
|
-
change_email:
|
|
37036
|
-
check_email_title:
|
|
37037
|
-
click_to_sign_up_description:
|
|
37038
|
-
code_email_enter_code:
|
|
37039
|
-
code_email_subject:
|
|
37040
|
-
code_email_title:
|
|
37041
|
-
code_expired:
|
|
37042
|
-
code_invalid:
|
|
37043
|
-
code_sent_template:
|
|
37044
|
-
code_used:
|
|
37045
|
-
code_valid_30_minutes:
|
|
37046
|
-
configuration_error_message:
|
|
37047
|
-
confirm_password:
|
|
37048
|
-
confirm_unlink:
|
|
37049
|
-
contact_support:
|
|
37050
|
-
contact_us:
|
|
37066
|
+
Możesz kliknąć poniższy link, aby rozpocząć nowe logowanie.`, LB = "Nieprawidłowy link", UB = "Połączone konta", DB = "Kliknij przycisk, aby się zalogować", MB = "Zaloguj się", zB = "Lub wprowadź kod na stronie {{vendorName}}, aby dokończyć logowanie.", qB = "Wprowadź swój adres e-mail, aby odblokować ten program na {{service}}", FB = "Połącz swoje konto z {{service}}", HB = "Jesteś zalogowany jako", VB = "Logowanie", KB = "Wprowadź swój adres e-mail, aby się zalogować.", GB = "Wprowadź swój adres e-mail, a my wyślemy Ci kod logowania.", WB = "Wprowadź swój adres e-mail lub numer telefonu, aby się zalogować", JB = "Wprowadź swój adres e-mail, a my wyślemy Ci link do logowania.", XB = "Wprowadź swój numer telefonu, aby się zalogować", ZB = "Wprowadź swój adres {{authMethod}}, aby się zalogować.", YB = "Wylogowanie", QB = "Nowy adres e-mail", eL = "Jednorazowy kod zostanie wysłany na Twój nowy adres e-mail, wprowadź kod w następnym kroku.", tL = "Brak ustawionego adresu e-mail", nL = "Nie, chcę użyć innego konta", rL = "lub", iL = "Hasło", oL = "Hasło zostało zresetowane", sL = "Sukces", aL = "Zmień hasło do konta {{vendorName}} ", cL = "Zmiana hasła do konta {{vendorName}} ", lL = "Numer telefonu", dL = "Polityka prywatności", uL = "Przekierowanie", pL = "Potwierdź hasło", fL = "Zarejestruj nowe hasło", hL = "Wyślij ponownie kod", gL = "Zmiana hasła", mL = "Wprowadź poniżej nowe hasło do konta e-mail: ", _L = "Kliknij przycisk, aby zresetować hasło", yL = "Kliknij przycisk, aby zresetować hasło", wL = "Zmień hasło", bL = "Zmiana hasła do konta {{vendorName}} ", vL = "Resetowanie hasła", $L = "Wyślij", kL = "Wyślij mi nowy magiczny link", xL = "Pamiętaj, aby sprawdzić folder spamu, jeśli wiadomość e-mail nie dotarła.", SL = "Ustaw hasło", AL = "Pokaż hasło", EL = "Zaloguj się", CL = "Rejestracja", NL = "Rejestracja zakończona sukcesem", jL = "{{code}} to kod logowania do {{vendorName}}", IL = "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ć.", OL = "Przejdź do strony dostępu do treści Spotify", PL = '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.', TL = "Krok 1: Odłącz swoje konto Spotify", RL = "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.", BL = "Krok 2: Połącz ponownie swoje konto Spotify z Sesamy", LL = "Ups! Twoje konto Spotify jest już połączone", UL = "Gotowe", DL = "Jeśli masz pytania lub potrzebujesz pomocy, skontaktuj się z nami", ML = "Zasady i warunki", zL = "Coś poszło nie tak. Spróbuj ponownie.", qL = "Odłącz", FL = "Twój adres e-mail wymaga weryfikacji. Wysłaliśmy nową wiadomość e-mail na Twoją skrzynkę odbiorczą", HL = "Aktualizacja wiadomości e-mail", VL = "Konto użytkownika nie istnieje", KL = "Konto użytkownika nie istnieje", GL = "Nie mogliśmy znaleźć użytkownika o podanym adresie e-mail. Spróbuj ponownie.", WL = "Spróbuj ponownie.", JL = "Sprawdź poprawność kodu", XL = "Sprawdź swoją skrzynkę odbiorczą, aby uzyskać instrukcje dotyczące weryfikacji wiadomości e-mail.", ZL = "Zarejestrowany", YL = "Kliknij przycisk, aby zweryfikować swój adres e-mail", QL = "Potwierdź swój adres e-mail", eU = "Potwierdź swój adres e-mail", tU = "Zweryfikuj konto", nU = "Zweryfikuj swój adres e-mail", rU = "Witamy", iU = "Witamy na koncie {{vendorName}}!", oU = "Sprawdź swoją skrzynkę e-mail pod adresem <0>{{email}}</0> i wprowadź sześciocyfrowy kod, który wysłaliśmy.", sU = "Kontynuuj korzystanie z tego konta", aU = "Tak, kontynuuj {{text}}", cU = "Tak, kontynuuj korzystanie z istniejącego konta", lU = {
|
|
37067
|
+
account_detected: yR,
|
|
37068
|
+
account_page_description: wR,
|
|
37069
|
+
account_title: bR,
|
|
37070
|
+
account_with_sso_provider: vR,
|
|
37071
|
+
agree_to: $R,
|
|
37072
|
+
and: kR,
|
|
37073
|
+
auth_method_email: xR,
|
|
37074
|
+
auth_method_email_or_phone: SR,
|
|
37075
|
+
auth_method_phone: AR,
|
|
37076
|
+
callback_url_mismatch: ER,
|
|
37077
|
+
callback_url_not_allowed: CR,
|
|
37078
|
+
change_email: NR,
|
|
37079
|
+
check_email_title: jR,
|
|
37080
|
+
click_to_sign_up_description: IR,
|
|
37081
|
+
code_email_enter_code: OR,
|
|
37082
|
+
code_email_subject: PR,
|
|
37083
|
+
code_email_title: TR,
|
|
37084
|
+
code_expired: RR,
|
|
37085
|
+
code_invalid: BR,
|
|
37086
|
+
code_sent_template: LR,
|
|
37087
|
+
code_used: UR,
|
|
37088
|
+
code_valid_30_minutes: DR,
|
|
37089
|
+
configuration_error_message: MR,
|
|
37090
|
+
confirm_password: zR,
|
|
37091
|
+
confirm_unlink: qR,
|
|
37092
|
+
contact_support: FR,
|
|
37093
|
+
contact_us: HR,
|
|
37051
37094
|
continue: "Kontynuuj",
|
|
37052
|
-
continue_social_login:
|
|
37053
|
-
continue_with:
|
|
37054
|
-
continue_with_sso_provider_headline:
|
|
37055
|
-
copyright:
|
|
37056
|
-
copyright_sesamy:
|
|
37057
|
-
create_account_description:
|
|
37058
|
-
create_account_email_invalid:
|
|
37059
|
-
create_account_passwords_didnt_match:
|
|
37060
|
-
create_account_title:
|
|
37061
|
-
create_account_weak_password:
|
|
37062
|
-
create_new_account_link:
|
|
37063
|
-
create_password_account_title:
|
|
37064
|
-
current_email:
|
|
37065
|
-
currently_logged_in_as:
|
|
37066
|
-
edit:
|
|
37067
|
-
email:
|
|
37068
|
-
email_already_taken:
|
|
37069
|
-
email_changed_to_template:
|
|
37070
|
-
email_or_phone_placeholder:
|
|
37071
|
-
email_placeholder:
|
|
37072
|
-
email_validated:
|
|
37073
|
-
email_validated_cta:
|
|
37074
|
-
email_verification_for_signup_sent_description:
|
|
37075
|
-
email_verification_for_signup_sent_title:
|
|
37076
|
-
enter_a_code_btn:
|
|
37077
|
-
enter_email_for_verification_description:
|
|
37078
|
-
enter_new_email:
|
|
37079
|
-
enter_new_password_placeholder:
|
|
37080
|
-
enter_password:
|
|
37081
|
-
enter_password_description:
|
|
37082
|
-
enter_your_password_btn:
|
|
37083
|
-
error_page_title:
|
|
37084
|
-
expired_code:
|
|
37085
|
-
fokus_info_message:
|
|
37086
|
-
forgot_password_cta:
|
|
37087
|
-
forgot_password_description:
|
|
37088
|
-
forgot_password_email_sent:
|
|
37089
|
-
forgot_password_link:
|
|
37090
|
-
forgot_password_title:
|
|
37091
|
-
go_back:
|
|
37092
|
-
hide_password:
|
|
37095
|
+
continue_social_login: VR,
|
|
37096
|
+
continue_with: KR,
|
|
37097
|
+
continue_with_sso_provider_headline: GR,
|
|
37098
|
+
copyright: WR,
|
|
37099
|
+
copyright_sesamy: JR,
|
|
37100
|
+
create_account_description: XR,
|
|
37101
|
+
create_account_email_invalid: ZR,
|
|
37102
|
+
create_account_passwords_didnt_match: YR,
|
|
37103
|
+
create_account_title: QR,
|
|
37104
|
+
create_account_weak_password: eB,
|
|
37105
|
+
create_new_account_link: tB,
|
|
37106
|
+
create_password_account_title: nB,
|
|
37107
|
+
current_email: rB,
|
|
37108
|
+
currently_logged_in_as: iB,
|
|
37109
|
+
edit: oB,
|
|
37110
|
+
email: sB,
|
|
37111
|
+
email_already_taken: aB,
|
|
37112
|
+
email_changed_to_template: cB,
|
|
37113
|
+
email_or_phone_placeholder: lB,
|
|
37114
|
+
email_placeholder: dB,
|
|
37115
|
+
email_validated: uB,
|
|
37116
|
+
email_validated_cta: pB,
|
|
37117
|
+
email_verification_for_signup_sent_description: fB,
|
|
37118
|
+
email_verification_for_signup_sent_title: hB,
|
|
37119
|
+
enter_a_code_btn: gB,
|
|
37120
|
+
enter_email_for_verification_description: mB,
|
|
37121
|
+
enter_new_email: _B,
|
|
37122
|
+
enter_new_password_placeholder: yB,
|
|
37123
|
+
enter_password: wB,
|
|
37124
|
+
enter_password_description: bB,
|
|
37125
|
+
enter_your_password_btn: vB,
|
|
37126
|
+
error_page_title: $B,
|
|
37127
|
+
expired_code: kB,
|
|
37128
|
+
fokus_info_message: xB,
|
|
37129
|
+
forgot_password_cta: SB,
|
|
37130
|
+
forgot_password_description: AB,
|
|
37131
|
+
forgot_password_email_sent: EB,
|
|
37132
|
+
forgot_password_link: CB,
|
|
37133
|
+
forgot_password_title: NB,
|
|
37134
|
+
go_back: jB,
|
|
37135
|
+
hide_password: IB,
|
|
37136
|
+
incognito_mode_detected: OB,
|
|
37137
|
+
incognito_mode_warning: PB,
|
|
37093
37138
|
"invalid-email": "Nieprawidłowy adres e-mail",
|
|
37094
|
-
invalid_identifier:
|
|
37095
|
-
invalid_password:
|
|
37096
|
-
invalid_session_body:
|
|
37097
|
-
invalid_session_title:
|
|
37098
|
-
linked_accounts:
|
|
37099
|
-
link_email_click_to_login:
|
|
37100
|
-
link_email_login:
|
|
37101
|
-
link_email_or_enter_code:
|
|
37102
|
-
link_page_body:
|
|
37103
|
-
link_page_headline:
|
|
37104
|
-
logged_in_as:
|
|
37105
|
-
login:
|
|
37106
|
-
login_description:
|
|
37107
|
-
login_description_code:
|
|
37108
|
-
login_description_combined:
|
|
37109
|
-
login_description_link:
|
|
37110
|
-
login_description_phone:
|
|
37111
|
-
login_description_template:
|
|
37112
|
-
logout:
|
|
37113
|
-
new_email:
|
|
37114
|
-
new_email_code_info:
|
|
37115
|
-
no_email_address:
|
|
37116
|
-
no_use_another:
|
|
37117
|
-
or:
|
|
37118
|
-
password:
|
|
37119
|
-
password_has_been_reset:
|
|
37120
|
-
password_has_been_reset_title:
|
|
37121
|
-
password_reset_subject:
|
|
37122
|
-
password_reset_title:
|
|
37123
|
-
phone_placeholder:
|
|
37124
|
-
privacy_policy:
|
|
37125
|
-
redirecting:
|
|
37126
|
-
reenter_new_password_placeholder:
|
|
37127
|
-
register_password_account:
|
|
37128
|
-
resend_code:
|
|
37129
|
-
reset_password_cta:
|
|
37130
|
-
reset_password_description:
|
|
37131
|
-
reset_password_email_click_to_reset:
|
|
37132
|
-
reset_password_email_cta:
|
|
37133
|
-
reset_password_email_reset:
|
|
37134
|
-
reset_password_subject:
|
|
37135
|
-
reset_password_title:
|
|
37136
|
-
send:
|
|
37137
|
-
send_me_a_new_magic_link:
|
|
37138
|
-
sent_code_spam:
|
|
37139
|
+
invalid_identifier: TB,
|
|
37140
|
+
invalid_password: RB,
|
|
37141
|
+
invalid_session_body: BB,
|
|
37142
|
+
invalid_session_title: LB,
|
|
37143
|
+
linked_accounts: UB,
|
|
37144
|
+
link_email_click_to_login: DB,
|
|
37145
|
+
link_email_login: MB,
|
|
37146
|
+
link_email_or_enter_code: zB,
|
|
37147
|
+
link_page_body: qB,
|
|
37148
|
+
link_page_headline: FB,
|
|
37149
|
+
logged_in_as: HB,
|
|
37150
|
+
login: VB,
|
|
37151
|
+
login_description: KB,
|
|
37152
|
+
login_description_code: GB,
|
|
37153
|
+
login_description_combined: WB,
|
|
37154
|
+
login_description_link: JB,
|
|
37155
|
+
login_description_phone: XB,
|
|
37156
|
+
login_description_template: ZB,
|
|
37157
|
+
logout: YB,
|
|
37158
|
+
new_email: QB,
|
|
37159
|
+
new_email_code_info: eL,
|
|
37160
|
+
no_email_address: tL,
|
|
37161
|
+
no_use_another: nL,
|
|
37162
|
+
or: rL,
|
|
37163
|
+
password: iL,
|
|
37164
|
+
password_has_been_reset: oL,
|
|
37165
|
+
password_has_been_reset_title: sL,
|
|
37166
|
+
password_reset_subject: aL,
|
|
37167
|
+
password_reset_title: cL,
|
|
37168
|
+
phone_placeholder: lL,
|
|
37169
|
+
privacy_policy: dL,
|
|
37170
|
+
redirecting: uL,
|
|
37171
|
+
reenter_new_password_placeholder: pL,
|
|
37172
|
+
register_password_account: fL,
|
|
37173
|
+
resend_code: hL,
|
|
37174
|
+
reset_password_cta: gL,
|
|
37175
|
+
reset_password_description: mL,
|
|
37176
|
+
reset_password_email_click_to_reset: _L,
|
|
37177
|
+
reset_password_email_cta: yL,
|
|
37178
|
+
reset_password_email_reset: wL,
|
|
37179
|
+
reset_password_subject: bL,
|
|
37180
|
+
reset_password_title: vL,
|
|
37181
|
+
send: $L,
|
|
37182
|
+
send_me_a_new_magic_link: kL,
|
|
37183
|
+
sent_code_spam: xL,
|
|
37139
37184
|
"Server error: Invalid code": "Nieprawidłowy kod",
|
|
37140
|
-
set_password:
|
|
37141
|
-
show_password:
|
|
37142
|
-
sign_in:
|
|
37143
|
-
signup:
|
|
37144
|
-
signup_success:
|
|
37145
|
-
sms_code_text:
|
|
37146
|
-
spotify_already_linked_body:
|
|
37147
|
-
spotify_already_linked_cta:
|
|
37148
|
-
spotify_already_linked_step1_body:
|
|
37149
|
-
spotify_already_linked_step1_title:
|
|
37150
|
-
spotify_already_linked_step2_body:
|
|
37151
|
-
spotify_already_linked_step2_title:
|
|
37152
|
-
spotify_already_linked_title:
|
|
37153
|
-
success:
|
|
37154
|
-
support_info:
|
|
37155
|
-
terms:
|
|
37156
|
-
unexpected_error_try_again:
|
|
37157
|
-
unlink:
|
|
37158
|
-
unverified_email:
|
|
37159
|
-
update_email:
|
|
37160
|
-
user_account_does_not_exist:
|
|
37161
|
-
user_not_found:
|
|
37162
|
-
user_not_found_body:
|
|
37163
|
-
user_not_found_cta:
|
|
37164
|
-
validate_code:
|
|
37165
|
-
validate_email_body:
|
|
37166
|
-
validate_email_title:
|
|
37167
|
-
verify_email_click_to_verify:
|
|
37168
|
-
verify_email_subject:
|
|
37169
|
-
verify_email_title:
|
|
37170
|
-
verify_email_verify:
|
|
37171
|
-
verify_your_email:
|
|
37172
|
-
welcome:
|
|
37173
|
-
welcome_to_your_account:
|
|
37174
|
-
we_sent_a_code_to:
|
|
37175
|
-
yes_continue:
|
|
37176
|
-
yes_continue_with:
|
|
37177
|
-
yes_continue_with_existing_account:
|
|
37178
|
-
},
|
|
37185
|
+
set_password: SL,
|
|
37186
|
+
show_password: AL,
|
|
37187
|
+
sign_in: EL,
|
|
37188
|
+
signup: CL,
|
|
37189
|
+
signup_success: NL,
|
|
37190
|
+
sms_code_text: jL,
|
|
37191
|
+
spotify_already_linked_body: IL,
|
|
37192
|
+
spotify_already_linked_cta: OL,
|
|
37193
|
+
spotify_already_linked_step1_body: PL,
|
|
37194
|
+
spotify_already_linked_step1_title: TL,
|
|
37195
|
+
spotify_already_linked_step2_body: RL,
|
|
37196
|
+
spotify_already_linked_step2_title: BL,
|
|
37197
|
+
spotify_already_linked_title: LL,
|
|
37198
|
+
success: UL,
|
|
37199
|
+
support_info: DL,
|
|
37200
|
+
terms: ML,
|
|
37201
|
+
unexpected_error_try_again: zL,
|
|
37202
|
+
unlink: qL,
|
|
37203
|
+
unverified_email: FL,
|
|
37204
|
+
update_email: HL,
|
|
37205
|
+
user_account_does_not_exist: VL,
|
|
37206
|
+
user_not_found: KL,
|
|
37207
|
+
user_not_found_body: GL,
|
|
37208
|
+
user_not_found_cta: WL,
|
|
37209
|
+
validate_code: JL,
|
|
37210
|
+
validate_email_body: XL,
|
|
37211
|
+
validate_email_title: ZL,
|
|
37212
|
+
verify_email_click_to_verify: YL,
|
|
37213
|
+
verify_email_subject: QL,
|
|
37214
|
+
verify_email_title: eU,
|
|
37215
|
+
verify_email_verify: tU,
|
|
37216
|
+
verify_your_email: nU,
|
|
37217
|
+
welcome: rU,
|
|
37218
|
+
welcome_to_your_account: iU,
|
|
37219
|
+
we_sent_a_code_to: oU,
|
|
37220
|
+
yes_continue: sU,
|
|
37221
|
+
yes_continue_with: aU,
|
|
37222
|
+
yes_continue_with_existing_account: cU
|
|
37223
|
+
}, dU = "Zjištěný účet", uU = "Spravujte podrobnosti svého účtu", pU = "Účet", fU = "Zjistili jsme, že jste si již vytvořili účet prostřednictvím", hU = "Přihlášením souhlasíte s našimi", gU = "a", mU = "e-mailová adresa", _U = "e-mail nebo telefonní číslo", yU = "telefonní číslo", wU = "Neshoda adresy URL zpětného volání", bU = "Zadané redirect_uri není v seznamu povolených zpětných adres URL.", vU = "Změnit e-mailovou adresu", $U = "pokračovat s uživatelem", kU = "Klikněte na tlačítko pro vytvoření nového účtu s heslem.", xU = "Pro dokončení přihlášení zadejte kód na adrese {{vendorName}}.", SU = "Vítejte na {{vendorName}}! {{code}} je přihlašovací kód.", AU = "Vítejte na {{vendorName}}! {{code}} je přihlašovací kód.", EU = "Kód vypršel", CU = "Neplatný kód", NU = "Zkontrolujte prosím <0>{{username}}</0> a zadejte šestimístný kód, který jsme vám zaslali.", jU = "Kód je již použit", IU = "Kód je platný po dobu 30 minut", OU = "Došlo k chybě konfigurace.", PU = "Potvrzení hesla", TU = "Jste si jisti, že chcete zrušit propojení tohoto účtu?", RU = "Potřebujete pomoc?", BU = "Kontaktujte nás", LU = "nebo pokračovat v sociálním účtu", UU = "Pokračovat s {{provider}}", DU = "Chcete pokračovat ve svém stávajícím účtu?", MU = "Copyright © 2023 SESAMY. Všechna práva vyhrazena.", zU = "©2023 Sesamy", qU = "Zvolte heslo složené z velkých a malých písmen, číslic a symbolů.", FU = "Zadejte prosím platnou e-mailovou adresu.", HU = "Hesla se neshodovala. Zkuste to znovu.", VU = "Zvolte heslo", KU = "Heslo musí mít alespoň 8 znaků a obsahovat alespoň jedno malé písmeno, jedno velké písmeno, jednu číslici a jeden symbol.", GU = "Vytvořit nový účet", WU = "Zaregistrujte se pomocí hesla", JU = "Aktuální e-mailová adresa", XU = "V současné době jste přihlášeni jako <0>{{email}}</0>", ZU = "Upravit", YU = "E-mail", QU = "E-mail je již obsazen", eD = "E-mail se změnil na <0>{{email}}</0> ", tD = "E-mail nebo telefonní číslo", nD = "E-mailová adresa", rD = "Vaše e-mailová adresa byla ověřena", iD = "Nyní zadejte své heslo a znovu se přihlaste", oD = "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.", sD = "Ověření e-mailem odesláno", aD = "Zadejte kód", cD = "Pošleme vám ověřovací odkaz, abychom se ujistili, že tuto e-mailovou adresu vlastníte.", lD = "Zadejte nový e-mail", dD = "Zadejte nové heslo", uD = "Zadejte heslo", pD = "Pro přihlášení zadejte svou e-mailovou adresu a heslo.", fD = "Zadejte své heslo", hD = "Něco se pokazilo", gD = "Platnost kouzelného odkazu vypršela. Klikněte na tlačítko níže, abyste obdrželi nový odkaz do své e-mailové schránky.", mD = "Ahoj! Aktualizovali jsme naše přihlašovací prostředí. <0>Klikněte sem a dozvíte se o něm více.</0>", _D = "Odeslání e-mailu pro obnovení hesla", yD = "Klikněte na tlačítko níže a my vám zašleme pokyny k obnovení hesla.", wD = "Odeslání e-mailu s žádostí o obnovení hesla", bD = "Zapomněli jste heslo?", vD = "Zapomněli jste heslo?", $D = "Vrátit se zpět", kD = "Skrýt heslo", xD = "Zjištěn režim inkognito", SD = "Jste v inkognito/soukromém režimu. Data relace nemusí přetrvávat při obnovení stránky. Některé funkce nemusí fungovat podle očekávání.", AD = "Neplatný identifikátor", ED = "Neplatné heslo", CD = `Odkaz již není platný.
|
|
37179
37224
|
|
|
37180
37225
|
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.
|
|
37181
37226
|
|
|
37182
|
-
Kliknutím na odkaz níže můžete zahájit nové přihlášení.`,
|
|
37183
|
-
account_detected:
|
|
37184
|
-
account_page_description:
|
|
37185
|
-
account_title:
|
|
37186
|
-
account_with_sso_provider:
|
|
37187
|
-
agree_to:
|
|
37188
|
-
and:
|
|
37189
|
-
auth_method_email:
|
|
37190
|
-
auth_method_email_or_phone:
|
|
37191
|
-
auth_method_phone:
|
|
37192
|
-
callback_url_mismatch:
|
|
37193
|
-
callback_url_not_allowed:
|
|
37194
|
-
change_email:
|
|
37195
|
-
check_email_title:
|
|
37196
|
-
click_to_sign_up_description:
|
|
37197
|
-
code_email_enter_code:
|
|
37198
|
-
code_email_subject:
|
|
37199
|
-
code_email_title:
|
|
37200
|
-
code_expired:
|
|
37201
|
-
code_invalid:
|
|
37202
|
-
code_sent_template:
|
|
37203
|
-
code_used:
|
|
37204
|
-
code_valid_30_minutes:
|
|
37205
|
-
configuration_error_message:
|
|
37206
|
-
confirm_password:
|
|
37207
|
-
confirm_unlink:
|
|
37208
|
-
contact_support:
|
|
37209
|
-
contact_us:
|
|
37227
|
+
Kliknutím na odkaz níže můžete zahájit nové přihlášení.`, ND = "Neplatný odkaz", jD = "Propojené účty", ID = "Kliknutím na tlačítko se přihlásíte", OD = "Přihlášení", PD = "Nebo zadejte kód na adrese {{vendorName}} a dokončete přihlášení.", TD = "Zadejte svou e-mailovou adresu pro odemknutí tohoto pořadu na {{service}}", RD = "Propojte svůj účet s {{service}}", BD = "Jste přihlášeni jako", LD = "Přihlášení", UD = "Pro přihlášení zadejte svou e-mailovou adresu.", DD = "Zadejte svou e-mailovou adresu a my vám zašleme přihlašovací kód.", MD = "Pro přihlášení zadejte svůj e-mail nebo telefonní číslo", zD = "Zadejte svou e-mailovou adresu a my vám zašleme odkaz pro přihlášení.", qD = "Zadejte své telefonní číslo a přihlaste se", FD = "Pro přihlášení zadejte adresu {{authMethod}}.", HD = "Odhlášení", VD = "Nová e-mailová adresa", KD = "Na vaši novou e-mailovou adresu bude zaslán jednorázový kód, zadejte kód v dalším kroku.", GD = "Žádná e-mailová adresa není nastavena", WD = "Ne, chci použít jiný účet", JD = "nebo", XD = "Heslo", ZD = "Heslo bylo resetováno", YD = "Úspěch", QD = "Změna hesla k účtu {{vendorName}} ", eM = "Změna hesla k účtu {{vendorName}} ", tM = "Telefonní číslo", nM = "Zásady ochrany osobních údajů", rM = "Přesměrování", iM = "Potvrzení hesla", oM = "Registrace nového hesla", sM = "Opětovné odeslání kódu", aM = "Změna hesla", cM = "Níže zadejte nové heslo k e-mailovému účtu: ", lM = "Kliknutím na tlačítko obnovíte své heslo", dM = "Kliknutím na tlačítko obnovíte své heslo", uM = "Obnovení hesla", pM = "Změna hesla k účtu {{vendorName}} ", fM = "Obnovení hesla", hM = "Odeslat", gM = "Pošlete mi nový kouzelný odkaz", mM = "Pokud e-mail nedorazil, nezapomeňte zkontrolovat složku nevyžádané pošty.", _M = "Nastavení hesla", yM = "Zobrazit heslo", wM = "Přihlásit se", bM = "Registrace", vM = "Úspěšná registrace", $M = "{{code}} je váš přihlašovací kód pro {{vendorName}}", kM = "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.", xM = "Přejděte na stránku Spotify pro přístup k obsahu", SM = '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.', AM = "Krok 1: Odpojení účtu Spotify", EM = "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.", CM = "Krok 2: Propojení účtu Spotify s aplikací Sesamy", NM = "Ups! Váš účet Spotify je již propojen", jM = "Hotovo", IM = "Pokud máte dotazy nebo potřebujete pomoc, můžete se obrátit na náš tým podpory.", OM = "Podmínky a pravidla", PM = "Něco se pokazilo. Zkuste to prosím znovu.", TM = "Odpojit", RM = "Vaši e-mailovou adresu je třeba ověřit. Do vaší e-mailové schránky jsme odeslali nový e-mail.", BM = "Aktualizace e-mailu", LM = "Uživatelský účet neexistuje", UM = "Uživatelský účet neexistuje", DM = "Nepodařilo se nám najít uživatele se zadanou e-mailovou adresou. Zkuste to prosím znovu.", MM = "Zkuste to znovu.", zM = "Ověření kódu", qM = "Pokyny k ověření e-mailu najdete ve své e-mailové schránce.", FM = "Zaregistrovali jste se", HM = "Klikněte na tlačítko pro ověření e-mailové adresy", VM = "Ověřte svou e-mailovou adresu", KM = "Ověřte svou e-mailovou adresu", GM = "Ověření účtu", WM = "Ověření e-mailu", JM = "Vítejte na", XM = "Vítejte na svém účtu {{vendorName}}!", ZM = "Zkontrolujte si prosím svůj e-mail na adrese <0>{{email}}</0> a zadejte šestimístný kód, který jsme vám zaslali.", YM = "Pokračujte s tímto účtem", QM = "Ano, pokračujte {{text}}", ez = "Ano, pokračujte ve stávajícím účtu", tz = {
|
|
37228
|
+
account_detected: dU,
|
|
37229
|
+
account_page_description: uU,
|
|
37230
|
+
account_title: pU,
|
|
37231
|
+
account_with_sso_provider: fU,
|
|
37232
|
+
agree_to: hU,
|
|
37233
|
+
and: gU,
|
|
37234
|
+
auth_method_email: mU,
|
|
37235
|
+
auth_method_email_or_phone: _U,
|
|
37236
|
+
auth_method_phone: yU,
|
|
37237
|
+
callback_url_mismatch: wU,
|
|
37238
|
+
callback_url_not_allowed: bU,
|
|
37239
|
+
change_email: vU,
|
|
37240
|
+
check_email_title: $U,
|
|
37241
|
+
click_to_sign_up_description: kU,
|
|
37242
|
+
code_email_enter_code: xU,
|
|
37243
|
+
code_email_subject: SU,
|
|
37244
|
+
code_email_title: AU,
|
|
37245
|
+
code_expired: EU,
|
|
37246
|
+
code_invalid: CU,
|
|
37247
|
+
code_sent_template: NU,
|
|
37248
|
+
code_used: jU,
|
|
37249
|
+
code_valid_30_minutes: IU,
|
|
37250
|
+
configuration_error_message: OU,
|
|
37251
|
+
confirm_password: PU,
|
|
37252
|
+
confirm_unlink: TU,
|
|
37253
|
+
contact_support: RU,
|
|
37254
|
+
contact_us: BU,
|
|
37210
37255
|
continue: "Pokračovat",
|
|
37211
|
-
continue_social_login:
|
|
37212
|
-
continue_with:
|
|
37213
|
-
continue_with_sso_provider_headline:
|
|
37214
|
-
copyright:
|
|
37215
|
-
copyright_sesamy:
|
|
37216
|
-
create_account_description:
|
|
37217
|
-
create_account_email_invalid:
|
|
37218
|
-
create_account_passwords_didnt_match:
|
|
37219
|
-
create_account_title:
|
|
37220
|
-
create_account_weak_password:
|
|
37221
|
-
create_new_account_link:
|
|
37222
|
-
create_password_account_title:
|
|
37223
|
-
current_email:
|
|
37224
|
-
currently_logged_in_as:
|
|
37225
|
-
edit:
|
|
37226
|
-
email:
|
|
37227
|
-
email_already_taken:
|
|
37228
|
-
email_changed_to_template:
|
|
37229
|
-
email_or_phone_placeholder:
|
|
37230
|
-
email_placeholder:
|
|
37231
|
-
email_validated:
|
|
37232
|
-
email_validated_cta:
|
|
37233
|
-
email_verification_for_signup_sent_description:
|
|
37234
|
-
email_verification_for_signup_sent_title:
|
|
37235
|
-
enter_a_code_btn:
|
|
37236
|
-
enter_email_for_verification_description:
|
|
37237
|
-
enter_new_email:
|
|
37238
|
-
enter_new_password_placeholder:
|
|
37239
|
-
enter_password:
|
|
37240
|
-
enter_password_description:
|
|
37241
|
-
enter_your_password_btn:
|
|
37242
|
-
error_page_title:
|
|
37243
|
-
expired_code:
|
|
37244
|
-
fokus_info_message:
|
|
37245
|
-
forgot_password_cta:
|
|
37246
|
-
forgot_password_description:
|
|
37247
|
-
forgot_password_email_sent:
|
|
37248
|
-
forgot_password_link:
|
|
37249
|
-
forgot_password_title:
|
|
37250
|
-
go_back:
|
|
37251
|
-
hide_password:
|
|
37256
|
+
continue_social_login: LU,
|
|
37257
|
+
continue_with: UU,
|
|
37258
|
+
continue_with_sso_provider_headline: DU,
|
|
37259
|
+
copyright: MU,
|
|
37260
|
+
copyright_sesamy: zU,
|
|
37261
|
+
create_account_description: qU,
|
|
37262
|
+
create_account_email_invalid: FU,
|
|
37263
|
+
create_account_passwords_didnt_match: HU,
|
|
37264
|
+
create_account_title: VU,
|
|
37265
|
+
create_account_weak_password: KU,
|
|
37266
|
+
create_new_account_link: GU,
|
|
37267
|
+
create_password_account_title: WU,
|
|
37268
|
+
current_email: JU,
|
|
37269
|
+
currently_logged_in_as: XU,
|
|
37270
|
+
edit: ZU,
|
|
37271
|
+
email: YU,
|
|
37272
|
+
email_already_taken: QU,
|
|
37273
|
+
email_changed_to_template: eD,
|
|
37274
|
+
email_or_phone_placeholder: tD,
|
|
37275
|
+
email_placeholder: nD,
|
|
37276
|
+
email_validated: rD,
|
|
37277
|
+
email_validated_cta: iD,
|
|
37278
|
+
email_verification_for_signup_sent_description: oD,
|
|
37279
|
+
email_verification_for_signup_sent_title: sD,
|
|
37280
|
+
enter_a_code_btn: aD,
|
|
37281
|
+
enter_email_for_verification_description: cD,
|
|
37282
|
+
enter_new_email: lD,
|
|
37283
|
+
enter_new_password_placeholder: dD,
|
|
37284
|
+
enter_password: uD,
|
|
37285
|
+
enter_password_description: pD,
|
|
37286
|
+
enter_your_password_btn: fD,
|
|
37287
|
+
error_page_title: hD,
|
|
37288
|
+
expired_code: gD,
|
|
37289
|
+
fokus_info_message: mD,
|
|
37290
|
+
forgot_password_cta: _D,
|
|
37291
|
+
forgot_password_description: yD,
|
|
37292
|
+
forgot_password_email_sent: wD,
|
|
37293
|
+
forgot_password_link: bD,
|
|
37294
|
+
forgot_password_title: vD,
|
|
37295
|
+
go_back: $D,
|
|
37296
|
+
hide_password: kD,
|
|
37297
|
+
incognito_mode_detected: xD,
|
|
37298
|
+
incognito_mode_warning: SD,
|
|
37252
37299
|
"invalid-email": "Neplatný e-mail",
|
|
37253
|
-
invalid_identifier:
|
|
37254
|
-
invalid_password:
|
|
37255
|
-
invalid_session_body:
|
|
37256
|
-
invalid_session_title:
|
|
37257
|
-
linked_accounts:
|
|
37258
|
-
link_email_click_to_login:
|
|
37259
|
-
link_email_login:
|
|
37260
|
-
link_email_or_enter_code:
|
|
37261
|
-
link_page_body:
|
|
37262
|
-
link_page_headline:
|
|
37263
|
-
logged_in_as:
|
|
37264
|
-
login:
|
|
37265
|
-
login_description:
|
|
37266
|
-
login_description_code:
|
|
37267
|
-
login_description_combined:
|
|
37268
|
-
login_description_link:
|
|
37269
|
-
login_description_phone:
|
|
37270
|
-
login_description_template:
|
|
37271
|
-
logout:
|
|
37272
|
-
new_email:
|
|
37273
|
-
new_email_code_info:
|
|
37274
|
-
no_email_address:
|
|
37275
|
-
no_use_another:
|
|
37276
|
-
or:
|
|
37277
|
-
password:
|
|
37278
|
-
password_has_been_reset:
|
|
37279
|
-
password_has_been_reset_title:
|
|
37280
|
-
password_reset_subject:
|
|
37281
|
-
password_reset_title:
|
|
37282
|
-
phone_placeholder:
|
|
37283
|
-
privacy_policy:
|
|
37284
|
-
redirecting:
|
|
37285
|
-
reenter_new_password_placeholder:
|
|
37286
|
-
register_password_account:
|
|
37287
|
-
resend_code:
|
|
37288
|
-
reset_password_cta:
|
|
37289
|
-
reset_password_description:
|
|
37290
|
-
reset_password_email_click_to_reset:
|
|
37291
|
-
reset_password_email_cta:
|
|
37292
|
-
reset_password_email_reset:
|
|
37293
|
-
reset_password_subject:
|
|
37294
|
-
reset_password_title:
|
|
37295
|
-
send:
|
|
37296
|
-
send_me_a_new_magic_link:
|
|
37297
|
-
sent_code_spam:
|
|
37300
|
+
invalid_identifier: AD,
|
|
37301
|
+
invalid_password: ED,
|
|
37302
|
+
invalid_session_body: CD,
|
|
37303
|
+
invalid_session_title: ND,
|
|
37304
|
+
linked_accounts: jD,
|
|
37305
|
+
link_email_click_to_login: ID,
|
|
37306
|
+
link_email_login: OD,
|
|
37307
|
+
link_email_or_enter_code: PD,
|
|
37308
|
+
link_page_body: TD,
|
|
37309
|
+
link_page_headline: RD,
|
|
37310
|
+
logged_in_as: BD,
|
|
37311
|
+
login: LD,
|
|
37312
|
+
login_description: UD,
|
|
37313
|
+
login_description_code: DD,
|
|
37314
|
+
login_description_combined: MD,
|
|
37315
|
+
login_description_link: zD,
|
|
37316
|
+
login_description_phone: qD,
|
|
37317
|
+
login_description_template: FD,
|
|
37318
|
+
logout: HD,
|
|
37319
|
+
new_email: VD,
|
|
37320
|
+
new_email_code_info: KD,
|
|
37321
|
+
no_email_address: GD,
|
|
37322
|
+
no_use_another: WD,
|
|
37323
|
+
or: JD,
|
|
37324
|
+
password: XD,
|
|
37325
|
+
password_has_been_reset: ZD,
|
|
37326
|
+
password_has_been_reset_title: YD,
|
|
37327
|
+
password_reset_subject: QD,
|
|
37328
|
+
password_reset_title: eM,
|
|
37329
|
+
phone_placeholder: tM,
|
|
37330
|
+
privacy_policy: nM,
|
|
37331
|
+
redirecting: rM,
|
|
37332
|
+
reenter_new_password_placeholder: iM,
|
|
37333
|
+
register_password_account: oM,
|
|
37334
|
+
resend_code: sM,
|
|
37335
|
+
reset_password_cta: aM,
|
|
37336
|
+
reset_password_description: cM,
|
|
37337
|
+
reset_password_email_click_to_reset: lM,
|
|
37338
|
+
reset_password_email_cta: dM,
|
|
37339
|
+
reset_password_email_reset: uM,
|
|
37340
|
+
reset_password_subject: pM,
|
|
37341
|
+
reset_password_title: fM,
|
|
37342
|
+
send: hM,
|
|
37343
|
+
send_me_a_new_magic_link: gM,
|
|
37344
|
+
sent_code_spam: mM,
|
|
37298
37345
|
"Server error: Invalid code": "Neplatný kód",
|
|
37299
|
-
set_password:
|
|
37300
|
-
show_password:
|
|
37301
|
-
sign_in:
|
|
37302
|
-
signup:
|
|
37303
|
-
signup_success:
|
|
37304
|
-
sms_code_text:
|
|
37305
|
-
spotify_already_linked_body:
|
|
37306
|
-
spotify_already_linked_cta:
|
|
37307
|
-
spotify_already_linked_step1_body:
|
|
37308
|
-
spotify_already_linked_step1_title:
|
|
37309
|
-
spotify_already_linked_step2_body:
|
|
37310
|
-
spotify_already_linked_step2_title:
|
|
37311
|
-
spotify_already_linked_title:
|
|
37312
|
-
success:
|
|
37313
|
-
support_info:
|
|
37314
|
-
terms:
|
|
37315
|
-
unexpected_error_try_again:
|
|
37316
|
-
unlink:
|
|
37317
|
-
unverified_email:
|
|
37318
|
-
update_email:
|
|
37319
|
-
user_account_does_not_exist:
|
|
37320
|
-
user_not_found:
|
|
37321
|
-
user_not_found_body:
|
|
37322
|
-
user_not_found_cta:
|
|
37323
|
-
validate_code:
|
|
37324
|
-
validate_email_body:
|
|
37325
|
-
validate_email_title:
|
|
37326
|
-
verify_email_click_to_verify:
|
|
37327
|
-
verify_email_subject:
|
|
37328
|
-
verify_email_title:
|
|
37329
|
-
verify_email_verify:
|
|
37330
|
-
verify_your_email:
|
|
37331
|
-
welcome:
|
|
37332
|
-
welcome_to_your_account:
|
|
37333
|
-
we_sent_a_code_to:
|
|
37334
|
-
yes_continue:
|
|
37335
|
-
yes_continue_with:
|
|
37336
|
-
yes_continue_with_existing_account:
|
|
37337
|
-
},
|
|
37346
|
+
set_password: _M,
|
|
37347
|
+
show_password: yM,
|
|
37348
|
+
sign_in: wM,
|
|
37349
|
+
signup: bM,
|
|
37350
|
+
signup_success: vM,
|
|
37351
|
+
sms_code_text: $M,
|
|
37352
|
+
spotify_already_linked_body: kM,
|
|
37353
|
+
spotify_already_linked_cta: xM,
|
|
37354
|
+
spotify_already_linked_step1_body: SM,
|
|
37355
|
+
spotify_already_linked_step1_title: AM,
|
|
37356
|
+
spotify_already_linked_step2_body: EM,
|
|
37357
|
+
spotify_already_linked_step2_title: CM,
|
|
37358
|
+
spotify_already_linked_title: NM,
|
|
37359
|
+
success: jM,
|
|
37360
|
+
support_info: IM,
|
|
37361
|
+
terms: OM,
|
|
37362
|
+
unexpected_error_try_again: PM,
|
|
37363
|
+
unlink: TM,
|
|
37364
|
+
unverified_email: RM,
|
|
37365
|
+
update_email: BM,
|
|
37366
|
+
user_account_does_not_exist: LM,
|
|
37367
|
+
user_not_found: UM,
|
|
37368
|
+
user_not_found_body: DM,
|
|
37369
|
+
user_not_found_cta: MM,
|
|
37370
|
+
validate_code: zM,
|
|
37371
|
+
validate_email_body: qM,
|
|
37372
|
+
validate_email_title: FM,
|
|
37373
|
+
verify_email_click_to_verify: HM,
|
|
37374
|
+
verify_email_subject: VM,
|
|
37375
|
+
verify_email_title: KM,
|
|
37376
|
+
verify_email_verify: GM,
|
|
37377
|
+
verify_your_email: WM,
|
|
37378
|
+
welcome: JM,
|
|
37379
|
+
welcome_to_your_account: XM,
|
|
37380
|
+
we_sent_a_code_to: ZM,
|
|
37381
|
+
yes_continue: YM,
|
|
37382
|
+
yes_continue_with: QM,
|
|
37383
|
+
yes_continue_with_existing_account: ez
|
|
37384
|
+
}, nz = "Tili havaittu", rz = "Hallitse tilisi tietoja", iz = "Tili", oz = "Olemme havainneet, että olet jo luonut tilin kautta", sz = "Kirjautumalla sisään hyväksyt", az = "ja", cz = "sähköpostiosoite", lz = "sähköpostiosoite tai puhelinnumero", dz = "puhelinnumero", uz = "Takaisinkutsun URL-osoite ei vastaa toisiaan", pz = "Annettu redirect_uri ei ole sallittujen takaisinsoitto-URL-osoitteiden luettelossa.", fz = "Vaihda sähköpostiosoite", hz = "jatka käyttäjän kanssa", gz = "Klikkaa painiketta luodaksesi uuden salasanatilin.", mz = "Kirjoita koodi osoitteessa {{vendorName}} kirjautumisen loppuun saattamiseksi.", _z = "Tervetuloa osoitteeseen {{vendorName}}! {{code}} on kirjautumiskoodi.", yz = "Tervetuloa osoitteeseen {{vendorName}}! {{code}} on kirjautumiskoodi.", wz = "Koodi päättynyt", bz = "Virheellinen koodi", vz = "Tarkista <0>{{username}}</0> ja syötä lähettämämme kuusinumeroinen koodi.", $z = "Koodi on jo käytössä", kz = "Koodi on voimassa 30 minuuttia", xz = "Konfigurointivirhe tapahtui.", Sz = "Vahvista salasana", Az = "Oletko varma, että haluat poistaa tämän tilin linkityksen?", Ez = "Tarvitsetko apua?", Cz = "Ota yhteyttä", Nz = "tai jatka sosiaalisella tilillä", jz = "Jatka {{provider}}", Iz = "Haluatko jatkaa olemassa olevalla tililläsi?", Oz = "Copyright © 2023 SESAMY. Kaikki oikeudet pidätetään.", Pz = "©2023 Sesamy", Tz = "Valitse salasana, jossa on isoja ja pieniä kirjaimia, numeroita ja symboleja.", Rz = "Kirjoita voimassa oleva sähköpostiosoite.", Bz = "Salasanat eivät vastanneet toisiaan. Yritä uudelleen.", Lz = "Valitse salasana", Uz = "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.", Dz = "Luo uusi tili", Mz = "Rekisteröidy salasanalla", zz = "Nykyinen sähköpostiosoite", qz = "Olet tällä hetkellä kirjautuneena sisään nimellä <0>{{email}}</0>", Fz = "Muokkaa", Hz = "Sähköposti", Vz = "Sähköposti on jo varattu", Kz = "Sähköposti muutettu muotoon <0>{{email}}</0> ", Gz = "Sähköposti tai puhelinnumero", Wz = "Sähköpostiosoite", Jz = "Sähköpostiosoitteesi on vahvistettu", Xz = "Kirjoita nyt salasanasi kirjautuaksesi uudelleen", Zz = "Sähköposti on lähetetty osoitteeseen <0>{{email}}</0> jossa on vahvistuslinkki. Klikkaa linkkiä vahvistaaksesi sähköpostiosoitteesi ja asettaaksesi salasanan.", Yz = "Sähköpostivarmennus lähetetty", Qz = "Syötä koodi", eq = "Lähetämme sinulle vahvistuslinkin varmistaaksemme, että omistat tämän sähköpostiosoitteen.", tq = "Kirjoita uusi sähköpostiosoite", nq = "Anna uusi salasana", rq = "Anna salasana", iq = "Anna sähköpostiosoitteesi ja salasanasi kirjautuaksesi sisään.", oq = "Syötä salasanasi", sq = "Jotain meni pieleen", aq = "Taikalinkki on vanhentunut. Klikkaa alla olevaa painiketta saadaksesi uuden linkin sähköpostiisi.", cq = "Hei! Päivitimme kirjautumiskokemuksemme. <0>Klikkaa tästä saadaksesi lisätietoja siitä.</0>", lq = "Lähetä salasanan palautussähköposti", dq = "Napsauta alla olevaa painiketta, niin lähetämme ohjeet salasanasi palauttamiseen.", uq = "Salasanan palautussähköposti lähetetty", pq = "Unohditko salasanan?", fq = "Unohditko salasanan?", hq = "Palaa takaisin", gq = "Piilota salasana", mq = "Incognito-tila havaittu", _q = "Olet incognito/yksityisessä tilassa. Istuntotiedot eivät välttämättä säily sivun päivitysten aikana. Jotkin ominaisuudet eivät ehkä toimi odotetulla tavalla.", yq = "Virheellinen tunniste", wq = "Virheellinen salasana", bq = `Linkki ei ole enää voimassa.
|
|
37338
37385
|
|
|
37339
37386
|
Varmista, että avaat kirjautumislinkin samalla selaimella, jolla aloitit kirjautumisen.
|
|
37340
37387
|
|
|
37341
|
-
Voit aloittaa uuden kirjautumisen klikkaamalla alla olevaa linkkiä.`,
|
|
37342
|
-
account_detected:
|
|
37343
|
-
account_page_description:
|
|
37344
|
-
account_title:
|
|
37345
|
-
account_with_sso_provider:
|
|
37346
|
-
agree_to:
|
|
37347
|
-
and:
|
|
37348
|
-
auth_method_email:
|
|
37349
|
-
auth_method_email_or_phone:
|
|
37350
|
-
auth_method_phone:
|
|
37351
|
-
callback_url_mismatch:
|
|
37352
|
-
callback_url_not_allowed:
|
|
37353
|
-
change_email:
|
|
37354
|
-
check_email_title:
|
|
37355
|
-
click_to_sign_up_description:
|
|
37356
|
-
code_email_enter_code:
|
|
37357
|
-
code_email_subject:
|
|
37358
|
-
code_email_title:
|
|
37359
|
-
code_expired:
|
|
37360
|
-
code_invalid:
|
|
37361
|
-
code_sent_template:
|
|
37362
|
-
code_used:
|
|
37363
|
-
code_valid_30_minutes:
|
|
37364
|
-
configuration_error_message:
|
|
37365
|
-
confirm_password:
|
|
37366
|
-
confirm_unlink:
|
|
37367
|
-
contact_support:
|
|
37368
|
-
contact_us:
|
|
37388
|
+
Voit aloittaa uuden kirjautumisen klikkaamalla alla olevaa linkkiä.`, vq = "Virheellinen linkki", $q = "Linkitetyt tilit", kq = "Kirjaudu sisään napsauttamalla painiketta", xq = "Kirjaudu sisään", Sq = "Tai kirjoita koodi osoitteessa {{vendorName}} kirjautumisen loppuun saattamiseksi.", Aq = "Kirjoita sähköpostiosoitteesi avataksesi tämän ohjelman osoitteessa {{service}}", Eq = "Yhdistä tilisi {{service}}", Cq = "Olet kirjautunut sisään nimellä", Nq = "Kirjaudu sisään", jq = "Kirjoita sähköpostiosoitteesi kirjautuaksesi sisään.", Iq = "Anna sähköpostiosoitteesi, niin lähetämme sinulle kirjautumiskoodin.", Oq = "Kirjoita sähköpostiosoitteesi tai puhelinnumerosi kirjautuaksesi sisään", Pq = "Anna sähköpostiosoitteesi, niin lähetämme sinulle kirjautumislinkin.", Tq = "Anna puhelinnumerosi kirjautuaksesi sisään", Rq = "Kirjoita {{authMethod}} kirjautuaksesi sisään.", Bq = "Kirjaudu ulos", Lq = "Uusi sähköpostiosoite", Uq = "Yksi kertainen koodi lähetetään uuteen sähköpostiosoitteeseesi, syötä koodi seuraavassa vaiheessa.", Dq = "Ei sähköpostiosoitetta asetettu", Mq = "Ei, haluan käyttää toista tiliä", zq = "tai", qq = "Salasana", Fq = "Salasana on nollattu", Hq = "Menestys", Vq = "Vaihda salasana tilillesi {{vendorName}} ", Kq = "Vaihda salasana tilillesi {{vendorName}} ", Gq = "Puhelinnumero", Wq = "Tietosuojakäytäntö", Jq = "Uudelleenohjaus", Xq = "Vahvista salasana", Zq = "Rekisteröi uusi salasana", Yq = "Lähetä koodi uudelleen", Qq = "Vaihda salasana", eF = "Kirjoita alla oleva uusi salasanasi sähköpostitiliä varten: ", tF = "Napsauta painiketta salasanasi palauttamiseksi", nF = "Napsauta painiketta salasanasi palauttamiseksi", rF = "Nollaa salasanasi", iF = "Vaihda salasana tilillesi {{vendorName}} ", oF = "Nollaa salasana", sF = "Lähetä", aF = "Lähetä minulle uusi maaginen linkki", cF = "Muista tarkistaa roskapostikansiosi, jos sähköposti ei ole saapunut.", lF = "Aseta salasana", dF = "Näytä salasana", uF = "Kirjaudu sisään", pF = "Rekisteröityminen", fF = "Rekisteröidy onnistuneesti", hF = "{{code}} on kirjautumiskoodisi {{vendorName}}", gF = "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.", mF = "Siirry Spotifyn Content Access -sivulle", _F = '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ä.', yF = "Vaihe 1: Poista Spotify-tilisi linkitys", wF = "Kun olet onnistuneesti irrottanut Spotify-tilisi, voit yhdistää sen uudelleen Sesamyn kanssa. Toista vain aiemmin tekemäsi vaiheet, jotka johtivat sinut tälle sivulle.", bF = "Vaihe 2: Yhdistä Spotify-tilisi uudelleen Sesamyn kanssa", vF = "Hups! Spotify-tilisi on jo linkitetty", $F = "Valmis", kF = "Jos sinulla on kysyttävää tai tarvitset apua, voit ottaa yhteyttä tukitiimiimme.", xF = "Ehdot ja edellytykset", SF = "Jokin meni pieleen. Yritä uudelleen.", AF = "Irrota", EF = "Sähköpostiosoitteesi on vahvistettava. Olemme lähettäneet uuden sähköpostiviestin sähköpostiisi.", CF = "Päivitä sähköposti", NF = "Käyttäjätiliä ei ole olemassa", jF = "Käyttäjätiliä ei ole olemassa", IF = "Emme löytäneet käyttäjää, jolla on annettu sähköpostiosoite. Yritä uudelleen.", OF = "Yritä uudelleen.", PF = "Validoi koodi", TF = "Tarkista sähköpostin vahvistusohjeet postilaatikostasi.", RF = "Rekisteröitynyt", BF = "Vahvista sähköpostiosoitteesi napsauttamalla painiketta", LF = "Vahvista sähköpostiosoitteesi", UF = "Vahvista sähköpostiosoitteesi", DF = "Vahvista tili", MF = "Vahvista sähköpostiosoitteesi", zF = "Tervetuloa", qF = "Tervetuloa tilillesi {{vendorName}}!", FF = "Tarkista sähköpostisi osoitteesta <0>{{email}}</0> ja syötä lähettämämme kuusinumeroinen koodi.", HF = "Jatka tällä tilillä", VF = "Kyllä, jatka {{text}}", KF = "Kyllä, jatka olemassa olevalla tilillä", GF = {
|
|
37389
|
+
account_detected: nz,
|
|
37390
|
+
account_page_description: rz,
|
|
37391
|
+
account_title: iz,
|
|
37392
|
+
account_with_sso_provider: oz,
|
|
37393
|
+
agree_to: sz,
|
|
37394
|
+
and: az,
|
|
37395
|
+
auth_method_email: cz,
|
|
37396
|
+
auth_method_email_or_phone: lz,
|
|
37397
|
+
auth_method_phone: dz,
|
|
37398
|
+
callback_url_mismatch: uz,
|
|
37399
|
+
callback_url_not_allowed: pz,
|
|
37400
|
+
change_email: fz,
|
|
37401
|
+
check_email_title: hz,
|
|
37402
|
+
click_to_sign_up_description: gz,
|
|
37403
|
+
code_email_enter_code: mz,
|
|
37404
|
+
code_email_subject: _z,
|
|
37405
|
+
code_email_title: yz,
|
|
37406
|
+
code_expired: wz,
|
|
37407
|
+
code_invalid: bz,
|
|
37408
|
+
code_sent_template: vz,
|
|
37409
|
+
code_used: $z,
|
|
37410
|
+
code_valid_30_minutes: kz,
|
|
37411
|
+
configuration_error_message: xz,
|
|
37412
|
+
confirm_password: Sz,
|
|
37413
|
+
confirm_unlink: Az,
|
|
37414
|
+
contact_support: Ez,
|
|
37415
|
+
contact_us: Cz,
|
|
37369
37416
|
continue: "Jatka",
|
|
37370
|
-
continue_social_login:
|
|
37371
|
-
continue_with:
|
|
37372
|
-
continue_with_sso_provider_headline:
|
|
37373
|
-
copyright:
|
|
37374
|
-
copyright_sesamy:
|
|
37375
|
-
create_account_description:
|
|
37376
|
-
create_account_email_invalid:
|
|
37377
|
-
create_account_passwords_didnt_match:
|
|
37378
|
-
create_account_title:
|
|
37379
|
-
create_account_weak_password:
|
|
37380
|
-
create_new_account_link:
|
|
37381
|
-
create_password_account_title:
|
|
37382
|
-
current_email:
|
|
37383
|
-
currently_logged_in_as:
|
|
37384
|
-
edit:
|
|
37385
|
-
email:
|
|
37386
|
-
email_already_taken:
|
|
37387
|
-
email_changed_to_template:
|
|
37388
|
-
email_or_phone_placeholder:
|
|
37389
|
-
email_placeholder:
|
|
37390
|
-
email_validated:
|
|
37391
|
-
email_validated_cta:
|
|
37392
|
-
email_verification_for_signup_sent_description:
|
|
37393
|
-
email_verification_for_signup_sent_title:
|
|
37394
|
-
enter_a_code_btn:
|
|
37395
|
-
enter_email_for_verification_description:
|
|
37396
|
-
enter_new_email:
|
|
37397
|
-
enter_new_password_placeholder:
|
|
37398
|
-
enter_password:
|
|
37399
|
-
enter_password_description:
|
|
37400
|
-
enter_your_password_btn:
|
|
37401
|
-
error_page_title:
|
|
37402
|
-
expired_code:
|
|
37403
|
-
fokus_info_message:
|
|
37404
|
-
forgot_password_cta:
|
|
37405
|
-
forgot_password_description:
|
|
37406
|
-
forgot_password_email_sent:
|
|
37407
|
-
forgot_password_link:
|
|
37408
|
-
forgot_password_title:
|
|
37409
|
-
go_back:
|
|
37410
|
-
hide_password:
|
|
37417
|
+
continue_social_login: Nz,
|
|
37418
|
+
continue_with: jz,
|
|
37419
|
+
continue_with_sso_provider_headline: Iz,
|
|
37420
|
+
copyright: Oz,
|
|
37421
|
+
copyright_sesamy: Pz,
|
|
37422
|
+
create_account_description: Tz,
|
|
37423
|
+
create_account_email_invalid: Rz,
|
|
37424
|
+
create_account_passwords_didnt_match: Bz,
|
|
37425
|
+
create_account_title: Lz,
|
|
37426
|
+
create_account_weak_password: Uz,
|
|
37427
|
+
create_new_account_link: Dz,
|
|
37428
|
+
create_password_account_title: Mz,
|
|
37429
|
+
current_email: zz,
|
|
37430
|
+
currently_logged_in_as: qz,
|
|
37431
|
+
edit: Fz,
|
|
37432
|
+
email: Hz,
|
|
37433
|
+
email_already_taken: Vz,
|
|
37434
|
+
email_changed_to_template: Kz,
|
|
37435
|
+
email_or_phone_placeholder: Gz,
|
|
37436
|
+
email_placeholder: Wz,
|
|
37437
|
+
email_validated: Jz,
|
|
37438
|
+
email_validated_cta: Xz,
|
|
37439
|
+
email_verification_for_signup_sent_description: Zz,
|
|
37440
|
+
email_verification_for_signup_sent_title: Yz,
|
|
37441
|
+
enter_a_code_btn: Qz,
|
|
37442
|
+
enter_email_for_verification_description: eq,
|
|
37443
|
+
enter_new_email: tq,
|
|
37444
|
+
enter_new_password_placeholder: nq,
|
|
37445
|
+
enter_password: rq,
|
|
37446
|
+
enter_password_description: iq,
|
|
37447
|
+
enter_your_password_btn: oq,
|
|
37448
|
+
error_page_title: sq,
|
|
37449
|
+
expired_code: aq,
|
|
37450
|
+
fokus_info_message: cq,
|
|
37451
|
+
forgot_password_cta: lq,
|
|
37452
|
+
forgot_password_description: dq,
|
|
37453
|
+
forgot_password_email_sent: uq,
|
|
37454
|
+
forgot_password_link: pq,
|
|
37455
|
+
forgot_password_title: fq,
|
|
37456
|
+
go_back: hq,
|
|
37457
|
+
hide_password: gq,
|
|
37458
|
+
incognito_mode_detected: mq,
|
|
37459
|
+
incognito_mode_warning: _q,
|
|
37411
37460
|
"invalid-email": "Virheellinen sähköpostiosoite",
|
|
37412
|
-
invalid_identifier:
|
|
37413
|
-
invalid_password:
|
|
37414
|
-
invalid_session_body:
|
|
37415
|
-
invalid_session_title:
|
|
37416
|
-
linked_accounts:
|
|
37417
|
-
link_email_click_to_login:
|
|
37418
|
-
link_email_login:
|
|
37419
|
-
link_email_or_enter_code:
|
|
37420
|
-
link_page_body:
|
|
37421
|
-
link_page_headline:
|
|
37422
|
-
logged_in_as:
|
|
37423
|
-
login:
|
|
37424
|
-
login_description:
|
|
37425
|
-
login_description_code:
|
|
37426
|
-
login_description_combined:
|
|
37427
|
-
login_description_link:
|
|
37428
|
-
login_description_phone:
|
|
37429
|
-
login_description_template:
|
|
37430
|
-
logout:
|
|
37431
|
-
new_email:
|
|
37432
|
-
new_email_code_info:
|
|
37433
|
-
no_email_address:
|
|
37434
|
-
no_use_another:
|
|
37435
|
-
or:
|
|
37436
|
-
password:
|
|
37437
|
-
password_has_been_reset:
|
|
37438
|
-
password_has_been_reset_title:
|
|
37439
|
-
password_reset_subject:
|
|
37440
|
-
password_reset_title:
|
|
37441
|
-
phone_placeholder:
|
|
37442
|
-
privacy_policy:
|
|
37443
|
-
redirecting:
|
|
37444
|
-
reenter_new_password_placeholder:
|
|
37445
|
-
register_password_account:
|
|
37446
|
-
resend_code:
|
|
37447
|
-
reset_password_cta:
|
|
37448
|
-
reset_password_description:
|
|
37449
|
-
reset_password_email_click_to_reset:
|
|
37450
|
-
reset_password_email_cta:
|
|
37451
|
-
reset_password_email_reset:
|
|
37452
|
-
reset_password_subject:
|
|
37453
|
-
reset_password_title:
|
|
37454
|
-
send:
|
|
37455
|
-
send_me_a_new_magic_link:
|
|
37456
|
-
sent_code_spam:
|
|
37461
|
+
invalid_identifier: yq,
|
|
37462
|
+
invalid_password: wq,
|
|
37463
|
+
invalid_session_body: bq,
|
|
37464
|
+
invalid_session_title: vq,
|
|
37465
|
+
linked_accounts: $q,
|
|
37466
|
+
link_email_click_to_login: kq,
|
|
37467
|
+
link_email_login: xq,
|
|
37468
|
+
link_email_or_enter_code: Sq,
|
|
37469
|
+
link_page_body: Aq,
|
|
37470
|
+
link_page_headline: Eq,
|
|
37471
|
+
logged_in_as: Cq,
|
|
37472
|
+
login: Nq,
|
|
37473
|
+
login_description: jq,
|
|
37474
|
+
login_description_code: Iq,
|
|
37475
|
+
login_description_combined: Oq,
|
|
37476
|
+
login_description_link: Pq,
|
|
37477
|
+
login_description_phone: Tq,
|
|
37478
|
+
login_description_template: Rq,
|
|
37479
|
+
logout: Bq,
|
|
37480
|
+
new_email: Lq,
|
|
37481
|
+
new_email_code_info: Uq,
|
|
37482
|
+
no_email_address: Dq,
|
|
37483
|
+
no_use_another: Mq,
|
|
37484
|
+
or: zq,
|
|
37485
|
+
password: qq,
|
|
37486
|
+
password_has_been_reset: Fq,
|
|
37487
|
+
password_has_been_reset_title: Hq,
|
|
37488
|
+
password_reset_subject: Vq,
|
|
37489
|
+
password_reset_title: Kq,
|
|
37490
|
+
phone_placeholder: Gq,
|
|
37491
|
+
privacy_policy: Wq,
|
|
37492
|
+
redirecting: Jq,
|
|
37493
|
+
reenter_new_password_placeholder: Xq,
|
|
37494
|
+
register_password_account: Zq,
|
|
37495
|
+
resend_code: Yq,
|
|
37496
|
+
reset_password_cta: Qq,
|
|
37497
|
+
reset_password_description: eF,
|
|
37498
|
+
reset_password_email_click_to_reset: tF,
|
|
37499
|
+
reset_password_email_cta: nF,
|
|
37500
|
+
reset_password_email_reset: rF,
|
|
37501
|
+
reset_password_subject: iF,
|
|
37502
|
+
reset_password_title: oF,
|
|
37503
|
+
send: sF,
|
|
37504
|
+
send_me_a_new_magic_link: aF,
|
|
37505
|
+
sent_code_spam: cF,
|
|
37457
37506
|
"Server error: Invalid code": "Virheellinen koodi",
|
|
37458
|
-
set_password:
|
|
37459
|
-
show_password:
|
|
37460
|
-
sign_in:
|
|
37461
|
-
signup:
|
|
37462
|
-
signup_success:
|
|
37463
|
-
sms_code_text:
|
|
37464
|
-
spotify_already_linked_body:
|
|
37465
|
-
spotify_already_linked_cta:
|
|
37466
|
-
spotify_already_linked_step1_body:
|
|
37467
|
-
spotify_already_linked_step1_title:
|
|
37468
|
-
spotify_already_linked_step2_body:
|
|
37469
|
-
spotify_already_linked_step2_title:
|
|
37470
|
-
spotify_already_linked_title:
|
|
37471
|
-
success:
|
|
37472
|
-
support_info:
|
|
37473
|
-
terms:
|
|
37474
|
-
unexpected_error_try_again:
|
|
37475
|
-
unlink:
|
|
37476
|
-
unverified_email:
|
|
37477
|
-
update_email:
|
|
37478
|
-
user_account_does_not_exist:
|
|
37479
|
-
user_not_found:
|
|
37480
|
-
user_not_found_body:
|
|
37481
|
-
user_not_found_cta:
|
|
37482
|
-
validate_code:
|
|
37483
|
-
validate_email_body:
|
|
37484
|
-
validate_email_title:
|
|
37485
|
-
verify_email_click_to_verify:
|
|
37486
|
-
verify_email_subject:
|
|
37487
|
-
verify_email_title:
|
|
37488
|
-
verify_email_verify:
|
|
37489
|
-
verify_your_email:
|
|
37490
|
-
welcome:
|
|
37491
|
-
welcome_to_your_account:
|
|
37492
|
-
we_sent_a_code_to:
|
|
37493
|
-
yes_continue:
|
|
37494
|
-
yes_continue_with:
|
|
37495
|
-
yes_continue_with_existing_account:
|
|
37496
|
-
},
|
|
37497
|
-
account_detected:
|
|
37498
|
-
account_page_description:
|
|
37499
|
-
account_title:
|
|
37500
|
-
account_with_sso_provider:
|
|
37501
|
-
agree_to:
|
|
37502
|
-
and:
|
|
37503
|
-
auth_method_email:
|
|
37504
|
-
auth_method_email_or_phone:
|
|
37505
|
-
auth_method_phone:
|
|
37506
|
-
callback_url_mismatch:
|
|
37507
|
-
callback_url_not_allowed:
|
|
37508
|
-
change_email:
|
|
37509
|
-
check_email_title:
|
|
37510
|
-
click_to_sign_up_description:
|
|
37511
|
-
code_email_enter_code:
|
|
37512
|
-
code_email_subject:
|
|
37513
|
-
code_email_title:
|
|
37514
|
-
code_expired:
|
|
37515
|
-
code_invalid:
|
|
37516
|
-
code_sent_template:
|
|
37517
|
-
code_used:
|
|
37518
|
-
code_valid_30_minutes:
|
|
37519
|
-
configuration_error_message:
|
|
37520
|
-
confirm_password:
|
|
37521
|
-
confirm_unlink:
|
|
37522
|
-
contact_support:
|
|
37523
|
-
contact_us:
|
|
37507
|
+
set_password: lF,
|
|
37508
|
+
show_password: dF,
|
|
37509
|
+
sign_in: uF,
|
|
37510
|
+
signup: pF,
|
|
37511
|
+
signup_success: fF,
|
|
37512
|
+
sms_code_text: hF,
|
|
37513
|
+
spotify_already_linked_body: gF,
|
|
37514
|
+
spotify_already_linked_cta: mF,
|
|
37515
|
+
spotify_already_linked_step1_body: _F,
|
|
37516
|
+
spotify_already_linked_step1_title: yF,
|
|
37517
|
+
spotify_already_linked_step2_body: wF,
|
|
37518
|
+
spotify_already_linked_step2_title: bF,
|
|
37519
|
+
spotify_already_linked_title: vF,
|
|
37520
|
+
success: $F,
|
|
37521
|
+
support_info: kF,
|
|
37522
|
+
terms: xF,
|
|
37523
|
+
unexpected_error_try_again: SF,
|
|
37524
|
+
unlink: AF,
|
|
37525
|
+
unverified_email: EF,
|
|
37526
|
+
update_email: CF,
|
|
37527
|
+
user_account_does_not_exist: NF,
|
|
37528
|
+
user_not_found: jF,
|
|
37529
|
+
user_not_found_body: IF,
|
|
37530
|
+
user_not_found_cta: OF,
|
|
37531
|
+
validate_code: PF,
|
|
37532
|
+
validate_email_body: TF,
|
|
37533
|
+
validate_email_title: RF,
|
|
37534
|
+
verify_email_click_to_verify: BF,
|
|
37535
|
+
verify_email_subject: LF,
|
|
37536
|
+
verify_email_title: UF,
|
|
37537
|
+
verify_email_verify: DF,
|
|
37538
|
+
verify_your_email: MF,
|
|
37539
|
+
welcome: zF,
|
|
37540
|
+
welcome_to_your_account: qF,
|
|
37541
|
+
we_sent_a_code_to: FF,
|
|
37542
|
+
yes_continue: HF,
|
|
37543
|
+
yes_continue_with: VF,
|
|
37544
|
+
yes_continue_with_existing_account: KF
|
|
37545
|
+
}, WF = "Konto opdaget", JF = "Administrer dine kontooplysninger", XF = "Konto", ZF = "Vi har opdaget, at du allerede har oprettet en konto gennem", YF = "Når du logger ind, accepterer du vores", QF = "og", eH = "e-mail-adresse", tH = "e-mail eller telefonnummer", nH = "Telefonnummer", rH = "Uoverensstemmelse mellem URL og tilbagekald", iH = "Den angivne redirect_uri er ikke på listen over tilladte tilbagekalds-URL'er.", oH = "Ændre e-mailadresse", sH = "Fortsæt med brugeren", aH = "Klik på knappen for at oprette en ny adgangskodekonto.", cH = "Indtast koden på {{vendorName}} for at gennemføre login.", lH = "Velkommen til {{vendorName}}! {{code}} er login-koden", dH = "Velkommen til {{vendorName}}! {{code}} er login-koden", uH = "Koden er udløbet", pH = "Ugyldig kode", fH = "Tjek venligst <0>{{username}}</0> og indtast den sekscifrede kode, som vi har sendt til dig.", hH = "Koden er allerede brugt", gH = "Koden er gyldig i 30 minutter", mH = "Der opstod en konfigurationsfejl.", _H = "Bekræft adgangskode", yH = "Er du sikker på, at du vil fjerne forbindelsen til denne konto?", wH = "Har du brug for hjælp?", bH = "Kontakt os", vH = "eller fortsæt med social konto", $H = "Fortsæt med {{provider}}", kH = "Vil du gerne fortsætte med din eksisterende konto?", xH = "Ophavsret © 2023 SESAMY. Alle rettigheder forbeholdes.", SH = "©2023 Sesamy", AH = "Vælg en adgangskode med en blanding af store og små bogstaver, tal og symboler.", EH = "Indtast venligst en gyldig e-mailadresse.", CH = "Adgangskoderne stemte ikke overens. Prøv igen.", NH = "Vælg adgangskode", jH = "Adgangskoden skal være mindst 8 tegn lang og indeholde mindst et lille bogstav, et stort bogstav, et tal og et symbol.", IH = "Opret ny konto", OH = "Tilmeld dig med adgangskode", PH = "Nuværende e-mailadresse", TH = "Du er i øjeblikket logget ind som <0>{{email}}</0>", RH = "Rediger", BH = "E-mail", LH = "E-mailen er allerede optaget", UH = "E-mail ændret til <0>{{email}}</0> ", DH = "E-mail eller telefonnummer", MH = "E-mail-adresse", zH = "Din e-mailadresse er blevet valideret", qH = "Indtast nu din adgangskode for at logge ind igen", FH = "Der er sendt en e-mail til <0>{{email}}</0> med et bekræftelseslink. Klik på linket for at bekræfte din e-mailadresse og angive en adgangskode.", HH = "E-mail-bekræftelse sendt", VH = "Indtast en kode", KH = "Vi sender dig et bekræftelseslink for at sikre, at du ejer denne e-mailadresse.", GH = "Indtast ny e-mail", WH = "Indtast ny adgangskode", JH = "Indtast adgangskode", XH = "Indtast din e-mailadresse og adgangskode for at logge ind.", ZH = "Indtast din adgangskode", YH = "Noget gik galt", QH = "Det magiske link er udløbet. Klik på knappen nedenfor for at modtage et nyt link i din indbakke.", eV = "Hej! Vi har opdateret vores login-oplevelse. <0>Klik her for at lære mere om det.</0>", tV = "Send e-mail til nulstilling af adgangskode", nV = "Klik på knappen nedenfor, så sender vi instruktioner om, hvordan du nulstiller din adgangskode.", rV = "E-mail til nulstilling af adgangskode sendt", iV = "Har du glemt din adgangskode?", oV = "Har du glemt din adgangskode?", sV = "Gå tilbage", aV = "Skjul adgangskode", cV = "Inkognitotilstand opdaget", lV = "Du er i inkognito/privat tilstand. Sessionsdata fortsætter muligvis ikke på tværs af sideopdateringer. Nogle funktioner fungerer måske ikke som forventet.", dV = "Ugyldig identifikator", uV = "Ugyldig adgangskode", pV = "Linket er ikke længere gyldigt. Sørg for at åbne login-linket i den samme browser, som du startede login med. Du kan klikke på linket nedenfor for at starte et nyt login.", fV = "Ugyldigt link", hV = "Koblede konti", gV = "Klik på knappen for at logge ind", mV = "Login", _V = "Eller indtast koden på {{vendorName}} for at gennemføre login.", yV = "Indtast din e-mailadresse for at låse op for dette show på {{service}}", wV = "Forbind din konto med {{service}}", bV = "Du er logget ind som", vV = "Login", $V = "Indtast din e-mailadresse for at logge ind.", kV = "Indtast din e-mailadresse, så sender vi dig en login-kode.", xV = "Indtast din e-mail eller dit telefonnummer for at logge ind", SV = "Indtast din e-mailadresse, så sender vi dig et login-link.", AV = "Indtast dit telefonnummer for at logge ind", EV = "Indtast din {{authMethod}} for at logge ind.", CV = "Log ud", NV = "Ny emailadresse", jV = "En engangskode vil blive sendt til din nye e-mailadresse, indtast koden i næste trin.", IV = "Ingen e-mailadresse er angivet", OV = "Nej, jeg vil bruge en anden konto", PV = "eller", TV = "Adgangskode", RV = "Adgangskoden er blevet nulstillet", BV = "Succes", LV = "Skift adgangskode til din {{vendorName}} -konto", UV = "Skift adgangskode til din {{vendorName}} -konto", DV = "Telefonnummer", MV = "Politik for beskyttelse af personlige oplysninger", zV = "Omdirigering", qV = "Bekræft adgangskode", FV = "Registrer en ny adgangskode", HV = "Send koden igen", VV = "Skift adgangskode", KV = "Indtast din nye adgangskode til e-mailkontoen nedenfor: ", GV = "Klik på knappen for at nulstille din adgangskode", WV = "Klik på knappen for at nulstille din adgangskode", JV = "Nulstil din adgangskode", XV = "Skift adgangskode til din {{vendorName}} -konto", ZV = "Nulstil adgangskode", YV = "Send", QV = "Send mig et nyt magisk link", eK = "Husk at tjekke din spam-mappe, hvis e-mailen ikke er kommet frem.", tK = "Indstil adgangskode", nK = "Vis adgangskode", rK = "Log ind", iK = "Tilmelding", oK = "Tilmeld dig med succes", sK = "{{code}} er din login-kode til {{vendorName}}", aK = "Det ser ud til, at din Spotify-konto i øjeblikket er knyttet til en anden Sesamy-konto. Men frygt ikke, vi er her for at guide dig gennem processen med at få det løst.", cK = "Gå til Spotifys side for adgang til indhold", lK = 'Lad os starte med at fjerne forbindelsen til din Spotify-konto. Klik på knappen nedenfor for at gå til Spotifys Content Access-side. Når du har logget ind på din Spotify-konto, skal du finde Sesamy på listen over tilsluttede platforme. Klik på "Unlink" ved siden af Sesamy-logoet.', dK = "Trin 1: Fjern forbindelsen til din Spotify-konto", uK = "Når du har afkoblet din Spotify-konto, kan du koble den til Sesamy igen. Du skal blot gentage de trin, du tidligere har taget, og som førte dig til denne side.", pK = "Trin 2: Relink din Spotify-konto til Sesamy", fK = "Ups! Din Spotify-konto er allerede forbundet", hK = "Færdig", gK = "Hvis du har spørgsmål eller brug for hjælp, kan du kontakte vores supportteam", mK = "Vilkår og betingelser", _K = "Noget gik galt. Prøv venligst igen.", yK = "Frakobl", wK = "Din e-mailadresse skal valideres. Vi har sendt en ny e-mail til din indbakke", bK = "Opdatering af e-mail", vK = "Brugerkontoen findes ikke", $K = "Brugerkontoen findes ikke", kK = "Vi kunne ikke finde en bruger med den angivne e-mailadresse. Prøv venligst igen.", xK = "Prøv igen.", SK = "Valider koden", AK = "Tjek din indbakke for instruktioner om validering af e-mail.", EK = "Tilmeldte sig", CK = "Klik på knappen for at bekræfte din e-mailadresse", NK = "Bekræft din e-mailadresse", jK = "Bekræft din e-mailadresse", IK = "Bekræft konto", OK = "Bekræft din e-mail", PK = "Velkommen", TK = "Velkommen til din {{vendorName}} konto!", RK = "Tjek venligst din e-mail på <0>{{email}}</0> og indtast den sekscifrede kode, vi har sendt dig.", BK = "Fortsæt med denne konto", LK = "Ja, fortsæt med {{text}}", UK = "Ja, fortsæt med eksisterende konto", DK = {
|
|
37546
|
+
account_detected: WF,
|
|
37547
|
+
account_page_description: JF,
|
|
37548
|
+
account_title: XF,
|
|
37549
|
+
account_with_sso_provider: ZF,
|
|
37550
|
+
agree_to: YF,
|
|
37551
|
+
and: QF,
|
|
37552
|
+
auth_method_email: eH,
|
|
37553
|
+
auth_method_email_or_phone: tH,
|
|
37554
|
+
auth_method_phone: nH,
|
|
37555
|
+
callback_url_mismatch: rH,
|
|
37556
|
+
callback_url_not_allowed: iH,
|
|
37557
|
+
change_email: oH,
|
|
37558
|
+
check_email_title: sH,
|
|
37559
|
+
click_to_sign_up_description: aH,
|
|
37560
|
+
code_email_enter_code: cH,
|
|
37561
|
+
code_email_subject: lH,
|
|
37562
|
+
code_email_title: dH,
|
|
37563
|
+
code_expired: uH,
|
|
37564
|
+
code_invalid: pH,
|
|
37565
|
+
code_sent_template: fH,
|
|
37566
|
+
code_used: hH,
|
|
37567
|
+
code_valid_30_minutes: gH,
|
|
37568
|
+
configuration_error_message: mH,
|
|
37569
|
+
confirm_password: _H,
|
|
37570
|
+
confirm_unlink: yH,
|
|
37571
|
+
contact_support: wH,
|
|
37572
|
+
contact_us: bH,
|
|
37524
37573
|
continue: "Fortsæt",
|
|
37525
|
-
continue_social_login:
|
|
37526
|
-
continue_with:
|
|
37527
|
-
continue_with_sso_provider_headline:
|
|
37528
|
-
copyright:
|
|
37529
|
-
copyright_sesamy:
|
|
37530
|
-
create_account_description:
|
|
37531
|
-
create_account_email_invalid:
|
|
37532
|
-
create_account_passwords_didnt_match:
|
|
37533
|
-
create_account_title:
|
|
37534
|
-
create_account_weak_password:
|
|
37535
|
-
create_new_account_link:
|
|
37536
|
-
create_password_account_title:
|
|
37537
|
-
current_email:
|
|
37538
|
-
currently_logged_in_as:
|
|
37539
|
-
edit:
|
|
37540
|
-
email:
|
|
37541
|
-
email_already_taken:
|
|
37542
|
-
email_changed_to_template:
|
|
37543
|
-
email_or_phone_placeholder:
|
|
37544
|
-
email_placeholder:
|
|
37545
|
-
email_validated:
|
|
37546
|
-
email_validated_cta:
|
|
37547
|
-
email_verification_for_signup_sent_description:
|
|
37548
|
-
email_verification_for_signup_sent_title:
|
|
37549
|
-
enter_a_code_btn:
|
|
37550
|
-
enter_email_for_verification_description:
|
|
37551
|
-
enter_new_email:
|
|
37552
|
-
enter_new_password_placeholder:
|
|
37553
|
-
enter_password:
|
|
37554
|
-
enter_password_description:
|
|
37555
|
-
enter_your_password_btn:
|
|
37556
|
-
error_page_title:
|
|
37557
|
-
expired_code:
|
|
37558
|
-
fokus_info_message:
|
|
37559
|
-
forgot_password_cta:
|
|
37560
|
-
forgot_password_description:
|
|
37561
|
-
forgot_password_email_sent:
|
|
37562
|
-
forgot_password_link:
|
|
37563
|
-
forgot_password_title:
|
|
37564
|
-
go_back:
|
|
37565
|
-
hide_password:
|
|
37574
|
+
continue_social_login: vH,
|
|
37575
|
+
continue_with: $H,
|
|
37576
|
+
continue_with_sso_provider_headline: kH,
|
|
37577
|
+
copyright: xH,
|
|
37578
|
+
copyright_sesamy: SH,
|
|
37579
|
+
create_account_description: AH,
|
|
37580
|
+
create_account_email_invalid: EH,
|
|
37581
|
+
create_account_passwords_didnt_match: CH,
|
|
37582
|
+
create_account_title: NH,
|
|
37583
|
+
create_account_weak_password: jH,
|
|
37584
|
+
create_new_account_link: IH,
|
|
37585
|
+
create_password_account_title: OH,
|
|
37586
|
+
current_email: PH,
|
|
37587
|
+
currently_logged_in_as: TH,
|
|
37588
|
+
edit: RH,
|
|
37589
|
+
email: BH,
|
|
37590
|
+
email_already_taken: LH,
|
|
37591
|
+
email_changed_to_template: UH,
|
|
37592
|
+
email_or_phone_placeholder: DH,
|
|
37593
|
+
email_placeholder: MH,
|
|
37594
|
+
email_validated: zH,
|
|
37595
|
+
email_validated_cta: qH,
|
|
37596
|
+
email_verification_for_signup_sent_description: FH,
|
|
37597
|
+
email_verification_for_signup_sent_title: HH,
|
|
37598
|
+
enter_a_code_btn: VH,
|
|
37599
|
+
enter_email_for_verification_description: KH,
|
|
37600
|
+
enter_new_email: GH,
|
|
37601
|
+
enter_new_password_placeholder: WH,
|
|
37602
|
+
enter_password: JH,
|
|
37603
|
+
enter_password_description: XH,
|
|
37604
|
+
enter_your_password_btn: ZH,
|
|
37605
|
+
error_page_title: YH,
|
|
37606
|
+
expired_code: QH,
|
|
37607
|
+
fokus_info_message: eV,
|
|
37608
|
+
forgot_password_cta: tV,
|
|
37609
|
+
forgot_password_description: nV,
|
|
37610
|
+
forgot_password_email_sent: rV,
|
|
37611
|
+
forgot_password_link: iV,
|
|
37612
|
+
forgot_password_title: oV,
|
|
37613
|
+
go_back: sV,
|
|
37614
|
+
hide_password: aV,
|
|
37615
|
+
incognito_mode_detected: cV,
|
|
37616
|
+
incognito_mode_warning: lV,
|
|
37566
37617
|
"invalid-email": "Ugyldig e-mail",
|
|
37567
|
-
invalid_identifier:
|
|
37568
|
-
invalid_password:
|
|
37569
|
-
invalid_session_body:
|
|
37570
|
-
invalid_session_title:
|
|
37571
|
-
linked_accounts:
|
|
37572
|
-
link_email_click_to_login:
|
|
37573
|
-
link_email_login:
|
|
37574
|
-
link_email_or_enter_code:
|
|
37575
|
-
link_page_body:
|
|
37576
|
-
link_page_headline:
|
|
37577
|
-
logged_in_as:
|
|
37578
|
-
login:
|
|
37579
|
-
login_description:
|
|
37580
|
-
login_description_code:
|
|
37581
|
-
login_description_combined:
|
|
37582
|
-
login_description_link:
|
|
37583
|
-
login_description_phone:
|
|
37584
|
-
login_description_template:
|
|
37585
|
-
logout:
|
|
37586
|
-
new_email:
|
|
37587
|
-
new_email_code_info:
|
|
37588
|
-
no_email_address:
|
|
37589
|
-
no_use_another:
|
|
37590
|
-
or:
|
|
37591
|
-
password:
|
|
37592
|
-
password_has_been_reset:
|
|
37593
|
-
password_has_been_reset_title:
|
|
37594
|
-
password_reset_subject:
|
|
37595
|
-
password_reset_title:
|
|
37596
|
-
phone_placeholder:
|
|
37597
|
-
privacy_policy:
|
|
37598
|
-
redirecting:
|
|
37599
|
-
reenter_new_password_placeholder:
|
|
37600
|
-
register_password_account:
|
|
37601
|
-
resend_code:
|
|
37602
|
-
reset_password_cta:
|
|
37603
|
-
reset_password_description:
|
|
37604
|
-
reset_password_email_click_to_reset:
|
|
37605
|
-
reset_password_email_cta:
|
|
37606
|
-
reset_password_email_reset:
|
|
37607
|
-
reset_password_subject:
|
|
37608
|
-
reset_password_title:
|
|
37609
|
-
send:
|
|
37610
|
-
send_me_a_new_magic_link:
|
|
37611
|
-
sent_code_spam:
|
|
37618
|
+
invalid_identifier: dV,
|
|
37619
|
+
invalid_password: uV,
|
|
37620
|
+
invalid_session_body: pV,
|
|
37621
|
+
invalid_session_title: fV,
|
|
37622
|
+
linked_accounts: hV,
|
|
37623
|
+
link_email_click_to_login: gV,
|
|
37624
|
+
link_email_login: mV,
|
|
37625
|
+
link_email_or_enter_code: _V,
|
|
37626
|
+
link_page_body: yV,
|
|
37627
|
+
link_page_headline: wV,
|
|
37628
|
+
logged_in_as: bV,
|
|
37629
|
+
login: vV,
|
|
37630
|
+
login_description: $V,
|
|
37631
|
+
login_description_code: kV,
|
|
37632
|
+
login_description_combined: xV,
|
|
37633
|
+
login_description_link: SV,
|
|
37634
|
+
login_description_phone: AV,
|
|
37635
|
+
login_description_template: EV,
|
|
37636
|
+
logout: CV,
|
|
37637
|
+
new_email: NV,
|
|
37638
|
+
new_email_code_info: jV,
|
|
37639
|
+
no_email_address: IV,
|
|
37640
|
+
no_use_another: OV,
|
|
37641
|
+
or: PV,
|
|
37642
|
+
password: TV,
|
|
37643
|
+
password_has_been_reset: RV,
|
|
37644
|
+
password_has_been_reset_title: BV,
|
|
37645
|
+
password_reset_subject: LV,
|
|
37646
|
+
password_reset_title: UV,
|
|
37647
|
+
phone_placeholder: DV,
|
|
37648
|
+
privacy_policy: MV,
|
|
37649
|
+
redirecting: zV,
|
|
37650
|
+
reenter_new_password_placeholder: qV,
|
|
37651
|
+
register_password_account: FV,
|
|
37652
|
+
resend_code: HV,
|
|
37653
|
+
reset_password_cta: VV,
|
|
37654
|
+
reset_password_description: KV,
|
|
37655
|
+
reset_password_email_click_to_reset: GV,
|
|
37656
|
+
reset_password_email_cta: WV,
|
|
37657
|
+
reset_password_email_reset: JV,
|
|
37658
|
+
reset_password_subject: XV,
|
|
37659
|
+
reset_password_title: ZV,
|
|
37660
|
+
send: YV,
|
|
37661
|
+
send_me_a_new_magic_link: QV,
|
|
37662
|
+
sent_code_spam: eK,
|
|
37612
37663
|
"Server error: Invalid code": "Ugyldig kode",
|
|
37613
|
-
set_password:
|
|
37614
|
-
show_password:
|
|
37615
|
-
sign_in:
|
|
37616
|
-
signup:
|
|
37617
|
-
signup_success:
|
|
37618
|
-
sms_code_text:
|
|
37619
|
-
spotify_already_linked_body:
|
|
37620
|
-
spotify_already_linked_cta:
|
|
37621
|
-
spotify_already_linked_step1_body:
|
|
37622
|
-
spotify_already_linked_step1_title:
|
|
37623
|
-
spotify_already_linked_step2_body:
|
|
37624
|
-
spotify_already_linked_step2_title:
|
|
37625
|
-
spotify_already_linked_title:
|
|
37626
|
-
success:
|
|
37627
|
-
support_info:
|
|
37628
|
-
terms:
|
|
37629
|
-
unexpected_error_try_again:
|
|
37630
|
-
unlink:
|
|
37631
|
-
unverified_email:
|
|
37632
|
-
update_email:
|
|
37633
|
-
user_account_does_not_exist:
|
|
37634
|
-
user_not_found:
|
|
37635
|
-
user_not_found_body:
|
|
37636
|
-
user_not_found_cta:
|
|
37637
|
-
validate_code:
|
|
37638
|
-
validate_email_body:
|
|
37639
|
-
validate_email_title:
|
|
37640
|
-
verify_email_click_to_verify:
|
|
37641
|
-
verify_email_subject:
|
|
37642
|
-
verify_email_title:
|
|
37643
|
-
verify_email_verify:
|
|
37644
|
-
verify_your_email:
|
|
37645
|
-
welcome:
|
|
37646
|
-
welcome_to_your_account:
|
|
37647
|
-
we_sent_a_code_to:
|
|
37648
|
-
yes_continue:
|
|
37649
|
-
yes_continue_with:
|
|
37650
|
-
yes_continue_with_existing_account:
|
|
37651
|
-
},
|
|
37664
|
+
set_password: tK,
|
|
37665
|
+
show_password: nK,
|
|
37666
|
+
sign_in: rK,
|
|
37667
|
+
signup: iK,
|
|
37668
|
+
signup_success: oK,
|
|
37669
|
+
sms_code_text: sK,
|
|
37670
|
+
spotify_already_linked_body: aK,
|
|
37671
|
+
spotify_already_linked_cta: cK,
|
|
37672
|
+
spotify_already_linked_step1_body: lK,
|
|
37673
|
+
spotify_already_linked_step1_title: dK,
|
|
37674
|
+
spotify_already_linked_step2_body: uK,
|
|
37675
|
+
spotify_already_linked_step2_title: pK,
|
|
37676
|
+
spotify_already_linked_title: fK,
|
|
37677
|
+
success: hK,
|
|
37678
|
+
support_info: gK,
|
|
37679
|
+
terms: mK,
|
|
37680
|
+
unexpected_error_try_again: _K,
|
|
37681
|
+
unlink: yK,
|
|
37682
|
+
unverified_email: wK,
|
|
37683
|
+
update_email: bK,
|
|
37684
|
+
user_account_does_not_exist: vK,
|
|
37685
|
+
user_not_found: $K,
|
|
37686
|
+
user_not_found_body: kK,
|
|
37687
|
+
user_not_found_cta: xK,
|
|
37688
|
+
validate_code: SK,
|
|
37689
|
+
validate_email_body: AK,
|
|
37690
|
+
validate_email_title: EK,
|
|
37691
|
+
verify_email_click_to_verify: CK,
|
|
37692
|
+
verify_email_subject: NK,
|
|
37693
|
+
verify_email_title: jK,
|
|
37694
|
+
verify_email_verify: IK,
|
|
37695
|
+
verify_your_email: OK,
|
|
37696
|
+
welcome: PK,
|
|
37697
|
+
welcome_to_your_account: TK,
|
|
37698
|
+
we_sent_a_code_to: RK,
|
|
37699
|
+
yes_continue: BK,
|
|
37700
|
+
yes_continue_with: LK,
|
|
37701
|
+
yes_continue_with_existing_account: UK
|
|
37702
|
+
}, aJ = ({ ...t }) => /* @__PURE__ */ u(
|
|
37652
37703
|
"svg",
|
|
37653
37704
|
{
|
|
37654
37705
|
width: "45",
|
|
@@ -37687,7 +37738,7 @@ Voit aloittaa uuden kirjautumisen klikkaamalla alla olevaa linkkiä.`, aq = "Vir
|
|
|
37687
37738
|
)
|
|
37688
37739
|
]
|
|
37689
37740
|
}
|
|
37690
|
-
),
|
|
37741
|
+
), cJ = (t) => {
|
|
37691
37742
|
const { theme: e, branding: n, client: r, authParams: i } = t, a = `/authorize?${new URLSearchParams({
|
|
37692
37743
|
...i
|
|
37693
37744
|
})}`;
|
|
@@ -37704,7 +37755,7 @@ Voit aloittaa uuden kirjautumisen klikkaamalla alla olevaa linkkiä.`, aq = "Vir
|
|
|
37704
37755
|
] })
|
|
37705
37756
|
}
|
|
37706
37757
|
);
|
|
37707
|
-
},
|
|
37758
|
+
}, lJ = ({ ...t }) => /* @__PURE__ */ u(
|
|
37708
37759
|
"svg",
|
|
37709
37760
|
{
|
|
37710
37761
|
version: "1.1",
|
|
@@ -37739,7 +37790,7 @@ Voit aloittaa uuden kirjautumisen klikkaamalla alla olevaa linkkiä.`, aq = "Vir
|
|
|
37739
37790
|
]
|
|
37740
37791
|
}
|
|
37741
37792
|
);
|
|
37742
|
-
function
|
|
37793
|
+
function MK(t, e) {
|
|
37743
37794
|
const { mainTenantId: n, mainClientId: r } = e;
|
|
37744
37795
|
return {
|
|
37745
37796
|
...t,
|
|
@@ -37843,24 +37894,24 @@ function xK(t, e) {
|
|
|
37843
37894
|
// part of the spread ...baseAdapters and can be properly wrapped by caching
|
|
37844
37895
|
};
|
|
37845
37896
|
}
|
|
37846
|
-
function
|
|
37847
|
-
return
|
|
37897
|
+
function dJ(t, e) {
|
|
37898
|
+
return MK(t, e);
|
|
37848
37899
|
}
|
|
37849
37900
|
y.init({
|
|
37850
37901
|
supportedLngs: ["en", "it", "nb", "sv", "pl", "cs", "fi", "da"],
|
|
37851
37902
|
fallbackLng: "en",
|
|
37852
37903
|
resources: {
|
|
37853
|
-
en: { translation:
|
|
37854
|
-
it: { translation:
|
|
37855
|
-
nb: { translation:
|
|
37856
|
-
sv: { translation:
|
|
37857
|
-
pl: { translation:
|
|
37858
|
-
cs: { translation:
|
|
37859
|
-
fi: { translation:
|
|
37860
|
-
da: { translation:
|
|
37904
|
+
en: { translation: zA },
|
|
37905
|
+
it: { translation: PN },
|
|
37906
|
+
nb: { translation: SO },
|
|
37907
|
+
sv: { translation: _R },
|
|
37908
|
+
pl: { translation: lU },
|
|
37909
|
+
cs: { translation: tz },
|
|
37910
|
+
fi: { translation: GF },
|
|
37911
|
+
da: { translation: DK }
|
|
37861
37912
|
}
|
|
37862
37913
|
});
|
|
37863
|
-
function
|
|
37914
|
+
function uJ(t) {
|
|
37864
37915
|
const e = new W();
|
|
37865
37916
|
e.use("*", async (a, c) => {
|
|
37866
37917
|
t.hooks && (a.env.hooks = {
|
|
@@ -37914,7 +37965,7 @@ export {
|
|
|
37914
37965
|
V8 as ForgotPasswordSentPage,
|
|
37915
37966
|
Yt as FormComponent,
|
|
37916
37967
|
wt as GoBack,
|
|
37917
|
-
|
|
37968
|
+
aJ as GoogleLogo,
|
|
37918
37969
|
zt as GrantType,
|
|
37919
37970
|
Zb as HttpSamlSigner,
|
|
37920
37971
|
Pe as Icon,
|
|
@@ -37935,9 +37986,9 @@ export {
|
|
|
37935
37986
|
n8 as Spinner,
|
|
37936
37987
|
gr as Trans,
|
|
37937
37988
|
R8 as UnverifiedEmailPage,
|
|
37938
|
-
|
|
37939
|
-
|
|
37940
|
-
|
|
37989
|
+
cJ as UserNotFoundPage,
|
|
37990
|
+
lJ as VippsLogo,
|
|
37991
|
+
HK as auth0FlowInsertSchema,
|
|
37941
37992
|
rw as auth0FlowSchema,
|
|
37942
37993
|
tn as auth0UserResponseSchema,
|
|
37943
37994
|
Ns as authParamsSchema,
|
|
@@ -37946,12 +37997,12 @@ export {
|
|
|
37946
37997
|
ef as brandingSchema,
|
|
37947
37998
|
V1 as buttonComponentSchema,
|
|
37948
37999
|
yl as clientGrantInsertSchema,
|
|
37949
|
-
|
|
38000
|
+
FK as clientGrantListSchema,
|
|
37950
38001
|
Ir as clientGrantSchema,
|
|
37951
38002
|
_l as clientInsertSchema,
|
|
37952
38003
|
jr as clientSchema,
|
|
37953
38004
|
ow as codeInsertSchema,
|
|
37954
|
-
|
|
38005
|
+
VK as codeSchema,
|
|
37955
38006
|
iw as codeTypeSchema,
|
|
37956
38007
|
$w as colorsSchema,
|
|
37957
38008
|
J1 as componentSchema,
|
|
@@ -37962,14 +38013,14 @@ export {
|
|
|
37962
38013
|
Ac as createInMemoryCache,
|
|
37963
38014
|
k0 as customDomainInsertSchema,
|
|
37964
38015
|
qn as customDomainSchema,
|
|
37965
|
-
|
|
38016
|
+
KK as customDomainWithTenantIdSchema,
|
|
37966
38017
|
Mc as emailProviderSchema,
|
|
37967
38018
|
nw as endingSchema,
|
|
37968
38019
|
G1 as fieldComponentSchema,
|
|
37969
38020
|
Y1 as flowNodeSchema,
|
|
37970
38021
|
br as fontDetailsSchema,
|
|
37971
38022
|
kw as fontsSchema,
|
|
37972
|
-
|
|
38023
|
+
GK as formControlSchema,
|
|
37973
38024
|
bl as formInsertSchema,
|
|
37974
38025
|
aw as formNodeComponentDefinition,
|
|
37975
38026
|
Ci as formSchema,
|
|
@@ -37978,8 +38029,8 @@ export {
|
|
|
37978
38029
|
Lc as hookInsertSchema,
|
|
37979
38030
|
Ni as hookSchema,
|
|
37980
38031
|
z1 as identitySchema,
|
|
37981
|
-
|
|
37982
|
-
|
|
38032
|
+
uJ as init,
|
|
38033
|
+
sJ as injectTailwindCSS,
|
|
37983
38034
|
A0 as inviteInsertSchema,
|
|
37984
38035
|
gs as inviteSchema,
|
|
37985
38036
|
fw as inviteeSchema,
|
|
@@ -37990,7 +38041,7 @@ export {
|
|
|
37990
38041
|
yw as logInsertSchema,
|
|
37991
38042
|
vl as logSchema,
|
|
37992
38043
|
gw as loginSessionInsertSchema,
|
|
37993
|
-
|
|
38044
|
+
WK as loginSessionSchema,
|
|
37994
38045
|
ew as nodeSchema,
|
|
37995
38046
|
tf as openIDConfigurationSchema,
|
|
37996
38047
|
Uw as organizationBrandingSchema,
|
|
@@ -37999,15 +38050,15 @@ export {
|
|
|
37999
38050
|
Vn as organizationSchema,
|
|
38000
38051
|
Mw as organizationTokenQuotaSchema,
|
|
38001
38052
|
xw as pageBackgroundSchema,
|
|
38002
|
-
|
|
38053
|
+
iG as parseUserId,
|
|
38003
38054
|
ww as passwordInsertSchema,
|
|
38004
|
-
|
|
38055
|
+
JK as passwordSchema,
|
|
38005
38056
|
M1 as profileDataSchema,
|
|
38006
38057
|
Dc as promptSettingSchema,
|
|
38007
38058
|
j0 as refreshTokenInsertSchema,
|
|
38008
|
-
|
|
38059
|
+
XK as refreshTokenSchema,
|
|
38009
38060
|
$l as resourceServerInsertSchema,
|
|
38010
|
-
|
|
38061
|
+
QK as resourceServerListSchema,
|
|
38011
38062
|
Cw as resourceServerOptionsSchema,
|
|
38012
38063
|
Or as resourceServerSchema,
|
|
38013
38064
|
Ew as resourceServerScopeSchema,
|
|
@@ -38021,33 +38072,33 @@ export {
|
|
|
38021
38072
|
bw as sessionInsertSchema,
|
|
38022
38073
|
pu as sessionSchema,
|
|
38023
38074
|
nf as signingKeySchema,
|
|
38024
|
-
|
|
38025
|
-
|
|
38075
|
+
YK as smsProviderSchema,
|
|
38076
|
+
ZK as smsSendParamsSchema,
|
|
38026
38077
|
tw as startSchema,
|
|
38027
38078
|
Z1 as stepNodeSchema,
|
|
38028
38079
|
Wy as tailwindCss,
|
|
38029
38080
|
hs as tenantInsertSchema,
|
|
38030
38081
|
Fn as tenantSchema,
|
|
38031
|
-
|
|
38082
|
+
rG as tenantSettingsSchema,
|
|
38032
38083
|
Aw as themeInsertSchema,
|
|
38033
38084
|
Uc as themeSchema,
|
|
38034
38085
|
N0 as tokenResponseSchema,
|
|
38035
38086
|
ut as totalsSchema,
|
|
38036
38087
|
ml as userInsertSchema,
|
|
38037
38088
|
zw as userOrganizationInsertSchema,
|
|
38038
|
-
|
|
38089
|
+
nG as userOrganizationSchema,
|
|
38039
38090
|
Ow as userPermissionInsertSchema,
|
|
38040
|
-
|
|
38091
|
+
eG as userPermissionListSchema,
|
|
38041
38092
|
Pw as userPermissionSchema,
|
|
38042
38093
|
Rw as userPermissionWithDetailsListSchema,
|
|
38043
38094
|
Tw as userPermissionWithDetailsSchema,
|
|
38044
|
-
|
|
38095
|
+
qK as userResponseSchema,
|
|
38045
38096
|
Bw as userRoleInsertSchema,
|
|
38046
|
-
|
|
38097
|
+
tG as userRoleListSchema,
|
|
38047
38098
|
Lw as userRoleSchema,
|
|
38048
38099
|
b0 as userSchema,
|
|
38049
38100
|
sw as verificationMethodsSchema,
|
|
38050
38101
|
re as waitUntil,
|
|
38051
38102
|
Sw as widgetSchema,
|
|
38052
|
-
|
|
38103
|
+
dJ as withMainTenantFallback
|
|
38053
38104
|
};
|