-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Invalid Org Discovery Type Error Message #6797
Changes from all commits
7450169
ebe9609
9d89a5f
d99a157
aba3545
003518b
6ebe4a2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@wso2is/identity-apps-core": patch | ||
--- | ||
|
||
Add invalid org discovery type error message. |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -243,8 +243,8 @@ authentication.context.null=Pardon! Nous avons dû interrompre votre connexion | |
authentication.context.null.description=Cela se produit généralement en raison dun long retard ou dune action irrégulière dans votre processus de connexion. Recommençons et réessayons de nous connecter. Si le problème persiste, veuillez contacter votre administrateur. | ||
authentication.flow.timeout=Pardon! Votre tentative de connexion a pris trop de temps | ||
authentication.flow.timeout.description=Il semble que le processus de connexion s'est terminé en raison du retard. Recommençons. Si ce problème persiste, veuillez contacter l'administrateur. | ||
authentication.flow.app.disabled=Désolé! L'application est désactivée. | ||
authentication.flow.app.disabled.description=Il semble que l'application soit désactivée et que l'accès à l'application soit restreint. Veuillez contacter votre administrateur. | ||
authentication.flow.app.disabled=Désolé! L'application est désactivée. | ||
authentication.flow.app.disabled.description=Il semble que l'application soit désactivée et que l'accès à l'application soit restreint. Veuillez contacter votre administrateur. | ||
tracking.reference.id=ID de référence de suivi | ||
copied=Copié | ||
select.language=Choisir la langue | ||
|
@@ -502,6 +502,7 @@ organization.login=Connexion de l'organisation | |
organization.name=Nom de l'organisation | ||
organization.email=E-mail de l'organisation | ||
invalid.organization.discovery.input=Impossible d'identifier l'organisation. Veuillez fournir le nom de l'organisation pour continuer. | ||
invalid.organization.discovery.type=Le type de découverte d’organisation donné n’est pas valide ou n’est pas activé. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I noticed some unusual characters in this text. Could you double-check to ensure everything is correct? If you're using IntelliJ to edit the text, you might want to try using VS Code instead. Also, please check other languages as well. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Unusual characters in the github diff should be due to Github using UTF-8 for the UI and some french characters need different encoding. That should be expected. |
||
discovery.input.cannot.be.empty=L'e-mail ne peut pas être vide. | ||
organization.name.cannot.be.empty=Le nom de l'organisation ne peut pas être vide. | ||
provide.organization.name=Fournir le nom de l'organisation | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this change expected?