@keycloakify/keycloak-account-ui 25.0.4-rc.3 → 25.0.4-rc.5

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.
Files changed (40) hide show
  1. package/KcAccountUiLoader.d.ts +44 -34
  2. package/KcAccountUiLoader.js +150 -11
  3. package/KcAccountUiLoader.js.map +1 -1
  4. package/README.md +6 -6
  5. package/messages/messages_ar.properties +187 -0
  6. package/messages/messages_ca.properties +125 -0
  7. package/messages/messages_cs.properties +22 -0
  8. package/messages/messages_da.properties +36 -0
  9. package/messages/messages_de.properties +194 -0
  10. package/messages/messages_el.properties +125 -0
  11. package/messages/messages_en.properties +201 -0
  12. package/messages/messages_es.properties +125 -0
  13. package/messages/messages_fa.properties +155 -0
  14. package/messages/messages_fi.properties +56 -0
  15. package/messages/messages_fr.properties +171 -0
  16. package/messages/messages_hu.properties +125 -0
  17. package/messages/messages_it.properties +124 -0
  18. package/messages/messages_ja.properties +36 -0
  19. package/messages/messages_ka.properties +201 -0
  20. package/messages/messages_lt.properties +22 -0
  21. package/messages/messages_lv.properties +30 -0
  22. package/messages/messages_nl.properties +166 -0
  23. package/messages/messages_no.properties +22 -0
  24. package/messages/messages_pl.properties +182 -0
  25. package/messages/messages_pt.properties +188 -0
  26. package/messages/messages_pt_BR.properties +94 -0
  27. package/messages/messages_ru.properties +158 -0
  28. package/messages/messages_sk.properties +26 -0
  29. package/messages/messages_sv.properties +22 -0
  30. package/messages/messages_th.properties +125 -0
  31. package/messages/messages_tr.properties +172 -0
  32. package/messages/messages_uk.properties +187 -0
  33. package/messages/messages_zh_CN.properties +194 -0
  34. package/messages/messages_zh_TW.properties +188 -0
  35. package/package.json +37 -2
  36. package/src/KcAccountUiLoader.tsx +244 -47
  37. package/src/zKcContextLike.ts +231 -0
  38. package/zKcContextLike.d.ts +7 -0
  39. package/zKcContextLike.js +139 -0
  40. package/zKcContextLike.js.map +1 -0
