forked from auth0-extensions/auth0-account-link-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
locales.json
41 lines (39 loc) · 1.96 KB
/
locales.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"en": {
"_name": "English",
"pageMismatchError": "You seem to have reached this page in error. Please try logging in again",
"continue": "Continue",
"accountLinking": "Account Linking",
"introduction": "Click continue to link your BindID account with an Auth0 account",
"skipAlternativeLink": "I want to skip this and create a new account. (Not recommended)",
"sameEmailAddressError": "Accounts must have matching email addresses. Please try again.",
"identities": "",
"or": "or"
},
"es": {
"_name": "Spanish",
"pageMismatchError":
"Parece que has llegado a esta página por error. Intenta iniciar sesión nuevamente",
"continue": "Continuar",
"accountLinking": "Vinculación de cuentas",
"introduction":
"Parece que ya tienes otra cuenta con la misma dirección de correo electrónico. Recomendamos que vincules las cuentas.",
"skipAlternativeLink": "Quiero saltar esto y crear una nueva cuenta. (No recomendado)",
"sameEmailAddressError":
"Las cuentas deben tener la misma dirección de correo electrónico. Por favor intenta nuevamente.",
"identities": "Puedes iniciar sesión con {{identities}} para vincular las cuentas",
"or": "o"
},
"ja": {
"_name": "Japanease",
"pageMismatchError": "アクセスに失敗しました。もう一度ログインしてください。",
"continue": "続ける",
"accountLinking": "アカウントリンク",
"introduction":
"同じメールアドレスのアカウントが見つかりました。これらのアカウントを統合することを推奨します。",
"skipAlternativeLink": "統合せずに新しいアカウントを作成する。 (非推奨)",
"sameEmailAddressError": "一致するメールアドレスが見つかりませんでした。もう一度ログインしてください。",
"identities": "統合すると{{identities}}でログインできるようになります。",
"or": "または"
}
}