mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 05:17:33 +00:00
feat: add it-IT to internationalization (#2439)
* login it * deepl translations, corrections * login, en typos * it internal, typo fixes * message texts, optim console texts, guide for internationalization * missing console, fix de, en * Add missing keys from main * translate missing keys * add it to console selection, change it policy descriptors * add missing i18n from jwt idp, fixes * add missing translations * missing translations * fix * auth user language change, interceptor * remove multiline operator Co-authored-by: Livio Amstutz <livio.a@gmail.com>
This commit is contained in:
@@ -17,8 +17,8 @@ Errors:
|
||||
RemoveFailed: Bucket not deleted
|
||||
SetPublicFailed: Could not set bucket to public
|
||||
Object:
|
||||
PutFailed: Objekt not created
|
||||
GetFaieled: Objekt could not be read
|
||||
PutFailed: Object not created
|
||||
GetFailed: Object could not be read
|
||||
PresignedTokenFailed: Signed token could not be created
|
||||
ListFailed: Objectlist could not be read
|
||||
RemoveFailed: Object could not be removed
|
||||
@@ -74,7 +74,7 @@ Errors:
|
||||
Expired: Code is expired
|
||||
GeneratorAlgNotSupported: Unsupported generator algorithm
|
||||
Password:
|
||||
NotFound: Passoword not found
|
||||
NotFound: Password not found
|
||||
Empty: Password is empty
|
||||
Invalid: Password is invalid
|
||||
NotSet: User has not set a password
|
||||
@@ -216,7 +216,7 @@ Errors:
|
||||
NotFound: Application not found
|
||||
Invalid: Application invalid
|
||||
NotExisting: Application doesn't exist
|
||||
NotActive:: Application is not active
|
||||
NotActive: Application is not active
|
||||
NotInactive: Application is not inactive
|
||||
OIDCConfigInvalid: OIDC configuration is invalid
|
||||
APIConfigInvalid: API configuration is invalid
|
||||
@@ -285,7 +285,7 @@ Errors:
|
||||
AlreadyExists: Default Message Text already exists
|
||||
Invalid: Default Message Text is invalid
|
||||
PasswordComplexityPolicy:
|
||||
NotFound: Default Private Label Policy not found
|
||||
NotFound: Default Password Complexity Policy not found
|
||||
NotExisting: Default Password Complexity Policy not existing
|
||||
AlreadyExists: Default Password Complexity Policy already existing
|
||||
Empty: Default Password Complexity Policy empty
|
||||
@@ -688,7 +688,7 @@ EventTypes:
|
||||
changed: Project member changed
|
||||
removed: Project member removed
|
||||
cascade:
|
||||
removeD: Project member cascade removed
|
||||
removed: Project member cascade removed
|
||||
role:
|
||||
added: Project role added
|
||||
changed: Project role changed
|
||||
|
Reference in New Issue
Block a user