mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-13 19:44:21 +00:00
fix: remove unnecessary cancel button as cancel is not possible (#5511)
* fix: remove unnecessary cancel button as cancel is not possible * fix: add missing tranlation * fix: add missing tranlation * docs: missing translations --------- Co-authored-by: Silvan <silvan.reusser@gmail.com>
This commit is contained in:
parent
1cf84b5a56
commit
cf1ac30970
@ -410,5 +410,8 @@ Errors:
|
|||||||
IAM:
|
IAM:
|
||||||
LockoutPolicy:
|
LockoutPolicy:
|
||||||
NotExisting: Lockout Policy existiert nicht
|
NotExisting: Lockout Policy existiert nicht
|
||||||
|
Org:
|
||||||
|
LoginPolicy:
|
||||||
|
RegistrationNotAllowed: Registrierung ist nicht erlaubt
|
||||||
|
|
||||||
optional: (optional)
|
optional: (optional)
|
||||||
|
@ -410,5 +410,8 @@ Errors:
|
|||||||
IAM:
|
IAM:
|
||||||
LockoutPolicy:
|
LockoutPolicy:
|
||||||
NotExisting: Lockout Policy not existing
|
NotExisting: Lockout Policy not existing
|
||||||
|
Org:
|
||||||
|
LoginPolicy:
|
||||||
|
RegistrationNotAllowed: Registration is not allowed
|
||||||
|
|
||||||
optional: (optional)
|
optional: (optional)
|
||||||
|
@ -410,5 +410,8 @@ Errors:
|
|||||||
IAM:
|
IAM:
|
||||||
LockoutPolicy:
|
LockoutPolicy:
|
||||||
NotExisting: Politique de cadenassage non existante
|
NotExisting: Politique de cadenassage non existante
|
||||||
|
Org:
|
||||||
|
LoginPolicy:
|
||||||
|
RegistrationNotAllowed: L'enregistrement n'est pas autorisé
|
||||||
|
|
||||||
optional: (facultatif)
|
optional: (facultatif)
|
||||||
|
@ -410,5 +410,8 @@ Errors:
|
|||||||
IAM:
|
IAM:
|
||||||
LockoutPolicy:
|
LockoutPolicy:
|
||||||
NotExisting: Impostazioni di blocco non esistenti
|
NotExisting: Impostazioni di blocco non esistenti
|
||||||
|
Org:
|
||||||
|
LoginPolicy:
|
||||||
|
RegistrationNotAllowed: la registrazione non è consentita.
|
||||||
|
|
||||||
optional: (opzionale)
|
optional: (opzionale)
|
||||||
|
@ -410,5 +410,8 @@ Errors:
|
|||||||
IAM:
|
IAM:
|
||||||
LockoutPolicy:
|
LockoutPolicy:
|
||||||
NotExisting: Nie istnieje polityka blokady
|
NotExisting: Nie istnieje polityka blokady
|
||||||
|
Org:
|
||||||
|
LoginPolicy:
|
||||||
|
RegistrationNotAllowed: Rejestracja nie jest dozwolona
|
||||||
|
|
||||||
optional: (opcjonalny)
|
optional: (opcjonalny)
|
||||||
|
@ -410,5 +410,8 @@ Errors:
|
|||||||
IAM:
|
IAM:
|
||||||
LockoutPolicy:
|
LockoutPolicy:
|
||||||
NotExisting: 用户锁定政策不存在
|
NotExisting: 用户锁定政策不存在
|
||||||
|
Org:
|
||||||
|
LoginPolicy:
|
||||||
|
RegistrationNotAllowed: 不允许注册
|
||||||
|
|
||||||
optional: (可选)
|
optional: (可选)
|
||||||
|
@ -14,9 +14,6 @@
|
|||||||
<input type="hidden" name="orgID" value="{{ .OrgID }}" />
|
<input type="hidden" name="orgID" value="{{ .OrgID }}" />
|
||||||
|
|
||||||
<div class="lgn-actions">
|
<div class="lgn-actions">
|
||||||
<a class="lgn-stroked-button" href="{{ loginUrl }}">
|
|
||||||
{{t "EmailVerificationDone.CancelButtonText"}}
|
|
||||||
</a>
|
|
||||||
<span class="fill-space"></span>
|
<span class="fill-space"></span>
|
||||||
<button class="lgn-raised-button lgn-primary" type="submit">
|
<button class="lgn-raised-button lgn-primary" type="submit">
|
||||||
{{if .AuthReqID }} {{t "EmailVerificationDone.NextButtonText"}} {{else}}
|
{{if .AuthReqID }} {{t "EmailVerificationDone.NextButtonText"}} {{else}}
|
||||||
|
@ -241,6 +241,9 @@ Errors:
|
|||||||
NotFound: Notification Policy konnte nicht gefunden werden
|
NotFound: Notification Policy konnte nicht gefunden werden
|
||||||
NotChanged: Notification Policy wurde nicht verändert
|
NotChanged: Notification Policy wurde nicht verändert
|
||||||
AlreadyExists: Notification Policy existiert bereits
|
AlreadyExists: Notification Policy existiert bereits
|
||||||
|
LabelPolicy:
|
||||||
|
NotFound: Private Label Policy konnte nicht gefunden
|
||||||
|
NotChanged: Private Label Policy wurde nicht verändert
|
||||||
Project:
|
Project:
|
||||||
ProjectIDMissing: Project ID fehlt
|
ProjectIDMissing: Project ID fehlt
|
||||||
AlreadyExists: Project existiert bereits auf der Organisation
|
AlreadyExists: Project existiert bereits auf der Organisation
|
||||||
|
@ -241,6 +241,9 @@ Errors:
|
|||||||
NotFound: Notification Policy not found
|
NotFound: Notification Policy not found
|
||||||
NotChanged: Notification Policy not changed
|
NotChanged: Notification Policy not changed
|
||||||
AlreadyExists: Notification Policy already exists
|
AlreadyExists: Notification Policy already exists
|
||||||
|
LabelPolicy:
|
||||||
|
NotFound: Private Label Policy not found
|
||||||
|
NotChanged: Private Label Policy has not been changed
|
||||||
Project:
|
Project:
|
||||||
ProjectIDMissing: Project Id missing
|
ProjectIDMissing: Project Id missing
|
||||||
AlreadyExists: Project already exists on organization
|
AlreadyExists: Project already exists on organization
|
||||||
|
@ -241,6 +241,9 @@ Errors:
|
|||||||
NotFound: La politique notification n'a pas été trouvée
|
NotFound: La politique notification n'a pas été trouvée
|
||||||
NotChanged: La politique notification n'a pas été modifiée
|
NotChanged: La politique notification n'a pas été modifiée
|
||||||
AlreadyExists: La politique notification existe déjà
|
AlreadyExists: La politique notification existe déjà
|
||||||
|
LabelPolicy:
|
||||||
|
NotFound: La politique d'étiquetage privé n'a pas été trouvée
|
||||||
|
NotChanged: La politique en matière de marques privées n'a pas été modifiée
|
||||||
Project:
|
Project:
|
||||||
ProjectIDMissing: Id de projet manquant
|
ProjectIDMissing: Id de projet manquant
|
||||||
AlreadyExists: Le projet existe déjà dans l'organisation
|
AlreadyExists: Le projet existe déjà dans l'organisation
|
||||||
|
@ -241,6 +241,9 @@ Errors:
|
|||||||
NotFound: Impostazioni di notifica non trovate
|
NotFound: Impostazioni di notifica non trovate
|
||||||
NotChanged: Impostazioni di notifica non è stato cambiato
|
NotChanged: Impostazioni di notifica non è stato cambiato
|
||||||
AlreadyExists: Impostazioni di notifica già esistente
|
AlreadyExists: Impostazioni di notifica già esistente
|
||||||
|
LabelPolicy:
|
||||||
|
NotFound: Etichettatura privata non trovata
|
||||||
|
NotChanged: Private Labelling non è stata cambiata
|
||||||
Project:
|
Project:
|
||||||
ProjectIDMissing: ID del progetto mancante
|
ProjectIDMissing: ID del progetto mancante
|
||||||
AlreadyExists: Il progetto è già stato creato nell'organizzazione
|
AlreadyExists: Il progetto è già stato creato nell'organizzazione
|
||||||
|
@ -241,6 +241,9 @@ Errors:
|
|||||||
NotFound: Polityka powiadomień nie znaleziona
|
NotFound: Polityka powiadomień nie znaleziona
|
||||||
NotChanged: Polityka powiadomień nie zmieniona
|
NotChanged: Polityka powiadomień nie zmieniona
|
||||||
AlreadyExists: Polityka powiadomień już istnieje
|
AlreadyExists: Polityka powiadomień już istnieje
|
||||||
|
LabelPolicy:
|
||||||
|
NotFound: Nie znaleziono polityki marki własnej
|
||||||
|
NotChanged: Polityka dotycząca marek własnych nie została zmieniona
|
||||||
Project:
|
Project:
|
||||||
ProjectIDMissing: Identyfikator projektu brak
|
ProjectIDMissing: Identyfikator projektu brak
|
||||||
AlreadyExists: Projekt już istnieje w organizacji
|
AlreadyExists: Projekt już istnieje w organizacji
|
||||||
|
@ -241,6 +241,9 @@ Errors:
|
|||||||
NotFound: 未找到通知政策
|
NotFound: 未找到通知政策
|
||||||
NotChanged: 通知政策没有改变
|
NotChanged: 通知政策没有改变
|
||||||
AlreadyExists: 已经存在的通知政策
|
AlreadyExists: 已经存在的通知政策
|
||||||
|
LabelPolicy:
|
||||||
|
NotFound: 不存在私人政策
|
||||||
|
NotChanged: 私人政策不改变
|
||||||
Project:
|
Project:
|
||||||
ProjectIDMissing: P缺少项目 ID
|
ProjectIDMissing: P缺少项目 ID
|
||||||
AlreadyExists: 项目以存在于组织中
|
AlreadyExists: 项目以存在于组织中
|
||||||
|
Loading…
Reference in New Issue
Block a user