keycloakify 10.1.0-rc.0 → 10.1.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/PUBLIC_URL.js +2 -2
- package/PUBLIC_URL.js.map +1 -1
- package/account/KcContext/kcContextMocks.js +3 -3
- package/account/KcContext/kcContextMocks.js.map +1 -1
- package/bin/193.index.js +198 -62
- package/bin/{365.index.js → 20.index.js} +302 -263
- package/bin/31.index.js +15 -23
- package/bin/{430.index.js → 33.index.js} +579 -4
- package/bin/{678.index.js → 36.index.js} +2 -577
- package/bin/{440.index.js → 499.index.js} +259 -181
- package/bin/526.index.js +3 -784
- package/bin/599.index.js +4 -1
- package/bin/780.index.js +1 -1
- package/bin/{525.index.js → 903.index.js} +4840 -97
- package/bin/932.index.js +115 -886
- package/bin/main.js +4 -4
- package/bin/shared/buildContext.d.ts +0 -2
- package/bin/shared/buildContext.js.map +1 -1
- package/bin/shared/constants.d.ts +5 -6
- package/bin/shared/constants.js +5 -6
- package/bin/shared/constants.js.map +1 -1
- package/bin/shared/copyKeycloakResourcesToPublic.d.ts +2 -4
- package/bin/shared/copyKeycloakResourcesToPublic.js.map +1 -1
- package/login/KcContext/KcContext.d.ts +9 -18
- package/login/KcContext/KcContext.js.map +1 -1
- package/login/KcContext/kcContextMocks.js +6 -10
- package/login/KcContext/kcContextMocks.js.map +1 -1
- package/login/Template.js +4 -59
- package/login/Template.js.map +1 -1
- package/login/Template.useStylesAndScripts.d.ts +17 -0
- package/login/Template.useStylesAndScripts.js +69 -0
- package/login/Template.useStylesAndScripts.js.map +1 -0
- package/login/pages/Login.js +1 -1
- package/login/pages/Login.js.map +1 -1
- package/login/pages/LoginIdpLinkConfirmOverride.js +0 -1
- package/login/pages/LoginIdpLinkConfirmOverride.js.map +1 -1
- package/login/pages/LoginPasskeysConditionalAuthenticate.js +6 -49
- package/login/pages/LoginPasskeysConditionalAuthenticate.js.map +1 -1
- package/login/pages/LoginPasskeysConditionalAuthenticate.useScript.d.ts +20 -0
- package/login/pages/LoginPasskeysConditionalAuthenticate.useScript.js +49 -0
- package/login/pages/LoginPasskeysConditionalAuthenticate.useScript.js.map +1 -0
- package/login/pages/LoginRecoveryAuthnCodeConfig.js +4 -126
- package/login/pages/LoginRecoveryAuthnCodeConfig.js.map +1 -1
- package/login/pages/LoginRecoveryAuthnCodeConfig.useScript.d.ts +9 -0
- package/login/pages/LoginRecoveryAuthnCodeConfig.useScript.js +133 -0
- package/login/pages/LoginRecoveryAuthnCodeConfig.useScript.js.map +1 -0
- package/login/pages/LoginUsername.js +1 -1
- package/login/pages/LoginUsername.js.map +1 -1
- package/login/pages/Register.js +6 -3
- package/login/pages/Register.js.map +1 -1
- package/login/pages/WebauthnAuthenticate.js +13 -116
- package/login/pages/WebauthnAuthenticate.js.map +1 -1
- package/login/pages/WebauthnAuthenticate.useScript.d.ts +21 -0
- package/login/pages/WebauthnAuthenticate.useScript.js +41 -0
- package/login/pages/WebauthnAuthenticate.useScript.js.map +1 -0
- package/login/pages/WebauthnRegister.js +8 -178
- package/login/pages/WebauthnRegister.js.map +1 -1
- package/login/pages/WebauthnRegister.useScript.d.ts +27 -0
- package/login/pages/WebauthnRegister.useScript.js +49 -0
- package/login/pages/WebauthnRegister.useScript.js.map +1 -0
- package/package.json +125 -15
- package/res/account-v1/account.ftl +70 -0
- package/res/account-v1/applications.ftl +76 -0
- package/res/account-v1/federatedIdentity.ftl +42 -0
- package/res/account-v1/log.ftl +35 -0
- package/res/account-v1/messages/messages_ar.properties +406 -0
- package/res/account-v1/messages/messages_ca.properties +147 -0
- package/res/account-v1/messages/messages_cs.properties +171 -0
- package/res/account-v1/messages/messages_da.properties +339 -0
- package/res/account-v1/messages/messages_de.properties +353 -0
- package/res/account-v1/messages/messages_en.properties +404 -0
- package/res/account-v1/messages/messages_es.properties +147 -0
- package/res/account-v1/messages/messages_fi.properties +400 -0
- package/res/account-v1/messages/messages_fr.properties +180 -0
- package/res/account-v1/messages/messages_hu.properties +334 -0
- package/res/account-v1/messages/messages_it.properties +336 -0
- package/res/account-v1/messages/messages_ja.properties +335 -0
- package/res/account-v1/messages/messages_lt.properties +154 -0
- package/res/account-v1/messages/messages_lv.properties +197 -0
- package/res/account-v1/messages/messages_nl.properties +371 -0
- package/res/account-v1/messages/messages_no.properties +152 -0
- package/res/account-v1/messages/messages_pl.properties +248 -0
- package/res/account-v1/messages/messages_pt_BR.properties +349 -0
- package/res/account-v1/messages/messages_ru.properties +235 -0
- package/res/account-v1/messages/messages_sk.properties +196 -0
- package/res/account-v1/messages/messages_sv.properties +150 -0
- package/res/account-v1/messages/messages_tr.properties +315 -0
- package/res/account-v1/messages/messages_zh_CN.properties +153 -0
- package/res/account-v1/password.ftl +59 -0
- package/res/account-v1/resource-detail.ftl +277 -0
- package/res/account-v1/resources/css/account.css +277 -0
- package/res/account-v1/resources/img/icon-sidebar-active.png +0 -0
- package/res/account-v1/resources/img/keycloak-logo.png +0 -0
- package/res/account-v1/resources/img/logo.png +0 -0
- package/res/account-v1/resources/resources-common/img/favicon.ico +0 -0
- package/res/account-v1/resources/resources-common/node_modules/patternfly/dist/css/patternfly-additions.min.css +5 -0
- package/res/account-v1/resources/resources-common/node_modules/patternfly/dist/css/patternfly.min.css +8 -0
- package/res/account-v1/resources/resources-common/node_modules/patternfly/dist/fonts/OpenSans-Bold-webfont.woff2 +0 -0
- package/res/account-v1/resources/resources-common/node_modules/patternfly/dist/fonts/OpenSans-Light-webfont.woff2 +0 -0
- package/res/account-v1/resources/resources-common/node_modules/patternfly/dist/fonts/OpenSans-Regular-webfont.woff2 +0 -0
- package/res/account-v1/resources/resources-common/node_modules/patternfly/dist/fonts/OpenSans-Semibold-webfont.woff2 +0 -0
- package/res/account-v1/resources/resources-common/node_modules/patternfly/dist/fonts/PatternFlyIcons-webfont.ttf +0 -0
- package/res/account-v1/resources/resources-common/node_modules/patternfly/dist/fonts/PatternFlyIcons-webfont.woff +0 -0
- package/res/account-v1/resources.ftl +403 -0
- package/res/account-v1/sessions.ftl +44 -0
- package/res/account-v1/template.ftl +88 -0
- package/res/account-v1/theme.properties +14 -0
- package/res/account-v1/totp.ftl +141 -0
- package/res/public/.keycloakify/account/css/account.css +277 -0
- package/res/public/.keycloakify/account/img/icon-sidebar-active.png +0 -0
- package/res/public/.keycloakify/account/img/keycloak-logo.png +0 -0
- package/res/public/.keycloakify/account/img/logo.png +0 -0
- package/res/public/.keycloakify/account/resources-common/img/favicon.ico +0 -0
- package/res/public/.keycloakify/account/resources-common/node_modules/patternfly/dist/css/patternfly-additions.min.css +5 -0
- package/res/public/.keycloakify/account/resources-common/node_modules/patternfly/dist/css/patternfly.min.css +8 -0
- package/res/public/.keycloakify/account/resources-common/node_modules/patternfly/dist/fonts/OpenSans-Bold-webfont.woff2 +0 -0
- package/res/public/.keycloakify/account/resources-common/node_modules/patternfly/dist/fonts/OpenSans-Light-webfont.woff2 +0 -0
- package/res/public/.keycloakify/account/resources-common/node_modules/patternfly/dist/fonts/OpenSans-Regular-webfont.woff2 +0 -0
- package/res/public/.keycloakify/account/resources-common/node_modules/patternfly/dist/fonts/OpenSans-Semibold-webfont.woff2 +0 -0
- package/res/public/.keycloakify/account/resources-common/node_modules/patternfly/dist/fonts/PatternFlyIcons-webfont.ttf +0 -0
- package/res/public/.keycloakify/account/resources-common/node_modules/patternfly/dist/fonts/PatternFlyIcons-webfont.woff +0 -0
- package/res/public/.keycloakify/login/css/login.css +629 -0
- package/res/public/.keycloakify/login/img/feedback-error-arrow-down.png +0 -0
- package/res/public/.keycloakify/login/img/feedback-error-sign.png +0 -0
- package/res/public/.keycloakify/login/img/feedback-success-arrow-down.png +0 -0
- package/res/public/.keycloakify/login/img/feedback-success-sign.png +0 -0
- package/res/public/.keycloakify/login/img/feedback-warning-arrow-down.png +0 -0
- package/res/public/.keycloakify/login/img/feedback-warning-sign.png +0 -0
- package/res/public/.keycloakify/login/img/keycloak-bg.png +0 -0
- package/res/public/.keycloakify/login/img/keycloak-logo-text.png +0 -0
- package/res/public/.keycloakify/login/img/keycloak-logo.png +0 -0
- package/res/public/.keycloakify/login/js/authChecker.js +49 -0
- package/res/public/.keycloakify/login/js/common.js +48 -0
- package/res/public/.keycloakify/login/js/kcMultivalued.js +106 -0
- package/res/public/.keycloakify/login/js/kcNumberFormat.js +21 -0
- package/res/public/.keycloakify/login/js/kcNumberUnFormat.js +19 -0
- package/res/public/.keycloakify/login/js/menu-button-links.js +315 -0
- package/{src/bin/shared/downloadKeycloakDefaultTheme/extra-assets → res/public/.keycloakify/login/js}/passkeysConditionalAuth.js +1 -1
- package/res/public/.keycloakify/login/js/passwordVisibility.js +15 -0
- package/res/public/.keycloakify/login/js/userProfile.js +71 -0
- package/res/public/.keycloakify/login/js/webauthnRegister.js +140 -0
- package/res/public/.keycloakify/login/resources-common/img/favicon.ico +0 -0
- package/res/public/.keycloakify/login/resources-common/lib/pficon/pficon.css +22 -0
- package/res/public/.keycloakify/login/resources-common/lib/pficon/pficon.woff2 +0 -0
- package/res/public/.keycloakify/login/resources-common/node_modules/@patternfly/patternfly/patternfly.min.css +2 -0
- package/res/public/.keycloakify/login/resources-common/node_modules/jquery/dist/jquery.min.js +2 -0
- package/res/public/.keycloakify/login/resources-common/node_modules/patternfly/dist/css/patternfly-additions.min.css +5 -0
- package/res/public/.keycloakify/login/resources-common/node_modules/patternfly/dist/css/patternfly.min.css +8 -0
- package/res/public/.keycloakify/login/resources-common/node_modules/patternfly/dist/fonts/OpenSans-Bold-webfont.ttf +0 -0
- package/res/public/.keycloakify/login/resources-common/node_modules/patternfly/dist/fonts/OpenSans-Bold-webfont.woff +0 -0
- package/res/public/.keycloakify/login/resources-common/node_modules/patternfly/dist/fonts/OpenSans-Bold-webfont.woff2 +0 -0
- package/res/public/.keycloakify/login/resources-common/node_modules/patternfly/dist/fonts/OpenSans-Light-webfont.woff2 +0 -0
- package/res/public/.keycloakify/login/resources-common/node_modules/patternfly/dist/fonts/OpenSans-Regular-webfont.woff2 +0 -0
- package/res/public/.keycloakify/login/resources-common/node_modules/patternfly/dist/fonts/OpenSans-Semibold-webfont.woff2 +0 -0
- package/res/public/.keycloakify/login/resources-common/node_modules/patternfly/dist/fonts/PatternFlyIcons-webfont.ttf +0 -0
- package/res/public/.keycloakify/login/resources-common/node_modules/patternfly/dist/fonts/PatternFlyIcons-webfont.woff +0 -0
- package/res/public/.keycloakify/login/resources-common/node_modules/patternfly/dist/fonts/fontawesome-webfont.woff2 +0 -0
- package/res/public/.keycloakify/login/resources-common/node_modules/patternfly/dist/img/bg-login.jpg +0 -0
- package/res/public/.keycloakify/login/resources-common/node_modules/rfc4648/lib/rfc4648.js +178 -0
- package/src/PUBLIC_URL.ts +5 -3
- package/src/account/KcContext/kcContextMocks.ts +3 -3
- package/src/bin/copy-keycloak-resources-to-public.ts +1 -1
- package/src/bin/initialize-account-theme/initializeAccountTheme_singlePage.ts +4 -1
- package/src/bin/initialize-email-theme.ts +28 -8
- package/src/bin/keycloakify/buildJars/buildJar.ts +3 -7
- package/src/bin/keycloakify/generateFtl/generateFtl.ts +3 -7
- package/src/bin/keycloakify/generateResources/generateResourcesForMainTheme.ts +65 -90
- package/src/bin/keycloakify/keycloakify.ts +38 -21
- package/src/bin/keycloakify/replacers/replaceImportsInCssCode.ts +2 -2
- package/src/bin/keycloakify/replacers/replaceImportsInJsCode/vite.ts +3 -3
- package/src/bin/keycloakify/replacers/replaceImportsInJsCode/webpack.ts +3 -3
- package/src/bin/shared/buildContext.ts +1 -8
- package/src/bin/shared/constants.ts +5 -7
- package/src/bin/shared/copyKeycloakResourcesToPublic.ts +30 -40
- package/src/bin/start-keycloak/start-keycloak.ts +3 -7
- package/src/login/KcContext/KcContext.ts +9 -18
- package/src/login/KcContext/kcContextMocks.ts +5 -13
- package/src/login/Template.tsx +4 -67
- package/src/login/Template.useStylesAndScripts.ts +94 -0
- package/src/login/pages/Login.tsx +1 -1
- package/src/login/pages/LoginIdpLinkConfirmOverride.tsx +0 -1
- package/src/login/pages/LoginPasskeysConditionalAuthenticate.tsx +6 -81
- package/src/login/pages/LoginPasskeysConditionalAuthenticate.useScript.tsx +72 -0
- package/src/login/pages/LoginRecoveryAuthnCodeConfig.tsx +4 -126
- package/src/login/pages/LoginRecoveryAuthnCodeConfig.useScript.tsx +142 -0
- package/src/login/pages/LoginUsername.tsx +1 -1
- package/src/login/pages/Register.tsx +35 -13
- package/src/login/pages/WebauthnAuthenticate.tsx +20 -133
- package/src/login/pages/WebauthnAuthenticate.useScript.tsx +64 -0
- package/src/login/pages/WebauthnRegister.tsx +8 -195
- package/src/login/pages/WebauthnRegister.useScript.tsx +93 -0
- package/src/tools/useInsertScriptTags.ts +14 -4
- package/src/vite-plugin/vite-plugin.ts +11 -15
- package/tools/useInsertScriptTags.d.ts +2 -2
- package/tools/useInsertScriptTags.js +8 -2
- package/tools/useInsertScriptTags.js.map +1 -1
- package/vite-plugin/index.js +3357 -47132
- package/bin/697.index.js +0 -4749
- package/bin/shared/downloadKeycloakStaticResources.d.ts +0 -9
- package/bin/shared/downloadKeycloakStaticResources.js.map +0 -1
- package/src/bin/keycloakify/generateResources/bringInAccountV1.ts +0 -89
- package/src/bin/shared/downloadKeycloakDefaultTheme/downloadKeycloakDefaultTheme.ts +0 -337
- package/src/bin/shared/downloadKeycloakDefaultTheme/index.ts +0 -1
- package/src/bin/shared/downloadKeycloakStaticResources.ts +0 -53
- /package/{src/bin/shared/downloadKeycloakDefaultTheme/extra-assets → res/public/.keycloakify/login/js}/webauthnAuthenticate.js +0 -0
@@ -0,0 +1,404 @@
|
|
1
|
+
doSave=Save
|
2
|
+
doCancel=Cancel
|
3
|
+
doLogOutAllSessions=Log out all sessions
|
4
|
+
doRemove=Remove
|
5
|
+
doAdd=Add
|
6
|
+
doSignOut=Sign out
|
7
|
+
doLogIn=Log In
|
8
|
+
doLink=Link
|
9
|
+
noAccessMessage=Access not allowed
|
10
|
+
|
11
|
+
personalInfoSidebarTitle=Personal info
|
12
|
+
accountSecuritySidebarTitle=Account security
|
13
|
+
signingInSidebarTitle=Signing in
|
14
|
+
deviceActivitySidebarTitle=Device activity
|
15
|
+
linkedAccountsSidebarTitle=Linked accounts
|
16
|
+
|
17
|
+
editAccountHtmlTitle=Edit Account
|
18
|
+
personalInfoHtmlTitle=Personal Info
|
19
|
+
federatedIdentitiesHtmlTitle=Federated Identities
|
20
|
+
accountLogHtmlTitle=Account Log
|
21
|
+
changePasswordHtmlTitle=Change Password
|
22
|
+
deviceActivityHtmlTitle=Device Activity
|
23
|
+
sessionsHtmlTitle=Sessions
|
24
|
+
accountManagementTitle=Keycloak Account Management
|
25
|
+
authenticatorTitle=Authenticator
|
26
|
+
applicationsHtmlTitle=Applications
|
27
|
+
linkedAccountsHtmlTitle=Linked accounts
|
28
|
+
|
29
|
+
accountManagementWelcomeMessage=Welcome to Keycloak Account Management
|
30
|
+
personalInfoIntroMessage=Manage your basic information
|
31
|
+
accountSecurityTitle=Account Security
|
32
|
+
accountSecurityIntroMessage=Control your password and account access
|
33
|
+
applicationsIntroMessage=Track and manage your app permission to access your account
|
34
|
+
resourceIntroMessage=Share your resources among team members
|
35
|
+
passwordLastUpdateMessage=Your password was updated at
|
36
|
+
updatePasswordTitle=Update Password
|
37
|
+
updatePasswordMessageTitle=Make sure you choose a strong password
|
38
|
+
updatePasswordMessage=A strong password contains a mix of numbers, letters, and symbols. It is hard to guess, does not resemble a real word, and is only used for this account.
|
39
|
+
personalSubTitle=Your Personal Info
|
40
|
+
personalSubMessage=Manage your basic information.
|
41
|
+
|
42
|
+
authenticatorCode=One-time code
|
43
|
+
email=Email
|
44
|
+
firstName=First name
|
45
|
+
givenName=Given name
|
46
|
+
fullName=Full name
|
47
|
+
lastName=Last name
|
48
|
+
familyName=Family name
|
49
|
+
password=Password
|
50
|
+
currentPassword=Current Password
|
51
|
+
passwordConfirm=Confirmation
|
52
|
+
passwordNew=New Password
|
53
|
+
username=Username
|
54
|
+
address=Address
|
55
|
+
street=Street
|
56
|
+
locality=City or Locality
|
57
|
+
region=State, Province, or Region
|
58
|
+
postal_code=Zip or Postal code
|
59
|
+
country=Country
|
60
|
+
emailVerified=Email verified
|
61
|
+
website=Web page
|
62
|
+
phoneNumber=Phone number
|
63
|
+
phoneNumberVerified=Phone number verified
|
64
|
+
gender=Gender
|
65
|
+
birthday=Birthdate
|
66
|
+
zoneinfo=Time zone
|
67
|
+
gssDelegationCredential=GSS Delegation Credential
|
68
|
+
|
69
|
+
profileScopeConsentText=User profile
|
70
|
+
emailScopeConsentText=Email address
|
71
|
+
addressScopeConsentText=Address
|
72
|
+
phoneScopeConsentText=Phone number
|
73
|
+
offlineAccessScopeConsentText=Offline Access
|
74
|
+
samlRoleListScopeConsentText=My Roles
|
75
|
+
rolesScopeConsentText=User roles
|
76
|
+
|
77
|
+
role_admin=Admin
|
78
|
+
role_realm-admin=Realm Admin
|
79
|
+
role_create-realm=Create realm
|
80
|
+
role_view-realm=View realm
|
81
|
+
role_view-users=View users
|
82
|
+
role_view-applications=View applications
|
83
|
+
role_view-groups=View groups
|
84
|
+
role_view-clients=View clients
|
85
|
+
role_view-events=View events
|
86
|
+
role_view-identity-providers=View identity providers
|
87
|
+
role_view-consent=View consents
|
88
|
+
role_manage-realm=Manage realm
|
89
|
+
role_manage-users=Manage users
|
90
|
+
role_manage-applications=Manage applications
|
91
|
+
role_manage-identity-providers=Manage identity providers
|
92
|
+
role_manage-clients=Manage clients
|
93
|
+
role_manage-events=Manage events
|
94
|
+
role_view-profile=View profile
|
95
|
+
role_manage-account=Manage account
|
96
|
+
role_manage-account-links=Manage account links
|
97
|
+
role_manage-consent=Manage consents
|
98
|
+
role_read-token=Read token
|
99
|
+
role_offline-access=Offline access
|
100
|
+
role_uma_authorization=Obtain permissions
|
101
|
+
client_account=Account
|
102
|
+
client_account-console=Account Console
|
103
|
+
client_security-admin-console=security admin console
|
104
|
+
client_admin-cli=Admin CLI
|
105
|
+
client_realm-management=Realm Management
|
106
|
+
client_broker=Broker
|
107
|
+
|
108
|
+
|
109
|
+
requiredFields=Required fields
|
110
|
+
allFieldsRequired=All fields required
|
111
|
+
|
112
|
+
backToApplication=« Back to application
|
113
|
+
backTo=Back to {0}
|
114
|
+
|
115
|
+
date=Date
|
116
|
+
event=Event
|
117
|
+
ip=IP
|
118
|
+
client=Client
|
119
|
+
clients=Clients
|
120
|
+
details=Details
|
121
|
+
started=Started
|
122
|
+
lastAccess=Last Access
|
123
|
+
expires=Expires
|
124
|
+
applications=Applications
|
125
|
+
|
126
|
+
account=Account
|
127
|
+
federatedIdentity=Federated Identity
|
128
|
+
authenticator=Authenticator
|
129
|
+
device-activity=Device activity
|
130
|
+
sessions=Sessions
|
131
|
+
log=Log
|
132
|
+
|
133
|
+
application=Application
|
134
|
+
availableRoles=Available Roles
|
135
|
+
grantedPermissions=Granted Permissions
|
136
|
+
grantedPersonalInfo=Granted Personal Info
|
137
|
+
additionalGrants=Additional Grants
|
138
|
+
action=Action
|
139
|
+
inResource=in
|
140
|
+
fullAccess=Full Access
|
141
|
+
offlineToken=Offline Token
|
142
|
+
revoke=Revoke Grant
|
143
|
+
|
144
|
+
configureAuthenticators=Configured Authenticators
|
145
|
+
mobile=Mobile
|
146
|
+
totpStep1=Install one of the following applications on your mobile:
|
147
|
+
totpStep2=Open the application and scan the barcode:
|
148
|
+
totpStep3=Enter the one-time code provided by the application and click Save to finish the setup.
|
149
|
+
totpStep3DeviceName=Provide a Device Name to help you manage your OTP devices.
|
150
|
+
|
151
|
+
totpManualStep2=Open the application and enter the key:
|
152
|
+
totpManualStep3=Use the following configuration values if the application allows setting them:
|
153
|
+
totpUnableToScan=Unable to scan?
|
154
|
+
totpScanBarcode=Scan barcode?
|
155
|
+
|
156
|
+
totp.totp=Time-based
|
157
|
+
totp.hotp=Counter-based
|
158
|
+
|
159
|
+
totpType=Type
|
160
|
+
totpAlgorithm=Algorithm
|
161
|
+
totpDigits=Digits
|
162
|
+
totpInterval=Interval
|
163
|
+
totpCounter=Counter
|
164
|
+
totpDeviceName=Device Name
|
165
|
+
|
166
|
+
totpAppFreeOTPName=FreeOTP
|
167
|
+
totpAppGoogleName=Google Authenticator
|
168
|
+
totpAppMicrosoftAuthenticatorName=Microsoft Authenticator
|
169
|
+
|
170
|
+
irreversibleAction=This action is irreversible
|
171
|
+
deletingImplies=Deleting your account implies:
|
172
|
+
errasingData=Erasing all your data
|
173
|
+
loggingOutImmediately=Logging you out immediately
|
174
|
+
accountUnusable=Any subsequent use of the application will not be possible with this account
|
175
|
+
|
176
|
+
missingUsernameMessage=Please specify username.
|
177
|
+
missingFirstNameMessage=Please specify first name.
|
178
|
+
invalidEmailMessage=Invalid email address.
|
179
|
+
missingLastNameMessage=Please specify last name.
|
180
|
+
missingEmailMessage=Please specify email.
|
181
|
+
missingPasswordMessage=Please specify password.
|
182
|
+
notMatchPasswordMessage=Passwords don''t match.
|
183
|
+
invalidUserMessage=Invalid user
|
184
|
+
updateReadOnlyAttributesRejectedMessage=Update of read-only attribute rejected
|
185
|
+
|
186
|
+
missingTotpMessage=Please specify authenticator code.
|
187
|
+
missingTotpDeviceNameMessage=Please specify device name.
|
188
|
+
invalidPasswordExistingMessage=Invalid existing password.
|
189
|
+
invalidPasswordConfirmMessage=Password confirmation doesn''t match.
|
190
|
+
invalidTotpMessage=Invalid authenticator code.
|
191
|
+
|
192
|
+
usernameExistsMessage=Username already exists.
|
193
|
+
emailExistsMessage=Email already exists.
|
194
|
+
|
195
|
+
readOnlyUserMessage=You can''t update your account as it is read-only.
|
196
|
+
readOnlyUsernameMessage=You can''t update your username as it is read-only.
|
197
|
+
readOnlyPasswordMessage=You can''t update your password as your account is read-only.
|
198
|
+
|
199
|
+
successTotpMessage=Mobile authenticator configured.
|
200
|
+
successTotpRemovedMessage=Mobile authenticator removed.
|
201
|
+
|
202
|
+
successGrantRevokedMessage=Grant revoked successfully.
|
203
|
+
|
204
|
+
accountUpdatedMessage=Your account has been updated.
|
205
|
+
accountPasswordUpdatedMessage=Your password has been updated.
|
206
|
+
|
207
|
+
missingIdentityProviderMessage=Identity provider not specified.
|
208
|
+
invalidFederatedIdentityActionMessage=Invalid or missing action.
|
209
|
+
identityProviderNotFoundMessage=Specified identity provider not found.
|
210
|
+
federatedIdentityLinkNotActiveMessage=This identity is not active anymore.
|
211
|
+
federatedIdentityRemovingLastProviderMessage=You can''t remove last federated identity as you don''t have a password.
|
212
|
+
identityProviderRedirectErrorMessage=Failed to redirect to identity provider.
|
213
|
+
identityProviderRemovedMessage=Identity provider removed successfully.
|
214
|
+
identityProviderAlreadyLinkedMessage=Federated identity returned by {0} is already linked to another user.
|
215
|
+
staleCodeAccountMessage=The page expired. Please try one more time.
|
216
|
+
consentDenied=Consent denied.
|
217
|
+
access-denied-when-idp-auth=Access denied when authenticating with {0}
|
218
|
+
|
219
|
+
accountDisabledMessage=Account is disabled, contact your administrator.
|
220
|
+
|
221
|
+
accountTemporarilyDisabledMessage=Account is temporarily disabled, contact your administrator or try again later.
|
222
|
+
invalidPasswordMinLengthMessage=Invalid password: minimum length {0}.
|
223
|
+
invalidPasswordMaxLengthMessage=Invalid password: maximum length {0}.
|
224
|
+
invalidPasswordMinLowerCaseCharsMessage=Invalid password: must contain at least {0} lower case characters.
|
225
|
+
invalidPasswordMinDigitsMessage=Invalid password: must contain at least {0} numerical digits.
|
226
|
+
invalidPasswordMinUpperCaseCharsMessage=Invalid password: must contain at least {0} upper case characters.
|
227
|
+
invalidPasswordMinSpecialCharsMessage=Invalid password: must contain at least {0} special characters.
|
228
|
+
invalidPasswordNotUsernameMessage=Invalid password: must not be equal to the username.
|
229
|
+
invalidPasswordNotEmailMessage=Invalid password: must not be equal to the email.
|
230
|
+
invalidPasswordRegexPatternMessage=Invalid password: fails to match regex pattern(s).
|
231
|
+
invalidPasswordHistoryMessage=Invalid password: must not be equal to any of last {0} passwords.
|
232
|
+
invalidPasswordBlacklistedMessage=Invalid password: password is blacklisted.
|
233
|
+
invalidPasswordGenericMessage=Invalid password: new password doesn''t match password policies.
|
234
|
+
|
235
|
+
# Authorization
|
236
|
+
myResources=My Resources
|
237
|
+
myResourcesSub=My resources
|
238
|
+
doDeny=Deny
|
239
|
+
doRevoke=Revoke
|
240
|
+
doApprove=Approve
|
241
|
+
doRemoveSharing=Remove Sharing
|
242
|
+
doRemoveRequest=Remove Request
|
243
|
+
peopleAccessResource=People with access to this resource
|
244
|
+
resourceManagedPolicies=Permissions granting access to this resource
|
245
|
+
resourceNoPermissionsGrantingAccess=No permissions granting access to this resource
|
246
|
+
anyAction=Any action
|
247
|
+
description=Description
|
248
|
+
name=Name
|
249
|
+
scopes=Scopes
|
250
|
+
resource=Resource
|
251
|
+
user=User
|
252
|
+
peopleSharingThisResource=People sharing this resource
|
253
|
+
shareWithOthers=Share with others
|
254
|
+
needMyApproval=Need my approval
|
255
|
+
requestsWaitingApproval=Your requests waiting approval
|
256
|
+
icon=Icon
|
257
|
+
requestor=Requestor
|
258
|
+
owner=Owner
|
259
|
+
resourcesSharedWithMe=Resources shared with me
|
260
|
+
permissionRequestion=Permission Requestion
|
261
|
+
permission=Permission
|
262
|
+
shares=share(s)
|
263
|
+
notBeingShared=This resource is not being shared.
|
264
|
+
notHaveAnyResource=You don't have any resources
|
265
|
+
noResourcesSharedWithYou=There are no resources shared with you
|
266
|
+
havePermissionRequestsWaitingForApproval=You have {0} permission request(s) waiting for approval.
|
267
|
+
clickHereForDetails=Click here for details.
|
268
|
+
resourceIsNotBeingShared=The resource is not being shared
|
269
|
+
|
270
|
+
locale_ar=\u0639\u0631\u0628\u064A
|
271
|
+
locale_ca=Catal\u00e0
|
272
|
+
locale_cs=\u010Ce\u0161tina
|
273
|
+
locale_de=Deutsch
|
274
|
+
locale_en=English
|
275
|
+
locale_es=Espa\u00f1ol
|
276
|
+
locale_fr=Fran\u00e7ais
|
277
|
+
locale_hu=Magyar
|
278
|
+
locale_it=Italiano
|
279
|
+
locale_ja=\u65e5\u672c\u8a9e
|
280
|
+
locale_lt=Lietuvi\u0173
|
281
|
+
locale_nl=Nederlands
|
282
|
+
locale_no=Norsk
|
283
|
+
locale_pl=Polski
|
284
|
+
locale_pt-BR=Portugu\u00eas (Brasil)
|
285
|
+
locale_ru=\u0420\u0443\u0441\u0441\u043a\u0438\u0439
|
286
|
+
locale_sk=Sloven\u010dina
|
287
|
+
locale_sv=Svenska
|
288
|
+
locale_tr=T\u00FCrk\u00E7e
|
289
|
+
locale_zh-CN=\u4e2d\u6587\u7b80\u4f53
|
290
|
+
locale_fi=Suomi
|
291
|
+
|
292
|
+
# Applications
|
293
|
+
applicationName=Name
|
294
|
+
applicationType=Application Type
|
295
|
+
applicationInUse=In-use app only
|
296
|
+
clearAllFilter=Clear all filters
|
297
|
+
activeFilters=Active filters
|
298
|
+
filterByName=Filter By Name ...
|
299
|
+
allApps=All applications
|
300
|
+
internalApps=Internal applications
|
301
|
+
thirdpartyApps=Third-Party applications
|
302
|
+
appResults=Results
|
303
|
+
clientNotFoundMessage=Client not found.
|
304
|
+
|
305
|
+
# Linked account
|
306
|
+
authorizedProvider=Authorized Provider
|
307
|
+
authorizedProviderMessage=Authorized Providers linked with your account
|
308
|
+
identityProvider=Identity Provider
|
309
|
+
identityProviderMessage=To link your account with identity providers you have configured
|
310
|
+
socialLogin=Social Login
|
311
|
+
userDefined=User Defined
|
312
|
+
removeAccess=Remove Access
|
313
|
+
removeAccessMessage=You will need to grant access again, if you want to use this app account.
|
314
|
+
|
315
|
+
#Authenticator
|
316
|
+
authenticatorStatusMessage=Two-factor authentication is currently
|
317
|
+
authenticatorFinishSetUpTitle=Your Two-Factor Authentication
|
318
|
+
authenticatorFinishSetUpMessage=Each time you sign in to your Keycloak account, you will be asked to provide a two-factor authentication code.
|
319
|
+
authenticatorSubTitle=Set Up Two-Factor Authentication
|
320
|
+
authenticatorSubMessage=To enhance the security of your account, enable at least one of the available two-factor authentication methods.
|
321
|
+
authenticatorMobileTitle=Mobile Authenticator
|
322
|
+
authenticatorMobileMessage=Use mobile Authenticator to get Verification codes as the two-factor authentication.
|
323
|
+
authenticatorMobileFinishSetUpMessage=The authenticator has been bound to your phone.
|
324
|
+
authenticatorActionSetup=Set up
|
325
|
+
authenticatorSMSTitle=SMS Code
|
326
|
+
authenticatorSMSMessage=Keycloak will send the Verification code to your phone as the two-factor authentication.
|
327
|
+
authenticatorSMSFinishSetUpMessage=Text messages are sent to
|
328
|
+
authenticatorDefaultStatus=Default
|
329
|
+
authenticatorChangePhone=Change Phone Number
|
330
|
+
|
331
|
+
#Authenticator - Mobile Authenticator setup
|
332
|
+
authenticatorMobileSetupTitle=Mobile Authenticator Setup
|
333
|
+
smscodeIntroMessage=Enter your phone number and a verification code will be sent to your phone.
|
334
|
+
mobileSetupStep1=Install an authenticator application on your phone. The applications listed here are supported.
|
335
|
+
mobileSetupStep2=Open the application and scan the barcode:
|
336
|
+
mobileSetupStep3=Enter the one-time code provided by the application and click Save to finish the setup.
|
337
|
+
scanBarCode=Want to scan the barcode?
|
338
|
+
enterBarCode=Enter the one-time code
|
339
|
+
doCopy=Copy
|
340
|
+
doFinish=Finish
|
341
|
+
|
342
|
+
#Authenticator - SMS Code setup
|
343
|
+
authenticatorSMSCodeSetupTitle=SMS Code Setup
|
344
|
+
chooseYourCountry=Choose your country
|
345
|
+
enterYourPhoneNumber=Enter your phone number
|
346
|
+
sendVerficationCode=Send Verification Code
|
347
|
+
enterYourVerficationCode=Enter your verification code
|
348
|
+
|
349
|
+
#Authenticator - backup Code setup
|
350
|
+
authenticatorBackupCodesSetupTitle=Recovery Authentication Codes Setup
|
351
|
+
realmName=Realm
|
352
|
+
doDownload=Download
|
353
|
+
doPrint=Print
|
354
|
+
generateNewBackupCodes=Generate New Recovery Authentication Codes
|
355
|
+
backtoAuthenticatorPage=Back to Authenticator Page
|
356
|
+
|
357
|
+
|
358
|
+
#Resources
|
359
|
+
resources=Resources
|
360
|
+
sharedwithMe=Shared with Me
|
361
|
+
share=Share
|
362
|
+
sharedwith=Shared with
|
363
|
+
accessPermissions=Access Permissions
|
364
|
+
permissionRequests=Permission Requests
|
365
|
+
approve=Approve
|
366
|
+
approveAll=Approve all
|
367
|
+
people=people
|
368
|
+
perPage=per page
|
369
|
+
currentPage=Current Page
|
370
|
+
sharetheResource=Share the resource
|
371
|
+
group=Group
|
372
|
+
selectPermission=Select Permission
|
373
|
+
addPeople=Add people to share your resource with
|
374
|
+
addTeam=Add team to share your resource with
|
375
|
+
myPermissions=My Permissions
|
376
|
+
waitingforApproval=Waiting for approval
|
377
|
+
anyPermission=Any Permission
|
378
|
+
|
379
|
+
# Openshift messages
|
380
|
+
openshift.scope.user_info=User information
|
381
|
+
openshift.scope.user_check-access=User access information
|
382
|
+
openshift.scope.user_full=Full Access
|
383
|
+
openshift.scope.list-projects=List projects
|
384
|
+
|
385
|
+
error-invalid-value=Invalid value.
|
386
|
+
error-invalid-blank=Please specify value.
|
387
|
+
error-empty=Please specify value.
|
388
|
+
error-invalid-length=Attribute {0} must have a length between {1} and {2}.
|
389
|
+
error-invalid-length-too-short=Attribute {0} must have minimal length of {1}.
|
390
|
+
error-invalid-length-too-long=Attribute {0} must have maximal length of {2}.
|
391
|
+
error-invalid-email=Invalid email address.
|
392
|
+
error-invalid-number=Invalid number.
|
393
|
+
error-number-out-of-range=Attribute {0} must be a number between {1} and {2}.
|
394
|
+
error-number-out-of-range-too-small=Attribute {0} must have minimal value of {1}.
|
395
|
+
error-number-out-of-range-too-big=Attribute {0} must have maximal value of {2}.
|
396
|
+
error-pattern-no-match=Invalid value.
|
397
|
+
error-invalid-uri=Invalid URL.
|
398
|
+
error-invalid-uri-scheme=Invalid URL scheme.
|
399
|
+
error-invalid-uri-fragment=Invalid URL fragment.
|
400
|
+
error-user-attribute-required=Please specify attribute {0}.
|
401
|
+
error-invalid-date=Invalid date.
|
402
|
+
error-user-attribute-read-only=The field {0} is read only.
|
403
|
+
error-username-invalid-character=Username contains invalid character.
|
404
|
+
error-person-name-invalid-character=Name contains invalid character.
|
@@ -0,0 +1,147 @@
|
|
1
|
+
doSave=Guardar
|
2
|
+
doCancel=Cancelar
|
3
|
+
doLogOutAllSessions=Desconectar de todas las sesiones
|
4
|
+
doRemove=Eliminar
|
5
|
+
doAdd=A\u00F1adir
|
6
|
+
doSignOut=Desconectar
|
7
|
+
|
8
|
+
editAccountHtmlTitle=Editar cuenta
|
9
|
+
federatedIdentitiesHtmlTitle=Identidades federadas
|
10
|
+
accountLogHtmlTitle=Registro de la cuenta
|
11
|
+
changePasswordHtmlTitle=Cambiar contrase\u00F1a
|
12
|
+
sessionsHtmlTitle=Sesiones
|
13
|
+
accountManagementTitle=Gesti\u00F3n de Cuenta Keycloak
|
14
|
+
authenticatorTitle=Autenticador
|
15
|
+
applicationsHtmlTitle=Aplicaciones
|
16
|
+
|
17
|
+
authenticatorCode=C\u00F3digo de un solo uso
|
18
|
+
email=Email
|
19
|
+
firstName=Nombre
|
20
|
+
givenName=Nombre de pila
|
21
|
+
fullName=Nombre completo
|
22
|
+
lastName=Apellidos
|
23
|
+
familyName=Apellido
|
24
|
+
password=Contrase\u00F1a
|
25
|
+
passwordConfirm=Confirma la contrase\u00F1a
|
26
|
+
passwordNew=Nueva contrase\u00F1a
|
27
|
+
username=Usuario
|
28
|
+
address=Direcci\u00F3n
|
29
|
+
street=Calle
|
30
|
+
locality=Ciudad o Municipio
|
31
|
+
region=Estado, Provincia, o Regi\u00F3n
|
32
|
+
postal_code=C\u00F3digo Postal
|
33
|
+
country=Pa\u00EDs
|
34
|
+
emailVerified=Email verificado
|
35
|
+
gssDelegationCredential=GSS Delegation Credential
|
36
|
+
|
37
|
+
role_admin=Administrador
|
38
|
+
role_realm-admin=Administrador del dominio
|
39
|
+
role_create-realm=Crear dominio
|
40
|
+
role_view-realm=Ver dominio
|
41
|
+
role_view-users=Ver usuarios
|
42
|
+
role_view-applications=Ver aplicaciones
|
43
|
+
role_view-clients=Ver clientes
|
44
|
+
role_view-events=Ver eventos
|
45
|
+
role_view-identity-providers=Ver proveedores de identidad
|
46
|
+
role_manage-realm=Gestionar dominio
|
47
|
+
role_manage-users=Gestionar usuarios
|
48
|
+
role_manage-applications=Gestionar aplicaciones
|
49
|
+
role_manage-identity-providers=Gestionar proveedores de identidad
|
50
|
+
role_manage-clients=Gestionar clientes
|
51
|
+
role_manage-events=Gestionar eventos
|
52
|
+
role_view-profile=Ver perfil
|
53
|
+
role_manage-account=Gestionar cuenta
|
54
|
+
role_read-token=Leer token
|
55
|
+
role_offline-access=Acceso sin conexi\u00F3n
|
56
|
+
client_account=Cuenta
|
57
|
+
client_security-admin-console=Consola de Administraci\u00F3n de Seguridad
|
58
|
+
client_realm-management=Gesti\u00F3n de dominio
|
59
|
+
client_broker=Broker
|
60
|
+
|
61
|
+
|
62
|
+
requiredFields=Campos obligatorios
|
63
|
+
allFieldsRequired=Todos los campos obligatorios
|
64
|
+
|
65
|
+
backToApplication=« Volver a la aplicaci\u00F3n
|
66
|
+
backTo=Volver a {0}
|
67
|
+
|
68
|
+
date=Fecha
|
69
|
+
event=Evento
|
70
|
+
ip=IP
|
71
|
+
client=Cliente
|
72
|
+
clients=Clientes
|
73
|
+
details=Detalles
|
74
|
+
started=Iniciado
|
75
|
+
lastAccess=\u00DAltimo acceso
|
76
|
+
expires=Expira
|
77
|
+
applications=Aplicaciones
|
78
|
+
|
79
|
+
account=Cuenta
|
80
|
+
federatedIdentity=Identidad federada
|
81
|
+
authenticator=Autenticador
|
82
|
+
sessions=Sesiones
|
83
|
+
log=Regisro
|
84
|
+
|
85
|
+
application=Aplicaci\u00F3n
|
86
|
+
availablePermissions=Permisos disponibles
|
87
|
+
grantedPermissions=Permisos concedidos
|
88
|
+
grantedPersonalInfo=Informaci\u00F3n personal concedida
|
89
|
+
additionalGrants=Permisos adicionales
|
90
|
+
action=Acci\u00F3n
|
91
|
+
inResource=en
|
92
|
+
fullAccess=Acceso total
|
93
|
+
offlineToken=C\u00F3digo de autorizaci\u00F3n offline
|
94
|
+
revoke=Revocar permiso
|
95
|
+
|
96
|
+
configureAuthenticators=Autenticadores configurados
|
97
|
+
mobile=M\u00F3vil
|
98
|
+
totpStep1=Instala <a href=\"https://freeotp.github.io/\" target=\"_blank\">FreeOTP</a> o Google Authenticator en tu tel\u00E9fono m\u00F3vil. Ambas aplicaciones est\u00E1n disponibles en <a href=\"https://play.google.com\">Google Play</a> y en la App Store de Apple.
|
99
|
+
totpStep2=Abre la aplicaci\u00F3n y escanea el c\u00F3digo o introduce la clave.
|
100
|
+
totpStep3=Introduce el c\u00F3digo \u00FAnico que te muestra la aplicaci\u00F3n de autenticaci\u00F3n y haz clic en Enviar para finalizar la configuraci\u00F3n
|
101
|
+
|
102
|
+
missingUsernameMessage=Por favor indica tu usuario.
|
103
|
+
missingFirstNameMessage=Por favor indica el nombre.
|
104
|
+
invalidEmailMessage=Email no v\u00E1lido
|
105
|
+
missingLastNameMessage=Por favor indica tus apellidos.
|
106
|
+
missingEmailMessage=Por favor indica el email.
|
107
|
+
missingPasswordMessage=Por favor indica tu contrase\u00F1a.
|
108
|
+
notMatchPasswordMessage=Las contrase\u00F1as no coinciden.
|
109
|
+
|
110
|
+
missingTotpMessage=Por favor indica tu c\u00F3digo de autenticaci\u00F3n
|
111
|
+
invalidPasswordExistingMessage=La contrase\u00F1a actual no es correcta.
|
112
|
+
invalidPasswordConfirmMessage=La confirmaci\u00F3n de contrase\u00F1a no coincide.
|
113
|
+
invalidTotpMessage=El c\u00F3digo de autenticaci\u00F3n no es v\u00E1lido.
|
114
|
+
|
115
|
+
usernameExistsMessage=El usuario ya existe
|
116
|
+
emailExistsMessage=El email ya existe
|
117
|
+
|
118
|
+
readOnlyUserMessage=No puedes actualizar tu usuario porque tu cuenta es de solo lectura.
|
119
|
+
readOnlyPasswordMessage=No puedes actualizar tu contrase\u00F1a porque tu cuenta es de solo lectura.
|
120
|
+
|
121
|
+
successTotpMessage=Aplicaci\u00F3n de autenticaci\u00F3n m\u00F3vil configurada.
|
122
|
+
successTotpRemovedMessage=Aplicaci\u00F3n de autenticaci\u00F3n m\u00F3vil eliminada.
|
123
|
+
|
124
|
+
successGrantRevokedMessage=Permiso revocado correctamente
|
125
|
+
|
126
|
+
accountUpdatedMessage=Tu cuenta se ha actualizado.
|
127
|
+
accountPasswordUpdatedMessage=Tu contrase\u00F1a se ha actualizado.
|
128
|
+
|
129
|
+
missingIdentityProviderMessage=Proveedor de identidad no indicado.
|
130
|
+
invalidFederatedIdentityActionMessage=Acci\u00F3n no v\u00E1lida o no indicada.
|
131
|
+
identityProviderNotFoundMessage=No se encontr\u00F3 un proveedor de identidad.
|
132
|
+
federatedIdentityLinkNotActiveMessage=Esta identidad ya no est\u00E1 activa
|
133
|
+
federatedIdentityRemovingLastProviderMessage=No puedes eliminar la \u00FAltima identidad federada porque no tienes fijada una contrase\u00F1a.
|
134
|
+
identityProviderRedirectErrorMessage=Error en la redirecci\u00F3n al proveedor de identidad
|
135
|
+
identityProviderRemovedMessage=Proveedor de identidad borrado correctamente.
|
136
|
+
|
137
|
+
accountDisabledMessage=La cuenta est\u00E1 desactivada, contacta con el administrador.
|
138
|
+
|
139
|
+
accountTemporarilyDisabledMessage=La cuenta est\u00E1 temporalmente desactivada, contacta con el administrador o int\u00E9ntalo de nuevo m\u00E1s tarde.
|
140
|
+
invalidPasswordMinLengthMessage=Contrase\u00F1a incorrecta: longitud m\u00EDnima {0}.
|
141
|
+
invalidPasswordMinLowerCaseCharsMessage=Contrase\u00F1a incorrecta: debe contener al menos {0} letras min\u00FAsculas.
|
142
|
+
invalidPasswordMinDigitsMessage=Contrase\u00F1a incorrecta: debe contener al menos {0} caracteres num\u00E9ricos.
|
143
|
+
invalidPasswordMinUpperCaseCharsMessage=Contrase\u00F1a incorrecta: debe contener al menos {0} letras may\u00FAsculas.
|
144
|
+
invalidPasswordMinSpecialCharsMessage=Contrase\u00F1a incorrecta: debe contener al menos {0} caracteres especiales.
|
145
|
+
invalidPasswordNotUsernameMessage=Contrase\u00F1a incorrecta: no puede ser igual al nombre de usuario.
|
146
|
+
invalidPasswordRegexPatternMessage=Contrase\u00F1a incorrecta: no cumple la expresi\u00F3n regular.
|
147
|
+
invalidPasswordHistoryMessage=Contrase\u00F1a incorrecta: no puede ser igual a ninguna de las \u00FAltimas {0} contrase\u00F1as.
|