@@ -0,0 +1,201 @@
1
+ cancel=Cancel
2
+ applicationType=Application type
3
+ backTo=Back to {{app}}
4
+ removeConsentSuccess=Successfully removed consent
5
+ noGroupsText=You are not joined in any group
6
+ required=Required
7
+ path=Path
8
+ password=My password
9
+ setUpNew=Set up {{name}}
10
+ lastAccessedOn=Last accessed
11
+ deviceActivity=Device activity
12
+ permissions=Permissions
13
+ credentialCreatedAt=<0>Created</0> {{date}}.
14
+ error-username-invalid-character='{{0}}' contains invalid character.
15
+ usernamePlaceholder=Username or email
16
+ infoMessage=By clicking Remove Access, you will remove granted permissions of this application. This application will no longer use your information.
17
+ scopesHelp=The scopes associated with this resource.
18
+ unknownOperatingSystem=Unknown operating system
19
+ deny=Deny
20
+ edit=Edit
21
+ otp-display-name=Authenticator application
22
+ selectALocale=Select a locale
23
+ signOut=Sign out
24
+ linkedEmpty=No linked providers
25
+ directMembership=Direct membership
26
+ accept=Accept
27
+ error-invalid-length-too-short='{{0}}' must have minimal length of {{1}}.
28
+ resourceSharedWith_one=Resource is shared with <0>{{username}}</0>
29
+ error-number-out-of-range-too-big='{{0}}' must have maximal value of {{2}}.
30
+ updateEmail=Update email
31
+ two-factor=Two-factor authentication
32
+ resourceSharedWith_zero=This resource is not shared.
33
+ signedInDevicesExplanation=Sign out of any unfamiliar devices.
34
+ addMultivaluedLabel=Add {{fieldLabel}}
35
+ status=Status
36
+ error-number-out-of-range-too-small='{{0}}' must have minimal value of {{1}}.
37
+ invalidEmailMessage='{{0}}'\: Invalid email address.
38
+ lastName=Last name
39
+ removeModalMessage=This will remove the currently granted access permission for {{name}}. You will need to grant access again if you want to use this app.
40
+ clients=Clients
41
+ createFlowHelp=You can create a top level flow within this from
42
+ filterByName=Filter by name...
43
+ refreshPage=Refresh the page
44
+ save=Save
45
+ error-user-attribute-required=Please specify '{{0}}'.
46
+ currentSession=Current session
47
+ clientDescriptionHelp=Specifies description of the client. For example 'My Client for TimeSheets'. Supports keys for localized values as well. For example\: ${my_client_description}
48
+ scopeTypeHelp=Client scopes, which will be added as default scopes to each created client
49
+ error-empty=Please specify value of '{{0}}'.
50
+ error-invalid-uri-fragment='{{0}}' is invalid URL fragment.
51
+ error-invalid-blank=Please specify value of '{{0}}'.
52
+ missingFirstNameMessage='{{0}}'\: Please specify first name.
53
+ signedOutSession=Signed out {{browser}}/{{os}}
54
+ share=Share
55
+ close=Close
56
+ email=Email
57
+ signOutWarning=Sign out the session?
58
+ removeConsentError=Could not remove consent due to\: {{error}}
59
+ signOutAllDevicesWarning=This action will sign out all the devices that have signed in to your account, including the current device you are using.
60
+ unShareSuccess=Resource successfully un-shared.
61
+ signingIn=Signing in
62
+ stopUsingCred=Stop using {{name}}?
63
+ groupsListHeader=Groups list header
64
+ error-number-out-of-range='{{0}}' must be a number between {{1}} and {{2}}.
65
+ privacyPolicy=Privacy policy
66
+ thirdPartyApp=Third-party
67
+ started=Started
68
+ avatar=Avatar
69
+ scopeDescriptionHelp=Description of the client scope
70
+ confirm=Confirm
71
+ updateSuccess=Resource successfully updated.
72
+ selectOne=Select an option
73
+ unShare=Unshare all
74
+ linkedAccounts=Linked accounts
75
+ personalInfoDescription=Manage your basic information
76
+ removeAccess=Remove access
77
+ signingInDescription=Configure ways to sign in.
78
+ somethingWentWrongDescription=Sorry, an unexpected error has occurred.
79
+ personalInfo=Personal info
80
+ removeCred=Remove {{name}}
81
+ signOutAllDevices=Sign out all devices
82
+ scopeNameHelp=Name of the client scope. Must be unique in the realm. Name should not contain space characters as it is used as value of scope parameter
83
+ flowTypeHelp=What kind of form is it
84
+ error-invalid-email=Invalid email address.
85
+ myResources=My Resources
86
+ linkedAccountsIntroMessage=Manage logins through third-party accounts.
87
+ accountSecurity=Account security
88
+ groupDescriptionLabel=View groups that you are associated with
89
+ manageAccount=Manage account
90
+ resourceAlreadyShared=Resource is already shared with this user.
91
+ error-invalid-length-too-long='{{0}}' must have maximal length of {{2}}.
92
+ accountUpdatedMessage=Your account has been updated.
93
+ shareError=Could not share the resource due to\: {{error}}
94
+ logo=Logo
95
+ password-help-text=Sign in by entering your password.
96
+ deleteAccount=Delete account
97
+ permissionRequest=Permission requests - {{name}}
98
+ add=Add
99
+ error-invalid-value='{{0}}' has invalid value.
100
+ somethingWentWrong=Something went wrong
101
+ rolesScope=If there is no role scope mapping defined, each user is permitted to use this client scope. If there are role scope mappings defined, the user must be a member of at least one of the roles.
102
+ unShareError=Could not un-share the resource due to\: {{error}}
103
+ ipAddress=IP address
104
+ tryAgain=Try again
105
+ resourceName=Resource name
106
+ unlinkedEmpty=No unlinked providers
107
+ done=Done
108
+ basic-authentication=Basic authentication
109
+ socialLogin=Social login
110
+ notInUse=Not in use
111
+ unShareAllConfirm=Are you sure you want to completely remove all shares?
112
+ firstName=First name
113
+ name=Name
114
+ clientTypeHelp=The type of this resource. It can be used to group different resource instances with the same type.
115
+ unknownUser=Anonymous
116
+ offlineAccess=Offline access
117
+ password-display-name=Password
118
+ expires=Expires
119
+ noGroups=No groups
120
+ notSetUp={{name}} is not set up.
121
+ error-invalid-number='{{0}}' is invalid number.
122
+ link=Link account
123
+ shareTheResource=Share the resource - {{name}}
124
+ description=Description
125
+ update=Update
126
+ choose=Choose...
127
+ signedInDevices=Signed in devices
128
+ delete=Delete
129
+ missingPasswordMessage='{{0}}'\: Please specify password.
130
+ otp-help-text=Enter a verification code from authenticator application.
131
+ groupsListColumnsNames=Groups list columns names
132
+ error-invalid-uri-scheme='{{0}}' has invalid URL scheme.
133
+ error-user-attribute-read-only=The field {{0}} is read only.
134
+ general=General
135
+ error-invalid-date='{{0}}' is invalid date.
136
+ missingEmailMessage='{{0}}'\: Please specify email.
137
+ accountUpdatedError=Could not update account due to validation errors
138
+ unLinkError=Could not unlink due to\: {{error}}
139
+ applicationsIntroMessage=View applications your account has access to
140
+ error-invalid-length='{{0}}' must have a length between {{1}} and {{2}}.
141
+ missingLastNameMessage='{{0}}'\: Please specify last name.
142
+ errorSignOutMessage=Could not be signed out\: {{error}}
143
+ linkedLoginProviders=Linked login providers
144
+ inUse=In use
145
+ client=Client
146
+ error-invalid-uri='{{0}}' is invalid URL.
147
+ systemDefined=System defined
148
+ hasAccessTo=Has access to
149
+ internalApp=Internal
150
+ updateError=Could not update the resource due to\: {{error}}
151
+ accessGrantedOn=Access granted on\:
152
+ editTheResource=Edit the resource - {{name}}
153
+ permissionRequests=Permission requests
154
+ shareSuccess=Resource successfully shared.
155
+ missingUsernameMessage='{{0}}'\: Please specify username.
156
+ aliasHelp=Name of the configuration
157
+ fullName={{givenName}} {{familyName}}
158
+ groups=Groups
159
+ resources=Resources
160
+ resourceIntroMessage=Share your resources among team members
161
+ unLink=Unlink account
162
+ errorRemovedMessage=Could not remove {{userLabel}} due to\: {{error}}
163
+ termsOfService=Terms of service
164
+ jumpToSection=Jump to section
165
+ linkError=Could not link due to\: {{error}}
166
+ requestor=Requestor
167
+ shareWith=Share with
168
+ updateCredAriaLabel=Update credential
169
+ error-pattern-no-match='{{0}}' doesn't match required format.
170
+ application=Application
171
+ unlinkedLoginProviders=Unlinked login providers
172
+ applicationDetails=Application details for {{clientId}}
173
+ successRemovedMessage={{userLabel}} was removed.
174
+ deleteAccountWarning=This is irreversible. All your data will be permanently destroyed, and irretrievable.
175
+ resourceSharedWith_other=Resource is shared with <0>{{username}}</0> and <1>{{other}}</1> other users
176
+ error-person-name-invalid-character='{{0}}' contains invalid character.
177
+ user=User
178
+ shareUser=Add users to share your resource with
179
+ unLinkSuccess=Successfully unlinked account
180
+ applications=Applications
181
+ sharedWithMe=Shared with Me
182
+ username=Username
183
+ webauthn-display-name=Passkey
184
+ webauthn-help-text=Use your Passkey to sign in.
185
+ webauthn-passwordless-display-name=Passkey
186
+ webauthn-passwordless-help-text=Use your Passkey for passwordless sign in.
187
+ passwordless=Passwordless
188
+ error-invalid-multivalued-size=Attribute {{0}} must have at least {{1}} and at most {{2}} value(s).
189
+ recovery-authn-code=My recovery authentication codes
190
+ recovery-authn-codes-display-name=Recovery authentication codes
191
+ recovery-authn-codes-help-text=These codes can be used to regain your access in case your other 2FA means are not available.
192
+ recovery-codes-number-used={0} recovery codes used
193
+ recovery-codes-number-remaining={0} recovery codes remaining
194
+ recovery-codes-generate-new-codes=Generate new codes to ensure access to your account
195
+ oid4vci=Verifiable Credentials
196
+ verifiableCredentialsTitle=Verifiable Credentials
197
+ verifiableCredentialsDescription=Select the credential for import into your wallet.
198
+ verifiableCredentialsIssuerAlert=Was not able to retrieve the issuer information.
199
+ verifiableCredentialsConfigAlert=Was not able to retrieve the credential configuration.
200
+ verifiableCredentialsOfferAlert=Was not able to retrieve an offer.
201
+ verifiableCredentialsSelectionDefault=Select a credential configuration.
@@ -0,0 +1,125 @@
1
+ #
2
+ #Tue Jan 09 09:05:12 CET 2024
3
+ cancel=Cancelar
4
+ backTo=Volver a {{app}}
5
+ applicationType=Tipo de aplicación
6
+ noGroupsText=No estás unido a ningún grupo
7
+ path=Ruta
8
+ password=Contraseña
9
+ setUpNew=Configurar {0}
10
+ lastAccessedOn=Último accedido
11
+ permissions=Permisos
12
+ credentialCreatedAt=Creada
13
+ error-username-invalid-character=El nombre de usuario contiene algún carácter inválido.
14
+ infoMessage=Al hacer clic en 'Eliminar acceso', eliminará los permisos otorgados de esta aplicación. Esta aplicación ya no usará su información.
15
+ unknownOperatingSystem=Sistema operativo desconocido
16
+ edit=Editar
17
+ otp-display-name=aplicación de autenticador
18
+ linkedEmpty=No hay proveedores vinculados
19
+ directMembership=Membresía directa
20
+ error-invalid-length-too-short=El atributo {0} debe tener una longitud mínima de {1}.
21
+ error-number-out-of-range-too-big=El atributo {0} debe tener un valor máximo de {2}.
22
+ updateEmail=Actualizar correo electrónico
23
+ two-factor=Autenticación de dos factores
24
+ signedInDevicesExplanation=Desconéctese de cualquier dispositivo desconocido.
25
+ status=Estado
26
+ error-number-out-of-range-too-small=El atributo {0} debe tener un valor mínimo de {1}.
27
+ removeModalMessage=Esto eliminará el permiso de acceso otorgado actualmente para {0}. Deberá otorgar acceso nuevamente si desea usar esta aplicación.
28
+ lastName=Apellidos
29
+ invalidEmailMessage=Email no válido
30
+ clients=Clientes
31
+ filterByName=Filtrar por nombre ...
32
+ refreshPage=Recarga la página
33
+ error-user-attribute-required=Especifique el atributo {0}.
34
+ currentSession=Sesión actual
35
+ error-empty=Especifique el valor.
36
+ error-invalid-uri-fragment=Fragmento de URL no válido.
37
+ error-invalid-blank=Especifique el valor.
38
+ missingFirstNameMessage=Por favor indica el nombre.
39
+ signedOutSession=Desconectado {{browser}}/{{os}}
40
+ share=Compartir
41
+ close=Cerca
42
+ email=Email
43
+ signOutWarning=¿Cerrar la sesión?
44
+ signOutAllDevicesWarning=Esta acción desconectará todos los dispositivos que han iniciado sesión en su cuenta, incluido el dispositivo actual que está utilizando.
45
+ unShareSuccess=Recurso descompartido con éxito.
46
+ signingIn=Iniciando sesión
47
+ stopUsingCred=¿Dejar de usar {{name}}?
48
+ error-number-out-of-range=El atributo {0} debe ser un número entre {1} y {2}.
49
+ thirdPartyApp=Aplicación de terceros
50
+ started=Iniciado
51
+ updateSuccess=Recurso actualizado con éxito.
52
+ unShare=Descompartir todos
53
+ removeAccess=Eliminar acceso
54
+ removeCred=Eliminar {0}
55
+ signOutAllDevices=Desconectar todos los dispositivos
56
+ error-invalid-email=Dirección de correo electrónico no válida.
57
+ myResources=Mis recursos
58
+ linkedAccountsIntroMessage=Administre inicios de sesión a través de cuentas de terceros.
59
+ groupDescriptionLabel=Ver grupos con los que está asociado
60
+ resourceAlreadyShared=El recurso ya se comparte con este usuario.
61
+ error-invalid-length-too-long=El atributo {0} debe tener una longitud máxima de {2}.
62
+ accountUpdatedMessage=Tu cuenta se ha actualizado.
63
+ logo=logo
64
+ password-help-text=Inicie sesión ingresando su contraseña.
65
+ deleteAccount=Borrar cuenta
66
+ add=Agregar
67
+ error-invalid-value=Valor no válido.
68
+ ipAddress=dirección IP
69
+ resourceName=Nombre del recurso
70
+ unlinkedEmpty=No hay proveedores no enlaces
71
+ done=Hecho
72
+ basic-authentication=Autenticación básica
73
+ socialLogin=Inicio de sesión social
74
+ notInUse=No esta en uso
75
+ unShareAllConfirm=¿Estás seguro de que quieres descompartir todos los recursos?
76
+ firstName=Nombre
77
+ name=Nombre
78
+ unknownUser=Anónimo
79
+ offlineAccess=Acceso fuera de línea
80
+ password-display-name=Contraseña
81
+ expires=Expira
82
+ noGroups=No hay grupos
83
+ notSetUp={0} no está configurado.
84
+ error-invalid-number=Número inválido.
85
+ link=Vincular cuenta
86
+ description=Descripción
87
+ update=Actualizar
88
+ signedInDevices=Dispositivos conectados
89
+ missingPasswordMessage=Por favor indica tu contraseña.
90
+ otp-help-text=Ingrese un código de verificación de la aplicación Authenticator.
91
+ error-invalid-uri-scheme=Esquema de URL no válido.
92
+ error-user-attribute-read-only=El campo {0} es de solo lectura.
93
+ error-invalid-date=Fecha inválida.
94
+ missingEmailMessage=Por favor indica el email.
95
+ applicationsIntroMessage=Rastree y administre el permiso de su aplicación para acceder a su cuenta
96
+ error-invalid-length=El atributo {0} debe tener una longitud entre {1} y {2}.
97
+ missingLastNameMessage=Por favor indica tus apellidos.
98
+ linkedLoginProviders=Proveedores de inicio de sesión vinculados
99
+ inUse=En uso
100
+ client=Cliente
101
+ error-invalid-uri=URL inválida.
102
+ systemDefined=Sistema definido
103
+ internalApp=Interna
104
+ accessGrantedOn=Acceso otorgado en
105
+ permissionRequests=Solicitudes de permiso
106
+ shareSuccess=Recurso compartido con éxito.
107
+ missingUsernameMessage=Por favor indica tu usuario.
108
+ fullName={{givenName}} {{familyName}}
109
+ resources=Recursos
110
+ resourceIntroMessage=Comparta sus recursos entre los miembros del equipo
111
+ unLink=Desvincular cuenta
112
+ termsOfService=Términos de servicio
113
+ requestor=Solicitante
114
+ shareWith=Compartir con
115
+ updateCredAriaLabel=Actualizar credencial
116
+ error-pattern-no-match=Valor no válido.
117
+ application=Aplicación
118
+ unlinkedLoginProviders=Proveedores de inicio de sesión no vinculados
119
+ applicationDetails=Detalles de la aplicación
120
+ successRemovedMessage={{userLabel}} se eliminó.
121
+ deleteAccountWarning=Esto es irreversible. Todos sus datos serán permanentemente destruidos e irrecuperables.
122
+ error-person-name-invalid-character=El nombre contiene algún carácter inválido.
123
+ user=Usuario
124
+ applications=Aplicaciones
125
+ username=Usuario
@@ -0,0 +1,155 @@
1
+ cancel=لغو
2
+ applicationType=نوع اپلیکیشن
3
+ removeConsentSuccess=رضایت با موفقیت حذف شد
4
+ noGroupsText=شما در هیچ گروهی عضو نشده اید
5
+ required=الزامی
6
+ path=مسیر
7
+ password=رمز عبور من
8
+ setUpNew=راه اندازی {{0}}
9
+ lastAccessedOn=آخرین دسترسی
10
+ deviceActivity=فعالیت دستگاه
11
+ permissions=مجوزها
12
+ credentialCreatedAt=<0>ایجاد شد</0> {{date}}.
13
+ error-username-invalid-character='{{0}}' شامل کاراکتر نامعتبر است.
14
+ usernamePlaceholder=نام کاربری یا ایمیل
15
+ infoMessage=با کلیک بر روی حذف دسترسی، مجوزهای اعطایی این برنامه را حذف خواهید کرد. این برنامه دیگر از اطلاعات شما استفاده نخواهد کرد.
16
+ unknownOperatingSystem=سیستم عامل ناشناخته
17
+ deny=رد کردن
18
+ edit=ویرایش
19
+ otp-display-name=اپلیکیشن اعتبارسنجی
20
+ signOut=خروج
21
+ linkedEmpty=بدون ارائه‌دهنده‌ی لینک شده
22
+ directMembership=عضویت مستقیم
23
+ accept=پذیرفتن
24
+ error-invalid-length-too-short='{{0}}' باید حداقل {{1}} کاراکتر باشد.
25
+ resourceSharedWith_one=منبع با <0>{{username}}</0> به اشتراک گذاشته شده است
26
+ error-number-out-of-range-too-big='{{0}}' باید حداکثر مقدار {{2}} باشد.
27
+ two-factor=اعتبارسنجی دو مرحله‌ای
28
+ resourceSharedWith_zero=این منبع به اشتراک گذاشته نشده است.
29
+ signedInDevicesExplanation=از هر دستگاه ناآشنا خارج شوید.
30
+ status=وضعیت
31
+ error-number-out-of-range-too-small='{{0}}' باید حداقل مقدار {{1}} باشد.
32
+ lastName=نام خانوادگی
33
+ removeModalMessage=با این کار مجوز دسترسی اعطا شده در حال حاضر برای {{0}} حذف خواهد شد. اگر می خواهید از این برنامه استفاده کنید، باید دوباره مجوز دسترسی بدهید.
34
+ clients=مشتری‌ها
35
+ filterByName=فیلتر بر اساس نام ...
36
+ refreshPage=بارگذاری مجدد صفحه
37
+ save=ذخیره
38
+ error-user-attribute-required=لطفا '{{0}}' را مشخص کنید.
39
+ currentSession=نشست فعلی
40
+ error-empty=لطفا مقدار '{{0}}' را وارد کنید.
41
+ error-invalid-uri-fragment='{{0}}' یک تکه URL نامعتبر است.
42
+ error-invalid-blank=لطفا مقدار '{{0}}' را وارد کنید.
43
+ signedOutSession=خروج موفق {{0}}/{{1}}
44
+ share=اشتراک‌گذاری
45
+ close=بستن
46
+ email=ایمیل
47
+ signOutWarning=خروج از نشست؟
48
+ removeConsentError=به دلیل\: {{error}} رضایت حذف نشد
49
+ signOutAllDevicesWarning=این اقدام همه دستگاه‌هایی را که وارد حساب شما شده‌اند، از جمله دستگاه فعلی که استفاده می‌کنید، از سیستم خارج می‌کند.
50
+ unShareSuccess=منبع با موفقیت از اشتراک خارج شد.
51
+ signingIn=در حال ورود
52
+ stopUsingCred=توقف استفاده از {{0}}؟
53
+ error-number-out-of-range='{{0}}' باید یک عدد بین {{1}} و {{2}} باشد.
54
+ privacyPolicy=سیاست حریم شخصی
55
+ thirdPartyApp=شخص ثالث
56
+ welcomeMessage=به مدیریت حساب Keycloak خوش آمدید.
57
+ started=آغاز شد
58
+ avatar=آواتار
59
+ confirm=تایید
60
+ updateSuccess=منبع با موفقیت به روزرسانی شد.
61
+ selectOne=یک گزینه را انتخاب کنید
62
+ unShare=خروج از استراک همه
63
+ linkedAccounts=حساب‌های لینک‌شده
64
+ personalInfoDescription=اطلاعت پایه خود را مدیریت کنید
65
+ removeAccess=حدف دسترسی
66
+ signingInDescription=راه های ورود به سیستم را پیکربندی کنید.
67
+ somethingWentWrongDescription=پوزش، یک خطای غیرمنتظره پیش آمده.
68
+ personalInfo=اطلاعات شخصی
69
+ removeCred=پاک کردن {{0}}
70
+ signOutAllDevices=خروج از تمام دستگاه‌ها
71
+ error-invalid-email=آدرس ایمیل معتبر نیست
72
+ myResources=منابع من
73
+ linkedAccountsIntroMessage=لاگین‌ها را با حساب‌های شخص ثالث مدیریت کنید.
74
+ accountSecurity=امنیت حساب
75
+ groupDescriptionLabel=مشاهده گروه هایی که با آنها مرتبط هستید
76
+ manageAccount=مدیریت حساب
77
+ resourceAlreadyShared=منبع قبلا با این کاربر به اشتراک گذاشته شده است
78
+ accountUpdatedMessage=حساب شما به روزرسانی شده است.
79
+ error-invalid-length-too-long='{{0}}' باید حداکثر {{2}} کاراکتر باشد.
80
+ shareError=به دلیل\: {{error}} نمی‌توان منبع را به اشتراک گذاشت
81
+ logo=لوگو
82
+ password-help-text=رمز عبور خود وارد شوید.
83
+ permissionRequest=درخواست‌های مجوز - {{0}}
84
+ add=اضافه کردن
85
+ error-invalid-value='{{0}}' مقدار نامعتبری دارد.
86
+ somethingWentWrong=مشکلی پیش آمده
87
+ unShareError=خروج منبع از اشتراک موفقیت آمیز نبود\: {{error}}
88
+ ipAddress=آدرس IP
89
+ tryAgain=تلاش مجدد
90
+ resourceName=نام منبع
91
+ unlinkedEmpty=بدون ارائه‌دهنده نامرتبط شده
92
+ done=انجام شد
93
+ basic-authentication=اعتبارسنجی پایه
94
+ socialLogin=لاگین شبکه اجتماعی
95
+ notInUse=بدون استفاده
96
+ unShareAllConfirm=آیا از حذف تمام اشتراک‌گذاری‌ها اطمینان دارید؟
97
+ firstName=نام
98
+ name=نام
99
+ unknownUser=ناشناس
100
+ offlineAccess=دسترسی آفلاین
101
+ password-display-name=رمز عبور
102
+ expires=منقضی می‌شود
103
+ noGroups=هیچ گروهی یافت نشد
104
+ notSetUp={{0}} تنظیم نشده است.
105
+ error-invalid-number='{{0}}' عدد نامعتبر است.
106
+ link=لینک‌کردن حساب
107
+ shareTheResource=منبع را به اشتراک بگذارید - {{0}}
108
+ description=توضیحات
109
+ update=به روزرسانی
110
+ choose=انتخاب کنید...
111
+ signedInDevices=دستگاه‌های وارد شده
112
+ otp-help-text=یک رمز اعتبارسنجی از اپلیکیشن احراز هویت وارد کنید.
113
+ error-invalid-uri-scheme='{{0}}' دارای اسکیمای URL نامعتبر است.
114
+ error-invalid-date=تاریخ '{{0}}' معتبر نیست.
115
+ accountUpdatedError=به علت خطای اعتبار سنجی به روزرسانی حساب ناموفق بود
116
+ unLinkError=به دلیل\: {{error}} لغو پیوند ممکن نشد
117
+ applicationsIntroMessage=مجوزهای اپلیکیشن خود را برای دسترسی به حساب خود مدیریت و نظارت کنید
118
+ error-invalid-length='{{0}}' باید بین {{1}} و {{2}} کاراکتر باشد.
119
+ errorSignOutMessage=خروج ناموفق بود\: {{error}}
120
+ linkedLoginProviders=ارائه‌دهنده‌های لاگین لینک‌‌شده
121
+ inUse=در حال استفاده
122
+ client=مشتری
123
+ error-invalid-uri='{{0}}' یک URL نامعتبر است.
124
+ systemDefined=سیستم تعریف شد.
125
+ hasAccessTo=دسترسی دارد به
126
+ internalApp=داخلی
127
+ updateError=به روزرسانی منبع موفقیت آمیز نبود\: {{error}}
128
+ accessGrantedOn=تاریخ اعطای دسترسی
129
+ editTheResource=منبع را به اشتراک بگذارید - {{0}}
130
+ permissionRequests=درخواست‌های مجوز
131
+ shareSuccess=منبع با موفقیت به اشتراک گذاشته شد.
132
+ fullName={{givenName}} {{familyName}}
133
+ groups=گروه‌ها
134
+ resources=منابع
135
+ resourceIntroMessage=منابع خود را در بین اعضای تیم به اشتراک بگذارید
136
+ unLink=نامرتبط سازی حساب
137
+ errorRemovedMessage=پاک کردن {{userLabel}} ناموفق بود\: {{error}}
138
+ termsOfService=شرابط خدمات
139
+ linkError=لینک‌سازی ناموفق یود\: {{error}}
140
+ requestor=درخواست‌کننده
141
+ shareWith=اشتراک گذاری با
142
+ updateCredAriaLabel=به روزرسانی اعتبار
143
+ error-pattern-no-match='{{0}}' با فرمت مورد نیاز تطبیق ندارد.
144
+ application=اپلیکیشن
145
+ unlinkedLoginProviders=ارائه دهندگان لاگین نامرتبط شده
146
+ applicationDetails=جزئیات اپلیکیشن
147
+ successRemovedMessage={{userLabel}} حذف شد.
148
+ resourceSharedWith_other=منبع با <0>{{username}}</0> و <1>{{other}}</1> کاربران دیگر به اشتراک گذاشته شده است
149
+ error-person-name-invalid-character='{{0}}' شامل کاراکتر نامعتبر است.
150
+ user=کاربر
151
+ shareUser=کاربرانی را اضافه کنید تا منابع خود را با آنها به اشتراک بگذارید
152
+ unLinkSuccess=حساب با موفقیت نامرتبط شد
153
+ applications=اپلیکیشن‌ها
154
+ sharedWithMe=اشتراک‌گذاری شده با من
155
+ username=نام کاربری
@@ -0,0 +1,56 @@
1
+ #
2
+ #Tue Jan 09 09:05:12 CET 2024
3
+ applicationType=Ohjelman tyyppi
4
+ backTo=Takaisin {{app}}
5
+ error-invalid-email=Väärä sähköpostiosoite.
6
+ myResources=Minun resurssini
7
+ password=Salasana
8
+ error-invalid-length-too-long=Ominaisuudella {0} täytyy olla maksimipituus {2}.
9
+ accountUpdatedMessage=Käyttäjätiedot päivitetty.
10
+ error-username-invalid-character=Käyttäjänimi sisältää vääriä merkkejä.
11
+ error-invalid-value=Väärä arvo.
12
+ socialLogin=Kirjaudu sosiaalisen median tunnuksilla
13
+ error-invalid-length-too-short=Ominaisuudella {0} täytyy olla minimipituus {1}.
14
+ firstName=Etunimi
15
+ error-number-out-of-range-too-big=Ominaisuudella {0} täytyy olla maksimiarvona {2}.
16
+ name=Nimi
17
+ error-number-out-of-range-too-small=Ominaisuudella {0} täytyy olla minimiarvona {1}.
18
+ invalidEmailMessage=Virheellinen sähköpostiosoite.
19
+ lastName=Sukunimi
20
+ expires=Vanhenee
21
+ clients=Asiakkaat
22
+ filterByName=Suodata nimen mukaan ...
23
+ error-invalid-number=Väärä numero.
24
+ description=Kuvaus
25
+ missingPasswordMessage=Anna salasana.
26
+ error-user-attribute-required=Ole hyvä ja määritä ominaisuus {0}.
27
+ error-invalid-uri-scheme=Väärä URL\:n malli.
28
+ error-user-attribute-read-only=Kenttä {0} on "vain luku"-tilassa.
29
+ error-invalid-date=Väärä päivämäärä.
30
+ missingEmailMessage=Anna sähköpostiosoite.
31
+ applicationsIntroMessage=Seuraa ja hallitse sovelluksiasi, joilla on pääsy tilille
32
+ error-invalid-length=Ominaisuudella {0} täytyy olla pituus väliltä {1} ja {2}.
33
+ error-empty=Ole hyvä ja määritä arvo.
34
+ missingLastNameMessage=Anna sukunimi.
35
+ error-invalid-uri-fragment=Väärä URL\:n osa.
36
+ error-invalid-blank=Ole hyvä ja määritä arvo.
37
+ missingFirstNameMessage=Anna etunimi.
38
+ client=Asiakas
39
+ share=Jaa
40
+ error-invalid-uri=Väärä URL.
41
+ email=Sähköposti
42
+ permissionRequests=Lupapyynnöt
43
+ error-number-out-of-range=Ominaisuuden {0} täytyy olla numero väliltä {1} ja {2}.
44
+ missingUsernameMessage=Anna käyttäjätunnus.
45
+ fullName={{givenName}} {{familyName}}
46
+ resources=Resurssit
47
+ started=Luotu
48
+ resourceIntroMessage=Jaa resurssejasi tiimin jäsenten kesken
49
+ requestor=Pyynnön esittäjä
50
+ error-pattern-no-match=Väärä arvo.
51
+ application=Sovellus
52
+ removeAccess=Poista käyttöoikeus
53
+ error-person-name-invalid-character=Nimi sisältää vääriä merkkejä.
54
+ user=Käyttäjä
55
+ applications=Sovellukset
56
+ username=Käyttäjänimi